* wl-message.el (wl-message-uu-substring): Suppress compile
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-message.el (wl-message-uu-substring): Suppress compile
4         warnings; Use `with-current-buffer' instead of `save-excursion' &
5         `set-buffer'.
6         * wl-mime.el (wl-draft-yank-current-message-entity)
7         (wl-mime-preview-follow-no-mime)
8         (wl-mime-preview-follow-current-region): Ditto.
9         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
10         (wl-summary-switch-to-clone-buffer)
11         (wl-summary-target-mark-forward)
12         (wl-summary-target-mark-reply-with-citation)
13         (wl-summary-target-mark-uudecode): Ditto.
14
15         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
16         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
17         * wl-summary.el (wl-summary-narrow-to-region)
18         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
19
20         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
21         instead of `int-to-string'.
22         * wl-dnd.el (wl-dnd-start-drag): Ditto.
23         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
24         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
25         * wl-util.el (wl-url-nntp): Ditto.
26
27         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
28         (wl-plugged-dop-queue-status): Don't quote `lambda'.
29         * wl-thread.el (wl-thread-delete-message): Ditto
30         * wl-summary.el (wl-summary-edit-addresses)
31         (wl-summary-edit-addresses-collect-candidate-fields)
32         (wl-summary-search-by-subject): Ditto.
33         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
34         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
35         (wl-fldmgr-add-completion-subr): Ditto.
36         * wl-draft.el (wl-smtp-extension-bind)
37         (wl-draft-insert-get-message, wl-draft-default-headers)
38         (wl-jump-to-draft-buffer): Ditto.
39         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
40         (wl-summary-down): Ditto.
41         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
42         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
43         * wl-folder.el (wl-folder-make-save-access-list)
44         (wl-folder-update-access-group, wl-folder-pick): Ditto.
45
46 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
47
48         * wl-draft.el (wl-draft-default-headers): Suppress warning
49         "defsubst `wl-draft-default-headers' was used before it was
50         defined"; Use `defun' instead of `defsubst'.
51
52         * wl-address.el (wl-address-header-extract-address)
53         (wl-address-header-extract-realname): Fix mail-address in
54         docstring.
55
56         * wl-expire.el (wl-expire-make-sortable-date): Macro to
57         inline-function.
58         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
59         Macro to function.
60         (wl-folder-get-entity-from-buffer): Macro to function.
61         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
62         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
63         * wl.el (wl-plugged-string): Macro to function.
64
65         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
66         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
67         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
68         Macro to function.
69
70         * wl-thread.el (wl-thread-open, wl-thread-close): Use
71         `point-at-bol', `point-at-eol'.
72
73         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
74         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
75         `(string-to-char " ")' instead of `? ', `?\ '.
76         * wl-action.el (wl-summary-print-argument): Ditto.
77         * wl-address.el (wl-complete-field-body): Ditto.
78         * wl-demo.el (wl-demo-insert-image): Ditto.
79         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
80         * wl-util.el (wl-ask-folder, wl-set-string-width)
81         (wl-y-or-n-p-with-scroll): Ditto.
82
83         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
84         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
85         verbose point move.
86
87         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
88         and `point-at-eol'.
89         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
90         Ditto.
91
92 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
93
94         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
95         `(beginning-of-line) (point)'.
96
97         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
98         (wl-fldmgr-delete-line): Change from macro to function. Use
99         `point-at-bol' and `point-at-eol'.
100
101         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
102         `function' for lambda.
103
104         * wl.el (wl-plugged-server-indent): Change from macro to function.
105
106         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
107
108         * wl-draft.el (wl-draft-config-body-goto-header)
109         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
110         macro to function.
111
112         * wl-score.el (wl-score-get-alike): Change from macro to
113         inline-function.
114
115         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
116         instead of `mapcar'. Don't use `function' for lambda.
117         (wl-read-search-condition-internal): Don't use `function' for
118         lambda.
119         (wl-kill-buffers): Change from macro to function.
120         (wl-count-lines): Change from macro to inline-function.
121
122         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
123
124         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
125
126         * wl.el (wl-plugged-change): Suppress compile warnings; Use
127         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
128         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
129         * wl-address.el (wl-complete-window-show): Ditto.
130         * wl-message.el (wl-message-select-buffer): Ditto.
131         * wl-template.el (wl-template-show): Ditto.
132         * wl-util.el (wl-collect-summary): Ditto.
133         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
134         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
135         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
136         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
137         (wl-score-edit-insert-number): Ditto.
138
139         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
140         symbol.
141
142         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
143         of `goto-line'.
144
145         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
146
147 2009-12-16  Lloyd Zusman <ljz@asfast.com>
148
149         * wl-summary.el (wl-summary-detect-mark-position): Force
150         the temporary buffer to enable the use of multibyte characters
151         within searches [wl-en:2460].
152
153 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
154
155         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
156         of `beginning-of-buffer'.
157
158 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
159
160         * wl-summary.el (wl-summary-display-raw): New function, display
161         message in raw format.
162
163 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * Version number is increased to 2.15.7.
166
167 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
168
169         * wl-summary.el (wl-summary-previous-message-number): New function.
170         (wl-summary-next-message-number): Ditto.
171         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
172         `wl-summary-next-message-number'.
173         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
174         Inline temporary variable `cur-id'.
175         (wl-summary-get-next-unread-folder): Ditto.
176         (wl-summary-get-next-folder): Ditto.
177         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
178
179 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
180
181         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
182
183 2008-09-05  Kenichi Okada  <okada@opaopa.org>
184
185         * wl-summary.el (wl-summary-buffer-folder-name)
186         (wl-draft-config-body-goto-header): Use backquote instead of quote.
187         * wl-draft.el (wl-draft-body-goto-top)
188         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
189
190 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
191
192         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
193         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
194
195 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
196
197         * wl-expire.el: Fix Comentary section.
198
199 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
200
201         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
202         Require mime-parse, elmo-mime, and wl-util.
203
204         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
205
206         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
207
208 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
209
210         * wl-template.el: Require elmo-util and wl-vars.
211
212         * wl-mime.el (wl-mime-display-header): Revert last change.
213         Remove `delete-matching-lines "^$"'.
214
215 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
216
217         * wl-mime.el (wl-define-dummy-functions): Split
218         `eval-when-compile' form for avoid error; when `make
219         compile-strict.
220
221         * wl-util.el: Move (eval-when-compile (require 'static)).
222         * wl-dnd.el: Add (eval-when-compile (require 'static)).
223         * wl-message.el: Ditto.
224
225         * wl-mime.el (wl-message-delete-current-part): Use
226         `insert-buffer-substring' instead of `insert-buffer'.
227         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
228         * wl-draft.el (wl-draft-generate-clone-buffer)
229         (wl-draft-do-mime-bcc): Ditto.
230
231         * wl-address.el: Add (eval-when-compile (require 'cl)).
232         * wl-addrmgr.el: Ditto.
233         * wl-mime.el: Ditto.
234         * wl-util.el: Ditto.
235         * wl-score.el: Ditto.
236
237 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
238
239         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
240         `string-to-int'.
241
242         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
243         `string-to-int'.
244
245         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
246         `string-to-number' instead of `string-to-int'.
247
248         * wl-summary.el (wl-summary-get-list-info)
249         (wl-summary-message-number): Use `string-to-number' instead of
250         `string-to-int'.
251
252         * wl-score.el (wl-score-overview-entity-get-lines)
253         (wl-score-set-mark-below, wl-score-set-expunge-below)
254         (wl-summary-increase-score, wl-score-get-header-entry): Use
255         `string-to-number' instead of `string-to-int'.
256
257         * wl-folder.el (wl-folder-update-diff-line): Use
258         `string-to-number' instead of `string-to-int'.
259
260         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
261         instead of `string-to-int'.
262
263         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
264         instead of `string-to-int'.
265
266         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
267         `string-to-int'.
268
269 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
270
271         * wl-util.el (wl-match-string, wl-match-buffer)
272         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
273         (wl-kill-buffers, wl-local-variable-p)
274         (wl-line-formatter-setup): New backquote style.
275         (wl-count-lines): Use quote instead of backquote.
276
277         * wl-summary.el (wl-summary-buffer-folder-name)
278         (wl-summary-get-alike): Use quote instead of backquote.
279         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
280         backquote style.
281
282         * wl-message.el (wl-message-buffer-cache-buffer-get)
283         (wl-message-buffer-cache-folder-get)
284         (wl-message-buffer-cache-message-get)
285         (wl-message-buffer-cache-entry-make)
286         (wl-message-buffer-cache-hit): New backquote style.
287
288         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
289         backquote.
290         (wl-folder-unread-regex, wl-folder-entity-exists-p)
291         (wl-folder-clear-entity-info)
292         (wl-folder-get-entity-info, wl-folder-set-entity-info)
293         (wl-folder-elmo-folder-cache-get)
294         (wl-folder-elmo-folder-cache-put): New backquote style.
295
296         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
297         (wl-fldmgr-assign-id): Ditto.
298         (wl-fldmgr-delete-line): Use quote instead of backquote.
299         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
300
301         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
302         (wl-draft-set-sent-message): New backquote style.
303         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
304         (wl-draft-config-body-goto-header): Use quote instead of backquote.
305
306 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
307
308         * wl-address.el (wl-address-concat-token): Fix typo.
309
310 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
311
312         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
313         (wl-score-get-alike): Ditto.
314
315         * wl-vars.el: New backquote style.
316         (wl-message-header-button-alist): Use quote instead of backquote.
317
318         * wl.el (wl-plugged-string): New backquote style.
319
320         * wl-address.el (wl-address-concat-token): New backquote style.
321
322         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
323
324 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
325
326         * wl-highlight.el (wl-highlight-folder-opened-regexp)
327         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
328
329         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
330         in the character alternative.
331
332 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
333
334         * Version number is increased to 2.15.6.
335
336 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
337
338         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
339         optional 3rd argument of epg-context-set-progress-callback; it was
340         temporarily removed in the Emacs trunk due to copyright problem.
341         (wl-mime-pgp-verify-region-with-epg): Ditto.
342
343 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
344
345         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
346
347 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-util.el (wl-biff-check-folders): Set biff flag.
350         (from Naoto Morishima [wl:14031])
351
352 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
353
354         * wl.el (wl-plugged-server-indent): Use quote instead of
355         backquote.
356
357 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
358
359         * wl-score.el (wl-score-insert-header): Add guard for
360         `std11-unfold-string'.
361         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
362         TYPE artgument when TO or CC field.
363
364 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-summary.el (wl-summary-goto-folder-subr): Call
367         `elmo-folder-close' instead of `elmo-folder-commit' if discard
368         current summary.
369
370 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-util.el (wl-read-shell-commande): New function or alias.
373
374         * wl-summary.el (wl-summary-pipe-message): Use
375         `wl-read-shell-command' instead of `read-string'.
376         (wl-summary-target-mark-pipe): Ditto.
377
378 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
379
380         * wl-summary.el (wl-summary-reply): Fix docstring.
381         * wl-draft.el (wl-draft-reply): Ditto.
382
383 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-mime.el (wl-summary-extract-attachments): New command.
386         (wl-summary-extract-attachments-1): New internal function.
387
388 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-expire.el (wl-expire-folder): New function (split from
391         wl-summary-expire).
392         (wl-summary-expire): Use it. Add argument `all' instead of remove
393         `nolist'. Cause an error only if this function is calling
394         interactively.
395
396 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-expire.el (wl-expire-refile): Display progress message.
399         (wl-summary-expire): Simplify.
400
401         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
402         unused argument `deleting-info'.
403
404 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-vars.el (wl-message-popup-buffers): New user option.
407
408         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
409         (wl-message-delete-popup-windows): New function that substitues
410         above one.
411         (wl-mime-setup): Follow the above change.
412
413 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
414
415         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
416
417 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
418
419         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
420         "tkm" to wl-thread-spam.
421
422 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
423
424         * wl-thread.el (wl-thread-entity-insert-as-children): Use
425         wl-thread-entity-set-children.
426         (wl-thread-insert-message, wl-thread-insert-entity-sub,
427         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
428         Use wl-thread-entity-get-*.
429
430 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * wl-mime.el (wl-epg-progress-callback): New function.
433         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
434         with `elmo-with-progress-display'. Set a progress callback
435         function to epg-context.
436         (wl-mime-pgp-verify-region-with-epg): Ditto.
437
438 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * wl-util.el (wl-completing-read-multiple): Define as an alias of
441         `completing-read-multiple' if emacs-version is not less than 22.
442
443 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
446         change.
447
448 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-summary.el (wl-summary-sync-update): Move
451         `wl-thread-update-indent-string-thread' to outside of
452         `elmo-with-progress-display'.
453
454 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
455
456         * wl-message.el (wl-message-exit): Check buffer existence.
457
458 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-util.el (wl-simple-display-progress): New function.
461         (wl-display-progress-with-gauge): Ditto.
462         (wl-progress-callback-function): Ditto.
463
464         * wl.el (wl-init): Set `elmo-progress-callback-function' as
465         `wl-progress-callback-function'
466
467         * wl-vars.el (wl-display-progress-threshold): New user option.
468         (wl-display-progress-function): Ditto.
469
470         * Version number is increased to 2.15.5.
471
472 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
473
474         * wl-thread.el (wl-thread-close-children): New function.
475         (wl-thread-open-children): Ditto.
476         * wl-action.el (wl-summary-set-mark): Redo the last change by
477         using it.
478
479         * wl-action.el (wl-summary-set-mark): Undo the last change.
480         Forbid interactive call.
481
482 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-mime.el (wl-define-dummy-functions): New macro.
485         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
486         `wl-mime-pgp-decrypt-region'.
487         (wl-mime-pgp-verify-region-with-epg): Renamed from
488         `wl-mime-pgp-verify-region'.
489         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
490         `wl-mime-pgp-decrypt-region'.
491         (wl-mime-pgp-verify-region-with-pgg): Renamed from
492         `wl-mime-pgp-verify-region'.
493         (wl-mime-pgp-decrypt-region): New function; To select dispatch
494         function at runtime.
495         (wl-mime-pgp-verify-region): Ditto.
496
497         * wl-vars.el (wl-use-pgp-module): New user option.
498
499 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
502         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
503
504 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
505
506         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
507         even if there are target marks only.
508
509 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * Version number is increased to 2.15.4.
512
513 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-folder.el (wl-folder-check-one-entity): Simplify.
516
517 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
520         variable.
521
522 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
523
524         * wl-spam.el (wl-thread-test-spam): New function.
525         (wl-spam-setup): Bind "tkc".
526
527 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-expire.el (wl-folder-expire-entity): Rewite without
530         `wl-summary-goto-folder-subr'.
531         (wl-folder-expire-current-entity): Don't kill summary buffer.
532
533 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-folder.el (wl-folder-sync-entity): Rewrite without
536         `wl-summary-goto-folder-subr'.
537         (wl-folder-mark-as-read-all-entity): Likewise.
538
539         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
540
541 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-thread.el (wl-thread-force-open): Arranged.
544
545 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
546
547         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
548         from regexp.
549
550         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
551         (wl-read-search-condition-internal): Append them.
552
553 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-vars.el (wl-additional-search-condition-fields):
556         New user option.
557
558         * wl-util.el (wl-search-condition-fields): New function; export
559         from `wl-read-search-condition-internal'.
560         (wl-read-search-condition-internal): Use it.
561
562         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
563
564 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
565
566         * wl-summary.el (wl-summary-define-sort-command): New function.
567         (wl-summary-sort-by-date, wl-summary-sort-by-number)
568         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
569         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
570         define by `wl-summary-define-sort-command' at runtime.
571
572         * wl.el (wl-init): Call wl-summary-define-sort-command.
573
574 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
577         properties at the decrypting region.
578
579 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-util.el (wl-find-region): New function.
582
583         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
584         coding system.
585         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
586         property `wl-mime-decoded-coding-system'.
587         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
588         property `wl-mime-decoded-coding-system' to encode text.
589
590         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
591         message.
592         (wl-mime-pgp-verify-region): Ditto.
593
594 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
597         buffer. Use epa-display-verify-result.
598
599 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-draft.el (wl-draft-send): Continue even if setting parent
602         flag was failed.
603
604 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-message.el (wl-message-flag-indicator): Fixed the problem
607         of returning string only of parentheses.
608
609 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-write): Add argument `folder'.
612         (wl-summary-write-current-folder): Change argument `folder' from
613         optional to require.
614         (wl-summary-get-buffer): Return the buffer associated folder only.
615
616         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
617         change.
618         (wl-folder-toggle-disp-summary): Ditto.
619
620         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
621         current summary as parent-folder.
622
623 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
624
625         * wl-draft.el (wl-draft-reedit): Don't overwrite
626         wl-draft-parent-folder.
627
628 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
631         (wl-mime-pgp-verify-region): Ditto.
632         (wl-message-decrypt-pgp-nonmime): Use the above function.
633         (wl-message-verify-pgp-nonmime): Likewise.
634         (wl-mime-preview-application/pgp): Likewise.
635
636 2006-04-20  Kenichi Okada  <okada@opaopa.org>
637
638         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
639         Fix about the order of `wl-nntp-posting-port' and
640         `wl-nntp-posting-stream-type'.
641         * wl.el (wl-plugged-port-label-alist): Add smtp.
642
643 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-summary.el (wl-summary-message-status): New macro.
646
647         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
648         (wl-summary-killed-mark): New user option.
649
650         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
651         API change.
652         (wl-thread-insert-entity-sub): Ditto.
653         (wl-thread-recover-messages): New command.
654
655         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
656         Don't call `wl-highlight-summary-current-line' directly.
657         (wl-summary-buffer-attach): Connect to signal `status-changed'
658         instead of `cache-changed'.
659         (wl-summary-buffer-detach): Follow the above change.
660         (wl-summary-detect-mark-position): Follow the API change.
661         (wl-summary-rescan-message): Ditto.
662         (wl-summary-insert-sequential): Ditto.
663         (wl-summary-update-thread): Ditto.
664         (wl-summary-message-mark): Ditto.
665         (wl-summary-persistent-mark): Ditto.
666         (wl-summary-create-line): Ditto.
667         (wl-summary-prefetch-region-no-mark): Call
668         `wl-summary-persistent-mark' with number.
669         (wl-summary-recover-messages-region): New command.
670         (wl-summary-target-mark-recover): Ditto.
671         (wl-summary-recover-message): Ditto.
672         (wl-summary-persistent-mark-string): Add argument `status' instead
673         of remove arguments `flags' and `cached'.  Treat killed status.
674         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
675
676         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
677         (wl-highlight-summary-line-face-spec): Treat killed status.
678         (wl-highlight-summary-line-string): Follow the API change.
679         (wl-highlight-summary-current-line): Ditto.
680
681         * Version number is increased to 2.15.3.
682
683 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
686         of symbolp to test whether the condition is function.
687
688 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
689
690         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
691         to nil.
692
693 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-summary.el (wl-summary-buffer-message-ring): New internal
696         variable.
697         (wl-summary-buffer-last-displayed-msg): Abolish.
698         (wl-summary-push-message): New function.
699         (wl-summary-pop-message): Ditto.
700         (wl-summary-goto-folder-subr): Reset
701         `wl-summary-buffer-message-ring'.
702         (wl-summary-pop-to-last-message): New command.
703         (wl-summary-goto-last-displayed-msg): Call
704         wl-summary-pop-to-last-message if optional argument is non-nil or
705         the last command is itself.
706         (wl-summary-redisplay-internal): Push last message number into
707         `wl-summary-buffer-message-ring'.
708
709         * wl-vars.el (wl-summary-message-ring-max): New user option.
710
711 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
714         from `wl-draft-reply').
715         (wl-draft-reply): Use it.
716         (wl-draft-find-reply-headers): Avoid compile warning.
717
718 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
719
720         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
721
722 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-message.el (wl-message-flag-indicator): New function.
725         (wl-message-redisplay): Use it.
726
727 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
728
729         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
730
731 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
734         instead of `read-event'.
735
736         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
737
738         * wl-mule.el (wl-read-event-char): Ditto.
739
740         * wl-e21.el (wl-read-event-char): Ditto.
741
742 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
743
744         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
745
746 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-vars.el (wl-draft-send-confirm-type): New user option.
749
750         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
751
752         * wl-draft.el (wl-draft-send-confirm): Confirmation by
753         `wl-draft-send-confirm-type'
754
755 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
756
757         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
758         Avoid error when the buffer name is already used.
759
760 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
763         the change of elmo-nmz -> elmo-search.
764         (wl-highlight-summary-line-help-echo-alist): Ditto.
765         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
766         (wl-nmz-folder-icon): Define as obsolete.
767         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
768         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
769
770 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-summary.el (wl-summary-get-list-info): Rewrite with
773         `elmo-find-list-match-value'
774
775 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-summary.el (wl-summary-get-list-info): Optimize.
778         Use List-Id and List-Post also.
779
780 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
783
784 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
785
786         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
787
788 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-util.el (wl-completing-read-multiple-1): New internal function.
791         (wl-completing-read-multiple-2): Ditto.
792         (wl-completing-read-multiple): Define use above functions.
793
794         * wl-summary.el (wl-summary-sort): Removed the workaround for a
795         bug of `completing-read-multiple' about default value.
796
797         * wl-xmas.el (wl-completing-read-multiple): Removed.
798
799         * wl-mule.el (wl-completing-read-multiple): Ditto.
800
801         * wl-e21.el (wl-completing-read-multiple): Ditto.
802
803 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-util.el (wl-filter-associations): New function.
806
807         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
808         (wl-spam-ignored-folder-list): Ditto.
809         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
810         (wl-spam-string-member-p): New function.
811         (wl-spam-domain): Use it.
812         (wl-spam-split-numbers): New function.
813         (wl-spam-apply-partitions): Ditto.
814         (wl-spam-register-spam-messages): Use `folder' instead of
815         `wl-summary-buffer-elmo-folder'.
816         (wl-spam-register-good-messages): Ditto.
817         (wl-summary-exec-action-spam): Decide a domain by real folder of
818         message.
819         (wl-summary-exec-action-refile-with-register): Likewise.
820
821 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-e21.el (wl-e21-find-image): New function.
824         (wl-e21-setup-toolbar): Use it instead of `find-image'.
825         (wl-e21-highlight-folder-group-line): Ditto.
826         (wl-folder-init-icons): Ditto.
827         (wl-plugged-init-icons): Ditto.
828         (wl-biff-init-icons): Ditto.
829
830 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
833         (wl-inhibit-save-drafts): New internal variable.
834         (wl-disable-auto-save): Ditto.
835         (wl-save-drafts): Treat above variables.
836         (wl-auto-save-drafts): New function.
837         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
838         `wl-stop-save-drafts'.
839         (wl-start-save-drafts): New function.
840         (wl-stop-save-drafts): Ditto.
841         (wl-set-auto-save-draft): New command.
842
843         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
844         `wl-set-save-drafts'.
845
846 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
849         `make-local-variable' instead of `make-variable-buffer-local'.
850
851 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
852
853         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
854
855 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
858
859 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
862         of working buffer.
863
864 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
865
866         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
867
868         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
869         value into recipients; Bind `wl-draft-remove-group-list-contents'
870         as nil.
871
872 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-summary.el (wl-summary-sort): Fixed the last change.
875
876         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
877         (wl-summary-sort-messages): Ditto.
878         (wl-summary-rescan): Use it.
879         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
880         `completing-read'; Append candidates for reverse order.
881
882 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * Version number is increased to 2.15.2.
885
886 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
889         "Smaller".
890         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
891
892 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
893
894         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
895
896 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-vars.el (wl-draft-additional-header-alist): Add into the
899         customize group `wl-draft'.
900         (wl-draft-add-in-reply-to): Move customize group from `wl' to
901         `wl-draft'.
902         (wl-draft-add-references): Ditto.
903
904         * wl-action.el (wl-summary-print-argument): Rename argument from
905         `folder' to `data'.
906
907 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-summary.el (wl-summary-rescan-message): Call
910         `wl-thread-cleanup-symbols' before insert thread.
911
912 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl.el (wl-init): Set `elmo-get-folder-function' as
915         `wl-folder-make-elmo-folder'.
916
917         * wl-spam.el (wl-summary-exec-action-spam): Use
918         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
919
920         * wl-folder.el (wl-folder-make-elmo-folder): New function.
921         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
922         `elmo-make-folder'.
923         (wl-folder-get-elmo-folder): Ditto.
924         (wl-folder-create-subr): Simplify.
925
926 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
929
930 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
933         contents in message buffer instead of original buffer. If optional
934         argument specified, ask coding system for encode.
935
936 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
937
938         * wl-spam.el (wl-summary-test-spam-region): New function.
939         (wl-spam-setup): Bind "rkc".
940
941 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
944
945 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
946
947         * wl-spam.el (wl-summary-test-spam): Fix typo.
948         (wl-message-check-spam): Ditto.
949
950 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
951
952         * wl-summary.el (wl-summary-default-from): Simplify.
953
954 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-action.el (wl-summary-exec-action-refile): Simplify.
957         (wl-summary-exec-action-copy): Ditto.
958         (wl-summary-auto-refile): Check existence of temporary mark.
959
960 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-summary.el (wl-summary-create-line): Use
963         `elmo-time-to-datevec'.
964
965         * wl-expire.el (wl-expire-archive-date): Ditto.
966         (wl-expire-localdir-date): Ditto.
967
968         * wl-util.el (wl-day-number): Abolish.
969
970         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
971         of `wl-day-number'.
972         (wl-score-followup): Ditto.
973         (wl-score-add-followups): Ditto.
974         (wl-score-get-latest-msgs): Ditto.
975         (wl-score-get-header-entry): Ditto.
976         (wl-score-edit-insert-date): Ditto.
977
978 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
981         `elmo-message-entity-field' with 2nd argument `type'.
982
983 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
984
985         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
986
987 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * wl-thread.el (wl-thread-delete-message): Delete descendant
990         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
991
992 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
993
994         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
995
996 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
997
998         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
999         `Access folder'.
1000
1001 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-vars.el (wl-access-folder-icon): New user option.
1004
1005         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1006         `Access folder'.
1007
1008 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-summary.el (wl-summary-buffer-set-folder): Use
1011         `wl-folder-mime-charset'.
1012
1013         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1014         `mime-charset'.
1015         (wl-folder-get-elmo-folder): Ditto.
1016         (wl-folder-mime-charset): New function.
1017
1018 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-util.el (wl-parse-addresses): Define alias of
1021         `elmo-parse-addresses' (move to `elmo-util.el').
1022
1023         * wl-summary.el (wl-summary-default-from): Follow the API change.
1024         (wl-summary-overview-entity-compare-by-date): Ditto.
1025         (wl-summary-overview-entity-compare-by-from): Ditto.
1026         (wl-summary-get-list-info): Get value of `ml-info' field from
1027         entity at first.
1028         (wl-summary-rescan-message): Treat prefix argument.
1029         (wl-summary-prefetch-msg): Follow the API change.
1030         (wl-summary-search-by-subject): Ditto.
1031         (wl-summary-insert-thread): Ditto.
1032         (wl-summary-line-subject): Ditto.
1033         (wl-summary-line-from): Ditto.
1034         (wl-summary-create-line): Ditto.
1035         (wl-summary-print-message-with-ps-print): Ditto.
1036
1037         * wl-score.el (wl-score-ov-entity-get): Ditto.
1038         (wl-score-followup): Ditto.
1039         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1040         of `car'.
1041         (wl-score-get-latest-msgs): Follow the API change.
1042         (wl-score-get-header): Ditto.
1043
1044         * wl-refile.el (wl-refile-learn): Ditto.
1045         (wl-refile-subject-learn): Ditto.
1046         (wl-refile-get-field-value): Ditto.
1047         (wl-refile-guess-by-history): Ditto.
1048         (wl-refile-guess-by-subject): Ditto.
1049
1050         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1051
1052         * wl-expire.el (wl-expire-date-p): Removed.
1053         (wl-expire-archive-date): Follow the API change.
1054         (wl-expire-localdir-date): Ditto.
1055         (wl-summary-expire): Ditto.
1056
1057         * Version number is increased to 2.15.1.
1058
1059 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1060
1061         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1062         group is access or not (it is not strict, like wl-fldmgr-rename).
1063
1064 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1067         duplicate call of `wl-summary-print-argument' on the wrong line.
1068
1069 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1070
1071         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1072         even if argument `number' is nil.
1073         (wl-summary-insert-line): Print action argument if current message
1074         has it.
1075
1076 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1079         (wl-draft-reply): Ditto.
1080         (wl-draft): Add optional argument `parent-number' and call
1081         `wl-draft-create-buffer' with it.
1082         (wl-draft-create-buffer): Add optional argument
1083         `parent-number'. Set wl-draft-parent-number as it.
1084
1085 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1086
1087         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1088         buffer is not for given folder, don't use it.
1089
1090 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1091
1092         * Version number is increased to 2.15.0.
1093
1094 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1097
1098         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1099         (wl-highlight-get-face-by-name): New internal function.
1100         (wl-highlight-summary-line-face-spec): Use it and fixed.
1101
1102 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-summary.el (wl-summary-sync-update): Use
1105         `elmo-message-entity-field' instead of `car' to get message-id
1106         from overview entity.
1107
1108         * wl-summary.el (wl-summary-rescan-message): Call
1109         `wl-highlight-summary-displaying' when displaying a message.
1110
1111 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112
1113         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1114         `wl-draft-config-info-operation'.
1115         (wl-draft-buffer-change-number): New function.
1116         (wl-draft-rename-saved-config): Ditto.
1117         * wl.el (wl-init): Connect slot for message-number-changed.
1118         (toplevel): Add autoload for wl-draft-rename-saved-config.
1119
1120 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1123         `update-overview'
1124         (wl-summary-buffer-detach): Disconnect from it.
1125         (wl-summary-rescan-message): Use command.
1126
1127         * wl-message.el (wl-message-buffer-display): Use
1128         `with-current-buffer' instead of `save-excursion'.
1129
1130 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1131
1132         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1133         wl-draft-preview-attributes-list from distraction.
1134
1135 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1136
1137         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1138         `elmo-list-diff'.
1139
1140 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-summary.el
1143         (wl-summary-edit-addresses-collect-candidate-fields): Use
1144         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1145
1146         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1147         instead of `elmo-set-work-buf'.
1148
1149         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1150         (wl-address-make-address-list): Ditto.
1151
1152         * Version number is increased to 2.13.3.
1153
1154 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1157         user option.
1158
1159         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1160         argument `5'.
1161
1162         * wl-message.el (wl-message-display-no-merge-p): New function.
1163         (wl-message-buffer-display): Check whether the message is
1164         reassembled and follow the API change.
1165
1166 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1169         multibyte on working buffer and removed unnecessary
1170         `buffer-disable-undo'.
1171
1172 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1173
1174         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1175         change.
1176
1177 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-util.el (wl-read-search-condition-internal): Protect
1180         elmo-global-flags from distraction.
1181
1182 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1185
1186         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1187         (wl-summary-event-handler): Ditto.
1188         (wl-summary-update-persistent-mark-on-event): New
1189         function (renamed from `elmo-event-handler-flag-changed').
1190         (wl-summary-buffer-attach): New function.
1191         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1192         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1193         instead of `elmo-folder-add-handler'.
1194
1195         * Version number is increased to 2.13.2.
1196
1197 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1200         and "\177" to the `wl-news-previous-page'.
1201         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1202         (wl-news-previous-page): New function.
1203
1204 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1205
1206         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1207         instead of `write-region' and simplify.
1208
1209 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-template.el (wl-template-select): Cause error if
1212         `wl-template-alist' is nil.
1213
1214 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1215
1216         * wl-news.el.in: Set file variable `no-byte-compile'.
1217
1218 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1221         whether a target message is within displaying area.
1222         (elmo-event-handler-cache-changed): Ditto.
1223
1224 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1225
1226         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1227         to `defun'.  Use `nconc' instead of `append' to collect descendant
1228         message numbers.
1229
1230 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1231
1232         * wl-thread.el (wl-thread-save-top-list)
1233         (wl-thread-save-entities): Use `with-temp-buffer'.
1234         * wl-news.el.in (wl-news-previous-version-load):
1235         (wl-news-previous-version-save): Ditto.
1236         * wl-summary.el (wl-summary-load-file-object)
1237         (wl-summary-save-view-cache): Ditto.
1238
1239 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * wl-util.el (toplevel): Require 'elmo-flag'.
1242         (wl-read-search-condition): New function (Renamed from
1243         `elmo-read-search-condition').
1244         (wl-read-search-condition-internal): Likewise.
1245
1246         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1247         invalid.
1248         (wl-summary-pick): Use `wl-read-search-condition' instead of
1249         `elmo-read-search-condition'.
1250         (wl-summary-virtual): Ditto.
1251
1252         * wl-folder.el (wl-folder-virtual): Ditto.
1253         (wl-folder-pick): Ditto.
1254
1255         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1256
1257 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1258
1259         * wl-summary.el (wl-summary-reedit): Call
1260         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1261
1262 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-mime.el (toplevel): Require wl-vars.
1265
1266         * wl-message.el (toplevel): Require cl at compile.
1267
1268         * wl-draft.el (toplevel): Require elmo.
1269
1270 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1271
1272         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1273         and do nothing when it is not positive.
1274         (wl-message-buffer-prefetch-next): Ditto.
1275
1276 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1277
1278         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1279         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1280         (wl-summary-redisplay-internal): Ditto.
1281
1282         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1283         message (the condition is borrowed from `wl-check-variables-2').
1284         (wl-summary-redisplay-internal): Ditto.
1285
1286 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1287
1288         * wl-mime.el (wl-draft-nntp-attribute): New function.
1289         (wl-draft-attribute-nntp-posting-server): Use it.
1290         (wl-draft-attribute-nntp-posting-port): Ditto.
1291
1292         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1293         (wl-draft-show-attributes-buffer): Ditto.
1294         (wl-draft-hide-attributes-buffer): Ditto.
1295         (wl-draft-attribute-newsgroups): Ditto.
1296         (wl-draft-attribute-nntp-posting-server): Ditto.
1297         (wl-draft-attribute-nntp-posting-port): Ditto.
1298         (wl-draft-preview-message): Use there functions.
1299
1300         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1301         value.
1302
1303 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1306         (wl-draft-reedit): Ditto.
1307         (wl-draft-queue-flush): Ditto.
1308
1309         * wl-mime.el (wl-message-request-partial): Ditto.
1310         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1311         instead of `elmo-message-fetch'.
1312
1313         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1314
1315         * wl-summary.el (wl-summary-message-string): Ditto.
1316
1317 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1318
1319         * wl-util.el (wl-current-message-buffer): Follow the API change.
1320
1321         * wl-summary.el (wl-summary-redisplay-internal): Call
1322         `wl-summary-mark-as-read' with 2nd argument as nil and update
1323         unread count instead of persistent mark.
1324
1325         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1326         variable.
1327         (wl-message-redisplay): Follow the API change.
1328         (wl-message-buffer-display): Managed mime-entity directly and
1329         return preview buffer only.
1330         (wl-message-display-internal): Rewrite.
1331         (wl-message-buffer-prefetch-subr): Not save return value of
1332         `wl-message-buffer-display'.
1333
1334         * Version number is increased to 2.13.1.
1335
1336 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1339         'elmo-multiple-fields-body-list' with boundary specified.
1340
1341 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1342
1343         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1344         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1345         cache if `wl-summary-resend-use-cache' is non-nil.
1346
1347 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1348
1349         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1350         (wl-nntp-posting-stream-type): Ditto.
1351
1352 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1353
1354         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1355
1356 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1357
1358         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1359         message.
1360
1361 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1364         Abolish.
1365         (wl-summary-buffer-persistent-mark-version): New internal
1366         variable.
1367         (wl-summary-update-mark-and-highlight-window): Check by
1368         wl-summary-persistent-mark-invalid-p.
1369         (wl-summary-update-status-marks): Ditto.
1370         (elmo-event-handler-flag-changed): Rewrite.
1371         (elmo-event-handler-cache-changed): Define.
1372         (wl-summary-prefetch-msg): Does not update persistent mark here.
1373         (wl-summary-delete-cache): Ditto.
1374         (wl-summary-resume-cache-status): Ditto.
1375         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1376         (wl-summary-persistent-mark-invalid-p): New function.
1377         (wl-summary-validate-persistent-mark): Ditto.
1378         (wl-summary-validate-persistent-mark-string): Ditto.
1379         (wl-summary-invalidate-persistent-mark): Ditto.
1380         (wl-summary-update-persistent-mark): Call
1381         `wl-summary-validate-persistent-mark'.
1382         (wl-summary-create-line): Call
1383         `wl-summary-validate-persistent-mark-string'.
1384
1385         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1386         status as t if cache used.
1387
1388 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1389
1390         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1391         only if the target is group.
1392         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1393
1394 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1397
1398 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1399
1400         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1401
1402         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1403
1404 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1407         (Thanks to Yoichi NAKAYAMA).
1408
1409 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-util.el (wl-save-drafts): Restore echo area.
1412
1413 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1414
1415         * Version number is increased to 2.13.0.
1416
1417         * wl-util.el (wl-biff-check-folder-async): Use
1418         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1419
1420 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1421
1422         * wl-message.el (wl-message-display-internal): Does not put
1423         wl-message-display-type property on message buffer.
1424         (wl-message-buffer-display-type): New function.
1425
1426         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1427
1428         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1429         `wl-summary-buffer-detach'.
1430         (wl-summary-message-display-type): Use
1431         `wl-summary-buffer-display-type'.
1432
1433 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1434
1435         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1436         buffer-local.
1437
1438         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1439         kill-buffer-hook instead of make-local-variable.
1440         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1441
1442 2004-12-12  Scott Renfro <scott@renfro.org>
1443
1444         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1445         regex for square-branket.
1446
1447 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1450         `wl-message-mime-analysis-p' with argument `header'.
1451
1452 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * wl-mime.el (wl-draft-yank-current-message-entity): 
1455         Switch to no-mime following method according to wl-message-display-type
1456         property.
1457         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1458
1459         * wl-message.el (wl-message-display-internal): 
1460         Put wl-message-display-type property on message buffer.
1461
1462         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1463         (wl-message-display-internal): Ditto;
1464
1465         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1466
1467 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1468
1469         * wl-message.el (wl-message-make-display-type): New function.
1470         (wl-message-display-type-property): Ditto.
1471         (wl-message-mime-analysys-p): Ditto.
1472         (wl-message-display-all-header-p): Ditto.
1473         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1474         added `display-type'.
1475         (wl-message-buffer-display): Likewise.
1476         (wl-message-display-internal): Likewise.
1477         (wl-message-buffer-display-type): Abolish.
1478         (wl-message-buffer-prefetch-subr): Follow the API changed.
1479
1480         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1481         from wl-summary-buffer-display-all-header and changed default value.
1482         (wl-summary-message-display-type): New function.
1483         (wl-summary-buffer-display-mime-mode): Ditto.
1484         (wl-summary-buffer-display-header-mode): Ditto.
1485         (wl-summary-toggle-mime): Rewrite with above functions.
1486         (wl-summary-toggle-all-header): Ditto.
1487         (wl-summary-redisplay): Force redisplay with default mode.
1488         (wl-summary-redisplay-internal): Renamed argument from `mode',
1489         `all-header' to `mime-mode', `header-mode'.
1490         Use `wl-message-make-display-type'.
1491
1492         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1493         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1494
1495 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1498
1499 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1502         in original message buffer.
1503         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1504         buffer.
1505
1506 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1509
1510 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1513
1514 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1515
1516         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1517         when actions succeeded.
1518         (wl-summary-exec-action-copy): Likewise.
1519
1520 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1521
1522         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1523         there is switch-to-buffer at the end of wl-message-select-buffer.
1524         (wl-summary-reply): Ditto.
1525
1526 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1527
1528         * wl-summary.el (wl-summary-forward): Put subject in original
1529         message buffer as argument of wl-draft-forward.
1530         * wl-draft.el (wl-draft-forward): Decode subject as in
1531         wl-draft-reply.
1532
1533 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1534
1535         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1536         a folder under access group.
1537
1538 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1539
1540         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1541         wl-message-buffer-display.
1542
1543         * wl-util.el (wl-set-save-drafts): Fix typo.
1544
1545 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1548         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1549         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1550         the way to measure the width of a bitmap image; don't put face on
1551         ascii and bitmap images; put the mark which should not use the
1552         variable-pitch face on ascii and bitmap images.
1553         (wl-demo-setup-properties): Don't use the variable-pitch face on
1554         ascii and bitmap images; made it work on Emacs 20 and earlier.
1555         (wl-demo-insert-text): End with a newline at the bottom; don't put
1556         face on text.
1557
1558         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1559
1560 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1561
1562         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1563
1564         * wl-util.el (wl-save-drafts): Moved from sample setting.
1565         (wl-set-save-drafts): New function to set idle timer.
1566         * wl-draft.el (wl-draft): Call it.
1567         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1568
1569 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1570
1571         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1572         a summary which has toggle display status off.
1573
1574 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-draft.el (wl-draft-do-fcc): No cache save.
1577
1578 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1579
1580         * wl-summary.el (elmo-event-handler-flag-changed): Use
1581         `set-buffer' instead of `with-current-buffer'.
1582
1583 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * wl-summary.el (wl-summary-after-resize-function): New function.
1586         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1587         window-size-change-functions.
1588
1589 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1590
1591         * wl-draft.el (wl-draft-create-buffer): Bind
1592         `change-major-mode-hook' after current buffer is changed.
1593
1594         * wl-summary.el (wl-summary-buffer-detach): New function.
1595         (wl-summary-buffer-set-folder): Call it.
1596         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1597         change-major-mode-hook and kill-buffer-hook.
1598         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1599         (wl-summary-switch-to-clone-buffer): Ditto.
1600         (wl-summary-goto-folder-subr): Ditto.
1601
1602 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1603
1604         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1605         after boundp check.
1606
1607 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1608
1609         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1610         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1611         for `kill-buffer'.
1612
1613         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1614         handler of current buffer from elmo-folder.
1615
1616 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1619
1620 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1621
1622         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1623         variable.
1624         (wl-summary-event-handler): New class.
1625         (elmo-event-handler-flag-changed): Define to update persistent
1626         mark.
1627         (wl-summary-buffer-set-folder): Register event handler to
1628         elmo-folder.
1629         (wl-summary-exit): Unregister event handler.
1630         (wl-summary-goto-folder-subr): Ditto.
1631         (wl-summary-mark-as-read-all): Does not call
1632         `wl-summary-update-persistent-mark' directly.
1633         (wl-summary-mark-as-read-internal): Ditto.
1634         (wl-summary-set-persistent-mark-internal): Ditto.
1635         (wl-summary-set-flags-internal): Ditto.
1636
1637         * Version number is increased to 2.11.33.
1638
1639 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1640
1641         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1642         to nil.
1643
1644 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1645
1646         * wl-spam.el (wl-spam-setup): Add hook
1647         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1648         instead of `wl-summary-prepare-hook'.
1649
1650         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1651         if folder type is `'flag'.
1652         (wl-summary-mark-as-important): Ditto.
1653
1654 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1655
1656         * wl-address.el (wl-address-minibuffer-history): New variable.
1657         (wl-address-minibuffer-local-map): New keymap.
1658         (wl-address-read-from-minibuffer): New function.
1659
1660         * wl-action.el (wl-summary-get-resend-address): Use
1661         `wl-address-read-from-minibuffer' instead of `completing-read'.
1662
1663 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * Version number is increased to 2.11.32.
1666
1667 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1670         without mule to iso-8859-1.
1671         (wl-draft-add-in-reply-to): Add note in description.
1672         (wl-draft-add-references): Ditto.
1673
1674 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1675
1676         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1677         definition for `m'.
1678         (wl-summary-mode-line-format): Add '[%m]'.
1679         (wl-message-mode-line-format-spec-alist): Ditto.
1680         (wl-summary-display-mime-mode-list): New variable.
1681
1682         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1683         from wl-summary-buffer-display-as-is.
1684         (wl-summary-buffer-display-all-header): New buffer local variable.
1685         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1686         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1687         instead of wl-summary-buffer-display-as-is.
1688         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1689         (wl-summary-set-persistent-mark): Ditto.
1690         (wl-summary-set-message-buffer-or-redisplay): Just call
1691         `wl-summary-redisplay-internal' without optional arguments.
1692         (wl-summary-toggle-mime): Rewrite.
1693         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1694         (wl-summary-toggle-all-header): New function.
1695         (wl-summary-redisplay-internal): Treat mime mode.
1696
1697         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1698         to wl-mime-preview-follow-no-mime.
1699         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1700         accodring to the display-mode.
1701
1702         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1703         (wl-message-buffer-display): Changed argument name from `as-is' to
1704         `mode'.
1705         (wl-message-display-internal): Ditto;
1706         Bind elmo-mime-display-header-analysis according to the mode.
1707         (wl-message-display-internal): Put wl-message-display-mime-mode
1708         property on entire buffer.
1709
1710 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1711
1712         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1713
1714 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1715
1716         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1717         Don't extract mail address.
1718         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1719
1720         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1721
1722         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1723
1724 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1727         wl-fldmgr-cut-entity-list on confirmation.
1728
1729 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1732         (wl-mime-quit-preview): Check existence of
1733         mime-edit-temp-message-buffer here.
1734
1735 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1736
1737         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1738         after deletion.
1739
1740         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1741         before calling wl-mime-quit-preview.
1742
1743 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * wl-summary.el (wl-summary-pick): If call it with prefix
1746         argument, set `delete-marks' as non-nil. Pick from only visible
1747         messages.
1748         (wl-summary-check-target-mark): New function.
1749         (wl-summary-target-mark-mark-as-read): Use it.
1750         (wl-summary-target-mark-mark-as-unread): Ditto.
1751         (wl-summary-target-mark-operation): Ditto.
1752         (wl-summary-target-mark-set-flags): Ditto.
1753         (wl-summary-target-mark-save): Ditto.
1754         (wl-summary-target-mark-pick): Ditto.
1755         (wl-summary-target-mark-forward): Ditto.
1756         (wl-summary-target-mark-reply-with-citation): Ditto.
1757         (wl-summary-target-mark-print): Ditto.
1758         (wl-summary-target-mark-uudecode): Ditto.
1759
1760         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1761         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1762         with `ask-coding' is non-nil.
1763
1764 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-thread.el (wl-thread-set-parent): If parent is a message
1767         which is identified by references, set linked as nil.
1768
1769 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1770
1771         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1772         (wl-message-mode-line-format-spec-alist): Ditto.
1773         (wl-message-mode-line-format): Ditto.
1774         (wl-summary-mode-line-format): Ditto for docstring.
1775         (wl-summary-no-mime-folder-list): Fix typo.
1776
1777         * wl-util.el (wl-current-message-buffer): Call
1778         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1779
1780         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1781         variable.
1782         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1783         of `wl-summary-redisplay-no-mime'.
1784         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1785         (wl-summary-toggle-mime): New function.
1786         (wl-summary-redisplay-all-header): Rewrite.
1787         (wl-summary-redisplay-no-mime): Ditto.
1788         (wl-summary-redisplay-internal): Added argument `as-is' and
1789         `all-header'.
1790
1791         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1792         New variable.
1793         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1794         bottom.
1795         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1796         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1797         "/" unconditionally.
1798
1799         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1800         wl-mime-preview-follow-no-mime for as-is content.
1801         (wl-mime-preview-follow-no-mime): New function.
1802         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1803
1804         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1805         and added `as-is', `all-header'.
1806         (wl-message-buffer-display): Ditto.
1807         (wl-message-buffer-display-type): New function.
1808
1809 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1810
1811         * wl-vars.el (wl-message-header-button-alist): Change default
1812         value.
1813         (wl-message-body-button-alist): Ditto.
1814
1815 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1816
1817         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1818
1819 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1820
1821         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1822
1823 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1824
1825         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1826         is always true.
1827
1828 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1829
1830         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1831         on null entity.
1832
1833 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1834
1835         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1836
1837 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1838
1839         * wl-vars.el (wl-summary-resend-hook): New hook.
1840
1841         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1842         `wl-summary-resend-hook'.
1843
1844 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1847         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1848         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1849         (wl-summary-new-cached-mark): Changed default value to 'n'.
1850         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1851         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1852         (wl-folder-sync-range-alist): Remove spec for 'flag.
1853         (wl-summary-force-prefetch-folder-list): New user option.
1854
1855         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1856         `wl-summary-toggle-persistent-mark'.
1857         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1858         number is nil.
1859         (wl-summary-mark-as-answered-region): Set interactive argument of
1860         `wl-summary-set-persistent-mark-internal'.
1861         (wl-summary-mark-as-important-region): Ditto.
1862         (wl-summary-unset-persistent-mark): Ditto.
1863         (wl-summary-set-persistent-mark): Ditto.
1864         (wl-summary-mark-as-answered): Ditto.
1865         (wl-summary-mark-as-important): Ditto.
1866         (wl-summary-set-persistent-mark-internal): Do nothing
1867         when `elmo-message-flag-available-p' is nil.
1868         (wl-summary-toggle-persistent-mark): New function.
1869         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1870         when the folder matches `wl-summary-force-prefetch-folder-list'.
1871
1872
1873         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1874         when number is nil.
1875         (wl-highlight-summary-forwarded-face): New face.
1876
1877 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * Version number is increased to 2.11.31.
1880
1881 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1882
1883         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1884         (wl-biff-check-folder-async): Ditto.
1885         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1886
1887 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1888
1889         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1890         Add an argument `reverse'.  All callers are updated.
1891         (wl-summary-sort): Add a prefix argument `reverse' to specify
1892         reverse sorting.
1893         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1894         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1895         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1896
1897 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1898
1899         * wl-message.el (wl-message-redisplay): Does not narrow header if
1900         disply-type is all-header or as-is.
1901
1902         * wl-summary.el (wl-summary-enter-handler): Use
1903         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1904
1905 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1906
1907         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1908         after adding wl-draft-parent-variables.
1909         (wl-draft-forward): Ditto.
1910
1911 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1912
1913         * wl-summary.el (wl-summary-sync-marks): Call
1914         `wl-summary-set-persistent-mark' and
1915         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1916         (wl-summary-set-persistent-mark-internal): Add 4th argument
1917         `no-server'.
1918         (wl-summary-unset-persistent-mark): Ditto.
1919         (wl-summary-set-persistent-mark): Ditto.
1920         (wl-summary-add-flags-internal): Abolish.
1921         (wl-summary-remove-flags-internal): Ditto.
1922         (wl-summary-mark-as-important-internal): Ditto.
1923         (wl-summary-mark-as-important): Use
1924         `wl-summary-set-persistent-mark' instead of
1925         `wl-summary-add-flags-internal'.
1926         (wl-summary-mark-as-important-region): Ditto.
1927
1928         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1929
1930         * wl-summary.el (wl-summary-get-available-flags): New function.
1931         (wl-summary-sync-marks): Use it and simplified.
1932         (wl-summary-unset-persistent-mark): Use
1933         `wl-summary-get-available-flags'.
1934         (wl-summary-set-persistent-mark): Ditto.
1935
1936 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1939         id.
1940
1941 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1944         number, call `wl-summary-prev-line-content'. Show message when the
1945         message is not found.
1946
1947 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1948
1949         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1950         wl-summary-enter-handler.
1951         (wl-summary-enter-handler): New command.
1952
1953         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1954         docstring and custom spec.
1955
1956         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1957         flags too; Don't treat Cached and New.
1958         (wl-summary-set-persistent-mark): Ditto.
1959
1960         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1961         `wl-folder-set-flag'.
1962
1963         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1964         instead of `wl-folder-set-flag'.
1965
1966         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1967         for completion.
1968         (wl-summary-set-persistent-mark): Ditto.
1969
1970         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1971         instead of `wl-draft-quit-preview'.
1972
1973         * wl-mime.el (toplevel): Avoid compile warning.
1974         (wl-mime-quit-preview): New function
1975         (formarly defined as `wl-draft-quit-preview').
1976         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1977         quitting method.
1978
1979         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1980
1981         * wl-folder.el (wl-folder-set-flag): Renamed from
1982         `wl-draft-set-flag-on-parent'.
1983
1984         * wl-draft.el (wl-draft-quit-preview): New function.
1985         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1986         (wl-draft-send): Call `wl-folder-set-flag' instead of
1987         `wl-draft-set-flag-on-parent'.
1988         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1989
1990 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1991
1992         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1993         (wl-draft-send): Ditto.
1994
1995 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1996
1997         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1998         (wl-draft-kill-pre-hook): Set default value as nil.
1999         (wl-summary-reply-hook): Ditto.
2000         (wl-draft-kill-flags): Abolish.
2001
2002         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2003         (wl-draft-parent-variables): Renamed from
2004         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2005         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2006         argument; Add wl-draft-parent-variables to
2007         wl-draft-config-variables.
2008         (wl-draft-reply): Likewise.
2009         (wl-draft-kill-flags): Abolish.
2010         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2011         (wl-draft-set-flag-on-parent): New function.
2012         (wl-draft-setup-parent-flag): Ditto.
2013
2014 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2015
2016         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2017         `wl-draft-parent-folder' is "".
2018
2019 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2020
2021         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2022         (wl-summary-digit-jump): New function.
2023         (Adviced by John Owens and Hiroya Murata)
2024
2025         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2026         (Adviced by John Owens)
2027
2028         * wl-xmas.el (wl-message-define-keymap): Ditto.
2029
2030         * wl-mule.el (wl-message-define-keymap): Ditto.
2031
2032 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2033
2034         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2035         change of return value of elmo-folder-count-flags.
2036
2037         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2038         (wl-summary-mark-as-read-internal): Ditto.
2039         (wl-summary-set-persistent-mark-internal): Ditto.
2040         (wl-summary-folder-info-update): Ditto.
2041         (wl-summary-sync-update): Fixed the last change.
2042
2043         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2044
2045 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2046
2047         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2048         (wl-draft-kill-flags): Fixed docstring.
2049
2050         * wl-draft.el (wl-draft-kill-flags): New function.
2051         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2052
2053 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2054
2055         * wl-vars.el (wl-reply-hook): Abolish.
2056         (wl-draft-reply-hook): New hook.
2057         (wl-summary-reply-hook): Ditto.
2058         (wl-draft-forward-hook): Ditto.
2059         (wl-summary-forward-hook): Ditto.
2060         (wl-draft-kill-flags): New variable.
2061
2062         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2063         wl-summary-set-persistent-mark-internal.
2064         (wl-summary-sync-marks): Use elmo-preserved-flags.
2065         (wl-summary-update-persistent-mark): Make it interactive.
2066         (wl-summary-set-persistent-mark-internal): New inline function.
2067         (wl-summary-mark-as-answered): Use it.
2068         (wl-summary-mark-as-unanswered): Ditto.
2069         (wl-summary-unset-persistent-mark): New function.
2070         (wl-summary-set-persistent-mark): Ditto.
2071         (wl-summary-reply): Don't set answered flag;
2072         Run wl-summary-reply-hook instead.
2073         (wl-summary-forward): Call wl-draft-forward with number.
2074         Run wl-summary-forward-hook.
2075
2076         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2077         (wl-highlight-summary-line-face-spec): Use it as a default
2078         persistent mark face.
2079
2080         * wl-draft.el (wl-draft-forward): Added optional argument number;
2081         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2082         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2083         (wl-draft-kill): Use wl-draft-kill-flags.
2084
2085         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2086
2087         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2088         of return value of elmo-folder-count-flags.
2089
2090         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2091
2092         * wl-summary.el (wl-summary-count-unread): Ditto.
2093         (wl-summary-sync-update): Follow the change above.
2094         (wl-summary-force-prefetch): New function.
2095
2096 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2097
2098         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2099         variable `buf' with `let' instead of `setq'.
2100
2101 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2104         add Content-Disposition heaeder on the deleted part.
2105
2106 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-draft.el (wl-draft-save): Encode address list under edit by
2109         `eword-encode-unstructured-field-body'.
2110
2111         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2112
2113 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2114
2115         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2116         wl-current-summary-buffer.
2117
2118 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2119
2120         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2121         `numbers' is ignored.
2122
2123 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2124
2125         * wl-folder.el (wl-folder-open-folder): Avoid error.
2126         Reported by John Owens, [wl-en:815]
2127
2128         * wl.el (wl): Set timer for biff process even if prefix argument
2129         is given or auto-checking is quitted.
2130
2131         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2132         immediately.
2133         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2134         (wl-toggle-plugged): Ditto.
2135
2136         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2137         * wl-util.el (wl-biff-start): Use idle timer if
2138         `wl-biff-use-idle-timer' is non-nil.
2139
2140 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-highlight.el (wl-highlight-message): Fix description.
2143
2144 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2145
2146         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2147         tty.
2148
2149 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2150
2151         * wl-action.el (wl-summary-exec): Print failure count.
2152
2153 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2154
2155         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2156         to `defun', remove interactive form.
2157         Set elmo-message-fetch-confirm when force-reload is non-nil.
2158
2159 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-summary.el (toplevel): Removed unnecessary autoload.
2162
2163 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2164
2165         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2166         the buffer is generated from another message buffer.
2167
2168 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2169
2170         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2171         extracted from `wl-fldmgr-save-folders'.
2172         (wl-fldmgr-delete): Call it after deletion.
2173
2174 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2177         multi-tty support.
2178
2179 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2180
2181         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2182
2183 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2184
2185         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2186         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2187
2188 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2191         unsubscribe list only if argument CLEAR is nil.
2192
2193 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-draft.el (wl-draft-reply): Decode subject before removing
2196         Re: prefix.
2197
2198 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2199
2200         * wl-summary.el (wl-summary-sort-by-size): New command.
2201
2202 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2203
2204         * wl-summary.el (wl-summary-number-list-from-region): New
2205         function.
2206         (wl-summary-mark-as-read-region): Use it.
2207         (wl-summary-mark-as-unread-region): Ditto.
2208         (wl-summary-set-flags-region): Ditto and add optional argument
2209         remove.
2210         (wl-summary-mark-as-answered-region): Ditto.
2211         (wl-summary-mark-as-important-region): Ditto.
2212         (wl-summary-target-mark-mark-as-important): Added optional
2213         argument remove.
2214         (wl-summary-target-mark-mark-as-answered): Ditto.
2215         (wl-summary-target-mark-set-flags): Ditto.
2216
2217 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2218
2219         * wl-summary.el (wl-summary-set-flags-region): Call
2220         `wl-summary-set-flags-internal' with number list instead of call
2221         one by each message.
2222         (wl-summary-target-mark-set-flags): Likewise.
2223
2224 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2227         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2228         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2229         (wl-summary-target-mark-mark-as-answered): Likewise.
2230
2231 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2232
2233         * wl-summary.el (wl-summary-target-mark-forward): Use
2234         `wl-summary-delete-all-target-marks' instead of
2235         `wl-summary-delete-all-temp-marks'.
2236         (wl-summary-target-mark-reply-with-citation): Ditto.
2237         (wl-summary-target-mark-uudecode): Ditto.
2238         (wl-summary-target-mark-set-flags): Ditto and remove needless
2239         cursor move.
2240
2241 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2242
2243         * wl-summary.el (wl-summary-target-mark-forward): Protect
2244         wl-summary-buffer-target-mark-list from nreverse.
2245         (wl-summary-target-mark-reply-with-citation): Ditto.
2246
2247 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248
2249         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2250         `elmo-display-progress-threshold'.
2251
2252 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2253
2254         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2255         check `wl-summary-highlight'.
2256         (wl-summary-window-scroll-functions): Respect value of
2257         `wl-summary-highlight'.
2258         (wl-summary-sync-update): Run hooks
2259         `wl-summary-buffer-window-scroll-functions' at any time.
2260
2261 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2262
2263         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2264         from `wl-summary-cleanup-temp-marks'.
2265         (wl-summary-cleanup-temp-marks): Abolish argument.
2266         * wl.el (wl-save-status): Revert previous change.
2267         (wl-execute-temp-marks): New function, call
2268         `wl-summary-exec-with-confirmation'.
2269         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2270         (wl-folder-save-and-exec-marks): Abolished.
2271
2272 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2273
2274         * wl-e21.el (wl-e21-display-image-p): Respect
2275         `wl-highlight-folder-with-icon'.
2276         (wl-e21-highlight-folder-group-line): Highlight mouse line
2277         even if wl-e21-display-image-p is nil.
2278
2279         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2280         Respect value of `wl-summary-highlight'.
2281
2282         * wl.el (wl-save-status): Remove unused variable.
2283
2284         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2285         (wl-folder-mode-map): Bind it to "x".
2286
2287 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2288
2289         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2290
2291         * wl-thread.el (wl-thread-get-parent-list): Don't check
2292         disconnected ancestors, neglecting needless work in
2293         `wl-thread-update-indent-string-thread'.
2294
2295         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2296         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2297         argument, add argument default-keep to keep marks by default.
2298
2299         * Version number is increased to 2.11.30.
2300
2301         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2302         customization type and docstring.
2303         (wl-draft-reply-without-argument-list): Ditto.
2304
2305 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2306
2307         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2308
2309         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2310
2311 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2314
2315 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2316
2317         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2318         save-excursion so as not to include run-hooks.
2319
2320 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2321
2322         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2323         Clarify that marks are going to be cleared.
2324
2325 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2326
2327         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2328         according to 3rd element of wl-summary-flag-mark.
2329
2330         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2331
2332 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-action.el (wl-summary-target-mark-all): Don't set
2335         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2336
2337 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2340         (wl-forward-subject-prefix): Ditto.
2341         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2342         (wl-draft-reply-make-subject): Ditto.
2343
2344         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2345         `wl-draft-forward'.
2346         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2347
2348 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2349
2350         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2351         target message does not exist.
2352
2353 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2354
2355         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2356         `wl-subject-prefix-regexp'.
2357         (wl-subject-forward-prefix-regexp): New variable.
2358         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2359         `wl-draft-strip-subject-re' and take regexp as argument.
2360         (wl-draft-forward): Use it.
2361         (wl-draft-reply): Ditto.
2362
2363 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2364
2365         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2366         emacs multi-tty support.
2367
2368 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2369
2370         * wl-e21.el (wl-e21-display-image-p): Don't call
2371         `display-images-p'.
2372         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2373         support.
2374         (wl-highlight-folder-current-line): Ditto.
2375         (wl-folder-init-icons): Ditto.
2376
2377 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2378
2379         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2380         the last line of summary in unplugged mode.
2381
2382 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2383
2384         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2385
2386 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2387
2388         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2389         * wl-address.el (wl-address-user-mail-address-p): Use it.
2390         (wl-address-delete-user-mail-addresses): Ditto.
2391         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2392
2393         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2394         (wl-address-delete-user-mail-addresses): Ditto.
2395
2396         * wl-address.el (wl-address-delete-user-mail-addresses): New
2397         function.
2398         * wl-refile.el (wl-refile-guess-by-history): Use it.
2399         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2400         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2401
2402         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2403         use wl-address-user-mail-address-p.
2404
2405 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2406
2407         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2408         after opening group.
2409
2410 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2411
2412         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2413         of elmo-set-buffer-multibyte.
2414
2415         * wl-message.el (wl-original-message-mode): Ditto.
2416
2417         * wl-score.el (wl-score-insert-header): Ditto.
2418
2419         * wl-summary.el
2420         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2421         (wl-summary-goto-folder-subr): Ditto.
2422         (wl-summary-insert-headers): Ditto.
2423
2424         * wl-util.el (wl-set-string-width): Ditto.
2425
2426         * Version number is increased to 2.11.29.
2427
2428 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2429
2430         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2431         (wl-highlight-summary-line-help-echo-alist): New variable.
2432         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2433         into `wl-highlight-summary-line-help-echo' and
2434         `wl-highlight-flag-folder-help-echo'.
2435         (wl-highlight-summary-line-string): Change accordingly.
2436         (wl-highlight-summary-current-line): Ditto.
2437
2438 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2439
2440         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2441         at the beginning of field body (Thanks to Markus Knittig).
2442
2443         * wl-draft.el (wl-draft-insert-current-message): Also check
2444         summary buffer, remove unnecessary tag.
2445
2446 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2447
2448         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2449         when wl-message-buffer is nil.
2450
2451         * wl-folder.el (wl-folder): Abolish unused argument.
2452         Call wl-folder-init when wl-folder-entity is nil.
2453         * wl.el (wl): Change accordingly.
2454
2455 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2456
2457         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2458         multibyte string before insert into draft buffer.
2459         (wl-draft-create-buffer): Always enable multibyte characters for
2460         draft buffer.
2461
2462         * Version number is increased to 2.11.28.
2463
2464 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2465
2466         * wl-folder.el (wl-folder-open-close): Handle blank line.
2467         (wl-folder-jump-to-current-entity): Ditto.
2468
2469 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2470
2471         * Version number is increased to 2.11.27.
2472
2473 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2474
2475         * wl-thread.el (wl-thread-insert-message): When the thread is
2476         devided by wl-summary-max-thread-depth, insert line at the end of
2477         buffer.
2478
2479 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2480
2481         * Version number is increased to 2.11.26.
2482
2483 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2484
2485         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2486
2487 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2488
2489         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2490         value of stream-type and session.
2491
2492 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2493
2494         * Version number is increased to 2.11.25.
2495
2496 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2497
2498         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2499         in a quit message.
2500
2501 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2502
2503         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2504         (wl-summary-redisplay-no-mime-internal): Ditto.
2505
2506 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2507
2508         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2509         * wl-vars.el (wl-smtp-connection-type): Ditto.
2510
2511 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2512
2513         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2514         for the separator line and quote mail-header-separator.
2515
2516 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2517
2518         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2519         result message.
2520
2521         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2522         `elmo-multiple-fields-body-list' with boundary as
2523         mail-header-separator.
2524
2525 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2526
2527         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2528
2529 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-util.el (wl-list-diff): Remove unused function.
2532
2533         * wl-draft.el (wl-draft-send-confirm): Discard input before
2534         confirmation.
2535
2536 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2539         order of flag and new.
2540
2541 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2542
2543         * wl-vars.el (wl-refile-policy-alist): Abolished.
2544
2545         * wl-action.el (wl-summary-set-action-refile): Follow the change
2546         above.
2547
2548 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * wl-highlight.el (wl-highlight-signature-search): Don't use
2551         re-search-backward for a long word since it is possible to crash
2552         XEmacs because of a bug.
2553
2554 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2555
2556         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2557
2558 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2559
2560         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2561         argument for wl-summary-sync-force-update.
2562
2563 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2564
2565         * wl-summary.el (wl-summary-mode-map): Revival of
2566         wl-summary-mark-as-important related bindings;
2567         Bind 'F','tF','mF','rF','m&'.
2568         (wl-summary-mark-as-important-region): Revival.
2569         (wl-summary-target-mark-mark-as-important): Ditto.
2570         (wl-summary-target-mark-operation): New function.
2571         (wl-summary-target-mark-mark-as-answered): Use it.
2572         (wl-summary-decide-flag): Don't set Important as default.
2573         (wl-summary-mark-as-important-internal): Revival.
2574         (wl-summary-mark-as-important): Ditto.
2575
2576         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2577
2578         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2579         instead of facep.
2580
2581 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2582
2583         * wl-dnd.el (wl-dnd-drop-func): Fix.
2584
2585         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2586         mouse-set-point instead of posn-point.
2587
2588         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2589
2590         * wl-mule.el (wl-completing-read-multiple): Ditto.
2591
2592 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-demo.el (face-background-name): Defalias to avoid compile
2595         warning.
2596
2597 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2598
2599         * wl-summary.el (wl-summary-decide-flag): Use
2600         wl-completing-read-multiple instead of completing-read-multiple.
2601
2602         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2603         New alias.
2604
2605         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2606         Use face-background-name instead of face-background.
2607
2608         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2609
2610         * wl-summary.el (wl-summary-save): Use it.
2611         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2612
2613         * wl-mime.el (wl-mime-save-content): Fix last change.
2614
2615 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2616
2617         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2618         New function.
2619         (wl-summary-sort-specs): Added sort.
2620         * wl-mime.el (wl-mime-save-content): Expand file name.
2621
2622 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2625
2626         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2627
2628 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2629
2630         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2631         for flag if it is not defined.
2632
2633 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2634
2635         * wl-e21.el (wl-highlight-folder-current-line): Use
2636         elmo-folder-type-internal when elmo-folder-type returns nil.
2637
2638         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2639
2640         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2641
2642         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2643
2644         * wl-e21.el (wl-summary-toolbar): Ditto.
2645
2646         * wl-vars.el (wl-demo-background-color): Abolished.
2647         (wl-summary-persistent-mark-priority-list): Renamed from
2648         wl-summary-flag-priority-list.
2649         (wl-summary-flag-alist): New user option.
2650         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2651         (wl-message-mode-line-format-spec-alist): Added 'F'.
2652         (wl-message-mode-line-format): Likewise.
2653         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2654         instead of wl-summary-important-mark.
2655         (wl-file-folder-icon): New variable.
2656
2657         * wl-thread.el (wl-thread-set-flags): Renamed from
2658         wl-thread-mark-as-important.
2659
2660         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2661         warning.
2662         (wl-summary-mode-menu-spec): Follow the change of 
2663         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2664         (wl-summary-mode-map): Follow the change of
2665         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2666         (wl-summary-detect-mark-position): Follow the variable name change.
2667         (wl-summary-set-flags-region): New function for the replacement of
2668         wl-summary-mark-as-important-region.
2669         (wl-summary-sync-marks): Sync all global-flags.
2670         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2671         instead of elmo-message-flagged-p.
2672         (wl-summary-persistent-mark-string): Follow the variable name change;
2673         Put wl-summary-flag-mark if the message has global-flag.
2674         (wl-summary-target-mark-set-flags): Renamed from 
2675         wl-summary-target-mark-mark-as-important.
2676         (wl-summary-decide-flag): New function.
2677         (wl-summary-set-flags-internal): Renamed from
2678         wl-summary-mark-as-important-internal.
2679         (wl-summary-add-flags-internal): New function.
2680         (wl-summary-remove-flags-internal): Ditto.
2681         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2682         (wl-summary-mark-as-unimportant): Abolish.
2683         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2684         (wl-summary-next-message): List flagged messages in the msgdb.
2685
2686         * wl-score.el (wl-summary-score-update-all-lines): Use
2687         wl-summary-add-flags-internal instead of 
2688
2689         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2690
2691         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2692         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2693         (wl-message-buffer-require-all-header): Renamed from
2694         wl-message-buffer-all-header-flag (Ditto).
2695         (wl-message-buffer-flag-indicator): New variable.
2696         (wl-message-redisplay): Changed local varibale name from `flag' to
2697         `display-type'; Set up wl-message-buffer-flag-indicator.
2698         (wl-message-buffer-display): Changed varibale name from `flag' to
2699         `display-type'.
2700         (wl-message-display-internal): Likewise.
2701
2702         * wl-highlight.el (wl-highlight-demo-face): Define default background
2703         color.
2704         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2705
2706         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2707
2708         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2709         (wl-demo-setup-properties): Renamed from
2710         `wl-demo-set-background-color'.
2711         (wl-demo): Follow the change above.
2712         
2713         * Version number is increased to 2.11.24.
2714
2715 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2716
2717         * wl-summary.el (wl-summary-toggle-thread): Call
2718         `wl-summary-rescan' with disable-thread as non-nil.
2719         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2720
2721 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2722
2723         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2724         foreground property of the face.
2725         (wl-demo-insert-text): Don't set up face property here.
2726         (wl-demo): Call wl-demo-set-background-color, anyway.
2727
2728 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2729
2730         * wl-vars.el (wl-demo-background-color): The value can be nil.
2731
2732 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2735         to wl-summary-wheel-dispatcher.
2736
2737         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2738         wl-message-wheel-dispatcher.
2739         (wl-message-wheel-dispatcher): New function.
2740         (wl-summary-wheel-dispatcher): Ditto.
2741
2742 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2743
2744         * wl-action.el (wl-summary-target-mark-all): List messages which are
2745         not in the killed-list.
2746
2747         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2748         only when the folder is 'flag/important.
2749
2750         * wl-address.el (wl-complete-field-body): Complete if the last
2751         character is a space.
2752
2753 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * wl-folder.el (wl-folder-clear-entity-info): Use
2756         elmo-clear-hash-val.
2757
2758         * wl-fldmgr.el (wl-fldmgr-rename): Set
2759         wl-folder-info-alist-modified as t.
2760
2761 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2762
2763         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2764
2765 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2766
2767         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2768         (wl-folder-buffer-last-visited-entity-id): New buffer local
2769         variable.
2770         (wl-folder-revisit-last-visited-folder): New function.
2771         (wl-folder-mode-map): Bind it to "C-i".
2772         (wl-folder-set-current-entity-id): Set last visited folder.
2773         * wl-summary.el (wl-summary-exit): Ditto.
2774
2775 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2778         before calling `recenter' in order to cope with an XEmacs bug.
2779
2780 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2781
2782         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2783         to the default value.
2784
2785 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2786
2787         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2788         change.
2789         (wl-summary-sync-marks): Ditto.
2790         (wl-summary-mark-as-read-internal): Ditto.
2791         (wl-summary-mark-as-answered-internal): Ditto.
2792         (wl-summary-mark-as-important-internal): Ditto.
2793         (wl-summary-reply): Ditto.
2794
2795         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2796         instead of `elmo-folder-unflag-answered'.
2797
2798         * Version number is increased to 2.11.23.
2799
2800         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2801         the last change.
2802
2803 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2804
2805         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2806         Specify "spam" or "good".
2807
2808 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * wl-spam.el (wl-summary-exec-action-spam): Call
2811         wl-folder-confirm-existence for spam folder.
2812         (wl-spam-setup): Bind "mk".
2813
2814 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2817
2818 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2819
2820         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2821         destination folder is empty.
2822
2823 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2824
2825         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2826         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2827
2828         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2829         (wl-summary-refile-prev-destination-region): New function.
2830         (wl-thread-refile-prev-destination): Ditto.
2831         (wl-summary-target-mark-refile-prev-destination): Ditto.
2832
2833 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2834
2835         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2836         (wl-demo-background-color): Changed default value.
2837
2838         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2839         color.
2840
2841         * wl-demo.el (wl-demo-set-background-color): New function.
2842         (wl-demo): Call it.
2843
2844 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2845
2846         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2847         * wl-address.el (wl-address-add-or-change): Don't add empty
2848         address.
2849
2850 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2851
2852         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2853
2854 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2855
2856         * wl-vars.el (wl-demo-image-filter-alist): New variable
2857         (wl-demo-background-color): Ditto.
2858
2859         * wl-demo.el (wl-demo-xpm-set-background): New function.
2860         (wl-demo-image-filter): Ditto.
2861         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2862
2863         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2864
2865         * wl-demo.el (wl-demo-icon-name): Define as function.
2866         (wl-demo-insert-image): Use it.
2867
2868 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2869
2870         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2871
2872 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2873
2874         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2875
2876 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2879
2880 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2881
2882         * wl-thread.el (wl-thread-mark-as-answered): New function.
2883
2884         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2885         answered" entry.
2886         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2887         "r&" and wl-thread-mark-as-answered to "t&".
2888         (wl-summary-mark-as-important-region): Refine to toggle mark.
2889         (wl-summary-mark-as-answered-region): New function.
2890         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2891         and 3rd argument.
2892         (wl-summary-mark-as-important-internal): Likewise.
2893
2894 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-template.el (wl-template-preview): New internal variable.
2897         (wl-template-preview-p): New function.
2898         (wl-template-show): Bind `wl-template-preview' as t.
2899
2900 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2901
2902         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2903         `elmo-message-entity-field' with 3rd argument which is non-nil.
2904
2905 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2908         Removed duplicate local bind `folder'.
2909
2910 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2911
2912         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2913
2914 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2915
2916         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2917         duplicate definition.
2918
2919 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2922         non-nil, use it; Don't fetch message if there's no message in the
2923         current cursor position.
2924
2925 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2926
2927         * wl-util.el (wl-region-exists-p): Use region-active-p.
2928         (wl-deactivate-region): New function.
2929         * wl-message.el (wl-message-redisplay): Deactivate region.
2930
2931         * wl-summary.el (wl-summary-reply): Call
2932         `wl-summary-set-message-buffer-or-redisplay' instead of
2933         `wl-summary-redisplay-internal', don't move point.
2934
2935 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2938         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2939         by regexp.
2940
2941 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942
2943         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2944         if no need.
2945
2946 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2949         default value to nil.
2950         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2951         `wl-summary-prepare-hook'; Replace refile action to
2952         `wl-summary-exec-action-refile-with-register'.
2953
2954         * Version number is increased to 2.11.22.
2955
2956 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2957
2958         * wl-summary.el (wl-summary-detect-mark-position): Set
2959         `wl-summary-buffer-weekday-name-lang'.
2960
2961 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2962
2963         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2964         (wl-summary-mark-as-read-all): Ditto.
2965         (wl-summary-delete-messages-on-buffer): Ditto.
2966         (wl-summary-sync-update): Ditto.
2967         (wl-summary-mark-as-read-internal): Ditto.
2968         (wl-summary-mark-as-answered-internal): Ditto.
2969         (wl-summary-update-folder-info): Abolished.
2970
2971 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2972
2973         * wl-summary.el (wl-summary-mark-as-read-all): Use
2974         `wl-summary-update-folder-info' instead of
2975         `wl-folder-update-unread'.
2976
2977 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2978
2979         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2980         `wl-summary-folder-info-update'.
2981         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2982         instead of `wl-summary-folder-info-update'.
2983         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2984         `wl-folder-set-folder-updated'.
2985         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2986         instead of `wl-folder-update-unread'.
2987         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2988         the value of `wl-summary-buffer-unread-count' for the second parameter of
2989         `wl-folder-update-unread'.
2990
2991         * Version number is increased to 2.11.21.
2992
2993 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2994
2995         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2996         a local variable.
2997
2998 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3001         interactively.
3002
3003         * wl-summary.el (wl-summary-mark-as-important-internal): New
3004         internal function.
3005         (wl-summary-mark-as-important): Use it.
3006         (wl-summary-mark-as-unimportant): New function.
3007         (wl-summary-sync-marks): Follow the API change.
3008
3009         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3010
3011         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3012
3013 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3014
3015         * wl-folder.el (wl-folder-update-unread): Re-indent.
3016         Narrow the scope of a local variable.
3017
3018 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3021         (wl-addrmgr-merge-entries): Ditto.
3022         (wl-addrmgr): Added to address entry which exists in draft buffer
3023         if no entry is in original.
3024
3025 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3026
3027         * wl-batch.el: New file.
3028
3029 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3030
3031         * wl-vars.el (wl-use-semi): Remove unused variable.
3032
3033 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3034
3035         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3036         "?".
3037
3038 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3041         wl-summary-new-mark.
3042         (wl-summary-new-cached-mark): New user option.
3043         (wl-summary-score-marks): Follow the change above.
3044         (wl-summary-auto-refile-skip-marks): Ditto.
3045         (wl-summary-incorporate-marks): Ditto.
3046         (wl-summary-expire-reserve-marks): Ditto.
3047
3048         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3049
3050         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3051         (wl-summary-persistent-mark-string): Distinguished between cached
3052         and uncached mark when the message is new.
3053
3054 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl-spam.el (wl-spam-domain): Renamed from
3057         `wl-spam-folder-guess-domain'.
3058         (wl-summary-exec-action-spam): Register as spam if domain of the
3059         source folder is good.
3060         (wl-summary-exec-action-refile-with-register): Register message if
3061         domain of the source folder is not undecided.
3062
3063 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3066         detect thread loop.
3067
3068 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3071         and wl-summary-skip-mark-list.
3072
3073 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3074
3075         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3076
3077         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3078
3079         * wl-spam.el (toplevel): Require wl-highlight.
3080         (wl-spam-auto-check-policy-alist): Abolish.
3081         (wl-spam-auto-check-folder-regexp-list): New user option.
3082         (wl-spam-auto-check-marks): Ditto.
3083         (wl-spam-mark-action-list): Ditto.
3084         (wl-highlight-summary-spam-face): New face.
3085         (wl-spam-auto-check-message-p): New function.
3086         (wl-spam-map-spam-messages): Fixed message.
3087         (wl-spam-register-spam-messages): Ditto.
3088         (wl-spam-register-good-messages): Ditto.
3089         (wl-summary-spam-map): Add and remove keybind.
3090         (wl-summary-target-mark-spam): Abolish.
3091         (wl-summary-refile-spam): Ditto.
3092         (wl-summary-test-spam): New function.
3093         (wl-summary-mark-spam): Ditto.
3094         (wl-summary-auto-check-spam): Follow the above change.
3095         (wl-summary-exec-action-spam): New function.
3096         (wl-summary-exec-action-refile-with-register): Fixed message.
3097         (wl-message-check-spam): New function.
3098         (wl-spam-setup): Ditto.
3099         (toplevel): Call it if this file is loaded interactivity.
3100
3101         * Version number is increased to 2.11.20.
3102
3103 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3106         when new optional argument `force' is non nil or modified.
3107
3108 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl.el (toplevel): Require wl-spam when compile.
3111         (wl-save-status): Call wl-spam-save-status.
3112
3113         * wl-spam.el (wl-spam-register-spam-messages): New function.
3114         (wl-spam-register-good-messages): Ditto.
3115         (wl-spam-save-status): Ditto.
3116         (wl-summary-mode-map): Bind
3117         wl-summary-target-mark-register-as-spam to "ms" and
3118         wl-summary-target-mark-register-as-good to "mn".
3119         (wl-summary-register-as-spam): Abolish optional argument; Use
3120         wl-spam-register-spam-messages.
3121         (wl-summary-register-as-spam-all): Use
3122         wl-spam-register-spam-messages.
3123         (wl-summary-register-as-good): Abolish optional argument; Use
3124         wl-spam-register-good-messages.
3125         (wl-summary-register-as-good-all): Use
3126         wl-spam-register-good-messages.
3127         (wl-summary-target-mark-register-as-spam): New funtion.
3128         (wl-summary-target-mark-register-as-good): Ditto.
3129
3130 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-spam.el: New file.
3133
3134 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3137
3138         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3139         (wl-summary-auto-refile): Call wl-refile-guess with
3140         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3141
3142 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3143
3144         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3145         with disable-thread argument non-nil.
3146
3147 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-summary.el (wl-summary-rescan): Added optional argument
3150         disable-thread.
3151         (wl-summary-sync): Call wl-summary-rescan with argument
3152         disable-thread.
3153         (wl-summary-input-range): Added new range `rescan-thread'.
3154
3155 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3158
3159 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3162         internal variable.
3163         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3164         wl-summary-search-parent-by-subject-regexp and
3165         wl-summary-divide-thread-when-subject-changed as nil.
3166         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3167         (wl-summary-insert-thread): Search parent entity from
3168         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3169         thread loop.
3170
3171 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3174
3175         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3176
3177         * wl-util.el (wl-require-update-all-folder-p): New function.
3178         (wl-get-assoc-list-value): Added `function' to match directive.
3179         (wl-collect-draft): Rewrite.
3180
3181         * wl-summary.el (wl-summary-sync-update): Clear faces
3182         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3183         are non-nil.
3184         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3185         argument as function.
3186         (wl-summary-input-range): Ditto.
3187
3188         * wl-folder.el (wl-draft-get-folder): New function.
3189         (wl-folder-get-elmo-folder): Consider draft folder.
3190
3191         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3192         (wl-draft-buffer-message-number): New buffer local variable.
3193         (wl-draft-folder-internal): New internal variable.
3194         (wl-draft-delete): Rewrite.
3195         (wl-draft-save): Ditto.
3196         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3197         wl-folder-get-elmo-folder.
3198         (wl-draft-config-info-operation): Ditto.
3199         (wl-jump-to-draft-folder): Ditto.
3200         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3201         (wl-draft-reedit): Rewrite.
3202
3203         * Version number is increased to 2.11.19.
3204         
3205 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3206
3207         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3208         variable.
3209
3210 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3213         Use ignore-errors instead of unwind-protect.
3214
3215 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3216
3217         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3218         for updating `wl-thread-entity-list'.
3219
3220 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3221
3222         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3223         parameter from calling `wl-thread-entity-get-older-brothers' and
3224         `wl-thread-entity-get-younger-brothers'.
3225         Replace nested `append' with a single one.
3226
3227 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-summary.el (wl-summary-mode): Don't use the return value of
3230         `make-local-hook'.
3231
3232 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3233
3234         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3235         instead of `let*'.
3236         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3237         of local variables.
3238
3239 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3240
3241         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3242         Renamed from wl-summary-window-scroll-functions.
3243         (wl-summary-window-scroll-functions): Don't set to variable.
3244         (wl-summary-display-top): Use run-hooks.
3245         (wl-summary-display-bottom): Ditto.
3246         (wl-summary-toggle-disp-msg): Ditto.
3247         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3248         Use it instead of wl-summary-window-scroll-functions.
3249         (wl-summary-goto-folder-subr): Don't call
3250         wl-summary-window-scroll-functions, use
3251         wl-summary-buffer-window-scroll-functions instead.
3252
3253 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3254
3255         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3256         make-local-variable.
3257
3258 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3259
3260         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3261         set-buffer-modified-p.
3262         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3263         (wl-summary-display-bottom): Ditto.
3264         (wl-summary-toggle-disp-msg): Ditto.
3265
3266 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3267
3268         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3269
3270         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3271         (wl-summary-forward): Use elmo-message-entity-field instead of
3272         elmo-message-field.
3273
3274         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3275
3276 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3277
3278         * wl-summary.el (wl-summary-window-scroll-functions): No use
3279         `append'.
3280
3281 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3284         function.
3285         (wl-summary-window-scroll-functions): Call it when both
3286         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3287         (wl-summary-temp-mark): Added optional argument number.
3288         (wl-summary-message-mark): Added optional argument flag.
3289         (wl-summary-persistent-mark): Added optional argument number and flag.
3290         (wl-summary-update-persistent-mark): Ditto.
3291         (wl-summary-update-status-marks): Set "r" for interactive spec.
3292
3293         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3294         argument number and flag.
3295
3296         * wl-action.el (wl-summary-registered-temp-mark): 
3297         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3298
3299 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3300
3301         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3302         internal variable (buffer local).
3303         (wl-summary-window-scroll-functions): New function.
3304         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3305         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3306         as nil.
3307         (wl-summary-update-status-marks): Added arguments beg, end and
3308         check.
3309         (wl-summary-update-mark-window): Use function.
3310         (wl-summary-sync-update): Follow the change above.
3311         (wl-summary-switch-to-clone-buffer): Copy
3312         wl-summary-buffer-unsync-mark-number-list.
3313         (wl-summary-goto-folder-subr): Set
3314         wl-summary-buffer-unsync-mark-number-list and
3315         use wl-summary-window-scroll-functions instead of
3316         wl-summary-lazy-highlight.
3317
3318         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3319
3320 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3321
3322         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3323
3324         * wl-summary.el (wl-summary-update-persistent-mark): Call
3325         wl-summary-set-message-modified.
3326
3327         * wl-summary.el (wl-summary-sync-update): Don't call
3328         wl-summary-update-status-marks.
3329
3330         * Version number is increased to 2.11.18.
3331
3332 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3335         (wl-message-next-page): Ditto.
3336
3337 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3338
3339         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3340         local variable.  Change the order of a collected list into the
3341         same as the specified range.  Remove nil from a collected list.
3342
3343 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3346         argument for elmo-folder-list-messages.
3347
3348 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3349
3350         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3351         change (wl-summary-count-unreads return a list instead of a cons
3352         cell).
3353
3354 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3355
3356         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3357         `wl-summary-folder-info-update'.
3358
3359 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3360
3361         * wl-summary.el (wl-summary-set-message-modified): No use
3362         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3363         (wl-summary-set-mark-modified): Abolish.
3364         (wl-summary-mark-modified-p): Ditto.
3365         (wl-summary-save-view): Follow the change above.
3366
3367         * wl-expire.el (wl-summary-expire): Likewise.
3368
3369 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl-summary.el (wl-summary-detect-mark-position): Use
3372         modb-entity-handler.
3373         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3374
3375         * Version number is increased to 2.11.17.
3376
3377 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3378
3379         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3380         entity field value.
3381         (wl-summary-prefetch-msg): Ditto.
3382         (wl-summary-print-message-with-ps-print): Ditto.
3383
3384 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3385
3386         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3387         for dummy entity.
3388         (wl-summary-insert-thread): Use elmo-message-entity-field.
3389         (wl-summary-update-thread): Use elmo-message-entity-field and
3390         elmo-message-entity-number.
3391         (wl-summary-line-number):  Use elmo-message-entity-number.
3392         (wl-summary-line-size): Use elmo-message-entity-field.
3393         (wl-summary-line-subject): Ditto.
3394         (wl-summary-line-from): Ditto.
3395         (wl-summary-line-attached): Ditto.
3396         (wl-summary-create-line): Ditto.
3397         (wl-summary-create-line): Use elmo-message-entity-number.
3398         (wl-summary-print-message-with-ps-print): Use
3399         elmo-message-entity-field.
3400
3401 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3404         change in elmo-msgdb-make-message-entity.
3405         (wl-summary-buffer-set-folder): Don't call
3406         wl-summary-detect-mark-position here.
3407         (wl-summary-rescan): Call elmo-message-entity-number.
3408         (wl-summary-sync-update): Ditto.
3409         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3410
3411         * wl-score.el (wl-score-header-index): Redefine 2th element.
3412         (wl-score-overview-entity-get-extra): Abolish.
3413         (wl-score-ov-entity-get): Rewrite.
3414         (wl-score-string-index<, wl-score-string-func<): Abolish.
3415         (wl-score-string<): New function.
3416         (wl-score-string-sort): Use it.
3417
3418         * wl-refile.el (wl-refile-guess-by-history): Use
3419         elmo-message-entity-field.
3420         (wl-refile-guess-by-from): Ditto.
3421         (wl-refile-guess-by-msgid): Ditto.
3422
3423         * Version number is increased to 2.11.16.
3424
3425 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3426
3427         * wl-folder.el (wl-folder-confirm-existence): Don't call
3428         file-exists-p if msgdb-path is nil.
3429         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3430         `wl-read-folder-hist' to `wl-read-folder-history'.
3431
3432 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3433
3434         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3435         `y-or-n-p'.
3436
3437 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3438
3439         * wl-score.el (wl-score-headers): Don't use
3440         elmo-folder-do-each-message-entity.
3441
3442         * Version number is increased to 2.11.15.
3443
3444 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3445
3446         * wl-summary.el (wl-summary-delete-all-msgs): Use
3447         elmo-folder-move-messages instead of elmo-folder-delete-messages
3448         and elmo-folder-detach-messages.
3449         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3450
3451         * wl-expire.el (wl-expire-delete): Ditto.
3452         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3453
3454 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3457         (wl-message-header-narrowing-fields): Ditto.
3458         (wl-message-header-narrowing-lines): Ditto.
3459         (wl-message-header-narrowing-string): Ditto.
3460
3461         * wl-summary.el (wl-summary-mode-map): Bind
3462         wl-summary-toggle-header-narrowing to "C-cC-f".
3463         (wl-summary-toggle-header-narrowing): New function.
3464
3465         * wl-message.el (wl-message-buffer-create): Call
3466         wl-message-header-narrowing-setup.
3467         (wl-message-redisplay): Call wl-message-header-narrowing.
3468         (wl-message-header-narrowing): New function.
3469         (wl-message-header-narrowing-map): New keymap.
3470         (wl-message-header-narrowing-widen-map): New keymap.
3471         (wl-message-header-narrowing-again-at-mouse): New function.
3472         (wl-message-header-narrowing-1): Ditto.
3473         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3474         (wl-message-header-narrowing-setup): Ditto.
3475         (wl-message-header-narrowing-toggle): Ditto.
3476         
3477         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3478
3479         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3480         'flag as all.
3481         (wl-use-flag-folder-help-echo): New user option.
3482
3483         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3484         wl-summary-highlight as nil.
3485         (wl-summary-set-mark-modified): Follow the API change.
3486         (wl-summary-mark-modified-p): Ditto.
3487         (wl-summary-mark-as-read-all): Ditto.
3488         (wl-summary-sync-marks): Don't call
3489         elmo-folder-list-messages-with-global-mark.
3490         (wl-summary-mark-as-read-internal): Follow the API change.
3491         (wl-summary-mark-as-answered-internal): Ditto.
3492         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3493         Follow the API change.
3494         (wl-summary-create-line): Call with number argument.
3495         (wl-summary-reply): Follow the API change.
3496
3497         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3498         function.
3499         (wl-highlight-summary-line-string): Call it when
3500         wl-use-flag-folder-help-echo is non-nil.
3501         (wl-highlight-summary-current-line): Ditto.
3502         (elmo-flag-folder-referrer): Added autoload setting.
3503
3504         * wl-draft.el (wl-draft-kill): Follow the API change.
3505
3506         * Version number is increased to 2.11.14.
3507         
3508 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3509
3510         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3511
3512 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3513
3514         * Version number is increased to 2.11.13.
3515
3516 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-draft.el (wl-draft-previous-history-element): Fixed
3519         unbalanced parenthesis and bind unbound local variables.
3520
3521 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3522
3523         * wl-draft.el (wl-draft-previous-history-element): New function.
3524         (wl-draft-next-history-element): Ditto.
3525         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3526         them to M-p and M-n.
3527
3528 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3529
3530         * Version number is increased to 2.11.12.
3531
3532 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3533
3534         * wl-draft.el (wl-draft-hide): Select buffer-window.
3535
3536 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3537
3538         * wl-summary.el (wl-summary-narrow-to-region): New function.
3539         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3540         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3541         (wl-summary-save-region): Use it.
3542         * wl-action.el (wl-summary-collect-numbers-region)
3543         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3544
3545 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3546
3547         * wl-folder.el (wl-folder-count-incorporates): Don't use
3548         `elmo-msgdb-mark-load'
3549
3550         * Version number is increased to 2.11.11.
3551
3552 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3553
3554         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3555         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3556
3557 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3558
3559         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3560
3561 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3562
3563         * Version number is increased to 2.11.10.
3564
3565 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3566
3567         * wl-mime.el (wl-draft-attribute-value): Fixed.
3568
3569 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3570
3571         * wl-util.el (wl-copy-local-variables): New function.
3572
3573         * wl-mime.el (wl-draft-attribute-recipients): New function.
3574         (wl-draft-attribute-envelope-from): Ditto.
3575         (wl-draft-attribute-smtp-posting-server): Ditto.
3576         (wl-draft-attribute-smtp-posting-port): Ditto.
3577         (wl-draft-attribute-value): Ditto.
3578         (wl-draft-preview-message): Use it to get value for
3579         attributes. Reflect result of `wl-draft-config'.
3580
3581         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3582         and call `wl-summary-mark-as-read' before to call
3583         `wl-summary-unset-mark'.
3584         (wl-summary-target-mark-mark-as-unread): Likewise.
3585         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3586
3587 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-mime.el (wl-draft-preview-message): Use actual value for
3590         attributes; Fix for small window.
3591
3592 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3593
3594         * wl-refile.el (wl-refile-get-field-value): Call
3595         `elmo-message-entity-field' with 3rd argument is non-nil.
3596
3597 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3598
3599         * wl-vars.el (wl-draft-preview-attributes): New user option.
3600         (wl-draft-preview-attributes-list): Ditto.
3601         (wl-draft-preview-attributes-buffer-lines): Ditto.
3602         (wl-draft-preview-attributes-buffer-name): Ditto.
3603
3604         * wl-mime.el (wl-draft-preview-message): Display attributes.
3605
3606 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3607
3608         * wl-summary.el (wl-summary-detect-mark-position): Bind
3609         wl-summary-flag-priority-list to '(new).
3610
3611 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3612
3613         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3614         funtion.
3615         (wl-highlight-summary-line-string): Use it.
3616         (wl-highlight-summary-current-line): Ditto.
3617
3618 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3619
3620         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3621         line even when the mark string is not changed.
3622
3623         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3624         argument change in the wl-summary-create-line.
3625         (wl-thread-insert-entity-sub): Ditto.
3626
3627         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3628         argument change in the wl-summary-create-line.
3629         (wl-summary-insert-sequential): Ditto.
3630         (wl-summary-update-thread): Ditto.
3631         (wl-summary-persistent-mark-string): New inline function.
3632         (wl-summary-message-mark): Use it.
3633         (wl-summary-create-line): Abolish argument wl-persistent-mark
3634         and added wl-flags, wl-cached.
3635
3636         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3637         mark to flags.
3638         (wl-highlight-summary-current-line): Decide the face not by the 
3639         persistent mark but flags.
3640
3641 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3644         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3645         wl-summary-read-uncached-mark): Revive.
3646         (wl-summary-answered-cached-mark,
3647         wl-summary-answered-uncached-mark): New user option.
3648         (wl-summary-score-marks): Follow the change above.
3649         (wl-summary-auto-refile-skip-marks): Ditto.
3650         (wl-summary-incorporate-marks): Ditto.
3651         (wl-summary-expire-reserve-marks): Ditto.
3652         (wl-summary-flag-priority-list): New user option.
3653
3654         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3655         changes.
3656         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3657         of elmo-message-mark.
3658         (wl-summary-mark-as-read-internal): Ditto.
3659         (wl-summary-mark-as-answered): Ditto.
3660         (wl-summary-mark-as-important): Ditto.
3661         (wl-summary-redisplay-internal): Ditto.
3662         (wl-summary-redisplay-no-mime-internal): Ditto.
3663         (wl-summary-message-mark): New function.
3664         (wl-summary-insert-sequential): Use wl-summary-message-mark
3665         instead of elmo-message-mark.
3666         (wl-summary-update-thread): Ditto.
3667         (wl-summary-persistent-mark): Ditto.
3668         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3669         instead of elmo-message-mark.
3670
3671         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3672         wl-summary-message-mark instead of elmo-message-mark.
3673         (wl-thread-insert-entity-sub): Ditto.
3674         (wl-thread-get-children-msgs-uncached): Ditto.
3675
3676         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3677         variable name changes.
3678         (wl-highlight-summary-current-line): Ditto.
3679
3680         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3681         wl-summary-message-mark instead of elmo-message-mark.
3682
3683         * wl-expire.el (wl-expire-message-p): Ditto.
3684
3685         * wl-score.el (wl-score-headers): Ditto.
3686
3687         * Version number is increased to 2.11.9.
3688
3689         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3690         (wl-summary-sync-update): Follow the change above.
3691         (wl-summary-switch-to-clone-buffer): Ditto.
3692         (wl-summary-open-folder): Ditto.
3693
3694 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3695
3696         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3697         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3698
3699         * Version number is increased to 2.11.8.
3700
3701         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3702
3703         * wl-expire.el (wl-expire-refile): Follow the API change on
3704         `elmo-folder-move-messages'.
3705         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3706
3707         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3708         (wl-summary-exec-action-refile): Ditto.
3709         (wl-summary-exec-action-copy): Ditto.
3710         (wl-summary-no-auto-refile-message-p): No use
3711         `wl-summary-buffer-msgdb'.
3712         (wl-summary-auto-refile): Ditto.
3713
3714 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3715
3716         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3717
3718 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3719
3720         * wl-summary.el (wl-summary-sync): Treat no-sync.
3721
3722         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3723         (wl-default-sync-range): Ditto.
3724
3725 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3726
3727         * wl-refile.el (wl-refile-subject-learn): Call
3728         `elmo-message-entity-field' with 3rd argument is non-nil.
3729         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3730         instead of `elmo-msgdb-overview-entity-get-subject'.
3731
3732 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3733
3734         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3735         scan-type is rescan.
3736         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3737         new optional argument force is non-nil.
3738         (wl-summary-save-view-cache): Call it with force argument non-nil.
3739
3740         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3741
3742 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3743
3744         * wl-action.el (wl-summary-print-argument): Fixed last change.
3745
3746 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3747
3748         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3749         simplified.
3750         (wl-summary-target-mark-mark-as-unread): Likewise.
3751         (wl-summary-target-mark-mark-as-important): Likewise.
3752
3753 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3754
3755         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3756         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3757         (wl-summary-mark-as-important-region): Change accordingly.
3758         (wl-summary-target-mark-mark-as-important): Ditto.
3759
3760 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3761
3762         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3763
3764         * wl-action.el (wl-summary-print-argument): Print argument to
3765         right side of window if `wl-summary-print-argument-within-window'
3766         is non-nil.
3767
3768 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3769
3770         * wl-action.el (wl-summary-set-mark): Use
3771         `wl-summary-message-visible-p' to check visibility of the message
3772         and jump to message only when the message line is visible and have
3773         different number; Call wl-summary-unset-mark with number argument.
3774         (wl-summary-unset-mark): 
3775         Use `wl-summary-message-visible-p'
3776         to check visibility of the message and jump to message only when
3777         the message line is visible and have different number;
3778
3779 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3780
3781         * Version number is increased to 2.11.7.
3782
3783         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3784         and wl-folder-summary-line-format.
3785
3786         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3787         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3788         (wl-summary-set-score-mark): Use it.
3789         (wl-summary-target-mark-mark-as-read): Ditto.
3790         (wl-summary-target-mark-mark-as-unread): Ditto.
3791         (wl-summary-target-mark-mark-as-important): Ditto.
3792         (wl-summary-target-mark-msgs): Simplified.
3793         (wl-summary-detect-mark-position): Fixed problem when
3794         summary-line-format no contain persisten/temp mark spec.
3795         (wl-summary-temp-mark): Ditto.
3796         (wl-summary-persistent-mark): Ditto.
3797         (wl-summary-update-persistent-mark): Ditto.
3798
3799         * wl-action.el (wl-summary-set-mark): Ditto.
3800         (wl-summary-unset-mark): Ditto.
3801         All other related portions are changed.
3802
3803 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * Version number is increased to 2.11.6.
3806
3807 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-util.el (wl-current-message-buffer): Define as function;
3810         Don't use the value of wl-messge-buffer.
3811
3812         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3813         persistent mark.
3814
3815         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3816         no current message, cause an error.
3817
3818 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3819
3820         * wl-summary.el (wl-summary-set-message-modified): Use
3821         elmo-folder-set-message-modified instead of
3822         elmo-folder-set-message-modified-internal.
3823
3824 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3825
3826         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3827         interactively.
3828         (wl-summary-sync): nokill->entirely.
3829         (wl-summary-sync-marks): Fixed message.
3830         (wl-summary-input-range): Added mark, nokill->entirely.
3831
3832         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3833         messages as read.
3834
3835 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3836
3837         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3838         update-noscore.
3839         (wl-summary-sync): Follow the change above.
3840
3841 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3842
3843         * wl-action.el (wl-summary-target-mark-all): Use
3844         elmo-folder-list-messages.
3845
3846 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3849         (wl-summary-rescan): Set wl-summary-scored as nil.
3850         (wl-summary-sync-force-update): Follow the change above.
3851         (wl-summary-sync): Ditto.
3852         (wl-summary-sync-update): Added argument disable-killed.
3853         (wl-summary-insert-headers): Set visible-only argument for
3854         elmo-folder-list-messages.
3855         (wl-summary-input-range): Added update-nokill, update-noscore,
3856         all-nokill, all-noscore and mark.
3857
3858         * Version number is increased to 2.11.5.
3859
3860         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3861
3862 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3863
3864         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3865         (wl-summary-prefetch-region-no-mark): Change accordingly.
3866         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3867
3868 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3869
3870         * wl-address.el (wl-complete-field-to): Abolished.
3871         (wl-complete-address): Completion function for completing-read.
3872         * wl-action.el (wl-summary-get-resend-address): Use it.
3873
3874         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3875         wl-summary-update-mark and abolish unused argument.
3876         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3877         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3878         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3879         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3880         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3881         * wl-draft.el (wl-draft-kill): Ditto.
3882
3883         * wl-summary.el: Remove unused binding of case-fold-search.
3884         (wl-summary-replace-status-marks): Abolished.
3885
3886 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3887
3888         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3889         is specified or folder length is zero.
3890
3891 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3892
3893         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3894         (wl-folder-archive-current-entity): Ditto.
3895
3896 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3899         retrieving message mark.
3900         (wl-summary-redisplay-internal): Ditto.
3901
3902         * wl-message.el (wl-message-buffer-display): Ignore errors while
3903         retrieving message-id field.
3904
3905         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3906         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3907         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3908         order of the arguments for `wl-expire-message-p'.
3909         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3910
3911         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3912         Check return value of wl-summary-reply.
3913         (wl-summary-reply): Recover window configuration when an error occured.
3914
3915 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3916
3917         * wl-summary.el (wl-summary-resend-message): Abolished, the
3918         feature is inherited by wl-summary-resend (put resend mark).
3919
3920 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3921
3922         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3923         wl-message-buffer to nil when the message is hide.
3924
3925 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3926
3927         * .cvsignore: New file.
3928
3929 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3930
3931         * wl-action.el (wl-summary-action-docstring): Add more info.
3932         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3933         duplicate definition.
3934         (wl-summary-define-mark-action): Functions wl-summary-*-region
3935         keep current position.
3936         (wl-summary-unregister-target-mark): Store result to the variable.
3937
3938 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * Version number is increased to 2.11.4.
3941
3942 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3943
3944         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3945         wl-summary-delete-all-temp-marks.
3946         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3947
3948         * wl-action.el (wl-summary-set-mark): Changed terminology
3949         refile-destination -> action-argument.
3950         (wl-summary-unset-mark): Ditto.
3951         (wl-summary-remove-argument): Ditto.
3952         (wl-summary-print-argument): Ditto.
3953
3954         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3955         (wl-thread-remove-argument-region): Ditto.
3956         (wl-thread-print-argument-region): Ditto.
3957         (wl-thread-close): Ditto.
3958         (wl-thread-open): Ditto.
3959
3960         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3961         (wl-highlight-refile-destination-face is abolished)
3962         (wl-highlight-action-argument-string): Ditto.
3963         (wl-highlight-summary-current-line): Highlight action argument.
3964
3965         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3966         color for light backgrounds.
3967         (wl-highlight-summary-answered-face): Ditto.
3968
3969 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3970
3971         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3972
3973         * wl-score.el (wl-summary-score-update-all-lines): Use
3974         wl-summary-set-mark.
3975         (wl-summary-score-update-all-lines): Kill expunged messages.
3976
3977         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3978
3979 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3980
3981         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3982         directly.
3983         (wl-score-overview-entity-get-lines): Ditto.
3984         (wl-score-overview-entity-get-xref): Ditto.
3985         (wl-score-get-latest-msgs): Ditto.
3986         (wl-summary-rescore): Ditto.
3987
3988         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3989         to "&".
3990         (wl-summary-mark-as-answered-internal): New inline function.
3991         (wl-summary-mark-as-answered): New function.
3992         (wl-summary-mark-as-unanswered): Ditto.
3993         (wl-summary-sync-marks): Modified for answered-mark synching.
3994
3995 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3996
3997         * wl-action.el (wl-summary-set-mark): Fixed last change.
3998
3999 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4000
4001         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4002         behavior of wl-summary-unread-message-hook
4003         (Pointed out by akira yamada <akira@arika.org>).
4004
4005 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4006
4007         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4008         wl-summary-delete.
4009         * wl-xmas.el (wl-summary-toolbar): Ditto.
4010
4011         * wl-action.el (wl-summary-set-mark): Don't override current
4012         temp-mark.
4013
4014         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4015
4016 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4019         (wl-refile-msgid-learn): Ditto.
4020         (wl-refile-get-field-value): Ditto.
4021
4022         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4023
4024         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4025         (wl-expire-delete-reserved-messages): Renamed from
4026         wl-expire-reserve-marked-msgs-from-list.
4027         (wl-expire-delete): Removed argument `msgdb'.
4028         (wl-expire-refile): Ditto.
4029         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4030         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4031         mark-alist as argument.
4032         (wl-expire-archive-number1): Removed argument `msgdb'.
4033         (wl-expire-archive-number2): Ditto.
4034         (wl-expire-archive-date): Ditto.
4035         (wl-expire-localdir-date): Ditto.
4036         (wl-expire-hide): Ditto.
4037         (wl-archive-number1): Ditto.
4038         (wl-archive-number2): Ditto.
4039         (wl-archive-date): Ditto.
4040         (wl-archive-folder): Ditto.
4041         All other related portions are changed.
4042
4043 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4044
4045         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4046         mean move up and down. (suggested by Takashi Kawachi)
4047
4048 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4049
4050         * wl-acap.el (toplevel): Don't require un-define.
4051
4052 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4053
4054         * wl-thread.el (wl-thread-delete-message): Always update
4055         wl-summary-buffer-number-list.
4056
4057         * wl-action.el (wl-summary-print-destination): 
4058         Do nothing when folder is nil.
4059
4060 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4061
4062         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4063         persistent mark when prefetch is succeeded.
4064
4065 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4066
4067         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4068         instead of elmo-msgdb-delete-msgs.
4069         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4070         (wl-expire-hide): Ditto.
4071
4072         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4073
4074         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4075         elmo-msgdb interface.
4076         (wl-thread-get-exist-children): Likewise.
4077         (wl-thread-insert-message): Likewise.
4078         (wl-thread-msg-mark-as-important): Likewise.
4079         (wl-thread-insert-entity-sub): Likewise.
4080         (wl-thread-get-children-msgs-uncached): Likewise.
4081
4082         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4083         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4084         (wl-summary-sync-update): Likewise.
4085         (wl-summary-auto-select-msg-p): Likewise.
4086         (wl-summary-update-thread): Likewise.
4087         (wl-summary-mark-as-important): Likewise.
4088         (wl-summary-jump-to-msg-internal): Likewise.
4089         (wl-summary-redisplay-internal): Likewise.
4090         (wl-summary-print-message-with-ps-print): Likewise.
4091         (wl-summary-folder-info-update): Likewise.
4092
4093         * wl-folder.el (wl-folder-check-one-entity):
4094         elmo-folder-count-flags instead of wl-summary-count-unread.
4095
4096         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4097
4098         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4099
4100         * wl-summary.el (wl-summary-set-message-modified): 
4101         Call wl-summary-set-mark-modified.
4102         (wl-summary-delete-messages-on-buffer): Call
4103         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4104         (wl-summary-sync-update): Call elmo-folder-length instead of
4105         elmo-folder-messages.
4106         (wl-summary-insert-headers): Don't call
4107         elmo-folder-list-message-entities.
4108
4109 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4110
4111         * wl-action.el (wl-summary-define-mark-action): Call
4112         `wl-summary-set-mark' with argument `data'.
4113         (wl-summary-auto-refile): Fixed order of arguments when call
4114         `wl-summary-refile'.
4115
4116 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4117
4118         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4119
4120         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4121
4122         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4123         (Renamed from wl-highlight-summary-deleted-face).
4124         (wl-highlight-summary-resend-face): New face.
4125
4126         (wl-highlight-summary-deleted-face): Renamed from
4127         wl-highlight-summary-erased-face.
4128
4129         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4130
4131         * wl-action.el (wl-summary-get-resend-address): New function.
4132         (wl-summary-exec-action-resend): Ditto.
4133         (wl-summary-exec-action-resend-subr): Ditto.
4134
4135         * w-thread.el (wl-thread-copy): Removed definition.
4136         (wl-thread-refile): Ditto.
4137         (wl-thread-delete): Ditto.
4138         (wl-thread-target-mark): Ditto.
4139
4140         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4141         (wl-summary-target-mark-set-action): Fixed.
4142         (wl-summary-define-mark-action): Fixed quotation.
4143         (wl-summary-move-mark-list-messages): Display message.
4144         (wl-summary-define-mark-action): Define thread functions.
4145         (wl-summary-exec-action-refile): Changed message.
4146         (wl-summary-exec): Ditto.
4147
4148 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4149         
4150         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4151         '%%'.
4152
4153 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4154
4155         * wl.el (toplevel): Require wl-action.
4156         (wl-init): Call wl-summary-define-mark-action.
4157
4158         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4159
4160         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4161         wl-summary-delete and wl-summary-erase.
4162         (wl-summary-mode-map): Ditto.
4163
4164         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4165         wl-delete-folder-alist.
4166
4167         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4168         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4169         (toplevel): Moved mark & action related functions to the wl-action.el.
4170
4171         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4172         in wl-summary-mark-action-list.
4173         (wl-highlight-summary-current-line): Ditto.
4174
4175         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4176         empty lines.
4177
4178         * wl-action.el: New file. 
4179
4180 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4181
4182         * wl-summary.el (wl-summary-target-mark-replace): New function.
4183         (wl-summary-target-mark-prefetch): Use it.
4184         (wl-summary-target-mark-delete): Ditto.
4185         (toplevel): Rearranged definition order.
4186         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4187         (wl-summary-target-mark-erase): Rewrite.
4188         (wl-summary-erase-region): New function.
4189         (wl-summary-exec-action-erase): Changed message.
4190         (wl-summary-move-mark-list-messages): New function.
4191         (wl-summary-exec-action-delete): Use it.
4192         (wl-summary-exec-action-erase): Ditto.
4193
4194         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4195         (wl-summary-skip-mark-list): Added "d".
4196
4197         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4198         while searching.
4199
4200         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4201         and define using defcustom;
4202         Define 4th element as a face.
4203         
4204         * wl-summary.el (wl-summary-incorporate): Use 
4205         `wl-summary-prefetch-region-no-mark' instead of
4206         `wl-summary-prefetch-region'.
4207         (wl-summary-prefetch-region-no-mark): Revival of old
4208         `wl-summary-prefetch-region'.
4209         (wl-summary-mark-action-list): Moved to wl-vars.el
4210
4211         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4212         face according to the `wl-summary-mark-action-list'.
4213         (wl-highlight-summary-current-line): Ditto;
4214         Removed destination highlighting.
4215
4216         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4217         (wl-highlight-summary-line-string): Highlight for "i" mark.
4218         (wl-highlight-summary-current-line): Ditto.
4219
4220         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4221         no destination.
4222
4223         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4224         exists, just go ahead.
4225         (wl-summary-prefetch-region): Rewrite.
4226         (wl-summary-prefetch): Ditto.
4227         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4228         (wl-summary-exec-action-prefetch): New function.
4229         (wl-summary-target-mark-prefetch): Rewrite.
4230
4231 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4234         (wl-highlight-summary-line-string): Added "d" and "D".
4235         (wl-highlight-summary-current-line): Ditto.
4236
4237         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4238         in wl-summary.el.
4239         (wl-thread-insert-entity-sub): Ditto.
4240         (wl-thread-remove-destination-region): Ditto.
4241         (wl-thread-print-destination-region): Ditto.
4242
4243         * wl-summary.el (wl-summary-buffer-refile-list,
4244         wl-summary-buffer-delete-list,
4245         wl-summary-buffer-copy-list): Abolish.
4246         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4247         All other related portions are changed.
4248         (wl-summary-mark-action-list): New variable.
4249         (wl-summary-set-mark): New function.
4250         (wl-summary-register-target-mark): Ditto.
4251         (wl-summary-unregister-target-mark): Ditto.
4252         (wl-summary-have-target-mark-p): Ditto.
4253         (wl-summary-register-temp-mark): Ditto.
4254         (wl-summary-unregister-temp-mark): Ditto.
4255         (wl-summary-registered-temp-mark): Ditto.
4256         (wl-summary-collect-temp-mark): Ditto.
4257         (wl-summary-unset-mark): Ditto.
4258         (wl-summary-set-target-mark): Ditto.
4259         (wl-summary-unset-target-mark): Ditto.
4260         (wl-summary-set-action-generic): Ditto.
4261         (wl-summary-unset-action-generic): Ditto.
4262         (wl-summary-exec-action-delete): Ditto.
4263         (wl-summary-exec-action-erase): Ditto.
4264         (wl-summary-set-action-refile): Ditto.
4265         (wl-summary-set-action-refile-subr): Ditto.
4266         (wl-summary-unset-action-refile): Ditto.
4267         (wl-summary-make-destination-numbers-list): Ditto.
4268         (wl-summary-exec-action-refile): Ditto.
4269         (wl-summary-set-action-copy): Ditto.
4270         (wl-summary-unset-action-copy): Ditto.
4271         (wl-summary-exec-action-copy): Ditto.
4272         (wl-summary-collect-numbers-region): Ditto.
4273         (wl-summary-delete): Rewrite.
4274         (wl-summary-erase): Ditto.
4275         (wl-summary-remove-destination): Ditto.
4276         (wl-summary-exec): Ditto.
4277         (wl-summary-exec-region): Ditto.
4278         (wl-summary-target-mark-erase): Ditto.
4279         (wl-summary-refile): Ditto.
4280         (wl-summary-copy): Ditto.
4281         (wl-summary-unmark): Ditto.
4282         (wl-summary-delete-all-mark): Ditto.
4283         (wl-summary-mark-line): Don't highlight.
4284         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4285         (wl-summary-target-mark-refile-subr): Rewrite.
4286
4287         (wl-summary-copy-prev-destination): Abolish.
4288
4289 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4290
4291         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4292         default values along the value of wl-on-mule.
4293         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4294         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4295         It is not used anywhere.
4296
4297 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4298
4299         * wl-summary.el (wl-summary-print-destination): Keep position.
4300         (wl-summary-cursor-move-surface): Keep horizontal position.
4301
4302 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4303
4304         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4305         write sendlog.
4306
4307 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4308
4309         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4310         `wl-summary-highlight'.
4311
4312 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4313
4314         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4315         trivial condition for temp-mark.
4316
4317 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4318
4319         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4320         when it hits killed buffer.
4321
4322 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4323
4324         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4325         * wl-news.el.in: `message' and `error' take format string.
4326
4327 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4328
4329         * wl-folder (wl-folder-insert-entity): Display a message,
4330         `...done', when the work finish.
4331         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4332
4333 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4334
4335         * wl-message.el (wl-message-redisplay): Remove unused local
4336         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4337
4338 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4339
4340         * wl-summary.el (wl-summary-replace-status-marks): Disable
4341         interactive use.
4342         (wl-summary-reedit): Check message existence at first.
4343         (wl-summary-mark-line): Fix doc, return value is indefinite.
4344
4345         * wl-highlight.el (wl-highlight-message): Arranged.
4346
4347         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4348         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4349         check temp-mark by wl-summary-temp-mark always.
4350         (wl-highlight-summary): Change accordingly.
4351         * wl-summary.el (wl-summary-mark-as-read-all)
4352         (wl-summary-delete-cache, wl-summary-set-score-mark)
4353         (wl-summary-mark-as-unread, wl-summary-unmark)
4354         (wl-summary-mark-line, wl-summary-mark-as-read)
4355         (wl-summary-mark-as-important): Ditto.
4356
4357         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4358         end of the window if possible.
4359         * wl-summary.el (wl-summary-sync-update): Support lazy
4360         highlighting.
4361         (wl-summary-toggle-disp-msg): Ditto.
4362
4363 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4364
4365         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4366
4367 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4368
4369         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4370         change.
4371
4372 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4373
4374         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4375         API.
4376         (wl-summary-sync-update): Ditto.
4377
4378         * wl-score.el (wl-score-get-score-alist): Changed argument.
4379         (wl-summary-rescore-msgs): Likewise.
4380         (wl-summary-score-headers): Likewise.
4381         (wl-score-headers): Likewise;
4382         Use elmo-folder-do-each-message-entity, etc.
4383         (wl-summary-score-effect): Follow the changes above.
4384         (wl-summary-rescore): Ditto.
4385         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4386         (wl-score-get-overview): Abolish.
4387
4388         * wl-summary.el (wl-summary-default-from): Follow the API change in
4389         elmo-msgdb.
4390         (wl-summary-count-unread): Ditto.
4391         (wl-summary-detect-mark-position): Ditto.
4392         (wl-summary-overview-entity-compare-by-date): Ditto.
4393         (wl-summary-overview-entity-compare-by-number): Ditto.
4394         (wl-summary-overview-entity-compare-by-from): Ditto.
4395         (wl-summary-overview-entity-compare-by-subject): Ditto.
4396         (wl-summary-get-list-info): Ditto.
4397         (wl-summary-rescan): Ditto.
4398         (wl-summary-jump-to-msg-by-message-id): Ditto.
4399         (wl-summary-sync-update): Ditto; Removed comment.
4400         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4401         (wl-summary-insert-message): Use wl-summary-insert
4402         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4403         (wl-summary-insert-headers): Changed argument overview to folder.
4404         (wl-summary-search-by-subject): Likewise.
4405         (wl-summary-insert-thread): Renamed from 
4406         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4407
4408         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4409         too.
4410
4411         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4412         wl-string-member.
4413
4414 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4417         elmo-folder-append-buffer.
4418         (wl-draft-queue-append): Likewise.
4419
4420         * wl-mime.el (wl-message-delete-current-part): Ditto.
4421         (wl-summary-burst-subr): Ditto.
4422
4423         * wl-news.el.in (wl-news-send-news): Ditto.
4424
4425 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4428         function.
4429         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4430         (wl-summary-update-mark): Enclose with save-excursion.
4431         (wl-summary-mark-as-read-internal): Fixed last change.
4432         (wl-summary-mark-as-important): Use 3rd argument of
4433         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4434         Don't use elmo-msgdb-set-mark.
4435         (wl-summary-redisplay-internal): If msgdb flag is already read,
4436         just update the mark on buffer.
4437
4438 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4439
4440         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4441         cut visible folder when elmo-folder-delete returns non-nil value.
4442
4443 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4444
4445         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4446         by Kenichi OKADA <okada@opaopa.org>).
4447
4448 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4449
4450         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4451
4452 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4453
4454         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4455         Fixed the last change, search group entity by its real name.
4456         (Thanks to: KOBAYASHI Shinji)
4457
4458 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4459
4460         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4461         (wl-fldmgr-access-display-all): Don't refer visible name.
4462         * wl-expire.el (wl-folder-archive-current-entity)
4463         (wl-folder-expire-current-entity): Ditto.
4464         * wl-folder.el (wl-folder-jump-to-current-entity)
4465         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4466         (wl-folder-open-folder-sub,wl-folder-open-all)
4467         (wl-folder-write-current-folder): Ditto.
4468         (wl-folder-insert-entity): Don't use petname for normal group.
4469         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4470         is the real name.
4471         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4472         Abolished.
4473
4474 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4475
4476         * wl-draft.el (wl-draft-create-buffer): Add
4477         `wl-summary-reply-with-citation'
4478
4479 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4480
4481         * wl-draft.el (wl-draft-reply): Fixed.
4482
4483 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4486         when `wl-draft-send-confirm-with-preview' is non-nil.
4487         You can scroll up/down by j/k.
4488         (wl-draft-send-confirm-with-preview): New variable (default=t).
4489
4490 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4493         (wl-fldmgr-save-folders): Fix comment.
4494
4495 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496
4497         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4498         along the last change in `wl-folder-buffer-group-p'.
4499
4500 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4503         folder.
4504
4505         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4506         the default value.
4507
4508         * wl-mime.el (wl-summary-burst): Update summary only when target
4509         folder equals current folder.
4510
4511 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4514
4515 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4518         value.
4519
4520 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4523         `map-extents' instead of `extent-at' repeatedly.
4524         (wl-highlight-folder-current-line): Ditto.
4525
4526         * wl-highlight.el: Remove useless dummy functions.
4527
4528 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4531         (wl-folder-put-folder-property): New function to put text property.
4532         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4533         (wl-folder-insert-entity, wl-folder-update-diff-line)
4534         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4535         * wl-e21.el, wl-xmas.el, wl-mule.el
4536         (wl-highlight-folder-current-line): Ditto.
4537         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4538         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4539         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4540         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4541
4542 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * Version number is increased to 2.11.3.
4545
4546 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4549         Resume current-buffer since it is assumed by remaining tasks.
4550
4551 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4554         (wl-folder-completion-function): Abolished.
4555         (wl-folder-complete-folder): New function.
4556         (wl-folder-complete-filter-condition): Ditto.
4557         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4558         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4559
4560 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-draft.el (wl-draft-send-confirm): New function.
4563         (wl-draft-send): Use it.
4564
4565         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4566         cursor-in-echo-area while confirming.
4567
4568         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4569
4570         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4571         searching via nntp if wl-summary-search-via-nntp is 'force.
4572         Otherwise, invoke searching in nntp folder only.
4573         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4574
4575         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4576         explicitly for mime-make-text-tag.
4577
4578 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4579
4580         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4581         `mime-make-text-tag' instead of `mime-create-tag'.
4582
4583 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4584
4585         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4586         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4587
4588 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-score.el (wl-score-save): Bind print-length and print-level.
4591         (wl-score-pretty-print): Ditto.
4592         (wl-score-edit-insert-header-entry): Ditto.
4593
4594         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4595         "From" entry to be treated with wl-draft-eword-encode-address-list.
4596         * wl-mime.el (wl-draft-preview-message): Ditto.
4597
4598         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4599         (wl-summary-mark-as-unread): Ditto.
4600         (wl-summary-mark-as-read-region): Change accordingly.
4601         (wl-summary-mark-as-unread-region): Ditto.
4602         (wl-summary-target-mark-mark-as-read): Ditto.
4603         (wl-summary-target-mark-mark-as-unread): Ditto.
4604
4605 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4606
4607         * Version number is increased to 2.11.2.
4608
4609 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4610
4611         * wl-news.el.in (wl-news-previous-version-save): Bind
4612         print-length and print-level.
4613         * wl-thread.el (wl-thread-save-entities): Ditto.
4614         (wl-thread-save-top-list): Bind print-length.
4615
4616 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4617
4618         * wl-highlight.el (wl-highlight-summary-line-string): Use
4619         wl-summary-score-below-mark, wl-summary-score-over-mark.
4620         (wl-highlight-summary-current-line): Ditto.
4621
4622 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4625         insert it.
4626
4627 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4628
4629         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4630
4631 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4632
4633         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4634         message without msgid.
4635         Rewrite with elmo-folder-move-messages.
4636         Set wl-message-buffer to nil.
4637
4638         * wl-summary.el (wl-summary-erase-subr): New function. Use
4639         elmo-folder-move-messages.
4640         (wl-summary-erase): Call it.
4641         (wl-summary-target-mark-erase): Ditto.
4642
4643 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4646         it is not up-tp-date.
4647
4648 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4651         buffer after calling `wl-summary-goto-folder-subr' without the
4652         argument `interactive'.
4653         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4654
4655 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4656
4657         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4658         `mime-create-tag'. Use `string=' instead of `looking-at'.
4659
4660 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4663         to avoid compile warning.
4664
4665         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4666         entity-id when folder is given.
4667         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4668         save-excursion, use save-selected-window instead.
4669         Select folder buffer window if exists.
4670         (To correct behavior with wl-folder-move-cur-folder.)
4671
4672 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4673
4674         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4675
4676 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4677
4678         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4679         list-count instead of %d.
4680
4681 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4682
4683         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4684         (wl-news): Set it.
4685         (wl-news-append-to-folder): Use it.
4686
4687         * wl-news.el.in (wl-news-send-news): Append to specified folder
4688         instead of wl-default-folder.
4689         (wl-news-append-to-folder): Show error message with specified folder.
4690
4691         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4692                 In most major modes, Emacs assumes that any opening
4693                 delimiter found at the left margin is the start of a
4694                 top-level definition, or defun. Therefore, *never put an
4695                 opening delimiter at the left margin unless it should have
4696                 that significance.*
4697
4698         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4699
4700 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4701
4702         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4703
4704 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4705
4706         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4707
4708 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4709
4710         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4711         for sequential numbering case.
4712
4713 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4716         value.
4717         (wl-draft-reply-without-argument-list): Ditto.
4718         (wl-draft-reply-myself-with-argument-list): Abolish.
4719         (wl-draft-reply-myself-without-argument-list): Ditto.
4720         * wl-draft.el (wl-draft-self-reply-p): New function.
4721         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4722
4723 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4726         (avoid error for the case without byte-compiling)
4727
4728 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl-news.el.in (wl-news-append-to-folder): New function.
4731         (wl-news-exit): Rewrite.
4732         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4733
4734 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-draft.el (wl-draft-reply-position): New function.
4737         (wl-draft-reply-position): Fix.
4738         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4739         (wl-summary-target-mark-reply-with-citation): Ditto.
4740         (wl-summary-reply-with-citation): Ditto.
4741         * wl-vars.el (wl-draft-reply-default-position): New variable.
4742
4743 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4744
4745         * wl-draft.el (wl-draft-send): Preview when interactive send.
4746
4747 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4748
4749         * wl-draft.el (wl-draft-reply): Set default position.
4750         * wl-summary.el (wl-summary-reply): Ditto.
4751         (wl-summary-reply-with-citation): Ditto.
4752         (wl-summary-target-mark-reply-with-citation): Ditto.
4753
4754 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-news.el.in (wl-news-lang): Set default value according to
4757         current-language-environment.
4758         (wl-news-append-news): Do nothing when news-list is nil.
4759
4760 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4761
4762         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4763         (wl-news): Change message.
4764         (wl-news-exit): Check buffer.
4765         (wl-news-force-exit): New function.
4766         (wl-news-show-all): New function.
4767         (wl-news-discard-and-exit): Fix.
4768
4769 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4772         according to current-language-environment.
4773
4774         * wl-news.el.in (wl-news): If arg, show all NEWS after
4775         wl-news-default-previous-version.
4776
4777 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4778
4779         * wl-news.el.in (wl-news-check): Rewritten.
4780         (wl-news-previous-version-load): Change data type.
4781         (wl-news-previous-version-save): Change data type.
4782         (wl-news-append-news): Add return value.
4783         (wl-news-check-news): New function.
4784         (wl-news-already-current-p): New function.
4785         (wl-news-send-news): Rewritten.
4786         (wl-news-mode-map): Add new keybind.
4787         (wl-news): Rewritten.
4788         (wl-news-exit): Rewritten.
4789         (wl-news-discard-and-mail): New function.
4790         (wl-news-send-to-address): Abolished.
4791         * wl.el (wl-init): Delete a message.
4792
4793 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4794
4795         * wl-news.el.in (wl-news-exit): Update previous version.
4796         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4797
4798 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4799
4800         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4801
4802 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4803
4804         * wl-news.el.in (wl-news): New function.
4805         (wl-news-mode): New function.
4806         (wl-news-next-line): New function.
4807         (wl-news-next-page): New function.
4808         (wl-news-exit): New function.
4809         (wl-news-buf-name): New variable.
4810         (wl-news-mode-map): New variable.
4811         (wl-news-winconf): New variable.
4812         (wl-news-append-news): Add an option.
4813
4814 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4815
4816         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4817
4818 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4819
4820         * wl-news.el.in (wl-news-send-to-address): New variable.
4821         (wl-news-send-news): Use it.
4822         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4823         Return updating status.
4824         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4825
4826 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4827
4828         * wl-news.el.in (wl-news-send-news): Delete
4829         Organization and X-Face.
4830
4831 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4834         (wl-news-append-news): New function.
4835         (wl-news-send-news): New function.
4836
4837 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4838
4839         * Version number is increased to 2.11.1.
4840
4841 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4842
4843         * wl-news.el.in : New file.
4844
4845 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4846
4847         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4848         default value.
4849         (wl-draft-reply-without-argument-list): Ditto.
4850
4851 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4852
4853         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4854         (wl-message-buffer-prefetch-idle-time): Ditto.
4855         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4856
4857 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4858
4859         * wl-thread.el (wl-thread-insert-message): Use
4860         wl-summary-max-thread-depth.
4861
4862         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4863         loop detection.
4864
4865         * wl-message.el (wl-message-buffer-display): Back to the first page
4866         when cache is hit.
4867
4868 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4869
4870         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4871
4872         * wl-summary.el (wl-summary-insert-thread-entity):
4873         If the thread depth is reached to wl-summary-max-thread-depth,
4874         divide the thread.
4875
4876 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4877
4878         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4879         for elmo-remove-passwd.
4880
4881 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4884         folder is sticky.
4885         (wl-folder-mark-as-read-all-entity): Ditto.
4886         (wl-folder-prefetch-entity): Ditto.
4887
4888 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4889
4890         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4891
4892 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4893
4894         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4895         Delete messages on buffer for unplugged operation.
4896         (wl-summary-erase): Ditto.
4897
4898 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4901         take nil so as not to search parent by subject.
4902
4903 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4904
4905         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4906         (wl-folder-get-next-folder): Ditto.
4907         (wl-folder-get-path): Ditto.
4908
4909 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4910
4911         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4912         system and encode the region with it before verifying.
4913
4914 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4915
4916         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4917         system of the echo buffer before decoding.
4918
4919 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4920
4921         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4922         original contents.
4923
4924 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4925
4926         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4927         with argument 'any-exists.
4928
4929 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4930
4931         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4932         Use `wl-cs-autoconv'.
4933
4934 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4935
4936         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4937         by `mime-view-automatic-conversion'.
4938
4939         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4940         (wl-message-verify-pgp-nonmime): Ditto.
4941         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4942         Bind them to C-c:d and C-c:v respectively.
4943
4944         Merge following code by Teranishi-san from [wl-en:00167].
4945         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4946         (wl-mime-preview-application/pgp-encrypted): Ditto.
4947         (wl-mime-setup): Add entry.
4948
4949 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4950
4951         * wl-summary.el (wl-summary-target-mark-erase): New function.
4952         Bind it to "mD".
4953
4954 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-vars.el (wl-draft-write-file-function): Fix.
4957         (wl-draft-reedit-hook): Changed default value.
4958
4959         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4960         wl-draft-reedit-hook.
4961         (wl-draft-remove-text-plain-tag): New function.
4962         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4963
4964         * wl-vars.el (wl-draft-write-file-function): New user option.
4965
4966         * wl-draft.el (wl-draft-prepare-edit): Use it for
4967         local-write-file-hooks.
4968         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4969
4970         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4971         (wl-draft-insert-mail-header-separator): Return the body beginning
4972         point.
4973         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4974         text/plain.
4975         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4976
4977 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4978
4979         * wl-summary.el (wl-summary-erase): New function to erase message
4980         without moving it to trash. Bind to "D".
4981
4982         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4983         as `keep' unless switch-function.
4984
4985 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4988         message buffer by using `wl-summary-toggle-disp-msg'.
4989         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4990         buffer window.
4991         (wl-summary-supresedes-message): Ditto.
4992
4993         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4994         Do not delete other windows.
4995         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4996         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4997         (wl-draft-create-buffer): Set reply-or-forward also for target
4998         mark commands.
4999
5000 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-draft.el (wl-user-agent-compose): Delete special case for
5003         switch-to-buffer-other-window.
5004
5005         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5006         (wl-summary-forward): Ditto.
5007
5008         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5009         function.
5010         (wl-draft-buffer-style): New use option.
5011
5012         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5013         (wl-draft): Follow the change above.
5014         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5015         wl-draft-buffer-style.
5016         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5017         switch-function.
5018
5019 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5020
5021         * wl-address.el (wl-address-make-completion-entry): Extracted from
5022         `wl-address-make-completion-list'.
5023         (wl-address-enable-strict-loading): New variable.
5024         (wl-address-make-completion-list): Revive petname duplication
5025         inquiry, and enable it if `wl-address-enable-strict-loading'.
5026         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5027
5028 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-message.el (wl-message-get-original-buffer): Avoid
5031         'Selecting deleted buffer' error when original buffer is killed.
5032
5033 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-summary.el (wl-summary-next-message): Use
5036         elmo-message-accessible-p instead of elmo-message-cached-p.
5037
5038 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5039
5040         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5041
5042         * wl-thread.el (wl-thread-open-all-unread): Use
5043         elmo-folder-list-flagged instead of
5044         elmo-folder-list-messages-mark-match.
5045
5046         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5047         instead of elmo-folder-list-messages-mark-match.
5048         (wl-summary-move-spec-alist): New variable.
5049         (wl-summary-move-spec-plugged-alist,
5050         wl-summary-move-spec-unplugged-alist): Abolish.
5051         (wl-summary-next-message): Follow the change above.
5052         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5053         with 'no-msg' argument.
5054
5055         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5056         variable.
5057         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5058         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5059         (wl-message-buffer-prefetch-get-next): Follow the change above.
5060
5061 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5062
5063         * wl-version.el (wl-version): Changed codename.
5064
5065         * Version number is increased to 2.11.0.
5066
5067 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5068
5069         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5070         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5071         `wl-draft-config-variables'.
5072         (wl-draft-kill): Fixed problem when the draft is reedit.
5073
5074 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5075
5076         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5077         buffer-modified status (Thanks to
5078         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5079
5080 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5081
5082         * wl-util.el (wl-region-exists-p): New function.
5083
5084         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5085         Remove defvars for byte-compile warnings.
5086
5087 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5088
5089         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5090         defvar-maybe. Removed unused bind.
5091
5092 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5095         summary buffer window before creating new frame.
5096         (wl-draft-reply): Ditto.
5097
5098 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5099
5100         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5101
5102 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5103
5104         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5105
5106 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5107
5108         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5109         instead of `kill-region'.
5110
5111 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5114         (wl-highlight-summary-line-string): Use it.
5115         (wl-highlight-summary-current-line): Ditto.
5116
5117         * wl-mime.el (wl-message-delete-current-part): Check the class of
5118         mime-entity.
5119
5120         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5121
5122         * wl-summary.el (wl-summary-make-number-list): Initialize.
5123         (wl-summary-update-mark): New function.
5124         (wl-summary-reply): Put `answered' mark on the message.
5125         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5126
5127         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5128         (wl-draft-reply): Added optional argument `number';
5129         Set wl-draft-parent-number.
5130         (wl-draft-kill): Delete answered mark if it is a reply.
5131
5132 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5135         that originates in mime-preview-follow-current-entity.
5136         (wl-draft-yank-current-message-entity): Use it if region is active.
5137
5138         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5139         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5140         `wl-message-delete-current-part'.
5141         * wl-mule.el (wl-message-define-keymap): Ditto.
5142         * wl-xmas.el (wl-message-define-keymap): Ditto.
5143
5144 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5145
5146         * wl-mime.el (wl-message-delete-current-part): New function.
5147         (wl-mime-node-id-to-string): Ditto.
5148
5149         * wl-mime.el (wl-message-delete-current-part): Use existing
5150         original buffer which corresponds current mime-view buffer.
5151         (fetched buffer might have different structure, possibly)
5152
5153         * wl-mime.el (wl-message-delete-current-part): Quit if the
5154         message content differs from the actual message.
5155
5156 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5159         order.
5160         (wl-summary-search-by-subject): Search parent message from tail;
5161         Check the existence of the parent message on the current thread tree.
5162         (wl-summary-update-thread): Check whether the line is inserted.
5163
5164 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5165
5166         * wl-vars.el (wl-summary-line-format): Undo last change.
5167         * wl-summary.el (wl-summary-print-destination): Do not put
5168         invisible property when `wl-summary-width' is nil.
5169         (wl-summary-line-subject-minimum-length): Abolished.
5170         (wl-summary-line-subject): Ditto.
5171
5172 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-vars.el (wl-summary-line-format): Change default value.
5175         (wl-summary-subject-length-limit): Abolished.
5176         * wl-summary.el (wl-summary-line-subject): Ditto.
5177
5178 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5179
5180         * wl-template.el (wl-template-select): Added optional argument.
5181         If optional argument is specified, reverse
5182         `wl-template-visible-select'.
5183
5184 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5185
5186         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5187         Take prefix argument to force asking the destination folder.
5188
5189 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5190
5191         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5192         count and update status.
5193
5194 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-summary.el (wl-summary-redisplay-internal): If
5197         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5198         after fetching.
5199
5200 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5201
5202         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5203         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5204
5205         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5206
5207 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5210         (All other related portions are changed).
5211         (wl-summary-mark-as-read-all): Rewrite.
5212
5213 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5214
5215         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5216         `wl-summary-mark-as-read'.
5217         (wl-summary-mark-as-unread): Rewrite.
5218         (wl-summary-mark-as-read): Added no-modeline argument.
5219         (wl-summary-resume-cache-status): Rewrite.
5220         (wl-summary-exec-subr): Remove unused local variable.
5221
5222 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5223
5224         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5225         logic to call `wl-summary-buffer-prev-folder-function'.
5226         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5227
5228 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5231         is nil.
5232
5233 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5236         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5237         (wl-mime-setup): Add its entry.
5238
5239 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5242         (wl-summary-delete-cache): Likewise.
5243         (wl-summary-mark-as-read): Rewrite.
5244
5245 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5248         `wl-summary-count-unread'.
5249
5250         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5251
5252         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5253
5254 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5257         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5258         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5259         Renamed to the elmo-msgdb-*-mark.
5260         (wl-summary-score-marks): Follow the change above.
5261         (wl-summary-auto-refile-skip-marks): Ditto.
5262         (wl-summary-incorporate-marks): Ditto.
5263         (wl-summary-expire-reserve-marks): Ditto.
5264
5265         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5266         changes.
5267         (wl-thread-insert-top): Changed updating message.
5268
5269         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5270         variable.
5271         (wl-summary-count-unread): Count answered marks.
5272         (wl-summary-rescan): Call wl-summary-insert-message instead of
5273         wl-summary-append-message-func-internal.
5274         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5275         (wl-summary-prefetch-msg): Follow the variable name changes.
5276         (wl-summary-prefetch-region): Ditto.
5277         (wl-summary-mark-as-read-all): Follow the API changes;
5278         Don't call elmo-folder-replace-marks.
5279         (wl-summary-delete-cache): Follow the variable name changes.
5280         (wl-summary-resume-cache-status): Ditto.
5281         (wl-summary-update-status-marks): New function.
5282         (wl-summary-insert-message): New function.
5283         (wl-summary-sync-marks): Follow the variable name changes.
5284         (wl-summary-sync-update): Synchronize to the msgdb, too;
5285         Changed update messages.
5286         (wl-summary-make-number-list): Rewrite.
5287         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5288         (wl-summary-mark-as-unread): Follow the API changes.
5289         (wl-summary-exec-subr): Follow the variable name changes.
5290         (wl-summary-mark-as-read): Ditto.
5291         (wl-summary-move-spec-plugged-alist): Ditto.
5292         (wl-summary-move-spec-unplugged-alist): Ditto.
5293         (wl-summary-cursor-move-surface): Ditto.
5294
5295         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5296         variable name changes.
5297         (wl-highlight-summary-current-line): Ditto.
5298
5299         * wl-expire.el (wl-expire-refile): Follow the API change in
5300         elmo-folder-move-messages.
5301         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5302         (wl-summary-archive): Use elmo-folder-msgdb instead of
5303         elmo-msgdb-load.
5304
5305 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5306
5307         * wl-mime.el (wl-draft-preview-message): Restore the position
5308         before evaluating wl-draft-send-hook in preview buffer.
5309
5310 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5313         when it creates new draft buffer.
5314
5315         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5316         without argument.
5317
5318         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5319         Evaluate content and if the value is string, insert it.
5320         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5321         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5322         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5323         wl-draft-config-sub-part-bottom): Use it.
5324
5325         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5326         with the folder name. The question was unintelligible when it is
5327         called from wl-save-status.
5328
5329 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5330
5331         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5332         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5333         cannot take second argument).
5334
5335 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336
5337         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5338         as t. Since type and subtype are not case sensitive (RFC 2045).
5339
5340 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5341
5342         * wl-vars.el (wl-message-mode-line-format): New variable.
5343         (wl-message-mode-line-format-spec-alist): Ditto.
5344         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5345         (wl-message-redisplay): Use wl-message-mode-line-format.
5346
5347 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5350
5351 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-summary.el (wl-summary-default-from): Write description.
5354
5355 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-vars.el (wl-ldap-objectclass): Abolish.
5358
5359         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5360         (wl-ldap-make-filter): Removed condition for objectclass.
5361         (wl-ldap-make-matched-value-list): Remove meaningless process.
5362         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5363         (wl-address-ldap-search): Don't add `*' to `pat' string;
5364         use ignore-errors; added `email';
5365         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5366         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5367         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5368
5369
5370 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-draft.el (wl-draft-parent-folder): Write description.
5373         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5374
5375 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5378         as "" (zero-length string) if no parent.
5379         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5380
5381 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-address.el (wl-address-make-completion-list): Skip duplication
5384         checking.
5385         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5386         `append'.
5387
5388 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5389
5390         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5391         instead of `beginning-of-buffer'.
5392
5393 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5396
5397 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5398
5399         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5400         Refer wl-message-buffer-name.
5401         (wl-message-wheel-down): Ditto.
5402
5403 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl-vars.el (wl-message-buffer-name): New user option.
5406
5407         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5408         directly instead of making alist dinamically.
5409
5410         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5411         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5412         wl-message-buffer-cache-name.
5413         (wl-message-buffer-cache-clean-up): Ditto.
5414
5415         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5416
5417         * Version number is increased to 2.9.15.
5418
5419 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-vars.el (wl-summary-default-view-alist): New user option.
5422
5423         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5424
5425         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5426         while deleting address.
5427         (wl-draft-delete-myself-from-cc): Ditto.
5428
5429         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5430         If optional argument is specified, reverse sort order.
5431
5432         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5433
5434 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-thread.el (wl-thread-insert-message): Return parent number if
5437         exists.
5438         (wl-thread-update-indent-string-region): Use
5439         wl-thread-update-line-on-buffer-sub instead of
5440         wl-thread-update-line-on-buffer.
5441
5442 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5443
5444         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5445         (wl-folder-close-all): Ditto.
5446
5447 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5448
5449         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5450         and mailing-list:.
5451         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5452         value.
5453         (wl-summary-line-list-info): Print mailing-list name even when 
5454         list-number is empty.
5455
5456 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5457
5458         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5459
5460         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5461         (wl-draft-open-file): Ditto.
5462         (wl-draft-random-alphabet): Ditto.
5463
5464         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5465         bindings.
5466
5467 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5468
5469         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5470         * wl-vars.el (wl-draft-config-alist): Ditto.
5471
5472 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * Version number is increased to 2.9.14.
5475
5476         * wl.el (wl): Don't set wl-init as nil when error occured while
5477         auto-checking folders.
5478
5479         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5480         `elmo-expand-newtext'.
5481
5482 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5483
5484         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5485         `this-command' so that `wl-folder-goto-folder' contained in
5486         `wl-summary-keep-cursor-command' work.
5487
5488 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5489
5490         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5491         message buffer displaying state.
5492
5493 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5494
5495         * wl-vars.el (wl-summary-default-view): New variable to specify
5496         default value for `wl-summary-buffer-view' instead of using
5497         set-default.
5498         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5499
5500 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5501
5502         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5503
5504         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5505
5506 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5507
5508         * wl-vars.el (wl-forward-subject-prefix): New variable.
5509         * wl-draft.el (wl-draft-forward): Use it.
5510
5511 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5512
5513         * wl-message.el (wl-message-prev-page): When it is called without
5514         lines argument, scroll down by wl-message-scroll-amount lines.
5515         (wl-message-next-page): Ditto.
5516         * wl-vars.el (wl-message-scroll-amount): Change default value
5517         to preserve current behavior.
5518
5519 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5520
5521         * wl-summary.el (wl-summary-prefetch-msg): Bind
5522         `wl-message-entity' to call `wl-summary-from-function'.
5523
5524 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5525
5526         * wl-message.el (wl-message-buffer-create): Run
5527         wl-message-buffer-created-hook.
5528
5529 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5530
5531         * wl-summary.el (wl-summary-sort-specs): New variable.
5532         (wl-summary-default-sort-spec): Ditto.
5533         (wl-summary-sort): Rewrite.
5534         (wl-summary-sort-by-list-info): New function.
5535
5536 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5537
5538         * wl-summary.el (wl-summary-get-list-info): New function.
5539         (wl-summary-sort): Rewrite.
5540         (wl-summary-line-list-info): Ditto.
5541         (wl-summary-line-list-count): Ditto.
5542         (wl-summary-refile-region): Fixed docstring.
5543
5544 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5547         `wl-folder-entity-hashtb' as completion table.
5548
5549 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5552         only when this command is called interactively; silence the byte-
5553         compiler.
5554
5555 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5556
5557         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5558         active in XEmacs.
5559
5560 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5561
5562         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5563         plural lines.
5564
5565 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5568         of current line when the cursor is on the header name.
5569         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5570
5571 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5572
5573         * wl-util.el (wl-read-directory-name): Return displayed directory
5574         as the default value also on XEmacs.
5575
5576 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5577
5578         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5579         formatting.
5580
5581 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5584         argument and when it is non-nil, check face property before
5585         highlighting for each line.
5586         (wl-highlight-summary-window): Set it.
5587
5588 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5589
5590         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5591         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5592
5593         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5594         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5595         (wl-draft-get-fcc-list): Likewise.
5596
5597 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5600         (wl-thread-entity-cur): Ditto.
5601         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5602         wl-thread-indent-regexp setting.
5603         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5604
5605         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5606         wl-summary-lazy-highlight.
5607         (wl-summary-display-bottom): Ditto.
5608
5609         * wl-thread.el (wl-thread-open-close): Likewise.
5610
5611         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5612         from and subject;
5613         Bind wl-draft-use-frame;
5614         Enclose with save-window-excursion;
5615         Use wl-draft-create-buffer instead of with-temp-buffer;
5616         Use wl-draft-prepare-edit;
5617         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5618         Use wl-draft-send instead of wl-draft-raw-send.
5619
5620 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5623         of using wl-from.
5624
5625 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5628         insert-buffer instead of clone-buffer.
5629         (wl-draft-doing-mime-bcc): New variable.
5630         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5631         infinite loop.
5632         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5633
5634         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5635         (wl-draft-mime-bcc-body): Ditto.
5636
5637         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5638         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5639         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5640         wl-draft-do-mime-bcc.
5641         (wl-draft-mime-bcc-field): New function.
5642         (wl-draft-do-mime-bcc): Ditto.
5643
5644         * wl-address.el (wl-address-complete-header-list): New variable.
5645         (wl-address-complete-header-regexp): Changed default value.
5646
5647         * Version number is increased to 2.9.13.
5648
5649 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5652         it is differed.
5653
5654 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5655
5656         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5657         (wl-summary-line-list-count): Ditto.
5658
5659 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5660
5661         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5662         (wl-nntp-posting-function): New variable.
5663         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5664         `wl-nntp-posting-config-alist'.
5665
5666 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5667
5668         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5669         FLIM.
5670
5671 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5672
5673         * wl-summary.el (wl-summary-target-mark-refile-sub):
5674         Remove a nuisance funcall.
5675
5676 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5679         as t for `try-completion'.
5680
5681 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5682
5683         * wl-summary.el (wl-summary-default-from): Use
5684         wl-address-header-extract-address instead of
5685         std11-extract-address-components.
5686         (wl-summary-simple-from): Ditto.
5687         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5688         (wl-summary-insert-headers): Show message.
5689         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5690         for whole line.
5691         (wl-summary-default-from): Revert last change.
5692         (wl-summary-simple-from): Ditto.
5693         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5694         (wl-summary-mark-as-read-region): Follow the change above.
5695         (wl-summary-sync-marks): Ditto.
5696         (wl-summary-target-mark-mark-as-read): Ditto.
5697         (wl-summary-redisplay-internal): Ditto.
5698         (wl-summary-redisplay-no-mime-internal): Ditto.
5699         (wl-summary-redisplay-all-header): Ditto.
5700         (wl-summary-mark-as-read): Removed argument `cached';
5701         Use current cache status to set cache mark.
5702         (wl-summary-redisplay-internal): Follow the change above.
5703         (wl-summary-redisplay-no-mime-internal): Ditto.
5704         (wl-summary-redisplay-all-header): Ditto.
5705
5706         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5707
5708         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5709         Don't call itself recursively (Adviced by Yamaoka-san).
5710
5711 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5712
5713         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5714         bind wl-summary-highlight as nil to avoid error caused by missing
5715         local variables.
5716
5717 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-vars.el (wl-invalid-character-message): New user option.
5720
5721         * wl-util.el (wl-set-string-width): If truncated string-width is
5722         larger than specified width, use `wl-invalid-character-message'.
5723
5724 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5725
5726         * wl-summary.el (wl-summary-prefetch-msg): 
5727         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5728
5729 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5730
5731         * wl-vars.el (wl-summary-check-line-format): New user option.
5732         (wl-summary-line-format-file): Ditto.
5733
5734         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5735         variable.
5736         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5737         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5738         and `wl-summary-view-old-p' to check whether do a rescan or not.
5739         (wl-summary-view-old-p): New function.
5740         (wl-summary-line-format-changed-p): Ditto.
5741         (wl-summary-line-format-save): Ditto.
5742         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5743
5744         * wl-util.el (wl-set-string-width): Avoid using negative number
5745         for make-string.
5746
5747 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5748
5749         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5750         return value.
5751
5752         * wl-util.el (wl-set-string-width): Added optional argument
5753         `padding' (All other related portions are changed).
5754         (wl-line-parse-format): If the first letter of column number is
5755         `0', zero-padding the result (ex: "%05l").
5756
5757         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5758
5759 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5762         sequential summary view.
5763
5764 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5767         if it doesn't have a -unix version.
5768
5769 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5772
5773 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5774
5775         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5776         content.
5777         (wl-draft): Follow the change above.
5778
5779         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5780
5781         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5782         and wl-folder-summary-line-format-alist contain %T and %P.
5783
5784         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5785         (wl-summary-mode-line-format): New user option.
5786         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5787         (wl-summary-line-format): Changed default value.
5788         (wl-summary-lazy-highlight): Changed default value.
5789
5790         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5791         change in wl-summary-create-line.
5792         (wl-thread-insert-entity-sub): Ditto.
5793
5794         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5795         (wl-summary-buffer-unread-status): Ditto.
5796         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5797         (wl-summary-buffer-persistent-mark-column): Ditto.
5798         (wl-summary-buffer-mode-line-formatter): Ditto.
5799         (wl-summary-buffer-mode-line): Ditto.
5800         (wl-summary-message-regexp): Abolished.
5801         (All other related portions are changed.)
5802         (wl-summary-detect-mark-position): New function.
5803         (wl-summary-buffer-set-folder): Setup
5804         wl-summary-buffer-mode-line-formatter.
5805         (wl-summary-mode): Setup selective-display;
5806         Setup pre-idle-hook when xemacs.
5807         (wl-summary-update-modeline): Rewrite.
5808         (wl-summary-jump-to-msg): Define as function;
5809         Changed regexp for searching messages.
5810         (wl-summary-message-number): Rewrite.
5811         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5812         Do rescan when old type summary cache.
5813         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5814         (wl-summary-remove-destination): Use '\r' to detect EOL.
5815         (wl-summary-print-destination): Ditto.
5816         (wl-summary-temp-mark): New inline function.
5817         (wl-summary-persistent-mark): Ditto.
5818         (wl-summary-line-number): New function.
5819         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5820         (wl-summary-line-list-count): New function.
5821         (wl-summary-create-line): Added argument persistent-mark.
5822         (All other related portions are changed)
5823         (wl-summary-create-line): Insert '\r'.
5824         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5825         (wl-summary-cursor-move-surface): New inline function.
5826         (wl-summary-prev): Use it.
5827         (wl-summary-next): Ditto.
5828
5829         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5830         wl-summary-message-regexp.
5831         (wl-highlight-summary): Delete progress message.
5832         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5833
5834         * Version number is increased to 2.9.12.
5835
5836 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5837
5838         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5839         variable (nil: no minimum).
5840         (wl-summary-line-subject): Add some spaces after subject by
5841         wl-summary-line-subject-minimum-length.
5842
5843 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5844
5845         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5846         and removed `F'.
5847         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5848         change above).
5849
5850 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5851
5852         * wl-summary.el (wl-summary-line-list-count): Reverted.
5853         (example setting in samples/*/dot.wl is also updated)
5854
5855 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5858
5859         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5860
5861         * wl-vars.el (wl-summary-line-format): Addes some description to the
5862         docstring.
5863
5864         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5865         (wl-summary-line-close-bracket): Ditto.
5866         (wl-summary-line-children-number): Ditto.
5867         (wl-summary-line-thread-indent): Ditto.
5868         (wl-summary-line-children-and-from): Ditto.
5869
5870         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5871         't', 'c', 'F' and added 'C'.
5872
5873         * wl-util.el (wl-set-string-width): Accept negative value.
5874         (wl-line-parse-format): Added "%number(" and "%)".
5875
5876 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5877
5878         * wl-summary.el (wl-summary-line-list-count): Change format of the
5879         return value.
5880
5881 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5882
5883         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5884         from the recent message.el.
5885         (wl-draft-point-in-header-p): Ditto.
5886         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5887         wl-draft-beginning-of-line.
5888         * wl-e21.el (wl-draft-mode-map): Ditto.
5889         * wl-xmas.el (wl-draft-mode-map): Ditto.
5890
5891         * wl-folder.el: Sort macrodefs by dependencies.
5892
5893 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5894
5895         * wl-summary.el (wl-summary-prev): Fixed regexp.
5896         (wl-summary-next): Ditto.
5897
5898 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5899
5900         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5901
5902 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5903
5904         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5905         for backward compatibility.
5906
5907 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5908
5909         * wl-summary.el (wl-summary-line-list-count): New function, merged
5910         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5911         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5912         list counts.
5913
5914 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5915
5916         * wl-summary.el (wl-summary-create-line): Ignore errors while
5917         timezone-fix-time.
5918
5919         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5920
5921         * wl-summary.el (wl-summary-sync-update): Ditto.
5922         (wl-summary-default-from): Use wl-message-entity
5923         instead of entity.
5924
5925         * wl-summary.el (wl-summary-create-line): Fix.
5926
5927         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5928         (wl-summary-line-format): New user option.
5929         (wl-folder-summary-line-format-alist): Ditto.
5930         (wl-summary-from-width): Abolished.
5931
5932         * wl-util.el (toplevel): Require 'bytecomp.
5933         (wl-line-parse-format): New function.
5934         (wl-line-formatter-setup): New macro.
5935
5936         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5937         (wl-summary-buffer-line-formatter): New buffer local variable.
5938         (wl-summary-switch-to-clone-buffer): Follow the change above.
5939         (wl-summary-message-regexp): Fix.
5940         (wl-summary-from-func-internal): Abolished.
5941         (wl-summary-subject-func-internal): Ditto.
5942         (wl-summary-subject-filter-func-internal): Ditto.
5943         (All other related portions are changed.)
5944         (wl-summary-buffer-set-folder):
5945         Set up wl-summary-buffer-number-column and 
5946         wl-summary-buffer-line-formatter
5947         (All other related portions are changed.)
5948         (wl-summary-buffer-number-column-detect): Abolished.
5949         (All other related portions are changed.)
5950         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5951         (wl-summary-delete-all-temp-marks-on-buffer): Use
5952         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5953         (wl-summary-target-mark-delete): Ditto.
5954         (wl-summary-target-mark-refile-subr): Ditto.
5955         (wl-summary-target-mark-mark-as-read): Ditto.
5956         (wl-summary-target-mark-mark-as-unread): Ditto.
5957         (wl-summary-target-mark-mark-as-important): Ditto.
5958         (wl-summary-target-mark-save): Ditto.
5959         (wl-summary-replace-status-marks): Renamed from
5960         wl-summary-set-status-marks-on-buffer;
5961         Use wl-summary-message-regexp instead of
5962         wl-summary-buffer-number-regexp.
5963         (wl-summary-sync-update): Follow the change above.
5964         (wl-summary-goto-previous-message-beginning): New function.
5965         (wl-summary-mark-as-unread): Use it.
5966         (wl-summary-mark-as-important): Ditto.
5967         (wl-summary-line-formatter): New variable.
5968         (wl-summary-line-year): New function.
5969         (wl-summary-line-day): Ditto.
5970         (wl-summary-line-day-of-week): Ditto.
5971         (wl-summary-line-hour): Ditto.
5972         (wl-summary-line-minute): Ditto.
5973         (wl-summary-line-open-bracket): Ditto.
5974         (wl-summary-line-close-bracket): Ditto.
5975         (wl-summary-line-children-number): Ditto.
5976         (wl-summary-line-thread-indent): Ditto.
5977         (wl-summary-line-size): Ditto.
5978         (wl-summary-line-subject): Ditto.
5979         (wl-summary-line-from): Ditto.
5980         (wl-summary-line-children-and-from): Ditto.
5981         (wl-summary-create-line): Rewritten.
5982         (wl-summary-format-date): Abolished.
5983
5984         * wl-highlight.el (wl-highlight-summary-current-line): Use
5985         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5986         Use thread structure to detect thread top message.
5987
5988         * wl-draft.el (wl-default-draft-cite): Don't use
5989         wl-summary-from-func-internal.
5990
5991         * wl-refile.el (wl-refile-subject-learn): Don't use
5992         wl-summary-subject-filter-func-internal.
5993         (wl-refile-guess-by-subject): Ditto.
5994
5995         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5996         parameters.
5997
5998         * wl-thread.el (wl-thread-update-indent-string-region):
5999         Use wl-thread-update-line-on-buffer instead of
6000         wl-thread-update-indent-string.
6001         (wl-thread-update-children-number): Redefine using
6002         wl-thread-update-line-on-buffer.
6003         (wl-thread-update-indent-string): Abolished.
6004
6005         * Version number is increased to 2.9.11.
6006
6007 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6010         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6011         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6012
6013         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6014         as nil.
6015
6016         * wl-thread.el (wl-thread-open-all-unread): Use 
6017         elmo-folder-list-messages-mark-match.
6018         (wl-thread-insert-message): Removed argument `mark-alist'.
6019         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6020         elmo-msgdb-set-mark.
6021         (wl-thread-get-children-msgs-uncached): Likewise.
6022         (wl-thread-get-exist-children): Added argument include-self.
6023         (wl-thread-delete-message): Follow the change above.
6024
6025         * wl-summary.el (wl-summary-count-unread): Removed argument.
6026         (wl-summary-rescan): Follow the change above.
6027         (wl-summary-mark-as-read-region): Ditto
6028         (wl-summary-mark-as-unread-region): Ditto.
6029         (wl-summary-delete-messages-on-buffer): Ditto.
6030         (wl-summary-sync-update): Ditto.
6031         (wl-summary-switch-to-clone-buffer): Ditto.
6032         (wl-summary-goto-folder-subr): Ditto.
6033         (wl-summary-target-mark-mark-as-read): Ditto.
6034         (wl-summary-target-mark-mark-as-unread): Ditto.
6035         (wl-summary-target-mark-mark-as-important): Ditto.
6036         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6037         (wl-summary-update-thread): Removed argument `mark-alist'.
6038         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6039         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6040         (wl-summary-resume-cache-status): Likewise.
6041         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6042         elmo-msgdb-set-mark.
6043         (wl-summary-mark-as-read-all): Likewise.
6044         (wl-summary-delete-cache): Ditto.
6045         (wl-summary-auto-select-msg-p): Ditto.
6046         (wl-summary-mark-as-unread): Ditto.
6047         (wl-summary-no-auto-refile-message-p): Ditto.
6048         (wl-summary-mark-as-read): Ditto.
6049         (wl-summary-mark-as-important): Ditto.
6050         (wl-summary-auto-refile): Follow the change above.
6051         (wl-summary-delete-all-marks): Removed.
6052         (wl-summary-resume-marks-and-highlight): Ditto.
6053         (wl-summary-resume-marks): Ditto.
6054         (wl-summary-delete-important-msgs-from-list): Ditto.
6055         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6056
6057         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6058         wl-summary-count-unread.
6059
6060         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6061         (wl-summary-score-update-all-lines): Use
6062         elmo-msgdb-set-mark.
6063
6064 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6065
6066         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6067         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6068         (wl-summary-create-line): Renamed from
6069         wl-summary-overview-create-summary-line;
6070         Argument rearrangement.
6071         (wl-summary-update-thread): Follow the change above.
6072
6073         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6074         (wl-thread-insert-entity-sub): Likewise.
6075
6076         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6077         argument `overview', `mark-alist' and added `msgdb'.
6078
6079         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6080
6081         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6082         (wl-summary-rescan): Follow the change above.
6083         (wl-summary-sync-update): Ditto.
6084         (wl-summary-insert-thread-entity): Ditto;
6085         Don't use `let*' in every while loop;
6086         Detect infinite loop of threads.
6087         (wl-summary-update-thread): Removed argument `overview'.
6088
6089         * wl-thread.el (wl-thread-insert-message): Ditto.
6090
6091         * Version number is increased to 2.9.10.
6092
6093         * wl-message.el (wl-message-redisplay): Ignore errors while
6094         wl-message-redisplay-hook.
6095
6096 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6097
6098         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6099
6100 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6101
6102         * wl.el (wl): inhibit-quit while wl-folder.
6103
6104 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6105
6106         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6107         while msgdb access.
6108
6109 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6110
6111         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6112         even if no folder is not created.
6113
6114 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6115
6116         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6117
6118         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6119         implementation.
6120         (wl-summary-target-mark-thread): Ditto.
6121
6122         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6123
6124 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6125
6126         * wl-util.el (wl-display-bytes): Remove unused function.
6127
6128 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6129
6130         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6131         seems critical one (partially reverse the change in 2002/03/17).
6132
6133 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6134
6135         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6136         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6137
6138 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6139
6140         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6141         is not writable.
6142         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6143         plugged status instead of `'force' as 2nd argument.
6144
6145         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6146         is not creatable.
6147
6148         * Version number is increased to 2.9.9.
6149
6150 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6151
6152         * wl-summary.el (wl-summary-suspend): New function.
6153
6154 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6155
6156         * wl.el (wl): Do not check variables if check is nil.
6157         * wl-utils.el (wl-collect-draft): New function.
6158         * wl-folder.el (wl-folder-suspend): Put summary buffers
6159         and draft buffers at the end of buffer list.
6160         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6161
6162 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6163
6164         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6165         loop instead of recursive call.
6166
6167         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6168         2nd argument.
6169
6170 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6171
6172         * wl-draft.el (wl-draft-create-contents): Don't take neither
6173         (function . args) nor (string . something) any more.
6174
6175         * wl-version.el (wl-generate-user-agent-string): Return string
6176         without header symbol.
6177         * wl-draft.el (wl-draft-default-headers): Use it.
6178
6179         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6180         `wl-draft-insert-ccs' and return field value instead of inserting
6181         the header. Abolish cc argument.
6182         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6183
6184         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6185         rather than one with string car.
6186
6187         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6188         * wl-draft.el (wl-draft-create-contents): Add it after the default
6189         headers.
6190
6191         * wl-draft.el (wl-draft-create-contents): For the case of
6192         (symbol-or-string . function) insert header only when the function
6193         returns string value.
6194
6195 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6196
6197         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6198         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6199
6200 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202         * wl.el (wl-check-environment): Don't check Message-ID when
6203         `wl-insert-message-id' is nil.
6204         Revive checking if `wl-message-id-domain' contains "@".
6205
6206 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6207
6208         * wl.el (wl-check-environment): Merge examination for "@" at
6209         inappropriate position into the first string-match.
6210
6211         * wl-summary.el (wl-summary-target-mark-print): New function.
6212         (wl-summary-pipe-message-subr): Extracted from
6213         `wl-summary-pipe-message'.
6214         (wl-summary-target-mark-pipe): New function.
6215         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6216         `wl-summary-target-mark-pipe'.
6217
6218 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6219
6220         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6221
6222 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6223
6224         * wl.el (wl-check-environment): Use elmo-warning instead of
6225         error for non-critical ones.
6226         Remove trash folder check.
6227         (wl): Don't ignore error in wl-check-environment.
6228
6229         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6230         check, which is moved from `wl-check-environment'.
6231         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6232
6233 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6234
6235         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6236         guess anything, call wl-summary-write.
6237         (wl-summary-write): Create draft with blank To field.
6238         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6239
6240 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6241
6242         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6243         argument full as well for wl-folder-write-current-folder.
6244         If wl-*-write-current-folder cannot guess addressee, add blank
6245         To header.
6246         Rewrite condition for positioning cursor.
6247
6248 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6249
6250         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6251         summary buffer is present, use it.
6252         (wl-folder-jump-to-previous-summary): Ditto.
6253
6254 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6255
6256         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6257
6258         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6259         wl-summary-previous-buffer and wl-summary-next-buffer.
6260
6261         * wl-folder.el (wl-folder-mode-map): Bind
6262         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6263         (wl-folder-jump-to-next-summary): New function.
6264         (wl-folder-jump-to-previous-summary): Ditto.
6265
6266         * wl-draft.el (wl-draft): Rearranged.
6267
6268 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6269
6270         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6271         of header.
6272         (wl-draft): Collect arguments for the header as header-alist.
6273         (wl-draft-forward): Arrange arguments for wl-draft.
6274         (wl-draft-reply): Ditto.
6275         (wl-draft-edit-string): Ditto.
6276         * wl-summary.el (wl-summary-write): Ditto.
6277         (wl-summary-write-current-folder): Ditto.
6278
6279         * Version number is increased to 2.9.8.
6280
6281 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6284
6285         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6286
6287         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6288         even if the guess failed.
6289
6290         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6291         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6292         wl-summary-write-current-folder.
6293         * wl-xmas.el: Ditto.
6294
6295 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-summary.el (wl-summary-next-page): Force display message if
6298         message is not displayed yet.
6299         (wl-summary-prev-page): Ditto.
6300
6301 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6302
6303         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6304
6305 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6306
6307         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6308         add "Preview Message" and "Save Draft and Exit".
6309
6310 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6311
6312         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6313         if addrmgr is called from draft in splitted window.
6314
6315         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6316         * wl-mule.el: Ditto.
6317         * wl-xmas.el: Ditto.
6318
6319 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6320
6321         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6322
6323         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6324         * wl-xmas.el (wl-folder-toolbar): Ditto.
6325
6326 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6327
6328         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6329         and wl-draft-save-and-exit.
6330         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6331         * wl-xmas.el: Ditto.
6332         * wl-mule.el: Ditto.
6333
6334         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6335         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6336
6337 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6340         lists for saving buffer.
6341
6342 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6343
6344         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6345         parent-folder argument instead of it.
6346         (wl-draft-create-buffer): Ditto.
6347         (wl-draft-forward): Ditto.
6348         (wl-draft-reply): Ditto.
6349         * wl-summary.el (wl-summary-write): Ditto.
6350         (wl-summary-write-current-folder): Ditto.
6351
6352         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6353         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6354         Folder buffer after composing.
6355
6356 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6359         header if the file `wl-x-face-file' already contains it.
6360
6361 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6362
6363         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6364         folder" entry.
6365         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6366         * wl-e21.el (wl-folder-toolbar): Ditto.
6367         * wl-xmas.el (wl-folder-toolbar): Ditto.
6368
6369 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6370
6371         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6372         wl-folder-goto-folder with sticky argument.
6373         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6374
6375 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6376
6377         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6378         and wl-summary-previous-buffer.
6379         (wl-summary-next-buffer): New function.
6380         (wl-summary-previous-buffer): Ditto.
6381
6382 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6383
6384         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6385         wl-folder-jump-to-current-entity-with-arg.
6386         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6387         `wl-folder-jump-to-current-entity'.
6388         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6389         `wl-summary-goto-folder-sticky'.
6390         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6391         `wl-summary-goto-folder'.
6392         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6393         Unless force-exit, do not clean temp. marks for sticky summary.
6394         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6395
6396 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6399         not entire.
6400
6401 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6402
6403         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6404         to `C-x C-s'.
6405         (wl-summary-save-status): New command.
6406         (wl-summary-exit): Don't clean-up temp marks when sticky.
6407         (Applied patch from Nakayama-san [wl: 09548])
6408         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6409         Do nothing when no mark data.
6410         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6411         Call `wl-summary-delete-all-temp-marks' before saving.
6412
6413 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6414
6415         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6416
6417 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6418
6419         * wl.el (wl-check-environment): Also cause error when (system-name)
6420         returns "localhost.localdomain". (Although it doesn't affect because
6421         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6422
6423 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6424
6425         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6426         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6427
6428         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6429         value.
6430
6431 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6434         Likewise r-cc-list and r-ng-list.
6435
6436 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6439         only if it is bound as variable.
6440
6441         * wl-mime.el (wl-draft-preview-message): Ditto.
6442
6443 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6446         needless `goto-char'.
6447
6448         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6449         `wl-summary-redisplay-no-mime-internal' instead of
6450         `wl-summary-redisplay-no-mime'.
6451         (wl-summary-redisplay-no-mime): Changed argument;
6452         Call `wl-summary-redisplay-no-mime-internal'.
6453
6454         * wl-mime.el (wl-draft-preview-message): Bind
6455         `mime-header-encode-method-alist' locally.
6456
6457         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6458         (wl-draft-std11-parse-addresses): Added the first address check.
6459         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6460
6461         * Version number is increased to 2.9.7.
6462
6463 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6466
6467 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6468
6469         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6470         related to scrollbar support, if there is no such a feature
6471         compiled in.
6472
6473 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6474
6475         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6476         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6477         for prefetch.
6478
6479 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-summary.el (wl-summary-pick): Fix for no match.
6482
6483 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * wl-draft.el (wl-draft-save):
6486         Override `mime-header-encode-method-alist'.
6487
6488 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6489
6490         * wl-folder.el (wl-folder-pick): New function.
6491         Define key as "?".
6492
6493 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6494
6495         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6496         Fix for unplugged.
6497
6498 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6499
6500         * wl-folder.el (wl-folder-virtual): New function.
6501         Define key as "V".
6502
6503 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6506         multi folder if entity is group.
6507
6508 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6511         is nil.
6512
6513 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6516         (wl-summary-target-mark-msgs): Return the number of marked messages.
6517
6518 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6519
6520         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6521         "first:" is specified.
6522
6523 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6524
6525         * wl-vars.el (wl-from): Use return value of function
6526         user-full-name instead of the variable user-full-name since
6527         XEmacs-20.4 doesn't set this variable.
6528
6529 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6530
6531         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6532         call `wl' directly.
6533
6534 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6535
6536         * wl-draft.el (wl-draft-reedit): Removed duplicated
6537         switch-to-buffers.
6538
6539 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * wl.el (wl-other-frame): Removed garbages.
6542
6543 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6544
6545         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6546
6547         * wl-xmas.el (wl-draft-key-setup): Ditto.
6548
6549         * wl-mule.el (wl-draft-key-setup): Ditto.
6550
6551         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6552         (wl-draft-reedit): Ditto.
6553         (wl-draft-prepare-edit): Add `wl-draft-save' to
6554         `local-write-file-hooks'.
6555         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6556         (wl-draft-reedit): Set buffer-file-name.
6557         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6558
6559
6560         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6561         call it.
6562         (wl-delete-startup-frame-function): New variable.
6563         (wl-other-frame): New function
6564         (Original was written by Yamaoka san [wl: 09239]).
6565
6566         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6567         if `wl-folder-use-frame'.
6568
6569 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6570
6571         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6572
6573 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6574
6575         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6576         New variable.
6577         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6578         (wl-message-buffer-prefetch-get-next): Use them.
6579         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6580
6581 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6584         with unwind-protect.
6585
6586         * wl-draft.el (wl-draft-reedit): Rewrite.
6587         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6588         (wl-draft-save): Insert header separator if it does not exist;
6589         Removed condition-case.
6590
6591         * wl-summary.el (wl-summary-reedit): Revert last change.
6592
6593         * wl-draft.el (wl-draft-save): Rewrite.
6594         (wl-draft-create-buffer): Set buffer-file-name as nil.
6595
6596         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6597
6598         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6599
6600         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6601         nil.
6602
6603 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6604
6605         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6606         If count is nil, do not prefetch.
6607         (wl-message-buffer-prefetch-next): Next.
6608
6609 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6612
6613 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6614
6615         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6616         `delete-backward-char'
6617         (wl-draft-prepare-edit): Check major-mode.
6618         (wl-draft-decode-header): Rewrite.
6619         (wl-draft): Fix.
6620
6621 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6624
6625 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6628         (wl-message-buffer-prefetch-get-next): Remove size checking.
6629         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6630
6631 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6634         (wl-draft-default-headers): Fix.
6635
6636 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6637
6638         * wl-draft.el (wl-draft-default-headers): Insert return value of
6639         `wl-generate-mailer-string-function'.
6640
6641 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6642
6643         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6644         (wl-draft-insert-mail-header-separator): Ditto.
6645
6646         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6647         again (Reverted the change on 2002-01-17 by OKADA san).
6648
6649 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6650
6651         * wl-draft.el (wl-draft): Rewrite.
6652         (wl-draft-create-buffer): New function.
6653         (wl-draft-create-contents): Ditto.
6654         (wl-draft-prepare-edit): Ditto.
6655         (wl-draft-decode-header): Ditto.
6656         (wl-draft-decode-body): Ditto.
6657         (wl-draft-check-new-line): Ditto.
6658         (wl-draft-default-headers): Ditto.
6659         (wl-draft-insert-mail-header-separator): Ditto.
6660
6661 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * Version number is increased to 2.9.6.
6664
6665 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-draft.el (wl-draft-delete-field): Optional argument.
6668         (wl-draft-delete-fields): Ditto.
6669
6670 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-message.el (toplevel): Eliminated byte-compile warning.
6673         for `itimer-function', `delete-timer' and `itimer-list'.
6674
6675 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6678         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6679         `wl-message-buffer-prefetch-threshold'.
6680         * wl-summary.el (wl-summary-redisplay-internal): Remove
6681         the check of `wl-message-buffer-prefetch-depth'.
6682
6683 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6686         size of article.
6687         (wl-message-buffer-prefetch-subr): Remove size check.
6688
6689 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6690
6691         * wl-vars.el (wl-plugged): Make customizable.
6692
6693 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6696         (wl-message-buffer-prefetch-set-timer): New function.
6697         (wl-message-buffer-prefetch-get-next): New function.
6698         (wl-message-buffer-prefetch): New function.
6699         (wl-message-buffer-prefetch-next): Rewrite.
6700         (wl-message-buffer-prefetch-subr): Rewrite.
6701         * wl-vars.el (wl-auto-prefetch-first): New variable.
6702         * wl-summary.el (wl-summary-goto-folder-subr): Call
6703         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6704
6705 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6706
6707         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6708         `wl-summary-unread-message-hook'.
6709
6710 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6711
6712         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6713         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6714         if range is `cache-status'.
6715
6716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6717
6718         * wl-message.el (wl-message-buffer-prefetch-subr):
6719         Improve debug message.
6720
6721 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6722
6723         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6724         `wl-mail-send-pre-hook'.
6725         (wl-draft-send-mail-with-qmail): Ditto.
6726         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6727
6728 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6729
6730         * wl-message.el (wl-message-buffer-prefetch-subr):
6731         Fix for cancel-function-timers bug.
6732         (wl-message-buffer-prefetch-debug): Default value is t.
6733
6734 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6737         (wl-message-buffer-prefetch-subr): Rewrite.
6738         Rename from `wl-message-buffer-prefetch'.
6739
6740 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6741
6742         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6743         (wl-default-draft-cite-decorate-author): Ditto.
6744
6745         * wl-draft.el (wl-draft-cite-function): Removed.
6746         (wl-default-draft-cite-decorate-author): Ditto.
6747
6748 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6749
6750         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6751         (wl-default-draft-cite): Do not arrange author name if the value of
6752         `wl-default-draft-cite-decorate-author' is nil.
6753
6754 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6757
6758         * wl-folder.el (wl-folder-check-one-entity): Don't care
6759         `elmo-folder-use-flag-p'.
6760
6761 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6762
6763         * wl-folder (wl-folder-check-one-entity): Fix
6764         problem if unread is nil.
6765
6766 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6767
6768         * wl-address.el (wl-address-make-completion-list): Check whether
6769         the address is a group list.
6770         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6771
6772 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6773
6774         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6775         The number of the messages of new and unread does not count
6776         correctly.
6777
6778         * wl-summary.el (wl-summary-count-unread): Changed to return
6779         `(new . unread)' instead of total.
6780         (wl-summary-sync-update): Follow the change above.
6781
6782         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6783
6784 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6785
6786         * wl-address.el (wl-address-make-completion-list): Do not enclose
6787         address by " <" and ">" if associated realname is "".
6788         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6789         This is against the promblem with group list in .addresses pointed
6790         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6791
6792 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6793
6794         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6795         message is a format control string.
6796         * wl-expire.el (wl-expire-append-log): Ditto.
6797         * wl-mime.el (wl-summary-burst-subr): Ditto.
6798         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6799         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6800
6801 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6804         wl.el (wl-check-variables): Rename from `wl-check-type'.
6805         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6806         (wl-check-variables-2): New function.
6807         (wl): Call `wl-check-variables-2'.
6808
6809 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6810
6811         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6812         after renaming folder in access group.
6813
6814 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6815
6816         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6817         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6818         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6819         (wl-message-buffer-prefetch): Rewrite.
6820         (wl-message-buffer-prefetch-idle-time): Removed.
6821         * wl-summary.el (wl-summary-redisplay-internal):
6822         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6823         Error check for `wl-message-buffer-prefetch-depht'.
6824
6825 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6826
6827         * Version number is increased to 2.9.5.
6828         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6829
6830 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6831
6832         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6833         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6834         Based on the patch written by
6835         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6836
6837 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl-draft.el (wl-draft-raw-send): Fix for
6840         `wl-news-send-pre-hook'
6841
6842 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6843
6844         * wl-utils.el (wl-message-id-function): New variable.
6845         * wl-draft.el (wl-draft-insert-required-fields):
6846         Use `wl-message-id-function'.
6847
6848 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6849
6850         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6851         * wl-utils.el (wl-draft-make-message-id-string):
6852         Use `wl-from' for domain part of Message-ID
6853         if `wl-message-id-use-wl-from' if non-nil.
6854         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6855
6856 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6857
6858         * wl.el (wl): Call `wl-check-type'
6859         Do not 'condition-case'.
6860
6861 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6862
6863         * wl.el (wl-check-type): New function.
6864         (wl-check-type-variables): New variable.
6865
6866 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6867
6868         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6869
6870 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6871
6872         * wl-draft.el (wl-smtp-password-key): New function.
6873         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6874         (wl-draft-send-mail-with-smtp): Ditto.
6875         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6876
6877 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6878
6879         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6880         * wl-utils.el (wl-unique-id-suffix): Remove.
6881
6882 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * Version number is increased to 2.9.4.
6885
6886 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6887
6888         * wl-utils.el (wl-unique-id-suffix): New variable.
6889         (wl-unique-id): Use `wl-unique-id-suffix'
6890
6891 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6892
6893         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6894         instead of `elmo-msgdb-search'.
6895
6896         * Version number is increased to 2.9.3.
6897
6898 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6899
6900         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6901
6902 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6903
6904         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6905         (wl-draft-dispatch-message): Changed for send-later.
6906         (wl-draft-queue-flush): Ditto.
6907         (wl-draft): Clear `wl-sent-message-queued'.
6908         (wl-draft-reedit): Ditto.
6909         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6910         * wl-vars.el (wl-draft-force-queuing): New variable.
6911         (wl-draft-force-queuing-mail): New variable.
6912         (wl-draft-force-queuing-news): New variable.
6913
6914 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6915
6916         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6917         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6918
6919 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6920
6921         * Version number is increased to 2.9.2.
6922
6923 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * wl-draft.el (wl-draft-elide-region): New user command.
6926         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6927
6928         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6929         command `wl-draft-elide-region'.
6930         * wl-mule.el: Ditto.
6931         * wl-xmas.el: Ditto.
6932
6933 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6936         (wl-biff-check-folder-async): Removed needless let.
6937
6938 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6941         wl-folder-get-elmo-folder.
6942         (wl-biff-check-folder): Set `biff' argument of
6943         `wl-folder-check-one-entity'.
6944         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6945
6946         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6947         (wl-folder-check-one-entity): Added `biff' argument;
6948         Setup `biff' slot of folder.
6949
6950         * Version number is increased to 2.9.1.
6951
6952 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6955         comment out and fixed.
6956         (wl-fldmgr-add-completion-subr): Ditto.
6957
6958         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6959         and msgdb.
6960
6961         * wl.el (wl-toggle-plugged): Save summary view.
6962
6963 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6966
6967 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6968
6969         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6970
6971 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6974         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6975         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6976
6977         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6978         if it was failed.
6979         (wl-demo): Disable undo in the demo buffer.
6980
6981 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6982
6983         * wl-version.el (wl-version): Changed codename.
6984
6985         * Version number is increased to 2.9.0.
6986
6987 2001-12-14  Takuo KITAME <kitame@northeye.org>
6988
6989         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6990         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6991         (wl-folder-mark-as-read-all-current-entity): Ditto.
6992
6993 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl-vars.el (wl-from-width): Define as obsolete variable.
6996         (wl-subject-length-limit): Ditto.
6997
6998         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6999
7000         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7001         wl-summary-save-view.
7002
7003         * wl.el (wl-save-status): Ditto.
7004         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7005
7006         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7007         (wl-summary-exit): Follow the change above.
7008         (wl-summary-goto-folder-subr): Ditto.
7009
7010         * wl-folder.el (wl-folder-create-subr): Don't use
7011         `elmo-folder-creatable-p'.
7012
7013 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7016
7017 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7020         rather than bitmap on Emacs 21.
7021         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7022         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7023         for xbm if the new redisplay engine is not available.
7024
7025 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-folder.el (wl-folder-init-hook): New hook.
7028         (wl-folder-init): Run `wl-folder-init-hook'.
7029
7030 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7033
7034 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * wl-acap.el (wl-acap-cache-filename): New variable.
7037         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7038         (wl-acap-init): Use cache if no ACAP server found.
7039
7040 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7041
7042         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7043         `wl-acap-original-msgdb-dir'.
7044
7045         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7046         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7047
7048         * wl-mime.el (wl-mime-save-directory): Renamed from
7049         `wl-mime-save-dir'.
7050
7051 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7054
7055         * wl-demo.el: Require `path-util'.
7056         (wl-demo-bitmap-mule-available-p): New internal variable.
7057         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7058         `module-installed-p' instead.
7059         (wl-demo-insert-image): Use *.img file for a bitmap image.
7060         (wl-demo): Don't call the ascii demo recursively.
7061
7062 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7063
7064         * Version number is increased to 2.7.7.
7065
7066 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl.el (wl-exit): Eliminated byte-compile warning.
7069
7070 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7071
7072         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7073         obsolete variable using `elmo-define-obsolete-variable'.
7074         (wl-fetch-confirm-threshold): Ditto.
7075         (wl-cache-prefetch-folder-type-list): Ditto.
7076         (wl-cache-prefetch-folder-list): Ditto.
7077
7078 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7081         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7082         (wl-demo-insert-image): New function.
7083         (wl-demo-insert-text): New function.
7084         (wl-demo-image-type-alist): Redefine as a function.
7085         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7086         (wl-demo-with-temp-file-buffer): Removed.
7087         (wl-logo-xpm): Removed.
7088         (wl-logo-xbm): Removed.
7089         (wl-logo-bitmap): Removed.
7090
7091 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7092
7093         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7094         (wl-expire-localdir-get-folder-function): New user option.
7095         (wl-expire-localdir-get-folder): New function.
7096         (wl-expire-localdir-date): Ditto.
7097
7098 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7101         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7102         Fixed unread number mismatch when all-unread < unread.
7103
7104 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7107         (wl-fetch-confirm-threshold): Ditto.
7108
7109         * wl-summary.el (wl-summary-confirm-appends): Removed.
7110         (wl-summary-sync-update): Don't refer
7111         `wl-summary-update-confirm-threshold' (It is now abolished).
7112
7113         * wl-message.el (wl-message-display-internal): Don't refer
7114         `wl-fetch-confirm-threshold' (It is now abolished).
7115
7116 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7119
7120 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7121
7122         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7123         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7124         Change default value to nil.
7125         (wl-summary-indent-length-limit): The value can be nil, nil means
7126         unlimited.
7127
7128         * wl-summary.el: Don't set limit for indent length if the value of
7129         wl-summary-indent-length-limit is nil.
7130         If the value of wl-summary-width is nil, it means only that the width
7131         of summary is unlimited (nil doesn't mean that the indent length is
7132         unlimited).
7133
7134         * wl-thread.el: Ditto.
7135
7136 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7137
7138         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7139         be nil, nil means never confirm.
7140         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7141
7142 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7143
7144         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7145         means unlimited).
7146
7147 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7150         Use `with-temp-buffer'.
7151
7152 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7153
7154         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7155         with new backquote style).
7156         (wl-folder-get-entity-from-buffer): Ditto.
7157
7158 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7159
7160         * wl-version.el (nemacs-version): Eliminated.
7161         (wl-extended-emacs-version2): Ignore nemacs.
7162         (wl-extended-emacs-version3): Ditto.
7163
7164 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7165
7166         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7167         (wl-draft-add-in-reply-to): New variable.
7168         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7169         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7170         (wl-draft-yank-from-mail-reply-buffer): Use
7171         `wl-draft-add-in-reply-to'.
7172         (wl-draft-insert-current-message): Ditto.
7173
7174 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7175
7176         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7177         typo (kill->hide).
7178         (wl-message-buffer-prefetch-folder-type-list): Added elements
7179         `mark' and `cache' instead of `internal'.
7180
7181 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7184         resume msgdb directory.
7185
7186 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl.el (wl-exit): Call `wl-acap-exit'.
7189
7190         * wl-summary.el (wl-summary-message-string): New function.
7191         (wl-summary-reedit): Use it.
7192         (wl-summary-resend-bounced-mail): Remove needless let.
7193         (wl-summary-supersedes-message): Ditto.
7194         (wl-summary-save): Ditto.
7195
7196         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7197         (wl-acap-init): Set it.
7198         (wl-acap-exit): New function.
7199
7200 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7201
7202         * wl.el (wl-init): Revert (require 'mime-setup). move from
7203         toplevel.
7204
7205 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7206
7207         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7208         local variables.  Add error when guess function return invalid
7209         value.
7210
7211 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7212
7213         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7214         Change local variable name.
7215         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7216         (wl-folder-get-newsgroups): Return nil when non-news folder.
7217         * wl-summary.el (wl-summary-write-current-folder): State through
7218         when guess-list return nil.
7219         (wl-summary-write-current-folder-functions): Fixed docstring.
7220
7221         * wl.el (wl-exit): Changed confirm message.
7222
7223         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7224         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7225
7226         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7227
7228 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7229
7230         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7231         user option (Renamed from wl-cache-prefetch-folder-type-list).
7232         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7233         from wl-cache-prefetch-folder-list).
7234
7235         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7236         Move to wl-vars.el.
7237         (wl-message-buffer-prefetch-p): Changed to enable
7238         `wl-message-buffer-prefetch-folder-list'.
7239
7240         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7241         `ignore-cache'.
7242
7243 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7244
7245         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7246         `part-top' and `part-bottom'.
7247         (wl-draft-config-sub-part-top): New function.
7248         (wl-draft-config-sub-part-bottom): New function.
7249
7250 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7251
7252         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7253
7254 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7255
7256         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7257
7258 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7259
7260         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7261
7262         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7263         (wl-summary-write-current-folder): Ditto.
7264
7265 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-folder.el (wl-folder-get-newsgroups): Use
7268         `elmo-folder-newsgroups'.
7269
7270 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7271
7272         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7273         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7274         `wl-draft-config-sub-header-bottom'.
7275
7276 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7277
7278         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7279         localnews folder.
7280
7281 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7282
7283         * wl-summary.el (wl-summary-mode): Undo last change.
7284
7285         * wl-folder.el (wl-folder-mode): Ditto.
7286
7287 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7288
7289         * wl-summary.el (wl-summary-mode): Locally set
7290         truncate-partial-window-width to nil.
7291         (for XEmacs)
7292
7293         * wl-folder.el (wl-folder-mode): Ditto.
7294
7295 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7298
7299 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7302         number.
7303
7304         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7305
7306         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7307
7308         * Version number is increased to 2.7.6.
7309
7310 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7311
7312         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7313
7314 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * wl-summary.el (wl-summary-sync-update): Enclose network
7317         related portion with `unwind-protect'.
7318
7319 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7320
7321         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7322
7323 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7326         element.
7327         * wl-vars.el (wl-message-body-button-alist): Ditto.
7328
7329         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7330         max match length.
7331         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7332
7333         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7334         for the max match length;
7335         Use 4th element value for the button string regexp group.
7336
7337         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7338         candidate exists, prompt to select.
7339
7340 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7341
7342         * wl-summary.el (wl-summary-jump-to-msg): Search before
7343         calibration point by `beginning-of-line'.
7344
7345 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7346
7347         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7348         for access group.
7349
7350 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-message.el (wl-message-display-internal): Bind
7353         `default-mime-charset'.
7354
7355         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7356
7357         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7358
7359         * Version number is increased to 2.7.5.
7360
7361 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7362
7363         * wl-expire.el (wl-summary-archive): Fixed;
7364         Use `elmo-folder-name-internal'.
7365
7366 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7367
7368         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7369         from `elmo-folder-move-messages' caller.
7370         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7371
7372         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7373         related portions are changed).
7374
7375 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7376
7377         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7378         counter.
7379
7380 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7381
7382         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7383         buffer local and set it to nil.
7384
7385         * wl-message.el (wl-message-redisplay): Ditto.
7386
7387 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-summary.el (wl-summary-mark-as-important): If message is
7390         already cached, set messag as read, otherwise encache and mark as read.
7391
7392 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7393
7394         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7395         point-min.
7396
7397 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7400         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7401         a keymap.
7402
7403 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7406         parent.
7407
7408         * wl-mule.el (wl-message-define-keymap): Ditto.
7409
7410         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7411
7412         * wl-xmas.el (wl-message-display-internal-hook): Define.
7413         (wl-xmas-setup-message-toolbar): Define as function.
7414         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7415         (wl-message-overload-functions): Abolished.
7416         (wl-message-define-keymap): New function.
7417
7418         * wl-vars.el (wl-message-display-internal-hook): New variable.
7419         (wl-message-header-button-alist): New variable (Renamed from
7420         wl-highlight-message-header-button-alist).
7421         (wl-message-body-button-alist): Ditto.
7422
7423         * wl-mule.el (wl-message-define-keymap): New function.
7424         (wl-message-overload-functions): Abolished.
7425
7426         * wl-message.el (wl-message-add-buttons-to-body): New function.
7427         (wl-message-redisplay): Don't call wl-message-overload-functions;
7428         Call wl-message-add-buttons-to-header and
7429         wl-message-add-buttons-to-body.
7430         (wl-message-display-internal): Set keymap argument for
7431         elmo-mime-display-as-is, elmo-mime-message-display;
7432         Run wl-message-display-internal-hook.
7433         (wl-message-refer-article-or-url): Abolished.
7434
7435         * wl-highlight.el (wl-highlight-headers): Don't call
7436         wl-highlight-message-add-buttons-to-header.
7437         (wl-highlight-message-add-buttons-to-header): Abolished.
7438
7439
7440         * wl-e21.el (wl-message-display-internal-hook): Define.
7441         (wl-e21-setup-toolbar): Deleted duplicated binding.
7442         (wl-e21-setup-message-toolbar): Define as function.
7443         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7444         (wl-message-define-keymap): New function.
7445         (wl-message-overload-functions): Abolished.
7446
7447 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7448
7449         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7450         and elmo-folder-close.
7451
7452         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7453
7454 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7455
7456         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7457         boolean value.
7458         * wl-draft.el (wl-draft-do-fcc): Ditto.
7459
7460 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7461
7462         * wl-vars.el (wl-fcc-force-as-read): New variable.
7463         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7464         mark copied message as read.
7465
7466 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7467
7468         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7469
7470 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7471
7472         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7473         `wl-summary-target-above' instead of obsolete variable
7474         `wl-summary-temp-above'.
7475
7476         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7477         instead of `make-obsolete-variable'.
7478         * wl-refile.el (toplevel): Ditto.
7479
7480 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7483         with third argument t.
7484         (wl-draft): Set first argument for wl-plugged-init as t.
7485
7486         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7487         definition.
7488
7489 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * wl-vars.el: Tabify.
7492         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7493
7494         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7495         message.
7496
7497 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7498
7499         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7500         and set default to beep.
7501
7502 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7503
7504         * wl-vars.el (wl-draft-truncate-lines): New variable.
7505
7506         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7507         instead of wl-message-truncate-lines for truncate-lines.
7508
7509 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl-message.el (wl-message-display-internal): Call
7512         `wl-highlight-message' after `elmo-mime-display-as-is'.
7513
7514         * wl-mime.el (wl-mime-display-text/plain): New function.
7515         (wl-mime-display-header): Ditto.
7516         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7517         body-presentation-method for text/plain;
7518         Register `wl-mime-display-header' as a header-presentation-method;
7519         Don't set up `elmo-message-text-content-inserted-hook' and
7520         `elmo-message-header-inserted-hook'.
7521
7522         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7523         variable.
7524         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7525         as t if flag is 'all-header;
7526         Don't bind `elmo-message-ignored-field-list',
7527         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7528
7529 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7532         for xemacs with non-mule environment.
7533
7534 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7535
7536         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7537         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7538         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7539
7540 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7541
7542         * wl-vars.el (wl-interactive-send): Set default value as t.
7543
7544 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7547         (wl-addrmgr-method-list): Abolished.
7548         (wl-addrmgr-change-method): Follow above change.
7549
7550         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7551
7552 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7553
7554         * wl-vars.el (wl-message-truncate-lines): Change default value
7555         to default-truncate-lines.
7556
7557         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7558
7559 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7560
7561         * wl-vars.el (wl-message-truncate-lines): New variable.
7562
7563         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7564         wl-message-truncate-lines.
7565
7566 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7567
7568         * wl-acap.el (wl-acap-init): Remove period from error message.
7569         (wl-acap-find-acap-service): Remove period from message.
7570
7571 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl.el (wl-check-environment): Undo last change.
7574
7575         * wl-vars.el (wl-from): Changed default value.
7576
7577         * wl-util.el (toplevel): Don't require tm-edit.
7578
7579         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7580         `wl-folder-init';
7581         Don't set mark on mail body.
7582         (wl-draft-reedit): Ditto.
7583
7584         * wl-address.el (wl-address-quote-specials): Define as an alias for
7585         elmo-address-quote-specials.
7586
7587 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7590
7591         * wl-vars.el (wl-from): Set default value as nil.
7592         (wl-organization): Set default value as ORGANIZATION environment
7593         variable.
7594
7595         * wl-draft.el (wl-smtp-extension-bind): Check value of
7596         wl-smtp-connection-type.
7597
7598         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7599         error.
7600
7601 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7602
7603         * Version number is increased to 2.7.4.
7604
7605         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7606         arguments from `wl-highlight-x-face-function' caller.
7607         Use x-face-1.3.6.12 or later.
7608
7609 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7610
7611         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7612
7613 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7614
7615         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7616         (wl-fcc): Fix to accept function.
7617         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7618
7619 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7620
7621         * wl-acap.el (toplevel): Added `product-provide' declare.
7622         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7623
7624 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl.el (wl): Changed order of calling `elmo-init'
7627         and `elmo-folder-init'.
7628
7629 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7630
7631         * wl-mime.el (wl-summary-burst): Extract message when content-type
7632         of root entity is not only `multipart' but also `message/rfc822'.
7633         (wl-summary-burst-subr): Ditto.
7634
7635 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7636
7637         * wl-vars.el (toplevel): Require 'custom.
7638         (wl-trash-folder): Added to `wl-setting' group.
7639
7640         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7641         exists.
7642         (wl-addrmgr-draw): Insert empty line when no entry exists.
7643
7644         * wl-mule.el (wl-message-wheel-up): Fixed.
7645         (wl-message-wheel-down): Ditto.
7646
7647 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7648
7649         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7650         config is an anonymous lambda expression.
7651
7652 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7655         when Mule 2 is running.
7656
7657 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7660
7661 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7664         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7665
7666         * wl-address.el (wl-address-specials-regexp): Eliminated.
7667         (wl-address-quote-specials): Rewrite.
7668
7669 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7672         shy-groups for regexp.
7673
7674         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7675         character classes and Perl style shy-groups for regexp.
7676         (wl-highlight-plugged-current-line): Use Posix style character
7677         classes for regexp.
7678         (wl-e21-highlight-folder-by-numbers): Ditto.
7679         (wl-e21-display-image-p): Use `display-images-p' instead of
7680         `display-graphic-p'.
7681         (display-images-p): Make an alias to `display-graphic-p' if it is
7682         not available.  It is for Emacs version prior to 21.0.105.
7683
7684         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7685         `display-graphic-p'.
7686         (wl-demo-image-type-alist): Ditto.
7687         (display-images-p): Make an alias to `display-graphic-p' if it is
7688         not available.  It is for Emacs version prior to 21.0.105.
7689
7690 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7691
7692         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7693         support.
7694         (wl-generate-user-agent-string): Ditto.
7695
7696         * wl-version.el (wl-version): Update docsting.
7697         (wl-version-status): Ditto.
7698
7699 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7700
7701         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7702         21.0.105.  For Emacs 21.0.104 or earlier.
7703
7704 2001-09-03  Takuo KITAME <kitame@northeye.org>
7705
7706         * wl-e21.el (wl-plugged-init-icons): Use
7707         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7708         (wl-biff-init-icons): Ditto.
7709
7710 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * wl-highlight.el (wl-highlight-summary-current-line):
7713         Fixed highlighting refile/copy destination.
7714
7715         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7716         (wl-acap-store): Encode string by wl-acap-coding-system.
7717
7718 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7719
7720         * wl-acap.el (toplevel): Check and require 'un-define before
7721         'xemacs-ucs;
7722          Added checking for UTF-2000.
7723
7724 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7727         Don't enclose with `eval-and-compile'.
7728
7729         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7730         wl-init is non-nil.
7731
7732         * wl-draft.el (wl-draft): Ditto.
7733
7734         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7735
7736         * wl-acap.el (toplevel): Require 'wl.
7737         (wl-acap-store): Call `elmo-init'.
7738
7739         * wl.el (wl): Changed position of `wl-check-environment'.
7740         (toplevel): Added autoload setting for wl-acap.
7741
7742         * wl-vars.el (wl-setting): New custom group.
7743         (wl-from): Added wl-setting group.
7744         (wl-user-mail-address-list): Ditto.
7745         (wl-organization): Ditto.
7746         (wl-subscribed-mailing-list): Ditto.
7747         (wl-envelope-from): Ditto.
7748         (wl-smtp-posting-user): Ditto.
7749         (wl-smtp-posting-server): Ditto.
7750         (wl-smtp-posting-port): Ditto.
7751         (wl-smtp-authenticate-type): Ditto.
7752         (wl-pop-before-smtp-user): Ditto.
7753         (wl-pop-before-smtp-server): Ditto.
7754         (wl-pop-before-smtp-port): Ditto.
7755         (wl-pop-before-smtp-authenticate-type): Ditto.
7756         (wl-nntp-posting-server): Ditto.
7757         (wl-nntp-posting-user): Ditto.
7758         (wl-nntp-posting-port): Ditto.
7759         (wl-fetch-confirm-threshold): Ditto.
7760         (wl-prefetch-threshold): Ditto.
7761         (wl-thread-insert-opened): Ditto.
7762         (wl-ldap-server): Ditto.
7763         (wl-ldap-port): Ditto.
7764         (wl-ldap-base): Ditto.
7765         (wl-ldap-objectclass): Ditto.
7766         (wl-use-ldap): Ditto.
7767         (wl-draft-config-alist): Ditto.
7768         (wl-draft-config-matchone): Ditto.
7769         (wl-template-alist): Ditto.
7770         (wl-message-sort-field-list): Ditto.
7771         (wl-message-ignored-field-list): Ditto.
7772         (wl-message-visible-field-list): Ditto.
7773         (wl-interactive-send): Ditto.
7774         (wl-summary-move-order): Ditto.
7775         (wl-auto-select-first): Ditto.
7776         (wl-auto-select-next): Ditto.
7777         (wl-interactive-save-folders): Ditto.
7778
7779         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7780         Initialization codes are moved from wl-local-folder-init.
7781         (wl-local-folder-init): Follow the change above.
7782         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7783
7784         * wl-acap.el: New file.
7785
7786         * Version number is increased to 2.7.3.
7787
7788 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7789
7790         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7791
7792 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7793
7794         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7795         (wl-addrmgr-address-entry-list): Ditto.
7796
7797 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-e21.el (wl-draft-mode-map): Removed binding for
7800         `wl-draft-insert-x-face-field'.
7801
7802         * wl-mule.el (wl-draft-mode-map): Ditto.
7803
7804         * wl-xmas.el (wl-draft-mode-map): Ditto.
7805
7806         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7807         (wl-cs-autoconv): Ditto.
7808         (wl-cs-local): Ditto.
7809         (wl-use-scoring): Ditto.
7810         (wl-mime-charset): Ditto.
7811         (wl-folder-check-async): Ditto.
7812
7813         * wl.el (toplevel): Ignore nemacs and tm.
7814         (wl-exit): Ditto.
7815
7816         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7817         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7818         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7819         instead of wl-address-petname-add-or-change.
7820         (wl-summary-edit-addresses-subr): Use wl-address-delete
7821         instead of wl-address-petname-delete.
7822
7823         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7824
7825         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7826         if error occured.
7827
7828         * wl-message.el (require): Remove tm support.
7829
7830         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7831
7832         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7833         (wl-folder-jump-to-current-entity): Ditto.
7834         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7835
7836         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7837         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7838         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7839
7840         * wl-mule.el (wl-draft-key-setup): Ditto.
7841
7842         * wl-xmas.el (wl-draft-key-setup): Ditto.
7843
7844         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7845         (wl-draft-std11-parse-addresses): New function.
7846         (wl-draft-parse-mailbox-list): Use it.
7847         (wl-draft): Ignore nemacs.
7848         (wl-draft-reedit): Ditto.
7849
7850         * wl-addrmgr.el: New file.
7851         (Original is wl-rcpt.el written by
7852         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7853         Thanks Kitamoto-san.)
7854
7855         * wl-address.el (wl-address-make-address-list): Modified parsing
7856         process.
7857         (wl-address-delete): Renamed from `wl-address-petname-delete';
7858         Modify wl-address-list too.
7859         (wl-address-add-or-change): Renamed from
7860         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7861
7862 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7863
7864         * wl-highlight.el (wl-highlight-summary-current-line):
7865           Work with transient-mark-mode
7866
7867 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * Version number is increased to 2.7.2.
7870
7871         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7872         instead of elmo-dop-queue-method.
7873
7874 2001-08-06  SAITO Atsunori <sai@yedo.com>
7875
7876         * wl-vars.el (wl-ldap-objectclass): New user option.
7877
7878         * wl-address.el (wl-ldap-make-filter): Use it.
7879
7880 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7883
7884 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-folder.el (wl-folder): redisplay after folder insertion.
7887
7888         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7889
7890         * wl-summary.el (wl-summary-sync-update):
7891         Change status mark only when new-msgdb exists.
7892         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7893
7894 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * wl-summary.el (wl-summary-open-folder): New function.
7897         (wl-summary-goto-folder-subr): Use it.
7898         (wl-summary-mark-as-important): Fix;
7899         Encache only when no cache exists.
7900
7901 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7902
7903         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7904         Use with-current-buffer.
7905
7906 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7907
7908         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7909         before call `get-buffer'. Fixed parenthesis.
7910         (wl-score-get-header-entry): Clear message and help window when
7911         keyboard quit.
7912         (wl-score-edit-insert-header): Ditto.
7913
7914 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7917         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7918         (wl-default-draft-cite): Fix.
7919
7920         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7921         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7922
7923 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * wl-message.el (wl-message-prev-page): Do same bahavior
7926         as summary when it is called in the message buffer.
7927         (wl-message-next-page): Ditto.
7928
7929 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-summary.el (wl-summary-forward): Use cache if it is not
7932         section cache.
7933
7934 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7935
7936         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7937         Removed redundant require of elmo-vars.
7938         (wl-biff-state-indicator-on): Changed default value for
7939         xemacs with non-mule environment.
7940
7941         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7942         wl-message-buffer is nil;
7943         Hide progress bar after moving messages.
7944
7945 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7948         message at cursor point is deleted.
7949
7950 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7951
7952         * wl-vars.el: Changed file coding system to euc-japan.
7953         Added -*-coding:-*- magic to the first line.
7954
7955         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7956         Search parent from the first message.
7957
7958         * Version number is increased to 2.7.1.
7959
7960 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7961
7962         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7963
7964 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7967         refile/delete execution.
7968
7969         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7970         Fixed docstring.
7971
7972 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7973
7974         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7975         do update process;
7976         Don't update marks when update process is interrupted.
7977
7978 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-summary.el (wl-summary-reply): Fixed problem when
7981         wl-draft-use-frame is non-nil.
7982         (wl-summary-forward): Ditto.
7983
7984         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7985         as nil.
7986         (wl-folder-mark-as-read-all-entity): Ditto.
7987         (wl-folder-prefetch-entity): Ditto.
7988
7989         * wl.el (wl): Check environment before wl-init.
7990
7991         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7992         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7993         instead of wl-summary-collect-unread.
7994         (wl-summary-reply): Split message window.
7995
7996 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7999         only if current language environment is japanese,
8000
8001         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8002         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8003         (wl-folder-goto-folder-subr): Ditto.
8004
8005         * wl-draft.el (wl-draft-dispatch-message): Call
8006         `elmo-file-cache-get-path'.
8007
8008 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8009
8010         * wl-summary.el (wl-summary-cursor-move): If return value of
8011         wl-summary-next-message is not number, don't jump.
8012
8013 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8014
8015         * wl-summary.el (wl-summary-buffer-next-message-function): New
8016         variable.
8017         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8018         if it is bound.
8019
8020         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8021         string.
8022
8023         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8024         (wl-plugged-drawing): Ditto.
8025
8026 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8027
8028         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8029         process.
8030         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8031         with unwind-protect.
8032
8033         * wl.el (wl-init): Require mime-setup.
8034         (wl-check-environment): Don't require mime-setup.
8035
8036         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8037         instead of elmo-folder-type.
8038
8039         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8040         value as nil.
8041
8042 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * Version number is increased to 2.7.0.
8045
8046         * wl-version.el (wl-version): Changed codename.
8047
8048         * wl-summary.el (wl-summary-delete-cache): Fixed.
8049
8050         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8051         Workaround for net folders.
8052         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8053
8054         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8055         value to nil (According to the patch from
8056         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8057
8058         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8059         of elmo-folder-close.
8060
8061 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8062
8063         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8064         for postfix.
8065
8066 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-summary.el (wl-summary-resend-message): Fixed.
8069
8070         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8071         Call wl-draft with `from' argument if its address is included in
8072         `wl-user-mail-address-list'.
8073         (wl-draft): Added `from' argument.
8074
8075         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8076         non-nil.
8077         (wl): Don't show demo if wl-demo is nil.
8078
8079         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8080         wl-summary-use-frame.
8081
8082         * wl-vars.el (wl-summary-use-frame): New user option.
8083         (wl-folder-use-frame): Changed docstring.
8084
8085         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8086         non-nil.
8087         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8088         wl-summary-use-frame.
8089
8090         * wl-vars.el (wl-folder-use-frame): New user option.
8091
8092         * wl-summary.el (wl-summary-exit): Back to folder frame if
8093         wl-folder-use-frame is non-nil.
8094         (wl-summary-redisplay-internal): Ignore cache if current folder
8095         is draft folder,
8096         (wl-summary-redisplay-no-mime): Ditto.
8097         (wl-summary-redisplay-all-header): Ditto.
8098
8099         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8100         if wl-folder-use-frame is non-nil.
8101
8102 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-summary.el (wl-summary-sync-update): Bind
8105         elmo-folder-update-threshold.
8106         (wl-summary-mark-as-important): Enclosed server mark processing
8107         with `save-match-data'.
8108
8109         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8110         only when it is already defined.
8111
8112 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8113
8114         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8115         name of folder exclude localdir is wrong.
8116         * wl-folder.el (wl-folder-sync-entity):
8117         Set `wl-summary-always-sticky-folder-list' as nil.
8118         (wl-folder-mark-as-read-all-entity): Ditto.
8119         (wl-folder-prefetch-entity): Ditto.
8120
8121 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8122
8123         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8124         instead of `wl-summary-write-current-newsgroup'.
8125
8126 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8127
8128         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8129         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8130         non-nil and selected message is important, do not display.
8131
8132 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8133
8134         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8135
8136 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8137
8138         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8139
8140         * wl-summary.el (wl-summary-mark-as-important): Set message number
8141         using wl-summary-message-number.
8142
8143 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8144
8145         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8146         destination folder is 'null.
8147
8148 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8149
8150         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8151         New function.
8152         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8153         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8154         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8155
8156 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-mime.el (wl-mime-setup): Added setting for
8159         `mime-setup-signature-key-alist' to avoid overriding key bind for
8160         `wl-draft-send'.
8161
8162         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8163         for `wl-draft-send'.
8164         * wl-mule.el (wl-draft-overload-functions): Ditto.
8165         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8166         * wl-draft.el (wl-draft-send): Ditto.
8167
8168         * wl-message.el (wl-message-display-internal):
8169         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8170         (Patch is provided by <kita@coe.nttdata.co.jp>).
8171
8172 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8173
8174         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8175
8176 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8177
8178         * wl.el (wl): Fix for wl-demo.
8179
8180 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8181
8182         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8183
8184 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8185
8186         * wl-folder.el (wl-folder-prefetch-entity): Use
8187         `wl-folder-get-elmo-folder'.
8188         (wl-folder-count-incorporates): Do not use
8189         `wl-folder-get-elmo-folder'.
8190
8191 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8192
8193         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8194         instead of `elmo-folder-get-type'.
8195
8196 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8197
8198         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8199         position on Subject: field.
8200         (Advised by Mito <mit@nines.nec.co.jp>)
8201
8202 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8203
8204         * wl-folder.el (wl-folder-prefetch-entity): Use
8205         `wl-folder-get-elmo-folder'.
8206
8207 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8208
8209         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8210
8211         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8212         `process-duplicates' slot.
8213
8214         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8215         if detection failed.
8216
8217 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8218
8219         * wl-version.el (wl-version-status): Set to "alpha".
8220
8221 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8224         Check wl-message-buffer lives before set-buffer.
8225
8226 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8227
8228         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8229         called in folder mode.
8230         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8231         * wl-summary.el (wl-summary-exit-pre-hook): Run
8232         `wl-summary-exit-pre-hook' before exit summary mode.
8233
8234 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8235
8236         * wl-version.el (wl-version-status): New variable.
8237         (wl-version-status-alist): Removed.
8238         (wl-version-status): Rule included.
8239
8240 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8241
8242         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8243         @sponichi.
8244
8245         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8246         when `mail-reply-buffer' is buffer-local variable.
8247         (Reported by <kita@coe.nttdata.co.jp>).
8248
8249 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-vars.el (toplevel): Require 'elmo-util.
8252
8253 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8256         (All other related portions are changed)
8257
8258         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8259
8260         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8261
8262 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8263
8264         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8265
8266 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8269         Delete other windows to avoid an error.
8270         Use `point-marker' instead of `point' to remember the start point
8271         of body.
8272
8273         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8274
8275         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8276         number not to exceed all message number.
8277
8278 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8279
8280         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8281         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8282
8283 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-sync-force-update): Added argument
8286         no-check.
8287         (wl-summary-sync-update): Ditto.
8288         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8289         with `no-check'.
8290
8291         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8292         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8293         already running.
8294
8295 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8296
8297         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8298         `dst-folder-arg'.
8299         (wl-expire-archive-number1): Diito.
8300         (wl-expire-archive-number2): Diito.
8301         (wl-expire-archive-Date): Diito.
8302         (wl-archive-number1): Diito.
8303         (wl-archive-number2): Diito.
8304         (wl-archive-date): Diito.
8305         (wl-archive-folder-p): New function.
8306         (wl-summary-expire): Support of expand folder name at
8307         wl-expire-alist.
8308         * wl-util.el (wl-expand-newtext): Renamed from
8309         `wl-refile-expand-newtext'.
8310
8311 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8312
8313         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8314         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8315         `(elmo-msgdb-get-overview msgdb)'.
8316         (wl-summary-prefetch): Bind match data before call
8317         `wl-summay-prefetch-msg'.
8318         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8319         'off if `wl-summary-buffer-disp-msg' is non-nil.
8320         Fixed problem that couldn't show only one new or unread message when
8321         enter folder.
8322         (wl-summary-reply): Don't call `split-window-vertically' and other
8323         window.
8324
8325 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl-expire.el (wl-expire-refile): Fixed.
8328
8329 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8332
8333         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8334         biff notification is removed.
8335
8336         * wl.el (wl): Changed position of `elmo-init'.
8337
8338         * wl-draft.el (wl-default-draft-cite): Use date field
8339         on the citation buffer.
8340
8341         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8342
8343         * wl-xmas.el (wl-folder-internal-icon-list): Added
8344         `wl-folder-shimbun-image'.
8345
8346         * wl-e21.el (wl-folder-internal-icon-list): Added
8347         `wl-folder-shimbun-image'.
8348
8349 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * wl.el (wl-init): Eliminated argument.
8352         (wl): Rewrite.
8353
8354         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8355         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8356         instead of `elmo-folder-msgdb-internal'.
8357         (wl-summary-sync-update): Ditto.
8358         (wl-summary-flush-pending-append-operations): Eliminated.
8359         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8360         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8361         `elmo-folder-open'.
8362
8363         * wl-mime.el (wl-summary-burst): Fixed.
8364
8365         * wl-folder.el (wl-folder-info-save): Check data type.
8366
8367         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8368         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8369         instead of `elmo-folder-msgdb-internal'.
8370         (wl-expire-hide): Ditto.
8371
8372
8373         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8374
8375 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8376
8377         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8378
8379 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8380
8381         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8382
8383 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8384
8385         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8386         Fixed `match-beginning' argument mismatch.
8387
8388 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8389
8390         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8391         the default value.
8392
8393 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8394
8395         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8396         instead of `elmo-nntp-default-port'.
8397
8398         * wl-vars.el: Fixed some doc strings.
8399
8400 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-summary.el (wl-summary-prefetch-msg): Use
8403         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8404
8405         * wl-vars.el: Define *-func as obsolete variable using
8406         `elmo-define-obsolete-variable'.
8407
8408         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8409         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8410         instead of `wl-message-buffer-prefetch-threshold'.
8411
8412         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8413
8414         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8415
8416         * wl-draft.el (wl-caesar-region-func): Ditto.
8417
8418         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8419         Keep unread status in elmo-folder-move-messages.
8420         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8421
8422 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8423
8424         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8425         `wl-summary-buffer-exit-func'
8426         (wl-summary-buffer-message-redisplay-function): Renamed from
8427         `wl-summary-buffer-message-redisplay-func'
8428         (wl-summary-buffer-next-folder-function): Renamed from
8429         `wl-summary-buffer-next-folder-func'.
8430         (wl-summary-buffer-prev-folder-function): Renamed from
8431         `wl-summary-buffer-prev-folder-func'.
8432         (wl-summary-get-petname-function): Renamed from
8433         `wl-summary-get-petname-func'.
8434
8435         * wl-score.el (wl-score-edit-exit-function): Renamed from
8436         `wl-score-edit-exit-func'.
8437
8438         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8439         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8440
8441         * wl-util.el (wl-load-profile-function): Renamed from
8442         `wl-load-profile-func'.
8443
8444         * wl-folder.el (wl-folder-completion-function): Renamed from
8445         `wl-folder-completion-func'.
8446         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8447
8448         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8449         `wl-expire-archive-get-folder-func'.
8450         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8451         (wl-draft-send-mail-function): Renamed from
8452         `wl-draft-send-mail-func'.
8453         (wl-draft-send-news-function): Renamed from
8454         `wl-draft-send-news-func'.
8455         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8456         (wl-generate-mailer-string-function): Renamed from
8457         `wl-generate-mailer-string-func'.
8458         (wl-highlight-signature-search-function): Renamed from
8459         `wl-highlight-signature-search-func'.
8460         (wl-highlight-x-face-function): Renamed from
8461         `wl-highlight-x-face-func'
8462         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8463         (wl-ps-print-buffer-function): Renamed from
8464         `wl-ps-print-buffer-func'
8465         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8466         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8467         (wl-summary-subject-filter-function): Renamed from
8468         `wl-summary-subject-filter-func'.
8469
8470         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8471         `wl-draft-queue-flush-send-func'
8472         (wl-draft-cite-function): Renamed from
8473         `wl-draft-cite-func'
8474
8475         * wl-address.el (wl-address-init-function): Renamed from
8476         `wl-address-init-func'.
8477
8478 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-draft.el (wl-draft-queue-flush): Don't call
8481         `elmo-dop-unlock-message'.
8482         * wl-draft.el (wl-draft-queue-append): Don't call
8483         `elmo-dop-lock-message'.
8484
8485         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8486         (wl-summary-buffer-folder-name): Ditto.
8487         (wl-summary-message-regexp): Added '-' (all other related portions
8488         are changed).
8489         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8490         wl-summary-buffer-folder-name.
8491
8492 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8493
8494         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8495         the number of mails in the folder buffer is not updated by wl-biff.
8496
8497 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8498
8499         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8500         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8501
8502 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-summary.el (wl-summary-next-message):
8505         Return next message number when wl-summary-move-order is nil.
8506
8507 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8508
8509         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8510         `wl-summary-move-spec-alist'.
8511         (wl-summary-move-spec-unplugged-alist): New variable
8512         (Move spec for unplugged status).
8513         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8514         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8515
8516 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8517
8518         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8519         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8520
8521 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8522
8523         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8524         simple quotation to quote the anonymous function.
8525         * tm-wl.el (wl-draft-preview-message): Ditto.
8526
8527 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8528
8529         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8530         Eliminate redundant `save-excursion'.
8531         (wl-highlight-summary-current-line): Ditto.
8532
8533         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8534         accessing match data when `looking-at' failed.
8535
8536         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8537         `elmo-match-string' where users don't care about the speed.
8538         (wl-draft-save): Ditto.
8539
8540 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-util.el (wl-regexp-opt): New function.
8543
8544         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8545         number from `wl-summary-buffer-number-list'.
8546         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8547         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8548         (wl-summary-move-spec-alist): Changed default setting.
8549
8550 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8551
8552         * wl-vars.el (wl-biff-notify-hook): New hook.
8553         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8554         the arrival of new mail.
8555         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8556         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8557
8558 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8561
8562 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8563
8564         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8565
8566         * Version number is increased to 2.5.8.
8567
8568         * wl-thread.el (toplevel): require 'cl.
8569         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8570         (wl-thread-make-number-list): New function.
8571         (wl-thread-entity-make-number-list-from-children): Ditto.
8572         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8573         (wl-thread-entity-insert-as-children): Likewise.
8574         (wl-thread-delete-message): Likewise.
8575         (wl-meaning-of-mark): Eliminated.
8576         (wl-thread-next-failure-mark-p): Ditto.
8577         (wl-thread-entity-get-mark): Ditto.
8578         (wl-thread-meaning-alist-get-result): Ditto.
8579         (wl-thread-entity-check-prev-mark): Ditto.
8580         (wl-thread-entity-check-next-mark): Ditto.
8581         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8582         (wl-thread-entity-get-prev-marked-entity): Ditto.
8583         (wl-thread-get-prev-unread): Ditto.
8584         (wl-thread-jump-to-prev-unread): Ditto.
8585         (wl-thread-get-next-unread): Ditto.
8586         (wl-thread-jump-to-next-unread): Ditto.
8587         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8588         (wl-thread-entity-get-next-marked-entity): Ditto.
8589
8590         * wl-summary.el (wl-summary-buffer-number-list):
8591         New bufer-local variable.
8592         (wl-summary-switch-to-clone-buffer): Clone
8593         `wl-summary-buffer-number-list'.
8594         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8595         (wl-summary-cursor-move-regex): Eliminated.
8596         (wl-summary-cursor-up): Rewrite.
8597         (wl-summary-cursor-down): Ditto.
8598         (wl-summary-mode-spec-alist): New variable.
8599         (wl-summary-next-message): New inline function.
8600         (wl-summary-cursor-move): New function.
8601         (wl-summary-default-get-next-msg): Rewrite.
8602         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8603         (wl-summary-rescan): Ditto.
8604         (wl-summary-sync-all-init): Ditto.
8605         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8606         summary is not thread view.
8607         (wl-summary-sync-update): Ditto.
8608         (wl-summary-rescan): Ditto.
8609         (wl-summary-make-number-list): New function.
8610
8611         * wl-draft.el: "FCC" -> "Fcc".
8612
8613 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-highlight.el (wl-highlight-summary-window):
8616         Call `set-buffer-modified-p'.
8617
8618         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8619         (wl): Call `elmo-init' and fix.
8620
8621         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8622         Use new variables.
8623
8624         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8625
8626 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8627
8628         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8629
8630 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8631
8632         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8633
8634 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8635
8636         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8637         `wl-use-toolbar' nor `display-graphic-p'.
8638         (wl-e21-setup-message-toolbar): Ditto.
8639         (wl-e21-setup-summary-toolbar): Ditto.
8640         (wl-e21-setup-folder-toolbar): Ditto.
8641
8642         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8643         (wl-plugged-init-icons): Ditto.
8644
8645         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8646         `display-graphic-p'.
8647         (wl-plugged-set-folder-icon): Ditto.
8648         (wl-highlight-plugged-current-line): Ditto.
8649         (wl-highlight-folder-current-line): Ditto.
8650         (wl-e21-highlight-folder-group-line): Ditto.
8651         (wl-e21-setup-toolbar): Ditto.
8652         (wl-e21-display-image-p): New macro.
8653
8654         * wl-demo.el (wl-demo): Simplified.
8655         (wl-demo-image-type-alist): Use `image-type-available-p' for
8656         checking whether the image type `xbm' is available.
8657
8658 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8661         (wl-summary-input-range): Ditto.
8662
8663 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8664
8665         * wl-summary.el (wl-summary-edit-addresses): Use
8666         `wl-summary-get-original-buffer'
8667         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8668         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8669         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8670         (wl-summary-get-newsgroups): Eliminated.
8671         (wl-summary-set-crosspost): Ditto.
8672         (wl-summary-is-crosspost-folder): Ditto.
8673         (wl-crosspost-alist-load): Ditto.
8674         (wl-crosspost-alist-save): Ditto.
8675
8676         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8677         `elmo-setup-subscribed-newsgroups' instead of
8678         `elmo-nntp-make-groups-hashtb'.
8679         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8680         instead of `wl-crosspost-alist-save'.
8681
8682         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8683         of `elmo-folder-message-appendable-p'.
8684         (wl-mime-header-presentation-method): Eliminated.
8685
8686         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8687         (Error occurs in emacs21).
8688
8689         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8690         the current buffer).
8691
8692         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8693         instead of `wl-crosspost-alist-save'.
8694         (wl-init): `elmo-crosspost-message-alist-load'
8695         instead of `wl-crosspost-alist-load'
8696
8697         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8698         (wl-parse-newsgroups): Likewise.
8699         (wl-biff-notify): Run `wl-biff-notify-hook'.
8700
8701 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8704
8705         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8706         when `wl-summary-lazy-highlight' is non-nil.
8707         (wl-summary-goto-folder-subr): Highlight only when
8708         `wl-summary-lazy-highlight' is non-nil.
8709
8710         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8711         Don't display progress and highlight temp-mark when
8712         `wl-summary-lazy-highlight' is non-nil.
8713         (wl-highlight-summary-window): New function.
8714         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8715
8716 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8717
8718         * wl-summary.el (wl-summary-sync): Change `all-visible'
8719         from `all-shown'
8720         (wl-summary-input-range): Ditto.
8721
8722 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8723
8724         * wl-e21.el (wl-highlight-folder-current-line): Call
8725         `wl-folder-init-icons' when folder icons have not been initialized.
8726
8727         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8728
8729         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8730         (wl-demo-image-type-alist): New macro.
8731
8732 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8733
8734         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8735         display does not support graphics.
8736         (wl-plugged-init-icons): Ditto.
8737         (wl-folder-init-icons): Ditto.
8738
8739         * wl-demo.el (wl-demo): Chech closely whether the display
8740         supports graphics.
8741
8742 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-summary.el (wl-summary-get-original-buffer): New function.
8745         (wl-summary-set-crosspost): Use it.
8746         (wl-summary-target-mark-uudecode): Ditto.
8747         (wl-summary-reedit): Ditto.
8748         (wl-summary-resend-bounced-mail): Ditto.
8749         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8750         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8751
8752         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8753         (wl-message-display-internal): Ditto.
8754
8755 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8758
8759 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8760
8761         * wl-summary.el (wl-summary-save-view): Renamed from
8762         `wl-summary-save-status'.
8763
8764 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8765
8766         * wl-summary.el (wl-summary-sync): Added `all-shown'
8767
8768 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8769
8770         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8771
8772 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8773
8774         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8775
8776 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8777
8778         * wl-highlight.el (wl-highlight-summary-line-string): Use
8779         `zerop' instead of `= 0'.
8780         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8781
8782         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8783         for comparing numbers.
8784         (wl-template-prev): Use `zerop' instead of `eq 0'.
8785
8786         * wl-draft.el (wl-draft-insert-current-message): Use
8787         `with-current-buffer' instead of `save-excursion'.
8788         Use `zerop' instead of `eq 0'.
8789
8790 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8791
8792         * wl-draft.el (wl-draft-insert-ccs): New function.
8793         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8794         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8795
8796 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8799
8800 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-expire.el (wl-expire-refile): Don't call
8803         elmo-msgdb-add-msgs-to-seen-list;
8804         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8805         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8806
8807 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-message.el (wl-message-prev-page): Ignore errors while
8810         scroll-down.
8811
8812 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * wl-mime.el: Use elmo-original-message-mode instead of
8815         mmelmo-original-mode.
8816
8817         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8818         `elmo-folder-get-spec';
8819         (wl-fldmgr-add-completion-all-completions):
8820         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8821
8822         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8823         of `elmo-folder-get-type'.
8824
8825         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8826         `elmo-folder-get-spec';
8827         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8828         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8829         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8830         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8831         `elmo-read-msg-no-cache';
8832         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8833         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8834         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8835         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8836         `elmo-cache-save';
8837         (wl-draft-reedit): Use `elmo-message-file-name'.
8838
8839         * wl-expire.el: Use `elmo-folder-name-internal';
8840         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8841         Use macro `wl-summary-buffer-msgdb' instead of variable
8842         `wl-summary-buffer-msgdb';
8843         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8844         Use macro `wl-summary-buffer-folder-name' instead of variable
8845         `wl-summary-buffer-folder-name'.
8846         * wl-score.el: Likewise.
8847
8848         * wl-message.el: Rewrite for new message buffer cache mechanism.
8849         (wl-message-buffer-cache-buffer-get): New macro.
8850         (wl-message-buffer-cache-folder-get): Ditto.
8851         (wl-message-buffer-cache-message-get): Ditto.
8852         (wl-message-buffer-cache-entry-make): Ditto.
8853         (wl-message-buffer-cache-hit): Ditto.
8854         (wl-message-buffer-cache-sort): New function.
8855         (wl-message-buffer-cache-add): Ditto.
8856         (wl-message-buffer-cache-delete): Ditto.
8857         (wl-message-buffer-cache-clean-up): Ditto.
8858         (wl-message-buffer-window): Rewrite.
8859         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8860         (wl-message-buffer-display): New function.
8861         (wl-message-display-internal): New function.
8862
8863 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8864
8865         * wl-folder.el: Use `elmo-folder-name-internal';
8866         Use `wl-folder-get-elmo-folder';
8867         Use `elmo-folder-list-messages' instead of
8868         `elmo-list-folder';
8869         Use `elmo-folder-get-primitive-list' instead of
8870         `elmo-folder-get-primitive-spec-list';
8871         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8872         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8873         Use `elmo-folder-create' instead of `elmo-create-folder'.
8874         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8875         (wl-folder-get-elmo-folder): New macro.
8876         (wl-folder-elmo-folder-cache-get): Ditto.
8877         (wl-folder-elmo-folder-cache-put): Ditto.
8878         (wl-folder-suspend): Call `elmo-quit'.
8879
8880         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8881         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8882         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8883         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8884         (toplevel): require 'cl.
8885         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8886
8887         * wl-summary.el: Rewrite to use new elmo interface.
8888
8889 \f
8890 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-mime.el (wl-draft-preview-message):
8893         Run `wl-draft-send-hook' before collecting recipients information;
8894         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8895
8896         * tm-wl.el (wl-draft-preview-message): Ditto.
8897
8898 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8901         wrong recipients are displayed when forwarded message.
8902
8903 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * Version number is increased to 2.5.7.
8906
8907 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8908
8909         * wl-message.el (wl-message-next-page): Bind
8910         `window-pixel-scroll-increment' to nil while scrolling up.
8911
8912 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8913
8914         * wl-vars.el (wl-save-hook): New hook.
8915         * wl.el (wl-save): Call `wl-save-hook'.
8916
8917 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8918
8919         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8920         Argument WITH-ARG instead of NO-ARG (negative mean).
8921         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8922         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8923         * wl-message.el (wl-message-follow-current-entity): Likewise.
8924
8925 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8926
8927         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8928         FROM was optional argument.
8929         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8930
8931 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8932
8933         * Version number is increased to 2.5.6.
8934
8935 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8936
8937         * wl-version.el (wl-version-show): Removed.
8938         (wl-version): Add `interactive'.
8939
8940 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8941
8942         * wl-summary.el (wl-summary-get-petname-func): New variable.
8943         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8944         instead of `wl-address-get-petname-1'.
8945         (wl-summary-simple-from): Ditto.
8946
8947         * wl-address.el (wl-address-get-petname-1): Define as function.
8948
8949 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8952         field in the original message.
8953         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8954
8955 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8956
8957         * wl-expire.el (wl-expire-hide):
8958         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8959
8960 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8963         find decoder for To, Cc, and Subject.
8964
8965 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8966
8967         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8968         for checking `elmo-use-buffer-cache'.
8969         (wl-summary-mark-as-important): Fixed typo in comment.
8970
8971 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8972
8973         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8974         field in the original message.
8975         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8976
8977 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8978
8979         * wl-expire.el (wl-expire-hide):
8980         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8981
8982 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8983
8984         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8985         find decoder for To, Cc, and Subject.
8986
8987 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8988
8989         * Version number is increased to 2.5.5.
8990
8991         * wl-address.el (wl-address-specials-regexp): New constant.
8992         (wl-address-quote-specials): Use it.
8993
8994 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8995
8996         * wl-summary.el (wl-summary-rescan):
8997         Call `wl-summary-buffer-number-column-detect'.
8998         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8999
9000         * wl-message.el (wl-message-mode-map): Define.
9001         (wl-message-decode): Use it as local-map.
9002
9003 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9004
9005         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9006         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9007
9008 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9009
9010         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9011
9012         * wl-mule.el (wl-read-event-char): Ditto.
9013
9014         * wl-e21.el (wl-read-event-char): Ditto.
9015
9016         * wl-nemacs.el (wl-read-event-char): Ditto.
9017         (read-event): Removed.
9018
9019         * wl-util.el (toplevel): Removed dummy definition of
9020         `read-event'.
9021         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9022
9023 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9024
9025         * wl-nemacs.el (elmo-archive-call-process): Moved to
9026         elmo-archive.el.
9027
9028 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9031         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9032
9033         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9034         instead of magic-number 6.  Use `not' instead of `null' for symbol
9035         `nil' check (not empty list).
9036         (wl-draft-insert-x-face-field): Fixed paren style.
9037
9038         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9039         one-branch conditional statement, instead of `and' and `if'.
9040         (wl-draft-forward): Likewise.
9041         (wl-draft-add-references): Likewise.
9042         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9043
9044         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9045         conditional steatment.  Use `cond' instead of `if'.
9046         (wl-draft-confirm): Likewise.
9047
9048 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9049
9050         * wl-version.el (wl-version-show): Use `product-string-1'
9051         instead of `wl-version'.
9052         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9053
9054         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9055
9056 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9057
9058         * wl-highlight.el (wl-highlight-headers): Revert
9059         `wl-highlight-x-face-func' argument (`beg' and `end').
9060
9061 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9062
9063         * wl.el (toplevel): Move `product-provide' declare.
9064         * wl-demo.el (toplevel): Ditto.
9065         * wl-dnd.el (toplevel): Ditto.
9066         * wl-highlight.el (toplevel): Ditto.
9067         * wl-message.el (toplevel): Ditto.
9068         * wl-refile.el (toplevel): Ditto.
9069         * wl-util.el (toplevel): Ditto.
9070
9071 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9072
9073         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9074         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9075         (wl-thread-close-all): keep cursor position.
9076
9077 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9078
9079         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9080         (eq x 0).
9081         (wl-generate-user-agent-string-1): Fix conditional statement.
9082
9083 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9084
9085         * wl.el (wl-check-environment): Additional check for
9086         'wl-local-domain' and `wl-message-id-domain'.
9087
9088 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9089
9090         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9091
9092 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9093
9094         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9095         instead of `smtp-sasl-user-realm'.
9096
9097 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9098
9099         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9100
9101 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9102
9103         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9104         to the default value as well as `eword-lexical-analyzer'.
9105
9106 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9107
9108         * wl-version.el (wl-extended-emacs-version,
9109         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9110         `elmo-match-string' instead of `wl-match-string'.
9111
9112 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9113
9114         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9115         docstring.
9116
9117 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9118
9119         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9120
9121 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9122
9123         * wl-highlight.el (wl-highlight-headers): Remove
9124         `wl-highlight-x-face-func' argument (`beg' and `end').
9125
9126 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-summary.el (wl-summary-mark-as-important):
9129         Remove cache if folder is local.
9130
9131 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9132
9133         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9134         to get existing e-mail address string.
9135
9136 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9137
9138         * wl-version.el (wl-generate-user-agent-string): Commentary.
9139         (wl-generate-user-agent-string-1): Use `when' for
9140         one-branch conditional statement, instead of `and' and `if'.
9141         (wl-extended-emacs-version, wl-extended-emacs-version2,
9142         wl-extended-emacs-version3): Ditto.
9143
9144 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9147         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9148         condition-case; Remove initialization.
9149         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9150         (wl-summary-sync-update3): Added argument `sync-all';
9151         Eliminated local variable `msgdb';
9152         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9153         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9154         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9155
9156 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9157
9158         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9159         connection before call `wl-draft-send-mail-with-smtp'.
9160
9161 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9162
9163         * Version number is increased to 2.5.4.
9164
9165 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9166
9167         * wl.el (wl-check-environment): Additional check for
9168         'wl-local-domain' and `wl-message-id-domain'.
9169
9170 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9171
9172         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9173         buffer as command specific.
9174         (wl-folder-mark-as-read-all-entity): Ditto.
9175         (wl-folder-prefetch-entity): Ditto.
9176         (wl-folder-drop-unsync-entity): Ditto.
9177
9178         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9179         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9180         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9181
9182         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9183         save-excursion.
9184
9185 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9186
9187         * Version number is increased to 2.5.3.
9188
9189         * wl-summary.el (wl-summary-save-view-cache):
9190         Delete duplicated `write-region';
9191         Use `write-region-as-binary' instead of `as-binary-output-file' and
9192         `write-region'.
9193
9194 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9195
9196         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9197
9198 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9201         instead of `smtp-via-smtp'.
9202
9203 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9204
9205         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9206
9207 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9208
9209         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9210         instead of `smtp-sasl-user-realm'.
9211
9212 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9213
9214         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9215
9216 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9217
9218         * Version number is increased to 2.5.2.
9219
9220 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9223         does not exist.
9224         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9225         (wl-biff-start): Call `timer-activate' if timer already exists.
9226
9227         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9228         only when it is bound as function.
9229
9230 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9231
9232         * Version number is increased to 2.5.1.
9233
9234 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9235
9236         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9237         Print refile/copy destination.
9238
9239 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9240
9241         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9242         queue-flush-only is non-nil.
9243
9244         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9245
9246         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9247         checking cache folder.
9248
9249 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9250
9251         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9252         `regexp-quote'.
9253
9254 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9255
9256         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9257         function.
9258         * wl-summary.el (wl-summary-write-current-folder-functions):
9259         Change default value.  Use it.
9260
9261 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9262
9263         * Version number is increased to 2.5.0.
9264
9265         * wl-version.el (wl-version): Changed codename.
9266
9267 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9268
9269         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9270         (wl-summary-supersedes-message): Ditto.
9271
9272 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9273
9274         * wl-refile.el (wl-refile-guess-functions): Renamed from
9275         `wl-refile-guess-func-list'.
9276
9277 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9278
9279         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9280         Fixed problem when no rule was matched.
9281
9282 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9283
9284         * wl-summary.el (wl-summary-get-mark): Fixed
9285         `wl-summary-buffer-target-mark' check logic.
9286
9287 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9288
9289         * wl-folder.el (wl-folder-write-current-folder): Added group
9290         folder check.
9291
9292         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9293         `wl-summary-write-current-newsgroup'.
9294         (wl-summary-write-current-folder-functions): New variable.
9295         * wl-folder.el (wl-folder-get-newsgroups): New function.
9296         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9297         (wl-folder-write-current-folder): Renamed from
9298         `wl-folder-write-current-newsgroup'.
9299
9300 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9301
9302         * Version number is increased to 2.3.93.
9303
9304 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9305
9306         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9307         (wl-ldap-make-matched-value-list): Ditto.
9308         (wl-ldap-alias-safe-string): Split e-mail address.
9309
9310         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9311         petname folder default was selected.
9312         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9313         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9314
9315 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9316
9317         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9318         to `wl-draft-config-exec'.
9319
9320         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9321         instead of calling `wl-draft-config-exec';
9322         Process group-list and show recipients in minibuffer.
9323
9324         * tm-wl.el (wl-draft-preview-message): Ditto.
9325
9326 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9327
9328         * wl.el (toplevel): Added (C) to copyright notice, and
9329         sync Author header.
9330         * tm-wl.el (toplevel): Ditto.
9331         * wl-address.el (toplevel): Ditto.
9332         * wl-demo.el (toplevel): Ditto.
9333         * wl-dnd.el (toplevel): Ditto.
9334         * wl-draft.el (toplevel): Ditto.
9335         * wl-e21.el (toplevel): Ditto.
9336         * wl-expire.el (toplevel): Ditto.
9337         * wl-folder.el (toplevel): Ditto.
9338         * wl-highlight.el (toplevel): Ditto.
9339         * wl-message.el (toplevel): Ditto.
9340         * wl-mime.el (toplevel): Ditto.
9341         * wl-mule.el (toplevel): Ditto.
9342         * wl-nemacs.el (toplevel): Ditto.
9343         * wl-refile.el (toplevel): Ditto.
9344         * wl-score.el (toplevel): Ditto.
9345         * wl-summary.el (toplevel): Ditto.
9346         * wl-template.el (toplevel): Ditto.
9347         * wl-thread.el (toplevel): Ditto.
9348         * wl-util.el (toplevel): Ditto.
9349         * wl-vars.el (toplevel): Ditto.
9350         * wl-xmas.el (toplevel): Ditto.
9351
9352 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9353
9354         * wl.el (wl-init): Added comment about `wl-init-hook'.
9355         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9356         * wl-vars.el (wl-init-hook): Added docs.
9357         (wl-make-plugged-hook): Removed useless docs.
9358         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9359         * wl-xmas.el (toplevel): Ditto.
9360
9361 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9362
9363         * wl-address.el (toplevel): Fixed multiple Author header format.
9364         * wl-demo.el (toplevel): Ditto.
9365         * wl-draft.el (toplevel): Ditto.
9366         * wl-folder.el (toplevel): Ditto.
9367         * wl-summary.el (toplevel): Ditto.
9368         * wl-thread.el (toplevel): Ditto.
9369         * wl-util.el (toplevel): Ditto.
9370         * wl-vars.el (toplevel): Ditto.
9371         * wl-version.el (toplevel): Ditto.
9372         * wl-xmas.el (toplevel): Ditto.
9373         * wl.el (toplevel): Ditto.
9374
9375         * wl-version.el (toplevel): Added require `elmo-version' for
9376         `product-version-as-string'.
9377
9378 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9379
9380         * wl-vars.el (wl-draft-send-hook): Changed default value to
9381         '(wl-draft-config-exec).
9382
9383         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9384         explicitly.
9385         (wl-draft): Set `wl-draft-config-exec-flag' before running
9386         `wl-mail-setup-hook'.
9387
9388         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9389         `wl-biff-init-icons' to `wl-init-hook' instead of
9390         `wl-make-plugged-hook'.
9391         (Because if `wl-draft' command is invoked at first,
9392         they are not initialized)
9393         Updated copyright notice.
9394
9395         * wl-e21.el (toplevel): Ditto;
9396
9397         * wl-demo.el (toplevel): Updated copyright notice.
9398         * wl-address.el (toplevel): Ditto.
9399         * wl-draft.el (toplevel): Ditto.
9400         * wl-version.el (toplevel): Ditto.
9401         * wl-folder.el (toplevel): Ditto.
9402         * wl-summary.el (toplevel): Ditto.
9403         * wl-thread.el (toplevel): Ditto.
9404         * wl-util.el (toplevel): Ditto.
9405         * wl-vars.el (toplevel): Ditto.
9406         * wl.el (toplevel): Ditto.
9407
9408 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-highlight.el (wl-highlight-message): Fixed problem of
9411         highlighting failure which occured when the last field contains
9412         multiple lines in the draft buffer.
9413
9414         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9415         `wl-biff-start' if plugged.
9416
9417         * wl-util.el (wl-biff-check-folder): New function.
9418         (wl-biff-check-folders): Don't set session name prefix.
9419         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9420         (wl-biff-check-folder-async): Ditto.
9421
9422         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9423         in email address.
9424
9425 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9426
9427         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9428
9429         * wl-draft.el (wl-draft-strip-subject-re): New function.
9430
9431         * wl-draft.el (wl-draft-reply): Use it.
9432
9433 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9434
9435         * wl-message.el (wl-mmelmo-message-redisplay): Use
9436         `mime-display-message' instead of `wl-mime-display-message'.
9437
9438         * wl-mime.el (toplevel): Removed compatibility workaround
9439         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9440         (wl-mime-display-message): Abolished.
9441         (wl-mime-entity-read-field): Ditto.
9442         (wl-mime-combine-message/partial-pieces): Use
9443         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9444
9445 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9446
9447         * wl-template.el: Doc fixes.
9448
9449 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9450
9451         * wl-e21.el (wl-message-overload-functions): Do nothing if
9452         `current-local-map' is not available.
9453         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9454
9455 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9456
9457         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9458         representation.
9459
9460         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9461         number.
9462         (wl-fldmgr-save-folders): Don't use `format' when insert
9463         `wl-fldmgr-folders-header'.
9464
9465 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9466
9467         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9468
9469 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9470
9471         * wl-highlight.el (wl-highlight-message):
9472         Use `std11-field-end' to detect end point of the header field.
9473         Refer `wl-highlight-max-header-size'.
9474
9475         * wl-vars.el (wl-highlight-max-header-size): New variable.
9476
9477         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9478
9479         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9480         Set `for-draft' argument of wl-highlight-headers.
9481         (wl-draft): Ditto.
9482         (wl-draft-reedit): Ditto.
9483         (wl-user-agent-compose-internal): Ditto.
9484
9485 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9486
9487         * wl-message.el (wl-message-add-button): Use overlay.
9488
9489 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9490
9491         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9492
9493         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9494         problem when group-list content is nothing.
9495         (Reported by Mito <mit@nines.nec.co.jp>)
9496
9497 2000-10-18  SAITO Atsunori <sai@yedo.com>
9498
9499         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9500
9501 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9502
9503         * tm-wl.el (toplevel): Use product-provide.
9504
9505 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9506
9507         * Version number is increased to 2.3.92.
9508
9509 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9510
9511         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9512         title text, use `display' property for left margin under Emacs 21.
9513
9514         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9515         properties.
9516         (wl-plugged-init-icons): Ditto.
9517
9518 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9519
9520         * wl.el (wl-save-status, wl-init): Remove last period in
9521         "...done." message.
9522         * tm-wl.el (wl-summary-burst): Ditto.
9523         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9524         wl-summary-resume-cache-status,
9525         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9526         wl-summary-sync-update3, wl-summary-highlight-msgs,
9527         wl-summary-flush-pending-append-operations,
9528         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9529         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9530         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9531         wl-thread-open-all): Ditto.
9532         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9533         * wl-mime.el (wl-summary-burst): Ditto.
9534         * wl-highlight.el (wl-highlight-summary): Ditto.
9535         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9536         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9537         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9538         * wl-address.el (wl-local-address-init): Ditto.
9539
9540 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9541
9542         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9543         `add-text-properties'.
9544         (wl-plugged-init-icons): Ditto.
9545         (wl-folder-init-icons): Use `propertize' instead of
9546         `put-text-property'.
9547         (wl-plugged-set-folder-icon): Ditto.
9548         (wl-e21-highlight-folder-group-line): Ditto.
9549
9550 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9551
9552         * wl-version.el (wl-version-status-alist): New variable.
9553         (wl-version-status): New function.
9554
9555         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9556         "Cc" part of the case "Reply-To".
9557
9558         * wl-draft.el (wl-draft-reply): Use result of
9559         `eword-extract-address-components'.
9560
9561         * wl-demo.el (wl-demo-icon-name): New constant.
9562         (wl-logo-xpm): Use it.
9563         (wl-logo-xbm): Ditto.
9564         (wl-logo-bitmap): Ditto.
9565
9566         * Version number is increased to 2.3.91.
9567
9568 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9569
9570         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9571         (wl-extended-emacs-version, wl-extended-emacs-version2,
9572         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9573         docstring.
9574
9575         * wl-version.el (wl-generate-user-agent-string-1): New function.
9576         (wl-generate-user-agent-string): Use it.
9577
9578         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9579         `mime-edit-insert-user-agent-field'.
9580         (wl-generate-user-agent-string): Check
9581         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9582
9583         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9584         instead of `if', when verbose case.
9585
9586 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9587
9588         * wl-expire.el (wl-summary-expire): Fix.
9589
9590 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9591
9592         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9593         and `elmo-lost+found-folder' if 'wl-draft.
9594         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9595
9596 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9597
9598         * wl-expire.el (wl-summary-expire): Change messages.
9599         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9600         `deleing-info' instead of "Deleting..."
9601
9602 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9603
9604         * wl-summary.el (wl-summary-refile-subr): Fix.
9605
9606 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9607
9608         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9609         if pipe folder.
9610
9611 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9612
9613         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9614
9615 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9616
9617         * wl-expire.el (wl-expire-hide): New function.
9618         (wl-summary-expire): Add `hide'.
9619
9620 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9621
9622         * wl-vars.el (wl-draft-reply-without-argument-list):
9623         Changed default value to consider `Reply-To:'.
9624         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9625
9626         * Version number is increased to 2.3.90.
9627
9628         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9629         elmo-imap4-get-session with unwind-protect.
9630         Don't cause error.
9631         (wl-summary-sync-marks): Don't check plugged nor folder type.
9632         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9633         (Always keep current buffer).
9634
9635 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9636
9637         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9638         Enclose with `save-excursion'.
9639
9640 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9641
9642         * wl-version.el (wl-version): Remove interactive.
9643
9644 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9645
9646         * wl-version.el (wl-generate-user-agent-string): Use
9647         `product-string-verbose' instead of `product-string-1'.
9648
9649 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9650
9651         * wl-vars.el (wl-draft-use-cache): New variable.
9652         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9653         if wl-draft-use-cache is non-nil.
9654
9655 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9656
9657         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9658         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9659
9660 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9661
9662         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9663         (wl-thread-msg-mark-as-unread): Ditto.
9664
9665         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9666         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9667         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9668         Don't set mark in summary if return value of `elmo-mark-as-read'
9669         is nil.
9670         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9671         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9672         instead of `wl-thread-msg-mark-as-read'.
9673         (wl-summary-mark-as-unread-region): Ditto.
9674         (wl-summary-target-mark-mark-as-read): Ditto.
9675
9676         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9677
9678 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9679
9680         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9681
9682         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9683
9684 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9685
9686         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9687         face.
9688
9689 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9690
9691         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9692         `running-xemacs'.
9693
9694 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9695
9696         * wl-version.el (toplevel): Use `product-version-as-string' for
9697         set verstion-string, if defined.
9698
9699         * wl-version.el (wl-version-show): Insert string at point, when
9700         call with argument.
9701
9702         * wl-version.el (wl-generate-user-agent-string): Use
9703         `product-string-1' instead of `wl-appname', `wl-version' and
9704         `wl-codename'.
9705
9706 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9707
9708         * wl-address.el (toplevel): Use product-provide.
9709         * wl-demo.el (toplevel): Ditto.
9710         * wl-dnd.el (toplevel): Ditto.
9711         * wl-draft.el (toplevel): Ditto.
9712         * wl-e21.el (toplevel): Ditto.
9713         * wl-expire.el (toplevel): Ditto.
9714         * wl-fldmgr.el (toplevel): Ditto.
9715         * wl-folder.el (toplevel): Ditto.
9716         * wl-highlight.el (toplevel): Ditto.
9717         * wl-message.el (toplevel): Ditto.
9718         * wl-mime.el (toplevel): Ditto.
9719         * wl-mule.el (toplevel): Ditto.
9720         * wl-nemacs.el (toplevel): Ditto.
9721         * wl-refile.el (toplevel): Ditto.
9722         * wl-score.el (toplevel): Ditto.
9723         * wl-summary.el (toplevel): Ditto.
9724         * wl-template.el (toplevel): Ditto.
9725         * wl-thread.el (toplevel): Ditto.
9726         * wl-util.el (toplevel): Ditto.
9727         * wl-vars.el (toplevel): Ditto.
9728         * wl-xmas.el (toplevel): Ditto.
9729         * wl.el (toplevel): Ditto.
9730
9731 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9732
9733         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9734         instead of product.
9735
9736         * wl-version.el (wl-version): Compile time evalution elmo-version.
9737
9738 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9739
9740         * wl-summary.el (wl-summary-sync-force-update): Append queue
9741         `mark-as-read'if unplugged.
9742
9743 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9744
9745         * wl-version.el: New file.  Use product.el.
9746         * wl.el: add (require 'wl-version).
9747         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9748         for ~/.folders header.
9749         (wl-fldmgr-folders-header): Changed.
9750         * wl-demo.el (wl-demo): Use product.el.
9751
9752         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9753         wl-version.el.
9754         * wl-util.el (wl-version, wl-version-show): Ditto.
9755
9756         * wl-util.el (wl-generate-user-agent-string,
9757         wl-extended-emacs-version, wl-extended-emacs-version2,
9758         wl-extended-emacs-version3): Move to wl-version.el.
9759         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9760         xemacs-codename, mime-edit-insert-user-agent-field,
9761         mime-edit-user-agent-value, mime-editor/version,
9762         mime-editor/codename): Compile warning killer move to
9763         wl-version.el
9764
9765 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9766
9767         * wl-summary.el (wl-summary-refile-subr): Fix.
9768
9769 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9770
9771         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9772         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9773
9774 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9775
9776         * wl.el (wl-check-environment): Check too many `@'.
9777
9778 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9779
9780         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9781
9782 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9783
9784         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9785         wl-draft-reply-myself-without-argument-list): Add variables.
9786         * wl-draft.el (wl-draft-reply): Use it.
9787
9788 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9789
9790         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9791         the 5th argument of `elmo-network-get-spec'.
9792
9793         * wl-thread.el (wl-thread-reparent-children): New inline function.
9794         (wl-thread-delete-message): Use it.
9795
9796         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9797         (wl-summary-score-update-all-lines): Don't use `dolist'.
9798
9799 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9800
9801         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9802         (require 'elmo-msgdb) for inline function.
9803
9804 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9805
9806         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9807
9808 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9809
9810         * wl-score.el (wl-score-headers): Fix for the confusing macro
9811         `elmo-kill-buffer'.
9812
9813 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9814
9815         * wl-summary.el: Don't use the 3rd argument of `require' because
9816         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9817         * wl-util.el: Ditto.
9818         * wl-draft.el: Ditto.
9819
9820 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9821
9822         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9823         window system is not used.
9824
9825 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9826
9827         * wl-thread.el: Don't use `mapcar' only for iteration.
9828         (wl-thread-resume-entity): Ditto.
9829         (wl-thread-delete-message): Ditto.
9830
9831         * wl-summary.el: Bind `dragdrop-drop-functions',
9832         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9833         of `require' for `timezone', `easymenu' and `ps-print';
9834         don't use `mapcar' only for iteration.
9835
9836         * wl-util.el: Bind `mule-version', `nemacs-version',
9837         `emacs-beta-version', `xemacs-codename',
9838         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9839         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9840         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9841         only for iteration.
9842
9843         * wl-score.el: Don't use `mapcar' only for iteration.
9844         (wl-score-simplify-buffer-fuzzy): Ditto.
9845         (wl-score-simplify-subject): Ditto.
9846         (wl-score-headers): Ditto.
9847         (wl-summary-score-update-all-lines): Ditto.
9848
9849         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9850         `enable-multibyte-characters' and `mule-version'.
9851
9852         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9853         `mapcar' only for iteration.
9854
9855         * wl-demo.el: Don't use `mapcar' only for iteration.
9856
9857         * wl-folder.el: Don't use `mapcar' only for iteration.
9858         (wl-folder-open-all): Ditto.
9859         (wl-folder-count-incorporates): Ditto.
9860
9861         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9862         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9863
9864         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9865         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9866         `smtp-connection-type'; specify 3rd argument of `require' for
9867         `timezone'; don't use `mapcar' only for iteration.
9868         (wl-draft-clone-local-variables): Don't use `mapcar'.
9869         (wl-draft-generate-clone-buffer): Ditto.
9870         (wl-user-agent-compose-internal): Ditto.
9871
9872         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9873
9874         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9875         (wl-save-status): Ditto.
9876
9877         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9878         for iteration.
9879
9880 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9881
9882         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9883         removed `Date'.
9884         (wl-fldmgr-make-filter-default): New user option.
9885
9886         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9887         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9888         (wl-fldmgr-filter-completion-alist): Abolish.
9889
9890         * wl.el (wl): Don't check servers if arg is non-nil.
9891
9892         * wl-draft.el (wl-draft-reply): Set only message-id string to
9893         In-Reply-To field.
9894
9895 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9896
9897         * wl-summary.el (wl-summary-pick): Rewrite.
9898
9899         * wl-draft.el (wl-draft-forward): Get references field from
9900         original buffer.
9901         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9902
9903 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9904
9905         * wl-draft.el (wl-draft-forward): Add references field.
9906
9907 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9908
9909         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9910         (wl-draft-reply): Use it.
9911
9912 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9913
9914         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9915         when Emacs 21 is running.
9916
9917         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9918         bindings.
9919
9920 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9921
9922         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9923         XPM icons transparent.
9924
9925         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9926         Emacs 21.
9927
9928 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9929
9930         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9931         nil.
9932
9933         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9934         when it is persistent.
9935         (wl-summary-sync-marks): Changed argument for
9936         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9937         (wl-summary-virtual): Use `elmo-read-search-condition'.
9938         (wl-summary-redisplay-internal): If folder is local, mark as read
9939         even when folder is plugged.
9940
9941 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9942
9943         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9944         of `tool-bar-lines' in the frame parameters.
9945         (after-make-frame-functions, post-command-hook): Don't modify the
9946         value.
9947         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9948         wl-e21-tool-bar-lines): Removed.
9949
9950 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9951
9952         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9953         properties `evaporate' and `wl-momentary-overlay' as well.
9954         (wl-highlight-summary-displaying): Ditto.
9955         (wl-delete-all-overlays): Don't delete overlay which does not have
9956         a property `wl-momentary-overlay'.
9957
9958         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9959         `display-mouse-p' and `display-graphic-p'.
9960         (wl-folder-init-icons): Don't search for XBM or the other files.
9961         (wl-plugged-set-folder-icon): Make icons if and only if
9962         `display-graphic-p' returns non-nil.
9963         (wl-highlight-plugged-current-line): Use `before-string' overlay
9964         property to show icon images.
9965         (wl-highlight-folder-current-line): Ditto.
9966         (wl-e21-highlight-folder-group-line): Ditto.
9967         (wl-e21-highlight-folder-by-numbers): Ditto.
9968         (wl-e21-insert-image): Removed.
9969         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9970         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9971         said.
9972         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9973         `wl-e21-force-switch-toolbar'.
9974         (wl-e21-make-icon-image): Removed.
9975         (wl-e21-setup-toolbar): Don't search for XBM files.
9976         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9977         the default value.
9978
9979 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9980
9981         * wl-util.el (wl-biff-check-folder-async): Set
9982         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9983
9984 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9985
9986         * wl-e21.el (after-make-frame-functions): Add
9987         `wl-e21-force-switch-toolbar'.
9988         (wl-e21-force-switch-toolbar): New function force to switch the
9989         toolbar appearance automatically.
9990         (post-command-hook): Add `wl-e21-switch-toolbar'.
9991         (wl-e21-switch-toolbar): New function to switch the toolbar
9992         appearance automatically.
9993         (wl-e21-tool-bar-lines): New buffer local variable.
9994
9995 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9996
9997         * wl-util.el (wl-biff-check-folders-running): New variable.
9998         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9999         (wl-biff-check-folder-async-callback):
10000         Set `wl-biff-check-folders-running'.
10001         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10002         with unwind-protect.
10003
10004         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10005         Enclose `wl-folder-auto-check' with unwind-protect.
10006
10007         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10008         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10009
10010         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10011
10012         * wl-util.el (wl-biff-notify): New inline function.
10013         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10014         locally.
10015         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10016         folder-list' is 1.
10017         Use `wl-biff-notify'.
10018         (wl-biff-check-folder-async-callback): New function.
10019         (wl-biff-check-folder-async): Ditto.
10020
10021         * wl-folder.el (wl-folder): Don't check folders.
10022         (wl-folder-auto-check): New function.
10023
10024 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10025
10026         * wl-util.el (wl-biff-start) [Emacs19+]:
10027         Use `timer-next-integral-multiple-of-time'.
10028         (wl-biff-check-folders): Use `wl-default-folder'
10029         if `wl-biff-check-folder-list' is nil.
10030
10031 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10032
10033         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10034         instead of `elmo-delete-lists'.
10035
10036 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10037
10038         * wl.el (wl-plugged-toggle-all): Set the value of
10039         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10040         (wl-plugged-toggle): Ditto.
10041         (wl-toggle-plugged): Ditto.
10042         (wl-plugged-init): Ditto.
10043
10044         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10045         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10046         instead of `wl-biff-state-indicator-off' and
10047         `wl-biff-state-indicator-on'; don't modify the value and the type
10048         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10049         (wl-plugged-init-icons): Set icons data to
10050         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10051         instead of `wl-plug-state-indicator-off' and
10052         `wl-plug-state-indicator-on'; don't modify the value and the type
10053         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10054
10055         * wl-vars.el (wl-modeline-biff-state-off,
10056         wl-modeline-biff-state-on, wl-modeline-biff-status,
10057         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10058         wl-modeline-plug-status): New internal variables.
10059         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10060         wl-biff-check-interval, wl-biff-check-folder-list): Change
10061         customization group from `wl-folder' to `wl-highlight'.
10062         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10063         wl-show-plug-status-on-modeline): Defcustomized.
10064
10065         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10066         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10067         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10068         a flag to `mode-line-buffer-identification'.
10069
10070         * wl-e21.el (wl-biff-init-icons): Set icons data to
10071         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10072         instead of `wl-biff-state-indicator-off' and
10073         `wl-biff-state-indicator-on'.
10074         (wl-plugged-init-icons): Set icons data to
10075         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10076         instead of `wl-plug-state-indicator-off' and
10077         `wl-plug-state-indicator-on'.
10078
10079 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10080
10081         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10082         excessive titles.
10083
10084 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10085
10086         * wl.el (wl-plugged-mode): Use revised
10087         `wl-mode-line-buffer-identification'.
10088         (wl-plugged-init): Don't use `force-mode-line-update'.
10089
10090         * wl-xmas.el (wl-draft-overload-functions): Use revised
10091         `wl-mode-line-buffer-identification'.
10092         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10093         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10094         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10095         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10096         `wl-make-plugged-hook';
10097         add `wl-folder-init-icons' and `wl-setup-folder' to
10098         `wl-folder-mode-hook'.
10099
10100         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10101         19 as well.
10102         (wl-mode-line-display-priority-list): New user option.
10103         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10104         Defcustomized.
10105         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10106         Add docs.
10107
10108         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10109         start.
10110         (wl-mode-line-buffer-identification): Revised as a function.
10111
10112         * wl-summary.el (wl-summary-mode): Use revised
10113         `wl-mode-line-buffer-identification'; don't call
10114         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10115         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10116         `wl-xmas-setup-summary'.
10117
10118         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10119         `wl-mode-line-buffer-identification'.
10120
10121         * wl-mule.el (wl-draft-overload-functions): Use revised
10122         `wl-mode-line-buffer-identification'.
10123
10124         * wl-folder.el (wl-make-plugged-alist): Don't call
10125         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10126         (wl-folder): Don't call `wl-folder-init-icons' directly.
10127         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10128         `wl-xmas-setup-folder' directly;
10129         use revised `wl-mode-line-buffer-identification'.
10130         (TopLevel): Don't bind `wl-biff-init-icons',
10131         `wl-plugged-init-icons', `wl-folder-init-icons',
10132         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10133
10134         * wl-e21.el (wl-draft-overload-functions): Use revised
10135         `wl-mode-line-buffer-identification'.
10136         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10137         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10138         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10139         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10140         `wl-make-plugged-hook';
10141         add `wl-folder-init-icons' and `wl-setup-folder' to
10142         `wl-folder-mode-hook'.
10143
10144 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10145             Katsumi Yamaoka    <yamaoka@jpl.org>
10146
10147         * wl.el (wl): Call `wl-biff-start'.
10148         (wl-exit): Call `wl-biff-stop'.
10149         (wl-plugged-mode): Show biff in modeline.
10150         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10151
10152         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10153         (wl-biff-init-icons): New function.
10154         (wl-plugged-init-icons): Don't make too much keymaps.
10155         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10156
10157         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10158         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10159         variables.
10160         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10161         options.
10162
10163         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10164         wl-biff-start, wl-biff-stop): New functions.
10165         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10166         (wl-biff-timer-name): New variable.
10167
10168         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10169
10170         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10171         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10172
10173         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10174         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10175
10176         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10177         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10178         `wl-folder-init-icons' to `ignore' if they are not available.
10179         (wl-folder-mode): Show biff in modeline.
10180
10181         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10182         (wl-biff-init-icons): New function.
10183         (wl-plugged-init-icons): Don't make too much keymaps.
10184         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10185
10186 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10187
10188         * wl-vars.el (wl-strict-diff-folders): Customization Type
10189         and doc fix.  Define as a list of regular expressions for
10190         folders or nil.
10191         * wl-folder.el (wl-folder-check-one-entity): Use
10192         `wl-string-match-member' instead of `wl-string-member' for
10193         `wl-strict-diff-folders'.
10194
10195 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10196
10197         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10198         (wl-highlight-folder-current-line): Use it; new implementation.
10199         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10200         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10201         `defsubst' instead of `defun'.
10202
10203         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10204         `wl-highlight-group-folder-by-numbers'; made it can also be a
10205         number.  See info for more details.
10206
10207         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10208         running.
10209
10210         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10211         to bind them.
10212
10213         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10214         (wl-highlight-folder-current-line): New implementation.
10215
10216         * wl-highlight.el (wl-highlight-folder-group-line): New
10217         implementation.
10218         (wl-delete-all-overlays): Rewrite as a marco.
10219         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10220
10221         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10222         running.
10223         (wl-folder-*-glyph): No need to bind them.
10224
10225         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10226         `wl-e21-highlight-folder-group-icon'; rewrite.
10227         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10228         `defsubst' instead of `defun'.
10229         (wl-folder-mode-map): Bind it when compiling.
10230
10231 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10232
10233         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10234
10235         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10236
10237 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10238
10239         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10240
10241 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10242
10243         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10244         (wl-highlight-folder-current-line): Use it.
10245
10246         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10247         in `id-name'.
10248
10249 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10250
10251         * wl.el: Require `wl-e21' when Emacs 21 is running.
10252
10253         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10254         default when Emacs 21 is running.
10255         (wl-use-highlight-mouse-line): Ditto.
10256         (wl-on-emacs21): New constant.
10257         (wl-on-emacs20): Removed.
10258
10259         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10260         Emacs 21 is running.
10261
10262         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10263         Emacs 21 is running.
10264
10265         * wl-e21.el: New file.
10266
10267 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10268
10269         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10270         (wl-toggle-plugged): Ditto.
10271         (wl-plugged-toggle): Ditto.
10272         (wl-plugged-toggle-all): Ditto.
10273
10274         * wl-vars.el (wl-plug-state-indicator): Refer
10275         `wl-plug-state-indicator-on' indirectly.
10276
10277 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10278
10279         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10280         Call `wl-folder-confirm-existence'.
10281
10282         * wl-folder.el (wl-folder-confirm-existence): Added optional
10283         argument `force'.
10284
10285 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10286
10287         * wl-summary.el (wl-summary-refile-subr): Assume
10288         `copy-or-refile' as symbol.
10289         (wl-summary-refile): Follow up above change.
10290         (wl-summary-copy): Ditto.  Doc fix.
10291
10292 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10293
10294         * wl-summary.el (wl-summary-pick): Don't bind
10295         `elmo-search-mime-charset'.
10296
10297         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10298         default using old backquote style.
10299         (wl-search-mime-charset): Abolished.
10300
10301         * wl-highlight.el (wl-highlight-headers):
10302         Call `point' after `re-search-forward'(for Nemacs).
10303
10304         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10305         for elmo-imap4.el.
10306
10307 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10308
10309         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10310         `wl-message-ignored-field-list' instead of
10311         `mime-view-ignored-field-list'.
10312
10313         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10314         Add interactive spec.
10315         (wl-folder-goto-bottom-of-current-folder): Ditto.
10316         (wl-folder-mode-map): Bind them.
10317
10318         * wl-vars.el (wl-message-ignored-field-list): New variable.
10319         (wl-message-visible-field-list): New variable.
10320
10321         * wl-mime.el (wl-mime-header-presentation-method): New function.
10322         (wl-mime-setup): Set header-presentation-method.
10323
10324 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10325
10326         * wl-nemacs.el (wl-draft-overload-functions): Set
10327         `mode-line-buffer-identification' instead of using
10328         `wl-make-modeline'.
10329
10330         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10331         instead of using `wl-make-modeline'.
10332
10333         * wl-xmas.el (wl-plugged-init-icons): Set up
10334         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10335         (wl-make-modeline): Abolish.
10336         (wl-draft-overload-functions): Set
10337         `mode-line-buffer-identification' instead of using
10338         `wl-make-modeline'.
10339
10340         * wl-util.el (wl-make-modeline-subr): Abolish.
10341         (wl-mode-line-buffer-identification): New alias.
10342
10343         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10344         (wl-summary-make-modeline): Abolish.
10345         (wl-summary-buffer-set-folder): Set
10346         `wl-summary-buffer-folder-indicator'.
10347         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10348         of using `wl-make-modeline'.
10349         (wl-summary-switch-to-clone-buffer): Don't set
10350         `mode-line-buffer-identification'.
10351         (wl-summary-goto-folder-subr): Ditto.
10352
10353         * wl-mule.el (wl-draft-overload-functions): Set
10354         `mode-line-buffer-identification' instead of using
10355         `wl-make-modeline'.
10356
10357         * wl-folder.el (wl-folder-mode): Set
10358         `mode-line-buffer-identification' instead of using
10359         `wl-make-modeline'.
10360         (wl-folder): Don't set `mode-line-buffer-identification'.
10361
10362 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10363
10364         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10365         instead of `member' for `wl-refile-guess-func-list' look-ups.
10366         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10367
10368 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10369
10370         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10371         `wl-message-button-dispatcher'.
10372
10373         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10374
10375         * wl-message.el (wl-message-button-dispatcher): Use it.
10376
10377         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10378         "In-Reply-To".
10379
10380         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10381         Bind `case-fold-search' to t.
10382
10383 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10384
10385         * wl-xmas.el (wl-message-overload-functions): Initialize
10386         `wl-message-button-map'.
10387
10388         * wl-mule.el (wl-message-overload-functions): Initialize
10389         `wl-message-button-map'.
10390
10391         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10392
10393         * wl-message.el (wl-message-button-map): New keymap.
10394         (wl-message-add-button): New function.
10395         (wl-message-button-dispatcher): New function.
10396         (wl-message-button-refer-article): New function.
10397
10398         * wl-highlight.el
10399         (wl-highlight-message-add-buttons-to-header): New function.
10400         (wl-highlight-headers): Use it.
10401
10402 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10403
10404         * wl-summary.el (wl-summary-default-from): Use
10405         `wl-address-get-petname-1'.
10406         (wl-summary-simple-from): Ditto.
10407
10408         * wl-address.el (wl-address-get-petname-1): New inline function.
10409         (wl-address-get-petname): Use it.
10410
10411 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10412
10413         * wl-summary.el (wl-summary-default-from): Return full-name part
10414         from the address if no petname was found.
10415         (wl-summary-simple-from): Ditto.
10416
10417         * wl-address.el (wl-address-get-petname): Return nil if no petname
10418         associated with the address was found.
10419
10420 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10421
10422         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10423         display is finished.
10424
10425 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10426
10427         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10428         `elmo-folder-exists-p' argument.
10429
10430 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10431
10432         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10433         the folder.
10434
10435 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10436
10437         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10438
10439         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10440         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10441
10442 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10443
10444         * wl-folder.el (wl-folder-create-subr): New function.
10445         (wl-folder-confirm-existence): Use it.
10446         (wl-folder-check-one-entity): Use it.
10447         Check the error symbol is derived from 'elmo-open-error.
10448
10449         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10450         `ignore-error'.
10451
10452 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10453
10454         * wl-util.el (toplevel): Add (eval-when-compile (require
10455         'elmo-util)).  (Maybe `provide' is typo.)
10456
10457 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10458
10459         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10460         (I don't know why this was needed.)
10461
10462         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10463         Follow up changes for stream-type.
10464
10465         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10466         (wl-draft-elmo-nntp-send): Ditto.
10467
10468         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10469         (wl-nntp-posting-stream-type): Ditto.
10470         (wl-pop-before-smtp-ssl): Abolished.
10471         (wl-nntp-posting-ssl): Ditto.
10472
10473         * wl-address.el (wl-address-quote-specials): New function.
10474         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10475
10476         * wl-draft.el (wl-draft-reply): Ditto.
10477
10478 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10479
10480         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10481         use function `wl-string-match-assoc'.
10482
10483 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10486
10487         * wl-draft.el (wl-draft-deduce-address-list): New function.
10488         (wl-draft-parse-mailbox-list): Ditto.
10489         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10490         instead of `smtp-deduce-address-list'.
10491         (wl-draft-on-field-p): Follow group list.
10492
10493         * wl-address.el (wl-address-concat-token): New function.
10494         (wl-address-string-without-group-list-contents): Ditto.
10495         (wl-complete-field-body): Fixed problem of completion
10496         by japanese petname.
10497         (wl-address-make-completion-list): Rewrite.
10498
10499 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10500
10501         * wl-address.el (wl-address-make-completion-list): Completion by
10502         petname.
10503         (wl-complete-field-body): Likewise.
10504
10505 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10506
10507         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10508         contains invalid address syntax.
10509
10510 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10511
10512         * wl-folder.el (wl-folder-check-entity-async): Use
10513         `elmo-nntp-spec-hostname'.
10514
10515 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10516
10517         * wl-summary.el (wl-summary-msgdb-load-async): Use
10518         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10519
10520 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10521
10522         * wl-draft.el (wl-draft-reply): Set argument
10523         `content-transfer-encoding' as nil.
10524
10525 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10526
10527         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10528         `wl-refile-alist'.
10529
10530 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10531
10532         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10533         (wl-draft-edit-string): Ditto.
10534         (wl-draft-forward): Ditto.
10535         * wl-summary.el (wl-summary-write): Ditto.
10536
10537 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10538
10539         * wl-summary.el (wl-summary-sync-update3): Call
10540         `wl-summary-buffer-number-column-detect'.
10541         (wl-summary-buffer-number-column-detect): Search from point-min.
10542
10543 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10544
10545         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10546         contains an address which is not included in original to or cc.
10547
10548 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10549
10550         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10551         begin-line does not exist.
10552         * wl-message.el (wl-message-uu-substring): Ditto.
10553
10554 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10555
10556         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10557         clear local variables.
10558         (wl-summary-exit): Call `elmo-commit'.
10559         (wl-summary-switch-to-clone-buffer): Call
10560         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10561         (wl-summary-goto-folder-subr): Ditto.
10562
10563         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10564         POP folder.
10565
10566 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10567
10568         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10569         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10570         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10571         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10572         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10573         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10574
10575         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10576
10577 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10578
10579         * wl-summary.el (wl-summary-search-by-subject):
10580         Search parent message from the latest one.
10581
10582 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10583
10584         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10585         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10586
10587         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10588         New user option.
10589
10590         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10591         if elmo-nntp-use-killed-list is nil.
10592         Use `elmo-msgdb-append-to-killed-list'.
10593         (Append numbers confirmed as disappeared to the killed list.)
10594         (wl-summary-confirm-appends): Don't display negative number.
10595
10596 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10597
10598         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10599
10600 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10601
10602         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10603         range is `all'.
10604         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10605         `elmo-list-bigger-diff'.
10606
10607 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10608
10609         * wl-summary.el (wl-summary-buffer-exit-func):
10610         New buffer local variable.
10611         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10612
10613 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10614
10615         * wl-demo.el (wl-demo): Fix the last change.
10616
10617 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10618
10619         * wl-demo.el (wl-demo): Don't use `eval'.
10620
10621 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10622
10623         * wl-summary.el (wl-summary-buffer-thread-modified):
10624         New buffer-local variable.
10625         (wl-summary-set-thread-modified): New function.
10626         (wl-summary-thread-modified-p): New function.
10627         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10628         (wl-summary-yank-saved-message): Use function
10629         `wl-summary-set-thread-modified'
10630         (wl-summary-switch-to-clone-buffer): Add
10631         `wl-summary-buffer-thread-modified'.
10632
10633         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10634         (wl-summary-buffer-mark-saved-hook): Ditto.
10635         * wl-summary.el (wl-summary-msgdb-save): New hook
10636         `wl-summary-buffer-message-saved-hook' and
10637         `wl-summary-buffer-mark-saved-hook'.
10638
10639 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10640
10641         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10642
10643 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10644
10645         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10646         don't hide scroll bars under FSF Emacsen because it may incur an
10647         undesirable redrawing.
10648
10649 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10650
10651         * wl-draft.el (wl-draft-edit-string): Call
10652         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10653
10654 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10655
10656         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10657
10658 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10659
10660         * wl-summary.el (wl-summary-msgdb-load-async): Call
10661         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10662
10663 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10664
10665         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10666         fringes in demo buffer; center bitmap logo correctly even if old
10667         Mule is used.
10668
10669 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10670
10671         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10672
10673         * wl-refile.el (wl-refile-subject-alist): New variable.
10674         (wl-refile-subject-alist-file-name): Ditto.
10675         (wl-refile-alist-setup): Rewrite.
10676         (wl-refile-alist-save): Use `elmo-object-save'.
10677         Eliminated arguments.
10678         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10679         (wl-refile-guess-by-subject): New function.
10680         (wl-refile-guess-func-list): Added it.
10681
10682 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10683
10684         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10685         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10686
10687 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10688
10689         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10690         New buffer-local variable.
10691         (wl-summary-buffer-next-folder-func): Ditto.
10692         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10693         if non-nil.
10694         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10695         if non-nil.
10696         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10697         if non-nil.
10698         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10699         if non-nil.
10700
10701 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10702
10703         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10704         permanently in the demo buffer.
10705
10706 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10707
10708         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10709         `mime-entity-fetch-field'.
10710
10711         * wl.el (wl-exit): Delete plugged buffer.
10712
10713         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10714         XEmacs has menubar feature.
10715
10716 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10717
10718         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10719         cannot arrive at the beginning of the buffer under old Emacsen.
10720
10721 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10722
10723         * wl-address.el (wl-address-ldap-search):
10724         Call `ldap-search-entries' with `withdn' argument t.
10725         (wl-complete-field-body): Bind completion-ignore-case as t.
10726         Clear ldap search hash when it was sole completion.
10727         Use elmo-string for pattern string.
10728         (wl-ldap-alias-safe-string): Eliminated needless let.
10729
10730 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10731
10732         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10733         (wl-ldap-alias-sep): New constant.
10734         (wl-ldap-search-attribute-type-list): Ditto.
10735         (wl-ldap-get-value): New function.
10736         (wl-ldap-make-filter): Ditto.
10737         (wl-ldap-make-matched-value-list): Ditto.
10738         (wl-ldap-alias-safe-string): Ditto.
10739         (wl-ldap-register-dn-string): Ditto.
10740         (wl-address-ldap-search): Rewrite.
10741
10742 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10743
10744         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10745         thread is deleted.
10746         (wl-thread-delete-line-from-buffer): Ditto.
10747         (wl-thread-get-exist-children): New function.
10748
10749 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10750
10751         * wl-demo.el (wl-demo): Made it to select various image types.
10752         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10753         from `wl-title-logo'.
10754         (wl-logo-ascii): New variable.
10755         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10756         (wl-demo-copyright-notice): New constant.
10757
10758         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10759
10760 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10761
10762         * wl-vars.el (wl-summary-target-above): Renamed from
10763         wl-summary-temp-above.
10764         * wl-score.el (wl-score-get-score-alist): Use it.
10765         (wl-summary-score-update-all-lines): Use it.
10766         * wl-summary.el: Ditto. (make-variable-buffer-local).
10767
10768 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10769
10770         * wl-vars.el (wl-ldap-port): New user option.
10771
10772         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10773         Rewite whole implementation.
10774         (wl-complete-field-body): Fixed.
10775
10776 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10777
10778         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10779         Choose implementation at compile time.
10780
10781 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10782
10783         * wl-address.el (wl-ldap-search-internal): New function.
10784         (wl-complete-field-to): Use it.
10785
10786 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10787
10788         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10789         Use `let' instead of `let*'.
10790         Require 'wl-vars.
10791
10792         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10793         Define as defcustom.
10794         (wl-ldap-base): Ditto.
10795         (wl-use-ldap): Ditto.
10796
10797 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10798
10799         * wl-address.el (wl-ldap-search): New function.
10800         (wl-complete-field-body): Use `wl-ldap-search'.
10801         (wl-ldap-server): New variable.
10802         (wl-ldap-base): Ditto.
10803         (wl-use-ldap): Ditto.
10804
10805 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10806
10807         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10808         (Pointed out by Mito <mit@nines.nec.co.jp>).
10809         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10810         buffer-local variables like `wl-summary-redisplay-internal'.
10811         (wl-summary-redisplay-all-header): Likewise.  Update
10812         Summary view too.
10813
10814 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10815
10816         * wl-summary.el (wl-summary-jump-to-parent-message):
10817         Consider prefix argument.
10818
10819         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10820         when closed thread is deleted.
10821
10822 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10823
10824         * wl-summary.el (wl-summary-jump-to-parent-message):
10825         Consider thread modification.
10826
10827 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10828
10829         * wl-message.el (wl-message-normal-get-original-buffer): Use
10830         `save-excursion'.
10831
10832         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10833         (wl-summary-showto-folder-regexp): Ditto.
10834
10835 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10836
10837         * wl-util.el (wl-delete-alist): Doc fix.
10838         (wl-delete-associations): New function.
10839         (wl-inverse-alist): New function.
10840         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10841         Split temporary variables. Use `wl-delete-associations'
10842         and `wl-inverse-alist'.
10843         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10844
10845 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10846
10847         * wl-folder.el (wl-folder-prefetch-entity):
10848         Execute prefetching if new count is unknown.
10849
10850 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10851
10852         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10853
10854         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10855         delete entity.
10856         (wl-thread-set-parent): If insert as top, set linked as nil.
10857
10858         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10859         `wl-thread-cleanup-symbols' when view mode is thread.
10860
10861 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10862
10863         * wl-folder.el (wl-folder-create-folder-entity): Use
10864         with-current-buffer.
10865         (wl-local-folder-init): Call set-buffer to make sure we are in
10866         the Folder buffer. Don't touch buffer-local variables here.
10867         (wl-folder-mode): Initialize buffer-local variables here.
10868
10869         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10870         (wl-folder-entity-assign-id): Ditto.
10871         (wl-folder-create-entity-hashtb): Ditto.
10872         (wl-local-folder-init): Ditto.
10873         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10874
10875 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10876
10877         * wl-summary.el (wl-summary-default-from): Fix probrem when
10878         std11-extract-address-components return (nil "foo@bar").
10879
10880 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10881
10882         * wl-draft.el (wl-draft-clone-local-variables):
10883         Remove redundant `setq'.
10884
10885 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10886
10887         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10888         Bind wl-highlight-x-face-func as nil while highlighting header.
10889
10890 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10891
10892         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10893
10894 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10895
10896         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10897         elmo-msgdb-overview-hashtb from copy-variables.
10898         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10899         instead of `elmo-msgdb-overview-get-entity-by-number'.
10900         (wl-summary-auto-refile): Ditto.
10901
10902         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10903         `elmo-msgdb-overview-get-entity' instead of
10904         `elmo-msgdb-search-overview-entity'.  Use
10905         `elmo-msgdb-overview-get-entity' instead of
10906         `elmo-msgdb-overview-get-entity-by-number'.
10907         (wl-thread-insert-entity-sub): Ditto.
10908         (wl-thread-insert-message): Ditto.
10909
10910         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10911         `elmo-msgdb-overview-get-entity'.
10912         (wl-normal-message-redisplay): Ditto.
10913
10914 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10915
10916         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10917         `wl-thread-entities'.
10918         (wl-thread-delete-message): Fix remove top message from
10919         `wl-thread-entity-list'.
10920
10921         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10922         wl-append(nconc), because update-list is broken on Meadow.
10923
10924         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10925         updating process.
10926         (wl-summary-rescan): Ditto.
10927         (wl-summary-sync-update3): Ditto.
10928         * wl-thread.el (wl-thread-set-parent): Renamed from
10929         `wl-summary-set-parent'.
10930         (wl-thread-insert-message): Updating buffer faster.
10931         (wl-thread-delete-message): Updating buffer faster.
10932
10933         * wl-score.el (wl-summary-score-update-all-lines): Changed
10934         interval for display progress gauge.
10935
10936 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10937
10938         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10939         folder always-sticky.
10940         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10941         defmacro.
10942
10943 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10944
10945         * wl-vars.el (wl-draft-add-references): New user option.
10946
10947         * wl-draft.el (wl-draft-add-references): New function.
10948         (wl-draft-yank-from-mail-reply-buffer): Use it.
10949         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10950         as nil.
10951
10952 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10953
10954         * wl-thread.el (wl-thread-update-line-msgs): Called
10955         `wl-thread-update-line-on-buffer-sub'.
10956         (wl-thread-update-line-on-buffer): Delete routine of inserting
10957         thread.
10958         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10959         moved from `wl-thread-update-line-on-buffer'.
10960         Add threshold for displaying progress gauge.
10961         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10962         argument of `wl-thread-update-line-msgs'.
10963         Add threshold for displaying progress gauge.
10964         * wl-folder.el:
10965         Add threshold for displaying progress gauge.
10966         * wl-score.el: Ditto.
10967
10968         * wl-expire.el (wl-summary-expire): Display deleting info.
10969
10970 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10971
10972         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10973         `no-msg'.
10974         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10975         argument of `wl-thread-update-line-msgs'.
10976         (wl-summary-set-parent): Added optional argument `parent-number'.
10977         (wl-summary-buffer-saved-message): New buffer local variable.
10978         (wl-summary-save-current-message): New command.
10979         (wl-summary-yank-saved-message): Ditto.
10980         (wl-summary-mode-map): Added key binding for
10981         `wl-summary-save-current-message' (\ew) and
10982         `wl-summary-yank-saved-message' (\C-y).
10983         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10984
10985 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10986
10987         * wl-summary.el (wl-summary-mode-map): Added key binding for
10988         `wl-summary-set-parent' (ts).
10989
10990 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10991
10992         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10993         subject faster. If thread number is reverse, delayed updating
10994         thread.
10995         (wl-summary-search-by-subject): Ditto.
10996         (wl-summary-put-alike): Ditto.
10997         (wl-summary-get-alike): Ditto.
10998         (wl-summary-insert-headers): Insert header of all overview in
10999         buffer.
11000         (wl-summary-rescan): Delayed updating thread. Kill search subject
11001         buffer for wl-summary-search-by-subject.
11002         (wl-summary-sync-update3): Ditto.
11003         (wl-summary-exit): Ditto.
11004         (wl-summary-goto-bottom-of-current-thread): Change for linked
11005         thread.
11006         (wl-summary-overview-create-summary-line): Change line for linked
11007         thread.
11008
11009         * wl-summary.el (wl-summary-update-thread): Use
11010         wl-thread-maybe-get-children-num.
11011         (wl-summary-set-parent): If change parent, move sub thread.
11012         (wl-summary-redisplay-internal): Add horizontal recenter.
11013         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11014
11015         * wl-thread.el (wl-thread-entity-get-linked): New function.
11016         (wl-thread-entity-set-linked): New function.
11017         (wl-thread-create-entity): Add linked element.
11018         (wl-thread-entity-insert-as-top): Use wl-append.
11019         (wl-thread-maybe-get-children-num): If closing thread, return
11020         children msgs.
11021         (wl-thread-update-line-msgs): Displaying progress message.
11022         (wl-thread-update-line-on-buffer-sub): Use
11023         wl-thread-maybe-get-children-num.
11024         (wl-thread-update-line-on-buffer): If update line is not exists,
11025         insert thread.
11026         (wl-thread-delete-message): If delete top msg of thread, search
11027         parent by subject.
11028         (wl-thread-insert-entity): Use
11029         wl-thread-maybe-get-children-num.
11030
11031         * wl-highlight.el (wl-highlight-summary-current-line): change
11032         sregexp for linked thread.
11033         * wl-util.el (wl-count-lines): Count lines.
11034         (wl-horizontal-recenter): horizontal recenter.
11035         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11036         (wl-score-get-alike): Ditto.
11037         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11038         (wl-subject-length-limit): New variable.
11039         (wl-highlight-thread-indent-string-regexp): Changed for linked
11040         thread.
11041
11042 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11043
11044         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11045         New variable (revival).
11046         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11047         by subject matching if there's no in-reply-to nor references field
11048         (revival).
11049
11050 \f
11051 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11052
11053         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11054         message.
11055
11056 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11057
11058         * wl-summary.el (wl-summary-reply): Return t if there was a
11059         message at cursor point.
11060         Added unwind-protect.
11061         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11062         returns t.
11063         (wl-summary-cancel-message): Do nothing when there's no message at
11064         cursor point.
11065         (wl-summary-forward): Ditto.
11066         (wl-summary-jump-to-parent-message): Ditto.
11067         (wl-summary-reedit): Ditto.
11068         (wl-summary-edit-addresses): Ditto.
11069         (wl-summary-pipe-message): Ditto.
11070         (wl-summary-print-message-with-ps-print): Ditto.
11071         (wl-summary-print-message): Ditto.
11072         (wl-summary-mark-as-important): Ditto.
11073         (wl-summary-mark-as-unread): Ditto.
11074
11075         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11076         message at cursor point.
11077         (wl-summary-reply-with-citation): Remove unwind-protect.
11078
11079         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11080         subject searching feature.
11081         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11082         Eliminated.
11083
11084 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11085
11086         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11087         New variable.
11088         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11089         by subject matching if there's no in-reply-to nor references field.
11090
11091         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11092
11093         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11094         when display is finished.
11095         (wl-folder-open-all): Ditto.
11096         (wl-folder-update-access-group): Ditto.
11097         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11098         * wl-thread.el (wl-thread-close-all): Ditto.
11099
11100         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11101         progress gauge only when it was displayed.
11102         * wl-folder.el (wl-folder-insert-entity): Ditto.
11103
11104 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11105
11106         * wl-summary.el (wl-summary-incorporate): Enclose
11107         `wl-summary-sync-force-update' with save-excursion.
11108
11109 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11110
11111         * wl-summary.el (wl-summary-prefetch-region):
11112         Pass current cursor point to `pos-visible-in-window-p' after
11113         moving cursor to the started point.
11114
11115 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11116
11117         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11118
11119         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11120         fields from the forwarding message.
11121         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11122         `ignored-fields'.
11123
11124 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11125
11126         * wl-mime.el (wl-message-request-partial):
11127         Eliminated argument `msgdb'.
11128         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11129         (wl-mime-combine-message/partial-pieces): Likewise.
11130         * tm-wl.el (wl-message-request-partial): Likewise.
11131         (wl-mime-combine-message/partial-pieces): Likewise.
11132
11133 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11134
11135         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11136         when display is finished.
11137
11138 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11139
11140         * wl-summary.el (wl-summary-goto-folder-subr):
11141         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11142
11143 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11144
11145         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11146         when cursor point is visible.
11147
11148 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11149
11150         * wl-expire.el (wl-expire-archive-get-max-number):
11151         Don't use `file-name-directory'.
11152
11153 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11154
11155         * wl-expire.el (wl-expire-archive-get-max-number):
11156         Use `file-name-directory'.
11157
11158 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11159
11160         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11161         only when there is progress.
11162
11163 2000-04-13  Mito <mit@nines.nec.co.jp>
11164
11165         * wl-summary.el (wl-summary-sync-marks): Display progress.
11166
11167 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11168
11169         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11170         (wl-summary-prev): Move cursor regardless of unread status.
11171         (wl-summary-next): Ditto.
11172
11173 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11174
11175         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11176         Added argument `target' and `number'.
11177         * tm-wl.el (wl-summary-burst-subr): New function.
11178         (wl-summary-burst): Use it.
11179
11180 2000-04-10  Mito <mit@nines.nec.co.jp>
11181
11182         * wl-mime.el (wl-burst): New function.
11183         (wl-summary-burst): Use it.
11184
11185 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11186
11187         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11188         as petname when there's no candidate.
11189
11190 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11191
11192         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11193         New variable.
11194         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11195
11196         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11197
11198         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11199
11200 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11201
11202         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11203         Use substring of `original' instead of buffer-substring.
11204         (wl-refile-evaluate-rule):
11205         Set `original' argument of wl-refile-expand-newtext.
11206
11207         * wl-summary.el
11208         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11209         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11210         (wl-summary-auto-refile): Check existence of destination folder just
11211         before marking.
11212
11213 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11214
11215         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11216         when wl-refile-get-field-value return nil.
11217
11218 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11219
11220         * wl-refile.el
11221         (wl-refile-expand-newtext): New function imported from Gnus.
11222         (wl-refile-evaluate-rule): Use it.
11223
11224 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11225
11226         * wl-summary.el (wl-summary-print-destination):
11227         Duplicate folder string to avoid putting text-property on
11228         original string.
11229
11230         * wl-refile.el (wl-refile-get-field-value): New function.
11231         (wl-refile-evaluate-rule): New function;
11232         Evaluate refile rule recursively.
11233         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11234         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11235         New function; Check existence of a target folder recursively.
11236         (wl-summary-auto-refile-check-refile-rule-alist):
11237         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11238
11239 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11240
11241         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11242
11243         * wl-folder.el (wl-create-folder-entity-from-buffer):
11244         Fixed problem when '}' character is contained in folder name.
11245
11246         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11247
11248 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11249
11250         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11251         (wl-fldmgr-add-completion-all-completions):
11252         Use wl-fldmgr-add-completion-hashtb.
11253
11254 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11255
11256         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11257         wl-fldmgr-add-completion-subr): New functions.
11258         * wl-folder.el (wl-folder-completion-func): New variable.
11259         * wl-summary.el (wl-summary-read-folder):
11260         Use wl-folder-completion-func.
11261
11262         * wl-refile.el: Eliminate throw & catch.
11263
11264         * wl.el (wl-plugged-sending-queue-status): Fixed.
11265
11266 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11267
11268         * wl-draft.el (wl-draft): Put category property on
11269         mail-header-separator.