e39191deb2793999e5dd38d46ec46e509b53a42d
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-draft.el (wl-draft-default-headers): Suppress warning
4         "defsubst `wl-draft-default-headers' was used before it was
5         defined"; Use `defun' instead of `defsubst'.
6
7         * wl-address.el (wl-address-header-extract-address)
8         (wl-address-header-extract-realname): Fix mail-address in
9         docstring.
10
11         * wl-expire.el (wl-expire-make-sortable-date): Macro to
12         inline-function.
13         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
14         Macro to function.
15         (wl-folder-get-entity-from-buffer): Macro to function.
16         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
17         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
18         * wl.el (wl-plugged-string): Macro to function.
19
20         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
21         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
22         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
23         Macro to function.
24
25         * wl-thread.el (wl-thread-open, wl-thread-close): Use
26         `point-at-bol', `point-at-eol'.
27
28         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
29         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
30         `(string-to-char " ")' instead of `? ', `?\ '.
31         * wl-action.el (wl-summary-print-argument): Ditto.
32         * wl-address.el (wl-complete-field-body): Ditto.
33         * wl-demo.el (wl-demo-insert-image): Ditto.
34         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
35         * wl-util.el (wl-ask-folder, wl-set-string-width)
36         (wl-y-or-n-p-with-scroll): Ditto.
37
38         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
39         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
40         verbose point move.
41
42         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
43         and `point-at-eol'.
44         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
45         Ditto.
46
47 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
48
49         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
50         `(beginning-of-line) (point)'.
51
52         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
53         (wl-fldmgr-delete-line): Change from macro to function. Use
54         `point-at-bol' and `point-at-eol'.
55
56         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
57         `function' for lambda.
58
59         * wl.el (wl-plugged-server-indent): Change from macro to function.
60
61         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
62
63         * wl-draft.el (wl-draft-config-body-goto-header)
64         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
65         macro to function.
66
67         * wl-score.el (wl-score-get-alike): Change from macro to
68         inline-function.
69
70         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
71         instead of `mapcar'. Don't use `function' for lambda.
72         (wl-read-search-condition-internal): Don't use `function' for
73         lambda.
74         (wl-kill-buffers): Change from macro to function.
75         (wl-count-lines): Change from macro to inline-function.
76
77         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
78
79         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
80
81         * wl.el (wl-plugged-change): Suppress compile warnings; Use
82         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
83         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
84         * wl-address.el (wl-complete-window-show): Ditto.
85         * wl-message.el (wl-message-select-buffer): Ditto.
86         * wl-template.el (wl-template-show): Ditto.
87         * wl-util.el (wl-collect-summary): Ditto.
88         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
89         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
90         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
91         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
92         (wl-score-edit-insert-number): Ditto.
93
94         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
95         symbol.
96
97         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
98         of `goto-line'.
99
100         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
101
102 2009-12-16  Lloyd Zusman <ljz@asfast.com>
103
104         * wl-summary.el (wl-summary-detect-mark-position): Force
105         the temporary buffer to enable the use of multibyte characters
106         within searches [wl-en:2460].
107
108 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
109
110         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
111         of `beginning-of-buffer'.
112
113 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
114
115         * wl-summary.el (wl-summary-display-raw): New function, display
116         message in raw format.
117
118 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
119
120         * Version number is increased to 2.15.7.
121
122 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
123
124         * wl-summary.el (wl-summary-previous-message-number): New function.
125         (wl-summary-next-message-number): Ditto.
126         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
127         `wl-summary-next-message-number'.
128         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
129         Inline temporary variable `cur-id'.
130         (wl-summary-get-next-unread-folder): Ditto.
131         (wl-summary-get-next-folder): Ditto.
132         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
133
134 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
135
136         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
137
138 2008-09-05  Kenichi Okada  <okada@opaopa.org>
139
140         * wl-summary.el (wl-summary-buffer-folder-name)
141         (wl-draft-config-body-goto-header): Use backquote instead of quote.
142         * wl-draft.el (wl-draft-body-goto-top)
143         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
144
145 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
146
147         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
148         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
149
150 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
151
152         * wl-expire.el: Fix Comentary section.
153
154 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
157         Require mime-parse, elmo-mime, and wl-util.
158
159         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
160
161         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
162
163 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * wl-template.el: Require elmo-util and wl-vars.
166
167         * wl-mime.el (wl-mime-display-header): Revert last change.
168         Remove `delete-matching-lines "^$"'.
169
170 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
171
172         * wl-mime.el (wl-define-dummy-functions): Split
173         `eval-when-compile' form for avoid error; when `make
174         compile-strict.
175
176         * wl-util.el: Move (eval-when-compile (require 'static)).
177         * wl-dnd.el: Add (eval-when-compile (require 'static)).
178         * wl-message.el: Ditto.
179
180         * wl-mime.el (wl-message-delete-current-part): Use
181         `insert-buffer-substring' instead of `insert-buffer'.
182         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
183         * wl-draft.el (wl-draft-generate-clone-buffer)
184         (wl-draft-do-mime-bcc): Ditto.
185
186         * wl-address.el: Add (eval-when-compile (require 'cl)).
187         * wl-addrmgr.el: Ditto.
188         * wl-mime.el: Ditto.
189         * wl-util.el: Ditto.
190         * wl-score.el: Ditto.
191
192 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
193
194         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
195         `string-to-int'.
196
197         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
198         `string-to-int'.
199
200         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
201         `string-to-number' instead of `string-to-int'.
202
203         * wl-summary.el (wl-summary-get-list-info)
204         (wl-summary-message-number): Use `string-to-number' instead of
205         `string-to-int'.
206
207         * wl-score.el (wl-score-overview-entity-get-lines)
208         (wl-score-set-mark-below, wl-score-set-expunge-below)
209         (wl-summary-increase-score, wl-score-get-header-entry): Use
210         `string-to-number' instead of `string-to-int'.
211
212         * wl-folder.el (wl-folder-update-diff-line): Use
213         `string-to-number' instead of `string-to-int'.
214
215         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
216         instead of `string-to-int'.
217
218         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
219         instead of `string-to-int'.
220
221         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
222         `string-to-int'.
223
224 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
225
226         * wl-util.el (wl-match-string, wl-match-buffer)
227         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
228         (wl-kill-buffers, wl-local-variable-p)
229         (wl-line-formatter-setup): New backquote style.
230         (wl-count-lines): Use quote instead of backquote.
231
232         * wl-summary.el (wl-summary-buffer-folder-name)
233         (wl-summary-get-alike): Use quote instead of backquote.
234         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
235         backquote style.
236
237         * wl-message.el (wl-message-buffer-cache-buffer-get)
238         (wl-message-buffer-cache-folder-get)
239         (wl-message-buffer-cache-message-get)
240         (wl-message-buffer-cache-entry-make)
241         (wl-message-buffer-cache-hit): New backquote style.
242
243         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
244         backquote.
245         (wl-folder-unread-regex, wl-folder-entity-exists-p)
246         (wl-folder-clear-entity-info)
247         (wl-folder-get-entity-info, wl-folder-set-entity-info)
248         (wl-folder-elmo-folder-cache-get)
249         (wl-folder-elmo-folder-cache-put): New backquote style.
250
251         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
252         (wl-fldmgr-assign-id): Ditto.
253         (wl-fldmgr-delete-line): Use quote instead of backquote.
254         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
255
256         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
257         (wl-draft-set-sent-message): New backquote style.
258         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
259         (wl-draft-config-body-goto-header): Use quote instead of backquote.
260
261 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
262
263         * wl-address.el (wl-address-concat-token): Fix typo.
264
265 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
266
267         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
268         (wl-score-get-alike): Ditto.
269
270         * wl-vars.el: New backquote style.
271         (wl-message-header-button-alist): Use quote instead of backquote.
272
273         * wl.el (wl-plugged-string): New backquote style.
274
275         * wl-address.el (wl-address-concat-token): New backquote style.
276
277         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
278
279 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
280
281         * wl-highlight.el (wl-highlight-folder-opened-regexp)
282         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
283
284         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
285         in the character alternative.
286
287 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
288
289         * Version number is increased to 2.15.6.
290
291 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
292
293         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
294         optional 3rd argument of epg-context-set-progress-callback; it was
295         temporarily removed in the Emacs trunk due to copyright problem.
296         (wl-mime-pgp-verify-region-with-epg): Ditto.
297
298 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
299
300         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
301
302 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
303
304         * wl-util.el (wl-biff-check-folders): Set biff flag.
305         (from Naoto Morishima [wl:14031])
306
307 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
308
309         * wl.el (wl-plugged-server-indent): Use quote instead of
310         backquote.
311
312 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
313
314         * wl-score.el (wl-score-insert-header): Add guard for
315         `std11-unfold-string'.
316         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
317         TYPE artgument when TO or CC field.
318
319 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-summary.el (wl-summary-goto-folder-subr): Call
322         `elmo-folder-close' instead of `elmo-folder-commit' if discard
323         current summary.
324
325 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-util.el (wl-read-shell-commande): New function or alias.
328
329         * wl-summary.el (wl-summary-pipe-message): Use
330         `wl-read-shell-command' instead of `read-string'.
331         (wl-summary-target-mark-pipe): Ditto.
332
333 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * wl-summary.el (wl-summary-reply): Fix docstring.
336         * wl-draft.el (wl-draft-reply): Ditto.
337
338 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-mime.el (wl-summary-extract-attachments): New command.
341         (wl-summary-extract-attachments-1): New internal function.
342
343 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-expire.el (wl-expire-folder): New function (split from
346         wl-summary-expire).
347         (wl-summary-expire): Use it. Add argument `all' instead of remove
348         `nolist'. Cause an error only if this function is calling
349         interactively.
350
351 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-expire.el (wl-expire-refile): Display progress message.
354         (wl-summary-expire): Simplify.
355
356         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
357         unused argument `deleting-info'.
358
359 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-vars.el (wl-message-popup-buffers): New user option.
362
363         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
364         (wl-message-delete-popup-windows): New function that substitues
365         above one.
366         (wl-mime-setup): Follow the above change.
367
368 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
369
370         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
371
372 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
373
374         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
375         "tkm" to wl-thread-spam.
376
377 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
378
379         * wl-thread.el (wl-thread-entity-insert-as-children): Use
380         wl-thread-entity-set-children.
381         (wl-thread-insert-message, wl-thread-insert-entity-sub,
382         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
383         Use wl-thread-entity-get-*.
384
385 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-mime.el (wl-epg-progress-callback): New function.
388         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
389         with `elmo-with-progress-display'. Set a progress callback
390         function to epg-context.
391         (wl-mime-pgp-verify-region-with-epg): Ditto.
392
393 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-util.el (wl-completing-read-multiple): Define as an alias of
396         `completing-read-multiple' if emacs-version is not less than 22.
397
398 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
401         change.
402
403 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl-summary.el (wl-summary-sync-update): Move
406         `wl-thread-update-indent-string-thread' to outside of
407         `elmo-with-progress-display'.
408
409 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-message.el (wl-message-exit): Check buffer existence.
412
413 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-util.el (wl-simple-display-progress): New function.
416         (wl-display-progress-with-gauge): Ditto.
417         (wl-progress-callback-function): Ditto.
418
419         * wl.el (wl-init): Set `elmo-progress-callback-function' as
420         `wl-progress-callback-function'
421
422         * wl-vars.el (wl-display-progress-threshold): New user option.
423         (wl-display-progress-function): Ditto.
424
425         * Version number is increased to 2.15.5.
426
427 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
428
429         * wl-thread.el (wl-thread-close-children): New function.
430         (wl-thread-open-children): Ditto.
431         * wl-action.el (wl-summary-set-mark): Redo the last change by
432         using it.
433
434         * wl-action.el (wl-summary-set-mark): Undo the last change.
435         Forbid interactive call.
436
437 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-mime.el (wl-define-dummy-functions): New macro.
440         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
441         `wl-mime-pgp-decrypt-region'.
442         (wl-mime-pgp-verify-region-with-epg): Renamed from
443         `wl-mime-pgp-verify-region'.
444         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
445         `wl-mime-pgp-decrypt-region'.
446         (wl-mime-pgp-verify-region-with-pgg): Renamed from
447         `wl-mime-pgp-verify-region'.
448         (wl-mime-pgp-decrypt-region): New function; To select dispatch
449         function at runtime.
450         (wl-mime-pgp-verify-region): Ditto.
451
452         * wl-vars.el (wl-use-pgp-module): New user option.
453
454 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
455
456         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
457         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
458
459 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
460
461         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
462         even if there are target marks only.
463
464 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * Version number is increased to 2.15.4.
467
468 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * wl-folder.el (wl-folder-check-one-entity): Simplify.
471
472 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
473
474         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
475         variable.
476
477 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
478
479         * wl-spam.el (wl-thread-test-spam): New function.
480         (wl-spam-setup): Bind "tkc".
481
482 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-expire.el (wl-folder-expire-entity): Rewite without
485         `wl-summary-goto-folder-subr'.
486         (wl-folder-expire-current-entity): Don't kill summary buffer.
487
488 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-folder.el (wl-folder-sync-entity): Rewrite without
491         `wl-summary-goto-folder-subr'.
492         (wl-folder-mark-as-read-all-entity): Likewise.
493
494         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
495
496 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
497
498         * wl-thread.el (wl-thread-force-open): Arranged.
499
500 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
503         from regexp.
504
505         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
506         (wl-read-search-condition-internal): Append them.
507
508 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-vars.el (wl-additional-search-condition-fields):
511         New user option.
512
513         * wl-util.el (wl-search-condition-fields): New function; export
514         from `wl-read-search-condition-internal'.
515         (wl-read-search-condition-internal): Use it.
516
517         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
518
519 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
520
521         * wl-summary.el (wl-summary-define-sort-command): New function.
522         (wl-summary-sort-by-date, wl-summary-sort-by-number)
523         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
524         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
525         define by `wl-summary-define-sort-command' at runtime.
526
527         * wl.el (wl-init): Call wl-summary-define-sort-command.
528
529 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
532         properties at the decrypting region.
533
534 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * wl-util.el (wl-find-region): New function.
537
538         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
539         coding system.
540         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
541         property `wl-mime-decoded-coding-system'.
542         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
543         property `wl-mime-decoded-coding-system' to encode text.
544
545         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
546         message.
547         (wl-mime-pgp-verify-region): Ditto.
548
549 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
552         buffer. Use epa-display-verify-result.
553
554 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-draft.el (wl-draft-send): Continue even if setting parent
557         flag was failed.
558
559 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-message.el (wl-message-flag-indicator): Fixed the problem
562         of returning string only of parentheses.
563
564 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
565
566         * wl-summary.el (wl-summary-write): Add argument `folder'.
567         (wl-summary-write-current-folder): Change argument `folder' from
568         optional to require.
569         (wl-summary-get-buffer): Return the buffer associated folder only.
570
571         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
572         change.
573         (wl-folder-toggle-disp-summary): Ditto.
574
575         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
576         current summary as parent-folder.
577
578 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
579
580         * wl-draft.el (wl-draft-reedit): Don't overwrite
581         wl-draft-parent-folder.
582
583 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
586         (wl-mime-pgp-verify-region): Ditto.
587         (wl-message-decrypt-pgp-nonmime): Use the above function.
588         (wl-message-verify-pgp-nonmime): Likewise.
589         (wl-mime-preview-application/pgp): Likewise.
590
591 2006-04-20  Kenichi Okada  <okada@opaopa.org>
592
593         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
594         Fix about the order of `wl-nntp-posting-port' and
595         `wl-nntp-posting-stream-type'.
596         * wl.el (wl-plugged-port-label-alist): Add smtp.
597
598 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
599
600         * wl-summary.el (wl-summary-message-status): New macro.
601
602         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
603         (wl-summary-killed-mark): New user option.
604
605         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
606         API change.
607         (wl-thread-insert-entity-sub): Ditto.
608         (wl-thread-recover-messages): New command.
609
610         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
611         Don't call `wl-highlight-summary-current-line' directly.
612         (wl-summary-buffer-attach): Connect to signal `status-changed'
613         instead of `cache-changed'.
614         (wl-summary-buffer-detach): Follow the above change.
615         (wl-summary-detect-mark-position): Follow the API change.
616         (wl-summary-rescan-message): Ditto.
617         (wl-summary-insert-sequential): Ditto.
618         (wl-summary-update-thread): Ditto.
619         (wl-summary-message-mark): Ditto.
620         (wl-summary-persistent-mark): Ditto.
621         (wl-summary-create-line): Ditto.
622         (wl-summary-prefetch-region-no-mark): Call
623         `wl-summary-persistent-mark' with number.
624         (wl-summary-recover-messages-region): New command.
625         (wl-summary-target-mark-recover): Ditto.
626         (wl-summary-recover-message): Ditto.
627         (wl-summary-persistent-mark-string): Add argument `status' instead
628         of remove arguments `flags' and `cached'.  Treat killed status.
629         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
630
631         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
632         (wl-highlight-summary-line-face-spec): Treat killed status.
633         (wl-highlight-summary-line-string): Follow the API change.
634         (wl-highlight-summary-current-line): Ditto.
635
636         * Version number is increased to 2.15.3.
637
638 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
641         of symbolp to test whether the condition is function.
642
643 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
646         to nil.
647
648 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-summary.el (wl-summary-buffer-message-ring): New internal
651         variable.
652         (wl-summary-buffer-last-displayed-msg): Abolish.
653         (wl-summary-push-message): New function.
654         (wl-summary-pop-message): Ditto.
655         (wl-summary-goto-folder-subr): Reset
656         `wl-summary-buffer-message-ring'.
657         (wl-summary-pop-to-last-message): New command.
658         (wl-summary-goto-last-displayed-msg): Call
659         wl-summary-pop-to-last-message if optional argument is non-nil or
660         the last command is itself.
661         (wl-summary-redisplay-internal): Push last message number into
662         `wl-summary-buffer-message-ring'.
663
664         * wl-vars.el (wl-summary-message-ring-max): New user option.
665
666 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
669         from `wl-draft-reply').
670         (wl-draft-reply): Use it.
671         (wl-draft-find-reply-headers): Avoid compile warning.
672
673 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
676
677 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-message.el (wl-message-flag-indicator): New function.
680         (wl-message-redisplay): Use it.
681
682 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
683
684         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
685
686 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
689         instead of `read-event'.
690
691         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
692
693         * wl-mule.el (wl-read-event-char): Ditto.
694
695         * wl-e21.el (wl-read-event-char): Ditto.
696
697 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
700
701 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-vars.el (wl-draft-send-confirm-type): New user option.
704
705         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
706
707         * wl-draft.el (wl-draft-send-confirm): Confirmation by
708         `wl-draft-send-confirm-type'
709
710 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
713         Avoid error when the buffer name is already used.
714
715 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
718         the change of elmo-nmz -> elmo-search.
719         (wl-highlight-summary-line-help-echo-alist): Ditto.
720         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
721         (wl-nmz-folder-icon): Define as obsolete.
722         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
723         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
724
725 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-summary.el (wl-summary-get-list-info): Rewrite with
728         `elmo-find-list-match-value'
729
730 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-summary.el (wl-summary-get-list-info): Optimize.
733         Use List-Id and List-Post also.
734
735 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
738
739 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
740
741         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
742
743 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-util.el (wl-completing-read-multiple-1): New internal function.
746         (wl-completing-read-multiple-2): Ditto.
747         (wl-completing-read-multiple): Define use above functions.
748
749         * wl-summary.el (wl-summary-sort): Removed the workaround for a
750         bug of `completing-read-multiple' about default value.
751
752         * wl-xmas.el (wl-completing-read-multiple): Removed.
753
754         * wl-mule.el (wl-completing-read-multiple): Ditto.
755
756         * wl-e21.el (wl-completing-read-multiple): Ditto.
757
758 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-util.el (wl-filter-associations): New function.
761
762         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
763         (wl-spam-ignored-folder-list): Ditto.
764         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
765         (wl-spam-string-member-p): New function.
766         (wl-spam-domain): Use it.
767         (wl-spam-split-numbers): New function.
768         (wl-spam-apply-partitions): Ditto.
769         (wl-spam-register-spam-messages): Use `folder' instead of
770         `wl-summary-buffer-elmo-folder'.
771         (wl-spam-register-good-messages): Ditto.
772         (wl-summary-exec-action-spam): Decide a domain by real folder of
773         message.
774         (wl-summary-exec-action-refile-with-register): Likewise.
775
776 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-e21.el (wl-e21-find-image): New function.
779         (wl-e21-setup-toolbar): Use it instead of `find-image'.
780         (wl-e21-highlight-folder-group-line): Ditto.
781         (wl-folder-init-icons): Ditto.
782         (wl-plugged-init-icons): Ditto.
783         (wl-biff-init-icons): Ditto.
784
785 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
788         (wl-inhibit-save-drafts): New internal variable.
789         (wl-disable-auto-save): Ditto.
790         (wl-save-drafts): Treat above variables.
791         (wl-auto-save-drafts): New function.
792         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
793         `wl-stop-save-drafts'.
794         (wl-start-save-drafts): New function.
795         (wl-stop-save-drafts): Ditto.
796         (wl-set-auto-save-draft): New command.
797
798         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
799         `wl-set-save-drafts'.
800
801 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
804         `make-local-variable' instead of `make-variable-buffer-local'.
805
806 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
807
808         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
809
810 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
811
812         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
813
814 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
817         of working buffer.
818
819 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
822
823         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
824         value into recipients; Bind `wl-draft-remove-group-list-contents'
825         as nil.
826
827 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-summary.el (wl-summary-sort): Fixed the last change.
830
831         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
832         (wl-summary-sort-messages): Ditto.
833         (wl-summary-rescan): Use it.
834         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
835         `completing-read'; Append candidates for reverse order.
836
837 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * Version number is increased to 2.15.2.
840
841 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
842
843         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
844         "Smaller".
845         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
846
847 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
848
849         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
850
851 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-vars.el (wl-draft-additional-header-alist): Add into the
854         customize group `wl-draft'.
855         (wl-draft-add-in-reply-to): Move customize group from `wl' to
856         `wl-draft'.
857         (wl-draft-add-references): Ditto.
858
859         * wl-action.el (wl-summary-print-argument): Rename argument from
860         `folder' to `data'.
861
862 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-summary.el (wl-summary-rescan-message): Call
865         `wl-thread-cleanup-symbols' before insert thread.
866
867 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl.el (wl-init): Set `elmo-get-folder-function' as
870         `wl-folder-make-elmo-folder'.
871
872         * wl-spam.el (wl-summary-exec-action-spam): Use
873         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
874
875         * wl-folder.el (wl-folder-make-elmo-folder): New function.
876         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
877         `elmo-make-folder'.
878         (wl-folder-get-elmo-folder): Ditto.
879         (wl-folder-create-subr): Simplify.
880
881 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
884
885 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
888         contents in message buffer instead of original buffer. If optional
889         argument specified, ask coding system for encode.
890
891 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
892
893         * wl-spam.el (wl-summary-test-spam-region): New function.
894         (wl-spam-setup): Bind "rkc".
895
896 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
897
898         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
899
900 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
901
902         * wl-spam.el (wl-summary-test-spam): Fix typo.
903         (wl-message-check-spam): Ditto.
904
905 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl-summary.el (wl-summary-default-from): Simplify.
908
909 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-action.el (wl-summary-exec-action-refile): Simplify.
912         (wl-summary-exec-action-copy): Ditto.
913         (wl-summary-auto-refile): Check existence of temporary mark.
914
915 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-summary.el (wl-summary-create-line): Use
918         `elmo-time-to-datevec'.
919
920         * wl-expire.el (wl-expire-archive-date): Ditto.
921         (wl-expire-localdir-date): Ditto.
922
923         * wl-util.el (wl-day-number): Abolish.
924
925         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
926         of `wl-day-number'.
927         (wl-score-followup): Ditto.
928         (wl-score-add-followups): Ditto.
929         (wl-score-get-latest-msgs): Ditto.
930         (wl-score-get-header-entry): Ditto.
931         (wl-score-edit-insert-date): Ditto.
932
933 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
936         `elmo-message-entity-field' with 2nd argument `type'.
937
938 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
939
940         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
941
942 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-thread.el (wl-thread-delete-message): Delete descendant
945         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
946
947 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
948
949         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
950
951 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
952
953         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
954         `Access folder'.
955
956 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-vars.el (wl-access-folder-icon): New user option.
959
960         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
961         `Access folder'.
962
963 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-summary.el (wl-summary-buffer-set-folder): Use
966         `wl-folder-mime-charset'.
967
968         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
969         `mime-charset'.
970         (wl-folder-get-elmo-folder): Ditto.
971         (wl-folder-mime-charset): New function.
972
973 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-util.el (wl-parse-addresses): Define alias of
976         `elmo-parse-addresses' (move to `elmo-util.el').
977
978         * wl-summary.el (wl-summary-default-from): Follow the API change.
979         (wl-summary-overview-entity-compare-by-date): Ditto.
980         (wl-summary-overview-entity-compare-by-from): Ditto.
981         (wl-summary-get-list-info): Get value of `ml-info' field from
982         entity at first.
983         (wl-summary-rescan-message): Treat prefix argument.
984         (wl-summary-prefetch-msg): Follow the API change.
985         (wl-summary-search-by-subject): Ditto.
986         (wl-summary-insert-thread): Ditto.
987         (wl-summary-line-subject): Ditto.
988         (wl-summary-line-from): Ditto.
989         (wl-summary-create-line): Ditto.
990         (wl-summary-print-message-with-ps-print): Ditto.
991
992         * wl-score.el (wl-score-ov-entity-get): Ditto.
993         (wl-score-followup): Ditto.
994         (wl-score-add-followups): Use `elmo-message-entity-field' instead
995         of `car'.
996         (wl-score-get-latest-msgs): Follow the API change.
997         (wl-score-get-header): Ditto.
998
999         * wl-refile.el (wl-refile-learn): Ditto.
1000         (wl-refile-subject-learn): Ditto.
1001         (wl-refile-get-field-value): Ditto.
1002         (wl-refile-guess-by-history): Ditto.
1003         (wl-refile-guess-by-subject): Ditto.
1004
1005         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1006
1007         * wl-expire.el (wl-expire-date-p): Removed.
1008         (wl-expire-archive-date): Follow the API change.
1009         (wl-expire-localdir-date): Ditto.
1010         (wl-summary-expire): Ditto.
1011
1012         * Version number is increased to 2.15.1.
1013
1014 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1017         group is access or not (it is not strict, like wl-fldmgr-rename).
1018
1019 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1020
1021         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1022         duplicate call of `wl-summary-print-argument' on the wrong line.
1023
1024 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1027         even if argument `number' is nil.
1028         (wl-summary-insert-line): Print action argument if current message
1029         has it.
1030
1031 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1034         (wl-draft-reply): Ditto.
1035         (wl-draft): Add optional argument `parent-number' and call
1036         `wl-draft-create-buffer' with it.
1037         (wl-draft-create-buffer): Add optional argument
1038         `parent-number'. Set wl-draft-parent-number as it.
1039
1040 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1043         buffer is not for given folder, don't use it.
1044
1045 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1046
1047         * Version number is increased to 2.15.0.
1048
1049 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1052
1053         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1054         (wl-highlight-get-face-by-name): New internal function.
1055         (wl-highlight-summary-line-face-spec): Use it and fixed.
1056
1057 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-summary.el (wl-summary-sync-update): Use
1060         `elmo-message-entity-field' instead of `car' to get message-id
1061         from overview entity.
1062
1063         * wl-summary.el (wl-summary-rescan-message): Call
1064         `wl-highlight-summary-displaying' when displaying a message.
1065
1066 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1067
1068         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1069         `wl-draft-config-info-operation'.
1070         (wl-draft-buffer-change-number): New function.
1071         (wl-draft-rename-saved-config): Ditto.
1072         * wl.el (wl-init): Connect slot for message-number-changed.
1073         (toplevel): Add autoload for wl-draft-rename-saved-config.
1074
1075 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1078         `update-overview'
1079         (wl-summary-buffer-detach): Disconnect from it.
1080         (wl-summary-rescan-message): Use command.
1081
1082         * wl-message.el (wl-message-buffer-display): Use
1083         `with-current-buffer' instead of `save-excursion'.
1084
1085 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1088         wl-draft-preview-attributes-list from distraction.
1089
1090 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1091
1092         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1093         `elmo-list-diff'.
1094
1095 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * wl-summary.el
1098         (wl-summary-edit-addresses-collect-candidate-fields): Use
1099         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1100
1101         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1102         instead of `elmo-set-work-buf'.
1103
1104         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1105         (wl-address-make-address-list): Ditto.
1106
1107         * Version number is increased to 2.13.3.
1108
1109 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1110
1111         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1112         user option.
1113
1114         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1115         argument `5'.
1116
1117         * wl-message.el (wl-message-display-no-merge-p): New function.
1118         (wl-message-buffer-display): Check whether the message is
1119         reassembled and follow the API change.
1120
1121 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1124         multibyte on working buffer and removed unnecessary
1125         `buffer-disable-undo'.
1126
1127 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1130         change.
1131
1132 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1133
1134         * wl-util.el (wl-read-search-condition-internal): Protect
1135         elmo-global-flags from distraction.
1136
1137 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1138
1139         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1140
1141         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1142         (wl-summary-event-handler): Ditto.
1143         (wl-summary-update-persistent-mark-on-event): New
1144         function (renamed from `elmo-event-handler-flag-changed').
1145         (wl-summary-buffer-attach): New function.
1146         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1147         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1148         instead of `elmo-folder-add-handler'.
1149
1150         * Version number is increased to 2.13.2.
1151
1152 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1155         and "\177" to the `wl-news-previous-page'.
1156         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1157         (wl-news-previous-page): New function.
1158
1159 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1162         instead of `write-region' and simplify.
1163
1164 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-template.el (wl-template-select): Cause error if
1167         `wl-template-alist' is nil.
1168
1169 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1170
1171         * wl-news.el.in: Set file variable `no-byte-compile'.
1172
1173 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1176         whether a target message is within displaying area.
1177         (elmo-event-handler-cache-changed): Ditto.
1178
1179 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1180
1181         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1182         to `defun'.  Use `nconc' instead of `append' to collect descendant
1183         message numbers.
1184
1185 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1186
1187         * wl-thread.el (wl-thread-save-top-list)
1188         (wl-thread-save-entities): Use `with-temp-buffer'.
1189         * wl-news.el.in (wl-news-previous-version-load):
1190         (wl-news-previous-version-save): Ditto.
1191         * wl-summary.el (wl-summary-load-file-object)
1192         (wl-summary-save-view-cache): Ditto.
1193
1194 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-util.el (toplevel): Require 'elmo-flag'.
1197         (wl-read-search-condition): New function (Renamed from
1198         `elmo-read-search-condition').
1199         (wl-read-search-condition-internal): Likewise.
1200
1201         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1202         invalid.
1203         (wl-summary-pick): Use `wl-read-search-condition' instead of
1204         `elmo-read-search-condition'.
1205         (wl-summary-virtual): Ditto.
1206
1207         * wl-folder.el (wl-folder-virtual): Ditto.
1208         (wl-folder-pick): Ditto.
1209
1210         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1211
1212 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-summary.el (wl-summary-reedit): Call
1215         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1216
1217 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1218
1219         * wl-mime.el (toplevel): Require wl-vars.
1220
1221         * wl-message.el (toplevel): Require cl at compile.
1222
1223         * wl-draft.el (toplevel): Require elmo.
1224
1225 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1228         and do nothing when it is not positive.
1229         (wl-message-buffer-prefetch-next): Ditto.
1230
1231 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1234         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1235         (wl-summary-redisplay-internal): Ditto.
1236
1237         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1238         message (the condition is borrowed from `wl-check-variables-2').
1239         (wl-summary-redisplay-internal): Ditto.
1240
1241 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-mime.el (wl-draft-nntp-attribute): New function.
1244         (wl-draft-attribute-nntp-posting-server): Use it.
1245         (wl-draft-attribute-nntp-posting-port): Ditto.
1246
1247         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1248         (wl-draft-show-attributes-buffer): Ditto.
1249         (wl-draft-hide-attributes-buffer): Ditto.
1250         (wl-draft-attribute-newsgroups): Ditto.
1251         (wl-draft-attribute-nntp-posting-server): Ditto.
1252         (wl-draft-attribute-nntp-posting-port): Ditto.
1253         (wl-draft-preview-message): Use there functions.
1254
1255         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1256         value.
1257
1258 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1261         (wl-draft-reedit): Ditto.
1262         (wl-draft-queue-flush): Ditto.
1263
1264         * wl-mime.el (wl-message-request-partial): Ditto.
1265         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1266         instead of `elmo-message-fetch'.
1267
1268         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1269
1270         * wl-summary.el (wl-summary-message-string): Ditto.
1271
1272 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1273
1274         * wl-util.el (wl-current-message-buffer): Follow the API change.
1275
1276         * wl-summary.el (wl-summary-redisplay-internal): Call
1277         `wl-summary-mark-as-read' with 2nd argument as nil and update
1278         unread count instead of persistent mark.
1279
1280         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1281         variable.
1282         (wl-message-redisplay): Follow the API change.
1283         (wl-message-buffer-display): Managed mime-entity directly and
1284         return preview buffer only.
1285         (wl-message-display-internal): Rewrite.
1286         (wl-message-buffer-prefetch-subr): Not save return value of
1287         `wl-message-buffer-display'.
1288
1289         * Version number is increased to 2.13.1.
1290
1291 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1292
1293         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1294         'elmo-multiple-fields-body-list' with boundary specified.
1295
1296 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1297
1298         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1299         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1300         cache if `wl-summary-resend-use-cache' is non-nil.
1301
1302 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1305         (wl-nntp-posting-stream-type): Ditto.
1306
1307 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1308
1309         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1310
1311 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1312
1313         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1314         message.
1315
1316 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1319         Abolish.
1320         (wl-summary-buffer-persistent-mark-version): New internal
1321         variable.
1322         (wl-summary-update-mark-and-highlight-window): Check by
1323         wl-summary-persistent-mark-invalid-p.
1324         (wl-summary-update-status-marks): Ditto.
1325         (elmo-event-handler-flag-changed): Rewrite.
1326         (elmo-event-handler-cache-changed): Define.
1327         (wl-summary-prefetch-msg): Does not update persistent mark here.
1328         (wl-summary-delete-cache): Ditto.
1329         (wl-summary-resume-cache-status): Ditto.
1330         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1331         (wl-summary-persistent-mark-invalid-p): New function.
1332         (wl-summary-validate-persistent-mark): Ditto.
1333         (wl-summary-validate-persistent-mark-string): Ditto.
1334         (wl-summary-invalidate-persistent-mark): Ditto.
1335         (wl-summary-update-persistent-mark): Call
1336         `wl-summary-validate-persistent-mark'.
1337         (wl-summary-create-line): Call
1338         `wl-summary-validate-persistent-mark-string'.
1339
1340         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1341         status as t if cache used.
1342
1343 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1346         only if the target is group.
1347         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1348
1349 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1352
1353 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1354
1355         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1356
1357         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1358
1359 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1360
1361         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1362         (Thanks to Yoichi NAKAYAMA).
1363
1364 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1365
1366         * wl-util.el (wl-save-drafts): Restore echo area.
1367
1368 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * Version number is increased to 2.13.0.
1371
1372         * wl-util.el (wl-biff-check-folder-async): Use
1373         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1374
1375 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1376
1377         * wl-message.el (wl-message-display-internal): Does not put
1378         wl-message-display-type property on message buffer.
1379         (wl-message-buffer-display-type): New function.
1380
1381         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1382
1383         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1384         `wl-summary-buffer-detach'.
1385         (wl-summary-message-display-type): Use
1386         `wl-summary-buffer-display-type'.
1387
1388 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1389
1390         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1391         buffer-local.
1392
1393         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1394         kill-buffer-hook instead of make-local-variable.
1395         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1396
1397 2004-12-12  Scott Renfro <scott@renfro.org>
1398
1399         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1400         regex for square-branket.
1401
1402 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1405         `wl-message-mime-analysis-p' with argument `header'.
1406
1407 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1408
1409         * wl-mime.el (wl-draft-yank-current-message-entity): 
1410         Switch to no-mime following method according to wl-message-display-type
1411         property.
1412         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1413
1414         * wl-message.el (wl-message-display-internal): 
1415         Put wl-message-display-type property on message buffer.
1416
1417         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1418         (wl-message-display-internal): Ditto;
1419
1420         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1421
1422 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * wl-message.el (wl-message-make-display-type): New function.
1425         (wl-message-display-type-property): Ditto.
1426         (wl-message-mime-analysys-p): Ditto.
1427         (wl-message-display-all-header-p): Ditto.
1428         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1429         added `display-type'.
1430         (wl-message-buffer-display): Likewise.
1431         (wl-message-display-internal): Likewise.
1432         (wl-message-buffer-display-type): Abolish.
1433         (wl-message-buffer-prefetch-subr): Follow the API changed.
1434
1435         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1436         from wl-summary-buffer-display-all-header and changed default value.
1437         (wl-summary-message-display-type): New function.
1438         (wl-summary-buffer-display-mime-mode): Ditto.
1439         (wl-summary-buffer-display-header-mode): Ditto.
1440         (wl-summary-toggle-mime): Rewrite with above functions.
1441         (wl-summary-toggle-all-header): Ditto.
1442         (wl-summary-redisplay): Force redisplay with default mode.
1443         (wl-summary-redisplay-internal): Renamed argument from `mode',
1444         `all-header' to `mime-mode', `header-mode'.
1445         Use `wl-message-make-display-type'.
1446
1447         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1448         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1449
1450 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1451
1452         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1453
1454 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1455
1456         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1457         in original message buffer.
1458         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1459         buffer.
1460
1461 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1462
1463         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1464
1465 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1466
1467         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1468
1469 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1470
1471         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1472         when actions succeeded.
1473         (wl-summary-exec-action-copy): Likewise.
1474
1475 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1476
1477         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1478         there is switch-to-buffer at the end of wl-message-select-buffer.
1479         (wl-summary-reply): Ditto.
1480
1481 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1482
1483         * wl-summary.el (wl-summary-forward): Put subject in original
1484         message buffer as argument of wl-draft-forward.
1485         * wl-draft.el (wl-draft-forward): Decode subject as in
1486         wl-draft-reply.
1487
1488 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1489
1490         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1491         a folder under access group.
1492
1493 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1494
1495         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1496         wl-message-buffer-display.
1497
1498         * wl-util.el (wl-set-save-drafts): Fix typo.
1499
1500 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1503         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1504         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1505         the way to measure the width of a bitmap image; don't put face on
1506         ascii and bitmap images; put the mark which should not use the
1507         variable-pitch face on ascii and bitmap images.
1508         (wl-demo-setup-properties): Don't use the variable-pitch face on
1509         ascii and bitmap images; made it work on Emacs 20 and earlier.
1510         (wl-demo-insert-text): End with a newline at the bottom; don't put
1511         face on text.
1512
1513         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1514
1515 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1518
1519         * wl-util.el (wl-save-drafts): Moved from sample setting.
1520         (wl-set-save-drafts): New function to set idle timer.
1521         * wl-draft.el (wl-draft): Call it.
1522         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1523
1524 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1527         a summary which has toggle display status off.
1528
1529 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-draft.el (wl-draft-do-fcc): No cache save.
1532
1533 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * wl-summary.el (elmo-event-handler-flag-changed): Use
1536         `set-buffer' instead of `with-current-buffer'.
1537
1538 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1539
1540         * wl-summary.el (wl-summary-after-resize-function): New function.
1541         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1542         window-size-change-functions.
1543
1544 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-draft.el (wl-draft-create-buffer): Bind
1547         `change-major-mode-hook' after current buffer is changed.
1548
1549         * wl-summary.el (wl-summary-buffer-detach): New function.
1550         (wl-summary-buffer-set-folder): Call it.
1551         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1552         change-major-mode-hook and kill-buffer-hook.
1553         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1554         (wl-summary-switch-to-clone-buffer): Ditto.
1555         (wl-summary-goto-folder-subr): Ditto.
1556
1557 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1558
1559         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1560         after boundp check.
1561
1562 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1565         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1566         for `kill-buffer'.
1567
1568         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1569         handler of current buffer from elmo-folder.
1570
1571 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1574
1575 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1578         variable.
1579         (wl-summary-event-handler): New class.
1580         (elmo-event-handler-flag-changed): Define to update persistent
1581         mark.
1582         (wl-summary-buffer-set-folder): Register event handler to
1583         elmo-folder.
1584         (wl-summary-exit): Unregister event handler.
1585         (wl-summary-goto-folder-subr): Ditto.
1586         (wl-summary-mark-as-read-all): Does not call
1587         `wl-summary-update-persistent-mark' directly.
1588         (wl-summary-mark-as-read-internal): Ditto.
1589         (wl-summary-set-persistent-mark-internal): Ditto.
1590         (wl-summary-set-flags-internal): Ditto.
1591
1592         * Version number is increased to 2.11.33.
1593
1594 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1595
1596         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1597         to nil.
1598
1599 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1600
1601         * wl-spam.el (wl-spam-setup): Add hook
1602         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1603         instead of `wl-summary-prepare-hook'.
1604
1605         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1606         if folder type is `'flag'.
1607         (wl-summary-mark-as-important): Ditto.
1608
1609 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * wl-address.el (wl-address-minibuffer-history): New variable.
1612         (wl-address-minibuffer-local-map): New keymap.
1613         (wl-address-read-from-minibuffer): New function.
1614
1615         * wl-action.el (wl-summary-get-resend-address): Use
1616         `wl-address-read-from-minibuffer' instead of `completing-read'.
1617
1618 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * Version number is increased to 2.11.32.
1621
1622 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1623
1624         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1625         without mule to iso-8859-1.
1626         (wl-draft-add-in-reply-to): Add note in description.
1627         (wl-draft-add-references): Ditto.
1628
1629 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1630
1631         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1632         definition for `m'.
1633         (wl-summary-mode-line-format): Add '[%m]'.
1634         (wl-message-mode-line-format-spec-alist): Ditto.
1635         (wl-summary-display-mime-mode-list): New variable.
1636
1637         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1638         from wl-summary-buffer-display-as-is.
1639         (wl-summary-buffer-display-all-header): New buffer local variable.
1640         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1641         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1642         instead of wl-summary-buffer-display-as-is.
1643         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1644         (wl-summary-set-persistent-mark): Ditto.
1645         (wl-summary-set-message-buffer-or-redisplay): Just call
1646         `wl-summary-redisplay-internal' without optional arguments.
1647         (wl-summary-toggle-mime): Rewrite.
1648         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1649         (wl-summary-toggle-all-header): New function.
1650         (wl-summary-redisplay-internal): Treat mime mode.
1651
1652         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1653         to wl-mime-preview-follow-no-mime.
1654         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1655         accodring to the display-mode.
1656
1657         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1658         (wl-message-buffer-display): Changed argument name from `as-is' to
1659         `mode'.
1660         (wl-message-display-internal): Ditto;
1661         Bind elmo-mime-display-header-analysis according to the mode.
1662         (wl-message-display-internal): Put wl-message-display-mime-mode
1663         property on entire buffer.
1664
1665 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1666
1667         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1668
1669 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1670
1671         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1672         Don't extract mail address.
1673         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1674
1675         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1676
1677         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1678
1679 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1680
1681         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1682         wl-fldmgr-cut-entity-list on confirmation.
1683
1684 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1685
1686         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1687         (wl-mime-quit-preview): Check existence of
1688         mime-edit-temp-message-buffer here.
1689
1690 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1691
1692         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1693         after deletion.
1694
1695         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1696         before calling wl-mime-quit-preview.
1697
1698 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-summary.el (wl-summary-pick): If call it with prefix
1701         argument, set `delete-marks' as non-nil. Pick from only visible
1702         messages.
1703         (wl-summary-check-target-mark): New function.
1704         (wl-summary-target-mark-mark-as-read): Use it.
1705         (wl-summary-target-mark-mark-as-unread): Ditto.
1706         (wl-summary-target-mark-operation): Ditto.
1707         (wl-summary-target-mark-set-flags): Ditto.
1708         (wl-summary-target-mark-save): Ditto.
1709         (wl-summary-target-mark-pick): Ditto.
1710         (wl-summary-target-mark-forward): Ditto.
1711         (wl-summary-target-mark-reply-with-citation): Ditto.
1712         (wl-summary-target-mark-print): Ditto.
1713         (wl-summary-target-mark-uudecode): Ditto.
1714
1715         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1716         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1717         with `ask-coding' is non-nil.
1718
1719 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-thread.el (wl-thread-set-parent): If parent is a message
1722         which is identified by references, set linked as nil.
1723
1724 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1727         (wl-message-mode-line-format-spec-alist): Ditto.
1728         (wl-message-mode-line-format): Ditto.
1729         (wl-summary-mode-line-format): Ditto for docstring.
1730         (wl-summary-no-mime-folder-list): Fix typo.
1731
1732         * wl-util.el (wl-current-message-buffer): Call
1733         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1734
1735         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1736         variable.
1737         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1738         of `wl-summary-redisplay-no-mime'.
1739         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1740         (wl-summary-toggle-mime): New function.
1741         (wl-summary-redisplay-all-header): Rewrite.
1742         (wl-summary-redisplay-no-mime): Ditto.
1743         (wl-summary-redisplay-internal): Added argument `as-is' and
1744         `all-header'.
1745
1746         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1747         New variable.
1748         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1749         bottom.
1750         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1751         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1752         "/" unconditionally.
1753
1754         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1755         wl-mime-preview-follow-no-mime for as-is content.
1756         (wl-mime-preview-follow-no-mime): New function.
1757         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1758
1759         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1760         and added `as-is', `all-header'.
1761         (wl-message-buffer-display): Ditto.
1762         (wl-message-buffer-display-type): New function.
1763
1764 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-vars.el (wl-message-header-button-alist): Change default
1767         value.
1768         (wl-message-body-button-alist): Ditto.
1769
1770 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1773
1774 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1777
1778 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1779
1780         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1781         is always true.
1782
1783 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1784
1785         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1786         on null entity.
1787
1788 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1791
1792 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1793
1794         * wl-vars.el (wl-summary-resend-hook): New hook.
1795
1796         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1797         `wl-summary-resend-hook'.
1798
1799 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1800
1801         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1802         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1803         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1804         (wl-summary-new-cached-mark): Changed default value to 'n'.
1805         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1806         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1807         (wl-folder-sync-range-alist): Remove spec for 'flag.
1808         (wl-summary-force-prefetch-folder-list): New user option.
1809
1810         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1811         `wl-summary-toggle-persistent-mark'.
1812         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1813         number is nil.
1814         (wl-summary-mark-as-answered-region): Set interactive argument of
1815         `wl-summary-set-persistent-mark-internal'.
1816         (wl-summary-mark-as-important-region): Ditto.
1817         (wl-summary-unset-persistent-mark): Ditto.
1818         (wl-summary-set-persistent-mark): Ditto.
1819         (wl-summary-mark-as-answered): Ditto.
1820         (wl-summary-mark-as-important): Ditto.
1821         (wl-summary-set-persistent-mark-internal): Do nothing
1822         when `elmo-message-flag-available-p' is nil.
1823         (wl-summary-toggle-persistent-mark): New function.
1824         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1825         when the folder matches `wl-summary-force-prefetch-folder-list'.
1826
1827
1828         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1829         when number is nil.
1830         (wl-highlight-summary-forwarded-face): New face.
1831
1832 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * Version number is increased to 2.11.31.
1835
1836 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1837
1838         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1839         (wl-biff-check-folder-async): Ditto.
1840         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1841
1842 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1843
1844         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1845         Add an argument `reverse'.  All callers are updated.
1846         (wl-summary-sort): Add a prefix argument `reverse' to specify
1847         reverse sorting.
1848         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1849         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1850         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1851
1852 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * wl-message.el (wl-message-redisplay): Does not narrow header if
1855         disply-type is all-header or as-is.
1856
1857         * wl-summary.el (wl-summary-enter-handler): Use
1858         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1859
1860 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1861
1862         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1863         after adding wl-draft-parent-variables.
1864         (wl-draft-forward): Ditto.
1865
1866 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1867
1868         * wl-summary.el (wl-summary-sync-marks): Call
1869         `wl-summary-set-persistent-mark' and
1870         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1871         (wl-summary-set-persistent-mark-internal): Add 4th argument
1872         `no-server'.
1873         (wl-summary-unset-persistent-mark): Ditto.
1874         (wl-summary-set-persistent-mark): Ditto.
1875         (wl-summary-add-flags-internal): Abolish.
1876         (wl-summary-remove-flags-internal): Ditto.
1877         (wl-summary-mark-as-important-internal): Ditto.
1878         (wl-summary-mark-as-important): Use
1879         `wl-summary-set-persistent-mark' instead of
1880         `wl-summary-add-flags-internal'.
1881         (wl-summary-mark-as-important-region): Ditto.
1882
1883         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1884
1885         * wl-summary.el (wl-summary-get-available-flags): New function.
1886         (wl-summary-sync-marks): Use it and simplified.
1887         (wl-summary-unset-persistent-mark): Use
1888         `wl-summary-get-available-flags'.
1889         (wl-summary-set-persistent-mark): Ditto.
1890
1891 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1892
1893         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1894         id.
1895
1896 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1899         number, call `wl-summary-prev-line-content'. Show message when the
1900         message is not found.
1901
1902 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1903
1904         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1905         wl-summary-enter-handler.
1906         (wl-summary-enter-handler): New command.
1907
1908         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1909         docstring and custom spec.
1910
1911         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1912         flags too; Don't treat Cached and New.
1913         (wl-summary-set-persistent-mark): Ditto.
1914
1915         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1916         `wl-folder-set-flag'.
1917
1918         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1919         instead of `wl-folder-set-flag'.
1920
1921         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1922         for completion.
1923         (wl-summary-set-persistent-mark): Ditto.
1924
1925         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1926         instead of `wl-draft-quit-preview'.
1927
1928         * wl-mime.el (toplevel): Avoid compile warning.
1929         (wl-mime-quit-preview): New function
1930         (formarly defined as `wl-draft-quit-preview').
1931         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1932         quitting method.
1933
1934         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1935
1936         * wl-folder.el (wl-folder-set-flag): Renamed from
1937         `wl-draft-set-flag-on-parent'.
1938
1939         * wl-draft.el (wl-draft-quit-preview): New function.
1940         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1941         (wl-draft-send): Call `wl-folder-set-flag' instead of
1942         `wl-draft-set-flag-on-parent'.
1943         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1944
1945 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1948         (wl-draft-send): Ditto.
1949
1950 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1953         (wl-draft-kill-pre-hook): Set default value as nil.
1954         (wl-summary-reply-hook): Ditto.
1955         (wl-draft-kill-flags): Abolish.
1956
1957         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1958         (wl-draft-parent-variables): Renamed from
1959         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1960         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1961         argument; Add wl-draft-parent-variables to
1962         wl-draft-config-variables.
1963         (wl-draft-reply): Likewise.
1964         (wl-draft-kill-flags): Abolish.
1965         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1966         (wl-draft-set-flag-on-parent): New function.
1967         (wl-draft-setup-parent-flag): Ditto.
1968
1969 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1970
1971         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1972         `wl-draft-parent-folder' is "".
1973
1974 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1975
1976         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1977         (wl-summary-digit-jump): New function.
1978         (Adviced by John Owens and Hiroya Murata)
1979
1980         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1981         (Adviced by John Owens)
1982
1983         * wl-xmas.el (wl-message-define-keymap): Ditto.
1984
1985         * wl-mule.el (wl-message-define-keymap): Ditto.
1986
1987 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1988
1989         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1990         change of return value of elmo-folder-count-flags.
1991
1992         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1993         (wl-summary-mark-as-read-internal): Ditto.
1994         (wl-summary-set-persistent-mark-internal): Ditto.
1995         (wl-summary-folder-info-update): Ditto.
1996         (wl-summary-sync-update): Fixed the last change.
1997
1998         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1999
2000 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2001
2002         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2003         (wl-draft-kill-flags): Fixed docstring.
2004
2005         * wl-draft.el (wl-draft-kill-flags): New function.
2006         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2007
2008 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-vars.el (wl-reply-hook): Abolish.
2011         (wl-draft-reply-hook): New hook.
2012         (wl-summary-reply-hook): Ditto.
2013         (wl-draft-forward-hook): Ditto.
2014         (wl-summary-forward-hook): Ditto.
2015         (wl-draft-kill-flags): New variable.
2016
2017         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2018         wl-summary-set-persistent-mark-internal.
2019         (wl-summary-sync-marks): Use elmo-preserved-flags.
2020         (wl-summary-update-persistent-mark): Make it interactive.
2021         (wl-summary-set-persistent-mark-internal): New inline function.
2022         (wl-summary-mark-as-answered): Use it.
2023         (wl-summary-mark-as-unanswered): Ditto.
2024         (wl-summary-unset-persistent-mark): New function.
2025         (wl-summary-set-persistent-mark): Ditto.
2026         (wl-summary-reply): Don't set answered flag;
2027         Run wl-summary-reply-hook instead.
2028         (wl-summary-forward): Call wl-draft-forward with number.
2029         Run wl-summary-forward-hook.
2030
2031         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2032         (wl-highlight-summary-line-face-spec): Use it as a default
2033         persistent mark face.
2034
2035         * wl-draft.el (wl-draft-forward): Added optional argument number;
2036         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2037         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2038         (wl-draft-kill): Use wl-draft-kill-flags.
2039
2040         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2041
2042         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2043         of return value of elmo-folder-count-flags.
2044
2045         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2046
2047         * wl-summary.el (wl-summary-count-unread): Ditto.
2048         (wl-summary-sync-update): Follow the change above.
2049         (wl-summary-force-prefetch): New function.
2050
2051 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2052
2053         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2054         variable `buf' with `let' instead of `setq'.
2055
2056 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2057
2058         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2059         add Content-Disposition heaeder on the deleted part.
2060
2061 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2062
2063         * wl-draft.el (wl-draft-save): Encode address list under edit by
2064         `eword-encode-unstructured-field-body'.
2065
2066         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2067
2068 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2069
2070         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2071         wl-current-summary-buffer.
2072
2073 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2074
2075         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2076         `numbers' is ignored.
2077
2078 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2079
2080         * wl-folder.el (wl-folder-open-folder): Avoid error.
2081         Reported by John Owens, [wl-en:815]
2082
2083         * wl.el (wl): Set timer for biff process even if prefix argument
2084         is given or auto-checking is quitted.
2085
2086         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2087         immediately.
2088         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2089         (wl-toggle-plugged): Ditto.
2090
2091         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2092         * wl-util.el (wl-biff-start): Use idle timer if
2093         `wl-biff-use-idle-timer' is non-nil.
2094
2095 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-highlight.el (wl-highlight-message): Fix description.
2098
2099 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2102         tty.
2103
2104 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-action.el (wl-summary-exec): Print failure count.
2107
2108 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2109
2110         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2111         to `defun', remove interactive form.
2112         Set elmo-message-fetch-confirm when force-reload is non-nil.
2113
2114 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * wl-summary.el (toplevel): Removed unnecessary autoload.
2117
2118 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2119
2120         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2121         the buffer is generated from another message buffer.
2122
2123 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2124
2125         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2126         extracted from `wl-fldmgr-save-folders'.
2127         (wl-fldmgr-delete): Call it after deletion.
2128
2129 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2130
2131         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2132         multi-tty support.
2133
2134 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2135
2136         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2137
2138 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2139
2140         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2141         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2142
2143 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2144
2145         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2146         unsubscribe list only if argument CLEAR is nil.
2147
2148 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2149
2150         * wl-draft.el (wl-draft-reply): Decode subject before removing
2151         Re: prefix.
2152
2153 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2154
2155         * wl-summary.el (wl-summary-sort-by-size): New command.
2156
2157 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * wl-summary.el (wl-summary-number-list-from-region): New
2160         function.
2161         (wl-summary-mark-as-read-region): Use it.
2162         (wl-summary-mark-as-unread-region): Ditto.
2163         (wl-summary-set-flags-region): Ditto and add optional argument
2164         remove.
2165         (wl-summary-mark-as-answered-region): Ditto.
2166         (wl-summary-mark-as-important-region): Ditto.
2167         (wl-summary-target-mark-mark-as-important): Added optional
2168         argument remove.
2169         (wl-summary-target-mark-mark-as-answered): Ditto.
2170         (wl-summary-target-mark-set-flags): Ditto.
2171
2172 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * wl-summary.el (wl-summary-set-flags-region): Call
2175         `wl-summary-set-flags-internal' with number list instead of call
2176         one by each message.
2177         (wl-summary-target-mark-set-flags): Likewise.
2178
2179 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2180
2181         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2182         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2183         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2184         (wl-summary-target-mark-mark-as-answered): Likewise.
2185
2186 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2187
2188         * wl-summary.el (wl-summary-target-mark-forward): Use
2189         `wl-summary-delete-all-target-marks' instead of
2190         `wl-summary-delete-all-temp-marks'.
2191         (wl-summary-target-mark-reply-with-citation): Ditto.
2192         (wl-summary-target-mark-uudecode): Ditto.
2193         (wl-summary-target-mark-set-flags): Ditto and remove needless
2194         cursor move.
2195
2196 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-summary.el (wl-summary-target-mark-forward): Protect
2199         wl-summary-buffer-target-mark-list from nreverse.
2200         (wl-summary-target-mark-reply-with-citation): Ditto.
2201
2202 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2205         `elmo-display-progress-threshold'.
2206
2207 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2210         check `wl-summary-highlight'.
2211         (wl-summary-window-scroll-functions): Respect value of
2212         `wl-summary-highlight'.
2213         (wl-summary-sync-update): Run hooks
2214         `wl-summary-buffer-window-scroll-functions' at any time.
2215
2216 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2219         from `wl-summary-cleanup-temp-marks'.
2220         (wl-summary-cleanup-temp-marks): Abolish argument.
2221         * wl.el (wl-save-status): Revert previous change.
2222         (wl-execute-temp-marks): New function, call
2223         `wl-summary-exec-with-confirmation'.
2224         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2225         (wl-folder-save-and-exec-marks): Abolished.
2226
2227 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2228
2229         * wl-e21.el (wl-e21-display-image-p): Respect
2230         `wl-highlight-folder-with-icon'.
2231         (wl-e21-highlight-folder-group-line): Highlight mouse line
2232         even if wl-e21-display-image-p is nil.
2233
2234         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2235         Respect value of `wl-summary-highlight'.
2236
2237         * wl.el (wl-save-status): Remove unused variable.
2238
2239         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2240         (wl-folder-mode-map): Bind it to "x".
2241
2242 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2243
2244         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2245
2246         * wl-thread.el (wl-thread-get-parent-list): Don't check
2247         disconnected ancestors, neglecting needless work in
2248         `wl-thread-update-indent-string-thread'.
2249
2250         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2251         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2252         argument, add argument default-keep to keep marks by default.
2253
2254         * Version number is increased to 2.11.30.
2255
2256         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2257         customization type and docstring.
2258         (wl-draft-reply-without-argument-list): Ditto.
2259
2260 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2261
2262         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2263
2264         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2265
2266 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2269
2270 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2271
2272         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2273         save-excursion so as not to include run-hooks.
2274
2275 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2276
2277         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2278         Clarify that marks are going to be cleared.
2279
2280 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2283         according to 3rd element of wl-summary-flag-mark.
2284
2285         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2286
2287 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * wl-action.el (wl-summary-target-mark-all): Don't set
2290         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2291
2292 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2295         (wl-forward-subject-prefix): Ditto.
2296         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2297         (wl-draft-reply-make-subject): Ditto.
2298
2299         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2300         `wl-draft-forward'.
2301         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2302
2303 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2306         target message does not exist.
2307
2308 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2309
2310         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2311         `wl-subject-prefix-regexp'.
2312         (wl-subject-forward-prefix-regexp): New variable.
2313         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2314         `wl-draft-strip-subject-re' and take regexp as argument.
2315         (wl-draft-forward): Use it.
2316         (wl-draft-reply): Ditto.
2317
2318 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2319
2320         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2321         emacs multi-tty support.
2322
2323 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2324
2325         * wl-e21.el (wl-e21-display-image-p): Don't call
2326         `display-images-p'.
2327         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2328         support.
2329         (wl-highlight-folder-current-line): Ditto.
2330         (wl-folder-init-icons): Ditto.
2331
2332 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2333
2334         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2335         the last line of summary in unplugged mode.
2336
2337 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2338
2339         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2340
2341 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2344         * wl-address.el (wl-address-user-mail-address-p): Use it.
2345         (wl-address-delete-user-mail-addresses): Ditto.
2346         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2347
2348         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2349         (wl-address-delete-user-mail-addresses): Ditto.
2350
2351         * wl-address.el (wl-address-delete-user-mail-addresses): New
2352         function.
2353         * wl-refile.el (wl-refile-guess-by-history): Use it.
2354         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2355         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2356
2357         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2358         use wl-address-user-mail-address-p.
2359
2360 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2363         after opening group.
2364
2365 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2368         of elmo-set-buffer-multibyte.
2369
2370         * wl-message.el (wl-original-message-mode): Ditto.
2371
2372         * wl-score.el (wl-score-insert-header): Ditto.
2373
2374         * wl-summary.el
2375         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2376         (wl-summary-goto-folder-subr): Ditto.
2377         (wl-summary-insert-headers): Ditto.
2378
2379         * wl-util.el (wl-set-string-width): Ditto.
2380
2381         * Version number is increased to 2.11.29.
2382
2383 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2384
2385         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2386         (wl-highlight-summary-line-help-echo-alist): New variable.
2387         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2388         into `wl-highlight-summary-line-help-echo' and
2389         `wl-highlight-flag-folder-help-echo'.
2390         (wl-highlight-summary-line-string): Change accordingly.
2391         (wl-highlight-summary-current-line): Ditto.
2392
2393 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2396         at the beginning of field body (Thanks to Markus Knittig).
2397
2398         * wl-draft.el (wl-draft-insert-current-message): Also check
2399         summary buffer, remove unnecessary tag.
2400
2401 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2402
2403         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2404         when wl-message-buffer is nil.
2405
2406         * wl-folder.el (wl-folder): Abolish unused argument.
2407         Call wl-folder-init when wl-folder-entity is nil.
2408         * wl.el (wl): Change accordingly.
2409
2410 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2411
2412         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2413         multibyte string before insert into draft buffer.
2414         (wl-draft-create-buffer): Always enable multibyte characters for
2415         draft buffer.
2416
2417         * Version number is increased to 2.11.28.
2418
2419 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2420
2421         * wl-folder.el (wl-folder-open-close): Handle blank line.
2422         (wl-folder-jump-to-current-entity): Ditto.
2423
2424 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * Version number is increased to 2.11.27.
2427
2428 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2429
2430         * wl-thread.el (wl-thread-insert-message): When the thread is
2431         devided by wl-summary-max-thread-depth, insert line at the end of
2432         buffer.
2433
2434 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * Version number is increased to 2.11.26.
2437
2438 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2439
2440         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2441
2442 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2443
2444         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2445         value of stream-type and session.
2446
2447 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * Version number is increased to 2.11.25.
2450
2451 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2452
2453         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2454         in a quit message.
2455
2456 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2457
2458         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2459         (wl-summary-redisplay-no-mime-internal): Ditto.
2460
2461 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2462
2463         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2464         * wl-vars.el (wl-smtp-connection-type): Ditto.
2465
2466 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2467
2468         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2469         for the separator line and quote mail-header-separator.
2470
2471 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2472
2473         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2474         result message.
2475
2476         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2477         `elmo-multiple-fields-body-list' with boundary as
2478         mail-header-separator.
2479
2480 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2481
2482         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2483
2484 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2485
2486         * wl-util.el (wl-list-diff): Remove unused function.
2487
2488         * wl-draft.el (wl-draft-send-confirm): Discard input before
2489         confirmation.
2490
2491 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2492
2493         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2494         order of flag and new.
2495
2496 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2497
2498         * wl-vars.el (wl-refile-policy-alist): Abolished.
2499
2500         * wl-action.el (wl-summary-set-action-refile): Follow the change
2501         above.
2502
2503 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * wl-highlight.el (wl-highlight-signature-search): Don't use
2506         re-search-backward for a long word since it is possible to crash
2507         XEmacs because of a bug.
2508
2509 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2510
2511         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2512
2513 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2516         argument for wl-summary-sync-force-update.
2517
2518 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-summary.el (wl-summary-mode-map): Revival of
2521         wl-summary-mark-as-important related bindings;
2522         Bind 'F','tF','mF','rF','m&'.
2523         (wl-summary-mark-as-important-region): Revival.
2524         (wl-summary-target-mark-mark-as-important): Ditto.
2525         (wl-summary-target-mark-operation): New function.
2526         (wl-summary-target-mark-mark-as-answered): Use it.
2527         (wl-summary-decide-flag): Don't set Important as default.
2528         (wl-summary-mark-as-important-internal): Revival.
2529         (wl-summary-mark-as-important): Ditto.
2530
2531         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2532
2533         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2534         instead of facep.
2535
2536 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2537
2538         * wl-dnd.el (wl-dnd-drop-func): Fix.
2539
2540         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2541         mouse-set-point instead of posn-point.
2542
2543         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2544
2545         * wl-mule.el (wl-completing-read-multiple): Ditto.
2546
2547 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2548
2549         * wl-demo.el (face-background-name): Defalias to avoid compile
2550         warning.
2551
2552 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2553
2554         * wl-summary.el (wl-summary-decide-flag): Use
2555         wl-completing-read-multiple instead of completing-read-multiple.
2556
2557         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2558         New alias.
2559
2560         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2561         Use face-background-name instead of face-background.
2562
2563         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2564
2565         * wl-summary.el (wl-summary-save): Use it.
2566         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2567
2568         * wl-mime.el (wl-mime-save-content): Fix last change.
2569
2570 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2571
2572         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2573         New function.
2574         (wl-summary-sort-specs): Added sort.
2575         * wl-mime.el (wl-mime-save-content): Expand file name.
2576
2577 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2578
2579         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2580
2581         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2582
2583 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2584
2585         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2586         for flag if it is not defined.
2587
2588 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2589
2590         * wl-e21.el (wl-highlight-folder-current-line): Use
2591         elmo-folder-type-internal when elmo-folder-type returns nil.
2592
2593         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2594
2595         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2596
2597         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2598
2599         * wl-e21.el (wl-summary-toolbar): Ditto.
2600
2601         * wl-vars.el (wl-demo-background-color): Abolished.
2602         (wl-summary-persistent-mark-priority-list): Renamed from
2603         wl-summary-flag-priority-list.
2604         (wl-summary-flag-alist): New user option.
2605         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2606         (wl-message-mode-line-format-spec-alist): Added 'F'.
2607         (wl-message-mode-line-format): Likewise.
2608         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2609         instead of wl-summary-important-mark.
2610         (wl-file-folder-icon): New variable.
2611
2612         * wl-thread.el (wl-thread-set-flags): Renamed from
2613         wl-thread-mark-as-important.
2614
2615         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2616         warning.
2617         (wl-summary-mode-menu-spec): Follow the change of 
2618         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2619         (wl-summary-mode-map): Follow the change of
2620         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2621         (wl-summary-detect-mark-position): Follow the variable name change.
2622         (wl-summary-set-flags-region): New function for the replacement of
2623         wl-summary-mark-as-important-region.
2624         (wl-summary-sync-marks): Sync all global-flags.
2625         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2626         instead of elmo-message-flagged-p.
2627         (wl-summary-persistent-mark-string): Follow the variable name change;
2628         Put wl-summary-flag-mark if the message has global-flag.
2629         (wl-summary-target-mark-set-flags): Renamed from 
2630         wl-summary-target-mark-mark-as-important.
2631         (wl-summary-decide-flag): New function.
2632         (wl-summary-set-flags-internal): Renamed from
2633         wl-summary-mark-as-important-internal.
2634         (wl-summary-add-flags-internal): New function.
2635         (wl-summary-remove-flags-internal): Ditto.
2636         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2637         (wl-summary-mark-as-unimportant): Abolish.
2638         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2639         (wl-summary-next-message): List flagged messages in the msgdb.
2640
2641         * wl-score.el (wl-summary-score-update-all-lines): Use
2642         wl-summary-add-flags-internal instead of 
2643
2644         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2645
2646         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2647         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2648         (wl-message-buffer-require-all-header): Renamed from
2649         wl-message-buffer-all-header-flag (Ditto).
2650         (wl-message-buffer-flag-indicator): New variable.
2651         (wl-message-redisplay): Changed local varibale name from `flag' to
2652         `display-type'; Set up wl-message-buffer-flag-indicator.
2653         (wl-message-buffer-display): Changed varibale name from `flag' to
2654         `display-type'.
2655         (wl-message-display-internal): Likewise.
2656
2657         * wl-highlight.el (wl-highlight-demo-face): Define default background
2658         color.
2659         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2660
2661         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2662
2663         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2664         (wl-demo-setup-properties): Renamed from
2665         `wl-demo-set-background-color'.
2666         (wl-demo): Follow the change above.
2667         
2668         * Version number is increased to 2.11.24.
2669
2670 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2671
2672         * wl-summary.el (wl-summary-toggle-thread): Call
2673         `wl-summary-rescan' with disable-thread as non-nil.
2674         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2675
2676 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2679         foreground property of the face.
2680         (wl-demo-insert-text): Don't set up face property here.
2681         (wl-demo): Call wl-demo-set-background-color, anyway.
2682
2683 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2684
2685         * wl-vars.el (wl-demo-background-color): The value can be nil.
2686
2687 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2690         to wl-summary-wheel-dispatcher.
2691
2692         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2693         wl-message-wheel-dispatcher.
2694         (wl-message-wheel-dispatcher): New function.
2695         (wl-summary-wheel-dispatcher): Ditto.
2696
2697 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-action.el (wl-summary-target-mark-all): List messages which are
2700         not in the killed-list.
2701
2702         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2703         only when the folder is 'flag/important.
2704
2705         * wl-address.el (wl-complete-field-body): Complete if the last
2706         character is a space.
2707
2708 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2709
2710         * wl-folder.el (wl-folder-clear-entity-info): Use
2711         elmo-clear-hash-val.
2712
2713         * wl-fldmgr.el (wl-fldmgr-rename): Set
2714         wl-folder-info-alist-modified as t.
2715
2716 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2717
2718         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2719
2720 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2721
2722         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2723         (wl-folder-buffer-last-visited-entity-id): New buffer local
2724         variable.
2725         (wl-folder-revisit-last-visited-folder): New function.
2726         (wl-folder-mode-map): Bind it to "C-i".
2727         (wl-folder-set-current-entity-id): Set last visited folder.
2728         * wl-summary.el (wl-summary-exit): Ditto.
2729
2730 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2733         before calling `recenter' in order to cope with an XEmacs bug.
2734
2735 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2736
2737         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2738         to the default value.
2739
2740 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2741
2742         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2743         change.
2744         (wl-summary-sync-marks): Ditto.
2745         (wl-summary-mark-as-read-internal): Ditto.
2746         (wl-summary-mark-as-answered-internal): Ditto.
2747         (wl-summary-mark-as-important-internal): Ditto.
2748         (wl-summary-reply): Ditto.
2749
2750         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2751         instead of `elmo-folder-unflag-answered'.
2752
2753         * Version number is increased to 2.11.23.
2754
2755         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2756         the last change.
2757
2758 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2759
2760         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2761         Specify "spam" or "good".
2762
2763 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2764
2765         * wl-spam.el (wl-summary-exec-action-spam): Call
2766         wl-folder-confirm-existence for spam folder.
2767         (wl-spam-setup): Bind "mk".
2768
2769 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2770
2771         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2772
2773 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2774
2775         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2776         destination folder is empty.
2777
2778 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2781         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2782
2783         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2784         (wl-summary-refile-prev-destination-region): New function.
2785         (wl-thread-refile-prev-destination): Ditto.
2786         (wl-summary-target-mark-refile-prev-destination): Ditto.
2787
2788 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2789
2790         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2791         (wl-demo-background-color): Changed default value.
2792
2793         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2794         color.
2795
2796         * wl-demo.el (wl-demo-set-background-color): New function.
2797         (wl-demo): Call it.
2798
2799 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2800
2801         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2802         * wl-address.el (wl-address-add-or-change): Don't add empty
2803         address.
2804
2805 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2806
2807         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2808
2809 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2810
2811         * wl-vars.el (wl-demo-image-filter-alist): New variable
2812         (wl-demo-background-color): Ditto.
2813
2814         * wl-demo.el (wl-demo-xpm-set-background): New function.
2815         (wl-demo-image-filter): Ditto.
2816         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2817
2818         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2819
2820         * wl-demo.el (wl-demo-icon-name): Define as function.
2821         (wl-demo-insert-image): Use it.
2822
2823 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2824
2825         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2826
2827 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2828
2829         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2830
2831 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2834
2835 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-thread.el (wl-thread-mark-as-answered): New function.
2838
2839         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2840         answered" entry.
2841         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2842         "r&" and wl-thread-mark-as-answered to "t&".
2843         (wl-summary-mark-as-important-region): Refine to toggle mark.
2844         (wl-summary-mark-as-answered-region): New function.
2845         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2846         and 3rd argument.
2847         (wl-summary-mark-as-important-internal): Likewise.
2848
2849 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2850
2851         * wl-template.el (wl-template-preview): New internal variable.
2852         (wl-template-preview-p): New function.
2853         (wl-template-show): Bind `wl-template-preview' as t.
2854
2855 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2858         `elmo-message-entity-field' with 3rd argument which is non-nil.
2859
2860 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2861
2862         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2863         Removed duplicate local bind `folder'.
2864
2865 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2868
2869 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2870
2871         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2872         duplicate definition.
2873
2874 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2875
2876         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2877         non-nil, use it; Don't fetch message if there's no message in the
2878         current cursor position.
2879
2880 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2881
2882         * wl-util.el (wl-region-exists-p): Use region-active-p.
2883         (wl-deactivate-region): New function.
2884         * wl-message.el (wl-message-redisplay): Deactivate region.
2885
2886         * wl-summary.el (wl-summary-reply): Call
2887         `wl-summary-set-message-buffer-or-redisplay' instead of
2888         `wl-summary-redisplay-internal', don't move point.
2889
2890 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2893         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2894         by regexp.
2895
2896 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2899         if no need.
2900
2901 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2904         default value to nil.
2905         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2906         `wl-summary-prepare-hook'; Replace refile action to
2907         `wl-summary-exec-action-refile-with-register'.
2908
2909         * Version number is increased to 2.11.22.
2910
2911 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-summary.el (wl-summary-detect-mark-position): Set
2914         `wl-summary-buffer-weekday-name-lang'.
2915
2916 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2917
2918         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2919         (wl-summary-mark-as-read-all): Ditto.
2920         (wl-summary-delete-messages-on-buffer): Ditto.
2921         (wl-summary-sync-update): Ditto.
2922         (wl-summary-mark-as-read-internal): Ditto.
2923         (wl-summary-mark-as-answered-internal): Ditto.
2924         (wl-summary-update-folder-info): Abolished.
2925
2926 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * wl-summary.el (wl-summary-mark-as-read-all): Use
2929         `wl-summary-update-folder-info' instead of
2930         `wl-folder-update-unread'.
2931
2932 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2933
2934         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2935         `wl-summary-folder-info-update'.
2936         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2937         instead of `wl-summary-folder-info-update'.
2938         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2939         `wl-folder-set-folder-updated'.
2940         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2941         instead of `wl-folder-update-unread'.
2942         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2943         the value of `wl-summary-buffer-unread-count' for the second parameter of
2944         `wl-folder-update-unread'.
2945
2946         * Version number is increased to 2.11.21.
2947
2948 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2949
2950         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2951         a local variable.
2952
2953 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2956         interactively.
2957
2958         * wl-summary.el (wl-summary-mark-as-important-internal): New
2959         internal function.
2960         (wl-summary-mark-as-important): Use it.
2961         (wl-summary-mark-as-unimportant): New function.
2962         (wl-summary-sync-marks): Follow the API change.
2963
2964         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2965
2966         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2967
2968 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2969
2970         * wl-folder.el (wl-folder-update-unread): Re-indent.
2971         Narrow the scope of a local variable.
2972
2973 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2976         (wl-addrmgr-merge-entries): Ditto.
2977         (wl-addrmgr): Added to address entry which exists in draft buffer
2978         if no entry is in original.
2979
2980 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2981
2982         * wl-batch.el: New file.
2983
2984 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2985
2986         * wl-vars.el (wl-use-semi): Remove unused variable.
2987
2988 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2989
2990         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2991         "?".
2992
2993 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2994
2995         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2996         wl-summary-new-mark.
2997         (wl-summary-new-cached-mark): New user option.
2998         (wl-summary-score-marks): Follow the change above.
2999         (wl-summary-auto-refile-skip-marks): Ditto.
3000         (wl-summary-incorporate-marks): Ditto.
3001         (wl-summary-expire-reserve-marks): Ditto.
3002
3003         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3004
3005         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3006         (wl-summary-persistent-mark-string): Distinguished between cached
3007         and uncached mark when the message is new.
3008
3009 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * wl-spam.el (wl-spam-domain): Renamed from
3012         `wl-spam-folder-guess-domain'.
3013         (wl-summary-exec-action-spam): Register as spam if domain of the
3014         source folder is good.
3015         (wl-summary-exec-action-refile-with-register): Register message if
3016         domain of the source folder is not undecided.
3017
3018 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3021         detect thread loop.
3022
3023 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3024
3025         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3026         and wl-summary-skip-mark-list.
3027
3028 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3031
3032         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3033
3034         * wl-spam.el (toplevel): Require wl-highlight.
3035         (wl-spam-auto-check-policy-alist): Abolish.
3036         (wl-spam-auto-check-folder-regexp-list): New user option.
3037         (wl-spam-auto-check-marks): Ditto.
3038         (wl-spam-mark-action-list): Ditto.
3039         (wl-highlight-summary-spam-face): New face.
3040         (wl-spam-auto-check-message-p): New function.
3041         (wl-spam-map-spam-messages): Fixed message.
3042         (wl-spam-register-spam-messages): Ditto.
3043         (wl-spam-register-good-messages): Ditto.
3044         (wl-summary-spam-map): Add and remove keybind.
3045         (wl-summary-target-mark-spam): Abolish.
3046         (wl-summary-refile-spam): Ditto.
3047         (wl-summary-test-spam): New function.
3048         (wl-summary-mark-spam): Ditto.
3049         (wl-summary-auto-check-spam): Follow the above change.
3050         (wl-summary-exec-action-spam): New function.
3051         (wl-summary-exec-action-refile-with-register): Fixed message.
3052         (wl-message-check-spam): New function.
3053         (wl-spam-setup): Ditto.
3054         (toplevel): Call it if this file is loaded interactivity.
3055
3056         * Version number is increased to 2.11.20.
3057
3058 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3061         when new optional argument `force' is non nil or modified.
3062
3063 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl.el (toplevel): Require wl-spam when compile.
3066         (wl-save-status): Call wl-spam-save-status.
3067
3068         * wl-spam.el (wl-spam-register-spam-messages): New function.
3069         (wl-spam-register-good-messages): Ditto.
3070         (wl-spam-save-status): Ditto.
3071         (wl-summary-mode-map): Bind
3072         wl-summary-target-mark-register-as-spam to "ms" and
3073         wl-summary-target-mark-register-as-good to "mn".
3074         (wl-summary-register-as-spam): Abolish optional argument; Use
3075         wl-spam-register-spam-messages.
3076         (wl-summary-register-as-spam-all): Use
3077         wl-spam-register-spam-messages.
3078         (wl-summary-register-as-good): Abolish optional argument; Use
3079         wl-spam-register-good-messages.
3080         (wl-summary-register-as-good-all): Use
3081         wl-spam-register-good-messages.
3082         (wl-summary-target-mark-register-as-spam): New funtion.
3083         (wl-summary-target-mark-register-as-good): Ditto.
3084
3085 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086
3087         * wl-spam.el: New file.
3088
3089 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3092
3093         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3094         (wl-summary-auto-refile): Call wl-refile-guess with
3095         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3096
3097 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3098
3099         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3100         with disable-thread argument non-nil.
3101
3102 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * wl-summary.el (wl-summary-rescan): Added optional argument
3105         disable-thread.
3106         (wl-summary-sync): Call wl-summary-rescan with argument
3107         disable-thread.
3108         (wl-summary-input-range): Added new range `rescan-thread'.
3109
3110 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3113
3114 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3115
3116         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3117         internal variable.
3118         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3119         wl-summary-search-parent-by-subject-regexp and
3120         wl-summary-divide-thread-when-subject-changed as nil.
3121         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3122         (wl-summary-insert-thread): Search parent entity from
3123         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3124         thread loop.
3125
3126 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3127
3128         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3129
3130         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3131
3132         * wl-util.el (wl-require-update-all-folder-p): New function.
3133         (wl-get-assoc-list-value): Added `function' to match directive.
3134         (wl-collect-draft): Rewrite.
3135
3136         * wl-summary.el (wl-summary-sync-update): Clear faces
3137         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3138         are non-nil.
3139         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3140         argument as function.
3141         (wl-summary-input-range): Ditto.
3142
3143         * wl-folder.el (wl-draft-get-folder): New function.
3144         (wl-folder-get-elmo-folder): Consider draft folder.
3145
3146         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3147         (wl-draft-buffer-message-number): New buffer local variable.
3148         (wl-draft-folder-internal): New internal variable.
3149         (wl-draft-delete): Rewrite.
3150         (wl-draft-save): Ditto.
3151         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3152         wl-folder-get-elmo-folder.
3153         (wl-draft-config-info-operation): Ditto.
3154         (wl-jump-to-draft-folder): Ditto.
3155         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3156         (wl-draft-reedit): Rewrite.
3157
3158         * Version number is increased to 2.11.19.
3159         
3160 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3161
3162         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3163         variable.
3164
3165 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3168         Use ignore-errors instead of unwind-protect.
3169
3170 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3171
3172         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3173         for updating `wl-thread-entity-list'.
3174
3175 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3176
3177         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3178         parameter from calling `wl-thread-entity-get-older-brothers' and
3179         `wl-thread-entity-get-younger-brothers'.
3180         Replace nested `append' with a single one.
3181
3182 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-summary.el (wl-summary-mode): Don't use the return value of
3185         `make-local-hook'.
3186
3187 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3188
3189         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3190         instead of `let*'.
3191         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3192         of local variables.
3193
3194 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3195
3196         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3197         Renamed from wl-summary-window-scroll-functions.
3198         (wl-summary-window-scroll-functions): Don't set to variable.
3199         (wl-summary-display-top): Use run-hooks.
3200         (wl-summary-display-bottom): Ditto.
3201         (wl-summary-toggle-disp-msg): Ditto.
3202         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3203         Use it instead of wl-summary-window-scroll-functions.
3204         (wl-summary-goto-folder-subr): Don't call
3205         wl-summary-window-scroll-functions, use
3206         wl-summary-buffer-window-scroll-functions instead.
3207
3208 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3211         make-local-variable.
3212
3213 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3214
3215         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3216         set-buffer-modified-p.
3217         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3218         (wl-summary-display-bottom): Ditto.
3219         (wl-summary-toggle-disp-msg): Ditto.
3220
3221 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3224
3225         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3226         (wl-summary-forward): Use elmo-message-entity-field instead of
3227         elmo-message-field.
3228
3229         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3230
3231 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-summary.el (wl-summary-window-scroll-functions): No use
3234         `append'.
3235
3236 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3237
3238         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3239         function.
3240         (wl-summary-window-scroll-functions): Call it when both
3241         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3242         (wl-summary-temp-mark): Added optional argument number.
3243         (wl-summary-message-mark): Added optional argument flag.
3244         (wl-summary-persistent-mark): Added optional argument number and flag.
3245         (wl-summary-update-persistent-mark): Ditto.
3246         (wl-summary-update-status-marks): Set "r" for interactive spec.
3247
3248         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3249         argument number and flag.
3250
3251         * wl-action.el (wl-summary-registered-temp-mark): 
3252         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3253
3254 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3257         internal variable (buffer local).
3258         (wl-summary-window-scroll-functions): New function.
3259         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3260         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3261         as nil.
3262         (wl-summary-update-status-marks): Added arguments beg, end and
3263         check.
3264         (wl-summary-update-mark-window): Use function.
3265         (wl-summary-sync-update): Follow the change above.
3266         (wl-summary-switch-to-clone-buffer): Copy
3267         wl-summary-buffer-unsync-mark-number-list.
3268         (wl-summary-goto-folder-subr): Set
3269         wl-summary-buffer-unsync-mark-number-list and
3270         use wl-summary-window-scroll-functions instead of
3271         wl-summary-lazy-highlight.
3272
3273         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3274
3275 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3278
3279         * wl-summary.el (wl-summary-update-persistent-mark): Call
3280         wl-summary-set-message-modified.
3281
3282         * wl-summary.el (wl-summary-sync-update): Don't call
3283         wl-summary-update-status-marks.
3284
3285         * Version number is increased to 2.11.18.
3286
3287 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3288
3289         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3290         (wl-message-next-page): Ditto.
3291
3292 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3293
3294         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3295         local variable.  Change the order of a collected list into the
3296         same as the specified range.  Remove nil from a collected list.
3297
3298 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3299
3300         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3301         argument for elmo-folder-list-messages.
3302
3303 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3304
3305         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3306         change (wl-summary-count-unreads return a list instead of a cons
3307         cell).
3308
3309 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3310
3311         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3312         `wl-summary-folder-info-update'.
3313
3314 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3315
3316         * wl-summary.el (wl-summary-set-message-modified): No use
3317         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3318         (wl-summary-set-mark-modified): Abolish.
3319         (wl-summary-mark-modified-p): Ditto.
3320         (wl-summary-save-view): Follow the change above.
3321
3322         * wl-expire.el (wl-summary-expire): Likewise.
3323
3324 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3325
3326         * wl-summary.el (wl-summary-detect-mark-position): Use
3327         modb-entity-handler.
3328         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3329
3330         * Version number is increased to 2.11.17.
3331
3332 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3335         entity field value.
3336         (wl-summary-prefetch-msg): Ditto.
3337         (wl-summary-print-message-with-ps-print): Ditto.
3338
3339 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3342         for dummy entity.
3343         (wl-summary-insert-thread): Use elmo-message-entity-field.
3344         (wl-summary-update-thread): Use elmo-message-entity-field and
3345         elmo-message-entity-number.
3346         (wl-summary-line-number):  Use elmo-message-entity-number.
3347         (wl-summary-line-size): Use elmo-message-entity-field.
3348         (wl-summary-line-subject): Ditto.
3349         (wl-summary-line-from): Ditto.
3350         (wl-summary-line-attached): Ditto.
3351         (wl-summary-create-line): Ditto.
3352         (wl-summary-create-line): Use elmo-message-entity-number.
3353         (wl-summary-print-message-with-ps-print): Use
3354         elmo-message-entity-field.
3355
3356 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3357
3358         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3359         change in elmo-msgdb-make-message-entity.
3360         (wl-summary-buffer-set-folder): Don't call
3361         wl-summary-detect-mark-position here.
3362         (wl-summary-rescan): Call elmo-message-entity-number.
3363         (wl-summary-sync-update): Ditto.
3364         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3365
3366         * wl-score.el (wl-score-header-index): Redefine 2th element.
3367         (wl-score-overview-entity-get-extra): Abolish.
3368         (wl-score-ov-entity-get): Rewrite.
3369         (wl-score-string-index<, wl-score-string-func<): Abolish.
3370         (wl-score-string<): New function.
3371         (wl-score-string-sort): Use it.
3372
3373         * wl-refile.el (wl-refile-guess-by-history): Use
3374         elmo-message-entity-field.
3375         (wl-refile-guess-by-from): Ditto.
3376         (wl-refile-guess-by-msgid): Ditto.
3377
3378         * Version number is increased to 2.11.16.
3379
3380 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3381
3382         * wl-folder.el (wl-folder-confirm-existence): Don't call
3383         file-exists-p if msgdb-path is nil.
3384         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3385         `wl-read-folder-hist' to `wl-read-folder-history'.
3386
3387 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3388
3389         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3390         `y-or-n-p'.
3391
3392 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * wl-score.el (wl-score-headers): Don't use
3395         elmo-folder-do-each-message-entity.
3396
3397         * Version number is increased to 2.11.15.
3398
3399 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-summary.el (wl-summary-delete-all-msgs): Use
3402         elmo-folder-move-messages instead of elmo-folder-delete-messages
3403         and elmo-folder-detach-messages.
3404         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3405
3406         * wl-expire.el (wl-expire-delete): Ditto.
3407         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3408
3409 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3410
3411         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3412         (wl-message-header-narrowing-fields): Ditto.
3413         (wl-message-header-narrowing-lines): Ditto.
3414         (wl-message-header-narrowing-string): Ditto.
3415
3416         * wl-summary.el (wl-summary-mode-map): Bind
3417         wl-summary-toggle-header-narrowing to "C-cC-f".
3418         (wl-summary-toggle-header-narrowing): New function.
3419
3420         * wl-message.el (wl-message-buffer-create): Call
3421         wl-message-header-narrowing-setup.
3422         (wl-message-redisplay): Call wl-message-header-narrowing.
3423         (wl-message-header-narrowing): New function.
3424         (wl-message-header-narrowing-map): New keymap.
3425         (wl-message-header-narrowing-widen-map): New keymap.
3426         (wl-message-header-narrowing-again-at-mouse): New function.
3427         (wl-message-header-narrowing-1): Ditto.
3428         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3429         (wl-message-header-narrowing-setup): Ditto.
3430         (wl-message-header-narrowing-toggle): Ditto.
3431         
3432         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3433
3434         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3435         'flag as all.
3436         (wl-use-flag-folder-help-echo): New user option.
3437
3438         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3439         wl-summary-highlight as nil.
3440         (wl-summary-set-mark-modified): Follow the API change.
3441         (wl-summary-mark-modified-p): Ditto.
3442         (wl-summary-mark-as-read-all): Ditto.
3443         (wl-summary-sync-marks): Don't call
3444         elmo-folder-list-messages-with-global-mark.
3445         (wl-summary-mark-as-read-internal): Follow the API change.
3446         (wl-summary-mark-as-answered-internal): Ditto.
3447         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3448         Follow the API change.
3449         (wl-summary-create-line): Call with number argument.
3450         (wl-summary-reply): Follow the API change.
3451
3452         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3453         function.
3454         (wl-highlight-summary-line-string): Call it when
3455         wl-use-flag-folder-help-echo is non-nil.
3456         (wl-highlight-summary-current-line): Ditto.
3457         (elmo-flag-folder-referrer): Added autoload setting.
3458
3459         * wl-draft.el (wl-draft-kill): Follow the API change.
3460
3461         * Version number is increased to 2.11.14.
3462         
3463 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3466
3467 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * Version number is increased to 2.11.13.
3470
3471 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3472
3473         * wl-draft.el (wl-draft-previous-history-element): Fixed
3474         unbalanced parenthesis and bind unbound local variables.
3475
3476 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3477
3478         * wl-draft.el (wl-draft-previous-history-element): New function.
3479         (wl-draft-next-history-element): Ditto.
3480         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3481         them to M-p and M-n.
3482
3483 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3484
3485         * Version number is increased to 2.11.12.
3486
3487 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3488
3489         * wl-draft.el (wl-draft-hide): Select buffer-window.
3490
3491 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3492
3493         * wl-summary.el (wl-summary-narrow-to-region): New function.
3494         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3495         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3496         (wl-summary-save-region): Use it.
3497         * wl-action.el (wl-summary-collect-numbers-region)
3498         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3499
3500 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3501
3502         * wl-folder.el (wl-folder-count-incorporates): Don't use
3503         `elmo-msgdb-mark-load'
3504
3505         * Version number is increased to 2.11.11.
3506
3507 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3508
3509         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3510         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3511
3512 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3513
3514         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3515
3516 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * Version number is increased to 2.11.10.
3519
3520 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3521
3522         * wl-mime.el (wl-draft-attribute-value): Fixed.
3523
3524 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3525
3526         * wl-util.el (wl-copy-local-variables): New function.
3527
3528         * wl-mime.el (wl-draft-attribute-recipients): New function.
3529         (wl-draft-attribute-envelope-from): Ditto.
3530         (wl-draft-attribute-smtp-posting-server): Ditto.
3531         (wl-draft-attribute-smtp-posting-port): Ditto.
3532         (wl-draft-attribute-value): Ditto.
3533         (wl-draft-preview-message): Use it to get value for
3534         attributes. Reflect result of `wl-draft-config'.
3535
3536         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3537         and call `wl-summary-mark-as-read' before to call
3538         `wl-summary-unset-mark'.
3539         (wl-summary-target-mark-mark-as-unread): Likewise.
3540         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3541
3542 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3543
3544         * wl-mime.el (wl-draft-preview-message): Use actual value for
3545         attributes; Fix for small window.
3546
3547 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * wl-refile.el (wl-refile-get-field-value): Call
3550         `elmo-message-entity-field' with 3rd argument is non-nil.
3551
3552 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3553
3554         * wl-vars.el (wl-draft-preview-attributes): New user option.
3555         (wl-draft-preview-attributes-list): Ditto.
3556         (wl-draft-preview-attributes-buffer-lines): Ditto.
3557         (wl-draft-preview-attributes-buffer-name): Ditto.
3558
3559         * wl-mime.el (wl-draft-preview-message): Display attributes.
3560
3561 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3562
3563         * wl-summary.el (wl-summary-detect-mark-position): Bind
3564         wl-summary-flag-priority-list to '(new).
3565
3566 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3567
3568         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3569         funtion.
3570         (wl-highlight-summary-line-string): Use it.
3571         (wl-highlight-summary-current-line): Ditto.
3572
3573 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3576         line even when the mark string is not changed.
3577
3578         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3579         argument change in the wl-summary-create-line.
3580         (wl-thread-insert-entity-sub): Ditto.
3581
3582         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3583         argument change in the wl-summary-create-line.
3584         (wl-summary-insert-sequential): Ditto.
3585         (wl-summary-update-thread): Ditto.
3586         (wl-summary-persistent-mark-string): New inline function.
3587         (wl-summary-message-mark): Use it.
3588         (wl-summary-create-line): Abolish argument wl-persistent-mark
3589         and added wl-flags, wl-cached.
3590
3591         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3592         mark to flags.
3593         (wl-highlight-summary-current-line): Decide the face not by the 
3594         persistent mark but flags.
3595
3596 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3597
3598         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3599         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3600         wl-summary-read-uncached-mark): Revive.
3601         (wl-summary-answered-cached-mark,
3602         wl-summary-answered-uncached-mark): New user option.
3603         (wl-summary-score-marks): Follow the change above.
3604         (wl-summary-auto-refile-skip-marks): Ditto.
3605         (wl-summary-incorporate-marks): Ditto.
3606         (wl-summary-expire-reserve-marks): Ditto.
3607         (wl-summary-flag-priority-list): New user option.
3608
3609         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3610         changes.
3611         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3612         of elmo-message-mark.
3613         (wl-summary-mark-as-read-internal): Ditto.
3614         (wl-summary-mark-as-answered): Ditto.
3615         (wl-summary-mark-as-important): Ditto.
3616         (wl-summary-redisplay-internal): Ditto.
3617         (wl-summary-redisplay-no-mime-internal): Ditto.
3618         (wl-summary-message-mark): New function.
3619         (wl-summary-insert-sequential): Use wl-summary-message-mark
3620         instead of elmo-message-mark.
3621         (wl-summary-update-thread): Ditto.
3622         (wl-summary-persistent-mark): Ditto.
3623         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3624         instead of elmo-message-mark.
3625
3626         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3627         wl-summary-message-mark instead of elmo-message-mark.
3628         (wl-thread-insert-entity-sub): Ditto.
3629         (wl-thread-get-children-msgs-uncached): Ditto.
3630
3631         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3632         variable name changes.
3633         (wl-highlight-summary-current-line): Ditto.
3634
3635         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3636         wl-summary-message-mark instead of elmo-message-mark.
3637
3638         * wl-expire.el (wl-expire-message-p): Ditto.
3639
3640         * wl-score.el (wl-score-headers): Ditto.
3641
3642         * Version number is increased to 2.11.9.
3643
3644         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3645         (wl-summary-sync-update): Follow the change above.
3646         (wl-summary-switch-to-clone-buffer): Ditto.
3647         (wl-summary-open-folder): Ditto.
3648
3649 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3650
3651         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3652         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3653
3654         * Version number is increased to 2.11.8.
3655
3656         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3657
3658         * wl-expire.el (wl-expire-refile): Follow the API change on
3659         `elmo-folder-move-messages'.
3660         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3661
3662         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3663         (wl-summary-exec-action-refile): Ditto.
3664         (wl-summary-exec-action-copy): Ditto.
3665         (wl-summary-no-auto-refile-message-p): No use
3666         `wl-summary-buffer-msgdb'.
3667         (wl-summary-auto-refile): Ditto.
3668
3669 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3670
3671         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3672
3673 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3674
3675         * wl-summary.el (wl-summary-sync): Treat no-sync.
3676
3677         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3678         (wl-default-sync-range): Ditto.
3679
3680 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3681
3682         * wl-refile.el (wl-refile-subject-learn): Call
3683         `elmo-message-entity-field' with 3rd argument is non-nil.
3684         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3685         instead of `elmo-msgdb-overview-entity-get-subject'.
3686
3687 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3690         scan-type is rescan.
3691         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3692         new optional argument force is non-nil.
3693         (wl-summary-save-view-cache): Call it with force argument non-nil.
3694
3695         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3696
3697 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3698
3699         * wl-action.el (wl-summary-print-argument): Fixed last change.
3700
3701 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3702
3703         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3704         simplified.
3705         (wl-summary-target-mark-mark-as-unread): Likewise.
3706         (wl-summary-target-mark-mark-as-important): Likewise.
3707
3708 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3709
3710         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3711         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3712         (wl-summary-mark-as-important-region): Change accordingly.
3713         (wl-summary-target-mark-mark-as-important): Ditto.
3714
3715 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3716
3717         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3718
3719         * wl-action.el (wl-summary-print-argument): Print argument to
3720         right side of window if `wl-summary-print-argument-within-window'
3721         is non-nil.
3722
3723 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-action.el (wl-summary-set-mark): Use
3726         `wl-summary-message-visible-p' to check visibility of the message
3727         and jump to message only when the message line is visible and have
3728         different number; Call wl-summary-unset-mark with number argument.
3729         (wl-summary-unset-mark): 
3730         Use `wl-summary-message-visible-p'
3731         to check visibility of the message and jump to message only when
3732         the message line is visible and have different number;
3733
3734 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3735
3736         * Version number is increased to 2.11.7.
3737
3738         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3739         and wl-folder-summary-line-format.
3740
3741         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3742         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3743         (wl-summary-set-score-mark): Use it.
3744         (wl-summary-target-mark-mark-as-read): Ditto.
3745         (wl-summary-target-mark-mark-as-unread): Ditto.
3746         (wl-summary-target-mark-mark-as-important): Ditto.
3747         (wl-summary-target-mark-msgs): Simplified.
3748         (wl-summary-detect-mark-position): Fixed problem when
3749         summary-line-format no contain persisten/temp mark spec.
3750         (wl-summary-temp-mark): Ditto.
3751         (wl-summary-persistent-mark): Ditto.
3752         (wl-summary-update-persistent-mark): Ditto.
3753
3754         * wl-action.el (wl-summary-set-mark): Ditto.
3755         (wl-summary-unset-mark): Ditto.
3756         All other related portions are changed.
3757
3758 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3759
3760         * Version number is increased to 2.11.6.
3761
3762 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * wl-util.el (wl-current-message-buffer): Define as function;
3765         Don't use the value of wl-messge-buffer.
3766
3767         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3768         persistent mark.
3769
3770         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3771         no current message, cause an error.
3772
3773 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3774
3775         * wl-summary.el (wl-summary-set-message-modified): Use
3776         elmo-folder-set-message-modified instead of
3777         elmo-folder-set-message-modified-internal.
3778
3779 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3782         interactively.
3783         (wl-summary-sync): nokill->entirely.
3784         (wl-summary-sync-marks): Fixed message.
3785         (wl-summary-input-range): Added mark, nokill->entirely.
3786
3787         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3788         messages as read.
3789
3790 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3793         update-noscore.
3794         (wl-summary-sync): Follow the change above.
3795
3796 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3797
3798         * wl-action.el (wl-summary-target-mark-all): Use
3799         elmo-folder-list-messages.
3800
3801 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3802
3803         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3804         (wl-summary-rescan): Set wl-summary-scored as nil.
3805         (wl-summary-sync-force-update): Follow the change above.
3806         (wl-summary-sync): Ditto.
3807         (wl-summary-sync-update): Added argument disable-killed.
3808         (wl-summary-insert-headers): Set visible-only argument for
3809         elmo-folder-list-messages.
3810         (wl-summary-input-range): Added update-nokill, update-noscore,
3811         all-nokill, all-noscore and mark.
3812
3813         * Version number is increased to 2.11.5.
3814
3815         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3816
3817 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3818
3819         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3820         (wl-summary-prefetch-region-no-mark): Change accordingly.
3821         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3822
3823 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3824
3825         * wl-address.el (wl-complete-field-to): Abolished.
3826         (wl-complete-address): Completion function for completing-read.
3827         * wl-action.el (wl-summary-get-resend-address): Use it.
3828
3829         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3830         wl-summary-update-mark and abolish unused argument.
3831         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3832         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3833         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3834         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3835         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3836         * wl-draft.el (wl-draft-kill): Ditto.
3837
3838         * wl-summary.el: Remove unused binding of case-fold-search.
3839         (wl-summary-replace-status-marks): Abolished.
3840
3841 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3844         is specified or folder length is zero.
3845
3846 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3847
3848         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3849         (wl-folder-archive-current-entity): Ditto.
3850
3851 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3852
3853         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3854         retrieving message mark.
3855         (wl-summary-redisplay-internal): Ditto.
3856
3857         * wl-message.el (wl-message-buffer-display): Ignore errors while
3858         retrieving message-id field.
3859
3860         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3861         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3862         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3863         order of the arguments for `wl-expire-message-p'.
3864         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3865
3866         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3867         Check return value of wl-summary-reply.
3868         (wl-summary-reply): Recover window configuration when an error occured.
3869
3870 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3871
3872         * wl-summary.el (wl-summary-resend-message): Abolished, the
3873         feature is inherited by wl-summary-resend (put resend mark).
3874
3875 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3876
3877         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3878         wl-message-buffer to nil when the message is hide.
3879
3880 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3881
3882         * .cvsignore: New file.
3883
3884 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3885
3886         * wl-action.el (wl-summary-action-docstring): Add more info.
3887         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3888         duplicate definition.
3889         (wl-summary-define-mark-action): Functions wl-summary-*-region
3890         keep current position.
3891         (wl-summary-unregister-target-mark): Store result to the variable.
3892
3893 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3894
3895         * Version number is increased to 2.11.4.
3896
3897 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3900         wl-summary-delete-all-temp-marks.
3901         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3902
3903         * wl-action.el (wl-summary-set-mark): Changed terminology
3904         refile-destination -> action-argument.
3905         (wl-summary-unset-mark): Ditto.
3906         (wl-summary-remove-argument): Ditto.
3907         (wl-summary-print-argument): Ditto.
3908
3909         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3910         (wl-thread-remove-argument-region): Ditto.
3911         (wl-thread-print-argument-region): Ditto.
3912         (wl-thread-close): Ditto.
3913         (wl-thread-open): Ditto.
3914
3915         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3916         (wl-highlight-refile-destination-face is abolished)
3917         (wl-highlight-action-argument-string): Ditto.
3918         (wl-highlight-summary-current-line): Highlight action argument.
3919
3920         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3921         color for light backgrounds.
3922         (wl-highlight-summary-answered-face): Ditto.
3923
3924 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3927
3928         * wl-score.el (wl-summary-score-update-all-lines): Use
3929         wl-summary-set-mark.
3930         (wl-summary-score-update-all-lines): Kill expunged messages.
3931
3932         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3933
3934 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3935
3936         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3937         directly.
3938         (wl-score-overview-entity-get-lines): Ditto.
3939         (wl-score-overview-entity-get-xref): Ditto.
3940         (wl-score-get-latest-msgs): Ditto.
3941         (wl-summary-rescore): Ditto.
3942
3943         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3944         to "&".
3945         (wl-summary-mark-as-answered-internal): New inline function.
3946         (wl-summary-mark-as-answered): New function.
3947         (wl-summary-mark-as-unanswered): Ditto.
3948         (wl-summary-sync-marks): Modified for answered-mark synching.
3949
3950 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3951
3952         * wl-action.el (wl-summary-set-mark): Fixed last change.
3953
3954 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3955
3956         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3957         behavior of wl-summary-unread-message-hook
3958         (Pointed out by akira yamada <akira@arika.org>).
3959
3960 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3961
3962         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3963         wl-summary-delete.
3964         * wl-xmas.el (wl-summary-toolbar): Ditto.
3965
3966         * wl-action.el (wl-summary-set-mark): Don't override current
3967         temp-mark.
3968
3969         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3970
3971 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3974         (wl-refile-msgid-learn): Ditto.
3975         (wl-refile-get-field-value): Ditto.
3976
3977         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3978
3979         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3980         (wl-expire-delete-reserved-messages): Renamed from
3981         wl-expire-reserve-marked-msgs-from-list.
3982         (wl-expire-delete): Removed argument `msgdb'.
3983         (wl-expire-refile): Ditto.
3984         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3985         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3986         mark-alist as argument.
3987         (wl-expire-archive-number1): Removed argument `msgdb'.
3988         (wl-expire-archive-number2): Ditto.
3989         (wl-expire-archive-date): Ditto.
3990         (wl-expire-localdir-date): Ditto.
3991         (wl-expire-hide): Ditto.
3992         (wl-archive-number1): Ditto.
3993         (wl-archive-number2): Ditto.
3994         (wl-archive-date): Ditto.
3995         (wl-archive-folder): Ditto.
3996         All other related portions are changed.
3997
3998 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3999
4000         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4001         mean move up and down. (suggested by Takashi Kawachi)
4002
4003 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4004
4005         * wl-acap.el (toplevel): Don't require un-define.
4006
4007 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl-thread.el (wl-thread-delete-message): Always update
4010         wl-summary-buffer-number-list.
4011
4012         * wl-action.el (wl-summary-print-destination): 
4013         Do nothing when folder is nil.
4014
4015 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4016
4017         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4018         persistent mark when prefetch is succeeded.
4019
4020 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4021
4022         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4023         instead of elmo-msgdb-delete-msgs.
4024         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4025         (wl-expire-hide): Ditto.
4026
4027         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4028
4029         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4030         elmo-msgdb interface.
4031         (wl-thread-get-exist-children): Likewise.
4032         (wl-thread-insert-message): Likewise.
4033         (wl-thread-msg-mark-as-important): Likewise.
4034         (wl-thread-insert-entity-sub): Likewise.
4035         (wl-thread-get-children-msgs-uncached): Likewise.
4036
4037         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4038         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4039         (wl-summary-sync-update): Likewise.
4040         (wl-summary-auto-select-msg-p): Likewise.
4041         (wl-summary-update-thread): Likewise.
4042         (wl-summary-mark-as-important): Likewise.
4043         (wl-summary-jump-to-msg-internal): Likewise.
4044         (wl-summary-redisplay-internal): Likewise.
4045         (wl-summary-print-message-with-ps-print): Likewise.
4046         (wl-summary-folder-info-update): Likewise.
4047
4048         * wl-folder.el (wl-folder-check-one-entity):
4049         elmo-folder-count-flags instead of wl-summary-count-unread.
4050
4051         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4052
4053         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4054
4055         * wl-summary.el (wl-summary-set-message-modified): 
4056         Call wl-summary-set-mark-modified.
4057         (wl-summary-delete-messages-on-buffer): Call
4058         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4059         (wl-summary-sync-update): Call elmo-folder-length instead of
4060         elmo-folder-messages.
4061         (wl-summary-insert-headers): Don't call
4062         elmo-folder-list-message-entities.
4063
4064 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4065
4066         * wl-action.el (wl-summary-define-mark-action): Call
4067         `wl-summary-set-mark' with argument `data'.
4068         (wl-summary-auto-refile): Fixed order of arguments when call
4069         `wl-summary-refile'.
4070
4071 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4072
4073         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4074
4075         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4076
4077         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4078         (Renamed from wl-highlight-summary-deleted-face).
4079         (wl-highlight-summary-resend-face): New face.
4080
4081         (wl-highlight-summary-deleted-face): Renamed from
4082         wl-highlight-summary-erased-face.
4083
4084         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4085
4086         * wl-action.el (wl-summary-get-resend-address): New function.
4087         (wl-summary-exec-action-resend): Ditto.
4088         (wl-summary-exec-action-resend-subr): Ditto.
4089
4090         * w-thread.el (wl-thread-copy): Removed definition.
4091         (wl-thread-refile): Ditto.
4092         (wl-thread-delete): Ditto.
4093         (wl-thread-target-mark): Ditto.
4094
4095         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4096         (wl-summary-target-mark-set-action): Fixed.
4097         (wl-summary-define-mark-action): Fixed quotation.
4098         (wl-summary-move-mark-list-messages): Display message.
4099         (wl-summary-define-mark-action): Define thread functions.
4100         (wl-summary-exec-action-refile): Changed message.
4101         (wl-summary-exec): Ditto.
4102
4103 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4104         
4105         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4106         '%%'.
4107
4108 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4109
4110         * wl.el (toplevel): Require wl-action.
4111         (wl-init): Call wl-summary-define-mark-action.
4112
4113         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4114
4115         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4116         wl-summary-delete and wl-summary-erase.
4117         (wl-summary-mode-map): Ditto.
4118
4119         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4120         wl-delete-folder-alist.
4121
4122         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4123         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4124         (toplevel): Moved mark & action related functions to the wl-action.el.
4125
4126         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4127         in wl-summary-mark-action-list.
4128         (wl-highlight-summary-current-line): Ditto.
4129
4130         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4131         empty lines.
4132
4133         * wl-action.el: New file. 
4134
4135 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4136
4137         * wl-summary.el (wl-summary-target-mark-replace): New function.
4138         (wl-summary-target-mark-prefetch): Use it.
4139         (wl-summary-target-mark-delete): Ditto.
4140         (toplevel): Rearranged definition order.
4141         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4142         (wl-summary-target-mark-erase): Rewrite.
4143         (wl-summary-erase-region): New function.
4144         (wl-summary-exec-action-erase): Changed message.
4145         (wl-summary-move-mark-list-messages): New function.
4146         (wl-summary-exec-action-delete): Use it.
4147         (wl-summary-exec-action-erase): Ditto.
4148
4149         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4150         (wl-summary-skip-mark-list): Added "d".
4151
4152         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4153         while searching.
4154
4155         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4156         and define using defcustom;
4157         Define 4th element as a face.
4158         
4159         * wl-summary.el (wl-summary-incorporate): Use 
4160         `wl-summary-prefetch-region-no-mark' instead of
4161         `wl-summary-prefetch-region'.
4162         (wl-summary-prefetch-region-no-mark): Revival of old
4163         `wl-summary-prefetch-region'.
4164         (wl-summary-mark-action-list): Moved to wl-vars.el
4165
4166         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4167         face according to the `wl-summary-mark-action-list'.
4168         (wl-highlight-summary-current-line): Ditto;
4169         Removed destination highlighting.
4170
4171         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4172         (wl-highlight-summary-line-string): Highlight for "i" mark.
4173         (wl-highlight-summary-current-line): Ditto.
4174
4175         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4176         no destination.
4177
4178         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4179         exists, just go ahead.
4180         (wl-summary-prefetch-region): Rewrite.
4181         (wl-summary-prefetch): Ditto.
4182         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4183         (wl-summary-exec-action-prefetch): New function.
4184         (wl-summary-target-mark-prefetch): Rewrite.
4185
4186 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4187
4188         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4189         (wl-highlight-summary-line-string): Added "d" and "D".
4190         (wl-highlight-summary-current-line): Ditto.
4191
4192         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4193         in wl-summary.el.
4194         (wl-thread-insert-entity-sub): Ditto.
4195         (wl-thread-remove-destination-region): Ditto.
4196         (wl-thread-print-destination-region): Ditto.
4197
4198         * wl-summary.el (wl-summary-buffer-refile-list,
4199         wl-summary-buffer-delete-list,
4200         wl-summary-buffer-copy-list): Abolish.
4201         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4202         All other related portions are changed.
4203         (wl-summary-mark-action-list): New variable.
4204         (wl-summary-set-mark): New function.
4205         (wl-summary-register-target-mark): Ditto.
4206         (wl-summary-unregister-target-mark): Ditto.
4207         (wl-summary-have-target-mark-p): Ditto.
4208         (wl-summary-register-temp-mark): Ditto.
4209         (wl-summary-unregister-temp-mark): Ditto.
4210         (wl-summary-registered-temp-mark): Ditto.
4211         (wl-summary-collect-temp-mark): Ditto.
4212         (wl-summary-unset-mark): Ditto.
4213         (wl-summary-set-target-mark): Ditto.
4214         (wl-summary-unset-target-mark): Ditto.
4215         (wl-summary-set-action-generic): Ditto.
4216         (wl-summary-unset-action-generic): Ditto.
4217         (wl-summary-exec-action-delete): Ditto.
4218         (wl-summary-exec-action-erase): Ditto.
4219         (wl-summary-set-action-refile): Ditto.
4220         (wl-summary-set-action-refile-subr): Ditto.
4221         (wl-summary-unset-action-refile): Ditto.
4222         (wl-summary-make-destination-numbers-list): Ditto.
4223         (wl-summary-exec-action-refile): Ditto.
4224         (wl-summary-set-action-copy): Ditto.
4225         (wl-summary-unset-action-copy): Ditto.
4226         (wl-summary-exec-action-copy): Ditto.
4227         (wl-summary-collect-numbers-region): Ditto.
4228         (wl-summary-delete): Rewrite.
4229         (wl-summary-erase): Ditto.
4230         (wl-summary-remove-destination): Ditto.
4231         (wl-summary-exec): Ditto.
4232         (wl-summary-exec-region): Ditto.
4233         (wl-summary-target-mark-erase): Ditto.
4234         (wl-summary-refile): Ditto.
4235         (wl-summary-copy): Ditto.
4236         (wl-summary-unmark): Ditto.
4237         (wl-summary-delete-all-mark): Ditto.
4238         (wl-summary-mark-line): Don't highlight.
4239         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4240         (wl-summary-target-mark-refile-subr): Rewrite.
4241
4242         (wl-summary-copy-prev-destination): Abolish.
4243
4244 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4245
4246         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4247         default values along the value of wl-on-mule.
4248         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4249         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4250         It is not used anywhere.
4251
4252 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4253
4254         * wl-summary.el (wl-summary-print-destination): Keep position.
4255         (wl-summary-cursor-move-surface): Keep horizontal position.
4256
4257 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4258
4259         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4260         write sendlog.
4261
4262 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4263
4264         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4265         `wl-summary-highlight'.
4266
4267 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4268
4269         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4270         trivial condition for temp-mark.
4271
4272 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4273
4274         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4275         when it hits killed buffer.
4276
4277 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4278
4279         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4280         * wl-news.el.in: `message' and `error' take format string.
4281
4282 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4283
4284         * wl-folder (wl-folder-insert-entity): Display a message,
4285         `...done', when the work finish.
4286         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4287
4288 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4289
4290         * wl-message.el (wl-message-redisplay): Remove unused local
4291         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4292
4293 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4294
4295         * wl-summary.el (wl-summary-replace-status-marks): Disable
4296         interactive use.
4297         (wl-summary-reedit): Check message existence at first.
4298         (wl-summary-mark-line): Fix doc, return value is indefinite.
4299
4300         * wl-highlight.el (wl-highlight-message): Arranged.
4301
4302         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4303         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4304         check temp-mark by wl-summary-temp-mark always.
4305         (wl-highlight-summary): Change accordingly.
4306         * wl-summary.el (wl-summary-mark-as-read-all)
4307         (wl-summary-delete-cache, wl-summary-set-score-mark)
4308         (wl-summary-mark-as-unread, wl-summary-unmark)
4309         (wl-summary-mark-line, wl-summary-mark-as-read)
4310         (wl-summary-mark-as-important): Ditto.
4311
4312         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4313         end of the window if possible.
4314         * wl-summary.el (wl-summary-sync-update): Support lazy
4315         highlighting.
4316         (wl-summary-toggle-disp-msg): Ditto.
4317
4318 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4319
4320         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4321
4322 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4323
4324         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4325         change.
4326
4327 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4328
4329         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4330         API.
4331         (wl-summary-sync-update): Ditto.
4332
4333         * wl-score.el (wl-score-get-score-alist): Changed argument.
4334         (wl-summary-rescore-msgs): Likewise.
4335         (wl-summary-score-headers): Likewise.
4336         (wl-score-headers): Likewise;
4337         Use elmo-folder-do-each-message-entity, etc.
4338         (wl-summary-score-effect): Follow the changes above.
4339         (wl-summary-rescore): Ditto.
4340         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4341         (wl-score-get-overview): Abolish.
4342
4343         * wl-summary.el (wl-summary-default-from): Follow the API change in
4344         elmo-msgdb.
4345         (wl-summary-count-unread): Ditto.
4346         (wl-summary-detect-mark-position): Ditto.
4347         (wl-summary-overview-entity-compare-by-date): Ditto.
4348         (wl-summary-overview-entity-compare-by-number): Ditto.
4349         (wl-summary-overview-entity-compare-by-from): Ditto.
4350         (wl-summary-overview-entity-compare-by-subject): Ditto.
4351         (wl-summary-get-list-info): Ditto.
4352         (wl-summary-rescan): Ditto.
4353         (wl-summary-jump-to-msg-by-message-id): Ditto.
4354         (wl-summary-sync-update): Ditto; Removed comment.
4355         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4356         (wl-summary-insert-message): Use wl-summary-insert
4357         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4358         (wl-summary-insert-headers): Changed argument overview to folder.
4359         (wl-summary-search-by-subject): Likewise.
4360         (wl-summary-insert-thread): Renamed from 
4361         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4362
4363         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4364         too.
4365
4366         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4367         wl-string-member.
4368
4369 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4370
4371         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4372         elmo-folder-append-buffer.
4373         (wl-draft-queue-append): Likewise.
4374
4375         * wl-mime.el (wl-message-delete-current-part): Ditto.
4376         (wl-summary-burst-subr): Ditto.
4377
4378         * wl-news.el.in (wl-news-send-news): Ditto.
4379
4380 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4381
4382         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4383         function.
4384         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4385         (wl-summary-update-mark): Enclose with save-excursion.
4386         (wl-summary-mark-as-read-internal): Fixed last change.
4387         (wl-summary-mark-as-important): Use 3rd argument of
4388         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4389         Don't use elmo-msgdb-set-mark.
4390         (wl-summary-redisplay-internal): If msgdb flag is already read,
4391         just update the mark on buffer.
4392
4393 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4394
4395         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4396         cut visible folder when elmo-folder-delete returns non-nil value.
4397
4398 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4399
4400         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4401         by Kenichi OKADA <okada@opaopa.org>).
4402
4403 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4404
4405         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4406
4407 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4408
4409         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4410         Fixed the last change, search group entity by its real name.
4411         (Thanks to: KOBAYASHI Shinji)
4412
4413 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4414
4415         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4416         (wl-fldmgr-access-display-all): Don't refer visible name.
4417         * wl-expire.el (wl-folder-archive-current-entity)
4418         (wl-folder-expire-current-entity): Ditto.
4419         * wl-folder.el (wl-folder-jump-to-current-entity)
4420         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4421         (wl-folder-open-folder-sub,wl-folder-open-all)
4422         (wl-folder-write-current-folder): Ditto.
4423         (wl-folder-insert-entity): Don't use petname for normal group.
4424         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4425         is the real name.
4426         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4427         Abolished.
4428
4429 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4430
4431         * wl-draft.el (wl-draft-create-buffer): Add
4432         `wl-summary-reply-with-citation'
4433
4434 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4435
4436         * wl-draft.el (wl-draft-reply): Fixed.
4437
4438 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4441         when `wl-draft-send-confirm-with-preview' is non-nil.
4442         You can scroll up/down by j/k.
4443         (wl-draft-send-confirm-with-preview): New variable (default=t).
4444
4445 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4448         (wl-fldmgr-save-folders): Fix comment.
4449
4450 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4451
4452         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4453         along the last change in `wl-folder-buffer-group-p'.
4454
4455 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4458         folder.
4459
4460         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4461         the default value.
4462
4463         * wl-mime.el (wl-summary-burst): Update summary only when target
4464         folder equals current folder.
4465
4466 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4469
4470 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4473         value.
4474
4475 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4478         `map-extents' instead of `extent-at' repeatedly.
4479         (wl-highlight-folder-current-line): Ditto.
4480
4481         * wl-highlight.el: Remove useless dummy functions.
4482
4483 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4486         (wl-folder-put-folder-property): New function to put text property.
4487         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4488         (wl-folder-insert-entity, wl-folder-update-diff-line)
4489         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4490         * wl-e21.el, wl-xmas.el, wl-mule.el
4491         (wl-highlight-folder-current-line): Ditto.
4492         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4493         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4494         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4495         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4496
4497 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * Version number is increased to 2.11.3.
4500
4501 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4502
4503         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4504         Resume current-buffer since it is assumed by remaining tasks.
4505
4506 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4509         (wl-folder-completion-function): Abolished.
4510         (wl-folder-complete-folder): New function.
4511         (wl-folder-complete-filter-condition): Ditto.
4512         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4513         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4514
4515 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-draft.el (wl-draft-send-confirm): New function.
4518         (wl-draft-send): Use it.
4519
4520         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4521         cursor-in-echo-area while confirming.
4522
4523         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4524
4525         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4526         searching via nntp if wl-summary-search-via-nntp is 'force.
4527         Otherwise, invoke searching in nntp folder only.
4528         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4529
4530         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4531         explicitly for mime-make-text-tag.
4532
4533 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4534
4535         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4536         `mime-make-text-tag' instead of `mime-create-tag'.
4537
4538 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4541         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4542
4543 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-score.el (wl-score-save): Bind print-length and print-level.
4546         (wl-score-pretty-print): Ditto.
4547         (wl-score-edit-insert-header-entry): Ditto.
4548
4549         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4550         "From" entry to be treated with wl-draft-eword-encode-address-list.
4551         * wl-mime.el (wl-draft-preview-message): Ditto.
4552
4553         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4554         (wl-summary-mark-as-unread): Ditto.
4555         (wl-summary-mark-as-read-region): Change accordingly.
4556         (wl-summary-mark-as-unread-region): Ditto.
4557         (wl-summary-target-mark-mark-as-read): Ditto.
4558         (wl-summary-target-mark-mark-as-unread): Ditto.
4559
4560 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * Version number is increased to 2.11.2.
4563
4564 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-news.el.in (wl-news-previous-version-save): Bind
4567         print-length and print-level.
4568         * wl-thread.el (wl-thread-save-entities): Ditto.
4569         (wl-thread-save-top-list): Bind print-length.
4570
4571 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-highlight.el (wl-highlight-summary-line-string): Use
4574         wl-summary-score-below-mark, wl-summary-score-over-mark.
4575         (wl-highlight-summary-current-line): Ditto.
4576
4577 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4578
4579         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4580         insert it.
4581
4582 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4585
4586 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4587
4588         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4589         message without msgid.
4590         Rewrite with elmo-folder-move-messages.
4591         Set wl-message-buffer to nil.
4592
4593         * wl-summary.el (wl-summary-erase-subr): New function. Use
4594         elmo-folder-move-messages.
4595         (wl-summary-erase): Call it.
4596         (wl-summary-target-mark-erase): Ditto.
4597
4598 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4601         it is not up-tp-date.
4602
4603 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4604
4605         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4606         buffer after calling `wl-summary-goto-folder-subr' without the
4607         argument `interactive'.
4608         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4609
4610 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4611
4612         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4613         `mime-create-tag'. Use `string=' instead of `looking-at'.
4614
4615 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4618         to avoid compile warning.
4619
4620         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4621         entity-id when folder is given.
4622         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4623         save-excursion, use save-selected-window instead.
4624         Select folder buffer window if exists.
4625         (To correct behavior with wl-folder-move-cur-folder.)
4626
4627 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4628
4629         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4630
4631 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4632
4633         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4634         list-count instead of %d.
4635
4636 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4639         (wl-news): Set it.
4640         (wl-news-append-to-folder): Use it.
4641
4642         * wl-news.el.in (wl-news-send-news): Append to specified folder
4643         instead of wl-default-folder.
4644         (wl-news-append-to-folder): Show error message with specified folder.
4645
4646         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4647                 In most major modes, Emacs assumes that any opening
4648                 delimiter found at the left margin is the start of a
4649                 top-level definition, or defun. Therefore, *never put an
4650                 opening delimiter at the left margin unless it should have
4651                 that significance.*
4652
4653         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4654
4655 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4656
4657         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4658
4659 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4660
4661         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4662
4663 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4664
4665         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4666         for sequential numbering case.
4667
4668 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4671         value.
4672         (wl-draft-reply-without-argument-list): Ditto.
4673         (wl-draft-reply-myself-with-argument-list): Abolish.
4674         (wl-draft-reply-myself-without-argument-list): Ditto.
4675         * wl-draft.el (wl-draft-self-reply-p): New function.
4676         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4677
4678 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4681         (avoid error for the case without byte-compiling)
4682
4683 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4684
4685         * wl-news.el.in (wl-news-append-to-folder): New function.
4686         (wl-news-exit): Rewrite.
4687         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4688
4689 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4690
4691         * wl-draft.el (wl-draft-reply-position): New function.
4692         (wl-draft-reply-position): Fix.
4693         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4694         (wl-summary-target-mark-reply-with-citation): Ditto.
4695         (wl-summary-reply-with-citation): Ditto.
4696         * wl-vars.el (wl-draft-reply-default-position): New variable.
4697
4698 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-draft.el (wl-draft-send): Preview when interactive send.
4701
4702 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * wl-draft.el (wl-draft-reply): Set default position.
4705         * wl-summary.el (wl-summary-reply): Ditto.
4706         (wl-summary-reply-with-citation): Ditto.
4707         (wl-summary-target-mark-reply-with-citation): Ditto.
4708
4709 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-news.el.in (wl-news-lang): Set default value according to
4712         current-language-environment.
4713         (wl-news-append-news): Do nothing when news-list is nil.
4714
4715 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4718         (wl-news): Change message.
4719         (wl-news-exit): Check buffer.
4720         (wl-news-force-exit): New function.
4721         (wl-news-show-all): New function.
4722         (wl-news-discard-and-exit): Fix.
4723
4724 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4727         according to current-language-environment.
4728
4729         * wl-news.el.in (wl-news): If arg, show all NEWS after
4730         wl-news-default-previous-version.
4731
4732 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-news.el.in (wl-news-check): Rewritten.
4735         (wl-news-previous-version-load): Change data type.
4736         (wl-news-previous-version-save): Change data type.
4737         (wl-news-append-news): Add return value.
4738         (wl-news-check-news): New function.
4739         (wl-news-already-current-p): New function.
4740         (wl-news-send-news): Rewritten.
4741         (wl-news-mode-map): Add new keybind.
4742         (wl-news): Rewritten.
4743         (wl-news-exit): Rewritten.
4744         (wl-news-discard-and-mail): New function.
4745         (wl-news-send-to-address): Abolished.
4746         * wl.el (wl-init): Delete a message.
4747
4748 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4749
4750         * wl-news.el.in (wl-news-exit): Update previous version.
4751         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4752
4753 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4756
4757 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl-news.el.in (wl-news): New function.
4760         (wl-news-mode): New function.
4761         (wl-news-next-line): New function.
4762         (wl-news-next-page): New function.
4763         (wl-news-exit): New function.
4764         (wl-news-buf-name): New variable.
4765         (wl-news-mode-map): New variable.
4766         (wl-news-winconf): New variable.
4767         (wl-news-append-news): Add an option.
4768
4769 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4770
4771         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4772
4773 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-news.el.in (wl-news-send-to-address): New variable.
4776         (wl-news-send-news): Use it.
4777         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4778         Return updating status.
4779         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4780
4781 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4782
4783         * wl-news.el.in (wl-news-send-news): Delete
4784         Organization and X-Face.
4785
4786 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4787
4788         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4789         (wl-news-append-news): New function.
4790         (wl-news-send-news): New function.
4791
4792 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4793
4794         * Version number is increased to 2.11.1.
4795
4796 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4797
4798         * wl-news.el.in : New file.
4799
4800 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4803         default value.
4804         (wl-draft-reply-without-argument-list): Ditto.
4805
4806 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4807
4808         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4809         (wl-message-buffer-prefetch-idle-time): Ditto.
4810         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4811
4812 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-thread.el (wl-thread-insert-message): Use
4815         wl-summary-max-thread-depth.
4816
4817         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4818         loop detection.
4819
4820         * wl-message.el (wl-message-buffer-display): Back to the first page
4821         when cache is hit.
4822
4823 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4826
4827         * wl-summary.el (wl-summary-insert-thread-entity):
4828         If the thread depth is reached to wl-summary-max-thread-depth,
4829         divide the thread.
4830
4831 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4834         for elmo-remove-passwd.
4835
4836 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4837
4838         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4839         folder is sticky.
4840         (wl-folder-mark-as-read-all-entity): Ditto.
4841         (wl-folder-prefetch-entity): Ditto.
4842
4843 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4844
4845         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4846
4847 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4848
4849         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4850         Delete messages on buffer for unplugged operation.
4851         (wl-summary-erase): Ditto.
4852
4853 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4854
4855         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4856         take nil so as not to search parent by subject.
4857
4858 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4861         (wl-folder-get-next-folder): Ditto.
4862         (wl-folder-get-path): Ditto.
4863
4864 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4865
4866         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4867         system and encode the region with it before verifying.
4868
4869 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4870
4871         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4872         system of the echo buffer before decoding.
4873
4874 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4875
4876         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4877         original contents.
4878
4879 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4880
4881         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4882         with argument 'any-exists.
4883
4884 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4885
4886         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4887         Use `wl-cs-autoconv'.
4888
4889 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4890
4891         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4892         by `mime-view-automatic-conversion'.
4893
4894         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4895         (wl-message-verify-pgp-nonmime): Ditto.
4896         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4897         Bind them to C-c:d and C-c:v respectively.
4898
4899         Merge following code by Teranishi-san from [wl-en:00167].
4900         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4901         (wl-mime-preview-application/pgp-encrypted): Ditto.
4902         (wl-mime-setup): Add entry.
4903
4904 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4905
4906         * wl-summary.el (wl-summary-target-mark-erase): New function.
4907         Bind it to "mD".
4908
4909 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-vars.el (wl-draft-write-file-function): Fix.
4912         (wl-draft-reedit-hook): Changed default value.
4913
4914         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4915         wl-draft-reedit-hook.
4916         (wl-draft-remove-text-plain-tag): New function.
4917         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4918
4919         * wl-vars.el (wl-draft-write-file-function): New user option.
4920
4921         * wl-draft.el (wl-draft-prepare-edit): Use it for
4922         local-write-file-hooks.
4923         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4924
4925         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4926         (wl-draft-insert-mail-header-separator): Return the body beginning
4927         point.
4928         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4929         text/plain.
4930         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4931
4932 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-summary.el (wl-summary-erase): New function to erase message
4935         without moving it to trash. Bind to "D".
4936
4937         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4938         as `keep' unless switch-function.
4939
4940 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4941
4942         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4943         message buffer by using `wl-summary-toggle-disp-msg'.
4944         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4945         buffer window.
4946         (wl-summary-supresedes-message): Ditto.
4947
4948         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4949         Do not delete other windows.
4950         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4951         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4952         (wl-draft-create-buffer): Set reply-or-forward also for target
4953         mark commands.
4954
4955 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-draft.el (wl-user-agent-compose): Delete special case for
4958         switch-to-buffer-other-window.
4959
4960         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4961         (wl-summary-forward): Ditto.
4962
4963         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4964         function.
4965         (wl-draft-buffer-style): New use option.
4966
4967         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4968         (wl-draft): Follow the change above.
4969         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4970         wl-draft-buffer-style.
4971         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4972         switch-function.
4973
4974 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4975
4976         * wl-address.el (wl-address-make-completion-entry): Extracted from
4977         `wl-address-make-completion-list'.
4978         (wl-address-enable-strict-loading): New variable.
4979         (wl-address-make-completion-list): Revive petname duplication
4980         inquiry, and enable it if `wl-address-enable-strict-loading'.
4981         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4982
4983 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4984
4985         * wl-message.el (wl-message-get-original-buffer): Avoid
4986         'Selecting deleted buffer' error when original buffer is killed.
4987
4988 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-summary.el (wl-summary-next-message): Use
4991         elmo-message-accessible-p instead of elmo-message-cached-p.
4992
4993 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4996
4997         * wl-thread.el (wl-thread-open-all-unread): Use
4998         elmo-folder-list-flagged instead of
4999         elmo-folder-list-messages-mark-match.
5000
5001         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5002         instead of elmo-folder-list-messages-mark-match.
5003         (wl-summary-move-spec-alist): New variable.
5004         (wl-summary-move-spec-plugged-alist,
5005         wl-summary-move-spec-unplugged-alist): Abolish.
5006         (wl-summary-next-message): Follow the change above.
5007         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5008         with 'no-msg' argument.
5009
5010         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5011         variable.
5012         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5013         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5014         (wl-message-buffer-prefetch-get-next): Follow the change above.
5015
5016 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-version.el (wl-version): Changed codename.
5019
5020         * Version number is increased to 2.11.0.
5021
5022 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5023
5024         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5025         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5026         `wl-draft-config-variables'.
5027         (wl-draft-kill): Fixed problem when the draft is reedit.
5028
5029 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5032         buffer-modified status (Thanks to
5033         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5034
5035 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-util.el (wl-region-exists-p): New function.
5038
5039         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5040         Remove defvars for byte-compile warnings.
5041
5042 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5043
5044         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5045         defvar-maybe. Removed unused bind.
5046
5047 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5050         summary buffer window before creating new frame.
5051         (wl-draft-reply): Ditto.
5052
5053 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5054
5055         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5056
5057 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5060
5061 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5062
5063         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5064         instead of `kill-region'.
5065
5066 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5069         (wl-highlight-summary-line-string): Use it.
5070         (wl-highlight-summary-current-line): Ditto.
5071
5072         * wl-mime.el (wl-message-delete-current-part): Check the class of
5073         mime-entity.
5074
5075         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5076
5077         * wl-summary.el (wl-summary-make-number-list): Initialize.
5078         (wl-summary-update-mark): New function.
5079         (wl-summary-reply): Put `answered' mark on the message.
5080         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5081
5082         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5083         (wl-draft-reply): Added optional argument `number';
5084         Set wl-draft-parent-number.
5085         (wl-draft-kill): Delete answered mark if it is a reply.
5086
5087 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5090         that originates in mime-preview-follow-current-entity.
5091         (wl-draft-yank-current-message-entity): Use it if region is active.
5092
5093         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5094         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5095         `wl-message-delete-current-part'.
5096         * wl-mule.el (wl-message-define-keymap): Ditto.
5097         * wl-xmas.el (wl-message-define-keymap): Ditto.
5098
5099 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5100
5101         * wl-mime.el (wl-message-delete-current-part): New function.
5102         (wl-mime-node-id-to-string): Ditto.
5103
5104         * wl-mime.el (wl-message-delete-current-part): Use existing
5105         original buffer which corresponds current mime-view buffer.
5106         (fetched buffer might have different structure, possibly)
5107
5108         * wl-mime.el (wl-message-delete-current-part): Quit if the
5109         message content differs from the actual message.
5110
5111 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5114         order.
5115         (wl-summary-search-by-subject): Search parent message from tail;
5116         Check the existence of the parent message on the current thread tree.
5117         (wl-summary-update-thread): Check whether the line is inserted.
5118
5119 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-vars.el (wl-summary-line-format): Undo last change.
5122         * wl-summary.el (wl-summary-print-destination): Do not put
5123         invisible property when `wl-summary-width' is nil.
5124         (wl-summary-line-subject-minimum-length): Abolished.
5125         (wl-summary-line-subject): Ditto.
5126
5127 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5128
5129         * wl-vars.el (wl-summary-line-format): Change default value.
5130         (wl-summary-subject-length-limit): Abolished.
5131         * wl-summary.el (wl-summary-line-subject): Ditto.
5132
5133 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5134
5135         * wl-template.el (wl-template-select): Added optional argument.
5136         If optional argument is specified, reverse
5137         `wl-template-visible-select'.
5138
5139 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5140
5141         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5142         Take prefix argument to force asking the destination folder.
5143
5144 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5145
5146         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5147         count and update status.
5148
5149 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-summary.el (wl-summary-redisplay-internal): If
5152         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5153         after fetching.
5154
5155 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5156
5157         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5158         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5159
5160         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5161
5162 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5163
5164         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5165         (All other related portions are changed).
5166         (wl-summary-mark-as-read-all): Rewrite.
5167
5168 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5171         `wl-summary-mark-as-read'.
5172         (wl-summary-mark-as-unread): Rewrite.
5173         (wl-summary-mark-as-read): Added no-modeline argument.
5174         (wl-summary-resume-cache-status): Rewrite.
5175         (wl-summary-exec-subr): Remove unused local variable.
5176
5177 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5178
5179         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5180         logic to call `wl-summary-buffer-prev-folder-function'.
5181         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5182
5183 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5186         is nil.
5187
5188 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5191         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5192         (wl-mime-setup): Add its entry.
5193
5194 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5197         (wl-summary-delete-cache): Likewise.
5198         (wl-summary-mark-as-read): Rewrite.
5199
5200 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5203         `wl-summary-count-unread'.
5204
5205         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5206
5207         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5208
5209 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5212         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5213         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5214         Renamed to the elmo-msgdb-*-mark.
5215         (wl-summary-score-marks): Follow the change above.
5216         (wl-summary-auto-refile-skip-marks): Ditto.
5217         (wl-summary-incorporate-marks): Ditto.
5218         (wl-summary-expire-reserve-marks): Ditto.
5219
5220         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5221         changes.
5222         (wl-thread-insert-top): Changed updating message.
5223
5224         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5225         variable.
5226         (wl-summary-count-unread): Count answered marks.
5227         (wl-summary-rescan): Call wl-summary-insert-message instead of
5228         wl-summary-append-message-func-internal.
5229         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5230         (wl-summary-prefetch-msg): Follow the variable name changes.
5231         (wl-summary-prefetch-region): Ditto.
5232         (wl-summary-mark-as-read-all): Follow the API changes;
5233         Don't call elmo-folder-replace-marks.
5234         (wl-summary-delete-cache): Follow the variable name changes.
5235         (wl-summary-resume-cache-status): Ditto.
5236         (wl-summary-update-status-marks): New function.
5237         (wl-summary-insert-message): New function.
5238         (wl-summary-sync-marks): Follow the variable name changes.
5239         (wl-summary-sync-update): Synchronize to the msgdb, too;
5240         Changed update messages.
5241         (wl-summary-make-number-list): Rewrite.
5242         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5243         (wl-summary-mark-as-unread): Follow the API changes.
5244         (wl-summary-exec-subr): Follow the variable name changes.
5245         (wl-summary-mark-as-read): Ditto.
5246         (wl-summary-move-spec-plugged-alist): Ditto.
5247         (wl-summary-move-spec-unplugged-alist): Ditto.
5248         (wl-summary-cursor-move-surface): Ditto.
5249
5250         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5251         variable name changes.
5252         (wl-highlight-summary-current-line): Ditto.
5253
5254         * wl-expire.el (wl-expire-refile): Follow the API change in
5255         elmo-folder-move-messages.
5256         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5257         (wl-summary-archive): Use elmo-folder-msgdb instead of
5258         elmo-msgdb-load.
5259
5260 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5261
5262         * wl-mime.el (wl-draft-preview-message): Restore the position
5263         before evaluating wl-draft-send-hook in preview buffer.
5264
5265 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5266
5267         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5268         when it creates new draft buffer.
5269
5270         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5271         without argument.
5272
5273         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5274         Evaluate content and if the value is string, insert it.
5275         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5276         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5277         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5278         wl-draft-config-sub-part-bottom): Use it.
5279
5280         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5281         with the folder name. The question was unintelligible when it is
5282         called from wl-save-status.
5283
5284 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5285
5286         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5287         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5288         cannot take second argument).
5289
5290 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5291
5292         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5293         as t. Since type and subtype are not case sensitive (RFC 2045).
5294
5295 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-vars.el (wl-message-mode-line-format): New variable.
5298         (wl-message-mode-line-format-spec-alist): Ditto.
5299         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5300         (wl-message-redisplay): Use wl-message-mode-line-format.
5301
5302 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5305
5306 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl-summary.el (wl-summary-default-from): Write description.
5309
5310 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5311
5312         * wl-vars.el (wl-ldap-objectclass): Abolish.
5313
5314         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5315         (wl-ldap-make-filter): Removed condition for objectclass.
5316         (wl-ldap-make-matched-value-list): Remove meaningless process.
5317         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5318         (wl-address-ldap-search): Don't add `*' to `pat' string;
5319         use ignore-errors; added `email';
5320         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5321         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5322         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5323
5324
5325 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5326
5327         * wl-draft.el (wl-draft-parent-folder): Write description.
5328         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5329
5330 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5333         as "" (zero-length string) if no parent.
5334         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5335
5336 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * wl-address.el (wl-address-make-completion-list): Skip duplication
5339         checking.
5340         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5341         `append'.
5342
5343 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5344
5345         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5346         instead of `beginning-of-buffer'.
5347
5348 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5351
5352 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5353
5354         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5355         Refer wl-message-buffer-name.
5356         (wl-message-wheel-down): Ditto.
5357
5358 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5359
5360         * wl-vars.el (wl-message-buffer-name): New user option.
5361
5362         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5363         directly instead of making alist dinamically.
5364
5365         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5366         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5367         wl-message-buffer-cache-name.
5368         (wl-message-buffer-cache-clean-up): Ditto.
5369
5370         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5371
5372         * Version number is increased to 2.9.15.
5373
5374 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-vars.el (wl-summary-default-view-alist): New user option.
5377
5378         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5379
5380         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5381         while deleting address.
5382         (wl-draft-delete-myself-from-cc): Ditto.
5383
5384         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5385         If optional argument is specified, reverse sort order.
5386
5387         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5388
5389 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5390
5391         * wl-thread.el (wl-thread-insert-message): Return parent number if
5392         exists.
5393         (wl-thread-update-indent-string-region): Use
5394         wl-thread-update-line-on-buffer-sub instead of
5395         wl-thread-update-line-on-buffer.
5396
5397 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5398
5399         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5400         (wl-folder-close-all): Ditto.
5401
5402 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5403
5404         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5405         and mailing-list:.
5406         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5407         value.
5408         (wl-summary-line-list-info): Print mailing-list name even when 
5409         list-number is empty.
5410
5411 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5412
5413         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5414
5415         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5416         (wl-draft-open-file): Ditto.
5417         (wl-draft-random-alphabet): Ditto.
5418
5419         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5420         bindings.
5421
5422 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5423
5424         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5425         * wl-vars.el (wl-draft-config-alist): Ditto.
5426
5427 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * Version number is increased to 2.9.14.
5430
5431         * wl.el (wl): Don't set wl-init as nil when error occured while
5432         auto-checking folders.
5433
5434         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5435         `elmo-expand-newtext'.
5436
5437 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5438
5439         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5440         `this-command' so that `wl-folder-goto-folder' contained in
5441         `wl-summary-keep-cursor-command' work.
5442
5443 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5444
5445         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5446         message buffer displaying state.
5447
5448 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5449
5450         * wl-vars.el (wl-summary-default-view): New variable to specify
5451         default value for `wl-summary-buffer-view' instead of using
5452         set-default.
5453         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5454
5455 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5458
5459         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5460
5461 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5462
5463         * wl-vars.el (wl-forward-subject-prefix): New variable.
5464         * wl-draft.el (wl-draft-forward): Use it.
5465
5466 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5467
5468         * wl-message.el (wl-message-prev-page): When it is called without
5469         lines argument, scroll down by wl-message-scroll-amount lines.
5470         (wl-message-next-page): Ditto.
5471         * wl-vars.el (wl-message-scroll-amount): Change default value
5472         to preserve current behavior.
5473
5474 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5475
5476         * wl-summary.el (wl-summary-prefetch-msg): Bind
5477         `wl-message-entity' to call `wl-summary-from-function'.
5478
5479 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5480
5481         * wl-message.el (wl-message-buffer-create): Run
5482         wl-message-buffer-created-hook.
5483
5484 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * wl-summary.el (wl-summary-sort-specs): New variable.
5487         (wl-summary-default-sort-spec): Ditto.
5488         (wl-summary-sort): Rewrite.
5489         (wl-summary-sort-by-list-info): New function.
5490
5491 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5492
5493         * wl-summary.el (wl-summary-get-list-info): New function.
5494         (wl-summary-sort): Rewrite.
5495         (wl-summary-line-list-info): Ditto.
5496         (wl-summary-line-list-count): Ditto.
5497         (wl-summary-refile-region): Fixed docstring.
5498
5499 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5502         `wl-folder-entity-hashtb' as completion table.
5503
5504 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5507         only when this command is called interactively; silence the byte-
5508         compiler.
5509
5510 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5511
5512         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5513         active in XEmacs.
5514
5515 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5516
5517         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5518         plural lines.
5519
5520 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5521
5522         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5523         of current line when the cursor is on the header name.
5524         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5525
5526 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5527
5528         * wl-util.el (wl-read-directory-name): Return displayed directory
5529         as the default value also on XEmacs.
5530
5531 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5534         formatting.
5535
5536 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5539         argument and when it is non-nil, check face property before
5540         highlighting for each line.
5541         (wl-highlight-summary-window): Set it.
5542
5543 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5544
5545         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5546         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5547
5548         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5549         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5550         (wl-draft-get-fcc-list): Likewise.
5551
5552 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5555         (wl-thread-entity-cur): Ditto.
5556         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5557         wl-thread-indent-regexp setting.
5558         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5559
5560         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5561         wl-summary-lazy-highlight.
5562         (wl-summary-display-bottom): Ditto.
5563
5564         * wl-thread.el (wl-thread-open-close): Likewise.
5565
5566         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5567         from and subject;
5568         Bind wl-draft-use-frame;
5569         Enclose with save-window-excursion;
5570         Use wl-draft-create-buffer instead of with-temp-buffer;
5571         Use wl-draft-prepare-edit;
5572         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5573         Use wl-draft-send instead of wl-draft-raw-send.
5574
5575 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5576
5577         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5578         of using wl-from.
5579
5580 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5583         insert-buffer instead of clone-buffer.
5584         (wl-draft-doing-mime-bcc): New variable.
5585         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5586         infinite loop.
5587         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5588
5589         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5590         (wl-draft-mime-bcc-body): Ditto.
5591
5592         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5593         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5594         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5595         wl-draft-do-mime-bcc.
5596         (wl-draft-mime-bcc-field): New function.
5597         (wl-draft-do-mime-bcc): Ditto.
5598
5599         * wl-address.el (wl-address-complete-header-list): New variable.
5600         (wl-address-complete-header-regexp): Changed default value.
5601
5602         * Version number is increased to 2.9.13.
5603
5604 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5607         it is differed.
5608
5609 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5610
5611         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5612         (wl-summary-line-list-count): Ditto.
5613
5614 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5615
5616         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5617         (wl-nntp-posting-function): New variable.
5618         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5619         `wl-nntp-posting-config-alist'.
5620
5621 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5622
5623         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5624         FLIM.
5625
5626 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5627
5628         * wl-summary.el (wl-summary-target-mark-refile-sub):
5629         Remove a nuisance funcall.
5630
5631 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5632
5633         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5634         as t for `try-completion'.
5635
5636 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5637
5638         * wl-summary.el (wl-summary-default-from): Use
5639         wl-address-header-extract-address instead of
5640         std11-extract-address-components.
5641         (wl-summary-simple-from): Ditto.
5642         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5643         (wl-summary-insert-headers): Show message.
5644         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5645         for whole line.
5646         (wl-summary-default-from): Revert last change.
5647         (wl-summary-simple-from): Ditto.
5648         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5649         (wl-summary-mark-as-read-region): Follow the change above.
5650         (wl-summary-sync-marks): Ditto.
5651         (wl-summary-target-mark-mark-as-read): Ditto.
5652         (wl-summary-redisplay-internal): Ditto.
5653         (wl-summary-redisplay-no-mime-internal): Ditto.
5654         (wl-summary-redisplay-all-header): Ditto.
5655         (wl-summary-mark-as-read): Removed argument `cached';
5656         Use current cache status to set cache mark.
5657         (wl-summary-redisplay-internal): Follow the change above.
5658         (wl-summary-redisplay-no-mime-internal): Ditto.
5659         (wl-summary-redisplay-all-header): Ditto.
5660
5661         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5662
5663         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5664         Don't call itself recursively (Adviced by Yamaoka-san).
5665
5666 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5667
5668         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5669         bind wl-summary-highlight as nil to avoid error caused by missing
5670         local variables.
5671
5672 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-vars.el (wl-invalid-character-message): New user option.
5675
5676         * wl-util.el (wl-set-string-width): If truncated string-width is
5677         larger than specified width, use `wl-invalid-character-message'.
5678
5679 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5680
5681         * wl-summary.el (wl-summary-prefetch-msg): 
5682         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5683
5684 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-vars.el (wl-summary-check-line-format): New user option.
5687         (wl-summary-line-format-file): Ditto.
5688
5689         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5690         variable.
5691         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5692         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5693         and `wl-summary-view-old-p' to check whether do a rescan or not.
5694         (wl-summary-view-old-p): New function.
5695         (wl-summary-line-format-changed-p): Ditto.
5696         (wl-summary-line-format-save): Ditto.
5697         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5698
5699         * wl-util.el (wl-set-string-width): Avoid using negative number
5700         for make-string.
5701
5702 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5703
5704         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5705         return value.
5706
5707         * wl-util.el (wl-set-string-width): Added optional argument
5708         `padding' (All other related portions are changed).
5709         (wl-line-parse-format): If the first letter of column number is
5710         `0', zero-padding the result (ex: "%05l").
5711
5712         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5713
5714 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5717         sequential summary view.
5718
5719 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5722         if it doesn't have a -unix version.
5723
5724 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5725
5726         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5727
5728 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5729
5730         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5731         content.
5732         (wl-draft): Follow the change above.
5733
5734         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5735
5736         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5737         and wl-folder-summary-line-format-alist contain %T and %P.
5738
5739         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5740         (wl-summary-mode-line-format): New user option.
5741         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5742         (wl-summary-line-format): Changed default value.
5743         (wl-summary-lazy-highlight): Changed default value.
5744
5745         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5746         change in wl-summary-create-line.
5747         (wl-thread-insert-entity-sub): Ditto.
5748
5749         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5750         (wl-summary-buffer-unread-status): Ditto.
5751         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5752         (wl-summary-buffer-persistent-mark-column): Ditto.
5753         (wl-summary-buffer-mode-line-formatter): Ditto.
5754         (wl-summary-buffer-mode-line): Ditto.
5755         (wl-summary-message-regexp): Abolished.
5756         (All other related portions are changed.)
5757         (wl-summary-detect-mark-position): New function.
5758         (wl-summary-buffer-set-folder): Setup
5759         wl-summary-buffer-mode-line-formatter.
5760         (wl-summary-mode): Setup selective-display;
5761         Setup pre-idle-hook when xemacs.
5762         (wl-summary-update-modeline): Rewrite.
5763         (wl-summary-jump-to-msg): Define as function;
5764         Changed regexp for searching messages.
5765         (wl-summary-message-number): Rewrite.
5766         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5767         Do rescan when old type summary cache.
5768         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5769         (wl-summary-remove-destination): Use '\r' to detect EOL.
5770         (wl-summary-print-destination): Ditto.
5771         (wl-summary-temp-mark): New inline function.
5772         (wl-summary-persistent-mark): Ditto.
5773         (wl-summary-line-number): New function.
5774         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5775         (wl-summary-line-list-count): New function.
5776         (wl-summary-create-line): Added argument persistent-mark.
5777         (All other related portions are changed)
5778         (wl-summary-create-line): Insert '\r'.
5779         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5780         (wl-summary-cursor-move-surface): New inline function.
5781         (wl-summary-prev): Use it.
5782         (wl-summary-next): Ditto.
5783
5784         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5785         wl-summary-message-regexp.
5786         (wl-highlight-summary): Delete progress message.
5787         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5788
5789         * Version number is increased to 2.9.12.
5790
5791 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5792
5793         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5794         variable (nil: no minimum).
5795         (wl-summary-line-subject): Add some spaces after subject by
5796         wl-summary-line-subject-minimum-length.
5797
5798 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5799
5800         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5801         and removed `F'.
5802         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5803         change above).
5804
5805 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5806
5807         * wl-summary.el (wl-summary-line-list-count): Reverted.
5808         (example setting in samples/*/dot.wl is also updated)
5809
5810 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5811
5812         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5813
5814         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5815
5816         * wl-vars.el (wl-summary-line-format): Addes some description to the
5817         docstring.
5818
5819         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5820         (wl-summary-line-close-bracket): Ditto.
5821         (wl-summary-line-children-number): Ditto.
5822         (wl-summary-line-thread-indent): Ditto.
5823         (wl-summary-line-children-and-from): Ditto.
5824
5825         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5826         't', 'c', 'F' and added 'C'.
5827
5828         * wl-util.el (wl-set-string-width): Accept negative value.
5829         (wl-line-parse-format): Added "%number(" and "%)".
5830
5831 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5832
5833         * wl-summary.el (wl-summary-line-list-count): Change format of the
5834         return value.
5835
5836 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5837
5838         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5839         from the recent message.el.
5840         (wl-draft-point-in-header-p): Ditto.
5841         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5842         wl-draft-beginning-of-line.
5843         * wl-e21.el (wl-draft-mode-map): Ditto.
5844         * wl-xmas.el (wl-draft-mode-map): Ditto.
5845
5846         * wl-folder.el: Sort macrodefs by dependencies.
5847
5848 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5849
5850         * wl-summary.el (wl-summary-prev): Fixed regexp.
5851         (wl-summary-next): Ditto.
5852
5853 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5854
5855         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5856
5857 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5858
5859         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5860         for backward compatibility.
5861
5862 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5863
5864         * wl-summary.el (wl-summary-line-list-count): New function, merged
5865         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5866         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5867         list counts.
5868
5869 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * wl-summary.el (wl-summary-create-line): Ignore errors while
5872         timezone-fix-time.
5873
5874         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5875
5876         * wl-summary.el (wl-summary-sync-update): Ditto.
5877         (wl-summary-default-from): Use wl-message-entity
5878         instead of entity.
5879
5880         * wl-summary.el (wl-summary-create-line): Fix.
5881
5882         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5883         (wl-summary-line-format): New user option.
5884         (wl-folder-summary-line-format-alist): Ditto.
5885         (wl-summary-from-width): Abolished.
5886
5887         * wl-util.el (toplevel): Require 'bytecomp.
5888         (wl-line-parse-format): New function.
5889         (wl-line-formatter-setup): New macro.
5890
5891         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5892         (wl-summary-buffer-line-formatter): New buffer local variable.
5893         (wl-summary-switch-to-clone-buffer): Follow the change above.
5894         (wl-summary-message-regexp): Fix.
5895         (wl-summary-from-func-internal): Abolished.
5896         (wl-summary-subject-func-internal): Ditto.
5897         (wl-summary-subject-filter-func-internal): Ditto.
5898         (All other related portions are changed.)
5899         (wl-summary-buffer-set-folder):
5900         Set up wl-summary-buffer-number-column and 
5901         wl-summary-buffer-line-formatter
5902         (All other related portions are changed.)
5903         (wl-summary-buffer-number-column-detect): Abolished.
5904         (All other related portions are changed.)
5905         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5906         (wl-summary-delete-all-temp-marks-on-buffer): Use
5907         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5908         (wl-summary-target-mark-delete): Ditto.
5909         (wl-summary-target-mark-refile-subr): Ditto.
5910         (wl-summary-target-mark-mark-as-read): Ditto.
5911         (wl-summary-target-mark-mark-as-unread): Ditto.
5912         (wl-summary-target-mark-mark-as-important): Ditto.
5913         (wl-summary-target-mark-save): Ditto.
5914         (wl-summary-replace-status-marks): Renamed from
5915         wl-summary-set-status-marks-on-buffer;
5916         Use wl-summary-message-regexp instead of
5917         wl-summary-buffer-number-regexp.
5918         (wl-summary-sync-update): Follow the change above.
5919         (wl-summary-goto-previous-message-beginning): New function.
5920         (wl-summary-mark-as-unread): Use it.
5921         (wl-summary-mark-as-important): Ditto.
5922         (wl-summary-line-formatter): New variable.
5923         (wl-summary-line-year): New function.
5924         (wl-summary-line-day): Ditto.
5925         (wl-summary-line-day-of-week): Ditto.
5926         (wl-summary-line-hour): Ditto.
5927         (wl-summary-line-minute): Ditto.
5928         (wl-summary-line-open-bracket): Ditto.
5929         (wl-summary-line-close-bracket): Ditto.
5930         (wl-summary-line-children-number): Ditto.
5931         (wl-summary-line-thread-indent): Ditto.
5932         (wl-summary-line-size): Ditto.
5933         (wl-summary-line-subject): Ditto.
5934         (wl-summary-line-from): Ditto.
5935         (wl-summary-line-children-and-from): Ditto.
5936         (wl-summary-create-line): Rewritten.
5937         (wl-summary-format-date): Abolished.
5938
5939         * wl-highlight.el (wl-highlight-summary-current-line): Use
5940         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5941         Use thread structure to detect thread top message.
5942
5943         * wl-draft.el (wl-default-draft-cite): Don't use
5944         wl-summary-from-func-internal.
5945
5946         * wl-refile.el (wl-refile-subject-learn): Don't use
5947         wl-summary-subject-filter-func-internal.
5948         (wl-refile-guess-by-subject): Ditto.
5949
5950         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5951         parameters.
5952
5953         * wl-thread.el (wl-thread-update-indent-string-region):
5954         Use wl-thread-update-line-on-buffer instead of
5955         wl-thread-update-indent-string.
5956         (wl-thread-update-children-number): Redefine using
5957         wl-thread-update-line-on-buffer.
5958         (wl-thread-update-indent-string): Abolished.
5959
5960         * Version number is increased to 2.9.11.
5961
5962 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5965         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5966         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5967
5968         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5969         as nil.
5970
5971         * wl-thread.el (wl-thread-open-all-unread): Use 
5972         elmo-folder-list-messages-mark-match.
5973         (wl-thread-insert-message): Removed argument `mark-alist'.
5974         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5975         elmo-msgdb-set-mark.
5976         (wl-thread-get-children-msgs-uncached): Likewise.
5977         (wl-thread-get-exist-children): Added argument include-self.
5978         (wl-thread-delete-message): Follow the change above.
5979
5980         * wl-summary.el (wl-summary-count-unread): Removed argument.
5981         (wl-summary-rescan): Follow the change above.
5982         (wl-summary-mark-as-read-region): Ditto
5983         (wl-summary-mark-as-unread-region): Ditto.
5984         (wl-summary-delete-messages-on-buffer): Ditto.
5985         (wl-summary-sync-update): Ditto.
5986         (wl-summary-switch-to-clone-buffer): Ditto.
5987         (wl-summary-goto-folder-subr): Ditto.
5988         (wl-summary-target-mark-mark-as-read): Ditto.
5989         (wl-summary-target-mark-mark-as-unread): Ditto.
5990         (wl-summary-target-mark-mark-as-important): Ditto.
5991         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5992         (wl-summary-update-thread): Removed argument `mark-alist'.
5993         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5994         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5995         (wl-summary-resume-cache-status): Likewise.
5996         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5997         elmo-msgdb-set-mark.
5998         (wl-summary-mark-as-read-all): Likewise.
5999         (wl-summary-delete-cache): Ditto.
6000         (wl-summary-auto-select-msg-p): Ditto.
6001         (wl-summary-mark-as-unread): Ditto.
6002         (wl-summary-no-auto-refile-message-p): Ditto.
6003         (wl-summary-mark-as-read): Ditto.
6004         (wl-summary-mark-as-important): Ditto.
6005         (wl-summary-auto-refile): Follow the change above.
6006         (wl-summary-delete-all-marks): Removed.
6007         (wl-summary-resume-marks-and-highlight): Ditto.
6008         (wl-summary-resume-marks): Ditto.
6009         (wl-summary-delete-important-msgs-from-list): Ditto.
6010         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6011
6012         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6013         wl-summary-count-unread.
6014
6015         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6016         (wl-summary-score-update-all-lines): Use
6017         elmo-msgdb-set-mark.
6018
6019 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6022         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6023         (wl-summary-create-line): Renamed from
6024         wl-summary-overview-create-summary-line;
6025         Argument rearrangement.
6026         (wl-summary-update-thread): Follow the change above.
6027
6028         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6029         (wl-thread-insert-entity-sub): Likewise.
6030
6031         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6032         argument `overview', `mark-alist' and added `msgdb'.
6033
6034         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6035
6036         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6037         (wl-summary-rescan): Follow the change above.
6038         (wl-summary-sync-update): Ditto.
6039         (wl-summary-insert-thread-entity): Ditto;
6040         Don't use `let*' in every while loop;
6041         Detect infinite loop of threads.
6042         (wl-summary-update-thread): Removed argument `overview'.
6043
6044         * wl-thread.el (wl-thread-insert-message): Ditto.
6045
6046         * Version number is increased to 2.9.10.
6047
6048         * wl-message.el (wl-message-redisplay): Ignore errors while
6049         wl-message-redisplay-hook.
6050
6051 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6054
6055 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6056
6057         * wl.el (wl): inhibit-quit while wl-folder.
6058
6059 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6060
6061         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6062         while msgdb access.
6063
6064 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6065
6066         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6067         even if no folder is not created.
6068
6069 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6070
6071         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6072
6073         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6074         implementation.
6075         (wl-summary-target-mark-thread): Ditto.
6076
6077         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6078
6079 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6080
6081         * wl-util.el (wl-display-bytes): Remove unused function.
6082
6083 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6084
6085         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6086         seems critical one (partially reverse the change in 2002/03/17).
6087
6088 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6089
6090         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6091         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6092
6093 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6094
6095         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6096         is not writable.
6097         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6098         plugged status instead of `'force' as 2nd argument.
6099
6100         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6101         is not creatable.
6102
6103         * Version number is increased to 2.9.9.
6104
6105 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6106
6107         * wl-summary.el (wl-summary-suspend): New function.
6108
6109 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6110
6111         * wl.el (wl): Do not check variables if check is nil.
6112         * wl-utils.el (wl-collect-draft): New function.
6113         * wl-folder.el (wl-folder-suspend): Put summary buffers
6114         and draft buffers at the end of buffer list.
6115         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6116
6117 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6118
6119         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6120         loop instead of recursive call.
6121
6122         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6123         2nd argument.
6124
6125 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6126
6127         * wl-draft.el (wl-draft-create-contents): Don't take neither
6128         (function . args) nor (string . something) any more.
6129
6130         * wl-version.el (wl-generate-user-agent-string): Return string
6131         without header symbol.
6132         * wl-draft.el (wl-draft-default-headers): Use it.
6133
6134         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6135         `wl-draft-insert-ccs' and return field value instead of inserting
6136         the header. Abolish cc argument.
6137         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6138
6139         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6140         rather than one with string car.
6141
6142         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6143         * wl-draft.el (wl-draft-create-contents): Add it after the default
6144         headers.
6145
6146         * wl-draft.el (wl-draft-create-contents): For the case of
6147         (symbol-or-string . function) insert header only when the function
6148         returns string value.
6149
6150 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6151
6152         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6153         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6154
6155 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6156
6157         * wl.el (wl-check-environment): Don't check Message-ID when
6158         `wl-insert-message-id' is nil.
6159         Revive checking if `wl-message-id-domain' contains "@".
6160
6161 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162
6163         * wl.el (wl-check-environment): Merge examination for "@" at
6164         inappropriate position into the first string-match.
6165
6166         * wl-summary.el (wl-summary-target-mark-print): New function.
6167         (wl-summary-pipe-message-subr): Extracted from
6168         `wl-summary-pipe-message'.
6169         (wl-summary-target-mark-pipe): New function.
6170         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6171         `wl-summary-target-mark-pipe'.
6172
6173 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6174
6175         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6176
6177 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178
6179         * wl.el (wl-check-environment): Use elmo-warning instead of
6180         error for non-critical ones.
6181         Remove trash folder check.
6182         (wl): Don't ignore error in wl-check-environment.
6183
6184         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6185         check, which is moved from `wl-check-environment'.
6186         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6187
6188 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6191         guess anything, call wl-summary-write.
6192         (wl-summary-write): Create draft with blank To field.
6193         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6194
6195 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6196
6197         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6198         argument full as well for wl-folder-write-current-folder.
6199         If wl-*-write-current-folder cannot guess addressee, add blank
6200         To header.
6201         Rewrite condition for positioning cursor.
6202
6203 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6204
6205         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6206         summary buffer is present, use it.
6207         (wl-folder-jump-to-previous-summary): Ditto.
6208
6209 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6210
6211         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6212
6213         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6214         wl-summary-previous-buffer and wl-summary-next-buffer.
6215
6216         * wl-folder.el (wl-folder-mode-map): Bind
6217         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6218         (wl-folder-jump-to-next-summary): New function.
6219         (wl-folder-jump-to-previous-summary): Ditto.
6220
6221         * wl-draft.el (wl-draft): Rearranged.
6222
6223 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6226         of header.
6227         (wl-draft): Collect arguments for the header as header-alist.
6228         (wl-draft-forward): Arrange arguments for wl-draft.
6229         (wl-draft-reply): Ditto.
6230         (wl-draft-edit-string): Ditto.
6231         * wl-summary.el (wl-summary-write): Ditto.
6232         (wl-summary-write-current-folder): Ditto.
6233
6234         * Version number is increased to 2.9.8.
6235
6236 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6237
6238         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6239
6240         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6241
6242         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6243         even if the guess failed.
6244
6245         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6246         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6247         wl-summary-write-current-folder.
6248         * wl-xmas.el: Ditto.
6249
6250 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-summary.el (wl-summary-next-page): Force display message if
6253         message is not displayed yet.
6254         (wl-summary-prev-page): Ditto.
6255
6256 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6257
6258         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6259
6260 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6261
6262         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6263         add "Preview Message" and "Save Draft and Exit".
6264
6265 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6266
6267         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6268         if addrmgr is called from draft in splitted window.
6269
6270         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6271         * wl-mule.el: Ditto.
6272         * wl-xmas.el: Ditto.
6273
6274 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6275
6276         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6277
6278         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6279         * wl-xmas.el (wl-folder-toolbar): Ditto.
6280
6281 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6284         and wl-draft-save-and-exit.
6285         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6286         * wl-xmas.el: Ditto.
6287         * wl-mule.el: Ditto.
6288
6289         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6290         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6291
6292 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6295         lists for saving buffer.
6296
6297 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6298
6299         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6300         parent-folder argument instead of it.
6301         (wl-draft-create-buffer): Ditto.
6302         (wl-draft-forward): Ditto.
6303         (wl-draft-reply): Ditto.
6304         * wl-summary.el (wl-summary-write): Ditto.
6305         (wl-summary-write-current-folder): Ditto.
6306
6307         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6308         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6309         Folder buffer after composing.
6310
6311 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6314         header if the file `wl-x-face-file' already contains it.
6315
6316 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6317
6318         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6319         folder" entry.
6320         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6321         * wl-e21.el (wl-folder-toolbar): Ditto.
6322         * wl-xmas.el (wl-folder-toolbar): Ditto.
6323
6324 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6325
6326         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6327         wl-folder-goto-folder with sticky argument.
6328         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6329
6330 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6333         and wl-summary-previous-buffer.
6334         (wl-summary-next-buffer): New function.
6335         (wl-summary-previous-buffer): Ditto.
6336
6337 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6338
6339         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6340         wl-folder-jump-to-current-entity-with-arg.
6341         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6342         `wl-folder-jump-to-current-entity'.
6343         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6344         `wl-summary-goto-folder-sticky'.
6345         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6346         `wl-summary-goto-folder'.
6347         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6348         Unless force-exit, do not clean temp. marks for sticky summary.
6349         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6350
6351 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6354         not entire.
6355
6356 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6359         to `C-x C-s'.
6360         (wl-summary-save-status): New command.
6361         (wl-summary-exit): Don't clean-up temp marks when sticky.
6362         (Applied patch from Nakayama-san [wl: 09548])
6363         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6364         Do nothing when no mark data.
6365         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6366         Call `wl-summary-delete-all-temp-marks' before saving.
6367
6368 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6369
6370         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6371
6372 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6373
6374         * wl.el (wl-check-environment): Also cause error when (system-name)
6375         returns "localhost.localdomain". (Although it doesn't affect because
6376         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6377
6378 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6379
6380         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6381         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6382
6383         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6384         value.
6385
6386 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6389         Likewise r-cc-list and r-ng-list.
6390
6391 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6392
6393         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6394         only if it is bound as variable.
6395
6396         * wl-mime.el (wl-draft-preview-message): Ditto.
6397
6398 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6401         needless `goto-char'.
6402
6403         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6404         `wl-summary-redisplay-no-mime-internal' instead of
6405         `wl-summary-redisplay-no-mime'.
6406         (wl-summary-redisplay-no-mime): Changed argument;
6407         Call `wl-summary-redisplay-no-mime-internal'.
6408
6409         * wl-mime.el (wl-draft-preview-message): Bind
6410         `mime-header-encode-method-alist' locally.
6411
6412         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6413         (wl-draft-std11-parse-addresses): Added the first address check.
6414         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6415
6416         * Version number is increased to 2.9.7.
6417
6418 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6419
6420         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6421
6422 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6423
6424         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6425         related to scrollbar support, if there is no such a feature
6426         compiled in.
6427
6428 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6429
6430         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6431         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6432         for prefetch.
6433
6434 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6435
6436         * wl-summary.el (wl-summary-pick): Fix for no match.
6437
6438 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6439
6440         * wl-draft.el (wl-draft-save):
6441         Override `mime-header-encode-method-alist'.
6442
6443 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6444
6445         * wl-folder.el (wl-folder-pick): New function.
6446         Define key as "?".
6447
6448 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6449
6450         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6451         Fix for unplugged.
6452
6453 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6454
6455         * wl-folder.el (wl-folder-virtual): New function.
6456         Define key as "V".
6457
6458 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6459
6460         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6461         multi folder if entity is group.
6462
6463 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6466         is nil.
6467
6468 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6471         (wl-summary-target-mark-msgs): Return the number of marked messages.
6472
6473 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6474
6475         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6476         "first:" is specified.
6477
6478 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6479
6480         * wl-vars.el (wl-from): Use return value of function
6481         user-full-name instead of the variable user-full-name since
6482         XEmacs-20.4 doesn't set this variable.
6483
6484 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6487         call `wl' directly.
6488
6489 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6490
6491         * wl-draft.el (wl-draft-reedit): Removed duplicated
6492         switch-to-buffers.
6493
6494 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6495
6496         * wl.el (wl-other-frame): Removed garbages.
6497
6498 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6501
6502         * wl-xmas.el (wl-draft-key-setup): Ditto.
6503
6504         * wl-mule.el (wl-draft-key-setup): Ditto.
6505
6506         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6507         (wl-draft-reedit): Ditto.
6508         (wl-draft-prepare-edit): Add `wl-draft-save' to
6509         `local-write-file-hooks'.
6510         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6511         (wl-draft-reedit): Set buffer-file-name.
6512         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6513
6514
6515         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6516         call it.
6517         (wl-delete-startup-frame-function): New variable.
6518         (wl-other-frame): New function
6519         (Original was written by Yamaoka san [wl: 09239]).
6520
6521         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6522         if `wl-folder-use-frame'.
6523
6524 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6525
6526         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6527
6528 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6529
6530         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6531         New variable.
6532         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6533         (wl-message-buffer-prefetch-get-next): Use them.
6534         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6535
6536 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6539         with unwind-protect.
6540
6541         * wl-draft.el (wl-draft-reedit): Rewrite.
6542         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6543         (wl-draft-save): Insert header separator if it does not exist;
6544         Removed condition-case.
6545
6546         * wl-summary.el (wl-summary-reedit): Revert last change.
6547
6548         * wl-draft.el (wl-draft-save): Rewrite.
6549         (wl-draft-create-buffer): Set buffer-file-name as nil.
6550
6551         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6552
6553         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6554
6555         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6556         nil.
6557
6558 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6559
6560         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6561         If count is nil, do not prefetch.
6562         (wl-message-buffer-prefetch-next): Next.
6563
6564 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6565
6566         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6567
6568 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6569
6570         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6571         `delete-backward-char'
6572         (wl-draft-prepare-edit): Check major-mode.
6573         (wl-draft-decode-header): Rewrite.
6574         (wl-draft): Fix.
6575
6576 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6579
6580 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6581
6582         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6583         (wl-message-buffer-prefetch-get-next): Remove size checking.
6584         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6585
6586 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6589         (wl-draft-default-headers): Fix.
6590
6591 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6592
6593         * wl-draft.el (wl-draft-default-headers): Insert return value of
6594         `wl-generate-mailer-string-function'.
6595
6596 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6597
6598         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6599         (wl-draft-insert-mail-header-separator): Ditto.
6600
6601         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6602         again (Reverted the change on 2002-01-17 by OKADA san).
6603
6604 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-draft.el (wl-draft): Rewrite.
6607         (wl-draft-create-buffer): New function.
6608         (wl-draft-create-contents): Ditto.
6609         (wl-draft-prepare-edit): Ditto.
6610         (wl-draft-decode-header): Ditto.
6611         (wl-draft-decode-body): Ditto.
6612         (wl-draft-check-new-line): Ditto.
6613         (wl-draft-default-headers): Ditto.
6614         (wl-draft-insert-mail-header-separator): Ditto.
6615
6616 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * Version number is increased to 2.9.6.
6619
6620 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6621
6622         * wl-draft.el (wl-draft-delete-field): Optional argument.
6623         (wl-draft-delete-fields): Ditto.
6624
6625 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-message.el (toplevel): Eliminated byte-compile warning.
6628         for `itimer-function', `delete-timer' and `itimer-list'.
6629
6630 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6633         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6634         `wl-message-buffer-prefetch-threshold'.
6635         * wl-summary.el (wl-summary-redisplay-internal): Remove
6636         the check of `wl-message-buffer-prefetch-depth'.
6637
6638 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6639
6640         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6641         size of article.
6642         (wl-message-buffer-prefetch-subr): Remove size check.
6643
6644 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6645
6646         * wl-vars.el (wl-plugged): Make customizable.
6647
6648 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6651         (wl-message-buffer-prefetch-set-timer): New function.
6652         (wl-message-buffer-prefetch-get-next): New function.
6653         (wl-message-buffer-prefetch): New function.
6654         (wl-message-buffer-prefetch-next): Rewrite.
6655         (wl-message-buffer-prefetch-subr): Rewrite.
6656         * wl-vars.el (wl-auto-prefetch-first): New variable.
6657         * wl-summary.el (wl-summary-goto-folder-subr): Call
6658         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6659
6660 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6661
6662         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6663         `wl-summary-unread-message-hook'.
6664
6665 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6668         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6669         if range is `cache-status'.
6670
6671 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6672
6673         * wl-message.el (wl-message-buffer-prefetch-subr):
6674         Improve debug message.
6675
6676 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6679         `wl-mail-send-pre-hook'.
6680         (wl-draft-send-mail-with-qmail): Ditto.
6681         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6682
6683 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * wl-message.el (wl-message-buffer-prefetch-subr):
6686         Fix for cancel-function-timers bug.
6687         (wl-message-buffer-prefetch-debug): Default value is t.
6688
6689 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6690
6691         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6692         (wl-message-buffer-prefetch-subr): Rewrite.
6693         Rename from `wl-message-buffer-prefetch'.
6694
6695 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6696
6697         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6698         (wl-default-draft-cite-decorate-author): Ditto.
6699
6700         * wl-draft.el (wl-draft-cite-function): Removed.
6701         (wl-default-draft-cite-decorate-author): Ditto.
6702
6703 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6704
6705         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6706         (wl-default-draft-cite): Do not arrange author name if the value of
6707         `wl-default-draft-cite-decorate-author' is nil.
6708
6709 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6712
6713         * wl-folder.el (wl-folder-check-one-entity): Don't care
6714         `elmo-folder-use-flag-p'.
6715
6716 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6717
6718         * wl-folder (wl-folder-check-one-entity): Fix
6719         problem if unread is nil.
6720
6721 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6722
6723         * wl-address.el (wl-address-make-completion-list): Check whether
6724         the address is a group list.
6725         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6726
6727 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6728
6729         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6730         The number of the messages of new and unread does not count
6731         correctly.
6732
6733         * wl-summary.el (wl-summary-count-unread): Changed to return
6734         `(new . unread)' instead of total.
6735         (wl-summary-sync-update): Follow the change above.
6736
6737         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6738
6739 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6740
6741         * wl-address.el (wl-address-make-completion-list): Do not enclose
6742         address by " <" and ">" if associated realname is "".
6743         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6744         This is against the promblem with group list in .addresses pointed
6745         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6746
6747 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6748
6749         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6750         message is a format control string.
6751         * wl-expire.el (wl-expire-append-log): Ditto.
6752         * wl-mime.el (wl-summary-burst-subr): Ditto.
6753         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6754         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6755
6756 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6759         wl.el (wl-check-variables): Rename from `wl-check-type'.
6760         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6761         (wl-check-variables-2): New function.
6762         (wl): Call `wl-check-variables-2'.
6763
6764 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6765
6766         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6767         after renaming folder in access group.
6768
6769 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6770
6771         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6772         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6773         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6774         (wl-message-buffer-prefetch): Rewrite.
6775         (wl-message-buffer-prefetch-idle-time): Removed.
6776         * wl-summary.el (wl-summary-redisplay-internal):
6777         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6778         Error check for `wl-message-buffer-prefetch-depht'.
6779
6780 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * Version number is increased to 2.9.5.
6783         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6784
6785 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6788         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6789         Based on the patch written by
6790         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6791
6792 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-draft.el (wl-draft-raw-send): Fix for
6795         `wl-news-send-pre-hook'
6796
6797 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-utils.el (wl-message-id-function): New variable.
6800         * wl-draft.el (wl-draft-insert-required-fields):
6801         Use `wl-message-id-function'.
6802
6803 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6804
6805         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6806         * wl-utils.el (wl-draft-make-message-id-string):
6807         Use `wl-from' for domain part of Message-ID
6808         if `wl-message-id-use-wl-from' if non-nil.
6809         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6810
6811 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6812
6813         * wl.el (wl): Call `wl-check-type'
6814         Do not 'condition-case'.
6815
6816 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6817
6818         * wl.el (wl-check-type): New function.
6819         (wl-check-type-variables): New variable.
6820
6821 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6822
6823         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6824
6825 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6826
6827         * wl-draft.el (wl-smtp-password-key): New function.
6828         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6829         (wl-draft-send-mail-with-smtp): Ditto.
6830         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6831
6832 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6835         * wl-utils.el (wl-unique-id-suffix): Remove.
6836
6837 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * Version number is increased to 2.9.4.
6840
6841 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6842
6843         * wl-utils.el (wl-unique-id-suffix): New variable.
6844         (wl-unique-id): Use `wl-unique-id-suffix'
6845
6846 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6847
6848         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6849         instead of `elmo-msgdb-search'.
6850
6851         * Version number is increased to 2.9.3.
6852
6853 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6854
6855         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6856
6857 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6858
6859         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6860         (wl-draft-dispatch-message): Changed for send-later.
6861         (wl-draft-queue-flush): Ditto.
6862         (wl-draft): Clear `wl-sent-message-queued'.
6863         (wl-draft-reedit): Ditto.
6864         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6865         * wl-vars.el (wl-draft-force-queuing): New variable.
6866         (wl-draft-force-queuing-mail): New variable.
6867         (wl-draft-force-queuing-news): New variable.
6868
6869 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6872         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6873
6874 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6875
6876         * Version number is increased to 2.9.2.
6877
6878 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * wl-draft.el (wl-draft-elide-region): New user command.
6881         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6882
6883         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6884         command `wl-draft-elide-region'.
6885         * wl-mule.el: Ditto.
6886         * wl-xmas.el: Ditto.
6887
6888 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6891         (wl-biff-check-folder-async): Removed needless let.
6892
6893 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6896         wl-folder-get-elmo-folder.
6897         (wl-biff-check-folder): Set `biff' argument of
6898         `wl-folder-check-one-entity'.
6899         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6900
6901         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6902         (wl-folder-check-one-entity): Added `biff' argument;
6903         Setup `biff' slot of folder.
6904
6905         * Version number is increased to 2.9.1.
6906
6907 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6910         comment out and fixed.
6911         (wl-fldmgr-add-completion-subr): Ditto.
6912
6913         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6914         and msgdb.
6915
6916         * wl.el (wl-toggle-plugged): Save summary view.
6917
6918 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6919
6920         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6921
6922 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6923
6924         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6925
6926 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6929         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6930         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6931
6932         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6933         if it was failed.
6934         (wl-demo): Disable undo in the demo buffer.
6935
6936 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-version.el (wl-version): Changed codename.
6939
6940         * Version number is increased to 2.9.0.
6941
6942 2001-12-14  Takuo KITAME <kitame@northeye.org>
6943
6944         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6945         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6946         (wl-folder-mark-as-read-all-current-entity): Ditto.
6947
6948 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6949
6950         * wl-vars.el (wl-from-width): Define as obsolete variable.
6951         (wl-subject-length-limit): Ditto.
6952
6953         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6954
6955         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6956         wl-summary-save-view.
6957
6958         * wl.el (wl-save-status): Ditto.
6959         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6960
6961         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6962         (wl-summary-exit): Follow the change above.
6963         (wl-summary-goto-folder-subr): Ditto.
6964
6965         * wl-folder.el (wl-folder-create-subr): Don't use
6966         `elmo-folder-creatable-p'.
6967
6968 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6971
6972 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6975         rather than bitmap on Emacs 21.
6976         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6977         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6978         for xbm if the new redisplay engine is not available.
6979
6980 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-folder.el (wl-folder-init-hook): New hook.
6983         (wl-folder-init): Run `wl-folder-init-hook'.
6984
6985 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6988
6989 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * wl-acap.el (wl-acap-cache-filename): New variable.
6992         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6993         (wl-acap-init): Use cache if no ACAP server found.
6994
6995 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6996
6997         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6998         `wl-acap-original-msgdb-dir'.
6999
7000         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7001         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7002
7003         * wl-mime.el (wl-mime-save-directory): Renamed from
7004         `wl-mime-save-dir'.
7005
7006 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7009
7010         * wl-demo.el: Require `path-util'.
7011         (wl-demo-bitmap-mule-available-p): New internal variable.
7012         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7013         `module-installed-p' instead.
7014         (wl-demo-insert-image): Use *.img file for a bitmap image.
7015         (wl-demo): Don't call the ascii demo recursively.
7016
7017 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7018
7019         * Version number is increased to 2.7.7.
7020
7021 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * wl.el (wl-exit): Eliminated byte-compile warning.
7024
7025 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7026
7027         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7028         obsolete variable using `elmo-define-obsolete-variable'.
7029         (wl-fetch-confirm-threshold): Ditto.
7030         (wl-cache-prefetch-folder-type-list): Ditto.
7031         (wl-cache-prefetch-folder-list): Ditto.
7032
7033 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7036         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7037         (wl-demo-insert-image): New function.
7038         (wl-demo-insert-text): New function.
7039         (wl-demo-image-type-alist): Redefine as a function.
7040         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7041         (wl-demo-with-temp-file-buffer): Removed.
7042         (wl-logo-xpm): Removed.
7043         (wl-logo-xbm): Removed.
7044         (wl-logo-bitmap): Removed.
7045
7046 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7047
7048         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7049         (wl-expire-localdir-get-folder-function): New user option.
7050         (wl-expire-localdir-get-folder): New function.
7051         (wl-expire-localdir-date): Ditto.
7052
7053 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7054
7055         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7056         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7057         Fixed unread number mismatch when all-unread < unread.
7058
7059 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7060
7061         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7062         (wl-fetch-confirm-threshold): Ditto.
7063
7064         * wl-summary.el (wl-summary-confirm-appends): Removed.
7065         (wl-summary-sync-update): Don't refer
7066         `wl-summary-update-confirm-threshold' (It is now abolished).
7067
7068         * wl-message.el (wl-message-display-internal): Don't refer
7069         `wl-fetch-confirm-threshold' (It is now abolished).
7070
7071 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7074
7075 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7076
7077         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7078         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7079         Change default value to nil.
7080         (wl-summary-indent-length-limit): The value can be nil, nil means
7081         unlimited.
7082
7083         * wl-summary.el: Don't set limit for indent length if the value of
7084         wl-summary-indent-length-limit is nil.
7085         If the value of wl-summary-width is nil, it means only that the width
7086         of summary is unlimited (nil doesn't mean that the indent length is
7087         unlimited).
7088
7089         * wl-thread.el: Ditto.
7090
7091 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7092
7093         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7094         be nil, nil means never confirm.
7095         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7096
7097 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7098
7099         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7100         means unlimited).
7101
7102 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7105         Use `with-temp-buffer'.
7106
7107 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7110         with new backquote style).
7111         (wl-folder-get-entity-from-buffer): Ditto.
7112
7113 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7114
7115         * wl-version.el (nemacs-version): Eliminated.
7116         (wl-extended-emacs-version2): Ignore nemacs.
7117         (wl-extended-emacs-version3): Ditto.
7118
7119 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7120
7121         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7122         (wl-draft-add-in-reply-to): New variable.
7123         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7124         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7125         (wl-draft-yank-from-mail-reply-buffer): Use
7126         `wl-draft-add-in-reply-to'.
7127         (wl-draft-insert-current-message): Ditto.
7128
7129 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7130
7131         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7132         typo (kill->hide).
7133         (wl-message-buffer-prefetch-folder-type-list): Added elements
7134         `mark' and `cache' instead of `internal'.
7135
7136 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7139         resume msgdb directory.
7140
7141 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl.el (wl-exit): Call `wl-acap-exit'.
7144
7145         * wl-summary.el (wl-summary-message-string): New function.
7146         (wl-summary-reedit): Use it.
7147         (wl-summary-resend-bounced-mail): Remove needless let.
7148         (wl-summary-supersedes-message): Ditto.
7149         (wl-summary-save): Ditto.
7150
7151         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7152         (wl-acap-init): Set it.
7153         (wl-acap-exit): New function.
7154
7155 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7156
7157         * wl.el (wl-init): Revert (require 'mime-setup). move from
7158         toplevel.
7159
7160 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7161
7162         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7163         local variables.  Add error when guess function return invalid
7164         value.
7165
7166 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7167
7168         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7169         Change local variable name.
7170         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7171         (wl-folder-get-newsgroups): Return nil when non-news folder.
7172         * wl-summary.el (wl-summary-write-current-folder): State through
7173         when guess-list return nil.
7174         (wl-summary-write-current-folder-functions): Fixed docstring.
7175
7176         * wl.el (wl-exit): Changed confirm message.
7177
7178         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7179         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7180
7181         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7182
7183 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7184
7185         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7186         user option (Renamed from wl-cache-prefetch-folder-type-list).
7187         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7188         from wl-cache-prefetch-folder-list).
7189
7190         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7191         Move to wl-vars.el.
7192         (wl-message-buffer-prefetch-p): Changed to enable
7193         `wl-message-buffer-prefetch-folder-list'.
7194
7195         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7196         `ignore-cache'.
7197
7198 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7199
7200         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7201         `part-top' and `part-bottom'.
7202         (wl-draft-config-sub-part-top): New function.
7203         (wl-draft-config-sub-part-bottom): New function.
7204
7205 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7206
7207         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7208
7209 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7210
7211         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7212
7213 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7214
7215         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7216
7217         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7218         (wl-summary-write-current-folder): Ditto.
7219
7220 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl-folder.el (wl-folder-get-newsgroups): Use
7223         `elmo-folder-newsgroups'.
7224
7225 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7226
7227         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7228         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7229         `wl-draft-config-sub-header-bottom'.
7230
7231 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7232
7233         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7234         localnews folder.
7235
7236 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7237
7238         * wl-summary.el (wl-summary-mode): Undo last change.
7239
7240         * wl-folder.el (wl-folder-mode): Ditto.
7241
7242 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7243
7244         * wl-summary.el (wl-summary-mode): Locally set
7245         truncate-partial-window-width to nil.
7246         (for XEmacs)
7247
7248         * wl-folder.el (wl-folder-mode): Ditto.
7249
7250 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7253
7254 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7255
7256         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7257         number.
7258
7259         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7260
7261         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7262
7263         * Version number is increased to 2.7.6.
7264
7265 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7268
7269 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * wl-summary.el (wl-summary-sync-update): Enclose network
7272         related portion with `unwind-protect'.
7273
7274 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7275
7276         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7277
7278 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7279
7280         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7281         element.
7282         * wl-vars.el (wl-message-body-button-alist): Ditto.
7283
7284         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7285         max match length.
7286         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7287
7288         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7289         for the max match length;
7290         Use 4th element value for the button string regexp group.
7291
7292         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7293         candidate exists, prompt to select.
7294
7295 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7296
7297         * wl-summary.el (wl-summary-jump-to-msg): Search before
7298         calibration point by `beginning-of-line'.
7299
7300 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7301
7302         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7303         for access group.
7304
7305 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7306
7307         * wl-message.el (wl-message-display-internal): Bind
7308         `default-mime-charset'.
7309
7310         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7311
7312         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7313
7314         * Version number is increased to 2.7.5.
7315
7316 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7317
7318         * wl-expire.el (wl-summary-archive): Fixed;
7319         Use `elmo-folder-name-internal'.
7320
7321 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7322
7323         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7324         from `elmo-folder-move-messages' caller.
7325         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7326
7327         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7328         related portions are changed).
7329
7330 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7331
7332         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7333         counter.
7334
7335 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7336
7337         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7338         buffer local and set it to nil.
7339
7340         * wl-message.el (wl-message-redisplay): Ditto.
7341
7342 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-summary.el (wl-summary-mark-as-important): If message is
7345         already cached, set messag as read, otherwise encache and mark as read.
7346
7347 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7348
7349         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7350         point-min.
7351
7352 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7355         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7356         a keymap.
7357
7358 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7361         parent.
7362
7363         * wl-mule.el (wl-message-define-keymap): Ditto.
7364
7365         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7366
7367         * wl-xmas.el (wl-message-display-internal-hook): Define.
7368         (wl-xmas-setup-message-toolbar): Define as function.
7369         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7370         (wl-message-overload-functions): Abolished.
7371         (wl-message-define-keymap): New function.
7372
7373         * wl-vars.el (wl-message-display-internal-hook): New variable.
7374         (wl-message-header-button-alist): New variable (Renamed from
7375         wl-highlight-message-header-button-alist).
7376         (wl-message-body-button-alist): Ditto.
7377
7378         * wl-mule.el (wl-message-define-keymap): New function.
7379         (wl-message-overload-functions): Abolished.
7380
7381         * wl-message.el (wl-message-add-buttons-to-body): New function.
7382         (wl-message-redisplay): Don't call wl-message-overload-functions;
7383         Call wl-message-add-buttons-to-header and
7384         wl-message-add-buttons-to-body.
7385         (wl-message-display-internal): Set keymap argument for
7386         elmo-mime-display-as-is, elmo-mime-message-display;
7387         Run wl-message-display-internal-hook.
7388         (wl-message-refer-article-or-url): Abolished.
7389
7390         * wl-highlight.el (wl-highlight-headers): Don't call
7391         wl-highlight-message-add-buttons-to-header.
7392         (wl-highlight-message-add-buttons-to-header): Abolished.
7393
7394
7395         * wl-e21.el (wl-message-display-internal-hook): Define.
7396         (wl-e21-setup-toolbar): Deleted duplicated binding.
7397         (wl-e21-setup-message-toolbar): Define as function.
7398         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7399         (wl-message-define-keymap): New function.
7400         (wl-message-overload-functions): Abolished.
7401
7402 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7405         and elmo-folder-close.
7406
7407         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7408
7409 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7410
7411         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7412         boolean value.
7413         * wl-draft.el (wl-draft-do-fcc): Ditto.
7414
7415 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7416
7417         * wl-vars.el (wl-fcc-force-as-read): New variable.
7418         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7419         mark copied message as read.
7420
7421 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7422
7423         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7424
7425 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7426
7427         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7428         `wl-summary-target-above' instead of obsolete variable
7429         `wl-summary-temp-above'.
7430
7431         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7432         instead of `make-obsolete-variable'.
7433         * wl-refile.el (toplevel): Ditto.
7434
7435 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7438         with third argument t.
7439         (wl-draft): Set first argument for wl-plugged-init as t.
7440
7441         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7442         definition.
7443
7444 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7445
7446         * wl-vars.el: Tabify.
7447         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7448
7449         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7450         message.
7451
7452 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7453
7454         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7455         and set default to beep.
7456
7457 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7458
7459         * wl-vars.el (wl-draft-truncate-lines): New variable.
7460
7461         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7462         instead of wl-message-truncate-lines for truncate-lines.
7463
7464 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * wl-message.el (wl-message-display-internal): Call
7467         `wl-highlight-message' after `elmo-mime-display-as-is'.
7468
7469         * wl-mime.el (wl-mime-display-text/plain): New function.
7470         (wl-mime-display-header): Ditto.
7471         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7472         body-presentation-method for text/plain;
7473         Register `wl-mime-display-header' as a header-presentation-method;
7474         Don't set up `elmo-message-text-content-inserted-hook' and
7475         `elmo-message-header-inserted-hook'.
7476
7477         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7478         variable.
7479         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7480         as t if flag is 'all-header;
7481         Don't bind `elmo-message-ignored-field-list',
7482         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7483
7484 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7487         for xemacs with non-mule environment.
7488
7489 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7492         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7493         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7494
7495 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7496
7497         * wl-vars.el (wl-interactive-send): Set default value as t.
7498
7499 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7502         (wl-addrmgr-method-list): Abolished.
7503         (wl-addrmgr-change-method): Follow above change.
7504
7505         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7506
7507 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7508
7509         * wl-vars.el (wl-message-truncate-lines): Change default value
7510         to default-truncate-lines.
7511
7512         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7513
7514 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7515
7516         * wl-vars.el (wl-message-truncate-lines): New variable.
7517
7518         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7519         wl-message-truncate-lines.
7520
7521 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * wl-acap.el (wl-acap-init): Remove period from error message.
7524         (wl-acap-find-acap-service): Remove period from message.
7525
7526 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7527
7528         * wl.el (wl-check-environment): Undo last change.
7529
7530         * wl-vars.el (wl-from): Changed default value.
7531
7532         * wl-util.el (toplevel): Don't require tm-edit.
7533
7534         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7535         `wl-folder-init';
7536         Don't set mark on mail body.
7537         (wl-draft-reedit): Ditto.
7538
7539         * wl-address.el (wl-address-quote-specials): Define as an alias for
7540         elmo-address-quote-specials.
7541
7542 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7545
7546         * wl-vars.el (wl-from): Set default value as nil.
7547         (wl-organization): Set default value as ORGANIZATION environment
7548         variable.
7549
7550         * wl-draft.el (wl-smtp-extension-bind): Check value of
7551         wl-smtp-connection-type.
7552
7553         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7554         error.
7555
7556 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7557
7558         * Version number is increased to 2.7.4.
7559
7560         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7561         arguments from `wl-highlight-x-face-function' caller.
7562         Use x-face-1.3.6.12 or later.
7563
7564 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7565
7566         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7567
7568 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7569
7570         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7571         (wl-fcc): Fix to accept function.
7572         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7573
7574 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7575
7576         * wl-acap.el (toplevel): Added `product-provide' declare.
7577         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7578
7579 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * wl.el (wl): Changed order of calling `elmo-init'
7582         and `elmo-folder-init'.
7583
7584 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7585
7586         * wl-mime.el (wl-summary-burst): Extract message when content-type
7587         of root entity is not only `multipart' but also `message/rfc822'.
7588         (wl-summary-burst-subr): Ditto.
7589
7590 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-vars.el (toplevel): Require 'custom.
7593         (wl-trash-folder): Added to `wl-setting' group.
7594
7595         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7596         exists.
7597         (wl-addrmgr-draw): Insert empty line when no entry exists.
7598
7599         * wl-mule.el (wl-message-wheel-up): Fixed.
7600         (wl-message-wheel-down): Ditto.
7601
7602 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7603
7604         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7605         config is an anonymous lambda expression.
7606
7607 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7610         when Mule 2 is running.
7611
7612 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7615
7616 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7619         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7620
7621         * wl-address.el (wl-address-specials-regexp): Eliminated.
7622         (wl-address-quote-specials): Rewrite.
7623
7624 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7627         shy-groups for regexp.
7628
7629         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7630         character classes and Perl style shy-groups for regexp.
7631         (wl-highlight-plugged-current-line): Use Posix style character
7632         classes for regexp.
7633         (wl-e21-highlight-folder-by-numbers): Ditto.
7634         (wl-e21-display-image-p): Use `display-images-p' instead of
7635         `display-graphic-p'.
7636         (display-images-p): Make an alias to `display-graphic-p' if it is
7637         not available.  It is for Emacs version prior to 21.0.105.
7638
7639         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7640         `display-graphic-p'.
7641         (wl-demo-image-type-alist): Ditto.
7642         (display-images-p): Make an alias to `display-graphic-p' if it is
7643         not available.  It is for Emacs version prior to 21.0.105.
7644
7645 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7646
7647         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7648         support.
7649         (wl-generate-user-agent-string): Ditto.
7650
7651         * wl-version.el (wl-version): Update docsting.
7652         (wl-version-status): Ditto.
7653
7654 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7655
7656         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7657         21.0.105.  For Emacs 21.0.104 or earlier.
7658
7659 2001-09-03  Takuo KITAME <kitame@northeye.org>
7660
7661         * wl-e21.el (wl-plugged-init-icons): Use
7662         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7663         (wl-biff-init-icons): Ditto.
7664
7665 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7666
7667         * wl-highlight.el (wl-highlight-summary-current-line):
7668         Fixed highlighting refile/copy destination.
7669
7670         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7671         (wl-acap-store): Encode string by wl-acap-coding-system.
7672
7673 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * wl-acap.el (toplevel): Check and require 'un-define before
7676         'xemacs-ucs;
7677          Added checking for UTF-2000.
7678
7679 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7682         Don't enclose with `eval-and-compile'.
7683
7684         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7685         wl-init is non-nil.
7686
7687         * wl-draft.el (wl-draft): Ditto.
7688
7689         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7690
7691         * wl-acap.el (toplevel): Require 'wl.
7692         (wl-acap-store): Call `elmo-init'.
7693
7694         * wl.el (wl): Changed position of `wl-check-environment'.
7695         (toplevel): Added autoload setting for wl-acap.
7696
7697         * wl-vars.el (wl-setting): New custom group.
7698         (wl-from): Added wl-setting group.
7699         (wl-user-mail-address-list): Ditto.
7700         (wl-organization): Ditto.
7701         (wl-subscribed-mailing-list): Ditto.
7702         (wl-envelope-from): Ditto.
7703         (wl-smtp-posting-user): Ditto.
7704         (wl-smtp-posting-server): Ditto.
7705         (wl-smtp-posting-port): Ditto.
7706         (wl-smtp-authenticate-type): Ditto.
7707         (wl-pop-before-smtp-user): Ditto.
7708         (wl-pop-before-smtp-server): Ditto.
7709         (wl-pop-before-smtp-port): Ditto.
7710         (wl-pop-before-smtp-authenticate-type): Ditto.
7711         (wl-nntp-posting-server): Ditto.
7712         (wl-nntp-posting-user): Ditto.
7713         (wl-nntp-posting-port): Ditto.
7714         (wl-fetch-confirm-threshold): Ditto.
7715         (wl-prefetch-threshold): Ditto.
7716         (wl-thread-insert-opened): Ditto.
7717         (wl-ldap-server): Ditto.
7718         (wl-ldap-port): Ditto.
7719         (wl-ldap-base): Ditto.
7720         (wl-ldap-objectclass): Ditto.
7721         (wl-use-ldap): Ditto.
7722         (wl-draft-config-alist): Ditto.
7723         (wl-draft-config-matchone): Ditto.
7724         (wl-template-alist): Ditto.
7725         (wl-message-sort-field-list): Ditto.
7726         (wl-message-ignored-field-list): Ditto.
7727         (wl-message-visible-field-list): Ditto.
7728         (wl-interactive-send): Ditto.
7729         (wl-summary-move-order): Ditto.
7730         (wl-auto-select-first): Ditto.
7731         (wl-auto-select-next): Ditto.
7732         (wl-interactive-save-folders): Ditto.
7733
7734         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7735         Initialization codes are moved from wl-local-folder-init.
7736         (wl-local-folder-init): Follow the change above.
7737         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7738
7739         * wl-acap.el: New file.
7740
7741         * Version number is increased to 2.7.3.
7742
7743 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7744
7745         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7746
7747 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7748
7749         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7750         (wl-addrmgr-address-entry-list): Ditto.
7751
7752 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-e21.el (wl-draft-mode-map): Removed binding for
7755         `wl-draft-insert-x-face-field'.
7756
7757         * wl-mule.el (wl-draft-mode-map): Ditto.
7758
7759         * wl-xmas.el (wl-draft-mode-map): Ditto.
7760
7761         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7762         (wl-cs-autoconv): Ditto.
7763         (wl-cs-local): Ditto.
7764         (wl-use-scoring): Ditto.
7765         (wl-mime-charset): Ditto.
7766         (wl-folder-check-async): Ditto.
7767
7768         * wl.el (toplevel): Ignore nemacs and tm.
7769         (wl-exit): Ditto.
7770
7771         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7772         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7773         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7774         instead of wl-address-petname-add-or-change.
7775         (wl-summary-edit-addresses-subr): Use wl-address-delete
7776         instead of wl-address-petname-delete.
7777
7778         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7779
7780         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7781         if error occured.
7782
7783         * wl-message.el (require): Remove tm support.
7784
7785         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7786
7787         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7788         (wl-folder-jump-to-current-entity): Ditto.
7789         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7790
7791         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7792         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7793         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7794
7795         * wl-mule.el (wl-draft-key-setup): Ditto.
7796
7797         * wl-xmas.el (wl-draft-key-setup): Ditto.
7798
7799         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7800         (wl-draft-std11-parse-addresses): New function.
7801         (wl-draft-parse-mailbox-list): Use it.
7802         (wl-draft): Ignore nemacs.
7803         (wl-draft-reedit): Ditto.
7804
7805         * wl-addrmgr.el: New file.
7806         (Original is wl-rcpt.el written by
7807         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7808         Thanks Kitamoto-san.)
7809
7810         * wl-address.el (wl-address-make-address-list): Modified parsing
7811         process.
7812         (wl-address-delete): Renamed from `wl-address-petname-delete';
7813         Modify wl-address-list too.
7814         (wl-address-add-or-change): Renamed from
7815         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7816
7817 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7818
7819         * wl-highlight.el (wl-highlight-summary-current-line):
7820           Work with transient-mark-mode
7821
7822 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * Version number is increased to 2.7.2.
7825
7826         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7827         instead of elmo-dop-queue-method.
7828
7829 2001-08-06  SAITO Atsunori <sai@yedo.com>
7830
7831         * wl-vars.el (wl-ldap-objectclass): New user option.
7832
7833         * wl-address.el (wl-ldap-make-filter): Use it.
7834
7835 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7838
7839 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7840
7841         * wl-folder.el (wl-folder): redisplay after folder insertion.
7842
7843         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7844
7845         * wl-summary.el (wl-summary-sync-update):
7846         Change status mark only when new-msgdb exists.
7847         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7848
7849 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-summary.el (wl-summary-open-folder): New function.
7852         (wl-summary-goto-folder-subr): Use it.
7853         (wl-summary-mark-as-important): Fix;
7854         Encache only when no cache exists.
7855
7856 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7859         Use with-current-buffer.
7860
7861 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7862
7863         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7864         before call `get-buffer'. Fixed parenthesis.
7865         (wl-score-get-header-entry): Clear message and help window when
7866         keyboard quit.
7867         (wl-score-edit-insert-header): Ditto.
7868
7869 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7872         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7873         (wl-default-draft-cite): Fix.
7874
7875         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7876         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7877
7878 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7879
7880         * wl-message.el (wl-message-prev-page): Do same bahavior
7881         as summary when it is called in the message buffer.
7882         (wl-message-next-page): Ditto.
7883
7884 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-summary.el (wl-summary-forward): Use cache if it is not
7887         section cache.
7888
7889 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7892         Removed redundant require of elmo-vars.
7893         (wl-biff-state-indicator-on): Changed default value for
7894         xemacs with non-mule environment.
7895
7896         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7897         wl-message-buffer is nil;
7898         Hide progress bar after moving messages.
7899
7900 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7903         message at cursor point is deleted.
7904
7905 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-vars.el: Changed file coding system to euc-japan.
7908         Added -*-coding:-*- magic to the first line.
7909
7910         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7911         Search parent from the first message.
7912
7913         * Version number is increased to 2.7.1.
7914
7915 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7916
7917         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7918
7919 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7922         refile/delete execution.
7923
7924         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7925         Fixed docstring.
7926
7927 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7930         do update process;
7931         Don't update marks when update process is interrupted.
7932
7933 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-summary.el (wl-summary-reply): Fixed problem when
7936         wl-draft-use-frame is non-nil.
7937         (wl-summary-forward): Ditto.
7938
7939         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7940         as nil.
7941         (wl-folder-mark-as-read-all-entity): Ditto.
7942         (wl-folder-prefetch-entity): Ditto.
7943
7944         * wl.el (wl): Check environment before wl-init.
7945
7946         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7947         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7948         instead of wl-summary-collect-unread.
7949         (wl-summary-reply): Split message window.
7950
7951 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7952
7953         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7954         only if current language environment is japanese,
7955
7956         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7957         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7958         (wl-folder-goto-folder-subr): Ditto.
7959
7960         * wl-draft.el (wl-draft-dispatch-message): Call
7961         `elmo-file-cache-get-path'.
7962
7963 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7964
7965         * wl-summary.el (wl-summary-cursor-move): If return value of
7966         wl-summary-next-message is not number, don't jump.
7967
7968 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * wl-summary.el (wl-summary-buffer-next-message-function): New
7971         variable.
7972         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7973         if it is bound.
7974
7975         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7976         string.
7977
7978         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7979         (wl-plugged-drawing): Ditto.
7980
7981 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7984         process.
7985         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7986         with unwind-protect.
7987
7988         * wl.el (wl-init): Require mime-setup.
7989         (wl-check-environment): Don't require mime-setup.
7990
7991         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7992         instead of elmo-folder-type.
7993
7994         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7995         value as nil.
7996
7997 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7998
7999         * Version number is increased to 2.7.0.
8000
8001         * wl-version.el (wl-version): Changed codename.
8002
8003         * wl-summary.el (wl-summary-delete-cache): Fixed.
8004
8005         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8006         Workaround for net folders.
8007         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8008
8009         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8010         value to nil (According to the patch from
8011         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8012
8013         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8014         of elmo-folder-close.
8015
8016 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8017
8018         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8019         for postfix.
8020
8021 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8022
8023         * wl-summary.el (wl-summary-resend-message): Fixed.
8024
8025         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8026         Call wl-draft with `from' argument if its address is included in
8027         `wl-user-mail-address-list'.
8028         (wl-draft): Added `from' argument.
8029
8030         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8031         non-nil.
8032         (wl): Don't show demo if wl-demo is nil.
8033
8034         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8035         wl-summary-use-frame.
8036
8037         * wl-vars.el (wl-summary-use-frame): New user option.
8038         (wl-folder-use-frame): Changed docstring.
8039
8040         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8041         non-nil.
8042         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8043         wl-summary-use-frame.
8044
8045         * wl-vars.el (wl-folder-use-frame): New user option.
8046
8047         * wl-summary.el (wl-summary-exit): Back to folder frame if
8048         wl-folder-use-frame is non-nil.
8049         (wl-summary-redisplay-internal): Ignore cache if current folder
8050         is draft folder,
8051         (wl-summary-redisplay-no-mime): Ditto.
8052         (wl-summary-redisplay-all-header): Ditto.
8053
8054         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8055         if wl-folder-use-frame is non-nil.
8056
8057 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8058
8059         * wl-summary.el (wl-summary-sync-update): Bind
8060         elmo-folder-update-threshold.
8061         (wl-summary-mark-as-important): Enclosed server mark processing
8062         with `save-match-data'.
8063
8064         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8065         only when it is already defined.
8066
8067 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8068
8069         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8070         name of folder exclude localdir is wrong.
8071         * wl-folder.el (wl-folder-sync-entity):
8072         Set `wl-summary-always-sticky-folder-list' as nil.
8073         (wl-folder-mark-as-read-all-entity): Ditto.
8074         (wl-folder-prefetch-entity): Ditto.
8075
8076 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8077
8078         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8079         instead of `wl-summary-write-current-newsgroup'.
8080
8081 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8082
8083         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8084         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8085         non-nil and selected message is important, do not display.
8086
8087 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8088
8089         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8090
8091 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8092
8093         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8094
8095         * wl-summary.el (wl-summary-mark-as-important): Set message number
8096         using wl-summary-message-number.
8097
8098 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8099
8100         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8101         destination folder is 'null.
8102
8103 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8104
8105         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8106         New function.
8107         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8108         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8109         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8110
8111 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-mime.el (wl-mime-setup): Added setting for
8114         `mime-setup-signature-key-alist' to avoid overriding key bind for
8115         `wl-draft-send'.
8116
8117         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8118         for `wl-draft-send'.
8119         * wl-mule.el (wl-draft-overload-functions): Ditto.
8120         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8121         * wl-draft.el (wl-draft-send): Ditto.
8122
8123         * wl-message.el (wl-message-display-internal):
8124         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8125         (Patch is provided by <kita@coe.nttdata.co.jp>).
8126
8127 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8128
8129         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8130
8131 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8132
8133         * wl.el (wl): Fix for wl-demo.
8134
8135 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8136
8137         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8138
8139 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8140
8141         * wl-folder.el (wl-folder-prefetch-entity): Use
8142         `wl-folder-get-elmo-folder'.
8143         (wl-folder-count-incorporates): Do not use
8144         `wl-folder-get-elmo-folder'.
8145
8146 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8147
8148         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8149         instead of `elmo-folder-get-type'.
8150
8151 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8152
8153         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8154         position on Subject: field.
8155         (Advised by Mito <mit@nines.nec.co.jp>)
8156
8157 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8158
8159         * wl-folder.el (wl-folder-prefetch-entity): Use
8160         `wl-folder-get-elmo-folder'.
8161
8162 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8165
8166         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8167         `process-duplicates' slot.
8168
8169         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8170         if detection failed.
8171
8172 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8173
8174         * wl-version.el (wl-version-status): Set to "alpha".
8175
8176 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8177
8178         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8179         Check wl-message-buffer lives before set-buffer.
8180
8181 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8182
8183         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8184         called in folder mode.
8185         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8186         * wl-summary.el (wl-summary-exit-pre-hook): Run
8187         `wl-summary-exit-pre-hook' before exit summary mode.
8188
8189 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8190
8191         * wl-version.el (wl-version-status): New variable.
8192         (wl-version-status-alist): Removed.
8193         (wl-version-status): Rule included.
8194
8195 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8198         @sponichi.
8199
8200         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8201         when `mail-reply-buffer' is buffer-local variable.
8202         (Reported by <kita@coe.nttdata.co.jp>).
8203
8204 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-vars.el (toplevel): Require 'elmo-util.
8207
8208 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8211         (All other related portions are changed)
8212
8213         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8214
8215         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8216
8217 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8218
8219         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8220
8221 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8224         Delete other windows to avoid an error.
8225         Use `point-marker' instead of `point' to remember the start point
8226         of body.
8227
8228         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8229
8230         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8231         number not to exceed all message number.
8232
8233 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8234
8235         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8236         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8237
8238 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-summary.el (wl-summary-sync-force-update): Added argument
8241         no-check.
8242         (wl-summary-sync-update): Ditto.
8243         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8244         with `no-check'.
8245
8246         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8247         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8248         already running.
8249
8250 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8251
8252         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8253         `dst-folder-arg'.
8254         (wl-expire-archive-number1): Diito.
8255         (wl-expire-archive-number2): Diito.
8256         (wl-expire-archive-Date): Diito.
8257         (wl-archive-number1): Diito.
8258         (wl-archive-number2): Diito.
8259         (wl-archive-date): Diito.
8260         (wl-archive-folder-p): New function.
8261         (wl-summary-expire): Support of expand folder name at
8262         wl-expire-alist.
8263         * wl-util.el (wl-expand-newtext): Renamed from
8264         `wl-refile-expand-newtext'.
8265
8266 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8267
8268         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8269         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8270         `(elmo-msgdb-get-overview msgdb)'.
8271         (wl-summary-prefetch): Bind match data before call
8272         `wl-summay-prefetch-msg'.
8273         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8274         'off if `wl-summary-buffer-disp-msg' is non-nil.
8275         Fixed problem that couldn't show only one new or unread message when
8276         enter folder.
8277         (wl-summary-reply): Don't call `split-window-vertically' and other
8278         window.
8279
8280 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl-expire.el (wl-expire-refile): Fixed.
8283
8284 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8287
8288         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8289         biff notification is removed.
8290
8291         * wl.el (wl): Changed position of `elmo-init'.
8292
8293         * wl-draft.el (wl-default-draft-cite): Use date field
8294         on the citation buffer.
8295
8296         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8297
8298         * wl-xmas.el (wl-folder-internal-icon-list): Added
8299         `wl-folder-shimbun-image'.
8300
8301         * wl-e21.el (wl-folder-internal-icon-list): Added
8302         `wl-folder-shimbun-image'.
8303
8304 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8305
8306         * wl.el (wl-init): Eliminated argument.
8307         (wl): Rewrite.
8308
8309         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8310         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8311         instead of `elmo-folder-msgdb-internal'.
8312         (wl-summary-sync-update): Ditto.
8313         (wl-summary-flush-pending-append-operations): Eliminated.
8314         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8315         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8316         `elmo-folder-open'.
8317
8318         * wl-mime.el (wl-summary-burst): Fixed.
8319
8320         * wl-folder.el (wl-folder-info-save): Check data type.
8321
8322         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8323         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8324         instead of `elmo-folder-msgdb-internal'.
8325         (wl-expire-hide): Ditto.
8326
8327
8328         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8329
8330 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8331
8332         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8333
8334 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8335
8336         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8337
8338 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8339
8340         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8341         Fixed `match-beginning' argument mismatch.
8342
8343 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8344
8345         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8346         the default value.
8347
8348 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8349
8350         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8351         instead of `elmo-nntp-default-port'.
8352
8353         * wl-vars.el: Fixed some doc strings.
8354
8355 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-summary.el (wl-summary-prefetch-msg): Use
8358         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8359
8360         * wl-vars.el: Define *-func as obsolete variable using
8361         `elmo-define-obsolete-variable'.
8362
8363         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8364         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8365         instead of `wl-message-buffer-prefetch-threshold'.
8366
8367         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8368
8369         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8370
8371         * wl-draft.el (wl-caesar-region-func): Ditto.
8372
8373         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8374         Keep unread status in elmo-folder-move-messages.
8375         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8376
8377 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8378
8379         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8380         `wl-summary-buffer-exit-func'
8381         (wl-summary-buffer-message-redisplay-function): Renamed from
8382         `wl-summary-buffer-message-redisplay-func'
8383         (wl-summary-buffer-next-folder-function): Renamed from
8384         `wl-summary-buffer-next-folder-func'.
8385         (wl-summary-buffer-prev-folder-function): Renamed from
8386         `wl-summary-buffer-prev-folder-func'.
8387         (wl-summary-get-petname-function): Renamed from
8388         `wl-summary-get-petname-func'.
8389
8390         * wl-score.el (wl-score-edit-exit-function): Renamed from
8391         `wl-score-edit-exit-func'.
8392
8393         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8394         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8395
8396         * wl-util.el (wl-load-profile-function): Renamed from
8397         `wl-load-profile-func'.
8398
8399         * wl-folder.el (wl-folder-completion-function): Renamed from
8400         `wl-folder-completion-func'.
8401         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8402
8403         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8404         `wl-expire-archive-get-folder-func'.
8405         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8406         (wl-draft-send-mail-function): Renamed from
8407         `wl-draft-send-mail-func'.
8408         (wl-draft-send-news-function): Renamed from
8409         `wl-draft-send-news-func'.
8410         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8411         (wl-generate-mailer-string-function): Renamed from
8412         `wl-generate-mailer-string-func'.
8413         (wl-highlight-signature-search-function): Renamed from
8414         `wl-highlight-signature-search-func'.
8415         (wl-highlight-x-face-function): Renamed from
8416         `wl-highlight-x-face-func'
8417         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8418         (wl-ps-print-buffer-function): Renamed from
8419         `wl-ps-print-buffer-func'
8420         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8421         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8422         (wl-summary-subject-filter-function): Renamed from
8423         `wl-summary-subject-filter-func'.
8424
8425         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8426         `wl-draft-queue-flush-send-func'
8427         (wl-draft-cite-function): Renamed from
8428         `wl-draft-cite-func'
8429
8430         * wl-address.el (wl-address-init-function): Renamed from
8431         `wl-address-init-func'.
8432
8433 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-draft.el (wl-draft-queue-flush): Don't call
8436         `elmo-dop-unlock-message'.
8437         * wl-draft.el (wl-draft-queue-append): Don't call
8438         `elmo-dop-lock-message'.
8439
8440         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8441         (wl-summary-buffer-folder-name): Ditto.
8442         (wl-summary-message-regexp): Added '-' (all other related portions
8443         are changed).
8444         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8445         wl-summary-buffer-folder-name.
8446
8447 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8448
8449         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8450         the number of mails in the folder buffer is not updated by wl-biff.
8451
8452 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8453
8454         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8455         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8456
8457 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-summary.el (wl-summary-next-message):
8460         Return next message number when wl-summary-move-order is nil.
8461
8462 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8463
8464         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8465         `wl-summary-move-spec-alist'.
8466         (wl-summary-move-spec-unplugged-alist): New variable
8467         (Move spec for unplugged status).
8468         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8469         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8470
8471 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8472
8473         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8474         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8475
8476 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8477
8478         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8479         simple quotation to quote the anonymous function.
8480         * tm-wl.el (wl-draft-preview-message): Ditto.
8481
8482 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8483
8484         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8485         Eliminate redundant `save-excursion'.
8486         (wl-highlight-summary-current-line): Ditto.
8487
8488         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8489         accessing match data when `looking-at' failed.
8490
8491         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8492         `elmo-match-string' where users don't care about the speed.
8493         (wl-draft-save): Ditto.
8494
8495 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8496
8497         * wl-util.el (wl-regexp-opt): New function.
8498
8499         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8500         number from `wl-summary-buffer-number-list'.
8501         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8502         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8503         (wl-summary-move-spec-alist): Changed default setting.
8504
8505 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8506
8507         * wl-vars.el (wl-biff-notify-hook): New hook.
8508         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8509         the arrival of new mail.
8510         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8511         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8512
8513 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8516
8517 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8520
8521         * Version number is increased to 2.5.8.
8522
8523         * wl-thread.el (toplevel): require 'cl.
8524         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8525         (wl-thread-make-number-list): New function.
8526         (wl-thread-entity-make-number-list-from-children): Ditto.
8527         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8528         (wl-thread-entity-insert-as-children): Likewise.
8529         (wl-thread-delete-message): Likewise.
8530         (wl-meaning-of-mark): Eliminated.
8531         (wl-thread-next-failure-mark-p): Ditto.
8532         (wl-thread-entity-get-mark): Ditto.
8533         (wl-thread-meaning-alist-get-result): Ditto.
8534         (wl-thread-entity-check-prev-mark): Ditto.
8535         (wl-thread-entity-check-next-mark): Ditto.
8536         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8537         (wl-thread-entity-get-prev-marked-entity): Ditto.
8538         (wl-thread-get-prev-unread): Ditto.
8539         (wl-thread-jump-to-prev-unread): Ditto.
8540         (wl-thread-get-next-unread): Ditto.
8541         (wl-thread-jump-to-next-unread): Ditto.
8542         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8543         (wl-thread-entity-get-next-marked-entity): Ditto.
8544
8545         * wl-summary.el (wl-summary-buffer-number-list):
8546         New bufer-local variable.
8547         (wl-summary-switch-to-clone-buffer): Clone
8548         `wl-summary-buffer-number-list'.
8549         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8550         (wl-summary-cursor-move-regex): Eliminated.
8551         (wl-summary-cursor-up): Rewrite.
8552         (wl-summary-cursor-down): Ditto.
8553         (wl-summary-mode-spec-alist): New variable.
8554         (wl-summary-next-message): New inline function.
8555         (wl-summary-cursor-move): New function.
8556         (wl-summary-default-get-next-msg): Rewrite.
8557         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8558         (wl-summary-rescan): Ditto.
8559         (wl-summary-sync-all-init): Ditto.
8560         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8561         summary is not thread view.
8562         (wl-summary-sync-update): Ditto.
8563         (wl-summary-rescan): Ditto.
8564         (wl-summary-make-number-list): New function.
8565
8566         * wl-draft.el: "FCC" -> "Fcc".
8567
8568 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8569
8570         * wl-highlight.el (wl-highlight-summary-window):
8571         Call `set-buffer-modified-p'.
8572
8573         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8574         (wl): Call `elmo-init' and fix.
8575
8576         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8577         Use new variables.
8578
8579         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8580
8581 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8584
8585 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8586
8587         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8588
8589 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8590
8591         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8592         `wl-use-toolbar' nor `display-graphic-p'.
8593         (wl-e21-setup-message-toolbar): Ditto.
8594         (wl-e21-setup-summary-toolbar): Ditto.
8595         (wl-e21-setup-folder-toolbar): Ditto.
8596
8597         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8598         (wl-plugged-init-icons): Ditto.
8599
8600         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8601         `display-graphic-p'.
8602         (wl-plugged-set-folder-icon): Ditto.
8603         (wl-highlight-plugged-current-line): Ditto.
8604         (wl-highlight-folder-current-line): Ditto.
8605         (wl-e21-highlight-folder-group-line): Ditto.
8606         (wl-e21-setup-toolbar): Ditto.
8607         (wl-e21-display-image-p): New macro.
8608
8609         * wl-demo.el (wl-demo): Simplified.
8610         (wl-demo-image-type-alist): Use `image-type-available-p' for
8611         checking whether the image type `xbm' is available.
8612
8613 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8616         (wl-summary-input-range): Ditto.
8617
8618 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-summary.el (wl-summary-edit-addresses): Use
8621         `wl-summary-get-original-buffer'
8622         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8623         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8624         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8625         (wl-summary-get-newsgroups): Eliminated.
8626         (wl-summary-set-crosspost): Ditto.
8627         (wl-summary-is-crosspost-folder): Ditto.
8628         (wl-crosspost-alist-load): Ditto.
8629         (wl-crosspost-alist-save): Ditto.
8630
8631         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8632         `elmo-setup-subscribed-newsgroups' instead of
8633         `elmo-nntp-make-groups-hashtb'.
8634         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8635         instead of `wl-crosspost-alist-save'.
8636
8637         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8638         of `elmo-folder-message-appendable-p'.
8639         (wl-mime-header-presentation-method): Eliminated.
8640
8641         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8642         (Error occurs in emacs21).
8643
8644         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8645         the current buffer).
8646
8647         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8648         instead of `wl-crosspost-alist-save'.
8649         (wl-init): `elmo-crosspost-message-alist-load'
8650         instead of `wl-crosspost-alist-load'
8651
8652         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8653         (wl-parse-newsgroups): Likewise.
8654         (wl-biff-notify): Run `wl-biff-notify-hook'.
8655
8656 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8659
8660         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8661         when `wl-summary-lazy-highlight' is non-nil.
8662         (wl-summary-goto-folder-subr): Highlight only when
8663         `wl-summary-lazy-highlight' is non-nil.
8664
8665         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8666         Don't display progress and highlight temp-mark when
8667         `wl-summary-lazy-highlight' is non-nil.
8668         (wl-highlight-summary-window): New function.
8669         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8670
8671 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8672
8673         * wl-summary.el (wl-summary-sync): Change `all-visible'
8674         from `all-shown'
8675         (wl-summary-input-range): Ditto.
8676
8677 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8678
8679         * wl-e21.el (wl-highlight-folder-current-line): Call
8680         `wl-folder-init-icons' when folder icons have not been initialized.
8681
8682         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8683
8684         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8685         (wl-demo-image-type-alist): New macro.
8686
8687 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8688
8689         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8690         display does not support graphics.
8691         (wl-plugged-init-icons): Ditto.
8692         (wl-folder-init-icons): Ditto.
8693
8694         * wl-demo.el (wl-demo): Chech closely whether the display
8695         supports graphics.
8696
8697 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8698
8699         * wl-summary.el (wl-summary-get-original-buffer): New function.
8700         (wl-summary-set-crosspost): Use it.
8701         (wl-summary-target-mark-uudecode): Ditto.
8702         (wl-summary-reedit): Ditto.
8703         (wl-summary-resend-bounced-mail): Ditto.
8704         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8705         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8706
8707         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8708         (wl-message-display-internal): Ditto.
8709
8710 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8713
8714 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * wl-summary.el (wl-summary-save-view): Renamed from
8717         `wl-summary-save-status'.
8718
8719 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8720
8721         * wl-summary.el (wl-summary-sync): Added `all-shown'
8722
8723 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8724
8725         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8726
8727 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8728
8729         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8730
8731 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8732
8733         * wl-highlight.el (wl-highlight-summary-line-string): Use
8734         `zerop' instead of `= 0'.
8735         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8736
8737         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8738         for comparing numbers.
8739         (wl-template-prev): Use `zerop' instead of `eq 0'.
8740
8741         * wl-draft.el (wl-draft-insert-current-message): Use
8742         `with-current-buffer' instead of `save-excursion'.
8743         Use `zerop' instead of `eq 0'.
8744
8745 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8746
8747         * wl-draft.el (wl-draft-insert-ccs): New function.
8748         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8749         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8750
8751 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8754
8755 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-expire.el (wl-expire-refile): Don't call
8758         elmo-msgdb-add-msgs-to-seen-list;
8759         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8760         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8761
8762 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-message.el (wl-message-prev-page): Ignore errors while
8765         scroll-down.
8766
8767 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * wl-mime.el: Use elmo-original-message-mode instead of
8770         mmelmo-original-mode.
8771
8772         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8773         `elmo-folder-get-spec';
8774         (wl-fldmgr-add-completion-all-completions):
8775         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8776
8777         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8778         of `elmo-folder-get-type'.
8779
8780         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8781         `elmo-folder-get-spec';
8782         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8783         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8784         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8785         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8786         `elmo-read-msg-no-cache';
8787         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8788         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8789         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8790         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8791         `elmo-cache-save';
8792         (wl-draft-reedit): Use `elmo-message-file-name'.
8793
8794         * wl-expire.el: Use `elmo-folder-name-internal';
8795         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8796         Use macro `wl-summary-buffer-msgdb' instead of variable
8797         `wl-summary-buffer-msgdb';
8798         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8799         Use macro `wl-summary-buffer-folder-name' instead of variable
8800         `wl-summary-buffer-folder-name'.
8801         * wl-score.el: Likewise.
8802
8803         * wl-message.el: Rewrite for new message buffer cache mechanism.
8804         (wl-message-buffer-cache-buffer-get): New macro.
8805         (wl-message-buffer-cache-folder-get): Ditto.
8806         (wl-message-buffer-cache-message-get): Ditto.
8807         (wl-message-buffer-cache-entry-make): Ditto.
8808         (wl-message-buffer-cache-hit): Ditto.
8809         (wl-message-buffer-cache-sort): New function.
8810         (wl-message-buffer-cache-add): Ditto.
8811         (wl-message-buffer-cache-delete): Ditto.
8812         (wl-message-buffer-cache-clean-up): Ditto.
8813         (wl-message-buffer-window): Rewrite.
8814         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8815         (wl-message-buffer-display): New function.
8816         (wl-message-display-internal): New function.
8817
8818 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8819
8820         * wl-folder.el: Use `elmo-folder-name-internal';
8821         Use `wl-folder-get-elmo-folder';
8822         Use `elmo-folder-list-messages' instead of
8823         `elmo-list-folder';
8824         Use `elmo-folder-get-primitive-list' instead of
8825         `elmo-folder-get-primitive-spec-list';
8826         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8827         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8828         Use `elmo-folder-create' instead of `elmo-create-folder'.
8829         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8830         (wl-folder-get-elmo-folder): New macro.
8831         (wl-folder-elmo-folder-cache-get): Ditto.
8832         (wl-folder-elmo-folder-cache-put): Ditto.
8833         (wl-folder-suspend): Call `elmo-quit'.
8834
8835         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8836         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8837         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8838         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8839         (toplevel): require 'cl.
8840         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8841
8842         * wl-summary.el: Rewrite to use new elmo interface.
8843
8844 \f
8845 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * wl-mime.el (wl-draft-preview-message):
8848         Run `wl-draft-send-hook' before collecting recipients information;
8849         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8850
8851         * tm-wl.el (wl-draft-preview-message): Ditto.
8852
8853 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8856         wrong recipients are displayed when forwarded message.
8857
8858 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * Version number is increased to 2.5.7.
8861
8862 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8863
8864         * wl-message.el (wl-message-next-page): Bind
8865         `window-pixel-scroll-increment' to nil while scrolling up.
8866
8867 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8868
8869         * wl-vars.el (wl-save-hook): New hook.
8870         * wl.el (wl-save): Call `wl-save-hook'.
8871
8872 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8873
8874         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8875         Argument WITH-ARG instead of NO-ARG (negative mean).
8876         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8877         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8878         * wl-message.el (wl-message-follow-current-entity): Likewise.
8879
8880 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8881
8882         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8883         FROM was optional argument.
8884         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8885
8886 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8887
8888         * Version number is increased to 2.5.6.
8889
8890 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8891
8892         * wl-version.el (wl-version-show): Removed.
8893         (wl-version): Add `interactive'.
8894
8895 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8896
8897         * wl-summary.el (wl-summary-get-petname-func): New variable.
8898         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8899         instead of `wl-address-get-petname-1'.
8900         (wl-summary-simple-from): Ditto.
8901
8902         * wl-address.el (wl-address-get-petname-1): Define as function.
8903
8904 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8905
8906         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8907         field in the original message.
8908         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8909
8910 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8911
8912         * wl-expire.el (wl-expire-hide):
8913         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8914
8915 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8916
8917         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8918         find decoder for To, Cc, and Subject.
8919
8920 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8921
8922         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8923         for checking `elmo-use-buffer-cache'.
8924         (wl-summary-mark-as-important): Fixed typo in comment.
8925
8926 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8929         field in the original message.
8930         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8931
8932 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8933
8934         * wl-expire.el (wl-expire-hide):
8935         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8936
8937 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8940         find decoder for To, Cc, and Subject.
8941
8942 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * Version number is increased to 2.5.5.
8945
8946         * wl-address.el (wl-address-specials-regexp): New constant.
8947         (wl-address-quote-specials): Use it.
8948
8949 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-summary.el (wl-summary-rescan):
8952         Call `wl-summary-buffer-number-column-detect'.
8953         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8954
8955         * wl-message.el (wl-message-mode-map): Define.
8956         (wl-message-decode): Use it as local-map.
8957
8958 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8959
8960         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8961         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8962
8963 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8966
8967         * wl-mule.el (wl-read-event-char): Ditto.
8968
8969         * wl-e21.el (wl-read-event-char): Ditto.
8970
8971         * wl-nemacs.el (wl-read-event-char): Ditto.
8972         (read-event): Removed.
8973
8974         * wl-util.el (toplevel): Removed dummy definition of
8975         `read-event'.
8976         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8977
8978 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8979
8980         * wl-nemacs.el (elmo-archive-call-process): Moved to
8981         elmo-archive.el.
8982
8983 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8984
8985         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8986         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8987
8988         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8989         instead of magic-number 6.  Use `not' instead of `null' for symbol
8990         `nil' check (not empty list).
8991         (wl-draft-insert-x-face-field): Fixed paren style.
8992
8993         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8994         one-branch conditional statement, instead of `and' and `if'.
8995         (wl-draft-forward): Likewise.
8996         (wl-draft-add-references): Likewise.
8997         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8998
8999         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9000         conditional steatment.  Use `cond' instead of `if'.
9001         (wl-draft-confirm): Likewise.
9002
9003 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9004
9005         * wl-version.el (wl-version-show): Use `product-string-1'
9006         instead of `wl-version'.
9007         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9008
9009         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9010
9011 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9012
9013         * wl-highlight.el (wl-highlight-headers): Revert
9014         `wl-highlight-x-face-func' argument (`beg' and `end').
9015
9016 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9017
9018         * wl.el (toplevel): Move `product-provide' declare.
9019         * wl-demo.el (toplevel): Ditto.
9020         * wl-dnd.el (toplevel): Ditto.
9021         * wl-highlight.el (toplevel): Ditto.
9022         * wl-message.el (toplevel): Ditto.
9023         * wl-refile.el (toplevel): Ditto.
9024         * wl-util.el (toplevel): Ditto.
9025
9026 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9029         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9030         (wl-thread-close-all): keep cursor position.
9031
9032 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9033
9034         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9035         (eq x 0).
9036         (wl-generate-user-agent-string-1): Fix conditional statement.
9037
9038 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9039
9040         * wl.el (wl-check-environment): Additional check for
9041         'wl-local-domain' and `wl-message-id-domain'.
9042
9043 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9044
9045         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9046
9047 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9048
9049         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9050         instead of `smtp-sasl-user-realm'.
9051
9052 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9053
9054         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9055
9056 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9057
9058         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9059         to the default value as well as `eword-lexical-analyzer'.
9060
9061 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9062
9063         * wl-version.el (wl-extended-emacs-version,
9064         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9065         `elmo-match-string' instead of `wl-match-string'.
9066
9067 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9068
9069         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9070         docstring.
9071
9072 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9073
9074         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9075
9076 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9077
9078         * wl-highlight.el (wl-highlight-headers): Remove
9079         `wl-highlight-x-face-func' argument (`beg' and `end').
9080
9081 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * wl-summary.el (wl-summary-mark-as-important):
9084         Remove cache if folder is local.
9085
9086 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9087
9088         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9089         to get existing e-mail address string.
9090
9091 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9092
9093         * wl-version.el (wl-generate-user-agent-string): Commentary.
9094         (wl-generate-user-agent-string-1): Use `when' for
9095         one-branch conditional statement, instead of `and' and `if'.
9096         (wl-extended-emacs-version, wl-extended-emacs-version2,
9097         wl-extended-emacs-version3): Ditto.
9098
9099 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9100
9101         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9102         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9103         condition-case; Remove initialization.
9104         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9105         (wl-summary-sync-update3): Added argument `sync-all';
9106         Eliminated local variable `msgdb';
9107         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9108         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9109         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9110
9111 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9112
9113         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9114         connection before call `wl-draft-send-mail-with-smtp'.
9115
9116 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * Version number is increased to 2.5.4.
9119
9120 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9121
9122         * wl.el (wl-check-environment): Additional check for
9123         'wl-local-domain' and `wl-message-id-domain'.
9124
9125 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9128         buffer as command specific.
9129         (wl-folder-mark-as-read-all-entity): Ditto.
9130         (wl-folder-prefetch-entity): Ditto.
9131         (wl-folder-drop-unsync-entity): Ditto.
9132
9133         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9134         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9135         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9136
9137         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9138         save-excursion.
9139
9140 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * Version number is increased to 2.5.3.
9143
9144         * wl-summary.el (wl-summary-save-view-cache):
9145         Delete duplicated `write-region';
9146         Use `write-region-as-binary' instead of `as-binary-output-file' and
9147         `write-region'.
9148
9149 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9150
9151         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9152
9153 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9154
9155         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9156         instead of `smtp-via-smtp'.
9157
9158 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9159
9160         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9161
9162 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9163
9164         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9165         instead of `smtp-sasl-user-realm'.
9166
9167 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9168
9169         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9170
9171 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9172
9173         * Version number is increased to 2.5.2.
9174
9175 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9178         does not exist.
9179         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9180         (wl-biff-start): Call `timer-activate' if timer already exists.
9181
9182         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9183         only when it is bound as function.
9184
9185 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * Version number is increased to 2.5.1.
9188
9189 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9192         Print refile/copy destination.
9193
9194 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9195
9196         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9197         queue-flush-only is non-nil.
9198
9199         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9200
9201         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9202         checking cache folder.
9203
9204 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9205
9206         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9207         `regexp-quote'.
9208
9209 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9212         function.
9213         * wl-summary.el (wl-summary-write-current-folder-functions):
9214         Change default value.  Use it.
9215
9216 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9217
9218         * Version number is increased to 2.5.0.
9219
9220         * wl-version.el (wl-version): Changed codename.
9221
9222 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9223
9224         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9225         (wl-summary-supersedes-message): Ditto.
9226
9227 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9228
9229         * wl-refile.el (wl-refile-guess-functions): Renamed from
9230         `wl-refile-guess-func-list'.
9231
9232 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9233
9234         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9235         Fixed problem when no rule was matched.
9236
9237 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9238
9239         * wl-summary.el (wl-summary-get-mark): Fixed
9240         `wl-summary-buffer-target-mark' check logic.
9241
9242 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9243
9244         * wl-folder.el (wl-folder-write-current-folder): Added group
9245         folder check.
9246
9247         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9248         `wl-summary-write-current-newsgroup'.
9249         (wl-summary-write-current-folder-functions): New variable.
9250         * wl-folder.el (wl-folder-get-newsgroups): New function.
9251         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9252         (wl-folder-write-current-folder): Renamed from
9253         `wl-folder-write-current-newsgroup'.
9254
9255 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9256
9257         * Version number is increased to 2.3.93.
9258
9259 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9260
9261         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9262         (wl-ldap-make-matched-value-list): Ditto.
9263         (wl-ldap-alias-safe-string): Split e-mail address.
9264
9265         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9266         petname folder default was selected.
9267         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9268         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9269
9270 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9271
9272         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9273         to `wl-draft-config-exec'.
9274
9275         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9276         instead of calling `wl-draft-config-exec';
9277         Process group-list and show recipients in minibuffer.
9278
9279         * tm-wl.el (wl-draft-preview-message): Ditto.
9280
9281 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9282
9283         * wl.el (toplevel): Added (C) to copyright notice, and
9284         sync Author header.
9285         * tm-wl.el (toplevel): Ditto.
9286         * wl-address.el (toplevel): Ditto.
9287         * wl-demo.el (toplevel): Ditto.
9288         * wl-dnd.el (toplevel): Ditto.
9289         * wl-draft.el (toplevel): Ditto.
9290         * wl-e21.el (toplevel): Ditto.
9291         * wl-expire.el (toplevel): Ditto.
9292         * wl-folder.el (toplevel): Ditto.
9293         * wl-highlight.el (toplevel): Ditto.
9294         * wl-message.el (toplevel): Ditto.
9295         * wl-mime.el (toplevel): Ditto.
9296         * wl-mule.el (toplevel): Ditto.
9297         * wl-nemacs.el (toplevel): Ditto.
9298         * wl-refile.el (toplevel): Ditto.
9299         * wl-score.el (toplevel): Ditto.
9300         * wl-summary.el (toplevel): Ditto.
9301         * wl-template.el (toplevel): Ditto.
9302         * wl-thread.el (toplevel): Ditto.
9303         * wl-util.el (toplevel): Ditto.
9304         * wl-vars.el (toplevel): Ditto.
9305         * wl-xmas.el (toplevel): Ditto.
9306
9307 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9308
9309         * wl.el (wl-init): Added comment about `wl-init-hook'.
9310         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9311         * wl-vars.el (wl-init-hook): Added docs.
9312         (wl-make-plugged-hook): Removed useless docs.
9313         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9314         * wl-xmas.el (toplevel): Ditto.
9315
9316 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9317
9318         * wl-address.el (toplevel): Fixed multiple Author header format.
9319         * wl-demo.el (toplevel): Ditto.
9320         * wl-draft.el (toplevel): Ditto.
9321         * wl-folder.el (toplevel): Ditto.
9322         * wl-summary.el (toplevel): Ditto.
9323         * wl-thread.el (toplevel): Ditto.
9324         * wl-util.el (toplevel): Ditto.
9325         * wl-vars.el (toplevel): Ditto.
9326         * wl-version.el (toplevel): Ditto.
9327         * wl-xmas.el (toplevel): Ditto.
9328         * wl.el (toplevel): Ditto.
9329
9330         * wl-version.el (toplevel): Added require `elmo-version' for
9331         `product-version-as-string'.
9332
9333 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-vars.el (wl-draft-send-hook): Changed default value to
9336         '(wl-draft-config-exec).
9337
9338         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9339         explicitly.
9340         (wl-draft): Set `wl-draft-config-exec-flag' before running
9341         `wl-mail-setup-hook'.
9342
9343         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9344         `wl-biff-init-icons' to `wl-init-hook' instead of
9345         `wl-make-plugged-hook'.
9346         (Because if `wl-draft' command is invoked at first,
9347         they are not initialized)
9348         Updated copyright notice.
9349
9350         * wl-e21.el (toplevel): Ditto;
9351
9352         * wl-demo.el (toplevel): Updated copyright notice.
9353         * wl-address.el (toplevel): Ditto.
9354         * wl-draft.el (toplevel): Ditto.
9355         * wl-version.el (toplevel): Ditto.
9356         * wl-folder.el (toplevel): Ditto.
9357         * wl-summary.el (toplevel): Ditto.
9358         * wl-thread.el (toplevel): Ditto.
9359         * wl-util.el (toplevel): Ditto.
9360         * wl-vars.el (toplevel): Ditto.
9361         * wl.el (toplevel): Ditto.
9362
9363 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * wl-highlight.el (wl-highlight-message): Fixed problem of
9366         highlighting failure which occured when the last field contains
9367         multiple lines in the draft buffer.
9368
9369         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9370         `wl-biff-start' if plugged.
9371
9372         * wl-util.el (wl-biff-check-folder): New function.
9373         (wl-biff-check-folders): Don't set session name prefix.
9374         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9375         (wl-biff-check-folder-async): Ditto.
9376
9377         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9378         in email address.
9379
9380 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9381
9382         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9383
9384         * wl-draft.el (wl-draft-strip-subject-re): New function.
9385
9386         * wl-draft.el (wl-draft-reply): Use it.
9387
9388 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9389
9390         * wl-message.el (wl-mmelmo-message-redisplay): Use
9391         `mime-display-message' instead of `wl-mime-display-message'.
9392
9393         * wl-mime.el (toplevel): Removed compatibility workaround
9394         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9395         (wl-mime-display-message): Abolished.
9396         (wl-mime-entity-read-field): Ditto.
9397         (wl-mime-combine-message/partial-pieces): Use
9398         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9399
9400 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9401
9402         * wl-template.el: Doc fixes.
9403
9404 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9405
9406         * wl-e21.el (wl-message-overload-functions): Do nothing if
9407         `current-local-map' is not available.
9408         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9409
9410 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9411
9412         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9413         representation.
9414
9415         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9416         number.
9417         (wl-fldmgr-save-folders): Don't use `format' when insert
9418         `wl-fldmgr-folders-header'.
9419
9420 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9421
9422         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9423
9424 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9425
9426         * wl-highlight.el (wl-highlight-message):
9427         Use `std11-field-end' to detect end point of the header field.
9428         Refer `wl-highlight-max-header-size'.
9429
9430         * wl-vars.el (wl-highlight-max-header-size): New variable.
9431
9432         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9433
9434         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9435         Set `for-draft' argument of wl-highlight-headers.
9436         (wl-draft): Ditto.
9437         (wl-draft-reedit): Ditto.
9438         (wl-user-agent-compose-internal): Ditto.
9439
9440 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9441
9442         * wl-message.el (wl-message-add-button): Use overlay.
9443
9444 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9445
9446         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9447
9448         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9449         problem when group-list content is nothing.
9450         (Reported by Mito <mit@nines.nec.co.jp>)
9451
9452 2000-10-18  SAITO Atsunori <sai@yedo.com>
9453
9454         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9455
9456 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9457
9458         * tm-wl.el (toplevel): Use product-provide.
9459
9460 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9461
9462         * Version number is increased to 2.3.92.
9463
9464 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9465
9466         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9467         title text, use `display' property for left margin under Emacs 21.
9468
9469         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9470         properties.
9471         (wl-plugged-init-icons): Ditto.
9472
9473 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9474
9475         * wl.el (wl-save-status, wl-init): Remove last period in
9476         "...done." message.
9477         * tm-wl.el (wl-summary-burst): Ditto.
9478         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9479         wl-summary-resume-cache-status,
9480         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9481         wl-summary-sync-update3, wl-summary-highlight-msgs,
9482         wl-summary-flush-pending-append-operations,
9483         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9484         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9485         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9486         wl-thread-open-all): Ditto.
9487         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9488         * wl-mime.el (wl-summary-burst): Ditto.
9489         * wl-highlight.el (wl-highlight-summary): Ditto.
9490         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9491         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9492         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9493         * wl-address.el (wl-local-address-init): Ditto.
9494
9495 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9496
9497         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9498         `add-text-properties'.
9499         (wl-plugged-init-icons): Ditto.
9500         (wl-folder-init-icons): Use `propertize' instead of
9501         `put-text-property'.
9502         (wl-plugged-set-folder-icon): Ditto.
9503         (wl-e21-highlight-folder-group-line): Ditto.
9504
9505 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9506
9507         * wl-version.el (wl-version-status-alist): New variable.
9508         (wl-version-status): New function.
9509
9510         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9511         "Cc" part of the case "Reply-To".
9512
9513         * wl-draft.el (wl-draft-reply): Use result of
9514         `eword-extract-address-components'.
9515
9516         * wl-demo.el (wl-demo-icon-name): New constant.
9517         (wl-logo-xpm): Use it.
9518         (wl-logo-xbm): Ditto.
9519         (wl-logo-bitmap): Ditto.
9520
9521         * Version number is increased to 2.3.91.
9522
9523 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9524
9525         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9526         (wl-extended-emacs-version, wl-extended-emacs-version2,
9527         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9528         docstring.
9529
9530         * wl-version.el (wl-generate-user-agent-string-1): New function.
9531         (wl-generate-user-agent-string): Use it.
9532
9533         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9534         `mime-edit-insert-user-agent-field'.
9535         (wl-generate-user-agent-string): Check
9536         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9537
9538         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9539         instead of `if', when verbose case.
9540
9541 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9542
9543         * wl-expire.el (wl-summary-expire): Fix.
9544
9545 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9546
9547         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9548         and `elmo-lost+found-folder' if 'wl-draft.
9549         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9550
9551 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9552
9553         * wl-expire.el (wl-summary-expire): Change messages.
9554         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9555         `deleing-info' instead of "Deleting..."
9556
9557 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9558
9559         * wl-summary.el (wl-summary-refile-subr): Fix.
9560
9561 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9562
9563         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9564         if pipe folder.
9565
9566 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9567
9568         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9569
9570 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9571
9572         * wl-expire.el (wl-expire-hide): New function.
9573         (wl-summary-expire): Add `hide'.
9574
9575 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-vars.el (wl-draft-reply-without-argument-list):
9578         Changed default value to consider `Reply-To:'.
9579         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9580
9581         * Version number is increased to 2.3.90.
9582
9583         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9584         elmo-imap4-get-session with unwind-protect.
9585         Don't cause error.
9586         (wl-summary-sync-marks): Don't check plugged nor folder type.
9587         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9588         (Always keep current buffer).
9589
9590 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9591
9592         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9593         Enclose with `save-excursion'.
9594
9595 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9596
9597         * wl-version.el (wl-version): Remove interactive.
9598
9599 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9600
9601         * wl-version.el (wl-generate-user-agent-string): Use
9602         `product-string-verbose' instead of `product-string-1'.
9603
9604 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9605
9606         * wl-vars.el (wl-draft-use-cache): New variable.
9607         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9608         if wl-draft-use-cache is non-nil.
9609
9610 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9611
9612         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9613         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9614
9615 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9616
9617         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9618         (wl-thread-msg-mark-as-unread): Ditto.
9619
9620         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9621         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9622         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9623         Don't set mark in summary if return value of `elmo-mark-as-read'
9624         is nil.
9625         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9626         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9627         instead of `wl-thread-msg-mark-as-read'.
9628         (wl-summary-mark-as-unread-region): Ditto.
9629         (wl-summary-target-mark-mark-as-read): Ditto.
9630
9631         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9632
9633 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9634
9635         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9636
9637         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9638
9639 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9640
9641         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9642         face.
9643
9644 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9645
9646         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9647         `running-xemacs'.
9648
9649 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9650
9651         * wl-version.el (toplevel): Use `product-version-as-string' for
9652         set verstion-string, if defined.
9653
9654         * wl-version.el (wl-version-show): Insert string at point, when
9655         call with argument.
9656
9657         * wl-version.el (wl-generate-user-agent-string): Use
9658         `product-string-1' instead of `wl-appname', `wl-version' and
9659         `wl-codename'.
9660
9661 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9662
9663         * wl-address.el (toplevel): Use product-provide.
9664         * wl-demo.el (toplevel): Ditto.
9665         * wl-dnd.el (toplevel): Ditto.
9666         * wl-draft.el (toplevel): Ditto.
9667         * wl-e21.el (toplevel): Ditto.
9668         * wl-expire.el (toplevel): Ditto.
9669         * wl-fldmgr.el (toplevel): Ditto.
9670         * wl-folder.el (toplevel): Ditto.
9671         * wl-highlight.el (toplevel): Ditto.
9672         * wl-message.el (toplevel): Ditto.
9673         * wl-mime.el (toplevel): Ditto.
9674         * wl-mule.el (toplevel): Ditto.
9675         * wl-nemacs.el (toplevel): Ditto.
9676         * wl-refile.el (toplevel): Ditto.
9677         * wl-score.el (toplevel): Ditto.
9678         * wl-summary.el (toplevel): Ditto.
9679         * wl-template.el (toplevel): Ditto.
9680         * wl-thread.el (toplevel): Ditto.
9681         * wl-util.el (toplevel): Ditto.
9682         * wl-vars.el (toplevel): Ditto.
9683         * wl-xmas.el (toplevel): Ditto.
9684         * wl.el (toplevel): Ditto.
9685
9686 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9687
9688         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9689         instead of product.
9690
9691         * wl-version.el (wl-version): Compile time evalution elmo-version.
9692
9693 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9694
9695         * wl-summary.el (wl-summary-sync-force-update): Append queue
9696         `mark-as-read'if unplugged.
9697
9698 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9699
9700         * wl-version.el: New file.  Use product.el.
9701         * wl.el: add (require 'wl-version).
9702         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9703         for ~/.folders header.
9704         (wl-fldmgr-folders-header): Changed.
9705         * wl-demo.el (wl-demo): Use product.el.
9706
9707         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9708         wl-version.el.
9709         * wl-util.el (wl-version, wl-version-show): Ditto.
9710
9711         * wl-util.el (wl-generate-user-agent-string,
9712         wl-extended-emacs-version, wl-extended-emacs-version2,
9713         wl-extended-emacs-version3): Move to wl-version.el.
9714         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9715         xemacs-codename, mime-edit-insert-user-agent-field,
9716         mime-edit-user-agent-value, mime-editor/version,
9717         mime-editor/codename): Compile warning killer move to
9718         wl-version.el
9719
9720 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9721
9722         * wl-summary.el (wl-summary-refile-subr): Fix.
9723
9724 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9725
9726         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9727         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9728
9729 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9730
9731         * wl.el (wl-check-environment): Check too many `@'.
9732
9733 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9734
9735         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9736
9737 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9738
9739         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9740         wl-draft-reply-myself-without-argument-list): Add variables.
9741         * wl-draft.el (wl-draft-reply): Use it.
9742
9743 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9744
9745         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9746         the 5th argument of `elmo-network-get-spec'.
9747
9748         * wl-thread.el (wl-thread-reparent-children): New inline function.
9749         (wl-thread-delete-message): Use it.
9750
9751         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9752         (wl-summary-score-update-all-lines): Don't use `dolist'.
9753
9754 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9755
9756         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9757         (require 'elmo-msgdb) for inline function.
9758
9759 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9760
9761         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9762
9763 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9764
9765         * wl-score.el (wl-score-headers): Fix for the confusing macro
9766         `elmo-kill-buffer'.
9767
9768 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9769
9770         * wl-summary.el: Don't use the 3rd argument of `require' because
9771         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9772         * wl-util.el: Ditto.
9773         * wl-draft.el: Ditto.
9774
9775 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9776
9777         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9778         window system is not used.
9779
9780 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9781
9782         * wl-thread.el: Don't use `mapcar' only for iteration.
9783         (wl-thread-resume-entity): Ditto.
9784         (wl-thread-delete-message): Ditto.
9785
9786         * wl-summary.el: Bind `dragdrop-drop-functions',
9787         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9788         of `require' for `timezone', `easymenu' and `ps-print';
9789         don't use `mapcar' only for iteration.
9790
9791         * wl-util.el: Bind `mule-version', `nemacs-version',
9792         `emacs-beta-version', `xemacs-codename',
9793         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9794         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9795         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9796         only for iteration.
9797
9798         * wl-score.el: Don't use `mapcar' only for iteration.
9799         (wl-score-simplify-buffer-fuzzy): Ditto.
9800         (wl-score-simplify-subject): Ditto.
9801         (wl-score-headers): Ditto.
9802         (wl-summary-score-update-all-lines): Ditto.
9803
9804         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9805         `enable-multibyte-characters' and `mule-version'.
9806
9807         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9808         `mapcar' only for iteration.
9809
9810         * wl-demo.el: Don't use `mapcar' only for iteration.
9811
9812         * wl-folder.el: Don't use `mapcar' only for iteration.
9813         (wl-folder-open-all): Ditto.
9814         (wl-folder-count-incorporates): Ditto.
9815
9816         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9817         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9818
9819         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9820         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9821         `smtp-connection-type'; specify 3rd argument of `require' for
9822         `timezone'; don't use `mapcar' only for iteration.
9823         (wl-draft-clone-local-variables): Don't use `mapcar'.
9824         (wl-draft-generate-clone-buffer): Ditto.
9825         (wl-user-agent-compose-internal): Ditto.
9826
9827         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9828
9829         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9830         (wl-save-status): Ditto.
9831
9832         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9833         for iteration.
9834
9835 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9836
9837         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9838         removed `Date'.
9839         (wl-fldmgr-make-filter-default): New user option.
9840
9841         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9842         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9843         (wl-fldmgr-filter-completion-alist): Abolish.
9844
9845         * wl.el (wl): Don't check servers if arg is non-nil.
9846
9847         * wl-draft.el (wl-draft-reply): Set only message-id string to
9848         In-Reply-To field.
9849
9850 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9851
9852         * wl-summary.el (wl-summary-pick): Rewrite.
9853
9854         * wl-draft.el (wl-draft-forward): Get references field from
9855         original buffer.
9856         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9857
9858 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9859
9860         * wl-draft.el (wl-draft-forward): Add references field.
9861
9862 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9863
9864         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9865         (wl-draft-reply): Use it.
9866
9867 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9868
9869         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9870         when Emacs 21 is running.
9871
9872         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9873         bindings.
9874
9875 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9876
9877         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9878         XPM icons transparent.
9879
9880         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9881         Emacs 21.
9882
9883 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9884
9885         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9886         nil.
9887
9888         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9889         when it is persistent.
9890         (wl-summary-sync-marks): Changed argument for
9891         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9892         (wl-summary-virtual): Use `elmo-read-search-condition'.
9893         (wl-summary-redisplay-internal): If folder is local, mark as read
9894         even when folder is plugged.
9895
9896 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9897
9898         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9899         of `tool-bar-lines' in the frame parameters.
9900         (after-make-frame-functions, post-command-hook): Don't modify the
9901         value.
9902         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9903         wl-e21-tool-bar-lines): Removed.
9904
9905 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9906
9907         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9908         properties `evaporate' and `wl-momentary-overlay' as well.
9909         (wl-highlight-summary-displaying): Ditto.
9910         (wl-delete-all-overlays): Don't delete overlay which does not have
9911         a property `wl-momentary-overlay'.
9912
9913         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9914         `display-mouse-p' and `display-graphic-p'.
9915         (wl-folder-init-icons): Don't search for XBM or the other files.
9916         (wl-plugged-set-folder-icon): Make icons if and only if
9917         `display-graphic-p' returns non-nil.
9918         (wl-highlight-plugged-current-line): Use `before-string' overlay
9919         property to show icon images.
9920         (wl-highlight-folder-current-line): Ditto.
9921         (wl-e21-highlight-folder-group-line): Ditto.
9922         (wl-e21-highlight-folder-by-numbers): Ditto.
9923         (wl-e21-insert-image): Removed.
9924         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9925         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9926         said.
9927         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9928         `wl-e21-force-switch-toolbar'.
9929         (wl-e21-make-icon-image): Removed.
9930         (wl-e21-setup-toolbar): Don't search for XBM files.
9931         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9932         the default value.
9933
9934 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9935
9936         * wl-util.el (wl-biff-check-folder-async): Set
9937         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9938
9939 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9940
9941         * wl-e21.el (after-make-frame-functions): Add
9942         `wl-e21-force-switch-toolbar'.
9943         (wl-e21-force-switch-toolbar): New function force to switch the
9944         toolbar appearance automatically.
9945         (post-command-hook): Add `wl-e21-switch-toolbar'.
9946         (wl-e21-switch-toolbar): New function to switch the toolbar
9947         appearance automatically.
9948         (wl-e21-tool-bar-lines): New buffer local variable.
9949
9950 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9951
9952         * wl-util.el (wl-biff-check-folders-running): New variable.
9953         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9954         (wl-biff-check-folder-async-callback):
9955         Set `wl-biff-check-folders-running'.
9956         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9957         with unwind-protect.
9958
9959         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9960         Enclose `wl-folder-auto-check' with unwind-protect.
9961
9962         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9963         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9964
9965         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9966
9967         * wl-util.el (wl-biff-notify): New inline function.
9968         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9969         locally.
9970         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9971         folder-list' is 1.
9972         Use `wl-biff-notify'.
9973         (wl-biff-check-folder-async-callback): New function.
9974         (wl-biff-check-folder-async): Ditto.
9975
9976         * wl-folder.el (wl-folder): Don't check folders.
9977         (wl-folder-auto-check): New function.
9978
9979 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9980
9981         * wl-util.el (wl-biff-start) [Emacs19+]:
9982         Use `timer-next-integral-multiple-of-time'.
9983         (wl-biff-check-folders): Use `wl-default-folder'
9984         if `wl-biff-check-folder-list' is nil.
9985
9986 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9987
9988         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9989         instead of `elmo-delete-lists'.
9990
9991 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9992
9993         * wl.el (wl-plugged-toggle-all): Set the value of
9994         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9995         (wl-plugged-toggle): Ditto.
9996         (wl-toggle-plugged): Ditto.
9997         (wl-plugged-init): Ditto.
9998
9999         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10000         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10001         instead of `wl-biff-state-indicator-off' and
10002         `wl-biff-state-indicator-on'; don't modify the value and the type
10003         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10004         (wl-plugged-init-icons): Set icons data to
10005         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10006         instead of `wl-plug-state-indicator-off' and
10007         `wl-plug-state-indicator-on'; don't modify the value and the type
10008         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10009
10010         * wl-vars.el (wl-modeline-biff-state-off,
10011         wl-modeline-biff-state-on, wl-modeline-biff-status,
10012         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10013         wl-modeline-plug-status): New internal variables.
10014         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10015         wl-biff-check-interval, wl-biff-check-folder-list): Change
10016         customization group from `wl-folder' to `wl-highlight'.
10017         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10018         wl-show-plug-status-on-modeline): Defcustomized.
10019
10020         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10021         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10022         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10023         a flag to `mode-line-buffer-identification'.
10024
10025         * wl-e21.el (wl-biff-init-icons): Set icons data to
10026         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10027         instead of `wl-biff-state-indicator-off' and
10028         `wl-biff-state-indicator-on'.
10029         (wl-plugged-init-icons): Set icons data to
10030         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10031         instead of `wl-plug-state-indicator-off' and
10032         `wl-plug-state-indicator-on'.
10033
10034 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10035
10036         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10037         excessive titles.
10038
10039 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10040
10041         * wl.el (wl-plugged-mode): Use revised
10042         `wl-mode-line-buffer-identification'.
10043         (wl-plugged-init): Don't use `force-mode-line-update'.
10044
10045         * wl-xmas.el (wl-draft-overload-functions): Use revised
10046         `wl-mode-line-buffer-identification'.
10047         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10048         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10049         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10050         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10051         `wl-make-plugged-hook';
10052         add `wl-folder-init-icons' and `wl-setup-folder' to
10053         `wl-folder-mode-hook'.
10054
10055         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10056         19 as well.
10057         (wl-mode-line-display-priority-list): New user option.
10058         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10059         Defcustomized.
10060         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10061         Add docs.
10062
10063         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10064         start.
10065         (wl-mode-line-buffer-identification): Revised as a function.
10066
10067         * wl-summary.el (wl-summary-mode): Use revised
10068         `wl-mode-line-buffer-identification'; don't call
10069         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10070         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10071         `wl-xmas-setup-summary'.
10072
10073         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10074         `wl-mode-line-buffer-identification'.
10075
10076         * wl-mule.el (wl-draft-overload-functions): Use revised
10077         `wl-mode-line-buffer-identification'.
10078
10079         * wl-folder.el (wl-make-plugged-alist): Don't call
10080         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10081         (wl-folder): Don't call `wl-folder-init-icons' directly.
10082         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10083         `wl-xmas-setup-folder' directly;
10084         use revised `wl-mode-line-buffer-identification'.
10085         (TopLevel): Don't bind `wl-biff-init-icons',
10086         `wl-plugged-init-icons', `wl-folder-init-icons',
10087         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10088
10089         * wl-e21.el (wl-draft-overload-functions): Use revised
10090         `wl-mode-line-buffer-identification'.
10091         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10092         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10093         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10094         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10095         `wl-make-plugged-hook';
10096         add `wl-folder-init-icons' and `wl-setup-folder' to
10097         `wl-folder-mode-hook'.
10098
10099 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10100             Katsumi Yamaoka    <yamaoka@jpl.org>
10101
10102         * wl.el (wl): Call `wl-biff-start'.
10103         (wl-exit): Call `wl-biff-stop'.
10104         (wl-plugged-mode): Show biff in modeline.
10105         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10106
10107         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10108         (wl-biff-init-icons): New function.
10109         (wl-plugged-init-icons): Don't make too much keymaps.
10110         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10111
10112         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10113         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10114         variables.
10115         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10116         options.
10117
10118         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10119         wl-biff-start, wl-biff-stop): New functions.
10120         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10121         (wl-biff-timer-name): New variable.
10122
10123         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10124
10125         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10126         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10127
10128         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10129         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10130
10131         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10132         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10133         `wl-folder-init-icons' to `ignore' if they are not available.
10134         (wl-folder-mode): Show biff in modeline.
10135
10136         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10137         (wl-biff-init-icons): New function.
10138         (wl-plugged-init-icons): Don't make too much keymaps.
10139         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10140
10141 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10142
10143         * wl-vars.el (wl-strict-diff-folders): Customization Type
10144         and doc fix.  Define as a list of regular expressions for
10145         folders or nil.
10146         * wl-folder.el (wl-folder-check-one-entity): Use
10147         `wl-string-match-member' instead of `wl-string-member' for
10148         `wl-strict-diff-folders'.
10149
10150 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10151
10152         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10153         (wl-highlight-folder-current-line): Use it; new implementation.
10154         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10155         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10156         `defsubst' instead of `defun'.
10157
10158         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10159         `wl-highlight-group-folder-by-numbers'; made it can also be a
10160         number.  See info for more details.
10161
10162         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10163         running.
10164
10165         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10166         to bind them.
10167
10168         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10169         (wl-highlight-folder-current-line): New implementation.
10170
10171         * wl-highlight.el (wl-highlight-folder-group-line): New
10172         implementation.
10173         (wl-delete-all-overlays): Rewrite as a marco.
10174         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10175
10176         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10177         running.
10178         (wl-folder-*-glyph): No need to bind them.
10179
10180         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10181         `wl-e21-highlight-folder-group-icon'; rewrite.
10182         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10183         `defsubst' instead of `defun'.
10184         (wl-folder-mode-map): Bind it when compiling.
10185
10186 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10187
10188         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10189
10190         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10191
10192 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10193
10194         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10195
10196 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10197
10198         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10199         (wl-highlight-folder-current-line): Use it.
10200
10201         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10202         in `id-name'.
10203
10204 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10205
10206         * wl.el: Require `wl-e21' when Emacs 21 is running.
10207
10208         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10209         default when Emacs 21 is running.
10210         (wl-use-highlight-mouse-line): Ditto.
10211         (wl-on-emacs21): New constant.
10212         (wl-on-emacs20): Removed.
10213
10214         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10215         Emacs 21 is running.
10216
10217         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10218         Emacs 21 is running.
10219
10220         * wl-e21.el: New file.
10221
10222 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10223
10224         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10225         (wl-toggle-plugged): Ditto.
10226         (wl-plugged-toggle): Ditto.
10227         (wl-plugged-toggle-all): Ditto.
10228
10229         * wl-vars.el (wl-plug-state-indicator): Refer
10230         `wl-plug-state-indicator-on' indirectly.
10231
10232 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10233
10234         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10235         Call `wl-folder-confirm-existence'.
10236
10237         * wl-folder.el (wl-folder-confirm-existence): Added optional
10238         argument `force'.
10239
10240 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10241
10242         * wl-summary.el (wl-summary-refile-subr): Assume
10243         `copy-or-refile' as symbol.
10244         (wl-summary-refile): Follow up above change.
10245         (wl-summary-copy): Ditto.  Doc fix.
10246
10247 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10248
10249         * wl-summary.el (wl-summary-pick): Don't bind
10250         `elmo-search-mime-charset'.
10251
10252         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10253         default using old backquote style.
10254         (wl-search-mime-charset): Abolished.
10255
10256         * wl-highlight.el (wl-highlight-headers):
10257         Call `point' after `re-search-forward'(for Nemacs).
10258
10259         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10260         for elmo-imap4.el.
10261
10262 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10263
10264         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10265         `wl-message-ignored-field-list' instead of
10266         `mime-view-ignored-field-list'.
10267
10268         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10269         Add interactive spec.
10270         (wl-folder-goto-bottom-of-current-folder): Ditto.
10271         (wl-folder-mode-map): Bind them.
10272
10273         * wl-vars.el (wl-message-ignored-field-list): New variable.
10274         (wl-message-visible-field-list): New variable.
10275
10276         * wl-mime.el (wl-mime-header-presentation-method): New function.
10277         (wl-mime-setup): Set header-presentation-method.
10278
10279 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10280
10281         * wl-nemacs.el (wl-draft-overload-functions): Set
10282         `mode-line-buffer-identification' instead of using
10283         `wl-make-modeline'.
10284
10285         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10286         instead of using `wl-make-modeline'.
10287
10288         * wl-xmas.el (wl-plugged-init-icons): Set up
10289         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10290         (wl-make-modeline): Abolish.
10291         (wl-draft-overload-functions): Set
10292         `mode-line-buffer-identification' instead of using
10293         `wl-make-modeline'.
10294
10295         * wl-util.el (wl-make-modeline-subr): Abolish.
10296         (wl-mode-line-buffer-identification): New alias.
10297
10298         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10299         (wl-summary-make-modeline): Abolish.
10300         (wl-summary-buffer-set-folder): Set
10301         `wl-summary-buffer-folder-indicator'.
10302         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10303         of using `wl-make-modeline'.
10304         (wl-summary-switch-to-clone-buffer): Don't set
10305         `mode-line-buffer-identification'.
10306         (wl-summary-goto-folder-subr): Ditto.
10307
10308         * wl-mule.el (wl-draft-overload-functions): Set
10309         `mode-line-buffer-identification' instead of using
10310         `wl-make-modeline'.
10311
10312         * wl-folder.el (wl-folder-mode): Set
10313         `mode-line-buffer-identification' instead of using
10314         `wl-make-modeline'.
10315         (wl-folder): Don't set `mode-line-buffer-identification'.
10316
10317 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10318
10319         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10320         instead of `member' for `wl-refile-guess-func-list' look-ups.
10321         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10322
10323 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10324
10325         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10326         `wl-message-button-dispatcher'.
10327
10328         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10329
10330         * wl-message.el (wl-message-button-dispatcher): Use it.
10331
10332         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10333         "In-Reply-To".
10334
10335         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10336         Bind `case-fold-search' to t.
10337
10338 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10339
10340         * wl-xmas.el (wl-message-overload-functions): Initialize
10341         `wl-message-button-map'.
10342
10343         * wl-mule.el (wl-message-overload-functions): Initialize
10344         `wl-message-button-map'.
10345
10346         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10347
10348         * wl-message.el (wl-message-button-map): New keymap.
10349         (wl-message-add-button): New function.
10350         (wl-message-button-dispatcher): New function.
10351         (wl-message-button-refer-article): New function.
10352
10353         * wl-highlight.el
10354         (wl-highlight-message-add-buttons-to-header): New function.
10355         (wl-highlight-headers): Use it.
10356
10357 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10358
10359         * wl-summary.el (wl-summary-default-from): Use
10360         `wl-address-get-petname-1'.
10361         (wl-summary-simple-from): Ditto.
10362
10363         * wl-address.el (wl-address-get-petname-1): New inline function.
10364         (wl-address-get-petname): Use it.
10365
10366 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10367
10368         * wl-summary.el (wl-summary-default-from): Return full-name part
10369         from the address if no petname was found.
10370         (wl-summary-simple-from): Ditto.
10371
10372         * wl-address.el (wl-address-get-petname): Return nil if no petname
10373         associated with the address was found.
10374
10375 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10376
10377         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10378         display is finished.
10379
10380 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10381
10382         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10383         `elmo-folder-exists-p' argument.
10384
10385 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10386
10387         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10388         the folder.
10389
10390 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10391
10392         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10393
10394         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10395         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10396
10397 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10398
10399         * wl-folder.el (wl-folder-create-subr): New function.
10400         (wl-folder-confirm-existence): Use it.
10401         (wl-folder-check-one-entity): Use it.
10402         Check the error symbol is derived from 'elmo-open-error.
10403
10404         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10405         `ignore-error'.
10406
10407 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10408
10409         * wl-util.el (toplevel): Add (eval-when-compile (require
10410         'elmo-util)).  (Maybe `provide' is typo.)
10411
10412 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10413
10414         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10415         (I don't know why this was needed.)
10416
10417         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10418         Follow up changes for stream-type.
10419
10420         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10421         (wl-draft-elmo-nntp-send): Ditto.
10422
10423         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10424         (wl-nntp-posting-stream-type): Ditto.
10425         (wl-pop-before-smtp-ssl): Abolished.
10426         (wl-nntp-posting-ssl): Ditto.
10427
10428         * wl-address.el (wl-address-quote-specials): New function.
10429         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10430
10431         * wl-draft.el (wl-draft-reply): Ditto.
10432
10433 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10434
10435         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10436         use function `wl-string-match-assoc'.
10437
10438 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10439
10440         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10441
10442         * wl-draft.el (wl-draft-deduce-address-list): New function.
10443         (wl-draft-parse-mailbox-list): Ditto.
10444         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10445         instead of `smtp-deduce-address-list'.
10446         (wl-draft-on-field-p): Follow group list.
10447
10448         * wl-address.el (wl-address-concat-token): New function.
10449         (wl-address-string-without-group-list-contents): Ditto.
10450         (wl-complete-field-body): Fixed problem of completion
10451         by japanese petname.
10452         (wl-address-make-completion-list): Rewrite.
10453
10454 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10455
10456         * wl-address.el (wl-address-make-completion-list): Completion by
10457         petname.
10458         (wl-complete-field-body): Likewise.
10459
10460 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10461
10462         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10463         contains invalid address syntax.
10464
10465 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10466
10467         * wl-folder.el (wl-folder-check-entity-async): Use
10468         `elmo-nntp-spec-hostname'.
10469
10470 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10471
10472         * wl-summary.el (wl-summary-msgdb-load-async): Use
10473         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10474
10475 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10476
10477         * wl-draft.el (wl-draft-reply): Set argument
10478         `content-transfer-encoding' as nil.
10479
10480 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10481
10482         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10483         `wl-refile-alist'.
10484
10485 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10486
10487         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10488         (wl-draft-edit-string): Ditto.
10489         (wl-draft-forward): Ditto.
10490         * wl-summary.el (wl-summary-write): Ditto.
10491
10492 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10493
10494         * wl-summary.el (wl-summary-sync-update3): Call
10495         `wl-summary-buffer-number-column-detect'.
10496         (wl-summary-buffer-number-column-detect): Search from point-min.
10497
10498 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10499
10500         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10501         contains an address which is not included in original to or cc.
10502
10503 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10504
10505         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10506         begin-line does not exist.
10507         * wl-message.el (wl-message-uu-substring): Ditto.
10508
10509 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10510
10511         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10512         clear local variables.
10513         (wl-summary-exit): Call `elmo-commit'.
10514         (wl-summary-switch-to-clone-buffer): Call
10515         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10516         (wl-summary-goto-folder-subr): Ditto.
10517
10518         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10519         POP folder.
10520
10521 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10522
10523         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10524         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10525         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10526         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10527         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10528         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10529
10530         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10531
10532 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10533
10534         * wl-summary.el (wl-summary-search-by-subject):
10535         Search parent message from the latest one.
10536
10537 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10538
10539         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10540         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10541
10542         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10543         New user option.
10544
10545         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10546         if elmo-nntp-use-killed-list is nil.
10547         Use `elmo-msgdb-append-to-killed-list'.
10548         (Append numbers confirmed as disappeared to the killed list.)
10549         (wl-summary-confirm-appends): Don't display negative number.
10550
10551 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10552
10553         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10554
10555 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10556
10557         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10558         range is `all'.
10559         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10560         `elmo-list-bigger-diff'.
10561
10562 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10563
10564         * wl-summary.el (wl-summary-buffer-exit-func):
10565         New buffer local variable.
10566         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10567
10568 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10569
10570         * wl-demo.el (wl-demo): Fix the last change.
10571
10572 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10573
10574         * wl-demo.el (wl-demo): Don't use `eval'.
10575
10576 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10577
10578         * wl-summary.el (wl-summary-buffer-thread-modified):
10579         New buffer-local variable.
10580         (wl-summary-set-thread-modified): New function.
10581         (wl-summary-thread-modified-p): New function.
10582         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10583         (wl-summary-yank-saved-message): Use function
10584         `wl-summary-set-thread-modified'
10585         (wl-summary-switch-to-clone-buffer): Add
10586         `wl-summary-buffer-thread-modified'.
10587
10588         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10589         (wl-summary-buffer-mark-saved-hook): Ditto.
10590         * wl-summary.el (wl-summary-msgdb-save): New hook
10591         `wl-summary-buffer-message-saved-hook' and
10592         `wl-summary-buffer-mark-saved-hook'.
10593
10594 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10595
10596         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10597
10598 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10599
10600         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10601         don't hide scroll bars under FSF Emacsen because it may incur an
10602         undesirable redrawing.
10603
10604 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10605
10606         * wl-draft.el (wl-draft-edit-string): Call
10607         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10608
10609 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10610
10611         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10612
10613 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10614
10615         * wl-summary.el (wl-summary-msgdb-load-async): Call
10616         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10617
10618 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10619
10620         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10621         fringes in demo buffer; center bitmap logo correctly even if old
10622         Mule is used.
10623
10624 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10625
10626         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10627
10628         * wl-refile.el (wl-refile-subject-alist): New variable.
10629         (wl-refile-subject-alist-file-name): Ditto.
10630         (wl-refile-alist-setup): Rewrite.
10631         (wl-refile-alist-save): Use `elmo-object-save'.
10632         Eliminated arguments.
10633         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10634         (wl-refile-guess-by-subject): New function.
10635         (wl-refile-guess-func-list): Added it.
10636
10637 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10638
10639         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10640         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10641
10642 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10643
10644         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10645         New buffer-local variable.
10646         (wl-summary-buffer-next-folder-func): Ditto.
10647         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10648         if non-nil.
10649         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10650         if non-nil.
10651         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10652         if non-nil.
10653         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10654         if non-nil.
10655
10656 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10657
10658         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10659         permanently in the demo buffer.
10660
10661 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10662
10663         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10664         `mime-entity-fetch-field'.
10665
10666         * wl.el (wl-exit): Delete plugged buffer.
10667
10668         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10669         XEmacs has menubar feature.
10670
10671 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10672
10673         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10674         cannot arrive at the beginning of the buffer under old Emacsen.
10675
10676 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10677
10678         * wl-address.el (wl-address-ldap-search):
10679         Call `ldap-search-entries' with `withdn' argument t.
10680         (wl-complete-field-body): Bind completion-ignore-case as t.
10681         Clear ldap search hash when it was sole completion.
10682         Use elmo-string for pattern string.
10683         (wl-ldap-alias-safe-string): Eliminated needless let.
10684
10685 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10686
10687         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10688         (wl-ldap-alias-sep): New constant.
10689         (wl-ldap-search-attribute-type-list): Ditto.
10690         (wl-ldap-get-value): New function.
10691         (wl-ldap-make-filter): Ditto.
10692         (wl-ldap-make-matched-value-list): Ditto.
10693         (wl-ldap-alias-safe-string): Ditto.
10694         (wl-ldap-register-dn-string): Ditto.
10695         (wl-address-ldap-search): Rewrite.
10696
10697 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10698
10699         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10700         thread is deleted.
10701         (wl-thread-delete-line-from-buffer): Ditto.
10702         (wl-thread-get-exist-children): New function.
10703
10704 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10705
10706         * wl-demo.el (wl-demo): Made it to select various image types.
10707         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10708         from `wl-title-logo'.
10709         (wl-logo-ascii): New variable.
10710         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10711         (wl-demo-copyright-notice): New constant.
10712
10713         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10714
10715 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10716
10717         * wl-vars.el (wl-summary-target-above): Renamed from
10718         wl-summary-temp-above.
10719         * wl-score.el (wl-score-get-score-alist): Use it.
10720         (wl-summary-score-update-all-lines): Use it.
10721         * wl-summary.el: Ditto. (make-variable-buffer-local).
10722
10723 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10724
10725         * wl-vars.el (wl-ldap-port): New user option.
10726
10727         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10728         Rewite whole implementation.
10729         (wl-complete-field-body): Fixed.
10730
10731 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10732
10733         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10734         Choose implementation at compile time.
10735
10736 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10737
10738         * wl-address.el (wl-ldap-search-internal): New function.
10739         (wl-complete-field-to): Use it.
10740
10741 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10742
10743         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10744         Use `let' instead of `let*'.
10745         Require 'wl-vars.
10746
10747         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10748         Define as defcustom.
10749         (wl-ldap-base): Ditto.
10750         (wl-use-ldap): Ditto.
10751
10752 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10753
10754         * wl-address.el (wl-ldap-search): New function.
10755         (wl-complete-field-body): Use `wl-ldap-search'.
10756         (wl-ldap-server): New variable.
10757         (wl-ldap-base): Ditto.
10758         (wl-use-ldap): Ditto.
10759
10760 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10761
10762         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10763         (Pointed out by Mito <mit@nines.nec.co.jp>).
10764         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10765         buffer-local variables like `wl-summary-redisplay-internal'.
10766         (wl-summary-redisplay-all-header): Likewise.  Update
10767         Summary view too.
10768
10769 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10770
10771         * wl-summary.el (wl-summary-jump-to-parent-message):
10772         Consider prefix argument.
10773
10774         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10775         when closed thread is deleted.
10776
10777 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10778
10779         * wl-summary.el (wl-summary-jump-to-parent-message):
10780         Consider thread modification.
10781
10782 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10783
10784         * wl-message.el (wl-message-normal-get-original-buffer): Use
10785         `save-excursion'.
10786
10787         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10788         (wl-summary-showto-folder-regexp): Ditto.
10789
10790 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10791
10792         * wl-util.el (wl-delete-alist): Doc fix.
10793         (wl-delete-associations): New function.
10794         (wl-inverse-alist): New function.
10795         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10796         Split temporary variables. Use `wl-delete-associations'
10797         and `wl-inverse-alist'.
10798         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10799
10800 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10801
10802         * wl-folder.el (wl-folder-prefetch-entity):
10803         Execute prefetching if new count is unknown.
10804
10805 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10806
10807         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10808
10809         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10810         delete entity.
10811         (wl-thread-set-parent): If insert as top, set linked as nil.
10812
10813         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10814         `wl-thread-cleanup-symbols' when view mode is thread.
10815
10816 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10817
10818         * wl-folder.el (wl-folder-create-folder-entity): Use
10819         with-current-buffer.
10820         (wl-local-folder-init): Call set-buffer to make sure we are in
10821         the Folder buffer. Don't touch buffer-local variables here.
10822         (wl-folder-mode): Initialize buffer-local variables here.
10823
10824         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10825         (wl-folder-entity-assign-id): Ditto.
10826         (wl-folder-create-entity-hashtb): Ditto.
10827         (wl-local-folder-init): Ditto.
10828         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10829
10830 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10831
10832         * wl-summary.el (wl-summary-default-from): Fix probrem when
10833         std11-extract-address-components return (nil "foo@bar").
10834
10835 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10836
10837         * wl-draft.el (wl-draft-clone-local-variables):
10838         Remove redundant `setq'.
10839
10840 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10841
10842         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10843         Bind wl-highlight-x-face-func as nil while highlighting header.
10844
10845 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10846
10847         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10848
10849 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10850
10851         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10852         elmo-msgdb-overview-hashtb from copy-variables.
10853         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10854         instead of `elmo-msgdb-overview-get-entity-by-number'.
10855         (wl-summary-auto-refile): Ditto.
10856
10857         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10858         `elmo-msgdb-overview-get-entity' instead of
10859         `elmo-msgdb-search-overview-entity'.  Use
10860         `elmo-msgdb-overview-get-entity' instead of
10861         `elmo-msgdb-overview-get-entity-by-number'.
10862         (wl-thread-insert-entity-sub): Ditto.
10863         (wl-thread-insert-message): Ditto.
10864
10865         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10866         `elmo-msgdb-overview-get-entity'.
10867         (wl-normal-message-redisplay): Ditto.
10868
10869 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10870
10871         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10872         `wl-thread-entities'.
10873         (wl-thread-delete-message): Fix remove top message from
10874         `wl-thread-entity-list'.
10875
10876         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10877         wl-append(nconc), because update-list is broken on Meadow.
10878
10879         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10880         updating process.
10881         (wl-summary-rescan): Ditto.
10882         (wl-summary-sync-update3): Ditto.
10883         * wl-thread.el (wl-thread-set-parent): Renamed from
10884         `wl-summary-set-parent'.
10885         (wl-thread-insert-message): Updating buffer faster.
10886         (wl-thread-delete-message): Updating buffer faster.
10887
10888         * wl-score.el (wl-summary-score-update-all-lines): Changed
10889         interval for display progress gauge.
10890
10891 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10892
10893         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10894         folder always-sticky.
10895         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10896         defmacro.
10897
10898 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10899
10900         * wl-vars.el (wl-draft-add-references): New user option.
10901
10902         * wl-draft.el (wl-draft-add-references): New function.
10903         (wl-draft-yank-from-mail-reply-buffer): Use it.
10904         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10905         as nil.
10906
10907 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10908
10909         * wl-thread.el (wl-thread-update-line-msgs): Called
10910         `wl-thread-update-line-on-buffer-sub'.
10911         (wl-thread-update-line-on-buffer): Delete routine of inserting
10912         thread.
10913         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10914         moved from `wl-thread-update-line-on-buffer'.
10915         Add threshold for displaying progress gauge.
10916         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10917         argument of `wl-thread-update-line-msgs'.
10918         Add threshold for displaying progress gauge.
10919         * wl-folder.el:
10920         Add threshold for displaying progress gauge.
10921         * wl-score.el: Ditto.
10922
10923         * wl-expire.el (wl-summary-expire): Display deleting info.
10924
10925 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10926
10927         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10928         `no-msg'.
10929         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10930         argument of `wl-thread-update-line-msgs'.
10931         (wl-summary-set-parent): Added optional argument `parent-number'.
10932         (wl-summary-buffer-saved-message): New buffer local variable.
10933         (wl-summary-save-current-message): New command.
10934         (wl-summary-yank-saved-message): Ditto.
10935         (wl-summary-mode-map): Added key binding for
10936         `wl-summary-save-current-message' (\ew) and
10937         `wl-summary-yank-saved-message' (\C-y).
10938         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10939
10940 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10941
10942         * wl-summary.el (wl-summary-mode-map): Added key binding for
10943         `wl-summary-set-parent' (ts).
10944
10945 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10946
10947         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10948         subject faster. If thread number is reverse, delayed updating
10949         thread.
10950         (wl-summary-search-by-subject): Ditto.
10951         (wl-summary-put-alike): Ditto.
10952         (wl-summary-get-alike): Ditto.
10953         (wl-summary-insert-headers): Insert header of all overview in
10954         buffer.
10955         (wl-summary-rescan): Delayed updating thread. Kill search subject
10956         buffer for wl-summary-search-by-subject.
10957         (wl-summary-sync-update3): Ditto.
10958         (wl-summary-exit): Ditto.
10959         (wl-summary-goto-bottom-of-current-thread): Change for linked
10960         thread.
10961         (wl-summary-overview-create-summary-line): Change line for linked
10962         thread.
10963
10964         * wl-summary.el (wl-summary-update-thread): Use
10965         wl-thread-maybe-get-children-num.
10966         (wl-summary-set-parent): If change parent, move sub thread.
10967         (wl-summary-redisplay-internal): Add horizontal recenter.
10968         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10969
10970         * wl-thread.el (wl-thread-entity-get-linked): New function.
10971         (wl-thread-entity-set-linked): New function.
10972         (wl-thread-create-entity): Add linked element.
10973         (wl-thread-entity-insert-as-top): Use wl-append.
10974         (wl-thread-maybe-get-children-num): If closing thread, return
10975         children msgs.
10976         (wl-thread-update-line-msgs): Displaying progress message.
10977         (wl-thread-update-line-on-buffer-sub): Use
10978         wl-thread-maybe-get-children-num.
10979         (wl-thread-update-line-on-buffer): If update line is not exists,
10980         insert thread.
10981         (wl-thread-delete-message): If delete top msg of thread, search
10982         parent by subject.
10983         (wl-thread-insert-entity): Use
10984         wl-thread-maybe-get-children-num.
10985
10986         * wl-highlight.el (wl-highlight-summary-current-line): change
10987         sregexp for linked thread.
10988         * wl-util.el (wl-count-lines): Count lines.
10989         (wl-horizontal-recenter): horizontal recenter.
10990         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10991         (wl-score-get-alike): Ditto.
10992         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10993         (wl-subject-length-limit): New variable.
10994         (wl-highlight-thread-indent-string-regexp): Changed for linked
10995         thread.
10996
10997 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10998
10999         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11000         New variable (revival).
11001         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11002         by subject matching if there's no in-reply-to nor references field
11003         (revival).
11004
11005 \f
11006 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11007
11008         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11009         message.
11010
11011 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11012
11013         * wl-summary.el (wl-summary-reply): Return t if there was a
11014         message at cursor point.
11015         Added unwind-protect.
11016         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11017         returns t.
11018         (wl-summary-cancel-message): Do nothing when there's no message at
11019         cursor point.
11020         (wl-summary-forward): Ditto.
11021         (wl-summary-jump-to-parent-message): Ditto.
11022         (wl-summary-reedit): Ditto.
11023         (wl-summary-edit-addresses): Ditto.
11024         (wl-summary-pipe-message): Ditto.
11025         (wl-summary-print-message-with-ps-print): Ditto.
11026         (wl-summary-print-message): Ditto.
11027         (wl-summary-mark-as-important): Ditto.
11028         (wl-summary-mark-as-unread): Ditto.
11029
11030         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11031         message at cursor point.
11032         (wl-summary-reply-with-citation): Remove unwind-protect.
11033
11034         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11035         subject searching feature.
11036         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11037         Eliminated.
11038
11039 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11040
11041         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11042         New variable.
11043         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11044         by subject matching if there's no in-reply-to nor references field.
11045
11046         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11047
11048         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11049         when display is finished.
11050         (wl-folder-open-all): Ditto.
11051         (wl-folder-update-access-group): Ditto.
11052         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11053         * wl-thread.el (wl-thread-close-all): Ditto.
11054
11055         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11056         progress gauge only when it was displayed.
11057         * wl-folder.el (wl-folder-insert-entity): Ditto.
11058
11059 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11060
11061         * wl-summary.el (wl-summary-incorporate): Enclose
11062         `wl-summary-sync-force-update' with save-excursion.
11063
11064 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11065
11066         * wl-summary.el (wl-summary-prefetch-region):
11067         Pass current cursor point to `pos-visible-in-window-p' after
11068         moving cursor to the started point.
11069
11070 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11071
11072         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11073
11074         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11075         fields from the forwarding message.
11076         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11077         `ignored-fields'.
11078
11079 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11080
11081         * wl-mime.el (wl-message-request-partial):
11082         Eliminated argument `msgdb'.
11083         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11084         (wl-mime-combine-message/partial-pieces): Likewise.
11085         * tm-wl.el (wl-message-request-partial): Likewise.
11086         (wl-mime-combine-message/partial-pieces): Likewise.
11087
11088 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11089
11090         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11091         when display is finished.
11092
11093 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11094
11095         * wl-summary.el (wl-summary-goto-folder-subr):
11096         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11097
11098 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11099
11100         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11101         when cursor point is visible.
11102
11103 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11104
11105         * wl-expire.el (wl-expire-archive-get-max-number):
11106         Don't use `file-name-directory'.
11107
11108 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11109
11110         * wl-expire.el (wl-expire-archive-get-max-number):
11111         Use `file-name-directory'.
11112
11113 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11114
11115         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11116         only when there is progress.
11117
11118 2000-04-13  Mito <mit@nines.nec.co.jp>
11119
11120         * wl-summary.el (wl-summary-sync-marks): Display progress.
11121
11122 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11123
11124         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11125         (wl-summary-prev): Move cursor regardless of unread status.
11126         (wl-summary-next): Ditto.
11127
11128 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11129
11130         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11131         Added argument `target' and `number'.
11132         * tm-wl.el (wl-summary-burst-subr): New function.
11133         (wl-summary-burst): Use it.
11134
11135 2000-04-10  Mito <mit@nines.nec.co.jp>
11136
11137         * wl-mime.el (wl-burst): New function.
11138         (wl-summary-burst): Use it.
11139
11140 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11141
11142         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11143         as petname when there's no candidate.
11144
11145 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11146
11147         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11148         New variable.
11149         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11150
11151         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11152
11153         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11154
11155 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11156
11157         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11158         Use substring of `original' instead of buffer-substring.
11159         (wl-refile-evaluate-rule):
11160         Set `original' argument of wl-refile-expand-newtext.
11161
11162         * wl-summary.el
11163         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11164         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11165         (wl-summary-auto-refile): Check existence of destination folder just
11166         before marking.
11167
11168 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11169
11170         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11171         when wl-refile-get-field-value return nil.
11172
11173 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11174
11175         * wl-refile.el
11176         (wl-refile-expand-newtext): New function imported from Gnus.
11177         (wl-refile-evaluate-rule): Use it.
11178
11179 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11180
11181         * wl-summary.el (wl-summary-print-destination):
11182         Duplicate folder string to avoid putting text-property on
11183         original string.
11184
11185         * wl-refile.el (wl-refile-get-field-value): New function.
11186         (wl-refile-evaluate-rule): New function;
11187         Evaluate refile rule recursively.
11188         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11189         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11190         New function; Check existence of a target folder recursively.
11191         (wl-summary-auto-refile-check-refile-rule-alist):
11192         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11193
11194 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11195
11196         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11197
11198         * wl-folder.el (wl-create-folder-entity-from-buffer):
11199         Fixed problem when '}' character is contained in folder name.
11200
11201         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11202
11203 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11204
11205         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11206         (wl-fldmgr-add-completion-all-completions):
11207         Use wl-fldmgr-add-completion-hashtb.
11208
11209 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11210
11211         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11212         wl-fldmgr-add-completion-subr): New functions.
11213         * wl-folder.el (wl-folder-completion-func): New variable.
11214         * wl-summary.el (wl-summary-read-folder):
11215         Use wl-folder-completion-func.
11216
11217         * wl-refile.el: Eliminate throw & catch.
11218
11219         * wl.el (wl-plugged-sending-queue-status): Fixed.
11220
11221 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11222
11223         * wl-draft.el (wl-draft): Put category property on
11224         mail-header-separator.