Version number is increased to 2.15.8.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * Version number is increased to 2.15.8.
4
5         * wl-message.el (wl-message-uu-substring): Suppress compile
6         warnings; Use `with-current-buffer' instead of `save-excursion' &
7         `set-buffer'.
8         * wl-mime.el (wl-draft-yank-current-message-entity)
9         (wl-mime-preview-follow-no-mime)
10         (wl-mime-preview-follow-current-region): Ditto.
11         * wl-summary.el (wl-summary-update-persistent-mark-on-event)
12         (wl-summary-switch-to-clone-buffer)
13         (wl-summary-target-mark-forward)
14         (wl-summary-target-mark-reply-with-citation)
15         (wl-summary-target-mark-uudecode): Ditto.
16
17         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
18         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
19         * wl-summary.el (wl-summary-narrow-to-region)
20         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
21
22         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
23         instead of `int-to-string'.
24         * wl-dnd.el (wl-dnd-start-drag): Ditto.
25         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
26         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
27         * wl-util.el (wl-url-nntp): Ditto.
28
29         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
30         (wl-plugged-dop-queue-status): Don't quote `lambda'.
31         * wl-thread.el (wl-thread-delete-message): Ditto
32         * wl-summary.el (wl-summary-edit-addresses)
33         (wl-summary-edit-addresses-collect-candidate-fields)
34         (wl-summary-search-by-subject): Ditto.
35         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
36         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
37         (wl-fldmgr-add-completion-subr): Ditto.
38         * wl-draft.el (wl-smtp-extension-bind)
39         (wl-draft-insert-get-message, wl-draft-default-headers)
40         (wl-jump-to-draft-buffer): Ditto.
41         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
42         (wl-summary-down): Ditto.
43         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
44         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
45         * wl-folder.el (wl-folder-make-save-access-list)
46         (wl-folder-update-access-group, wl-folder-pick): Ditto.
47
48 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
49
50         * wl-draft.el (wl-draft-default-headers): Suppress warning
51         "defsubst `wl-draft-default-headers' was used before it was
52         defined"; Use `defun' instead of `defsubst'.
53
54         * wl-address.el (wl-address-header-extract-address)
55         (wl-address-header-extract-realname): Fix mail-address in
56         docstring.
57
58         * wl-expire.el (wl-expire-make-sortable-date): Macro to
59         inline-function.
60         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
61         Macro to function.
62         (wl-folder-get-entity-from-buffer): Macro to function.
63         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
64         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
65         * wl.el (wl-plugged-string): Macro to function.
66
67         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
68         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
69         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
70         Macro to function.
71
72         * wl-thread.el (wl-thread-open, wl-thread-close): Use
73         `point-at-bol', `point-at-eol'.
74
75         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
76         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
77         `(string-to-char " ")' instead of `? ', `?\ '.
78         * wl-action.el (wl-summary-print-argument): Ditto.
79         * wl-address.el (wl-complete-field-body): Ditto.
80         * wl-demo.el (wl-demo-insert-image): Ditto.
81         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
82         * wl-util.el (wl-ask-folder, wl-set-string-width)
83         (wl-y-or-n-p-with-scroll): Ditto.
84
85         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
86         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
87         verbose point move.
88
89         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
90         and `point-at-eol'.
91         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
92         Ditto.
93
94 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
95
96         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
97         `(beginning-of-line) (point)'.
98
99         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
100         (wl-fldmgr-delete-line): Change from macro to function. Use
101         `point-at-bol' and `point-at-eol'.
102
103         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
104         `function' for lambda.
105
106         * wl.el (wl-plugged-server-indent): Change from macro to function.
107
108         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
109
110         * wl-draft.el (wl-draft-config-body-goto-header)
111         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
112         macro to function.
113
114         * wl-score.el (wl-score-get-alike): Change from macro to
115         inline-function.
116
117         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
118         instead of `mapcar'. Don't use `function' for lambda.
119         (wl-read-search-condition-internal): Don't use `function' for
120         lambda.
121         (wl-kill-buffers): Change from macro to function.
122         (wl-count-lines): Change from macro to inline-function.
123
124         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
125
126         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
127
128         * wl.el (wl-plugged-change): Suppress compile warnings; Use
129         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
130         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
131         * wl-address.el (wl-complete-window-show): Ditto.
132         * wl-message.el (wl-message-select-buffer): Ditto.
133         * wl-template.el (wl-template-show): Ditto.
134         * wl-util.el (wl-collect-summary): Ditto.
135         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
136         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
137         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
138         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
139         (wl-score-edit-insert-number): Ditto.
140
141         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
142         symbol.
143
144         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
145         of `goto-line'.
146
147         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
148
149 2009-12-16  Lloyd Zusman <ljz@asfast.com>
150
151         * wl-summary.el (wl-summary-detect-mark-position): Force
152         the temporary buffer to enable the use of multibyte characters
153         within searches [wl-en:2460].
154
155 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
156
157         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
158         of `beginning-of-buffer'.
159
160 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
161
162         * wl-summary.el (wl-summary-display-raw): New function, display
163         message in raw format.
164
165 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
166
167         * Version number is increased to 2.15.7.
168
169 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
170
171         * wl-summary.el (wl-summary-previous-message-number): New function.
172         (wl-summary-next-message-number): Ditto.
173         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
174         `wl-summary-next-message-number'.
175         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
176         Inline temporary variable `cur-id'.
177         (wl-summary-get-next-unread-folder): Ditto.
178         (wl-summary-get-next-folder): Ditto.
179         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
180
181 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
182
183         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
184
185 2008-09-05  Kenichi Okada  <okada@opaopa.org>
186
187         * wl-summary.el (wl-summary-buffer-folder-name)
188         (wl-draft-config-body-goto-header): Use backquote instead of quote.
189         * wl-draft.el (wl-draft-body-goto-top)
190         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
191
192 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
193
194         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
195         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
196
197 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
198
199         * wl-expire.el: Fix Comentary section.
200
201 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
202
203         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
204         Require mime-parse, elmo-mime, and wl-util.
205
206         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
207
208         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
209
210 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
211
212         * wl-template.el: Require elmo-util and wl-vars.
213
214         * wl-mime.el (wl-mime-display-header): Revert last change.
215         Remove `delete-matching-lines "^$"'.
216
217 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
218
219         * wl-mime.el (wl-define-dummy-functions): Split
220         `eval-when-compile' form for avoid error; when `make
221         compile-strict.
222
223         * wl-util.el: Move (eval-when-compile (require 'static)).
224         * wl-dnd.el: Add (eval-when-compile (require 'static)).
225         * wl-message.el: Ditto.
226
227         * wl-mime.el (wl-message-delete-current-part): Use
228         `insert-buffer-substring' instead of `insert-buffer'.
229         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
230         * wl-draft.el (wl-draft-generate-clone-buffer)
231         (wl-draft-do-mime-bcc): Ditto.
232
233         * wl-address.el: Add (eval-when-compile (require 'cl)).
234         * wl-addrmgr.el: Ditto.
235         * wl-mime.el: Ditto.
236         * wl-util.el: Ditto.
237         * wl-score.el: Ditto.
238
239 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
240
241         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
242         `string-to-int'.
243
244         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
245         `string-to-int'.
246
247         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
248         `string-to-number' instead of `string-to-int'.
249
250         * wl-summary.el (wl-summary-get-list-info)
251         (wl-summary-message-number): Use `string-to-number' instead of
252         `string-to-int'.
253
254         * wl-score.el (wl-score-overview-entity-get-lines)
255         (wl-score-set-mark-below, wl-score-set-expunge-below)
256         (wl-summary-increase-score, wl-score-get-header-entry): Use
257         `string-to-number' instead of `string-to-int'.
258
259         * wl-folder.el (wl-folder-update-diff-line): Use
260         `string-to-number' instead of `string-to-int'.
261
262         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
263         instead of `string-to-int'.
264
265         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
266         instead of `string-to-int'.
267
268         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
269         `string-to-int'.
270
271 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
272
273         * wl-util.el (wl-match-string, wl-match-buffer)
274         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
275         (wl-kill-buffers, wl-local-variable-p)
276         (wl-line-formatter-setup): New backquote style.
277         (wl-count-lines): Use quote instead of backquote.
278
279         * wl-summary.el (wl-summary-buffer-folder-name)
280         (wl-summary-get-alike): Use quote instead of backquote.
281         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
282         backquote style.
283
284         * wl-message.el (wl-message-buffer-cache-buffer-get)
285         (wl-message-buffer-cache-folder-get)
286         (wl-message-buffer-cache-message-get)
287         (wl-message-buffer-cache-entry-make)
288         (wl-message-buffer-cache-hit): New backquote style.
289
290         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
291         backquote.
292         (wl-folder-unread-regex, wl-folder-entity-exists-p)
293         (wl-folder-clear-entity-info)
294         (wl-folder-get-entity-info, wl-folder-set-entity-info)
295         (wl-folder-elmo-folder-cache-get)
296         (wl-folder-elmo-folder-cache-put): New backquote style.
297
298         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
299         (wl-fldmgr-assign-id): Ditto.
300         (wl-fldmgr-delete-line): Use quote instead of backquote.
301         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
302
303         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
304         (wl-draft-set-sent-message): New backquote style.
305         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
306         (wl-draft-config-body-goto-header): Use quote instead of backquote.
307
308 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
309
310         * wl-address.el (wl-address-concat-token): Fix typo.
311
312 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
313
314         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
315         (wl-score-get-alike): Ditto.
316
317         * wl-vars.el: New backquote style.
318         (wl-message-header-button-alist): Use quote instead of backquote.
319
320         * wl.el (wl-plugged-string): New backquote style.
321
322         * wl-address.el (wl-address-concat-token): New backquote style.
323
324         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
325
326 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
327
328         * wl-highlight.el (wl-highlight-folder-opened-regexp)
329         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
330
331         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
332         in the character alternative.
333
334 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
335
336         * Version number is increased to 2.15.6.
337
338 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
339
340         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
341         optional 3rd argument of epg-context-set-progress-callback; it was
342         temporarily removed in the Emacs trunk due to copyright problem.
343         (wl-mime-pgp-verify-region-with-epg): Ditto.
344
345 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
346
347         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
348
349 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-util.el (wl-biff-check-folders): Set biff flag.
352         (from Naoto Morishima [wl:14031])
353
354 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
355
356         * wl.el (wl-plugged-server-indent): Use quote instead of
357         backquote.
358
359 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
360
361         * wl-score.el (wl-score-insert-header): Add guard for
362         `std11-unfold-string'.
363         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
364         TYPE artgument when TO or CC field.
365
366 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-summary.el (wl-summary-goto-folder-subr): Call
369         `elmo-folder-close' instead of `elmo-folder-commit' if discard
370         current summary.
371
372 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-util.el (wl-read-shell-commande): New function or alias.
375
376         * wl-summary.el (wl-summary-pipe-message): Use
377         `wl-read-shell-command' instead of `read-string'.
378         (wl-summary-target-mark-pipe): Ditto.
379
380 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-summary.el (wl-summary-reply): Fix docstring.
383         * wl-draft.el (wl-draft-reply): Ditto.
384
385 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-mime.el (wl-summary-extract-attachments): New command.
388         (wl-summary-extract-attachments-1): New internal function.
389
390 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-expire.el (wl-expire-folder): New function (split from
393         wl-summary-expire).
394         (wl-summary-expire): Use it. Add argument `all' instead of remove
395         `nolist'. Cause an error only if this function is calling
396         interactively.
397
398 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-expire.el (wl-expire-refile): Display progress message.
401         (wl-summary-expire): Simplify.
402
403         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
404         unused argument `deleting-info'.
405
406 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-vars.el (wl-message-popup-buffers): New user option.
409
410         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
411         (wl-message-delete-popup-windows): New function that substitues
412         above one.
413         (wl-mime-setup): Follow the above change.
414
415 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
416
417         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
418
419 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
420
421         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
422         "tkm" to wl-thread-spam.
423
424 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-thread.el (wl-thread-entity-insert-as-children): Use
427         wl-thread-entity-set-children.
428         (wl-thread-insert-message, wl-thread-insert-entity-sub,
429         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
430         Use wl-thread-entity-get-*.
431
432 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-mime.el (wl-epg-progress-callback): New function.
435         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
436         with `elmo-with-progress-display'. Set a progress callback
437         function to epg-context.
438         (wl-mime-pgp-verify-region-with-epg): Ditto.
439
440 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-util.el (wl-completing-read-multiple): Define as an alias of
443         `completing-read-multiple' if emacs-version is not less than 22.
444
445 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
448         change.
449
450 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-summary.el (wl-summary-sync-update): Move
453         `wl-thread-update-indent-string-thread' to outside of
454         `elmo-with-progress-display'.
455
456 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
457
458         * wl-message.el (wl-message-exit): Check buffer existence.
459
460 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * wl-util.el (wl-simple-display-progress): New function.
463         (wl-display-progress-with-gauge): Ditto.
464         (wl-progress-callback-function): Ditto.
465
466         * wl.el (wl-init): Set `elmo-progress-callback-function' as
467         `wl-progress-callback-function'
468
469         * wl-vars.el (wl-display-progress-threshold): New user option.
470         (wl-display-progress-function): Ditto.
471
472         * Version number is increased to 2.15.5.
473
474 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
475
476         * wl-thread.el (wl-thread-close-children): New function.
477         (wl-thread-open-children): Ditto.
478         * wl-action.el (wl-summary-set-mark): Redo the last change by
479         using it.
480
481         * wl-action.el (wl-summary-set-mark): Undo the last change.
482         Forbid interactive call.
483
484 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-mime.el (wl-define-dummy-functions): New macro.
487         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
488         `wl-mime-pgp-decrypt-region'.
489         (wl-mime-pgp-verify-region-with-epg): Renamed from
490         `wl-mime-pgp-verify-region'.
491         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
492         `wl-mime-pgp-decrypt-region'.
493         (wl-mime-pgp-verify-region-with-pgg): Renamed from
494         `wl-mime-pgp-verify-region'.
495         (wl-mime-pgp-decrypt-region): New function; To select dispatch
496         function at runtime.
497         (wl-mime-pgp-verify-region): Ditto.
498
499         * wl-vars.el (wl-use-pgp-module): New user option.
500
501 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
502
503         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
504         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
505
506 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
509         even if there are target marks only.
510
511 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * Version number is increased to 2.15.4.
514
515 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-folder.el (wl-folder-check-one-entity): Simplify.
518
519 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
522         variable.
523
524 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
525
526         * wl-spam.el (wl-thread-test-spam): New function.
527         (wl-spam-setup): Bind "tkc".
528
529 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-expire.el (wl-folder-expire-entity): Rewite without
532         `wl-summary-goto-folder-subr'.
533         (wl-folder-expire-current-entity): Don't kill summary buffer.
534
535 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-folder.el (wl-folder-sync-entity): Rewrite without
538         `wl-summary-goto-folder-subr'.
539         (wl-folder-mark-as-read-all-entity): Likewise.
540
541         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
542
543 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-thread.el (wl-thread-force-open): Arranged.
546
547 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
548
549         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
550         from regexp.
551
552         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
553         (wl-read-search-condition-internal): Append them.
554
555 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-vars.el (wl-additional-search-condition-fields):
558         New user option.
559
560         * wl-util.el (wl-search-condition-fields): New function; export
561         from `wl-read-search-condition-internal'.
562         (wl-read-search-condition-internal): Use it.
563
564         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
565
566 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-summary.el (wl-summary-define-sort-command): New function.
569         (wl-summary-sort-by-date, wl-summary-sort-by-number)
570         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
571         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
572         define by `wl-summary-define-sort-command' at runtime.
573
574         * wl.el (wl-init): Call wl-summary-define-sort-command.
575
576 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
579         properties at the decrypting region.
580
581 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-util.el (wl-find-region): New function.
584
585         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
586         coding system.
587         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
588         property `wl-mime-decoded-coding-system'.
589         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
590         property `wl-mime-decoded-coding-system' to encode text.
591
592         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
593         message.
594         (wl-mime-pgp-verify-region): Ditto.
595
596 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
599         buffer. Use epa-display-verify-result.
600
601 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-draft.el (wl-draft-send): Continue even if setting parent
604         flag was failed.
605
606 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-message.el (wl-message-flag-indicator): Fixed the problem
609         of returning string only of parentheses.
610
611 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-summary.el (wl-summary-write): Add argument `folder'.
614         (wl-summary-write-current-folder): Change argument `folder' from
615         optional to require.
616         (wl-summary-get-buffer): Return the buffer associated folder only.
617
618         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
619         change.
620         (wl-folder-toggle-disp-summary): Ditto.
621
622         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
623         current summary as parent-folder.
624
625 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-draft.el (wl-draft-reedit): Don't overwrite
628         wl-draft-parent-folder.
629
630 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
633         (wl-mime-pgp-verify-region): Ditto.
634         (wl-message-decrypt-pgp-nonmime): Use the above function.
635         (wl-message-verify-pgp-nonmime): Likewise.
636         (wl-mime-preview-application/pgp): Likewise.
637
638 2006-04-20  Kenichi Okada  <okada@opaopa.org>
639
640         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
641         Fix about the order of `wl-nntp-posting-port' and
642         `wl-nntp-posting-stream-type'.
643         * wl.el (wl-plugged-port-label-alist): Add smtp.
644
645 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-summary.el (wl-summary-message-status): New macro.
648
649         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
650         (wl-summary-killed-mark): New user option.
651
652         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
653         API change.
654         (wl-thread-insert-entity-sub): Ditto.
655         (wl-thread-recover-messages): New command.
656
657         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
658         Don't call `wl-highlight-summary-current-line' directly.
659         (wl-summary-buffer-attach): Connect to signal `status-changed'
660         instead of `cache-changed'.
661         (wl-summary-buffer-detach): Follow the above change.
662         (wl-summary-detect-mark-position): Follow the API change.
663         (wl-summary-rescan-message): Ditto.
664         (wl-summary-insert-sequential): Ditto.
665         (wl-summary-update-thread): Ditto.
666         (wl-summary-message-mark): Ditto.
667         (wl-summary-persistent-mark): Ditto.
668         (wl-summary-create-line): Ditto.
669         (wl-summary-prefetch-region-no-mark): Call
670         `wl-summary-persistent-mark' with number.
671         (wl-summary-recover-messages-region): New command.
672         (wl-summary-target-mark-recover): Ditto.
673         (wl-summary-recover-message): Ditto.
674         (wl-summary-persistent-mark-string): Add argument `status' instead
675         of remove arguments `flags' and `cached'.  Treat killed status.
676         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
677
678         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
679         (wl-highlight-summary-line-face-spec): Treat killed status.
680         (wl-highlight-summary-line-string): Follow the API change.
681         (wl-highlight-summary-current-line): Ditto.
682
683         * Version number is increased to 2.15.3.
684
685 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
688         of symbolp to test whether the condition is function.
689
690 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
693         to nil.
694
695 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * wl-summary.el (wl-summary-buffer-message-ring): New internal
698         variable.
699         (wl-summary-buffer-last-displayed-msg): Abolish.
700         (wl-summary-push-message): New function.
701         (wl-summary-pop-message): Ditto.
702         (wl-summary-goto-folder-subr): Reset
703         `wl-summary-buffer-message-ring'.
704         (wl-summary-pop-to-last-message): New command.
705         (wl-summary-goto-last-displayed-msg): Call
706         wl-summary-pop-to-last-message if optional argument is non-nil or
707         the last command is itself.
708         (wl-summary-redisplay-internal): Push last message number into
709         `wl-summary-buffer-message-ring'.
710
711         * wl-vars.el (wl-summary-message-ring-max): New user option.
712
713 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
716         from `wl-draft-reply').
717         (wl-draft-reply): Use it.
718         (wl-draft-find-reply-headers): Avoid compile warning.
719
720 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
721
722         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
723
724 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
725
726         * wl-message.el (wl-message-flag-indicator): New function.
727         (wl-message-redisplay): Use it.
728
729 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
732
733 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
736         instead of `read-event'.
737
738         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
739
740         * wl-mule.el (wl-read-event-char): Ditto.
741
742         * wl-e21.el (wl-read-event-char): Ditto.
743
744 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
745
746         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
747
748 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-vars.el (wl-draft-send-confirm-type): New user option.
751
752         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
753
754         * wl-draft.el (wl-draft-send-confirm): Confirmation by
755         `wl-draft-send-confirm-type'
756
757 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
758
759         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
760         Avoid error when the buffer name is already used.
761
762 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
763
764         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
765         the change of elmo-nmz -> elmo-search.
766         (wl-highlight-summary-line-help-echo-alist): Ditto.
767         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
768         (wl-nmz-folder-icon): Define as obsolete.
769         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
770         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
771
772 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-summary.el (wl-summary-get-list-info): Rewrite with
775         `elmo-find-list-match-value'
776
777 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
778
779         * wl-summary.el (wl-summary-get-list-info): Optimize.
780         Use List-Id and List-Post also.
781
782 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
785
786 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
787
788         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
789
790 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-util.el (wl-completing-read-multiple-1): New internal function.
793         (wl-completing-read-multiple-2): Ditto.
794         (wl-completing-read-multiple): Define use above functions.
795
796         * wl-summary.el (wl-summary-sort): Removed the workaround for a
797         bug of `completing-read-multiple' about default value.
798
799         * wl-xmas.el (wl-completing-read-multiple): Removed.
800
801         * wl-mule.el (wl-completing-read-multiple): Ditto.
802
803         * wl-e21.el (wl-completing-read-multiple): Ditto.
804
805 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-util.el (wl-filter-associations): New function.
808
809         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
810         (wl-spam-ignored-folder-list): Ditto.
811         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
812         (wl-spam-string-member-p): New function.
813         (wl-spam-domain): Use it.
814         (wl-spam-split-numbers): New function.
815         (wl-spam-apply-partitions): Ditto.
816         (wl-spam-register-spam-messages): Use `folder' instead of
817         `wl-summary-buffer-elmo-folder'.
818         (wl-spam-register-good-messages): Ditto.
819         (wl-summary-exec-action-spam): Decide a domain by real folder of
820         message.
821         (wl-summary-exec-action-refile-with-register): Likewise.
822
823 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-e21.el (wl-e21-find-image): New function.
826         (wl-e21-setup-toolbar): Use it instead of `find-image'.
827         (wl-e21-highlight-folder-group-line): Ditto.
828         (wl-folder-init-icons): Ditto.
829         (wl-plugged-init-icons): Ditto.
830         (wl-biff-init-icons): Ditto.
831
832 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
835         (wl-inhibit-save-drafts): New internal variable.
836         (wl-disable-auto-save): Ditto.
837         (wl-save-drafts): Treat above variables.
838         (wl-auto-save-drafts): New function.
839         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
840         `wl-stop-save-drafts'.
841         (wl-start-save-drafts): New function.
842         (wl-stop-save-drafts): Ditto.
843         (wl-set-auto-save-draft): New command.
844
845         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
846         `wl-set-save-drafts'.
847
848 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
851         `make-local-variable' instead of `make-variable-buffer-local'.
852
853 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
854
855         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
856
857 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
858
859         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
860
861 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
864         of working buffer.
865
866 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
869
870         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
871         value into recipients; Bind `wl-draft-remove-group-list-contents'
872         as nil.
873
874 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-summary.el (wl-summary-sort): Fixed the last change.
877
878         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
879         (wl-summary-sort-messages): Ditto.
880         (wl-summary-rescan): Use it.
881         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
882         `completing-read'; Append candidates for reverse order.
883
884 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * Version number is increased to 2.15.2.
887
888 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
891         "Smaller".
892         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
893
894 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
897
898 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * wl-vars.el (wl-draft-additional-header-alist): Add into the
901         customize group `wl-draft'.
902         (wl-draft-add-in-reply-to): Move customize group from `wl' to
903         `wl-draft'.
904         (wl-draft-add-references): Ditto.
905
906         * wl-action.el (wl-summary-print-argument): Rename argument from
907         `folder' to `data'.
908
909 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-summary.el (wl-summary-rescan-message): Call
912         `wl-thread-cleanup-symbols' before insert thread.
913
914 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915
916         * wl.el (wl-init): Set `elmo-get-folder-function' as
917         `wl-folder-make-elmo-folder'.
918
919         * wl-spam.el (wl-summary-exec-action-spam): Use
920         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
921
922         * wl-folder.el (wl-folder-make-elmo-folder): New function.
923         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
924         `elmo-make-folder'.
925         (wl-folder-get-elmo-folder): Ditto.
926         (wl-folder-create-subr): Simplify.
927
928 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
931
932 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
935         contents in message buffer instead of original buffer. If optional
936         argument specified, ask coding system for encode.
937
938 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
939
940         * wl-spam.el (wl-summary-test-spam-region): New function.
941         (wl-spam-setup): Bind "rkc".
942
943 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
944
945         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
946
947 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
948
949         * wl-spam.el (wl-summary-test-spam): Fix typo.
950         (wl-message-check-spam): Ditto.
951
952 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-summary.el (wl-summary-default-from): Simplify.
955
956 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
957
958         * wl-action.el (wl-summary-exec-action-refile): Simplify.
959         (wl-summary-exec-action-copy): Ditto.
960         (wl-summary-auto-refile): Check existence of temporary mark.
961
962 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
963
964         * wl-summary.el (wl-summary-create-line): Use
965         `elmo-time-to-datevec'.
966
967         * wl-expire.el (wl-expire-archive-date): Ditto.
968         (wl-expire-localdir-date): Ditto.
969
970         * wl-util.el (wl-day-number): Abolish.
971
972         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
973         of `wl-day-number'.
974         (wl-score-followup): Ditto.
975         (wl-score-add-followups): Ditto.
976         (wl-score-get-latest-msgs): Ditto.
977         (wl-score-get-header-entry): Ditto.
978         (wl-score-edit-insert-date): Ditto.
979
980 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
983         `elmo-message-entity-field' with 2nd argument `type'.
984
985 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
986
987         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
988
989 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-thread.el (wl-thread-delete-message): Delete descendant
992         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
993
994 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
995
996         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
997
998 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
999
1000         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
1001         `Access folder'.
1002
1003 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-vars.el (wl-access-folder-icon): New user option.
1006
1007         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
1008         `Access folder'.
1009
1010 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-summary.el (wl-summary-buffer-set-folder): Use
1013         `wl-folder-mime-charset'.
1014
1015         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1016         `mime-charset'.
1017         (wl-folder-get-elmo-folder): Ditto.
1018         (wl-folder-mime-charset): New function.
1019
1020 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-util.el (wl-parse-addresses): Define alias of
1023         `elmo-parse-addresses' (move to `elmo-util.el').
1024
1025         * wl-summary.el (wl-summary-default-from): Follow the API change.
1026         (wl-summary-overview-entity-compare-by-date): Ditto.
1027         (wl-summary-overview-entity-compare-by-from): Ditto.
1028         (wl-summary-get-list-info): Get value of `ml-info' field from
1029         entity at first.
1030         (wl-summary-rescan-message): Treat prefix argument.
1031         (wl-summary-prefetch-msg): Follow the API change.
1032         (wl-summary-search-by-subject): Ditto.
1033         (wl-summary-insert-thread): Ditto.
1034         (wl-summary-line-subject): Ditto.
1035         (wl-summary-line-from): Ditto.
1036         (wl-summary-create-line): Ditto.
1037         (wl-summary-print-message-with-ps-print): Ditto.
1038
1039         * wl-score.el (wl-score-ov-entity-get): Ditto.
1040         (wl-score-followup): Ditto.
1041         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1042         of `car'.
1043         (wl-score-get-latest-msgs): Follow the API change.
1044         (wl-score-get-header): Ditto.
1045
1046         * wl-refile.el (wl-refile-learn): Ditto.
1047         (wl-refile-subject-learn): Ditto.
1048         (wl-refile-get-field-value): Ditto.
1049         (wl-refile-guess-by-history): Ditto.
1050         (wl-refile-guess-by-subject): Ditto.
1051
1052         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1053
1054         * wl-expire.el (wl-expire-date-p): Removed.
1055         (wl-expire-archive-date): Follow the API change.
1056         (wl-expire-localdir-date): Ditto.
1057         (wl-summary-expire): Ditto.
1058
1059         * Version number is increased to 2.15.1.
1060
1061 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1062
1063         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1064         group is access or not (it is not strict, like wl-fldmgr-rename).
1065
1066 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1067
1068         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1069         duplicate call of `wl-summary-print-argument' on the wrong line.
1070
1071 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1074         even if argument `number' is nil.
1075         (wl-summary-insert-line): Print action argument if current message
1076         has it.
1077
1078 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1081         (wl-draft-reply): Ditto.
1082         (wl-draft): Add optional argument `parent-number' and call
1083         `wl-draft-create-buffer' with it.
1084         (wl-draft-create-buffer): Add optional argument
1085         `parent-number'. Set wl-draft-parent-number as it.
1086
1087 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1090         buffer is not for given folder, don't use it.
1091
1092 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1093
1094         * Version number is increased to 2.15.0.
1095
1096 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1099
1100         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1101         (wl-highlight-get-face-by-name): New internal function.
1102         (wl-highlight-summary-line-face-spec): Use it and fixed.
1103
1104 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1105
1106         * wl-summary.el (wl-summary-sync-update): Use
1107         `elmo-message-entity-field' instead of `car' to get message-id
1108         from overview entity.
1109
1110         * wl-summary.el (wl-summary-rescan-message): Call
1111         `wl-highlight-summary-displaying' when displaying a message.
1112
1113 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1116         `wl-draft-config-info-operation'.
1117         (wl-draft-buffer-change-number): New function.
1118         (wl-draft-rename-saved-config): Ditto.
1119         * wl.el (wl-init): Connect slot for message-number-changed.
1120         (toplevel): Add autoload for wl-draft-rename-saved-config.
1121
1122 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1125         `update-overview'
1126         (wl-summary-buffer-detach): Disconnect from it.
1127         (wl-summary-rescan-message): Use command.
1128
1129         * wl-message.el (wl-message-buffer-display): Use
1130         `with-current-buffer' instead of `save-excursion'.
1131
1132 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1135         wl-draft-preview-attributes-list from distraction.
1136
1137 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1138
1139         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1140         `elmo-list-diff'.
1141
1142 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-summary.el
1145         (wl-summary-edit-addresses-collect-candidate-fields): Use
1146         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1147
1148         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1149         instead of `elmo-set-work-buf'.
1150
1151         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1152         (wl-address-make-address-list): Ditto.
1153
1154         * Version number is increased to 2.13.3.
1155
1156 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1159         user option.
1160
1161         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1162         argument `5'.
1163
1164         * wl-message.el (wl-message-display-no-merge-p): New function.
1165         (wl-message-buffer-display): Check whether the message is
1166         reassembled and follow the API change.
1167
1168 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1171         multibyte on working buffer and removed unnecessary
1172         `buffer-disable-undo'.
1173
1174 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1175
1176         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1177         change.
1178
1179 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-util.el (wl-read-search-condition-internal): Protect
1182         elmo-global-flags from distraction.
1183
1184 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1187
1188         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1189         (wl-summary-event-handler): Ditto.
1190         (wl-summary-update-persistent-mark-on-event): New
1191         function (renamed from `elmo-event-handler-flag-changed').
1192         (wl-summary-buffer-attach): New function.
1193         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1194         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1195         instead of `elmo-folder-add-handler'.
1196
1197         * Version number is increased to 2.13.2.
1198
1199 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1202         and "\177" to the `wl-news-previous-page'.
1203         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1204         (wl-news-previous-page): New function.
1205
1206 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1209         instead of `write-region' and simplify.
1210
1211 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-template.el (wl-template-select): Cause error if
1214         `wl-template-alist' is nil.
1215
1216 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1217
1218         * wl-news.el.in: Set file variable `no-byte-compile'.
1219
1220 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1221
1222         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1223         whether a target message is within displaying area.
1224         (elmo-event-handler-cache-changed): Ditto.
1225
1226 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1227
1228         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1229         to `defun'.  Use `nconc' instead of `append' to collect descendant
1230         message numbers.
1231
1232 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1233
1234         * wl-thread.el (wl-thread-save-top-list)
1235         (wl-thread-save-entities): Use `with-temp-buffer'.
1236         * wl-news.el.in (wl-news-previous-version-load):
1237         (wl-news-previous-version-save): Ditto.
1238         * wl-summary.el (wl-summary-load-file-object)
1239         (wl-summary-save-view-cache): Ditto.
1240
1241 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-util.el (toplevel): Require 'elmo-flag'.
1244         (wl-read-search-condition): New function (Renamed from
1245         `elmo-read-search-condition').
1246         (wl-read-search-condition-internal): Likewise.
1247
1248         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1249         invalid.
1250         (wl-summary-pick): Use `wl-read-search-condition' instead of
1251         `elmo-read-search-condition'.
1252         (wl-summary-virtual): Ditto.
1253
1254         * wl-folder.el (wl-folder-virtual): Ditto.
1255         (wl-folder-pick): Ditto.
1256
1257         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1258
1259 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-summary.el (wl-summary-reedit): Call
1262         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1263
1264 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-mime.el (toplevel): Require wl-vars.
1267
1268         * wl-message.el (toplevel): Require cl at compile.
1269
1270         * wl-draft.el (toplevel): Require elmo.
1271
1272 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1273
1274         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1275         and do nothing when it is not positive.
1276         (wl-message-buffer-prefetch-next): Ditto.
1277
1278 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1281         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1282         (wl-summary-redisplay-internal): Ditto.
1283
1284         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1285         message (the condition is borrowed from `wl-check-variables-2').
1286         (wl-summary-redisplay-internal): Ditto.
1287
1288 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * wl-mime.el (wl-draft-nntp-attribute): New function.
1291         (wl-draft-attribute-nntp-posting-server): Use it.
1292         (wl-draft-attribute-nntp-posting-port): Ditto.
1293
1294         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1295         (wl-draft-show-attributes-buffer): Ditto.
1296         (wl-draft-hide-attributes-buffer): Ditto.
1297         (wl-draft-attribute-newsgroups): Ditto.
1298         (wl-draft-attribute-nntp-posting-server): Ditto.
1299         (wl-draft-attribute-nntp-posting-port): Ditto.
1300         (wl-draft-preview-message): Use there functions.
1301
1302         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1303         value.
1304
1305 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1308         (wl-draft-reedit): Ditto.
1309         (wl-draft-queue-flush): Ditto.
1310
1311         * wl-mime.el (wl-message-request-partial): Ditto.
1312         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1313         instead of `elmo-message-fetch'.
1314
1315         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1316
1317         * wl-summary.el (wl-summary-message-string): Ditto.
1318
1319 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-util.el (wl-current-message-buffer): Follow the API change.
1322
1323         * wl-summary.el (wl-summary-redisplay-internal): Call
1324         `wl-summary-mark-as-read' with 2nd argument as nil and update
1325         unread count instead of persistent mark.
1326
1327         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1328         variable.
1329         (wl-message-redisplay): Follow the API change.
1330         (wl-message-buffer-display): Managed mime-entity directly and
1331         return preview buffer only.
1332         (wl-message-display-internal): Rewrite.
1333         (wl-message-buffer-prefetch-subr): Not save return value of
1334         `wl-message-buffer-display'.
1335
1336         * Version number is increased to 2.13.1.
1337
1338 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1339
1340         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1341         'elmo-multiple-fields-body-list' with boundary specified.
1342
1343 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1344
1345         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1346         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1347         cache if `wl-summary-resend-use-cache' is non-nil.
1348
1349 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1352         (wl-nntp-posting-stream-type): Ditto.
1353
1354 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1355
1356         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1357
1358 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1359
1360         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1361         message.
1362
1363 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1366         Abolish.
1367         (wl-summary-buffer-persistent-mark-version): New internal
1368         variable.
1369         (wl-summary-update-mark-and-highlight-window): Check by
1370         wl-summary-persistent-mark-invalid-p.
1371         (wl-summary-update-status-marks): Ditto.
1372         (elmo-event-handler-flag-changed): Rewrite.
1373         (elmo-event-handler-cache-changed): Define.
1374         (wl-summary-prefetch-msg): Does not update persistent mark here.
1375         (wl-summary-delete-cache): Ditto.
1376         (wl-summary-resume-cache-status): Ditto.
1377         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1378         (wl-summary-persistent-mark-invalid-p): New function.
1379         (wl-summary-validate-persistent-mark): Ditto.
1380         (wl-summary-validate-persistent-mark-string): Ditto.
1381         (wl-summary-invalidate-persistent-mark): Ditto.
1382         (wl-summary-update-persistent-mark): Call
1383         `wl-summary-validate-persistent-mark'.
1384         (wl-summary-create-line): Call
1385         `wl-summary-validate-persistent-mark-string'.
1386
1387         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1388         status as t if cache used.
1389
1390 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1393         only if the target is group.
1394         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1395
1396 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1399
1400 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1401
1402         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1403
1404         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1405
1406 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1407
1408         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1409         (Thanks to Yoichi NAKAYAMA).
1410
1411 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1412
1413         * wl-util.el (wl-save-drafts): Restore echo area.
1414
1415 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1416
1417         * Version number is increased to 2.13.0.
1418
1419         * wl-util.el (wl-biff-check-folder-async): Use
1420         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1421
1422 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * wl-message.el (wl-message-display-internal): Does not put
1425         wl-message-display-type property on message buffer.
1426         (wl-message-buffer-display-type): New function.
1427
1428         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1429
1430         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1431         `wl-summary-buffer-detach'.
1432         (wl-summary-message-display-type): Use
1433         `wl-summary-buffer-display-type'.
1434
1435 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1436
1437         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1438         buffer-local.
1439
1440         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1441         kill-buffer-hook instead of make-local-variable.
1442         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1443
1444 2004-12-12  Scott Renfro <scott@renfro.org>
1445
1446         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1447         regex for square-branket.
1448
1449 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1450
1451         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1452         `wl-message-mime-analysis-p' with argument `header'.
1453
1454 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1455
1456         * wl-mime.el (wl-draft-yank-current-message-entity): 
1457         Switch to no-mime following method according to wl-message-display-type
1458         property.
1459         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1460
1461         * wl-message.el (wl-message-display-internal): 
1462         Put wl-message-display-type property on message buffer.
1463
1464         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1465         (wl-message-display-internal): Ditto;
1466
1467         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1468
1469 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * wl-message.el (wl-message-make-display-type): New function.
1472         (wl-message-display-type-property): Ditto.
1473         (wl-message-mime-analysys-p): Ditto.
1474         (wl-message-display-all-header-p): Ditto.
1475         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1476         added `display-type'.
1477         (wl-message-buffer-display): Likewise.
1478         (wl-message-display-internal): Likewise.
1479         (wl-message-buffer-display-type): Abolish.
1480         (wl-message-buffer-prefetch-subr): Follow the API changed.
1481
1482         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1483         from wl-summary-buffer-display-all-header and changed default value.
1484         (wl-summary-message-display-type): New function.
1485         (wl-summary-buffer-display-mime-mode): Ditto.
1486         (wl-summary-buffer-display-header-mode): Ditto.
1487         (wl-summary-toggle-mime): Rewrite with above functions.
1488         (wl-summary-toggle-all-header): Ditto.
1489         (wl-summary-redisplay): Force redisplay with default mode.
1490         (wl-summary-redisplay-internal): Renamed argument from `mode',
1491         `all-header' to `mime-mode', `header-mode'.
1492         Use `wl-message-make-display-type'.
1493
1494         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1495         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1496
1497 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1498
1499         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1500
1501 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1502
1503         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1504         in original message buffer.
1505         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1506         buffer.
1507
1508 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1511
1512 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1513
1514         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1515
1516 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1517
1518         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1519         when actions succeeded.
1520         (wl-summary-exec-action-copy): Likewise.
1521
1522 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1525         there is switch-to-buffer at the end of wl-message-select-buffer.
1526         (wl-summary-reply): Ditto.
1527
1528 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-summary.el (wl-summary-forward): Put subject in original
1531         message buffer as argument of wl-draft-forward.
1532         * wl-draft.el (wl-draft-forward): Decode subject as in
1533         wl-draft-reply.
1534
1535 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1536
1537         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1538         a folder under access group.
1539
1540 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1541
1542         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1543         wl-message-buffer-display.
1544
1545         * wl-util.el (wl-set-save-drafts): Fix typo.
1546
1547 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1550         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1551         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1552         the way to measure the width of a bitmap image; don't put face on
1553         ascii and bitmap images; put the mark which should not use the
1554         variable-pitch face on ascii and bitmap images.
1555         (wl-demo-setup-properties): Don't use the variable-pitch face on
1556         ascii and bitmap images; made it work on Emacs 20 and earlier.
1557         (wl-demo-insert-text): End with a newline at the bottom; don't put
1558         face on text.
1559
1560         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1561
1562 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1563
1564         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1565
1566         * wl-util.el (wl-save-drafts): Moved from sample setting.
1567         (wl-set-save-drafts): New function to set idle timer.
1568         * wl-draft.el (wl-draft): Call it.
1569         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1570
1571 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1572
1573         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1574         a summary which has toggle display status off.
1575
1576 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * wl-draft.el (wl-draft-do-fcc): No cache save.
1579
1580 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-summary.el (elmo-event-handler-flag-changed): Use
1583         `set-buffer' instead of `with-current-buffer'.
1584
1585 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1586
1587         * wl-summary.el (wl-summary-after-resize-function): New function.
1588         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1589         window-size-change-functions.
1590
1591 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1592
1593         * wl-draft.el (wl-draft-create-buffer): Bind
1594         `change-major-mode-hook' after current buffer is changed.
1595
1596         * wl-summary.el (wl-summary-buffer-detach): New function.
1597         (wl-summary-buffer-set-folder): Call it.
1598         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1599         change-major-mode-hook and kill-buffer-hook.
1600         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1601         (wl-summary-switch-to-clone-buffer): Ditto.
1602         (wl-summary-goto-folder-subr): Ditto.
1603
1604 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1605
1606         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1607         after boundp check.
1608
1609 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1610
1611         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1612         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1613         for `kill-buffer'.
1614
1615         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1616         handler of current buffer from elmo-folder.
1617
1618 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1621
1622 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1625         variable.
1626         (wl-summary-event-handler): New class.
1627         (elmo-event-handler-flag-changed): Define to update persistent
1628         mark.
1629         (wl-summary-buffer-set-folder): Register event handler to
1630         elmo-folder.
1631         (wl-summary-exit): Unregister event handler.
1632         (wl-summary-goto-folder-subr): Ditto.
1633         (wl-summary-mark-as-read-all): Does not call
1634         `wl-summary-update-persistent-mark' directly.
1635         (wl-summary-mark-as-read-internal): Ditto.
1636         (wl-summary-set-persistent-mark-internal): Ditto.
1637         (wl-summary-set-flags-internal): Ditto.
1638
1639         * Version number is increased to 2.11.33.
1640
1641 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1642
1643         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1644         to nil.
1645
1646 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1647
1648         * wl-spam.el (wl-spam-setup): Add hook
1649         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1650         instead of `wl-summary-prepare-hook'.
1651
1652         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1653         if folder type is `'flag'.
1654         (wl-summary-mark-as-important): Ditto.
1655
1656 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-address.el (wl-address-minibuffer-history): New variable.
1659         (wl-address-minibuffer-local-map): New keymap.
1660         (wl-address-read-from-minibuffer): New function.
1661
1662         * wl-action.el (wl-summary-get-resend-address): Use
1663         `wl-address-read-from-minibuffer' instead of `completing-read'.
1664
1665 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * Version number is increased to 2.11.32.
1668
1669 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1672         without mule to iso-8859-1.
1673         (wl-draft-add-in-reply-to): Add note in description.
1674         (wl-draft-add-references): Ditto.
1675
1676 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1677
1678         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1679         definition for `m'.
1680         (wl-summary-mode-line-format): Add '[%m]'.
1681         (wl-message-mode-line-format-spec-alist): Ditto.
1682         (wl-summary-display-mime-mode-list): New variable.
1683
1684         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1685         from wl-summary-buffer-display-as-is.
1686         (wl-summary-buffer-display-all-header): New buffer local variable.
1687         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1688         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1689         instead of wl-summary-buffer-display-as-is.
1690         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1691         (wl-summary-set-persistent-mark): Ditto.
1692         (wl-summary-set-message-buffer-or-redisplay): Just call
1693         `wl-summary-redisplay-internal' without optional arguments.
1694         (wl-summary-toggle-mime): Rewrite.
1695         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1696         (wl-summary-toggle-all-header): New function.
1697         (wl-summary-redisplay-internal): Treat mime mode.
1698
1699         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1700         to wl-mime-preview-follow-no-mime.
1701         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1702         accodring to the display-mode.
1703
1704         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1705         (wl-message-buffer-display): Changed argument name from `as-is' to
1706         `mode'.
1707         (wl-message-display-internal): Ditto;
1708         Bind elmo-mime-display-header-analysis according to the mode.
1709         (wl-message-display-internal): Put wl-message-display-mime-mode
1710         property on entire buffer.
1711
1712 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1713
1714         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1715
1716 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1717
1718         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1719         Don't extract mail address.
1720         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1721
1722         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1723
1724         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1725
1726 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1727
1728         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1729         wl-fldmgr-cut-entity-list on confirmation.
1730
1731 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1732
1733         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1734         (wl-mime-quit-preview): Check existence of
1735         mime-edit-temp-message-buffer here.
1736
1737 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1738
1739         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1740         after deletion.
1741
1742         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1743         before calling wl-mime-quit-preview.
1744
1745 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-summary.el (wl-summary-pick): If call it with prefix
1748         argument, set `delete-marks' as non-nil. Pick from only visible
1749         messages.
1750         (wl-summary-check-target-mark): New function.
1751         (wl-summary-target-mark-mark-as-read): Use it.
1752         (wl-summary-target-mark-mark-as-unread): Ditto.
1753         (wl-summary-target-mark-operation): Ditto.
1754         (wl-summary-target-mark-set-flags): Ditto.
1755         (wl-summary-target-mark-save): Ditto.
1756         (wl-summary-target-mark-pick): Ditto.
1757         (wl-summary-target-mark-forward): Ditto.
1758         (wl-summary-target-mark-reply-with-citation): Ditto.
1759         (wl-summary-target-mark-print): Ditto.
1760         (wl-summary-target-mark-uudecode): Ditto.
1761
1762         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1763         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1764         with `ask-coding' is non-nil.
1765
1766 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1767
1768         * wl-thread.el (wl-thread-set-parent): If parent is a message
1769         which is identified by references, set linked as nil.
1770
1771 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1772
1773         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1774         (wl-message-mode-line-format-spec-alist): Ditto.
1775         (wl-message-mode-line-format): Ditto.
1776         (wl-summary-mode-line-format): Ditto for docstring.
1777         (wl-summary-no-mime-folder-list): Fix typo.
1778
1779         * wl-util.el (wl-current-message-buffer): Call
1780         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1781
1782         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1783         variable.
1784         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1785         of `wl-summary-redisplay-no-mime'.
1786         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1787         (wl-summary-toggle-mime): New function.
1788         (wl-summary-redisplay-all-header): Rewrite.
1789         (wl-summary-redisplay-no-mime): Ditto.
1790         (wl-summary-redisplay-internal): Added argument `as-is' and
1791         `all-header'.
1792
1793         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1794         New variable.
1795         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1796         bottom.
1797         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1798         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1799         "/" unconditionally.
1800
1801         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1802         wl-mime-preview-follow-no-mime for as-is content.
1803         (wl-mime-preview-follow-no-mime): New function.
1804         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1805
1806         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1807         and added `as-is', `all-header'.
1808         (wl-message-buffer-display): Ditto.
1809         (wl-message-buffer-display-type): New function.
1810
1811 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-vars.el (wl-message-header-button-alist): Change default
1814         value.
1815         (wl-message-body-button-alist): Ditto.
1816
1817 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1818
1819         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1820
1821 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1822
1823         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1824
1825 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1826
1827         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1828         is always true.
1829
1830 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1831
1832         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1833         on null entity.
1834
1835 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1836
1837         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1838
1839 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * wl-vars.el (wl-summary-resend-hook): New hook.
1842
1843         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1844         `wl-summary-resend-hook'.
1845
1846 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1849         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1850         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1851         (wl-summary-new-cached-mark): Changed default value to 'n'.
1852         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1853         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1854         (wl-folder-sync-range-alist): Remove spec for 'flag.
1855         (wl-summary-force-prefetch-folder-list): New user option.
1856
1857         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1858         `wl-summary-toggle-persistent-mark'.
1859         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1860         number is nil.
1861         (wl-summary-mark-as-answered-region): Set interactive argument of
1862         `wl-summary-set-persistent-mark-internal'.
1863         (wl-summary-mark-as-important-region): Ditto.
1864         (wl-summary-unset-persistent-mark): Ditto.
1865         (wl-summary-set-persistent-mark): Ditto.
1866         (wl-summary-mark-as-answered): Ditto.
1867         (wl-summary-mark-as-important): Ditto.
1868         (wl-summary-set-persistent-mark-internal): Do nothing
1869         when `elmo-message-flag-available-p' is nil.
1870         (wl-summary-toggle-persistent-mark): New function.
1871         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1872         when the folder matches `wl-summary-force-prefetch-folder-list'.
1873
1874
1875         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1876         when number is nil.
1877         (wl-highlight-summary-forwarded-face): New face.
1878
1879 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1880
1881         * Version number is increased to 2.11.31.
1882
1883 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1884
1885         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1886         (wl-biff-check-folder-async): Ditto.
1887         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1888
1889 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1890
1891         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1892         Add an argument `reverse'.  All callers are updated.
1893         (wl-summary-sort): Add a prefix argument `reverse' to specify
1894         reverse sorting.
1895         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1896         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1897         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1898
1899 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1900
1901         * wl-message.el (wl-message-redisplay): Does not narrow header if
1902         disply-type is all-header or as-is.
1903
1904         * wl-summary.el (wl-summary-enter-handler): Use
1905         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1906
1907 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1908
1909         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1910         after adding wl-draft-parent-variables.
1911         (wl-draft-forward): Ditto.
1912
1913 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * wl-summary.el (wl-summary-sync-marks): Call
1916         `wl-summary-set-persistent-mark' and
1917         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1918         (wl-summary-set-persistent-mark-internal): Add 4th argument
1919         `no-server'.
1920         (wl-summary-unset-persistent-mark): Ditto.
1921         (wl-summary-set-persistent-mark): Ditto.
1922         (wl-summary-add-flags-internal): Abolish.
1923         (wl-summary-remove-flags-internal): Ditto.
1924         (wl-summary-mark-as-important-internal): Ditto.
1925         (wl-summary-mark-as-important): Use
1926         `wl-summary-set-persistent-mark' instead of
1927         `wl-summary-add-flags-internal'.
1928         (wl-summary-mark-as-important-region): Ditto.
1929
1930         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1931
1932         * wl-summary.el (wl-summary-get-available-flags): New function.
1933         (wl-summary-sync-marks): Use it and simplified.
1934         (wl-summary-unset-persistent-mark): Use
1935         `wl-summary-get-available-flags'.
1936         (wl-summary-set-persistent-mark): Ditto.
1937
1938 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1939
1940         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1941         id.
1942
1943 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1944
1945         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1946         number, call `wl-summary-prev-line-content'. Show message when the
1947         message is not found.
1948
1949 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1950
1951         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1952         wl-summary-enter-handler.
1953         (wl-summary-enter-handler): New command.
1954
1955         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1956         docstring and custom spec.
1957
1958         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1959         flags too; Don't treat Cached and New.
1960         (wl-summary-set-persistent-mark): Ditto.
1961
1962         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1963         `wl-folder-set-flag'.
1964
1965         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1966         instead of `wl-folder-set-flag'.
1967
1968         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1969         for completion.
1970         (wl-summary-set-persistent-mark): Ditto.
1971
1972         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1973         instead of `wl-draft-quit-preview'.
1974
1975         * wl-mime.el (toplevel): Avoid compile warning.
1976         (wl-mime-quit-preview): New function
1977         (formarly defined as `wl-draft-quit-preview').
1978         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1979         quitting method.
1980
1981         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1982
1983         * wl-folder.el (wl-folder-set-flag): Renamed from
1984         `wl-draft-set-flag-on-parent'.
1985
1986         * wl-draft.el (wl-draft-quit-preview): New function.
1987         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1988         (wl-draft-send): Call `wl-folder-set-flag' instead of
1989         `wl-draft-set-flag-on-parent'.
1990         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1991
1992 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1995         (wl-draft-send): Ditto.
1996
1997 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1998
1999         * wl-vars.el (wl-draft-reply-hook): Changed default value.
2000         (wl-draft-kill-pre-hook): Set default value as nil.
2001         (wl-summary-reply-hook): Ditto.
2002         (wl-draft-kill-flags): Abolish.
2003
2004         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
2005         (wl-draft-parent-variables): Renamed from
2006         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
2007         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
2008         argument; Add wl-draft-parent-variables to
2009         wl-draft-config-variables.
2010         (wl-draft-reply): Likewise.
2011         (wl-draft-kill-flags): Abolish.
2012         (wl-draft-send): Call wl-draft-set-flag-on-parent.
2013         (wl-draft-set-flag-on-parent): New function.
2014         (wl-draft-setup-parent-flag): Ditto.
2015
2016 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2017
2018         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2019         `wl-draft-parent-folder' is "".
2020
2021 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2022
2023         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2024         (wl-summary-digit-jump): New function.
2025         (Adviced by John Owens and Hiroya Murata)
2026
2027         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2028         (Adviced by John Owens)
2029
2030         * wl-xmas.el (wl-message-define-keymap): Ditto.
2031
2032         * wl-mule.el (wl-message-define-keymap): Ditto.
2033
2034 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2035
2036         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2037         change of return value of elmo-folder-count-flags.
2038
2039         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2040         (wl-summary-mark-as-read-internal): Ditto.
2041         (wl-summary-set-persistent-mark-internal): Ditto.
2042         (wl-summary-folder-info-update): Ditto.
2043         (wl-summary-sync-update): Fixed the last change.
2044
2045         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2046
2047 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2048
2049         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2050         (wl-draft-kill-flags): Fixed docstring.
2051
2052         * wl-draft.el (wl-draft-kill-flags): New function.
2053         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2054
2055 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-vars.el (wl-reply-hook): Abolish.
2058         (wl-draft-reply-hook): New hook.
2059         (wl-summary-reply-hook): Ditto.
2060         (wl-draft-forward-hook): Ditto.
2061         (wl-summary-forward-hook): Ditto.
2062         (wl-draft-kill-flags): New variable.
2063
2064         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2065         wl-summary-set-persistent-mark-internal.
2066         (wl-summary-sync-marks): Use elmo-preserved-flags.
2067         (wl-summary-update-persistent-mark): Make it interactive.
2068         (wl-summary-set-persistent-mark-internal): New inline function.
2069         (wl-summary-mark-as-answered): Use it.
2070         (wl-summary-mark-as-unanswered): Ditto.
2071         (wl-summary-unset-persistent-mark): New function.
2072         (wl-summary-set-persistent-mark): Ditto.
2073         (wl-summary-reply): Don't set answered flag;
2074         Run wl-summary-reply-hook instead.
2075         (wl-summary-forward): Call wl-draft-forward with number.
2076         Run wl-summary-forward-hook.
2077
2078         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2079         (wl-highlight-summary-line-face-spec): Use it as a default
2080         persistent mark face.
2081
2082         * wl-draft.el (wl-draft-forward): Added optional argument number;
2083         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2084         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2085         (wl-draft-kill): Use wl-draft-kill-flags.
2086
2087         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2088
2089         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2090         of return value of elmo-folder-count-flags.
2091
2092         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2093
2094         * wl-summary.el (wl-summary-count-unread): Ditto.
2095         (wl-summary-sync-update): Follow the change above.
2096         (wl-summary-force-prefetch): New function.
2097
2098 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2099
2100         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2101         variable `buf' with `let' instead of `setq'.
2102
2103 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2104
2105         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2106         add Content-Disposition heaeder on the deleted part.
2107
2108 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2109
2110         * wl-draft.el (wl-draft-save): Encode address list under edit by
2111         `eword-encode-unstructured-field-body'.
2112
2113         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2114
2115 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116
2117         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2118         wl-current-summary-buffer.
2119
2120 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2121
2122         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2123         `numbers' is ignored.
2124
2125 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2126
2127         * wl-folder.el (wl-folder-open-folder): Avoid error.
2128         Reported by John Owens, [wl-en:815]
2129
2130         * wl.el (wl): Set timer for biff process even if prefix argument
2131         is given or auto-checking is quitted.
2132
2133         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2134         immediately.
2135         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2136         (wl-toggle-plugged): Ditto.
2137
2138         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2139         * wl-util.el (wl-biff-start): Use idle timer if
2140         `wl-biff-use-idle-timer' is non-nil.
2141
2142 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2143
2144         * wl-highlight.el (wl-highlight-message): Fix description.
2145
2146 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147
2148         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2149         tty.
2150
2151 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2152
2153         * wl-action.el (wl-summary-exec): Print failure count.
2154
2155 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2158         to `defun', remove interactive form.
2159         Set elmo-message-fetch-confirm when force-reload is non-nil.
2160
2161 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2162
2163         * wl-summary.el (toplevel): Removed unnecessary autoload.
2164
2165 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2168         the buffer is generated from another message buffer.
2169
2170 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2173         extracted from `wl-fldmgr-save-folders'.
2174         (wl-fldmgr-delete): Call it after deletion.
2175
2176 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2177
2178         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2179         multi-tty support.
2180
2181 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2182
2183         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2184
2185 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2186
2187         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2188         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2189
2190 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2193         unsubscribe list only if argument CLEAR is nil.
2194
2195 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2196
2197         * wl-draft.el (wl-draft-reply): Decode subject before removing
2198         Re: prefix.
2199
2200 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2201
2202         * wl-summary.el (wl-summary-sort-by-size): New command.
2203
2204 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2205
2206         * wl-summary.el (wl-summary-number-list-from-region): New
2207         function.
2208         (wl-summary-mark-as-read-region): Use it.
2209         (wl-summary-mark-as-unread-region): Ditto.
2210         (wl-summary-set-flags-region): Ditto and add optional argument
2211         remove.
2212         (wl-summary-mark-as-answered-region): Ditto.
2213         (wl-summary-mark-as-important-region): Ditto.
2214         (wl-summary-target-mark-mark-as-important): Added optional
2215         argument remove.
2216         (wl-summary-target-mark-mark-as-answered): Ditto.
2217         (wl-summary-target-mark-set-flags): Ditto.
2218
2219 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2220
2221         * wl-summary.el (wl-summary-set-flags-region): Call
2222         `wl-summary-set-flags-internal' with number list instead of call
2223         one by each message.
2224         (wl-summary-target-mark-set-flags): Likewise.
2225
2226 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2227
2228         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2229         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2230         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2231         (wl-summary-target-mark-mark-as-answered): Likewise.
2232
2233 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2234
2235         * wl-summary.el (wl-summary-target-mark-forward): Use
2236         `wl-summary-delete-all-target-marks' instead of
2237         `wl-summary-delete-all-temp-marks'.
2238         (wl-summary-target-mark-reply-with-citation): Ditto.
2239         (wl-summary-target-mark-uudecode): Ditto.
2240         (wl-summary-target-mark-set-flags): Ditto and remove needless
2241         cursor move.
2242
2243 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2244
2245         * wl-summary.el (wl-summary-target-mark-forward): Protect
2246         wl-summary-buffer-target-mark-list from nreverse.
2247         (wl-summary-target-mark-reply-with-citation): Ditto.
2248
2249 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2250
2251         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2252         `elmo-display-progress-threshold'.
2253
2254 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2255
2256         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2257         check `wl-summary-highlight'.
2258         (wl-summary-window-scroll-functions): Respect value of
2259         `wl-summary-highlight'.
2260         (wl-summary-sync-update): Run hooks
2261         `wl-summary-buffer-window-scroll-functions' at any time.
2262
2263 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2266         from `wl-summary-cleanup-temp-marks'.
2267         (wl-summary-cleanup-temp-marks): Abolish argument.
2268         * wl.el (wl-save-status): Revert previous change.
2269         (wl-execute-temp-marks): New function, call
2270         `wl-summary-exec-with-confirmation'.
2271         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2272         (wl-folder-save-and-exec-marks): Abolished.
2273
2274 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2275
2276         * wl-e21.el (wl-e21-display-image-p): Respect
2277         `wl-highlight-folder-with-icon'.
2278         (wl-e21-highlight-folder-group-line): Highlight mouse line
2279         even if wl-e21-display-image-p is nil.
2280
2281         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2282         Respect value of `wl-summary-highlight'.
2283
2284         * wl.el (wl-save-status): Remove unused variable.
2285
2286         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2287         (wl-folder-mode-map): Bind it to "x".
2288
2289 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2290
2291         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2292
2293         * wl-thread.el (wl-thread-get-parent-list): Don't check
2294         disconnected ancestors, neglecting needless work in
2295         `wl-thread-update-indent-string-thread'.
2296
2297         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2298         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2299         argument, add argument default-keep to keep marks by default.
2300
2301         * Version number is increased to 2.11.30.
2302
2303         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2304         customization type and docstring.
2305         (wl-draft-reply-without-argument-list): Ditto.
2306
2307 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2310
2311         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2312
2313 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2314
2315         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2316
2317 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2318
2319         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2320         save-excursion so as not to include run-hooks.
2321
2322 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2323
2324         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2325         Clarify that marks are going to be cleared.
2326
2327 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2330         according to 3rd element of wl-summary-flag-mark.
2331
2332         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2333
2334 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2335
2336         * wl-action.el (wl-summary-target-mark-all): Don't set
2337         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2338
2339 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2340
2341         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2342         (wl-forward-subject-prefix): Ditto.
2343         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2344         (wl-draft-reply-make-subject): Ditto.
2345
2346         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2347         `wl-draft-forward'.
2348         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2349
2350 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2351
2352         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2353         target message does not exist.
2354
2355 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2356
2357         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2358         `wl-subject-prefix-regexp'.
2359         (wl-subject-forward-prefix-regexp): New variable.
2360         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2361         `wl-draft-strip-subject-re' and take regexp as argument.
2362         (wl-draft-forward): Use it.
2363         (wl-draft-reply): Ditto.
2364
2365 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2366
2367         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2368         emacs multi-tty support.
2369
2370 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2371
2372         * wl-e21.el (wl-e21-display-image-p): Don't call
2373         `display-images-p'.
2374         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2375         support.
2376         (wl-highlight-folder-current-line): Ditto.
2377         (wl-folder-init-icons): Ditto.
2378
2379 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2380
2381         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2382         the last line of summary in unplugged mode.
2383
2384 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2385
2386         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2387
2388 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2389
2390         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2391         * wl-address.el (wl-address-user-mail-address-p): Use it.
2392         (wl-address-delete-user-mail-addresses): Ditto.
2393         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2394
2395         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2396         (wl-address-delete-user-mail-addresses): Ditto.
2397
2398         * wl-address.el (wl-address-delete-user-mail-addresses): New
2399         function.
2400         * wl-refile.el (wl-refile-guess-by-history): Use it.
2401         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2402         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2403
2404         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2405         use wl-address-user-mail-address-p.
2406
2407 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2408
2409         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2410         after opening group.
2411
2412 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2413
2414         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2415         of elmo-set-buffer-multibyte.
2416
2417         * wl-message.el (wl-original-message-mode): Ditto.
2418
2419         * wl-score.el (wl-score-insert-header): Ditto.
2420
2421         * wl-summary.el
2422         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2423         (wl-summary-goto-folder-subr): Ditto.
2424         (wl-summary-insert-headers): Ditto.
2425
2426         * wl-util.el (wl-set-string-width): Ditto.
2427
2428         * Version number is increased to 2.11.29.
2429
2430 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2431
2432         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2433         (wl-highlight-summary-line-help-echo-alist): New variable.
2434         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2435         into `wl-highlight-summary-line-help-echo' and
2436         `wl-highlight-flag-folder-help-echo'.
2437         (wl-highlight-summary-line-string): Change accordingly.
2438         (wl-highlight-summary-current-line): Ditto.
2439
2440 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2441
2442         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2443         at the beginning of field body (Thanks to Markus Knittig).
2444
2445         * wl-draft.el (wl-draft-insert-current-message): Also check
2446         summary buffer, remove unnecessary tag.
2447
2448 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2449
2450         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2451         when wl-message-buffer is nil.
2452
2453         * wl-folder.el (wl-folder): Abolish unused argument.
2454         Call wl-folder-init when wl-folder-entity is nil.
2455         * wl.el (wl): Change accordingly.
2456
2457 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2458
2459         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2460         multibyte string before insert into draft buffer.
2461         (wl-draft-create-buffer): Always enable multibyte characters for
2462         draft buffer.
2463
2464         * Version number is increased to 2.11.28.
2465
2466 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2467
2468         * wl-folder.el (wl-folder-open-close): Handle blank line.
2469         (wl-folder-jump-to-current-entity): Ditto.
2470
2471 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2472
2473         * Version number is increased to 2.11.27.
2474
2475 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2476
2477         * wl-thread.el (wl-thread-insert-message): When the thread is
2478         devided by wl-summary-max-thread-depth, insert line at the end of
2479         buffer.
2480
2481 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2482
2483         * Version number is increased to 2.11.26.
2484
2485 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2486
2487         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2488
2489 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2490
2491         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2492         value of stream-type and session.
2493
2494 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * Version number is increased to 2.11.25.
2497
2498 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2499
2500         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2501         in a quit message.
2502
2503 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2504
2505         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2506         (wl-summary-redisplay-no-mime-internal): Ditto.
2507
2508 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2511         * wl-vars.el (wl-smtp-connection-type): Ditto.
2512
2513 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2514
2515         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2516         for the separator line and quote mail-header-separator.
2517
2518 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2519
2520         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2521         result message.
2522
2523         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2524         `elmo-multiple-fields-body-list' with boundary as
2525         mail-header-separator.
2526
2527 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2528
2529         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2530
2531 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2532
2533         * wl-util.el (wl-list-diff): Remove unused function.
2534
2535         * wl-draft.el (wl-draft-send-confirm): Discard input before
2536         confirmation.
2537
2538 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2539
2540         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2541         order of flag and new.
2542
2543 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2544
2545         * wl-vars.el (wl-refile-policy-alist): Abolished.
2546
2547         * wl-action.el (wl-summary-set-action-refile): Follow the change
2548         above.
2549
2550 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * wl-highlight.el (wl-highlight-signature-search): Don't use
2553         re-search-backward for a long word since it is possible to crash
2554         XEmacs because of a bug.
2555
2556 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2557
2558         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2559
2560 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2563         argument for wl-summary-sync-force-update.
2564
2565 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2566
2567         * wl-summary.el (wl-summary-mode-map): Revival of
2568         wl-summary-mark-as-important related bindings;
2569         Bind 'F','tF','mF','rF','m&'.
2570         (wl-summary-mark-as-important-region): Revival.
2571         (wl-summary-target-mark-mark-as-important): Ditto.
2572         (wl-summary-target-mark-operation): New function.
2573         (wl-summary-target-mark-mark-as-answered): Use it.
2574         (wl-summary-decide-flag): Don't set Important as default.
2575         (wl-summary-mark-as-important-internal): Revival.
2576         (wl-summary-mark-as-important): Ditto.
2577
2578         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2579
2580         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2581         instead of facep.
2582
2583 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-dnd.el (wl-dnd-drop-func): Fix.
2586
2587         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2588         mouse-set-point instead of posn-point.
2589
2590         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2591
2592         * wl-mule.el (wl-completing-read-multiple): Ditto.
2593
2594 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2595
2596         * wl-demo.el (face-background-name): Defalias to avoid compile
2597         warning.
2598
2599 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-summary.el (wl-summary-decide-flag): Use
2602         wl-completing-read-multiple instead of completing-read-multiple.
2603
2604         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2605         New alias.
2606
2607         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2608         Use face-background-name instead of face-background.
2609
2610         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2611
2612         * wl-summary.el (wl-summary-save): Use it.
2613         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2614
2615         * wl-mime.el (wl-mime-save-content): Fix last change.
2616
2617 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2618
2619         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2620         New function.
2621         (wl-summary-sort-specs): Added sort.
2622         * wl-mime.el (wl-mime-save-content): Expand file name.
2623
2624 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2625
2626         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2627
2628         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2629
2630 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2631
2632         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2633         for flag if it is not defined.
2634
2635 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl-e21.el (wl-highlight-folder-current-line): Use
2638         elmo-folder-type-internal when elmo-folder-type returns nil.
2639
2640         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2641
2642         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2643
2644         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2645
2646         * wl-e21.el (wl-summary-toolbar): Ditto.
2647
2648         * wl-vars.el (wl-demo-background-color): Abolished.
2649         (wl-summary-persistent-mark-priority-list): Renamed from
2650         wl-summary-flag-priority-list.
2651         (wl-summary-flag-alist): New user option.
2652         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2653         (wl-message-mode-line-format-spec-alist): Added 'F'.
2654         (wl-message-mode-line-format): Likewise.
2655         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2656         instead of wl-summary-important-mark.
2657         (wl-file-folder-icon): New variable.
2658
2659         * wl-thread.el (wl-thread-set-flags): Renamed from
2660         wl-thread-mark-as-important.
2661
2662         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2663         warning.
2664         (wl-summary-mode-menu-spec): Follow the change of 
2665         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2666         (wl-summary-mode-map): Follow the change of
2667         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2668         (wl-summary-detect-mark-position): Follow the variable name change.
2669         (wl-summary-set-flags-region): New function for the replacement of
2670         wl-summary-mark-as-important-region.
2671         (wl-summary-sync-marks): Sync all global-flags.
2672         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2673         instead of elmo-message-flagged-p.
2674         (wl-summary-persistent-mark-string): Follow the variable name change;
2675         Put wl-summary-flag-mark if the message has global-flag.
2676         (wl-summary-target-mark-set-flags): Renamed from 
2677         wl-summary-target-mark-mark-as-important.
2678         (wl-summary-decide-flag): New function.
2679         (wl-summary-set-flags-internal): Renamed from
2680         wl-summary-mark-as-important-internal.
2681         (wl-summary-add-flags-internal): New function.
2682         (wl-summary-remove-flags-internal): Ditto.
2683         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2684         (wl-summary-mark-as-unimportant): Abolish.
2685         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2686         (wl-summary-next-message): List flagged messages in the msgdb.
2687
2688         * wl-score.el (wl-summary-score-update-all-lines): Use
2689         wl-summary-add-flags-internal instead of 
2690
2691         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2692
2693         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2694         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2695         (wl-message-buffer-require-all-header): Renamed from
2696         wl-message-buffer-all-header-flag (Ditto).
2697         (wl-message-buffer-flag-indicator): New variable.
2698         (wl-message-redisplay): Changed local varibale name from `flag' to
2699         `display-type'; Set up wl-message-buffer-flag-indicator.
2700         (wl-message-buffer-display): Changed varibale name from `flag' to
2701         `display-type'.
2702         (wl-message-display-internal): Likewise.
2703
2704         * wl-highlight.el (wl-highlight-demo-face): Define default background
2705         color.
2706         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2707
2708         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2709
2710         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2711         (wl-demo-setup-properties): Renamed from
2712         `wl-demo-set-background-color'.
2713         (wl-demo): Follow the change above.
2714         
2715         * Version number is increased to 2.11.24.
2716
2717 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-summary.el (wl-summary-toggle-thread): Call
2720         `wl-summary-rescan' with disable-thread as non-nil.
2721         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2722
2723 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2724
2725         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2726         foreground property of the face.
2727         (wl-demo-insert-text): Don't set up face property here.
2728         (wl-demo): Call wl-demo-set-background-color, anyway.
2729
2730 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2731
2732         * wl-vars.el (wl-demo-background-color): The value can be nil.
2733
2734 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2737         to wl-summary-wheel-dispatcher.
2738
2739         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2740         wl-message-wheel-dispatcher.
2741         (wl-message-wheel-dispatcher): New function.
2742         (wl-summary-wheel-dispatcher): Ditto.
2743
2744 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2745
2746         * wl-action.el (wl-summary-target-mark-all): List messages which are
2747         not in the killed-list.
2748
2749         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2750         only when the folder is 'flag/important.
2751
2752         * wl-address.el (wl-complete-field-body): Complete if the last
2753         character is a space.
2754
2755 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-folder.el (wl-folder-clear-entity-info): Use
2758         elmo-clear-hash-val.
2759
2760         * wl-fldmgr.el (wl-fldmgr-rename): Set
2761         wl-folder-info-alist-modified as t.
2762
2763 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2764
2765         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2766
2767 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2768
2769         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2770         (wl-folder-buffer-last-visited-entity-id): New buffer local
2771         variable.
2772         (wl-folder-revisit-last-visited-folder): New function.
2773         (wl-folder-mode-map): Bind it to "C-i".
2774         (wl-folder-set-current-entity-id): Set last visited folder.
2775         * wl-summary.el (wl-summary-exit): Ditto.
2776
2777 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2780         before calling `recenter' in order to cope with an XEmacs bug.
2781
2782 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2783
2784         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2785         to the default value.
2786
2787 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2790         change.
2791         (wl-summary-sync-marks): Ditto.
2792         (wl-summary-mark-as-read-internal): Ditto.
2793         (wl-summary-mark-as-answered-internal): Ditto.
2794         (wl-summary-mark-as-important-internal): Ditto.
2795         (wl-summary-reply): Ditto.
2796
2797         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2798         instead of `elmo-folder-unflag-answered'.
2799
2800         * Version number is increased to 2.11.23.
2801
2802         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2803         the last change.
2804
2805 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2806
2807         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2808         Specify "spam" or "good".
2809
2810 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2811
2812         * wl-spam.el (wl-summary-exec-action-spam): Call
2813         wl-folder-confirm-existence for spam folder.
2814         (wl-spam-setup): Bind "mk".
2815
2816 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2819
2820 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2821
2822         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2823         destination folder is empty.
2824
2825 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2826
2827         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2828         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2829
2830         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2831         (wl-summary-refile-prev-destination-region): New function.
2832         (wl-thread-refile-prev-destination): Ditto.
2833         (wl-summary-target-mark-refile-prev-destination): Ditto.
2834
2835 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2836
2837         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2838         (wl-demo-background-color): Changed default value.
2839
2840         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2841         color.
2842
2843         * wl-demo.el (wl-demo-set-background-color): New function.
2844         (wl-demo): Call it.
2845
2846 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2847
2848         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2849         * wl-address.el (wl-address-add-or-change): Don't add empty
2850         address.
2851
2852 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2853
2854         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2855
2856 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2857
2858         * wl-vars.el (wl-demo-image-filter-alist): New variable
2859         (wl-demo-background-color): Ditto.
2860
2861         * wl-demo.el (wl-demo-xpm-set-background): New function.
2862         (wl-demo-image-filter): Ditto.
2863         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2864
2865         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2866
2867         * wl-demo.el (wl-demo-icon-name): Define as function.
2868         (wl-demo-insert-image): Use it.
2869
2870 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2871
2872         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2873
2874 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2875
2876         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2877
2878 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2879
2880         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2881
2882 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-thread.el (wl-thread-mark-as-answered): New function.
2885
2886         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2887         answered" entry.
2888         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2889         "r&" and wl-thread-mark-as-answered to "t&".
2890         (wl-summary-mark-as-important-region): Refine to toggle mark.
2891         (wl-summary-mark-as-answered-region): New function.
2892         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2893         and 3rd argument.
2894         (wl-summary-mark-as-important-internal): Likewise.
2895
2896 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-template.el (wl-template-preview): New internal variable.
2899         (wl-template-preview-p): New function.
2900         (wl-template-show): Bind `wl-template-preview' as t.
2901
2902 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2903
2904         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2905         `elmo-message-entity-field' with 3rd argument which is non-nil.
2906
2907 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2908
2909         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2910         Removed duplicate local bind `folder'.
2911
2912 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2913
2914         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2915
2916 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2919         duplicate definition.
2920
2921 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2922
2923         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2924         non-nil, use it; Don't fetch message if there's no message in the
2925         current cursor position.
2926
2927 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2928
2929         * wl-util.el (wl-region-exists-p): Use region-active-p.
2930         (wl-deactivate-region): New function.
2931         * wl-message.el (wl-message-redisplay): Deactivate region.
2932
2933         * wl-summary.el (wl-summary-reply): Call
2934         `wl-summary-set-message-buffer-or-redisplay' instead of
2935         `wl-summary-redisplay-internal', don't move point.
2936
2937 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2940         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2941         by regexp.
2942
2943 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2944
2945         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2946         if no need.
2947
2948 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2949
2950         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2951         default value to nil.
2952         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2953         `wl-summary-prepare-hook'; Replace refile action to
2954         `wl-summary-exec-action-refile-with-register'.
2955
2956         * Version number is increased to 2.11.22.
2957
2958 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-summary.el (wl-summary-detect-mark-position): Set
2961         `wl-summary-buffer-weekday-name-lang'.
2962
2963 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2964
2965         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2966         (wl-summary-mark-as-read-all): Ditto.
2967         (wl-summary-delete-messages-on-buffer): Ditto.
2968         (wl-summary-sync-update): Ditto.
2969         (wl-summary-mark-as-read-internal): Ditto.
2970         (wl-summary-mark-as-answered-internal): Ditto.
2971         (wl-summary-update-folder-info): Abolished.
2972
2973 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-summary.el (wl-summary-mark-as-read-all): Use
2976         `wl-summary-update-folder-info' instead of
2977         `wl-folder-update-unread'.
2978
2979 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2980
2981         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2982         `wl-summary-folder-info-update'.
2983         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2984         instead of `wl-summary-folder-info-update'.
2985         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2986         `wl-folder-set-folder-updated'.
2987         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2988         instead of `wl-folder-update-unread'.
2989         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2990         the value of `wl-summary-buffer-unread-count' for the second parameter of
2991         `wl-folder-update-unread'.
2992
2993         * Version number is increased to 2.11.21.
2994
2995 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2996
2997         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2998         a local variable.
2999
3000 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-spam.el (wl-summary-mark-spam): Show message only if call
3003         interactively.
3004
3005         * wl-summary.el (wl-summary-mark-as-important-internal): New
3006         internal function.
3007         (wl-summary-mark-as-important): Use it.
3008         (wl-summary-mark-as-unimportant): New function.
3009         (wl-summary-sync-marks): Follow the API change.
3010
3011         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3012
3013         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3014
3015 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3016
3017         * wl-folder.el (wl-folder-update-unread): Re-indent.
3018         Narrow the scope of a local variable.
3019
3020 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3023         (wl-addrmgr-merge-entries): Ditto.
3024         (wl-addrmgr): Added to address entry which exists in draft buffer
3025         if no entry is in original.
3026
3027 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3028
3029         * wl-batch.el: New file.
3030
3031 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3032
3033         * wl-vars.el (wl-use-semi): Remove unused variable.
3034
3035 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3038         "?".
3039
3040 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3041
3042         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3043         wl-summary-new-mark.
3044         (wl-summary-new-cached-mark): New user option.
3045         (wl-summary-score-marks): Follow the change above.
3046         (wl-summary-auto-refile-skip-marks): Ditto.
3047         (wl-summary-incorporate-marks): Ditto.
3048         (wl-summary-expire-reserve-marks): Ditto.
3049
3050         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3051
3052         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3053         (wl-summary-persistent-mark-string): Distinguished between cached
3054         and uncached mark when the message is new.
3055
3056 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3057
3058         * wl-spam.el (wl-spam-domain): Renamed from
3059         `wl-spam-folder-guess-domain'.
3060         (wl-summary-exec-action-spam): Register as spam if domain of the
3061         source folder is good.
3062         (wl-summary-exec-action-refile-with-register): Register message if
3063         domain of the source folder is not undecided.
3064
3065 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3066
3067         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3068         detect thread loop.
3069
3070 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3071
3072         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3073         and wl-summary-skip-mark-list.
3074
3075 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3076
3077         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3078
3079         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3080
3081         * wl-spam.el (toplevel): Require wl-highlight.
3082         (wl-spam-auto-check-policy-alist): Abolish.
3083         (wl-spam-auto-check-folder-regexp-list): New user option.
3084         (wl-spam-auto-check-marks): Ditto.
3085         (wl-spam-mark-action-list): Ditto.
3086         (wl-highlight-summary-spam-face): New face.
3087         (wl-spam-auto-check-message-p): New function.
3088         (wl-spam-map-spam-messages): Fixed message.
3089         (wl-spam-register-spam-messages): Ditto.
3090         (wl-spam-register-good-messages): Ditto.
3091         (wl-summary-spam-map): Add and remove keybind.
3092         (wl-summary-target-mark-spam): Abolish.
3093         (wl-summary-refile-spam): Ditto.
3094         (wl-summary-test-spam): New function.
3095         (wl-summary-mark-spam): Ditto.
3096         (wl-summary-auto-check-spam): Follow the above change.
3097         (wl-summary-exec-action-spam): New function.
3098         (wl-summary-exec-action-refile-with-register): Fixed message.
3099         (wl-message-check-spam): New function.
3100         (wl-spam-setup): Ditto.
3101         (toplevel): Call it if this file is loaded interactivity.
3102
3103         * Version number is increased to 2.11.20.
3104
3105 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3108         when new optional argument `force' is non nil or modified.
3109
3110 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3111
3112         * wl.el (toplevel): Require wl-spam when compile.
3113         (wl-save-status): Call wl-spam-save-status.
3114
3115         * wl-spam.el (wl-spam-register-spam-messages): New function.
3116         (wl-spam-register-good-messages): Ditto.
3117         (wl-spam-save-status): Ditto.
3118         (wl-summary-mode-map): Bind
3119         wl-summary-target-mark-register-as-spam to "ms" and
3120         wl-summary-target-mark-register-as-good to "mn".
3121         (wl-summary-register-as-spam): Abolish optional argument; Use
3122         wl-spam-register-spam-messages.
3123         (wl-summary-register-as-spam-all): Use
3124         wl-spam-register-spam-messages.
3125         (wl-summary-register-as-good): Abolish optional argument; Use
3126         wl-spam-register-good-messages.
3127         (wl-summary-register-as-good-all): Use
3128         wl-spam-register-good-messages.
3129         (wl-summary-target-mark-register-as-spam): New funtion.
3130         (wl-summary-target-mark-register-as-good): Ditto.
3131
3132 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3133
3134         * wl-spam.el: New file.
3135
3136 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3139
3140         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3141         (wl-summary-auto-refile): Call wl-refile-guess with
3142         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3143
3144 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3147         with disable-thread argument non-nil.
3148
3149 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3150
3151         * wl-summary.el (wl-summary-rescan): Added optional argument
3152         disable-thread.
3153         (wl-summary-sync): Call wl-summary-rescan with argument
3154         disable-thread.
3155         (wl-summary-input-range): Added new range `rescan-thread'.
3156
3157 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3158
3159         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3160
3161 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3164         internal variable.
3165         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3166         wl-summary-search-parent-by-subject-regexp and
3167         wl-summary-divide-thread-when-subject-changed as nil.
3168         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3169         (wl-summary-insert-thread): Search parent entity from
3170         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3171         thread loop.
3172
3173 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3174
3175         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3176
3177         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3178
3179         * wl-util.el (wl-require-update-all-folder-p): New function.
3180         (wl-get-assoc-list-value): Added `function' to match directive.
3181         (wl-collect-draft): Rewrite.
3182
3183         * wl-summary.el (wl-summary-sync-update): Clear faces
3184         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3185         are non-nil.
3186         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3187         argument as function.
3188         (wl-summary-input-range): Ditto.
3189
3190         * wl-folder.el (wl-draft-get-folder): New function.
3191         (wl-folder-get-elmo-folder): Consider draft folder.
3192
3193         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3194         (wl-draft-buffer-message-number): New buffer local variable.
3195         (wl-draft-folder-internal): New internal variable.
3196         (wl-draft-delete): Rewrite.
3197         (wl-draft-save): Ditto.
3198         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3199         wl-folder-get-elmo-folder.
3200         (wl-draft-config-info-operation): Ditto.
3201         (wl-jump-to-draft-folder): Ditto.
3202         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3203         (wl-draft-reedit): Rewrite.
3204
3205         * Version number is increased to 2.11.19.
3206         
3207 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3208
3209         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3210         variable.
3211
3212 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3213
3214         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3215         Use ignore-errors instead of unwind-protect.
3216
3217 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3218
3219         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3220         for updating `wl-thread-entity-list'.
3221
3222 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3223
3224         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3225         parameter from calling `wl-thread-entity-get-older-brothers' and
3226         `wl-thread-entity-get-younger-brothers'.
3227         Replace nested `append' with a single one.
3228
3229 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3230
3231         * wl-summary.el (wl-summary-mode): Don't use the return value of
3232         `make-local-hook'.
3233
3234 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3235
3236         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3237         instead of `let*'.
3238         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3239         of local variables.
3240
3241 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3242
3243         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3244         Renamed from wl-summary-window-scroll-functions.
3245         (wl-summary-window-scroll-functions): Don't set to variable.
3246         (wl-summary-display-top): Use run-hooks.
3247         (wl-summary-display-bottom): Ditto.
3248         (wl-summary-toggle-disp-msg): Ditto.
3249         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3250         Use it instead of wl-summary-window-scroll-functions.
3251         (wl-summary-goto-folder-subr): Don't call
3252         wl-summary-window-scroll-functions, use
3253         wl-summary-buffer-window-scroll-functions instead.
3254
3255 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3256
3257         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3258         make-local-variable.
3259
3260 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3261
3262         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3263         set-buffer-modified-p.
3264         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3265         (wl-summary-display-bottom): Ditto.
3266         (wl-summary-toggle-disp-msg): Ditto.
3267
3268 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3269
3270         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3271
3272         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3273         (wl-summary-forward): Use elmo-message-entity-field instead of
3274         elmo-message-field.
3275
3276         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3277
3278 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3279
3280         * wl-summary.el (wl-summary-window-scroll-functions): No use
3281         `append'.
3282
3283 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3286         function.
3287         (wl-summary-window-scroll-functions): Call it when both
3288         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3289         (wl-summary-temp-mark): Added optional argument number.
3290         (wl-summary-message-mark): Added optional argument flag.
3291         (wl-summary-persistent-mark): Added optional argument number and flag.
3292         (wl-summary-update-persistent-mark): Ditto.
3293         (wl-summary-update-status-marks): Set "r" for interactive spec.
3294
3295         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3296         argument number and flag.
3297
3298         * wl-action.el (wl-summary-registered-temp-mark): 
3299         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3300
3301 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3304         internal variable (buffer local).
3305         (wl-summary-window-scroll-functions): New function.
3306         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3307         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3308         as nil.
3309         (wl-summary-update-status-marks): Added arguments beg, end and
3310         check.
3311         (wl-summary-update-mark-window): Use function.
3312         (wl-summary-sync-update): Follow the change above.
3313         (wl-summary-switch-to-clone-buffer): Copy
3314         wl-summary-buffer-unsync-mark-number-list.
3315         (wl-summary-goto-folder-subr): Set
3316         wl-summary-buffer-unsync-mark-number-list and
3317         use wl-summary-window-scroll-functions instead of
3318         wl-summary-lazy-highlight.
3319
3320         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3321
3322 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3323
3324         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3325
3326         * wl-summary.el (wl-summary-update-persistent-mark): Call
3327         wl-summary-set-message-modified.
3328
3329         * wl-summary.el (wl-summary-sync-update): Don't call
3330         wl-summary-update-status-marks.
3331
3332         * Version number is increased to 2.11.18.
3333
3334 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3335
3336         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3337         (wl-message-next-page): Ditto.
3338
3339 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3340
3341         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3342         local variable.  Change the order of a collected list into the
3343         same as the specified range.  Remove nil from a collected list.
3344
3345 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3346
3347         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3348         argument for elmo-folder-list-messages.
3349
3350 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3351
3352         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3353         change (wl-summary-count-unreads return a list instead of a cons
3354         cell).
3355
3356 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3357
3358         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3359         `wl-summary-folder-info-update'.
3360
3361 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3362
3363         * wl-summary.el (wl-summary-set-message-modified): No use
3364         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3365         (wl-summary-set-mark-modified): Abolish.
3366         (wl-summary-mark-modified-p): Ditto.
3367         (wl-summary-save-view): Follow the change above.
3368
3369         * wl-expire.el (wl-summary-expire): Likewise.
3370
3371 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-summary.el (wl-summary-detect-mark-position): Use
3374         modb-entity-handler.
3375         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3376
3377         * Version number is increased to 2.11.17.
3378
3379 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3380
3381         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3382         entity field value.
3383         (wl-summary-prefetch-msg): Ditto.
3384         (wl-summary-print-message-with-ps-print): Ditto.
3385
3386 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3389         for dummy entity.
3390         (wl-summary-insert-thread): Use elmo-message-entity-field.
3391         (wl-summary-update-thread): Use elmo-message-entity-field and
3392         elmo-message-entity-number.
3393         (wl-summary-line-number):  Use elmo-message-entity-number.
3394         (wl-summary-line-size): Use elmo-message-entity-field.
3395         (wl-summary-line-subject): Ditto.
3396         (wl-summary-line-from): Ditto.
3397         (wl-summary-line-attached): Ditto.
3398         (wl-summary-create-line): Ditto.
3399         (wl-summary-create-line): Use elmo-message-entity-number.
3400         (wl-summary-print-message-with-ps-print): Use
3401         elmo-message-entity-field.
3402
3403 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3404
3405         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3406         change in elmo-msgdb-make-message-entity.
3407         (wl-summary-buffer-set-folder): Don't call
3408         wl-summary-detect-mark-position here.
3409         (wl-summary-rescan): Call elmo-message-entity-number.
3410         (wl-summary-sync-update): Ditto.
3411         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3412
3413         * wl-score.el (wl-score-header-index): Redefine 2th element.
3414         (wl-score-overview-entity-get-extra): Abolish.
3415         (wl-score-ov-entity-get): Rewrite.
3416         (wl-score-string-index<, wl-score-string-func<): Abolish.
3417         (wl-score-string<): New function.
3418         (wl-score-string-sort): Use it.
3419
3420         * wl-refile.el (wl-refile-guess-by-history): Use
3421         elmo-message-entity-field.
3422         (wl-refile-guess-by-from): Ditto.
3423         (wl-refile-guess-by-msgid): Ditto.
3424
3425         * Version number is increased to 2.11.16.
3426
3427 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3428
3429         * wl-folder.el (wl-folder-confirm-existence): Don't call
3430         file-exists-p if msgdb-path is nil.
3431         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3432         `wl-read-folder-hist' to `wl-read-folder-history'.
3433
3434 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3435
3436         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3437         `y-or-n-p'.
3438
3439 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3440
3441         * wl-score.el (wl-score-headers): Don't use
3442         elmo-folder-do-each-message-entity.
3443
3444         * Version number is increased to 2.11.15.
3445
3446 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3447
3448         * wl-summary.el (wl-summary-delete-all-msgs): Use
3449         elmo-folder-move-messages instead of elmo-folder-delete-messages
3450         and elmo-folder-detach-messages.
3451         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3452
3453         * wl-expire.el (wl-expire-delete): Ditto.
3454         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3455
3456 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3459         (wl-message-header-narrowing-fields): Ditto.
3460         (wl-message-header-narrowing-lines): Ditto.
3461         (wl-message-header-narrowing-string): Ditto.
3462
3463         * wl-summary.el (wl-summary-mode-map): Bind
3464         wl-summary-toggle-header-narrowing to "C-cC-f".
3465         (wl-summary-toggle-header-narrowing): New function.
3466
3467         * wl-message.el (wl-message-buffer-create): Call
3468         wl-message-header-narrowing-setup.
3469         (wl-message-redisplay): Call wl-message-header-narrowing.
3470         (wl-message-header-narrowing): New function.
3471         (wl-message-header-narrowing-map): New keymap.
3472         (wl-message-header-narrowing-widen-map): New keymap.
3473         (wl-message-header-narrowing-again-at-mouse): New function.
3474         (wl-message-header-narrowing-1): Ditto.
3475         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3476         (wl-message-header-narrowing-setup): Ditto.
3477         (wl-message-header-narrowing-toggle): Ditto.
3478         
3479         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3480
3481         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3482         'flag as all.
3483         (wl-use-flag-folder-help-echo): New user option.
3484
3485         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3486         wl-summary-highlight as nil.
3487         (wl-summary-set-mark-modified): Follow the API change.
3488         (wl-summary-mark-modified-p): Ditto.
3489         (wl-summary-mark-as-read-all): Ditto.
3490         (wl-summary-sync-marks): Don't call
3491         elmo-folder-list-messages-with-global-mark.
3492         (wl-summary-mark-as-read-internal): Follow the API change.
3493         (wl-summary-mark-as-answered-internal): Ditto.
3494         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3495         Follow the API change.
3496         (wl-summary-create-line): Call with number argument.
3497         (wl-summary-reply): Follow the API change.
3498
3499         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3500         function.
3501         (wl-highlight-summary-line-string): Call it when
3502         wl-use-flag-folder-help-echo is non-nil.
3503         (wl-highlight-summary-current-line): Ditto.
3504         (elmo-flag-folder-referrer): Added autoload setting.
3505
3506         * wl-draft.el (wl-draft-kill): Follow the API change.
3507
3508         * Version number is increased to 2.11.14.
3509         
3510 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3511
3512         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3513
3514 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3515
3516         * Version number is increased to 2.11.13.
3517
3518 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3519
3520         * wl-draft.el (wl-draft-previous-history-element): Fixed
3521         unbalanced parenthesis and bind unbound local variables.
3522
3523 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3524
3525         * wl-draft.el (wl-draft-previous-history-element): New function.
3526         (wl-draft-next-history-element): Ditto.
3527         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3528         them to M-p and M-n.
3529
3530 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3531
3532         * Version number is increased to 2.11.12.
3533
3534 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3535
3536         * wl-draft.el (wl-draft-hide): Select buffer-window.
3537
3538 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3539
3540         * wl-summary.el (wl-summary-narrow-to-region): New function.
3541         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3542         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3543         (wl-summary-save-region): Use it.
3544         * wl-action.el (wl-summary-collect-numbers-region)
3545         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3546
3547 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * wl-folder.el (wl-folder-count-incorporates): Don't use
3550         `elmo-msgdb-mark-load'
3551
3552         * Version number is increased to 2.11.11.
3553
3554 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3555
3556         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3557         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3558
3559 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3560
3561         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3562
3563 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3564
3565         * Version number is increased to 2.11.10.
3566
3567 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3568
3569         * wl-mime.el (wl-draft-attribute-value): Fixed.
3570
3571 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3572
3573         * wl-util.el (wl-copy-local-variables): New function.
3574
3575         * wl-mime.el (wl-draft-attribute-recipients): New function.
3576         (wl-draft-attribute-envelope-from): Ditto.
3577         (wl-draft-attribute-smtp-posting-server): Ditto.
3578         (wl-draft-attribute-smtp-posting-port): Ditto.
3579         (wl-draft-attribute-value): Ditto.
3580         (wl-draft-preview-message): Use it to get value for
3581         attributes. Reflect result of `wl-draft-config'.
3582
3583         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3584         and call `wl-summary-mark-as-read' before to call
3585         `wl-summary-unset-mark'.
3586         (wl-summary-target-mark-mark-as-unread): Likewise.
3587         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3588
3589 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3590
3591         * wl-mime.el (wl-draft-preview-message): Use actual value for
3592         attributes; Fix for small window.
3593
3594 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3595
3596         * wl-refile.el (wl-refile-get-field-value): Call
3597         `elmo-message-entity-field' with 3rd argument is non-nil.
3598
3599 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3600
3601         * wl-vars.el (wl-draft-preview-attributes): New user option.
3602         (wl-draft-preview-attributes-list): Ditto.
3603         (wl-draft-preview-attributes-buffer-lines): Ditto.
3604         (wl-draft-preview-attributes-buffer-name): Ditto.
3605
3606         * wl-mime.el (wl-draft-preview-message): Display attributes.
3607
3608 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3609
3610         * wl-summary.el (wl-summary-detect-mark-position): Bind
3611         wl-summary-flag-priority-list to '(new).
3612
3613 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3614
3615         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3616         funtion.
3617         (wl-highlight-summary-line-string): Use it.
3618         (wl-highlight-summary-current-line): Ditto.
3619
3620 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3621
3622         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3623         line even when the mark string is not changed.
3624
3625         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3626         argument change in the wl-summary-create-line.
3627         (wl-thread-insert-entity-sub): Ditto.
3628
3629         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3630         argument change in the wl-summary-create-line.
3631         (wl-summary-insert-sequential): Ditto.
3632         (wl-summary-update-thread): Ditto.
3633         (wl-summary-persistent-mark-string): New inline function.
3634         (wl-summary-message-mark): Use it.
3635         (wl-summary-create-line): Abolish argument wl-persistent-mark
3636         and added wl-flags, wl-cached.
3637
3638         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3639         mark to flags.
3640         (wl-highlight-summary-current-line): Decide the face not by the 
3641         persistent mark but flags.
3642
3643 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3644
3645         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3646         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3647         wl-summary-read-uncached-mark): Revive.
3648         (wl-summary-answered-cached-mark,
3649         wl-summary-answered-uncached-mark): New user option.
3650         (wl-summary-score-marks): Follow the change above.
3651         (wl-summary-auto-refile-skip-marks): Ditto.
3652         (wl-summary-incorporate-marks): Ditto.
3653         (wl-summary-expire-reserve-marks): Ditto.
3654         (wl-summary-flag-priority-list): New user option.
3655
3656         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3657         changes.
3658         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3659         of elmo-message-mark.
3660         (wl-summary-mark-as-read-internal): Ditto.
3661         (wl-summary-mark-as-answered): Ditto.
3662         (wl-summary-mark-as-important): Ditto.
3663         (wl-summary-redisplay-internal): Ditto.
3664         (wl-summary-redisplay-no-mime-internal): Ditto.
3665         (wl-summary-message-mark): New function.
3666         (wl-summary-insert-sequential): Use wl-summary-message-mark
3667         instead of elmo-message-mark.
3668         (wl-summary-update-thread): Ditto.
3669         (wl-summary-persistent-mark): Ditto.
3670         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3671         instead of elmo-message-mark.
3672
3673         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3674         wl-summary-message-mark instead of elmo-message-mark.
3675         (wl-thread-insert-entity-sub): Ditto.
3676         (wl-thread-get-children-msgs-uncached): Ditto.
3677
3678         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3679         variable name changes.
3680         (wl-highlight-summary-current-line): Ditto.
3681
3682         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3683         wl-summary-message-mark instead of elmo-message-mark.
3684
3685         * wl-expire.el (wl-expire-message-p): Ditto.
3686
3687         * wl-score.el (wl-score-headers): Ditto.
3688
3689         * Version number is increased to 2.11.9.
3690
3691         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3692         (wl-summary-sync-update): Follow the change above.
3693         (wl-summary-switch-to-clone-buffer): Ditto.
3694         (wl-summary-open-folder): Ditto.
3695
3696 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3697
3698         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3699         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3700
3701         * Version number is increased to 2.11.8.
3702
3703         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3704
3705         * wl-expire.el (wl-expire-refile): Follow the API change on
3706         `elmo-folder-move-messages'.
3707         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3708
3709         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3710         (wl-summary-exec-action-refile): Ditto.
3711         (wl-summary-exec-action-copy): Ditto.
3712         (wl-summary-no-auto-refile-message-p): No use
3713         `wl-summary-buffer-msgdb'.
3714         (wl-summary-auto-refile): Ditto.
3715
3716 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3717
3718         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3719
3720 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * wl-summary.el (wl-summary-sync): Treat no-sync.
3723
3724         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3725         (wl-default-sync-range): Ditto.
3726
3727 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3728
3729         * wl-refile.el (wl-refile-subject-learn): Call
3730         `elmo-message-entity-field' with 3rd argument is non-nil.
3731         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3732         instead of `elmo-msgdb-overview-entity-get-subject'.
3733
3734 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3735
3736         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3737         scan-type is rescan.
3738         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3739         new optional argument force is non-nil.
3740         (wl-summary-save-view-cache): Call it with force argument non-nil.
3741
3742         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3743
3744 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3745
3746         * wl-action.el (wl-summary-print-argument): Fixed last change.
3747
3748 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3749
3750         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3751         simplified.
3752         (wl-summary-target-mark-mark-as-unread): Likewise.
3753         (wl-summary-target-mark-mark-as-important): Likewise.
3754
3755 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3756
3757         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3758         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3759         (wl-summary-mark-as-important-region): Change accordingly.
3760         (wl-summary-target-mark-mark-as-important): Ditto.
3761
3762 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3763
3764         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3765
3766         * wl-action.el (wl-summary-print-argument): Print argument to
3767         right side of window if `wl-summary-print-argument-within-window'
3768         is non-nil.
3769
3770 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-action.el (wl-summary-set-mark): Use
3773         `wl-summary-message-visible-p' to check visibility of the message
3774         and jump to message only when the message line is visible and have
3775         different number; Call wl-summary-unset-mark with number argument.
3776         (wl-summary-unset-mark): 
3777         Use `wl-summary-message-visible-p'
3778         to check visibility of the message and jump to message only when
3779         the message line is visible and have different number;
3780
3781 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3782
3783         * Version number is increased to 2.11.7.
3784
3785         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3786         and wl-folder-summary-line-format.
3787
3788         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3789         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3790         (wl-summary-set-score-mark): Use it.
3791         (wl-summary-target-mark-mark-as-read): Ditto.
3792         (wl-summary-target-mark-mark-as-unread): Ditto.
3793         (wl-summary-target-mark-mark-as-important): Ditto.
3794         (wl-summary-target-mark-msgs): Simplified.
3795         (wl-summary-detect-mark-position): Fixed problem when
3796         summary-line-format no contain persisten/temp mark spec.
3797         (wl-summary-temp-mark): Ditto.
3798         (wl-summary-persistent-mark): Ditto.
3799         (wl-summary-update-persistent-mark): Ditto.
3800
3801         * wl-action.el (wl-summary-set-mark): Ditto.
3802         (wl-summary-unset-mark): Ditto.
3803         All other related portions are changed.
3804
3805 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3806
3807         * Version number is increased to 2.11.6.
3808
3809 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3810
3811         * wl-util.el (wl-current-message-buffer): Define as function;
3812         Don't use the value of wl-messge-buffer.
3813
3814         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3815         persistent mark.
3816
3817         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3818         no current message, cause an error.
3819
3820 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3821
3822         * wl-summary.el (wl-summary-set-message-modified): Use
3823         elmo-folder-set-message-modified instead of
3824         elmo-folder-set-message-modified-internal.
3825
3826 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3827
3828         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3829         interactively.
3830         (wl-summary-sync): nokill->entirely.
3831         (wl-summary-sync-marks): Fixed message.
3832         (wl-summary-input-range): Added mark, nokill->entirely.
3833
3834         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3835         messages as read.
3836
3837 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3840         update-noscore.
3841         (wl-summary-sync): Follow the change above.
3842
3843 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3844
3845         * wl-action.el (wl-summary-target-mark-all): Use
3846         elmo-folder-list-messages.
3847
3848 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3851         (wl-summary-rescan): Set wl-summary-scored as nil.
3852         (wl-summary-sync-force-update): Follow the change above.
3853         (wl-summary-sync): Ditto.
3854         (wl-summary-sync-update): Added argument disable-killed.
3855         (wl-summary-insert-headers): Set visible-only argument for
3856         elmo-folder-list-messages.
3857         (wl-summary-input-range): Added update-nokill, update-noscore,
3858         all-nokill, all-noscore and mark.
3859
3860         * Version number is increased to 2.11.5.
3861
3862         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3863
3864 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3865
3866         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3867         (wl-summary-prefetch-region-no-mark): Change accordingly.
3868         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3869
3870 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3871
3872         * wl-address.el (wl-complete-field-to): Abolished.
3873         (wl-complete-address): Completion function for completing-read.
3874         * wl-action.el (wl-summary-get-resend-address): Use it.
3875
3876         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3877         wl-summary-update-mark and abolish unused argument.
3878         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3879         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3880         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3881         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3882         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3883         * wl-draft.el (wl-draft-kill): Ditto.
3884
3885         * wl-summary.el: Remove unused binding of case-fold-search.
3886         (wl-summary-replace-status-marks): Abolished.
3887
3888 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3891         is specified or folder length is zero.
3892
3893 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3894
3895         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3896         (wl-folder-archive-current-entity): Ditto.
3897
3898 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3901         retrieving message mark.
3902         (wl-summary-redisplay-internal): Ditto.
3903
3904         * wl-message.el (wl-message-buffer-display): Ignore errors while
3905         retrieving message-id field.
3906
3907         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3908         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3909         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3910         order of the arguments for `wl-expire-message-p'.
3911         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3912
3913         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3914         Check return value of wl-summary-reply.
3915         (wl-summary-reply): Recover window configuration when an error occured.
3916
3917 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3918
3919         * wl-summary.el (wl-summary-resend-message): Abolished, the
3920         feature is inherited by wl-summary-resend (put resend mark).
3921
3922 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3923
3924         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3925         wl-message-buffer to nil when the message is hide.
3926
3927 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3928
3929         * .cvsignore: New file.
3930
3931 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3932
3933         * wl-action.el (wl-summary-action-docstring): Add more info.
3934         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3935         duplicate definition.
3936         (wl-summary-define-mark-action): Functions wl-summary-*-region
3937         keep current position.
3938         (wl-summary-unregister-target-mark): Store result to the variable.
3939
3940 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3941
3942         * Version number is increased to 2.11.4.
3943
3944 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3945
3946         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3947         wl-summary-delete-all-temp-marks.
3948         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3949
3950         * wl-action.el (wl-summary-set-mark): Changed terminology
3951         refile-destination -> action-argument.
3952         (wl-summary-unset-mark): Ditto.
3953         (wl-summary-remove-argument): Ditto.
3954         (wl-summary-print-argument): Ditto.
3955
3956         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3957         (wl-thread-remove-argument-region): Ditto.
3958         (wl-thread-print-argument-region): Ditto.
3959         (wl-thread-close): Ditto.
3960         (wl-thread-open): Ditto.
3961
3962         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3963         (wl-highlight-refile-destination-face is abolished)
3964         (wl-highlight-action-argument-string): Ditto.
3965         (wl-highlight-summary-current-line): Highlight action argument.
3966
3967         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3968         color for light backgrounds.
3969         (wl-highlight-summary-answered-face): Ditto.
3970
3971 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3974
3975         * wl-score.el (wl-summary-score-update-all-lines): Use
3976         wl-summary-set-mark.
3977         (wl-summary-score-update-all-lines): Kill expunged messages.
3978
3979         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3980
3981 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3982
3983         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3984         directly.
3985         (wl-score-overview-entity-get-lines): Ditto.
3986         (wl-score-overview-entity-get-xref): Ditto.
3987         (wl-score-get-latest-msgs): Ditto.
3988         (wl-summary-rescore): Ditto.
3989
3990         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3991         to "&".
3992         (wl-summary-mark-as-answered-internal): New inline function.
3993         (wl-summary-mark-as-answered): New function.
3994         (wl-summary-mark-as-unanswered): Ditto.
3995         (wl-summary-sync-marks): Modified for answered-mark synching.
3996
3997 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3998
3999         * wl-action.el (wl-summary-set-mark): Fixed last change.
4000
4001 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4002
4003         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
4004         behavior of wl-summary-unread-message-hook
4005         (Pointed out by akira yamada <akira@arika.org>).
4006
4007 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4008
4009         * wl-e21.el (wl-summary-toolbar): Follow the rename of
4010         wl-summary-delete.
4011         * wl-xmas.el (wl-summary-toolbar): Ditto.
4012
4013         * wl-action.el (wl-summary-set-mark): Don't override current
4014         temp-mark.
4015
4016         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4017
4018 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4019
4020         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4021         (wl-refile-msgid-learn): Ditto.
4022         (wl-refile-get-field-value): Ditto.
4023
4024         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4025
4026         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4027         (wl-expire-delete-reserved-messages): Renamed from
4028         wl-expire-reserve-marked-msgs-from-list.
4029         (wl-expire-delete): Removed argument `msgdb'.
4030         (wl-expire-refile): Ditto.
4031         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4032         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4033         mark-alist as argument.
4034         (wl-expire-archive-number1): Removed argument `msgdb'.
4035         (wl-expire-archive-number2): Ditto.
4036         (wl-expire-archive-date): Ditto.
4037         (wl-expire-localdir-date): Ditto.
4038         (wl-expire-hide): Ditto.
4039         (wl-archive-number1): Ditto.
4040         (wl-archive-number2): Ditto.
4041         (wl-archive-date): Ditto.
4042         (wl-archive-folder): Ditto.
4043         All other related portions are changed.
4044
4045 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4046
4047         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4048         mean move up and down. (suggested by Takashi Kawachi)
4049
4050 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4051
4052         * wl-acap.el (toplevel): Don't require un-define.
4053
4054 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4055
4056         * wl-thread.el (wl-thread-delete-message): Always update
4057         wl-summary-buffer-number-list.
4058
4059         * wl-action.el (wl-summary-print-destination): 
4060         Do nothing when folder is nil.
4061
4062 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4063
4064         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4065         persistent mark when prefetch is succeeded.
4066
4067 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4068
4069         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4070         instead of elmo-msgdb-delete-msgs.
4071         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4072         (wl-expire-hide): Ditto.
4073
4074         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4075
4076         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4077         elmo-msgdb interface.
4078         (wl-thread-get-exist-children): Likewise.
4079         (wl-thread-insert-message): Likewise.
4080         (wl-thread-msg-mark-as-important): Likewise.
4081         (wl-thread-insert-entity-sub): Likewise.
4082         (wl-thread-get-children-msgs-uncached): Likewise.
4083
4084         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4085         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4086         (wl-summary-sync-update): Likewise.
4087         (wl-summary-auto-select-msg-p): Likewise.
4088         (wl-summary-update-thread): Likewise.
4089         (wl-summary-mark-as-important): Likewise.
4090         (wl-summary-jump-to-msg-internal): Likewise.
4091         (wl-summary-redisplay-internal): Likewise.
4092         (wl-summary-print-message-with-ps-print): Likewise.
4093         (wl-summary-folder-info-update): Likewise.
4094
4095         * wl-folder.el (wl-folder-check-one-entity):
4096         elmo-folder-count-flags instead of wl-summary-count-unread.
4097
4098         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4099
4100         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4101
4102         * wl-summary.el (wl-summary-set-message-modified): 
4103         Call wl-summary-set-mark-modified.
4104         (wl-summary-delete-messages-on-buffer): Call
4105         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4106         (wl-summary-sync-update): Call elmo-folder-length instead of
4107         elmo-folder-messages.
4108         (wl-summary-insert-headers): Don't call
4109         elmo-folder-list-message-entities.
4110
4111 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4112
4113         * wl-action.el (wl-summary-define-mark-action): Call
4114         `wl-summary-set-mark' with argument `data'.
4115         (wl-summary-auto-refile): Fixed order of arguments when call
4116         `wl-summary-refile'.
4117
4118 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4119
4120         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4121
4122         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4123
4124         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4125         (Renamed from wl-highlight-summary-deleted-face).
4126         (wl-highlight-summary-resend-face): New face.
4127
4128         (wl-highlight-summary-deleted-face): Renamed from
4129         wl-highlight-summary-erased-face.
4130
4131         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4132
4133         * wl-action.el (wl-summary-get-resend-address): New function.
4134         (wl-summary-exec-action-resend): Ditto.
4135         (wl-summary-exec-action-resend-subr): Ditto.
4136
4137         * w-thread.el (wl-thread-copy): Removed definition.
4138         (wl-thread-refile): Ditto.
4139         (wl-thread-delete): Ditto.
4140         (wl-thread-target-mark): Ditto.
4141
4142         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4143         (wl-summary-target-mark-set-action): Fixed.
4144         (wl-summary-define-mark-action): Fixed quotation.
4145         (wl-summary-move-mark-list-messages): Display message.
4146         (wl-summary-define-mark-action): Define thread functions.
4147         (wl-summary-exec-action-refile): Changed message.
4148         (wl-summary-exec): Ditto.
4149
4150 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4151         
4152         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4153         '%%'.
4154
4155 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl.el (toplevel): Require wl-action.
4158         (wl-init): Call wl-summary-define-mark-action.
4159
4160         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4161
4162         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4163         wl-summary-delete and wl-summary-erase.
4164         (wl-summary-mode-map): Ditto.
4165
4166         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4167         wl-delete-folder-alist.
4168
4169         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4170         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4171         (toplevel): Moved mark & action related functions to the wl-action.el.
4172
4173         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4174         in wl-summary-mark-action-list.
4175         (wl-highlight-summary-current-line): Ditto.
4176
4177         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4178         empty lines.
4179
4180         * wl-action.el: New file. 
4181
4182 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-summary.el (wl-summary-target-mark-replace): New function.
4185         (wl-summary-target-mark-prefetch): Use it.
4186         (wl-summary-target-mark-delete): Ditto.
4187         (toplevel): Rearranged definition order.
4188         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4189         (wl-summary-target-mark-erase): Rewrite.
4190         (wl-summary-erase-region): New function.
4191         (wl-summary-exec-action-erase): Changed message.
4192         (wl-summary-move-mark-list-messages): New function.
4193         (wl-summary-exec-action-delete): Use it.
4194         (wl-summary-exec-action-erase): Ditto.
4195
4196         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4197         (wl-summary-skip-mark-list): Added "d".
4198
4199         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4200         while searching.
4201
4202         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4203         and define using defcustom;
4204         Define 4th element as a face.
4205         
4206         * wl-summary.el (wl-summary-incorporate): Use 
4207         `wl-summary-prefetch-region-no-mark' instead of
4208         `wl-summary-prefetch-region'.
4209         (wl-summary-prefetch-region-no-mark): Revival of old
4210         `wl-summary-prefetch-region'.
4211         (wl-summary-mark-action-list): Moved to wl-vars.el
4212
4213         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4214         face according to the `wl-summary-mark-action-list'.
4215         (wl-highlight-summary-current-line): Ditto;
4216         Removed destination highlighting.
4217
4218         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4219         (wl-highlight-summary-line-string): Highlight for "i" mark.
4220         (wl-highlight-summary-current-line): Ditto.
4221
4222         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4223         no destination.
4224
4225         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4226         exists, just go ahead.
4227         (wl-summary-prefetch-region): Rewrite.
4228         (wl-summary-prefetch): Ditto.
4229         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4230         (wl-summary-exec-action-prefetch): New function.
4231         (wl-summary-target-mark-prefetch): Rewrite.
4232
4233 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4236         (wl-highlight-summary-line-string): Added "d" and "D".
4237         (wl-highlight-summary-current-line): Ditto.
4238
4239         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4240         in wl-summary.el.
4241         (wl-thread-insert-entity-sub): Ditto.
4242         (wl-thread-remove-destination-region): Ditto.
4243         (wl-thread-print-destination-region): Ditto.
4244
4245         * wl-summary.el (wl-summary-buffer-refile-list,
4246         wl-summary-buffer-delete-list,
4247         wl-summary-buffer-copy-list): Abolish.
4248         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4249         All other related portions are changed.
4250         (wl-summary-mark-action-list): New variable.
4251         (wl-summary-set-mark): New function.
4252         (wl-summary-register-target-mark): Ditto.
4253         (wl-summary-unregister-target-mark): Ditto.
4254         (wl-summary-have-target-mark-p): Ditto.
4255         (wl-summary-register-temp-mark): Ditto.
4256         (wl-summary-unregister-temp-mark): Ditto.
4257         (wl-summary-registered-temp-mark): Ditto.
4258         (wl-summary-collect-temp-mark): Ditto.
4259         (wl-summary-unset-mark): Ditto.
4260         (wl-summary-set-target-mark): Ditto.
4261         (wl-summary-unset-target-mark): Ditto.
4262         (wl-summary-set-action-generic): Ditto.
4263         (wl-summary-unset-action-generic): Ditto.
4264         (wl-summary-exec-action-delete): Ditto.
4265         (wl-summary-exec-action-erase): Ditto.
4266         (wl-summary-set-action-refile): Ditto.
4267         (wl-summary-set-action-refile-subr): Ditto.
4268         (wl-summary-unset-action-refile): Ditto.
4269         (wl-summary-make-destination-numbers-list): Ditto.
4270         (wl-summary-exec-action-refile): Ditto.
4271         (wl-summary-set-action-copy): Ditto.
4272         (wl-summary-unset-action-copy): Ditto.
4273         (wl-summary-exec-action-copy): Ditto.
4274         (wl-summary-collect-numbers-region): Ditto.
4275         (wl-summary-delete): Rewrite.
4276         (wl-summary-erase): Ditto.
4277         (wl-summary-remove-destination): Ditto.
4278         (wl-summary-exec): Ditto.
4279         (wl-summary-exec-region): Ditto.
4280         (wl-summary-target-mark-erase): Ditto.
4281         (wl-summary-refile): Ditto.
4282         (wl-summary-copy): Ditto.
4283         (wl-summary-unmark): Ditto.
4284         (wl-summary-delete-all-mark): Ditto.
4285         (wl-summary-mark-line): Don't highlight.
4286         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4287         (wl-summary-target-mark-refile-subr): Rewrite.
4288
4289         (wl-summary-copy-prev-destination): Abolish.
4290
4291 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4292
4293         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4294         default values along the value of wl-on-mule.
4295         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4296         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4297         It is not used anywhere.
4298
4299 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4300
4301         * wl-summary.el (wl-summary-print-destination): Keep position.
4302         (wl-summary-cursor-move-surface): Keep horizontal position.
4303
4304 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4305
4306         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4307         write sendlog.
4308
4309 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4310
4311         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4312         `wl-summary-highlight'.
4313
4314 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4315
4316         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4317         trivial condition for temp-mark.
4318
4319 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4320
4321         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4322         when it hits killed buffer.
4323
4324 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4325
4326         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4327         * wl-news.el.in: `message' and `error' take format string.
4328
4329 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4330
4331         * wl-folder (wl-folder-insert-entity): Display a message,
4332         `...done', when the work finish.
4333         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4334
4335 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4336
4337         * wl-message.el (wl-message-redisplay): Remove unused local
4338         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4339
4340 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4341
4342         * wl-summary.el (wl-summary-replace-status-marks): Disable
4343         interactive use.
4344         (wl-summary-reedit): Check message existence at first.
4345         (wl-summary-mark-line): Fix doc, return value is indefinite.
4346
4347         * wl-highlight.el (wl-highlight-message): Arranged.
4348
4349         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4350         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4351         check temp-mark by wl-summary-temp-mark always.
4352         (wl-highlight-summary): Change accordingly.
4353         * wl-summary.el (wl-summary-mark-as-read-all)
4354         (wl-summary-delete-cache, wl-summary-set-score-mark)
4355         (wl-summary-mark-as-unread, wl-summary-unmark)
4356         (wl-summary-mark-line, wl-summary-mark-as-read)
4357         (wl-summary-mark-as-important): Ditto.
4358
4359         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4360         end of the window if possible.
4361         * wl-summary.el (wl-summary-sync-update): Support lazy
4362         highlighting.
4363         (wl-summary-toggle-disp-msg): Ditto.
4364
4365 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4366
4367         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4368
4369 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4370
4371         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4372         change.
4373
4374 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4375
4376         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4377         API.
4378         (wl-summary-sync-update): Ditto.
4379
4380         * wl-score.el (wl-score-get-score-alist): Changed argument.
4381         (wl-summary-rescore-msgs): Likewise.
4382         (wl-summary-score-headers): Likewise.
4383         (wl-score-headers): Likewise;
4384         Use elmo-folder-do-each-message-entity, etc.
4385         (wl-summary-score-effect): Follow the changes above.
4386         (wl-summary-rescore): Ditto.
4387         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4388         (wl-score-get-overview): Abolish.
4389
4390         * wl-summary.el (wl-summary-default-from): Follow the API change in
4391         elmo-msgdb.
4392         (wl-summary-count-unread): Ditto.
4393         (wl-summary-detect-mark-position): Ditto.
4394         (wl-summary-overview-entity-compare-by-date): Ditto.
4395         (wl-summary-overview-entity-compare-by-number): Ditto.
4396         (wl-summary-overview-entity-compare-by-from): Ditto.
4397         (wl-summary-overview-entity-compare-by-subject): Ditto.
4398         (wl-summary-get-list-info): Ditto.
4399         (wl-summary-rescan): Ditto.
4400         (wl-summary-jump-to-msg-by-message-id): Ditto.
4401         (wl-summary-sync-update): Ditto; Removed comment.
4402         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4403         (wl-summary-insert-message): Use wl-summary-insert
4404         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4405         (wl-summary-insert-headers): Changed argument overview to folder.
4406         (wl-summary-search-by-subject): Likewise.
4407         (wl-summary-insert-thread): Renamed from 
4408         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4409
4410         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4411         too.
4412
4413         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4414         wl-string-member.
4415
4416 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4419         elmo-folder-append-buffer.
4420         (wl-draft-queue-append): Likewise.
4421
4422         * wl-mime.el (wl-message-delete-current-part): Ditto.
4423         (wl-summary-burst-subr): Ditto.
4424
4425         * wl-news.el.in (wl-news-send-news): Ditto.
4426
4427 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4428
4429         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4430         function.
4431         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4432         (wl-summary-update-mark): Enclose with save-excursion.
4433         (wl-summary-mark-as-read-internal): Fixed last change.
4434         (wl-summary-mark-as-important): Use 3rd argument of
4435         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4436         Don't use elmo-msgdb-set-mark.
4437         (wl-summary-redisplay-internal): If msgdb flag is already read,
4438         just update the mark on buffer.
4439
4440 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4441
4442         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4443         cut visible folder when elmo-folder-delete returns non-nil value.
4444
4445 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4446
4447         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4448         by Kenichi OKADA <okada@opaopa.org>).
4449
4450 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4451
4452         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4453
4454 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4455
4456         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4457         Fixed the last change, search group entity by its real name.
4458         (Thanks to: KOBAYASHI Shinji)
4459
4460 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4461
4462         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4463         (wl-fldmgr-access-display-all): Don't refer visible name.
4464         * wl-expire.el (wl-folder-archive-current-entity)
4465         (wl-folder-expire-current-entity): Ditto.
4466         * wl-folder.el (wl-folder-jump-to-current-entity)
4467         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4468         (wl-folder-open-folder-sub,wl-folder-open-all)
4469         (wl-folder-write-current-folder): Ditto.
4470         (wl-folder-insert-entity): Don't use petname for normal group.
4471         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4472         is the real name.
4473         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4474         Abolished.
4475
4476 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl-draft.el (wl-draft-create-buffer): Add
4479         `wl-summary-reply-with-citation'
4480
4481 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4482
4483         * wl-draft.el (wl-draft-reply): Fixed.
4484
4485 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4488         when `wl-draft-send-confirm-with-preview' is non-nil.
4489         You can scroll up/down by j/k.
4490         (wl-draft-send-confirm-with-preview): New variable (default=t).
4491
4492 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4495         (wl-fldmgr-save-folders): Fix comment.
4496
4497 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4500         along the last change in `wl-folder-buffer-group-p'.
4501
4502 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4505         folder.
4506
4507         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4508         the default value.
4509
4510         * wl-mime.el (wl-summary-burst): Update summary only when target
4511         folder equals current folder.
4512
4513 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4516
4517 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4520         value.
4521
4522 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4525         `map-extents' instead of `extent-at' repeatedly.
4526         (wl-highlight-folder-current-line): Ditto.
4527
4528         * wl-highlight.el: Remove useless dummy functions.
4529
4530 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4533         (wl-folder-put-folder-property): New function to put text property.
4534         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4535         (wl-folder-insert-entity, wl-folder-update-diff-line)
4536         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4537         * wl-e21.el, wl-xmas.el, wl-mule.el
4538         (wl-highlight-folder-current-line): Ditto.
4539         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4540         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4541         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4542         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4543
4544 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * Version number is increased to 2.11.3.
4547
4548 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4551         Resume current-buffer since it is assumed by remaining tasks.
4552
4553 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4556         (wl-folder-completion-function): Abolished.
4557         (wl-folder-complete-folder): New function.
4558         (wl-folder-complete-filter-condition): Ditto.
4559         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4560         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4561
4562 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-draft.el (wl-draft-send-confirm): New function.
4565         (wl-draft-send): Use it.
4566
4567         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4568         cursor-in-echo-area while confirming.
4569
4570         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4571
4572         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4573         searching via nntp if wl-summary-search-via-nntp is 'force.
4574         Otherwise, invoke searching in nntp folder only.
4575         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4576
4577         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4578         explicitly for mime-make-text-tag.
4579
4580 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4581
4582         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4583         `mime-make-text-tag' instead of `mime-create-tag'.
4584
4585 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4588         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4589
4590 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4591
4592         * wl-score.el (wl-score-save): Bind print-length and print-level.
4593         (wl-score-pretty-print): Ditto.
4594         (wl-score-edit-insert-header-entry): Ditto.
4595
4596         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4597         "From" entry to be treated with wl-draft-eword-encode-address-list.
4598         * wl-mime.el (wl-draft-preview-message): Ditto.
4599
4600         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4601         (wl-summary-mark-as-unread): Ditto.
4602         (wl-summary-mark-as-read-region): Change accordingly.
4603         (wl-summary-mark-as-unread-region): Ditto.
4604         (wl-summary-target-mark-mark-as-read): Ditto.
4605         (wl-summary-target-mark-mark-as-unread): Ditto.
4606
4607 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * Version number is increased to 2.11.2.
4610
4611 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-news.el.in (wl-news-previous-version-save): Bind
4614         print-length and print-level.
4615         * wl-thread.el (wl-thread-save-entities): Ditto.
4616         (wl-thread-save-top-list): Bind print-length.
4617
4618 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-highlight.el (wl-highlight-summary-line-string): Use
4621         wl-summary-score-below-mark, wl-summary-score-over-mark.
4622         (wl-highlight-summary-current-line): Ditto.
4623
4624 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4627         insert it.
4628
4629 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4630
4631         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4632
4633 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4636         message without msgid.
4637         Rewrite with elmo-folder-move-messages.
4638         Set wl-message-buffer to nil.
4639
4640         * wl-summary.el (wl-summary-erase-subr): New function. Use
4641         elmo-folder-move-messages.
4642         (wl-summary-erase): Call it.
4643         (wl-summary-target-mark-erase): Ditto.
4644
4645 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4646
4647         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4648         it is not up-tp-date.
4649
4650 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4651
4652         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4653         buffer after calling `wl-summary-goto-folder-subr' without the
4654         argument `interactive'.
4655         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4656
4657 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4658
4659         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4660         `mime-create-tag'. Use `string=' instead of `looking-at'.
4661
4662 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4663
4664         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4665         to avoid compile warning.
4666
4667         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4668         entity-id when folder is given.
4669         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4670         save-excursion, use save-selected-window instead.
4671         Select folder buffer window if exists.
4672         (To correct behavior with wl-folder-move-cur-folder.)
4673
4674 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4675
4676         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4677
4678 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4679
4680         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4681         list-count instead of %d.
4682
4683 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4684
4685         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4686         (wl-news): Set it.
4687         (wl-news-append-to-folder): Use it.
4688
4689         * wl-news.el.in (wl-news-send-news): Append to specified folder
4690         instead of wl-default-folder.
4691         (wl-news-append-to-folder): Show error message with specified folder.
4692
4693         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4694                 In most major modes, Emacs assumes that any opening
4695                 delimiter found at the left margin is the start of a
4696                 top-level definition, or defun. Therefore, *never put an
4697                 opening delimiter at the left margin unless it should have
4698                 that significance.*
4699
4700         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4701
4702 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4703
4704         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4705
4706 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4707
4708         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4709
4710 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4711
4712         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4713         for sequential numbering case.
4714
4715 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4718         value.
4719         (wl-draft-reply-without-argument-list): Ditto.
4720         (wl-draft-reply-myself-with-argument-list): Abolish.
4721         (wl-draft-reply-myself-without-argument-list): Ditto.
4722         * wl-draft.el (wl-draft-self-reply-p): New function.
4723         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4724
4725 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4728         (avoid error for the case without byte-compiling)
4729
4730 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4731
4732         * wl-news.el.in (wl-news-append-to-folder): New function.
4733         (wl-news-exit): Rewrite.
4734         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4735
4736 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-draft.el (wl-draft-reply-position): New function.
4739         (wl-draft-reply-position): Fix.
4740         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4741         (wl-summary-target-mark-reply-with-citation): Ditto.
4742         (wl-summary-reply-with-citation): Ditto.
4743         * wl-vars.el (wl-draft-reply-default-position): New variable.
4744
4745 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4746
4747         * wl-draft.el (wl-draft-send): Preview when interactive send.
4748
4749 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * wl-draft.el (wl-draft-reply): Set default position.
4752         * wl-summary.el (wl-summary-reply): Ditto.
4753         (wl-summary-reply-with-citation): Ditto.
4754         (wl-summary-target-mark-reply-with-citation): Ditto.
4755
4756 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-news.el.in (wl-news-lang): Set default value according to
4759         current-language-environment.
4760         (wl-news-append-news): Do nothing when news-list is nil.
4761
4762 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4763
4764         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4765         (wl-news): Change message.
4766         (wl-news-exit): Check buffer.
4767         (wl-news-force-exit): New function.
4768         (wl-news-show-all): New function.
4769         (wl-news-discard-and-exit): Fix.
4770
4771 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4774         according to current-language-environment.
4775
4776         * wl-news.el.in (wl-news): If arg, show all NEWS after
4777         wl-news-default-previous-version.
4778
4779 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4780
4781         * wl-news.el.in (wl-news-check): Rewritten.
4782         (wl-news-previous-version-load): Change data type.
4783         (wl-news-previous-version-save): Change data type.
4784         (wl-news-append-news): Add return value.
4785         (wl-news-check-news): New function.
4786         (wl-news-already-current-p): New function.
4787         (wl-news-send-news): Rewritten.
4788         (wl-news-mode-map): Add new keybind.
4789         (wl-news): Rewritten.
4790         (wl-news-exit): Rewritten.
4791         (wl-news-discard-and-mail): New function.
4792         (wl-news-send-to-address): Abolished.
4793         * wl.el (wl-init): Delete a message.
4794
4795 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4796
4797         * wl-news.el.in (wl-news-exit): Update previous version.
4798         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4799
4800 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4803
4804 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4805
4806         * wl-news.el.in (wl-news): New function.
4807         (wl-news-mode): New function.
4808         (wl-news-next-line): New function.
4809         (wl-news-next-page): New function.
4810         (wl-news-exit): New function.
4811         (wl-news-buf-name): New variable.
4812         (wl-news-mode-map): New variable.
4813         (wl-news-winconf): New variable.
4814         (wl-news-append-news): Add an option.
4815
4816 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4817
4818         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4819
4820 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-news.el.in (wl-news-send-to-address): New variable.
4823         (wl-news-send-news): Use it.
4824         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4825         Return updating status.
4826         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4827
4828 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4829
4830         * wl-news.el.in (wl-news-send-news): Delete
4831         Organization and X-Face.
4832
4833 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4834
4835         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4836         (wl-news-append-news): New function.
4837         (wl-news-send-news): New function.
4838
4839 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4840
4841         * Version number is increased to 2.11.1.
4842
4843 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4844
4845         * wl-news.el.in : New file.
4846
4847 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4848
4849         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4850         default value.
4851         (wl-draft-reply-without-argument-list): Ditto.
4852
4853 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4854
4855         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4856         (wl-message-buffer-prefetch-idle-time): Ditto.
4857         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4858
4859 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-thread.el (wl-thread-insert-message): Use
4862         wl-summary-max-thread-depth.
4863
4864         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4865         loop detection.
4866
4867         * wl-message.el (wl-message-buffer-display): Back to the first page
4868         when cache is hit.
4869
4870 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4873
4874         * wl-summary.el (wl-summary-insert-thread-entity):
4875         If the thread depth is reached to wl-summary-max-thread-depth,
4876         divide the thread.
4877
4878 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4879
4880         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4881         for elmo-remove-passwd.
4882
4883 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4884
4885         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4886         folder is sticky.
4887         (wl-folder-mark-as-read-all-entity): Ditto.
4888         (wl-folder-prefetch-entity): Ditto.
4889
4890 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4891
4892         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4893
4894 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4895
4896         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4897         Delete messages on buffer for unplugged operation.
4898         (wl-summary-erase): Ditto.
4899
4900 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4901
4902         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4903         take nil so as not to search parent by subject.
4904
4905 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4906
4907         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4908         (wl-folder-get-next-folder): Ditto.
4909         (wl-folder-get-path): Ditto.
4910
4911 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4912
4913         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4914         system and encode the region with it before verifying.
4915
4916 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4917
4918         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4919         system of the echo buffer before decoding.
4920
4921 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4922
4923         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4924         original contents.
4925
4926 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4927
4928         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4929         with argument 'any-exists.
4930
4931 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4932
4933         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4934         Use `wl-cs-autoconv'.
4935
4936 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4939         by `mime-view-automatic-conversion'.
4940
4941         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4942         (wl-message-verify-pgp-nonmime): Ditto.
4943         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4944         Bind them to C-c:d and C-c:v respectively.
4945
4946         Merge following code by Teranishi-san from [wl-en:00167].
4947         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4948         (wl-mime-preview-application/pgp-encrypted): Ditto.
4949         (wl-mime-setup): Add entry.
4950
4951 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952
4953         * wl-summary.el (wl-summary-target-mark-erase): New function.
4954         Bind it to "mD".
4955
4956 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4957
4958         * wl-vars.el (wl-draft-write-file-function): Fix.
4959         (wl-draft-reedit-hook): Changed default value.
4960
4961         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4962         wl-draft-reedit-hook.
4963         (wl-draft-remove-text-plain-tag): New function.
4964         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4965
4966         * wl-vars.el (wl-draft-write-file-function): New user option.
4967
4968         * wl-draft.el (wl-draft-prepare-edit): Use it for
4969         local-write-file-hooks.
4970         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4971
4972         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4973         (wl-draft-insert-mail-header-separator): Return the body beginning
4974         point.
4975         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4976         text/plain.
4977         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4978
4979 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4980
4981         * wl-summary.el (wl-summary-erase): New function to erase message
4982         without moving it to trash. Bind to "D".
4983
4984         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4985         as `keep' unless switch-function.
4986
4987 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4990         message buffer by using `wl-summary-toggle-disp-msg'.
4991         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4992         buffer window.
4993         (wl-summary-supresedes-message): Ditto.
4994
4995         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4996         Do not delete other windows.
4997         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4998         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4999         (wl-draft-create-buffer): Set reply-or-forward also for target
5000         mark commands.
5001
5002 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
5003
5004         * wl-draft.el (wl-user-agent-compose): Delete special case for
5005         switch-to-buffer-other-window.
5006
5007         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
5008         (wl-summary-forward): Ditto.
5009
5010         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
5011         function.
5012         (wl-draft-buffer-style): New use option.
5013
5014         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5015         (wl-draft): Follow the change above.
5016         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5017         wl-draft-buffer-style.
5018         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5019         switch-function.
5020
5021 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5022
5023         * wl-address.el (wl-address-make-completion-entry): Extracted from
5024         `wl-address-make-completion-list'.
5025         (wl-address-enable-strict-loading): New variable.
5026         (wl-address-make-completion-list): Revive petname duplication
5027         inquiry, and enable it if `wl-address-enable-strict-loading'.
5028         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5029
5030 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * wl-message.el (wl-message-get-original-buffer): Avoid
5033         'Selecting deleted buffer' error when original buffer is killed.
5034
5035 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-summary.el (wl-summary-next-message): Use
5038         elmo-message-accessible-p instead of elmo-message-cached-p.
5039
5040 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5041
5042         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5043
5044         * wl-thread.el (wl-thread-open-all-unread): Use
5045         elmo-folder-list-flagged instead of
5046         elmo-folder-list-messages-mark-match.
5047
5048         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5049         instead of elmo-folder-list-messages-mark-match.
5050         (wl-summary-move-spec-alist): New variable.
5051         (wl-summary-move-spec-plugged-alist,
5052         wl-summary-move-spec-unplugged-alist): Abolish.
5053         (wl-summary-next-message): Follow the change above.
5054         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5055         with 'no-msg' argument.
5056
5057         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5058         variable.
5059         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5060         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5061         (wl-message-buffer-prefetch-get-next): Follow the change above.
5062
5063 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl-version.el (wl-version): Changed codename.
5066
5067         * Version number is increased to 2.11.0.
5068
5069 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5070
5071         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5072         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5073         `wl-draft-config-variables'.
5074         (wl-draft-kill): Fixed problem when the draft is reedit.
5075
5076 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5079         buffer-modified status (Thanks to
5080         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5081
5082 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-util.el (wl-region-exists-p): New function.
5085
5086         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5087         Remove defvars for byte-compile warnings.
5088
5089 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5090
5091         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5092         defvar-maybe. Removed unused bind.
5093
5094 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5095
5096         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5097         summary buffer window before creating new frame.
5098         (wl-draft-reply): Ditto.
5099
5100 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5101
5102         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5103
5104 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5105
5106         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5107
5108 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5109
5110         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5111         instead of `kill-region'.
5112
5113 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5116         (wl-highlight-summary-line-string): Use it.
5117         (wl-highlight-summary-current-line): Ditto.
5118
5119         * wl-mime.el (wl-message-delete-current-part): Check the class of
5120         mime-entity.
5121
5122         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5123
5124         * wl-summary.el (wl-summary-make-number-list): Initialize.
5125         (wl-summary-update-mark): New function.
5126         (wl-summary-reply): Put `answered' mark on the message.
5127         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5128
5129         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5130         (wl-draft-reply): Added optional argument `number';
5131         Set wl-draft-parent-number.
5132         (wl-draft-kill): Delete answered mark if it is a reply.
5133
5134 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5135
5136         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5137         that originates in mime-preview-follow-current-entity.
5138         (wl-draft-yank-current-message-entity): Use it if region is active.
5139
5140         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5141         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5142         `wl-message-delete-current-part'.
5143         * wl-mule.el (wl-message-define-keymap): Ditto.
5144         * wl-xmas.el (wl-message-define-keymap): Ditto.
5145
5146 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5147
5148         * wl-mime.el (wl-message-delete-current-part): New function.
5149         (wl-mime-node-id-to-string): Ditto.
5150
5151         * wl-mime.el (wl-message-delete-current-part): Use existing
5152         original buffer which corresponds current mime-view buffer.
5153         (fetched buffer might have different structure, possibly)
5154
5155         * wl-mime.el (wl-message-delete-current-part): Quit if the
5156         message content differs from the actual message.
5157
5158 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5161         order.
5162         (wl-summary-search-by-subject): Search parent message from tail;
5163         Check the existence of the parent message on the current thread tree.
5164         (wl-summary-update-thread): Check whether the line is inserted.
5165
5166 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5167
5168         * wl-vars.el (wl-summary-line-format): Undo last change.
5169         * wl-summary.el (wl-summary-print-destination): Do not put
5170         invisible property when `wl-summary-width' is nil.
5171         (wl-summary-line-subject-minimum-length): Abolished.
5172         (wl-summary-line-subject): Ditto.
5173
5174 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-vars.el (wl-summary-line-format): Change default value.
5177         (wl-summary-subject-length-limit): Abolished.
5178         * wl-summary.el (wl-summary-line-subject): Ditto.
5179
5180 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5181
5182         * wl-template.el (wl-template-select): Added optional argument.
5183         If optional argument is specified, reverse
5184         `wl-template-visible-select'.
5185
5186 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5187
5188         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5189         Take prefix argument to force asking the destination folder.
5190
5191 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5192
5193         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5194         count and update status.
5195
5196 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-summary.el (wl-summary-redisplay-internal): If
5199         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5200         after fetching.
5201
5202 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5203
5204         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5205         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5206
5207         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5208
5209 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5212         (All other related portions are changed).
5213         (wl-summary-mark-as-read-all): Rewrite.
5214
5215 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5216
5217         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5218         `wl-summary-mark-as-read'.
5219         (wl-summary-mark-as-unread): Rewrite.
5220         (wl-summary-mark-as-read): Added no-modeline argument.
5221         (wl-summary-resume-cache-status): Rewrite.
5222         (wl-summary-exec-subr): Remove unused local variable.
5223
5224 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5225
5226         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5227         logic to call `wl-summary-buffer-prev-folder-function'.
5228         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5229
5230 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5233         is nil.
5234
5235 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5238         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5239         (wl-mime-setup): Add its entry.
5240
5241 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5242
5243         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5244         (wl-summary-delete-cache): Likewise.
5245         (wl-summary-mark-as-read): Rewrite.
5246
5247 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5248
5249         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5250         `wl-summary-count-unread'.
5251
5252         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5253
5254         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5255
5256 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5259         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5260         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5261         Renamed to the elmo-msgdb-*-mark.
5262         (wl-summary-score-marks): Follow the change above.
5263         (wl-summary-auto-refile-skip-marks): Ditto.
5264         (wl-summary-incorporate-marks): Ditto.
5265         (wl-summary-expire-reserve-marks): Ditto.
5266
5267         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5268         changes.
5269         (wl-thread-insert-top): Changed updating message.
5270
5271         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5272         variable.
5273         (wl-summary-count-unread): Count answered marks.
5274         (wl-summary-rescan): Call wl-summary-insert-message instead of
5275         wl-summary-append-message-func-internal.
5276         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5277         (wl-summary-prefetch-msg): Follow the variable name changes.
5278         (wl-summary-prefetch-region): Ditto.
5279         (wl-summary-mark-as-read-all): Follow the API changes;
5280         Don't call elmo-folder-replace-marks.
5281         (wl-summary-delete-cache): Follow the variable name changes.
5282         (wl-summary-resume-cache-status): Ditto.
5283         (wl-summary-update-status-marks): New function.
5284         (wl-summary-insert-message): New function.
5285         (wl-summary-sync-marks): Follow the variable name changes.
5286         (wl-summary-sync-update): Synchronize to the msgdb, too;
5287         Changed update messages.
5288         (wl-summary-make-number-list): Rewrite.
5289         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5290         (wl-summary-mark-as-unread): Follow the API changes.
5291         (wl-summary-exec-subr): Follow the variable name changes.
5292         (wl-summary-mark-as-read): Ditto.
5293         (wl-summary-move-spec-plugged-alist): Ditto.
5294         (wl-summary-move-spec-unplugged-alist): Ditto.
5295         (wl-summary-cursor-move-surface): Ditto.
5296
5297         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5298         variable name changes.
5299         (wl-highlight-summary-current-line): Ditto.
5300
5301         * wl-expire.el (wl-expire-refile): Follow the API change in
5302         elmo-folder-move-messages.
5303         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5304         (wl-summary-archive): Use elmo-folder-msgdb instead of
5305         elmo-msgdb-load.
5306
5307 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5308
5309         * wl-mime.el (wl-draft-preview-message): Restore the position
5310         before evaluating wl-draft-send-hook in preview buffer.
5311
5312 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313
5314         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5315         when it creates new draft buffer.
5316
5317         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5318         without argument.
5319
5320         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5321         Evaluate content and if the value is string, insert it.
5322         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5323         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5324         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5325         wl-draft-config-sub-part-bottom): Use it.
5326
5327         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5328         with the folder name. The question was unintelligible when it is
5329         called from wl-save-status.
5330
5331 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5334         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5335         cannot take second argument).
5336
5337 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5340         as t. Since type and subtype are not case sensitive (RFC 2045).
5341
5342 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5343
5344         * wl-vars.el (wl-message-mode-line-format): New variable.
5345         (wl-message-mode-line-format-spec-alist): Ditto.
5346         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5347         (wl-message-redisplay): Use wl-message-mode-line-format.
5348
5349 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5350
5351         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5352
5353 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5354
5355         * wl-summary.el (wl-summary-default-from): Write description.
5356
5357 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-vars.el (wl-ldap-objectclass): Abolish.
5360
5361         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5362         (wl-ldap-make-filter): Removed condition for objectclass.
5363         (wl-ldap-make-matched-value-list): Remove meaningless process.
5364         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5365         (wl-address-ldap-search): Don't add `*' to `pat' string;
5366         use ignore-errors; added `email';
5367         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5368         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5369         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5370
5371
5372 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5373
5374         * wl-draft.el (wl-draft-parent-folder): Write description.
5375         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5376
5377 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5378
5379         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5380         as "" (zero-length string) if no parent.
5381         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5382
5383 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-address.el (wl-address-make-completion-list): Skip duplication
5386         checking.
5387         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5388         `append'.
5389
5390 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5391
5392         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5393         instead of `beginning-of-buffer'.
5394
5395 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5398
5399 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5402         Refer wl-message-buffer-name.
5403         (wl-message-wheel-down): Ditto.
5404
5405 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl-vars.el (wl-message-buffer-name): New user option.
5408
5409         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5410         directly instead of making alist dinamically.
5411
5412         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5413         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5414         wl-message-buffer-cache-name.
5415         (wl-message-buffer-cache-clean-up): Ditto.
5416
5417         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5418
5419         * Version number is increased to 2.9.15.
5420
5421 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5422
5423         * wl-vars.el (wl-summary-default-view-alist): New user option.
5424
5425         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5426
5427         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5428         while deleting address.
5429         (wl-draft-delete-myself-from-cc): Ditto.
5430
5431         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5432         If optional argument is specified, reverse sort order.
5433
5434         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5435
5436 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-thread.el (wl-thread-insert-message): Return parent number if
5439         exists.
5440         (wl-thread-update-indent-string-region): Use
5441         wl-thread-update-line-on-buffer-sub instead of
5442         wl-thread-update-line-on-buffer.
5443
5444 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5445
5446         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5447         (wl-folder-close-all): Ditto.
5448
5449 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5450
5451         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5452         and mailing-list:.
5453         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5454         value.
5455         (wl-summary-line-list-info): Print mailing-list name even when 
5456         list-number is empty.
5457
5458 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5459
5460         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5461
5462         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5463         (wl-draft-open-file): Ditto.
5464         (wl-draft-random-alphabet): Ditto.
5465
5466         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5467         bindings.
5468
5469 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5472         * wl-vars.el (wl-draft-config-alist): Ditto.
5473
5474 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5475
5476         * Version number is increased to 2.9.14.
5477
5478         * wl.el (wl): Don't set wl-init as nil when error occured while
5479         auto-checking folders.
5480
5481         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5482         `elmo-expand-newtext'.
5483
5484 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5485
5486         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5487         `this-command' so that `wl-folder-goto-folder' contained in
5488         `wl-summary-keep-cursor-command' work.
5489
5490 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5491
5492         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5493         message buffer displaying state.
5494
5495 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5496
5497         * wl-vars.el (wl-summary-default-view): New variable to specify
5498         default value for `wl-summary-buffer-view' instead of using
5499         set-default.
5500         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5501
5502 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5503
5504         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5505
5506         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5507
5508 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5509
5510         * wl-vars.el (wl-forward-subject-prefix): New variable.
5511         * wl-draft.el (wl-draft-forward): Use it.
5512
5513 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5514
5515         * wl-message.el (wl-message-prev-page): When it is called without
5516         lines argument, scroll down by wl-message-scroll-amount lines.
5517         (wl-message-next-page): Ditto.
5518         * wl-vars.el (wl-message-scroll-amount): Change default value
5519         to preserve current behavior.
5520
5521 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5522
5523         * wl-summary.el (wl-summary-prefetch-msg): Bind
5524         `wl-message-entity' to call `wl-summary-from-function'.
5525
5526 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5527
5528         * wl-message.el (wl-message-buffer-create): Run
5529         wl-message-buffer-created-hook.
5530
5531 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-summary.el (wl-summary-sort-specs): New variable.
5534         (wl-summary-default-sort-spec): Ditto.
5535         (wl-summary-sort): Rewrite.
5536         (wl-summary-sort-by-list-info): New function.
5537
5538 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5539
5540         * wl-summary.el (wl-summary-get-list-info): New function.
5541         (wl-summary-sort): Rewrite.
5542         (wl-summary-line-list-info): Ditto.
5543         (wl-summary-line-list-count): Ditto.
5544         (wl-summary-refile-region): Fixed docstring.
5545
5546 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5547
5548         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5549         `wl-folder-entity-hashtb' as completion table.
5550
5551 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5554         only when this command is called interactively; silence the byte-
5555         compiler.
5556
5557 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5558
5559         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5560         active in XEmacs.
5561
5562 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5563
5564         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5565         plural lines.
5566
5567 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5568
5569         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5570         of current line when the cursor is on the header name.
5571         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5572
5573 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5574
5575         * wl-util.el (wl-read-directory-name): Return displayed directory
5576         as the default value also on XEmacs.
5577
5578 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5581         formatting.
5582
5583 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5586         argument and when it is non-nil, check face property before
5587         highlighting for each line.
5588         (wl-highlight-summary-window): Set it.
5589
5590 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5591
5592         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5593         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5594
5595         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5596         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5597         (wl-draft-get-fcc-list): Likewise.
5598
5599 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5602         (wl-thread-entity-cur): Ditto.
5603         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5604         wl-thread-indent-regexp setting.
5605         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5606
5607         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5608         wl-summary-lazy-highlight.
5609         (wl-summary-display-bottom): Ditto.
5610
5611         * wl-thread.el (wl-thread-open-close): Likewise.
5612
5613         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5614         from and subject;
5615         Bind wl-draft-use-frame;
5616         Enclose with save-window-excursion;
5617         Use wl-draft-create-buffer instead of with-temp-buffer;
5618         Use wl-draft-prepare-edit;
5619         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5620         Use wl-draft-send instead of wl-draft-raw-send.
5621
5622 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5623
5624         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5625         of using wl-from.
5626
5627 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5630         insert-buffer instead of clone-buffer.
5631         (wl-draft-doing-mime-bcc): New variable.
5632         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5633         infinite loop.
5634         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5635
5636         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5637         (wl-draft-mime-bcc-body): Ditto.
5638
5639         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5640         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5641         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5642         wl-draft-do-mime-bcc.
5643         (wl-draft-mime-bcc-field): New function.
5644         (wl-draft-do-mime-bcc): Ditto.
5645
5646         * wl-address.el (wl-address-complete-header-list): New variable.
5647         (wl-address-complete-header-regexp): Changed default value.
5648
5649         * Version number is increased to 2.9.13.
5650
5651 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5652
5653         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5654         it is differed.
5655
5656 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5657
5658         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5659         (wl-summary-line-list-count): Ditto.
5660
5661 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5662
5663         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5664         (wl-nntp-posting-function): New variable.
5665         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5666         `wl-nntp-posting-config-alist'.
5667
5668 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5669
5670         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5671         FLIM.
5672
5673 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5674
5675         * wl-summary.el (wl-summary-target-mark-refile-sub):
5676         Remove a nuisance funcall.
5677
5678 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5679
5680         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5681         as t for `try-completion'.
5682
5683 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5684
5685         * wl-summary.el (wl-summary-default-from): Use
5686         wl-address-header-extract-address instead of
5687         std11-extract-address-components.
5688         (wl-summary-simple-from): Ditto.
5689         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5690         (wl-summary-insert-headers): Show message.
5691         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5692         for whole line.
5693         (wl-summary-default-from): Revert last change.
5694         (wl-summary-simple-from): Ditto.
5695         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5696         (wl-summary-mark-as-read-region): Follow the change above.
5697         (wl-summary-sync-marks): Ditto.
5698         (wl-summary-target-mark-mark-as-read): Ditto.
5699         (wl-summary-redisplay-internal): Ditto.
5700         (wl-summary-redisplay-no-mime-internal): Ditto.
5701         (wl-summary-redisplay-all-header): Ditto.
5702         (wl-summary-mark-as-read): Removed argument `cached';
5703         Use current cache status to set cache mark.
5704         (wl-summary-redisplay-internal): Follow the change above.
5705         (wl-summary-redisplay-no-mime-internal): Ditto.
5706         (wl-summary-redisplay-all-header): Ditto.
5707
5708         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5709
5710         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5711         Don't call itself recursively (Adviced by Yamaoka-san).
5712
5713 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5714
5715         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5716         bind wl-summary-highlight as nil to avoid error caused by missing
5717         local variables.
5718
5719 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-vars.el (wl-invalid-character-message): New user option.
5722
5723         * wl-util.el (wl-set-string-width): If truncated string-width is
5724         larger than specified width, use `wl-invalid-character-message'.
5725
5726 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5727
5728         * wl-summary.el (wl-summary-prefetch-msg): 
5729         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5730
5731 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5732
5733         * wl-vars.el (wl-summary-check-line-format): New user option.
5734         (wl-summary-line-format-file): Ditto.
5735
5736         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5737         variable.
5738         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5739         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5740         and `wl-summary-view-old-p' to check whether do a rescan or not.
5741         (wl-summary-view-old-p): New function.
5742         (wl-summary-line-format-changed-p): Ditto.
5743         (wl-summary-line-format-save): Ditto.
5744         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5745
5746         * wl-util.el (wl-set-string-width): Avoid using negative number
5747         for make-string.
5748
5749 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5750
5751         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5752         return value.
5753
5754         * wl-util.el (wl-set-string-width): Added optional argument
5755         `padding' (All other related portions are changed).
5756         (wl-line-parse-format): If the first letter of column number is
5757         `0', zero-padding the result (ex: "%05l").
5758
5759         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5760
5761 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5764         sequential summary view.
5765
5766 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5769         if it doesn't have a -unix version.
5770
5771 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5774
5775 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5776
5777         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5778         content.
5779         (wl-draft): Follow the change above.
5780
5781         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5782
5783         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5784         and wl-folder-summary-line-format-alist contain %T and %P.
5785
5786         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5787         (wl-summary-mode-line-format): New user option.
5788         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5789         (wl-summary-line-format): Changed default value.
5790         (wl-summary-lazy-highlight): Changed default value.
5791
5792         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5793         change in wl-summary-create-line.
5794         (wl-thread-insert-entity-sub): Ditto.
5795
5796         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5797         (wl-summary-buffer-unread-status): Ditto.
5798         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5799         (wl-summary-buffer-persistent-mark-column): Ditto.
5800         (wl-summary-buffer-mode-line-formatter): Ditto.
5801         (wl-summary-buffer-mode-line): Ditto.
5802         (wl-summary-message-regexp): Abolished.
5803         (All other related portions are changed.)
5804         (wl-summary-detect-mark-position): New function.
5805         (wl-summary-buffer-set-folder): Setup
5806         wl-summary-buffer-mode-line-formatter.
5807         (wl-summary-mode): Setup selective-display;
5808         Setup pre-idle-hook when xemacs.
5809         (wl-summary-update-modeline): Rewrite.
5810         (wl-summary-jump-to-msg): Define as function;
5811         Changed regexp for searching messages.
5812         (wl-summary-message-number): Rewrite.
5813         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5814         Do rescan when old type summary cache.
5815         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5816         (wl-summary-remove-destination): Use '\r' to detect EOL.
5817         (wl-summary-print-destination): Ditto.
5818         (wl-summary-temp-mark): New inline function.
5819         (wl-summary-persistent-mark): Ditto.
5820         (wl-summary-line-number): New function.
5821         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5822         (wl-summary-line-list-count): New function.
5823         (wl-summary-create-line): Added argument persistent-mark.
5824         (All other related portions are changed)
5825         (wl-summary-create-line): Insert '\r'.
5826         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5827         (wl-summary-cursor-move-surface): New inline function.
5828         (wl-summary-prev): Use it.
5829         (wl-summary-next): Ditto.
5830
5831         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5832         wl-summary-message-regexp.
5833         (wl-highlight-summary): Delete progress message.
5834         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5835
5836         * Version number is increased to 2.9.12.
5837
5838 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5839
5840         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5841         variable (nil: no minimum).
5842         (wl-summary-line-subject): Add some spaces after subject by
5843         wl-summary-line-subject-minimum-length.
5844
5845 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5846
5847         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5848         and removed `F'.
5849         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5850         change above).
5851
5852 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5853
5854         * wl-summary.el (wl-summary-line-list-count): Reverted.
5855         (example setting in samples/*/dot.wl is also updated)
5856
5857 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5858
5859         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5860
5861         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5862
5863         * wl-vars.el (wl-summary-line-format): Addes some description to the
5864         docstring.
5865
5866         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5867         (wl-summary-line-close-bracket): Ditto.
5868         (wl-summary-line-children-number): Ditto.
5869         (wl-summary-line-thread-indent): Ditto.
5870         (wl-summary-line-children-and-from): Ditto.
5871
5872         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5873         't', 'c', 'F' and added 'C'.
5874
5875         * wl-util.el (wl-set-string-width): Accept negative value.
5876         (wl-line-parse-format): Added "%number(" and "%)".
5877
5878 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5879
5880         * wl-summary.el (wl-summary-line-list-count): Change format of the
5881         return value.
5882
5883 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5884
5885         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5886         from the recent message.el.
5887         (wl-draft-point-in-header-p): Ditto.
5888         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5889         wl-draft-beginning-of-line.
5890         * wl-e21.el (wl-draft-mode-map): Ditto.
5891         * wl-xmas.el (wl-draft-mode-map): Ditto.
5892
5893         * wl-folder.el: Sort macrodefs by dependencies.
5894
5895 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5896
5897         * wl-summary.el (wl-summary-prev): Fixed regexp.
5898         (wl-summary-next): Ditto.
5899
5900 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5901
5902         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5903
5904 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5905
5906         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5907         for backward compatibility.
5908
5909 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl-summary.el (wl-summary-line-list-count): New function, merged
5912         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5913         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5914         list counts.
5915
5916 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-summary.el (wl-summary-create-line): Ignore errors while
5919         timezone-fix-time.
5920
5921         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5922
5923         * wl-summary.el (wl-summary-sync-update): Ditto.
5924         (wl-summary-default-from): Use wl-message-entity
5925         instead of entity.
5926
5927         * wl-summary.el (wl-summary-create-line): Fix.
5928
5929         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5930         (wl-summary-line-format): New user option.
5931         (wl-folder-summary-line-format-alist): Ditto.
5932         (wl-summary-from-width): Abolished.
5933
5934         * wl-util.el (toplevel): Require 'bytecomp.
5935         (wl-line-parse-format): New function.
5936         (wl-line-formatter-setup): New macro.
5937
5938         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5939         (wl-summary-buffer-line-formatter): New buffer local variable.
5940         (wl-summary-switch-to-clone-buffer): Follow the change above.
5941         (wl-summary-message-regexp): Fix.
5942         (wl-summary-from-func-internal): Abolished.
5943         (wl-summary-subject-func-internal): Ditto.
5944         (wl-summary-subject-filter-func-internal): Ditto.
5945         (All other related portions are changed.)
5946         (wl-summary-buffer-set-folder):
5947         Set up wl-summary-buffer-number-column and 
5948         wl-summary-buffer-line-formatter
5949         (All other related portions are changed.)
5950         (wl-summary-buffer-number-column-detect): Abolished.
5951         (All other related portions are changed.)
5952         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5953         (wl-summary-delete-all-temp-marks-on-buffer): Use
5954         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5955         (wl-summary-target-mark-delete): Ditto.
5956         (wl-summary-target-mark-refile-subr): Ditto.
5957         (wl-summary-target-mark-mark-as-read): Ditto.
5958         (wl-summary-target-mark-mark-as-unread): Ditto.
5959         (wl-summary-target-mark-mark-as-important): Ditto.
5960         (wl-summary-target-mark-save): Ditto.
5961         (wl-summary-replace-status-marks): Renamed from
5962         wl-summary-set-status-marks-on-buffer;
5963         Use wl-summary-message-regexp instead of
5964         wl-summary-buffer-number-regexp.
5965         (wl-summary-sync-update): Follow the change above.
5966         (wl-summary-goto-previous-message-beginning): New function.
5967         (wl-summary-mark-as-unread): Use it.
5968         (wl-summary-mark-as-important): Ditto.
5969         (wl-summary-line-formatter): New variable.
5970         (wl-summary-line-year): New function.
5971         (wl-summary-line-day): Ditto.
5972         (wl-summary-line-day-of-week): Ditto.
5973         (wl-summary-line-hour): Ditto.
5974         (wl-summary-line-minute): Ditto.
5975         (wl-summary-line-open-bracket): Ditto.
5976         (wl-summary-line-close-bracket): Ditto.
5977         (wl-summary-line-children-number): Ditto.
5978         (wl-summary-line-thread-indent): Ditto.
5979         (wl-summary-line-size): Ditto.
5980         (wl-summary-line-subject): Ditto.
5981         (wl-summary-line-from): Ditto.
5982         (wl-summary-line-children-and-from): Ditto.
5983         (wl-summary-create-line): Rewritten.
5984         (wl-summary-format-date): Abolished.
5985
5986         * wl-highlight.el (wl-highlight-summary-current-line): Use
5987         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5988         Use thread structure to detect thread top message.
5989
5990         * wl-draft.el (wl-default-draft-cite): Don't use
5991         wl-summary-from-func-internal.
5992
5993         * wl-refile.el (wl-refile-subject-learn): Don't use
5994         wl-summary-subject-filter-func-internal.
5995         (wl-refile-guess-by-subject): Ditto.
5996
5997         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5998         parameters.
5999
6000         * wl-thread.el (wl-thread-update-indent-string-region):
6001         Use wl-thread-update-line-on-buffer instead of
6002         wl-thread-update-indent-string.
6003         (wl-thread-update-children-number): Redefine using
6004         wl-thread-update-line-on-buffer.
6005         (wl-thread-update-indent-string): Abolished.
6006
6007         * Version number is increased to 2.9.11.
6008
6009 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
6012         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
6013         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6014
6015         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6016         as nil.
6017
6018         * wl-thread.el (wl-thread-open-all-unread): Use 
6019         elmo-folder-list-messages-mark-match.
6020         (wl-thread-insert-message): Removed argument `mark-alist'.
6021         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6022         elmo-msgdb-set-mark.
6023         (wl-thread-get-children-msgs-uncached): Likewise.
6024         (wl-thread-get-exist-children): Added argument include-self.
6025         (wl-thread-delete-message): Follow the change above.
6026
6027         * wl-summary.el (wl-summary-count-unread): Removed argument.
6028         (wl-summary-rescan): Follow the change above.
6029         (wl-summary-mark-as-read-region): Ditto
6030         (wl-summary-mark-as-unread-region): Ditto.
6031         (wl-summary-delete-messages-on-buffer): Ditto.
6032         (wl-summary-sync-update): Ditto.
6033         (wl-summary-switch-to-clone-buffer): Ditto.
6034         (wl-summary-goto-folder-subr): Ditto.
6035         (wl-summary-target-mark-mark-as-read): Ditto.
6036         (wl-summary-target-mark-mark-as-unread): Ditto.
6037         (wl-summary-target-mark-mark-as-important): Ditto.
6038         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6039         (wl-summary-update-thread): Removed argument `mark-alist'.
6040         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6041         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6042         (wl-summary-resume-cache-status): Likewise.
6043         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6044         elmo-msgdb-set-mark.
6045         (wl-summary-mark-as-read-all): Likewise.
6046         (wl-summary-delete-cache): Ditto.
6047         (wl-summary-auto-select-msg-p): Ditto.
6048         (wl-summary-mark-as-unread): Ditto.
6049         (wl-summary-no-auto-refile-message-p): Ditto.
6050         (wl-summary-mark-as-read): Ditto.
6051         (wl-summary-mark-as-important): Ditto.
6052         (wl-summary-auto-refile): Follow the change above.
6053         (wl-summary-delete-all-marks): Removed.
6054         (wl-summary-resume-marks-and-highlight): Ditto.
6055         (wl-summary-resume-marks): Ditto.
6056         (wl-summary-delete-important-msgs-from-list): Ditto.
6057         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6058
6059         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6060         wl-summary-count-unread.
6061
6062         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6063         (wl-summary-score-update-all-lines): Use
6064         elmo-msgdb-set-mark.
6065
6066 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6069         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6070         (wl-summary-create-line): Renamed from
6071         wl-summary-overview-create-summary-line;
6072         Argument rearrangement.
6073         (wl-summary-update-thread): Follow the change above.
6074
6075         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6076         (wl-thread-insert-entity-sub): Likewise.
6077
6078         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6079         argument `overview', `mark-alist' and added `msgdb'.
6080
6081         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6082
6083         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6084         (wl-summary-rescan): Follow the change above.
6085         (wl-summary-sync-update): Ditto.
6086         (wl-summary-insert-thread-entity): Ditto;
6087         Don't use `let*' in every while loop;
6088         Detect infinite loop of threads.
6089         (wl-summary-update-thread): Removed argument `overview'.
6090
6091         * wl-thread.el (wl-thread-insert-message): Ditto.
6092
6093         * Version number is increased to 2.9.10.
6094
6095         * wl-message.el (wl-message-redisplay): Ignore errors while
6096         wl-message-redisplay-hook.
6097
6098 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6099
6100         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6101
6102 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl.el (wl): inhibit-quit while wl-folder.
6105
6106 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6107
6108         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6109         while msgdb access.
6110
6111 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6112
6113         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6114         even if no folder is not created.
6115
6116 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6119
6120         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6121         implementation.
6122         (wl-summary-target-mark-thread): Ditto.
6123
6124         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6125
6126 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6127
6128         * wl-util.el (wl-display-bytes): Remove unused function.
6129
6130 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6131
6132         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6133         seems critical one (partially reverse the change in 2002/03/17).
6134
6135 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136
6137         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6138         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6139
6140 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6141
6142         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6143         is not writable.
6144         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6145         plugged status instead of `'force' as 2nd argument.
6146
6147         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6148         is not creatable.
6149
6150         * Version number is increased to 2.9.9.
6151
6152 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6153
6154         * wl-summary.el (wl-summary-suspend): New function.
6155
6156 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * wl.el (wl): Do not check variables if check is nil.
6159         * wl-utils.el (wl-collect-draft): New function.
6160         * wl-folder.el (wl-folder-suspend): Put summary buffers
6161         and draft buffers at the end of buffer list.
6162         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6163
6164 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6165
6166         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6167         loop instead of recursive call.
6168
6169         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6170         2nd argument.
6171
6172 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6173
6174         * wl-draft.el (wl-draft-create-contents): Don't take neither
6175         (function . args) nor (string . something) any more.
6176
6177         * wl-version.el (wl-generate-user-agent-string): Return string
6178         without header symbol.
6179         * wl-draft.el (wl-draft-default-headers): Use it.
6180
6181         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6182         `wl-draft-insert-ccs' and return field value instead of inserting
6183         the header. Abolish cc argument.
6184         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6185
6186         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6187         rather than one with string car.
6188
6189         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6190         * wl-draft.el (wl-draft-create-contents): Add it after the default
6191         headers.
6192
6193         * wl-draft.el (wl-draft-create-contents): For the case of
6194         (symbol-or-string . function) insert header only when the function
6195         returns string value.
6196
6197 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6198
6199         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6200         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6201
6202 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6203
6204         * wl.el (wl-check-environment): Don't check Message-ID when
6205         `wl-insert-message-id' is nil.
6206         Revive checking if `wl-message-id-domain' contains "@".
6207
6208 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6209
6210         * wl.el (wl-check-environment): Merge examination for "@" at
6211         inappropriate position into the first string-match.
6212
6213         * wl-summary.el (wl-summary-target-mark-print): New function.
6214         (wl-summary-pipe-message-subr): Extracted from
6215         `wl-summary-pipe-message'.
6216         (wl-summary-target-mark-pipe): New function.
6217         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6218         `wl-summary-target-mark-pipe'.
6219
6220 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6221
6222         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6223
6224 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6225
6226         * wl.el (wl-check-environment): Use elmo-warning instead of
6227         error for non-critical ones.
6228         Remove trash folder check.
6229         (wl): Don't ignore error in wl-check-environment.
6230
6231         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6232         check, which is moved from `wl-check-environment'.
6233         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6234
6235 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6236
6237         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6238         guess anything, call wl-summary-write.
6239         (wl-summary-write): Create draft with blank To field.
6240         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6241
6242 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243
6244         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6245         argument full as well for wl-folder-write-current-folder.
6246         If wl-*-write-current-folder cannot guess addressee, add blank
6247         To header.
6248         Rewrite condition for positioning cursor.
6249
6250 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6251
6252         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6253         summary buffer is present, use it.
6254         (wl-folder-jump-to-previous-summary): Ditto.
6255
6256 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6257
6258         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6259
6260         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6261         wl-summary-previous-buffer and wl-summary-next-buffer.
6262
6263         * wl-folder.el (wl-folder-mode-map): Bind
6264         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6265         (wl-folder-jump-to-next-summary): New function.
6266         (wl-folder-jump-to-previous-summary): Ditto.
6267
6268         * wl-draft.el (wl-draft): Rearranged.
6269
6270 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6271
6272         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6273         of header.
6274         (wl-draft): Collect arguments for the header as header-alist.
6275         (wl-draft-forward): Arrange arguments for wl-draft.
6276         (wl-draft-reply): Ditto.
6277         (wl-draft-edit-string): Ditto.
6278         * wl-summary.el (wl-summary-write): Ditto.
6279         (wl-summary-write-current-folder): Ditto.
6280
6281         * Version number is increased to 2.9.8.
6282
6283 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6284
6285         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6286
6287         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6288
6289         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6290         even if the guess failed.
6291
6292         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6293         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6294         wl-summary-write-current-folder.
6295         * wl-xmas.el: Ditto.
6296
6297 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6298
6299         * wl-summary.el (wl-summary-next-page): Force display message if
6300         message is not displayed yet.
6301         (wl-summary-prev-page): Ditto.
6302
6303 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6304
6305         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6306
6307 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6308
6309         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6310         add "Preview Message" and "Save Draft and Exit".
6311
6312 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6313
6314         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6315         if addrmgr is called from draft in splitted window.
6316
6317         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6318         * wl-mule.el: Ditto.
6319         * wl-xmas.el: Ditto.
6320
6321 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6322
6323         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6324
6325         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6326         * wl-xmas.el (wl-folder-toolbar): Ditto.
6327
6328 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6329
6330         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6331         and wl-draft-save-and-exit.
6332         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6333         * wl-xmas.el: Ditto.
6334         * wl-mule.el: Ditto.
6335
6336         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6337         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6338
6339 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6340
6341         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6342         lists for saving buffer.
6343
6344 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6345
6346         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6347         parent-folder argument instead of it.
6348         (wl-draft-create-buffer): Ditto.
6349         (wl-draft-forward): Ditto.
6350         (wl-draft-reply): Ditto.
6351         * wl-summary.el (wl-summary-write): Ditto.
6352         (wl-summary-write-current-folder): Ditto.
6353
6354         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6355         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6356         Folder buffer after composing.
6357
6358 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6361         header if the file `wl-x-face-file' already contains it.
6362
6363 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6364
6365         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6366         folder" entry.
6367         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6368         * wl-e21.el (wl-folder-toolbar): Ditto.
6369         * wl-xmas.el (wl-folder-toolbar): Ditto.
6370
6371 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6372
6373         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6374         wl-folder-goto-folder with sticky argument.
6375         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6376
6377 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6378
6379         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6380         and wl-summary-previous-buffer.
6381         (wl-summary-next-buffer): New function.
6382         (wl-summary-previous-buffer): Ditto.
6383
6384 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6385
6386         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6387         wl-folder-jump-to-current-entity-with-arg.
6388         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6389         `wl-folder-jump-to-current-entity'.
6390         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6391         `wl-summary-goto-folder-sticky'.
6392         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6393         `wl-summary-goto-folder'.
6394         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6395         Unless force-exit, do not clean temp. marks for sticky summary.
6396         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6397
6398 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6399
6400         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6401         not entire.
6402
6403 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6406         to `C-x C-s'.
6407         (wl-summary-save-status): New command.
6408         (wl-summary-exit): Don't clean-up temp marks when sticky.
6409         (Applied patch from Nakayama-san [wl: 09548])
6410         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6411         Do nothing when no mark data.
6412         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6413         Call `wl-summary-delete-all-temp-marks' before saving.
6414
6415 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6416
6417         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6418
6419 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6420
6421         * wl.el (wl-check-environment): Also cause error when (system-name)
6422         returns "localhost.localdomain". (Although it doesn't affect because
6423         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6424
6425 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6426
6427         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6428         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6429
6430         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6431         value.
6432
6433 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6434
6435         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6436         Likewise r-cc-list and r-ng-list.
6437
6438 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6441         only if it is bound as variable.
6442
6443         * wl-mime.el (wl-draft-preview-message): Ditto.
6444
6445 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6448         needless `goto-char'.
6449
6450         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6451         `wl-summary-redisplay-no-mime-internal' instead of
6452         `wl-summary-redisplay-no-mime'.
6453         (wl-summary-redisplay-no-mime): Changed argument;
6454         Call `wl-summary-redisplay-no-mime-internal'.
6455
6456         * wl-mime.el (wl-draft-preview-message): Bind
6457         `mime-header-encode-method-alist' locally.
6458
6459         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6460         (wl-draft-std11-parse-addresses): Added the first address check.
6461         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6462
6463         * Version number is increased to 2.9.7.
6464
6465 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6466
6467         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6468
6469 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6470
6471         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6472         related to scrollbar support, if there is no such a feature
6473         compiled in.
6474
6475 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6476
6477         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6478         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6479         for prefetch.
6480
6481 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-summary.el (wl-summary-pick): Fix for no match.
6484
6485 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-draft.el (wl-draft-save):
6488         Override `mime-header-encode-method-alist'.
6489
6490 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6491
6492         * wl-folder.el (wl-folder-pick): New function.
6493         Define key as "?".
6494
6495 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6498         Fix for unplugged.
6499
6500 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6501
6502         * wl-folder.el (wl-folder-virtual): New function.
6503         Define key as "V".
6504
6505 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6506
6507         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6508         multi folder if entity is group.
6509
6510 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6513         is nil.
6514
6515 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6518         (wl-summary-target-mark-msgs): Return the number of marked messages.
6519
6520 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6521
6522         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6523         "first:" is specified.
6524
6525 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6526
6527         * wl-vars.el (wl-from): Use return value of function
6528         user-full-name instead of the variable user-full-name since
6529         XEmacs-20.4 doesn't set this variable.
6530
6531 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6534         call `wl' directly.
6535
6536 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6537
6538         * wl-draft.el (wl-draft-reedit): Removed duplicated
6539         switch-to-buffers.
6540
6541 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * wl.el (wl-other-frame): Removed garbages.
6544
6545 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6548
6549         * wl-xmas.el (wl-draft-key-setup): Ditto.
6550
6551         * wl-mule.el (wl-draft-key-setup): Ditto.
6552
6553         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6554         (wl-draft-reedit): Ditto.
6555         (wl-draft-prepare-edit): Add `wl-draft-save' to
6556         `local-write-file-hooks'.
6557         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6558         (wl-draft-reedit): Set buffer-file-name.
6559         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6560
6561
6562         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6563         call it.
6564         (wl-delete-startup-frame-function): New variable.
6565         (wl-other-frame): New function
6566         (Original was written by Yamaoka san [wl: 09239]).
6567
6568         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6569         if `wl-folder-use-frame'.
6570
6571 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6574
6575 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6576
6577         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6578         New variable.
6579         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6580         (wl-message-buffer-prefetch-get-next): Use them.
6581         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6582
6583 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6586         with unwind-protect.
6587
6588         * wl-draft.el (wl-draft-reedit): Rewrite.
6589         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6590         (wl-draft-save): Insert header separator if it does not exist;
6591         Removed condition-case.
6592
6593         * wl-summary.el (wl-summary-reedit): Revert last change.
6594
6595         * wl-draft.el (wl-draft-save): Rewrite.
6596         (wl-draft-create-buffer): Set buffer-file-name as nil.
6597
6598         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6599
6600         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6601
6602         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6603         nil.
6604
6605 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6606
6607         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6608         If count is nil, do not prefetch.
6609         (wl-message-buffer-prefetch-next): Next.
6610
6611 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6614
6615 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6616
6617         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6618         `delete-backward-char'
6619         (wl-draft-prepare-edit): Check major-mode.
6620         (wl-draft-decode-header): Rewrite.
6621         (wl-draft): Fix.
6622
6623 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6626
6627 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6630         (wl-message-buffer-prefetch-get-next): Remove size checking.
6631         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6632
6633 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6634
6635         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6636         (wl-draft-default-headers): Fix.
6637
6638 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6639
6640         * wl-draft.el (wl-draft-default-headers): Insert return value of
6641         `wl-generate-mailer-string-function'.
6642
6643 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6646         (wl-draft-insert-mail-header-separator): Ditto.
6647
6648         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6649         again (Reverted the change on 2002-01-17 by OKADA san).
6650
6651 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-draft.el (wl-draft): Rewrite.
6654         (wl-draft-create-buffer): New function.
6655         (wl-draft-create-contents): Ditto.
6656         (wl-draft-prepare-edit): Ditto.
6657         (wl-draft-decode-header): Ditto.
6658         (wl-draft-decode-body): Ditto.
6659         (wl-draft-check-new-line): Ditto.
6660         (wl-draft-default-headers): Ditto.
6661         (wl-draft-insert-mail-header-separator): Ditto.
6662
6663 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * Version number is increased to 2.9.6.
6666
6667 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-draft.el (wl-draft-delete-field): Optional argument.
6670         (wl-draft-delete-fields): Ditto.
6671
6672 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl-message.el (toplevel): Eliminated byte-compile warning.
6675         for `itimer-function', `delete-timer' and `itimer-list'.
6676
6677 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6680         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6681         `wl-message-buffer-prefetch-threshold'.
6682         * wl-summary.el (wl-summary-redisplay-internal): Remove
6683         the check of `wl-message-buffer-prefetch-depth'.
6684
6685 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6686
6687         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6688         size of article.
6689         (wl-message-buffer-prefetch-subr): Remove size check.
6690
6691 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6692
6693         * wl-vars.el (wl-plugged): Make customizable.
6694
6695 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6696
6697         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6698         (wl-message-buffer-prefetch-set-timer): New function.
6699         (wl-message-buffer-prefetch-get-next): New function.
6700         (wl-message-buffer-prefetch): New function.
6701         (wl-message-buffer-prefetch-next): Rewrite.
6702         (wl-message-buffer-prefetch-subr): Rewrite.
6703         * wl-vars.el (wl-auto-prefetch-first): New variable.
6704         * wl-summary.el (wl-summary-goto-folder-subr): Call
6705         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6706
6707 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6710         `wl-summary-unread-message-hook'.
6711
6712 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6713
6714         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6715         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6716         if range is `cache-status'.
6717
6718 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6719
6720         * wl-message.el (wl-message-buffer-prefetch-subr):
6721         Improve debug message.
6722
6723 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6724
6725         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6726         `wl-mail-send-pre-hook'.
6727         (wl-draft-send-mail-with-qmail): Ditto.
6728         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6729
6730 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6731
6732         * wl-message.el (wl-message-buffer-prefetch-subr):
6733         Fix for cancel-function-timers bug.
6734         (wl-message-buffer-prefetch-debug): Default value is t.
6735
6736 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6739         (wl-message-buffer-prefetch-subr): Rewrite.
6740         Rename from `wl-message-buffer-prefetch'.
6741
6742 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6743
6744         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6745         (wl-default-draft-cite-decorate-author): Ditto.
6746
6747         * wl-draft.el (wl-draft-cite-function): Removed.
6748         (wl-default-draft-cite-decorate-author): Ditto.
6749
6750 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6751
6752         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6753         (wl-default-draft-cite): Do not arrange author name if the value of
6754         `wl-default-draft-cite-decorate-author' is nil.
6755
6756 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6759
6760         * wl-folder.el (wl-folder-check-one-entity): Don't care
6761         `elmo-folder-use-flag-p'.
6762
6763 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl-folder (wl-folder-check-one-entity): Fix
6766         problem if unread is nil.
6767
6768 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6769
6770         * wl-address.el (wl-address-make-completion-list): Check whether
6771         the address is a group list.
6772         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6773
6774 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6775
6776         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6777         The number of the messages of new and unread does not count
6778         correctly.
6779
6780         * wl-summary.el (wl-summary-count-unread): Changed to return
6781         `(new . unread)' instead of total.
6782         (wl-summary-sync-update): Follow the change above.
6783
6784         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6785
6786 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6787
6788         * wl-address.el (wl-address-make-completion-list): Do not enclose
6789         address by " <" and ">" if associated realname is "".
6790         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6791         This is against the promblem with group list in .addresses pointed
6792         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6793
6794 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6795
6796         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6797         message is a format control string.
6798         * wl-expire.el (wl-expire-append-log): Ditto.
6799         * wl-mime.el (wl-summary-burst-subr): Ditto.
6800         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6801         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6802
6803 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6804
6805         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6806         wl.el (wl-check-variables): Rename from `wl-check-type'.
6807         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6808         (wl-check-variables-2): New function.
6809         (wl): Call `wl-check-variables-2'.
6810
6811 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6812
6813         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6814         after renaming folder in access group.
6815
6816 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6817
6818         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6819         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6820         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6821         (wl-message-buffer-prefetch): Rewrite.
6822         (wl-message-buffer-prefetch-idle-time): Removed.
6823         * wl-summary.el (wl-summary-redisplay-internal):
6824         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6825         Error check for `wl-message-buffer-prefetch-depht'.
6826
6827 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6828
6829         * Version number is increased to 2.9.5.
6830         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6831
6832 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6835         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6836         Based on the patch written by
6837         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6838
6839 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6840
6841         * wl-draft.el (wl-draft-raw-send): Fix for
6842         `wl-news-send-pre-hook'
6843
6844 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6845
6846         * wl-utils.el (wl-message-id-function): New variable.
6847         * wl-draft.el (wl-draft-insert-required-fields):
6848         Use `wl-message-id-function'.
6849
6850 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6851
6852         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6853         * wl-utils.el (wl-draft-make-message-id-string):
6854         Use `wl-from' for domain part of Message-ID
6855         if `wl-message-id-use-wl-from' if non-nil.
6856         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6857
6858 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * wl.el (wl): Call `wl-check-type'
6861         Do not 'condition-case'.
6862
6863 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl.el (wl-check-type): New function.
6866         (wl-check-type-variables): New variable.
6867
6868 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6869
6870         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6871
6872 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6873
6874         * wl-draft.el (wl-smtp-password-key): New function.
6875         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6876         (wl-draft-send-mail-with-smtp): Ditto.
6877         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6878
6879 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6880
6881         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6882         * wl-utils.el (wl-unique-id-suffix): Remove.
6883
6884 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6885
6886         * Version number is increased to 2.9.4.
6887
6888 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6889
6890         * wl-utils.el (wl-unique-id-suffix): New variable.
6891         (wl-unique-id): Use `wl-unique-id-suffix'
6892
6893 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6894
6895         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6896         instead of `elmo-msgdb-search'.
6897
6898         * Version number is increased to 2.9.3.
6899
6900 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6901
6902         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6903
6904 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6905
6906         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6907         (wl-draft-dispatch-message): Changed for send-later.
6908         (wl-draft-queue-flush): Ditto.
6909         (wl-draft): Clear `wl-sent-message-queued'.
6910         (wl-draft-reedit): Ditto.
6911         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6912         * wl-vars.el (wl-draft-force-queuing): New variable.
6913         (wl-draft-force-queuing-mail): New variable.
6914         (wl-draft-force-queuing-news): New variable.
6915
6916 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6917
6918         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6919         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6920
6921 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6922
6923         * Version number is increased to 2.9.2.
6924
6925 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * wl-draft.el (wl-draft-elide-region): New user command.
6928         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6929
6930         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6931         command `wl-draft-elide-region'.
6932         * wl-mule.el: Ditto.
6933         * wl-xmas.el: Ditto.
6934
6935 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6938         (wl-biff-check-folder-async): Removed needless let.
6939
6940 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6943         wl-folder-get-elmo-folder.
6944         (wl-biff-check-folder): Set `biff' argument of
6945         `wl-folder-check-one-entity'.
6946         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6947
6948         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6949         (wl-folder-check-one-entity): Added `biff' argument;
6950         Setup `biff' slot of folder.
6951
6952         * Version number is increased to 2.9.1.
6953
6954 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6955
6956         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6957         comment out and fixed.
6958         (wl-fldmgr-add-completion-subr): Ditto.
6959
6960         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6961         and msgdb.
6962
6963         * wl.el (wl-toggle-plugged): Save summary view.
6964
6965 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6968
6969 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6970
6971         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6972
6973 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6976         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6977         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6978
6979         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6980         if it was failed.
6981         (wl-demo): Disable undo in the demo buffer.
6982
6983 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6984
6985         * wl-version.el (wl-version): Changed codename.
6986
6987         * Version number is increased to 2.9.0.
6988
6989 2001-12-14  Takuo KITAME <kitame@northeye.org>
6990
6991         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6992         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6993         (wl-folder-mark-as-read-all-current-entity): Ditto.
6994
6995 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6996
6997         * wl-vars.el (wl-from-width): Define as obsolete variable.
6998         (wl-subject-length-limit): Ditto.
6999
7000         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
7001
7002         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
7003         wl-summary-save-view.
7004
7005         * wl.el (wl-save-status): Ditto.
7006         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
7007
7008         * wl-summary.el (wl-summary-save-view): Removed unused argument.
7009         (wl-summary-exit): Follow the change above.
7010         (wl-summary-goto-folder-subr): Ditto.
7011
7012         * wl-folder.el (wl-folder-create-subr): Don't use
7013         `elmo-folder-creatable-p'.
7014
7015 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7016
7017         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7018
7019 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7022         rather than bitmap on Emacs 21.
7023         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7024         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7025         for xbm if the new redisplay engine is not available.
7026
7027 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7028
7029         * wl-folder.el (wl-folder-init-hook): New hook.
7030         (wl-folder-init): Run `wl-folder-init-hook'.
7031
7032 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7035
7036 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-acap.el (wl-acap-cache-filename): New variable.
7039         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7040         (wl-acap-init): Use cache if no ACAP server found.
7041
7042 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7043
7044         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7045         `wl-acap-original-msgdb-dir'.
7046
7047         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7048         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7049
7050         * wl-mime.el (wl-mime-save-directory): Renamed from
7051         `wl-mime-save-dir'.
7052
7053 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7056
7057         * wl-demo.el: Require `path-util'.
7058         (wl-demo-bitmap-mule-available-p): New internal variable.
7059         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7060         `module-installed-p' instead.
7061         (wl-demo-insert-image): Use *.img file for a bitmap image.
7062         (wl-demo): Don't call the ascii demo recursively.
7063
7064 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7065
7066         * Version number is increased to 2.7.7.
7067
7068 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl.el (wl-exit): Eliminated byte-compile warning.
7071
7072 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7073
7074         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7075         obsolete variable using `elmo-define-obsolete-variable'.
7076         (wl-fetch-confirm-threshold): Ditto.
7077         (wl-cache-prefetch-folder-type-list): Ditto.
7078         (wl-cache-prefetch-folder-list): Ditto.
7079
7080 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7083         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7084         (wl-demo-insert-image): New function.
7085         (wl-demo-insert-text): New function.
7086         (wl-demo-image-type-alist): Redefine as a function.
7087         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7088         (wl-demo-with-temp-file-buffer): Removed.
7089         (wl-logo-xpm): Removed.
7090         (wl-logo-xbm): Removed.
7091         (wl-logo-bitmap): Removed.
7092
7093 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7094
7095         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7096         (wl-expire-localdir-get-folder-function): New user option.
7097         (wl-expire-localdir-get-folder): New function.
7098         (wl-expire-localdir-date): Ditto.
7099
7100 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7101
7102         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7103         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7104         Fixed unread number mismatch when all-unread < unread.
7105
7106 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7109         (wl-fetch-confirm-threshold): Ditto.
7110
7111         * wl-summary.el (wl-summary-confirm-appends): Removed.
7112         (wl-summary-sync-update): Don't refer
7113         `wl-summary-update-confirm-threshold' (It is now abolished).
7114
7115         * wl-message.el (wl-message-display-internal): Don't refer
7116         `wl-fetch-confirm-threshold' (It is now abolished).
7117
7118 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7121
7122 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7123
7124         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7125         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7126         Change default value to nil.
7127         (wl-summary-indent-length-limit): The value can be nil, nil means
7128         unlimited.
7129
7130         * wl-summary.el: Don't set limit for indent length if the value of
7131         wl-summary-indent-length-limit is nil.
7132         If the value of wl-summary-width is nil, it means only that the width
7133         of summary is unlimited (nil doesn't mean that the indent length is
7134         unlimited).
7135
7136         * wl-thread.el: Ditto.
7137
7138 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7139
7140         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7141         be nil, nil means never confirm.
7142         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7143
7144 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7145
7146         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7147         means unlimited).
7148
7149 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7152         Use `with-temp-buffer'.
7153
7154 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7157         with new backquote style).
7158         (wl-folder-get-entity-from-buffer): Ditto.
7159
7160 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7161
7162         * wl-version.el (nemacs-version): Eliminated.
7163         (wl-extended-emacs-version2): Ignore nemacs.
7164         (wl-extended-emacs-version3): Ditto.
7165
7166 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7167
7168         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7169         (wl-draft-add-in-reply-to): New variable.
7170         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7171         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7172         (wl-draft-yank-from-mail-reply-buffer): Use
7173         `wl-draft-add-in-reply-to'.
7174         (wl-draft-insert-current-message): Ditto.
7175
7176 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7177
7178         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7179         typo (kill->hide).
7180         (wl-message-buffer-prefetch-folder-type-list): Added elements
7181         `mark' and `cache' instead of `internal'.
7182
7183 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7184
7185         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7186         resume msgdb directory.
7187
7188 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * wl.el (wl-exit): Call `wl-acap-exit'.
7191
7192         * wl-summary.el (wl-summary-message-string): New function.
7193         (wl-summary-reedit): Use it.
7194         (wl-summary-resend-bounced-mail): Remove needless let.
7195         (wl-summary-supersedes-message): Ditto.
7196         (wl-summary-save): Ditto.
7197
7198         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7199         (wl-acap-init): Set it.
7200         (wl-acap-exit): New function.
7201
7202 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7203
7204         * wl.el (wl-init): Revert (require 'mime-setup). move from
7205         toplevel.
7206
7207 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7208
7209         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7210         local variables.  Add error when guess function return invalid
7211         value.
7212
7213 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7214
7215         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7216         Change local variable name.
7217         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7218         (wl-folder-get-newsgroups): Return nil when non-news folder.
7219         * wl-summary.el (wl-summary-write-current-folder): State through
7220         when guess-list return nil.
7221         (wl-summary-write-current-folder-functions): Fixed docstring.
7222
7223         * wl.el (wl-exit): Changed confirm message.
7224
7225         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7226         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7227
7228         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7229
7230 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7231
7232         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7233         user option (Renamed from wl-cache-prefetch-folder-type-list).
7234         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7235         from wl-cache-prefetch-folder-list).
7236
7237         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7238         Move to wl-vars.el.
7239         (wl-message-buffer-prefetch-p): Changed to enable
7240         `wl-message-buffer-prefetch-folder-list'.
7241
7242         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7243         `ignore-cache'.
7244
7245 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7246
7247         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7248         `part-top' and `part-bottom'.
7249         (wl-draft-config-sub-part-top): New function.
7250         (wl-draft-config-sub-part-bottom): New function.
7251
7252 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7253
7254         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7255
7256 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7257
7258         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7259
7260 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7261
7262         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7263
7264         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7265         (wl-summary-write-current-folder): Ditto.
7266
7267 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-folder.el (wl-folder-get-newsgroups): Use
7270         `elmo-folder-newsgroups'.
7271
7272 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7273
7274         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7275         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7276         `wl-draft-config-sub-header-bottom'.
7277
7278 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7279
7280         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7281         localnews folder.
7282
7283 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7284
7285         * wl-summary.el (wl-summary-mode): Undo last change.
7286
7287         * wl-folder.el (wl-folder-mode): Ditto.
7288
7289 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7290
7291         * wl-summary.el (wl-summary-mode): Locally set
7292         truncate-partial-window-width to nil.
7293         (for XEmacs)
7294
7295         * wl-folder.el (wl-folder-mode): Ditto.
7296
7297 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7298
7299         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7300
7301 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7304         number.
7305
7306         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7307
7308         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7309
7310         * Version number is increased to 2.7.6.
7311
7312 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7313
7314         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7315
7316 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * wl-summary.el (wl-summary-sync-update): Enclose network
7319         related portion with `unwind-protect'.
7320
7321 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7322
7323         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7324
7325 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7328         element.
7329         * wl-vars.el (wl-message-body-button-alist): Ditto.
7330
7331         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7332         max match length.
7333         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7334
7335         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7336         for the max match length;
7337         Use 4th element value for the button string regexp group.
7338
7339         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7340         candidate exists, prompt to select.
7341
7342 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7343
7344         * wl-summary.el (wl-summary-jump-to-msg): Search before
7345         calibration point by `beginning-of-line'.
7346
7347 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7348
7349         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7350         for access group.
7351
7352 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-message.el (wl-message-display-internal): Bind
7355         `default-mime-charset'.
7356
7357         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7358
7359         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7360
7361         * Version number is increased to 2.7.5.
7362
7363 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7364
7365         * wl-expire.el (wl-summary-archive): Fixed;
7366         Use `elmo-folder-name-internal'.
7367
7368 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7369
7370         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7371         from `elmo-folder-move-messages' caller.
7372         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7373
7374         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7375         related portions are changed).
7376
7377 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7378
7379         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7380         counter.
7381
7382 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7383
7384         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7385         buffer local and set it to nil.
7386
7387         * wl-message.el (wl-message-redisplay): Ditto.
7388
7389 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-summary.el (wl-summary-mark-as-important): If message is
7392         already cached, set messag as read, otherwise encache and mark as read.
7393
7394 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7395
7396         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7397         point-min.
7398
7399 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7402         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7403         a keymap.
7404
7405 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7408         parent.
7409
7410         * wl-mule.el (wl-message-define-keymap): Ditto.
7411
7412         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7413
7414         * wl-xmas.el (wl-message-display-internal-hook): Define.
7415         (wl-xmas-setup-message-toolbar): Define as function.
7416         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7417         (wl-message-overload-functions): Abolished.
7418         (wl-message-define-keymap): New function.
7419
7420         * wl-vars.el (wl-message-display-internal-hook): New variable.
7421         (wl-message-header-button-alist): New variable (Renamed from
7422         wl-highlight-message-header-button-alist).
7423         (wl-message-body-button-alist): Ditto.
7424
7425         * wl-mule.el (wl-message-define-keymap): New function.
7426         (wl-message-overload-functions): Abolished.
7427
7428         * wl-message.el (wl-message-add-buttons-to-body): New function.
7429         (wl-message-redisplay): Don't call wl-message-overload-functions;
7430         Call wl-message-add-buttons-to-header and
7431         wl-message-add-buttons-to-body.
7432         (wl-message-display-internal): Set keymap argument for
7433         elmo-mime-display-as-is, elmo-mime-message-display;
7434         Run wl-message-display-internal-hook.
7435         (wl-message-refer-article-or-url): Abolished.
7436
7437         * wl-highlight.el (wl-highlight-headers): Don't call
7438         wl-highlight-message-add-buttons-to-header.
7439         (wl-highlight-message-add-buttons-to-header): Abolished.
7440
7441
7442         * wl-e21.el (wl-message-display-internal-hook): Define.
7443         (wl-e21-setup-toolbar): Deleted duplicated binding.
7444         (wl-e21-setup-message-toolbar): Define as function.
7445         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7446         (wl-message-define-keymap): New function.
7447         (wl-message-overload-functions): Abolished.
7448
7449 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7452         and elmo-folder-close.
7453
7454         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7455
7456 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7457
7458         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7459         boolean value.
7460         * wl-draft.el (wl-draft-do-fcc): Ditto.
7461
7462 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7463
7464         * wl-vars.el (wl-fcc-force-as-read): New variable.
7465         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7466         mark copied message as read.
7467
7468 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7469
7470         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7471
7472 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7473
7474         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7475         `wl-summary-target-above' instead of obsolete variable
7476         `wl-summary-temp-above'.
7477
7478         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7479         instead of `make-obsolete-variable'.
7480         * wl-refile.el (toplevel): Ditto.
7481
7482 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7485         with third argument t.
7486         (wl-draft): Set first argument for wl-plugged-init as t.
7487
7488         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7489         definition.
7490
7491 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7492
7493         * wl-vars.el: Tabify.
7494         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7495
7496         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7497         message.
7498
7499 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7500
7501         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7502         and set default to beep.
7503
7504 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7505
7506         * wl-vars.el (wl-draft-truncate-lines): New variable.
7507
7508         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7509         instead of wl-message-truncate-lines for truncate-lines.
7510
7511 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-message.el (wl-message-display-internal): Call
7514         `wl-highlight-message' after `elmo-mime-display-as-is'.
7515
7516         * wl-mime.el (wl-mime-display-text/plain): New function.
7517         (wl-mime-display-header): Ditto.
7518         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7519         body-presentation-method for text/plain;
7520         Register `wl-mime-display-header' as a header-presentation-method;
7521         Don't set up `elmo-message-text-content-inserted-hook' and
7522         `elmo-message-header-inserted-hook'.
7523
7524         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7525         variable.
7526         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7527         as t if flag is 'all-header;
7528         Don't bind `elmo-message-ignored-field-list',
7529         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7530
7531 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7534         for xemacs with non-mule environment.
7535
7536 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7537
7538         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7539         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7540         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7541
7542 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7543
7544         * wl-vars.el (wl-interactive-send): Set default value as t.
7545
7546 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7549         (wl-addrmgr-method-list): Abolished.
7550         (wl-addrmgr-change-method): Follow above change.
7551
7552         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7553
7554 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7555
7556         * wl-vars.el (wl-message-truncate-lines): Change default value
7557         to default-truncate-lines.
7558
7559         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7560
7561 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7562
7563         * wl-vars.el (wl-message-truncate-lines): New variable.
7564
7565         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7566         wl-message-truncate-lines.
7567
7568 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7569
7570         * wl-acap.el (wl-acap-init): Remove period from error message.
7571         (wl-acap-find-acap-service): Remove period from message.
7572
7573 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl.el (wl-check-environment): Undo last change.
7576
7577         * wl-vars.el (wl-from): Changed default value.
7578
7579         * wl-util.el (toplevel): Don't require tm-edit.
7580
7581         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7582         `wl-folder-init';
7583         Don't set mark on mail body.
7584         (wl-draft-reedit): Ditto.
7585
7586         * wl-address.el (wl-address-quote-specials): Define as an alias for
7587         elmo-address-quote-specials.
7588
7589 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7590
7591         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7592
7593         * wl-vars.el (wl-from): Set default value as nil.
7594         (wl-organization): Set default value as ORGANIZATION environment
7595         variable.
7596
7597         * wl-draft.el (wl-smtp-extension-bind): Check value of
7598         wl-smtp-connection-type.
7599
7600         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7601         error.
7602
7603 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7604
7605         * Version number is increased to 2.7.4.
7606
7607         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7608         arguments from `wl-highlight-x-face-function' caller.
7609         Use x-face-1.3.6.12 or later.
7610
7611 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7612
7613         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7614
7615 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7616
7617         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7618         (wl-fcc): Fix to accept function.
7619         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7620
7621 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7622
7623         * wl-acap.el (toplevel): Added `product-provide' declare.
7624         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7625
7626 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl.el (wl): Changed order of calling `elmo-init'
7629         and `elmo-folder-init'.
7630
7631 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7632
7633         * wl-mime.el (wl-summary-burst): Extract message when content-type
7634         of root entity is not only `multipart' but also `message/rfc822'.
7635         (wl-summary-burst-subr): Ditto.
7636
7637 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * wl-vars.el (toplevel): Require 'custom.
7640         (wl-trash-folder): Added to `wl-setting' group.
7641
7642         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7643         exists.
7644         (wl-addrmgr-draw): Insert empty line when no entry exists.
7645
7646         * wl-mule.el (wl-message-wheel-up): Fixed.
7647         (wl-message-wheel-down): Ditto.
7648
7649 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7650
7651         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7652         config is an anonymous lambda expression.
7653
7654 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7657         when Mule 2 is running.
7658
7659 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7662
7663 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7666         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7667
7668         * wl-address.el (wl-address-specials-regexp): Eliminated.
7669         (wl-address-quote-specials): Rewrite.
7670
7671 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7674         shy-groups for regexp.
7675
7676         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7677         character classes and Perl style shy-groups for regexp.
7678         (wl-highlight-plugged-current-line): Use Posix style character
7679         classes for regexp.
7680         (wl-e21-highlight-folder-by-numbers): Ditto.
7681         (wl-e21-display-image-p): Use `display-images-p' instead of
7682         `display-graphic-p'.
7683         (display-images-p): Make an alias to `display-graphic-p' if it is
7684         not available.  It is for Emacs version prior to 21.0.105.
7685
7686         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7687         `display-graphic-p'.
7688         (wl-demo-image-type-alist): Ditto.
7689         (display-images-p): Make an alias to `display-graphic-p' if it is
7690         not available.  It is for Emacs version prior to 21.0.105.
7691
7692 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7693
7694         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7695         support.
7696         (wl-generate-user-agent-string): Ditto.
7697
7698         * wl-version.el (wl-version): Update docsting.
7699         (wl-version-status): Ditto.
7700
7701 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7702
7703         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7704         21.0.105.  For Emacs 21.0.104 or earlier.
7705
7706 2001-09-03  Takuo KITAME <kitame@northeye.org>
7707
7708         * wl-e21.el (wl-plugged-init-icons): Use
7709         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7710         (wl-biff-init-icons): Ditto.
7711
7712 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl-highlight.el (wl-highlight-summary-current-line):
7715         Fixed highlighting refile/copy destination.
7716
7717         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7718         (wl-acap-store): Encode string by wl-acap-coding-system.
7719
7720 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-acap.el (toplevel): Check and require 'un-define before
7723         'xemacs-ucs;
7724          Added checking for UTF-2000.
7725
7726 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7729         Don't enclose with `eval-and-compile'.
7730
7731         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7732         wl-init is non-nil.
7733
7734         * wl-draft.el (wl-draft): Ditto.
7735
7736         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7737
7738         * wl-acap.el (toplevel): Require 'wl.
7739         (wl-acap-store): Call `elmo-init'.
7740
7741         * wl.el (wl): Changed position of `wl-check-environment'.
7742         (toplevel): Added autoload setting for wl-acap.
7743
7744         * wl-vars.el (wl-setting): New custom group.
7745         (wl-from): Added wl-setting group.
7746         (wl-user-mail-address-list): Ditto.
7747         (wl-organization): Ditto.
7748         (wl-subscribed-mailing-list): Ditto.
7749         (wl-envelope-from): Ditto.
7750         (wl-smtp-posting-user): Ditto.
7751         (wl-smtp-posting-server): Ditto.
7752         (wl-smtp-posting-port): Ditto.
7753         (wl-smtp-authenticate-type): Ditto.
7754         (wl-pop-before-smtp-user): Ditto.
7755         (wl-pop-before-smtp-server): Ditto.
7756         (wl-pop-before-smtp-port): Ditto.
7757         (wl-pop-before-smtp-authenticate-type): Ditto.
7758         (wl-nntp-posting-server): Ditto.
7759         (wl-nntp-posting-user): Ditto.
7760         (wl-nntp-posting-port): Ditto.
7761         (wl-fetch-confirm-threshold): Ditto.
7762         (wl-prefetch-threshold): Ditto.
7763         (wl-thread-insert-opened): Ditto.
7764         (wl-ldap-server): Ditto.
7765         (wl-ldap-port): Ditto.
7766         (wl-ldap-base): Ditto.
7767         (wl-ldap-objectclass): Ditto.
7768         (wl-use-ldap): Ditto.
7769         (wl-draft-config-alist): Ditto.
7770         (wl-draft-config-matchone): Ditto.
7771         (wl-template-alist): Ditto.
7772         (wl-message-sort-field-list): Ditto.
7773         (wl-message-ignored-field-list): Ditto.
7774         (wl-message-visible-field-list): Ditto.
7775         (wl-interactive-send): Ditto.
7776         (wl-summary-move-order): Ditto.
7777         (wl-auto-select-first): Ditto.
7778         (wl-auto-select-next): Ditto.
7779         (wl-interactive-save-folders): Ditto.
7780
7781         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7782         Initialization codes are moved from wl-local-folder-init.
7783         (wl-local-folder-init): Follow the change above.
7784         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7785
7786         * wl-acap.el: New file.
7787
7788         * Version number is increased to 2.7.3.
7789
7790 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7791
7792         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7793
7794 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7795
7796         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7797         (wl-addrmgr-address-entry-list): Ditto.
7798
7799 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-e21.el (wl-draft-mode-map): Removed binding for
7802         `wl-draft-insert-x-face-field'.
7803
7804         * wl-mule.el (wl-draft-mode-map): Ditto.
7805
7806         * wl-xmas.el (wl-draft-mode-map): Ditto.
7807
7808         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7809         (wl-cs-autoconv): Ditto.
7810         (wl-cs-local): Ditto.
7811         (wl-use-scoring): Ditto.
7812         (wl-mime-charset): Ditto.
7813         (wl-folder-check-async): Ditto.
7814
7815         * wl.el (toplevel): Ignore nemacs and tm.
7816         (wl-exit): Ditto.
7817
7818         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7819         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7820         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7821         instead of wl-address-petname-add-or-change.
7822         (wl-summary-edit-addresses-subr): Use wl-address-delete
7823         instead of wl-address-petname-delete.
7824
7825         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7826
7827         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7828         if error occured.
7829
7830         * wl-message.el (require): Remove tm support.
7831
7832         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7833
7834         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7835         (wl-folder-jump-to-current-entity): Ditto.
7836         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7837
7838         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7839         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7840         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7841
7842         * wl-mule.el (wl-draft-key-setup): Ditto.
7843
7844         * wl-xmas.el (wl-draft-key-setup): Ditto.
7845
7846         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7847         (wl-draft-std11-parse-addresses): New function.
7848         (wl-draft-parse-mailbox-list): Use it.
7849         (wl-draft): Ignore nemacs.
7850         (wl-draft-reedit): Ditto.
7851
7852         * wl-addrmgr.el: New file.
7853         (Original is wl-rcpt.el written by
7854         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7855         Thanks Kitamoto-san.)
7856
7857         * wl-address.el (wl-address-make-address-list): Modified parsing
7858         process.
7859         (wl-address-delete): Renamed from `wl-address-petname-delete';
7860         Modify wl-address-list too.
7861         (wl-address-add-or-change): Renamed from
7862         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7863
7864 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7865
7866         * wl-highlight.el (wl-highlight-summary-current-line):
7867           Work with transient-mark-mode
7868
7869 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * Version number is increased to 2.7.2.
7872
7873         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7874         instead of elmo-dop-queue-method.
7875
7876 2001-08-06  SAITO Atsunori <sai@yedo.com>
7877
7878         * wl-vars.el (wl-ldap-objectclass): New user option.
7879
7880         * wl-address.el (wl-ldap-make-filter): Use it.
7881
7882 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7883
7884         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7885
7886 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * wl-folder.el (wl-folder): redisplay after folder insertion.
7889
7890         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7891
7892         * wl-summary.el (wl-summary-sync-update):
7893         Change status mark only when new-msgdb exists.
7894         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7895
7896 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-summary.el (wl-summary-open-folder): New function.
7899         (wl-summary-goto-folder-subr): Use it.
7900         (wl-summary-mark-as-important): Fix;
7901         Encache only when no cache exists.
7902
7903 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7906         Use with-current-buffer.
7907
7908 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7909
7910         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7911         before call `get-buffer'. Fixed parenthesis.
7912         (wl-score-get-header-entry): Clear message and help window when
7913         keyboard quit.
7914         (wl-score-edit-insert-header): Ditto.
7915
7916 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7919         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7920         (wl-default-draft-cite): Fix.
7921
7922         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7923         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7924
7925 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * wl-message.el (wl-message-prev-page): Do same bahavior
7928         as summary when it is called in the message buffer.
7929         (wl-message-next-page): Ditto.
7930
7931 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl-summary.el (wl-summary-forward): Use cache if it is not
7934         section cache.
7935
7936 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7939         Removed redundant require of elmo-vars.
7940         (wl-biff-state-indicator-on): Changed default value for
7941         xemacs with non-mule environment.
7942
7943         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7944         wl-message-buffer is nil;
7945         Hide progress bar after moving messages.
7946
7947 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7950         message at cursor point is deleted.
7951
7952 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl-vars.el: Changed file coding system to euc-japan.
7955         Added -*-coding:-*- magic to the first line.
7956
7957         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7958         Search parent from the first message.
7959
7960         * Version number is increased to 2.7.1.
7961
7962 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7963
7964         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7965
7966 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7967
7968         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7969         refile/delete execution.
7970
7971         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7972         Fixed docstring.
7973
7974 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7975
7976         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7977         do update process;
7978         Don't update marks when update process is interrupted.
7979
7980 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-reply): Fixed problem when
7983         wl-draft-use-frame is non-nil.
7984         (wl-summary-forward): Ditto.
7985
7986         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7987         as nil.
7988         (wl-folder-mark-as-read-all-entity): Ditto.
7989         (wl-folder-prefetch-entity): Ditto.
7990
7991         * wl.el (wl): Check environment before wl-init.
7992
7993         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7994         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7995         instead of wl-summary-collect-unread.
7996         (wl-summary-reply): Split message window.
7997
7998 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
8001         only if current language environment is japanese,
8002
8003         * wl-folder.el (wl-folder-jump-to-current-entity): Call
8004         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
8005         (wl-folder-goto-folder-subr): Ditto.
8006
8007         * wl-draft.el (wl-draft-dispatch-message): Call
8008         `elmo-file-cache-get-path'.
8009
8010 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
8011
8012         * wl-summary.el (wl-summary-cursor-move): If return value of
8013         wl-summary-next-message is not number, don't jump.
8014
8015 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8016
8017         * wl-summary.el (wl-summary-buffer-next-message-function): New
8018         variable.
8019         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8020         if it is bound.
8021
8022         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8023         string.
8024
8025         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8026         (wl-plugged-drawing): Ditto.
8027
8028 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8031         process.
8032         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8033         with unwind-protect.
8034
8035         * wl.el (wl-init): Require mime-setup.
8036         (wl-check-environment): Don't require mime-setup.
8037
8038         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8039         instead of elmo-folder-type.
8040
8041         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8042         value as nil.
8043
8044 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * Version number is increased to 2.7.0.
8047
8048         * wl-version.el (wl-version): Changed codename.
8049
8050         * wl-summary.el (wl-summary-delete-cache): Fixed.
8051
8052         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8053         Workaround for net folders.
8054         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8055
8056         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8057         value to nil (According to the patch from
8058         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8059
8060         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8061         of elmo-folder-close.
8062
8063 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8064
8065         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8066         for postfix.
8067
8068 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl-summary.el (wl-summary-resend-message): Fixed.
8071
8072         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8073         Call wl-draft with `from' argument if its address is included in
8074         `wl-user-mail-address-list'.
8075         (wl-draft): Added `from' argument.
8076
8077         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8078         non-nil.
8079         (wl): Don't show demo if wl-demo is nil.
8080
8081         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8082         wl-summary-use-frame.
8083
8084         * wl-vars.el (wl-summary-use-frame): New user option.
8085         (wl-folder-use-frame): Changed docstring.
8086
8087         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8088         non-nil.
8089         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8090         wl-summary-use-frame.
8091
8092         * wl-vars.el (wl-folder-use-frame): New user option.
8093
8094         * wl-summary.el (wl-summary-exit): Back to folder frame if
8095         wl-folder-use-frame is non-nil.
8096         (wl-summary-redisplay-internal): Ignore cache if current folder
8097         is draft folder,
8098         (wl-summary-redisplay-no-mime): Ditto.
8099         (wl-summary-redisplay-all-header): Ditto.
8100
8101         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8102         if wl-folder-use-frame is non-nil.
8103
8104 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-summary.el (wl-summary-sync-update): Bind
8107         elmo-folder-update-threshold.
8108         (wl-summary-mark-as-important): Enclosed server mark processing
8109         with `save-match-data'.
8110
8111         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8112         only when it is already defined.
8113
8114 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8115
8116         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8117         name of folder exclude localdir is wrong.
8118         * wl-folder.el (wl-folder-sync-entity):
8119         Set `wl-summary-always-sticky-folder-list' as nil.
8120         (wl-folder-mark-as-read-all-entity): Ditto.
8121         (wl-folder-prefetch-entity): Ditto.
8122
8123 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8124
8125         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8126         instead of `wl-summary-write-current-newsgroup'.
8127
8128 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8129
8130         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8131         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8132         non-nil and selected message is important, do not display.
8133
8134 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8135
8136         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8137
8138 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8139
8140         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8141
8142         * wl-summary.el (wl-summary-mark-as-important): Set message number
8143         using wl-summary-message-number.
8144
8145 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8146
8147         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8148         destination folder is 'null.
8149
8150 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8151
8152         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8153         New function.
8154         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8155         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8156         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8157
8158 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8159
8160         * wl-mime.el (wl-mime-setup): Added setting for
8161         `mime-setup-signature-key-alist' to avoid overriding key bind for
8162         `wl-draft-send'.
8163
8164         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8165         for `wl-draft-send'.
8166         * wl-mule.el (wl-draft-overload-functions): Ditto.
8167         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8168         * wl-draft.el (wl-draft-send): Ditto.
8169
8170         * wl-message.el (wl-message-display-internal):
8171         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8172         (Patch is provided by <kita@coe.nttdata.co.jp>).
8173
8174 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8175
8176         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8177
8178 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8179
8180         * wl.el (wl): Fix for wl-demo.
8181
8182 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8183
8184         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8185
8186 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8187
8188         * wl-folder.el (wl-folder-prefetch-entity): Use
8189         `wl-folder-get-elmo-folder'.
8190         (wl-folder-count-incorporates): Do not use
8191         `wl-folder-get-elmo-folder'.
8192
8193 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8194
8195         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8196         instead of `elmo-folder-get-type'.
8197
8198 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8199
8200         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8201         position on Subject: field.
8202         (Advised by Mito <mit@nines.nec.co.jp>)
8203
8204 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8205
8206         * wl-folder.el (wl-folder-prefetch-entity): Use
8207         `wl-folder-get-elmo-folder'.
8208
8209 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8212
8213         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8214         `process-duplicates' slot.
8215
8216         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8217         if detection failed.
8218
8219 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8220
8221         * wl-version.el (wl-version-status): Set to "alpha".
8222
8223 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8226         Check wl-message-buffer lives before set-buffer.
8227
8228 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8229
8230         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8231         called in folder mode.
8232         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8233         * wl-summary.el (wl-summary-exit-pre-hook): Run
8234         `wl-summary-exit-pre-hook' before exit summary mode.
8235
8236 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8237
8238         * wl-version.el (wl-version-status): New variable.
8239         (wl-version-status-alist): Removed.
8240         (wl-version-status): Rule included.
8241
8242 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8245         @sponichi.
8246
8247         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8248         when `mail-reply-buffer' is buffer-local variable.
8249         (Reported by <kita@coe.nttdata.co.jp>).
8250
8251 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * wl-vars.el (toplevel): Require 'elmo-util.
8254
8255 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8258         (All other related portions are changed)
8259
8260         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8261
8262         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8263
8264 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8265
8266         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8267
8268 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8271         Delete other windows to avoid an error.
8272         Use `point-marker' instead of `point' to remember the start point
8273         of body.
8274
8275         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8276
8277         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8278         number not to exceed all message number.
8279
8280 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8281
8282         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8283         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8284
8285 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8286
8287         * wl-summary.el (wl-summary-sync-force-update): Added argument
8288         no-check.
8289         (wl-summary-sync-update): Ditto.
8290         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8291         with `no-check'.
8292
8293         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8294         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8295         already running.
8296
8297 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8298
8299         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8300         `dst-folder-arg'.
8301         (wl-expire-archive-number1): Diito.
8302         (wl-expire-archive-number2): Diito.
8303         (wl-expire-archive-Date): Diito.
8304         (wl-archive-number1): Diito.
8305         (wl-archive-number2): Diito.
8306         (wl-archive-date): Diito.
8307         (wl-archive-folder-p): New function.
8308         (wl-summary-expire): Support of expand folder name at
8309         wl-expire-alist.
8310         * wl-util.el (wl-expand-newtext): Renamed from
8311         `wl-refile-expand-newtext'.
8312
8313 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8314
8315         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8316         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8317         `(elmo-msgdb-get-overview msgdb)'.
8318         (wl-summary-prefetch): Bind match data before call
8319         `wl-summay-prefetch-msg'.
8320         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8321         'off if `wl-summary-buffer-disp-msg' is non-nil.
8322         Fixed problem that couldn't show only one new or unread message when
8323         enter folder.
8324         (wl-summary-reply): Don't call `split-window-vertically' and other
8325         window.
8326
8327 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-expire.el (wl-expire-refile): Fixed.
8330
8331 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8334
8335         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8336         biff notification is removed.
8337
8338         * wl.el (wl): Changed position of `elmo-init'.
8339
8340         * wl-draft.el (wl-default-draft-cite): Use date field
8341         on the citation buffer.
8342
8343         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8344
8345         * wl-xmas.el (wl-folder-internal-icon-list): Added
8346         `wl-folder-shimbun-image'.
8347
8348         * wl-e21.el (wl-folder-internal-icon-list): Added
8349         `wl-folder-shimbun-image'.
8350
8351 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl.el (wl-init): Eliminated argument.
8354         (wl): Rewrite.
8355
8356         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8357         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8358         instead of `elmo-folder-msgdb-internal'.
8359         (wl-summary-sync-update): Ditto.
8360         (wl-summary-flush-pending-append-operations): Eliminated.
8361         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8362         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8363         `elmo-folder-open'.
8364
8365         * wl-mime.el (wl-summary-burst): Fixed.
8366
8367         * wl-folder.el (wl-folder-info-save): Check data type.
8368
8369         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8370         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8371         instead of `elmo-folder-msgdb-internal'.
8372         (wl-expire-hide): Ditto.
8373
8374
8375         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8376
8377 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8378
8379         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8380
8381 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8382
8383         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8384
8385 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8386
8387         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8388         Fixed `match-beginning' argument mismatch.
8389
8390 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8391
8392         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8393         the default value.
8394
8395 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8398         instead of `elmo-nntp-default-port'.
8399
8400         * wl-vars.el: Fixed some doc strings.
8401
8402 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * wl-summary.el (wl-summary-prefetch-msg): Use
8405         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8406
8407         * wl-vars.el: Define *-func as obsolete variable using
8408         `elmo-define-obsolete-variable'.
8409
8410         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8411         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8412         instead of `wl-message-buffer-prefetch-threshold'.
8413
8414         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8415
8416         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8417
8418         * wl-draft.el (wl-caesar-region-func): Ditto.
8419
8420         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8421         Keep unread status in elmo-folder-move-messages.
8422         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8423
8424 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8425
8426         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8427         `wl-summary-buffer-exit-func'
8428         (wl-summary-buffer-message-redisplay-function): Renamed from
8429         `wl-summary-buffer-message-redisplay-func'
8430         (wl-summary-buffer-next-folder-function): Renamed from
8431         `wl-summary-buffer-next-folder-func'.
8432         (wl-summary-buffer-prev-folder-function): Renamed from
8433         `wl-summary-buffer-prev-folder-func'.
8434         (wl-summary-get-petname-function): Renamed from
8435         `wl-summary-get-petname-func'.
8436
8437         * wl-score.el (wl-score-edit-exit-function): Renamed from
8438         `wl-score-edit-exit-func'.
8439
8440         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8441         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8442
8443         * wl-util.el (wl-load-profile-function): Renamed from
8444         `wl-load-profile-func'.
8445
8446         * wl-folder.el (wl-folder-completion-function): Renamed from
8447         `wl-folder-completion-func'.
8448         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8449
8450         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8451         `wl-expire-archive-get-folder-func'.
8452         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8453         (wl-draft-send-mail-function): Renamed from
8454         `wl-draft-send-mail-func'.
8455         (wl-draft-send-news-function): Renamed from
8456         `wl-draft-send-news-func'.
8457         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8458         (wl-generate-mailer-string-function): Renamed from
8459         `wl-generate-mailer-string-func'.
8460         (wl-highlight-signature-search-function): Renamed from
8461         `wl-highlight-signature-search-func'.
8462         (wl-highlight-x-face-function): Renamed from
8463         `wl-highlight-x-face-func'
8464         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8465         (wl-ps-print-buffer-function): Renamed from
8466         `wl-ps-print-buffer-func'
8467         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8468         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8469         (wl-summary-subject-filter-function): Renamed from
8470         `wl-summary-subject-filter-func'.
8471
8472         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8473         `wl-draft-queue-flush-send-func'
8474         (wl-draft-cite-function): Renamed from
8475         `wl-draft-cite-func'
8476
8477         * wl-address.el (wl-address-init-function): Renamed from
8478         `wl-address-init-func'.
8479
8480 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl-draft.el (wl-draft-queue-flush): Don't call
8483         `elmo-dop-unlock-message'.
8484         * wl-draft.el (wl-draft-queue-append): Don't call
8485         `elmo-dop-lock-message'.
8486
8487         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8488         (wl-summary-buffer-folder-name): Ditto.
8489         (wl-summary-message-regexp): Added '-' (all other related portions
8490         are changed).
8491         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8492         wl-summary-buffer-folder-name.
8493
8494 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8495
8496         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8497         the number of mails in the folder buffer is not updated by wl-biff.
8498
8499 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8500
8501         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8502         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8503
8504 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-summary.el (wl-summary-next-message):
8507         Return next message number when wl-summary-move-order is nil.
8508
8509 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8510
8511         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8512         `wl-summary-move-spec-alist'.
8513         (wl-summary-move-spec-unplugged-alist): New variable
8514         (Move spec for unplugged status).
8515         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8516         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8517
8518 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8519
8520         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8521         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8522
8523 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8524
8525         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8526         simple quotation to quote the anonymous function.
8527         * tm-wl.el (wl-draft-preview-message): Ditto.
8528
8529 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8530
8531         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8532         Eliminate redundant `save-excursion'.
8533         (wl-highlight-summary-current-line): Ditto.
8534
8535         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8536         accessing match data when `looking-at' failed.
8537
8538         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8539         `elmo-match-string' where users don't care about the speed.
8540         (wl-draft-save): Ditto.
8541
8542 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8543
8544         * wl-util.el (wl-regexp-opt): New function.
8545
8546         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8547         number from `wl-summary-buffer-number-list'.
8548         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8549         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8550         (wl-summary-move-spec-alist): Changed default setting.
8551
8552 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8553
8554         * wl-vars.el (wl-biff-notify-hook): New hook.
8555         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8556         the arrival of new mail.
8557         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8558         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8559
8560 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8561
8562         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8563
8564 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8567
8568         * Version number is increased to 2.5.8.
8569
8570         * wl-thread.el (toplevel): require 'cl.
8571         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8572         (wl-thread-make-number-list): New function.
8573         (wl-thread-entity-make-number-list-from-children): Ditto.
8574         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8575         (wl-thread-entity-insert-as-children): Likewise.
8576         (wl-thread-delete-message): Likewise.
8577         (wl-meaning-of-mark): Eliminated.
8578         (wl-thread-next-failure-mark-p): Ditto.
8579         (wl-thread-entity-get-mark): Ditto.
8580         (wl-thread-meaning-alist-get-result): Ditto.
8581         (wl-thread-entity-check-prev-mark): Ditto.
8582         (wl-thread-entity-check-next-mark): Ditto.
8583         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8584         (wl-thread-entity-get-prev-marked-entity): Ditto.
8585         (wl-thread-get-prev-unread): Ditto.
8586         (wl-thread-jump-to-prev-unread): Ditto.
8587         (wl-thread-get-next-unread): Ditto.
8588         (wl-thread-jump-to-next-unread): Ditto.
8589         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8590         (wl-thread-entity-get-next-marked-entity): Ditto.
8591
8592         * wl-summary.el (wl-summary-buffer-number-list):
8593         New bufer-local variable.
8594         (wl-summary-switch-to-clone-buffer): Clone
8595         `wl-summary-buffer-number-list'.
8596         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8597         (wl-summary-cursor-move-regex): Eliminated.
8598         (wl-summary-cursor-up): Rewrite.
8599         (wl-summary-cursor-down): Ditto.
8600         (wl-summary-mode-spec-alist): New variable.
8601         (wl-summary-next-message): New inline function.
8602         (wl-summary-cursor-move): New function.
8603         (wl-summary-default-get-next-msg): Rewrite.
8604         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8605         (wl-summary-rescan): Ditto.
8606         (wl-summary-sync-all-init): Ditto.
8607         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8608         summary is not thread view.
8609         (wl-summary-sync-update): Ditto.
8610         (wl-summary-rescan): Ditto.
8611         (wl-summary-make-number-list): New function.
8612
8613         * wl-draft.el: "FCC" -> "Fcc".
8614
8615 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8616
8617         * wl-highlight.el (wl-highlight-summary-window):
8618         Call `set-buffer-modified-p'.
8619
8620         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8621         (wl): Call `elmo-init' and fix.
8622
8623         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8624         Use new variables.
8625
8626         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8627
8628 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8631
8632 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8633
8634         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8635
8636 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8637
8638         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8639         `wl-use-toolbar' nor `display-graphic-p'.
8640         (wl-e21-setup-message-toolbar): Ditto.
8641         (wl-e21-setup-summary-toolbar): Ditto.
8642         (wl-e21-setup-folder-toolbar): Ditto.
8643
8644         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8645         (wl-plugged-init-icons): Ditto.
8646
8647         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8648         `display-graphic-p'.
8649         (wl-plugged-set-folder-icon): Ditto.
8650         (wl-highlight-plugged-current-line): Ditto.
8651         (wl-highlight-folder-current-line): Ditto.
8652         (wl-e21-highlight-folder-group-line): Ditto.
8653         (wl-e21-setup-toolbar): Ditto.
8654         (wl-e21-display-image-p): New macro.
8655
8656         * wl-demo.el (wl-demo): Simplified.
8657         (wl-demo-image-type-alist): Use `image-type-available-p' for
8658         checking whether the image type `xbm' is available.
8659
8660 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8661
8662         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8663         (wl-summary-input-range): Ditto.
8664
8665 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-summary.el (wl-summary-edit-addresses): Use
8668         `wl-summary-get-original-buffer'
8669         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8670         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8671         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8672         (wl-summary-get-newsgroups): Eliminated.
8673         (wl-summary-set-crosspost): Ditto.
8674         (wl-summary-is-crosspost-folder): Ditto.
8675         (wl-crosspost-alist-load): Ditto.
8676         (wl-crosspost-alist-save): Ditto.
8677
8678         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8679         `elmo-setup-subscribed-newsgroups' instead of
8680         `elmo-nntp-make-groups-hashtb'.
8681         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8682         instead of `wl-crosspost-alist-save'.
8683
8684         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8685         of `elmo-folder-message-appendable-p'.
8686         (wl-mime-header-presentation-method): Eliminated.
8687
8688         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8689         (Error occurs in emacs21).
8690
8691         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8692         the current buffer).
8693
8694         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8695         instead of `wl-crosspost-alist-save'.
8696         (wl-init): `elmo-crosspost-message-alist-load'
8697         instead of `wl-crosspost-alist-load'
8698
8699         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8700         (wl-parse-newsgroups): Likewise.
8701         (wl-biff-notify): Run `wl-biff-notify-hook'.
8702
8703 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8704
8705         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8706
8707         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8708         when `wl-summary-lazy-highlight' is non-nil.
8709         (wl-summary-goto-folder-subr): Highlight only when
8710         `wl-summary-lazy-highlight' is non-nil.
8711
8712         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8713         Don't display progress and highlight temp-mark when
8714         `wl-summary-lazy-highlight' is non-nil.
8715         (wl-highlight-summary-window): New function.
8716         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8717
8718 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8719
8720         * wl-summary.el (wl-summary-sync): Change `all-visible'
8721         from `all-shown'
8722         (wl-summary-input-range): Ditto.
8723
8724 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8725
8726         * wl-e21.el (wl-highlight-folder-current-line): Call
8727         `wl-folder-init-icons' when folder icons have not been initialized.
8728
8729         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8730
8731         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8732         (wl-demo-image-type-alist): New macro.
8733
8734 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8735
8736         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8737         display does not support graphics.
8738         (wl-plugged-init-icons): Ditto.
8739         (wl-folder-init-icons): Ditto.
8740
8741         * wl-demo.el (wl-demo): Chech closely whether the display
8742         supports graphics.
8743
8744 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-summary.el (wl-summary-get-original-buffer): New function.
8747         (wl-summary-set-crosspost): Use it.
8748         (wl-summary-target-mark-uudecode): Ditto.
8749         (wl-summary-reedit): Ditto.
8750         (wl-summary-resend-bounced-mail): Ditto.
8751         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8752         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8753
8754         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8755         (wl-message-display-internal): Ditto.
8756
8757 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8760
8761 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-summary.el (wl-summary-save-view): Renamed from
8764         `wl-summary-save-status'.
8765
8766 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8767
8768         * wl-summary.el (wl-summary-sync): Added `all-shown'
8769
8770 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8771
8772         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8773
8774 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8775
8776         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8777
8778 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8779
8780         * wl-highlight.el (wl-highlight-summary-line-string): Use
8781         `zerop' instead of `= 0'.
8782         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8783
8784         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8785         for comparing numbers.
8786         (wl-template-prev): Use `zerop' instead of `eq 0'.
8787
8788         * wl-draft.el (wl-draft-insert-current-message): Use
8789         `with-current-buffer' instead of `save-excursion'.
8790         Use `zerop' instead of `eq 0'.
8791
8792 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8793
8794         * wl-draft.el (wl-draft-insert-ccs): New function.
8795         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8796         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8797
8798 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8801
8802 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * wl-expire.el (wl-expire-refile): Don't call
8805         elmo-msgdb-add-msgs-to-seen-list;
8806         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8807         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8808
8809 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * wl-message.el (wl-message-prev-page): Ignore errors while
8812         scroll-down.
8813
8814 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-mime.el: Use elmo-original-message-mode instead of
8817         mmelmo-original-mode.
8818
8819         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8820         `elmo-folder-get-spec';
8821         (wl-fldmgr-add-completion-all-completions):
8822         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8823
8824         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8825         of `elmo-folder-get-type'.
8826
8827         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8828         `elmo-folder-get-spec';
8829         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8830         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8831         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8832         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8833         `elmo-read-msg-no-cache';
8834         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8835         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8836         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8837         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8838         `elmo-cache-save';
8839         (wl-draft-reedit): Use `elmo-message-file-name'.
8840
8841         * wl-expire.el: Use `elmo-folder-name-internal';
8842         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8843         Use macro `wl-summary-buffer-msgdb' instead of variable
8844         `wl-summary-buffer-msgdb';
8845         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8846         Use macro `wl-summary-buffer-folder-name' instead of variable
8847         `wl-summary-buffer-folder-name'.
8848         * wl-score.el: Likewise.
8849
8850         * wl-message.el: Rewrite for new message buffer cache mechanism.
8851         (wl-message-buffer-cache-buffer-get): New macro.
8852         (wl-message-buffer-cache-folder-get): Ditto.
8853         (wl-message-buffer-cache-message-get): Ditto.
8854         (wl-message-buffer-cache-entry-make): Ditto.
8855         (wl-message-buffer-cache-hit): Ditto.
8856         (wl-message-buffer-cache-sort): New function.
8857         (wl-message-buffer-cache-add): Ditto.
8858         (wl-message-buffer-cache-delete): Ditto.
8859         (wl-message-buffer-cache-clean-up): Ditto.
8860         (wl-message-buffer-window): Rewrite.
8861         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8862         (wl-message-buffer-display): New function.
8863         (wl-message-display-internal): New function.
8864
8865 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-folder.el: Use `elmo-folder-name-internal';
8868         Use `wl-folder-get-elmo-folder';
8869         Use `elmo-folder-list-messages' instead of
8870         `elmo-list-folder';
8871         Use `elmo-folder-get-primitive-list' instead of
8872         `elmo-folder-get-primitive-spec-list';
8873         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8874         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8875         Use `elmo-folder-create' instead of `elmo-create-folder'.
8876         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8877         (wl-folder-get-elmo-folder): New macro.
8878         (wl-folder-elmo-folder-cache-get): Ditto.
8879         (wl-folder-elmo-folder-cache-put): Ditto.
8880         (wl-folder-suspend): Call `elmo-quit'.
8881
8882         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8883         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8884         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8885         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8886         (toplevel): require 'cl.
8887         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8888
8889         * wl-summary.el: Rewrite to use new elmo interface.
8890
8891 \f
8892 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8893
8894         * wl-mime.el (wl-draft-preview-message):
8895         Run `wl-draft-send-hook' before collecting recipients information;
8896         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8897
8898         * tm-wl.el (wl-draft-preview-message): Ditto.
8899
8900 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8903         wrong recipients are displayed when forwarded message.
8904
8905 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * Version number is increased to 2.5.7.
8908
8909 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8910
8911         * wl-message.el (wl-message-next-page): Bind
8912         `window-pixel-scroll-increment' to nil while scrolling up.
8913
8914 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * wl-vars.el (wl-save-hook): New hook.
8917         * wl.el (wl-save): Call `wl-save-hook'.
8918
8919 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8920
8921         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8922         Argument WITH-ARG instead of NO-ARG (negative mean).
8923         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8924         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8925         * wl-message.el (wl-message-follow-current-entity): Likewise.
8926
8927 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8930         FROM was optional argument.
8931         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8932
8933 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8934
8935         * Version number is increased to 2.5.6.
8936
8937 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8938
8939         * wl-version.el (wl-version-show): Removed.
8940         (wl-version): Add `interactive'.
8941
8942 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8943
8944         * wl-summary.el (wl-summary-get-petname-func): New variable.
8945         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8946         instead of `wl-address-get-petname-1'.
8947         (wl-summary-simple-from): Ditto.
8948
8949         * wl-address.el (wl-address-get-petname-1): Define as function.
8950
8951 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8954         field in the original message.
8955         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8956
8957 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8958
8959         * wl-expire.el (wl-expire-hide):
8960         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8961
8962 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8963
8964         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8965         find decoder for To, Cc, and Subject.
8966
8967 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8968
8969         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8970         for checking `elmo-use-buffer-cache'.
8971         (wl-summary-mark-as-important): Fixed typo in comment.
8972
8973 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8976         field in the original message.
8977         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8978
8979 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8980
8981         * wl-expire.el (wl-expire-hide):
8982         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8983
8984 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8987         find decoder for To, Cc, and Subject.
8988
8989 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8990
8991         * Version number is increased to 2.5.5.
8992
8993         * wl-address.el (wl-address-specials-regexp): New constant.
8994         (wl-address-quote-specials): Use it.
8995
8996 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8997
8998         * wl-summary.el (wl-summary-rescan):
8999         Call `wl-summary-buffer-number-column-detect'.
9000         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
9001
9002         * wl-message.el (wl-message-mode-map): Define.
9003         (wl-message-decode): Use it as local-map.
9004
9005 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
9006
9007         * wl-score.el (wl-score-guess-like-gnus): Abolished.
9008         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
9009
9010 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
9011
9012         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
9013
9014         * wl-mule.el (wl-read-event-char): Ditto.
9015
9016         * wl-e21.el (wl-read-event-char): Ditto.
9017
9018         * wl-nemacs.el (wl-read-event-char): Ditto.
9019         (read-event): Removed.
9020
9021         * wl-util.el (toplevel): Removed dummy definition of
9022         `read-event'.
9023         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9024
9025 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9026
9027         * wl-nemacs.el (elmo-archive-call-process): Moved to
9028         elmo-archive.el.
9029
9030 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9031
9032         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9033         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9034
9035         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9036         instead of magic-number 6.  Use `not' instead of `null' for symbol
9037         `nil' check (not empty list).
9038         (wl-draft-insert-x-face-field): Fixed paren style.
9039
9040         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9041         one-branch conditional statement, instead of `and' and `if'.
9042         (wl-draft-forward): Likewise.
9043         (wl-draft-add-references): Likewise.
9044         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9045
9046         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9047         conditional steatment.  Use `cond' instead of `if'.
9048         (wl-draft-confirm): Likewise.
9049
9050 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9051
9052         * wl-version.el (wl-version-show): Use `product-string-1'
9053         instead of `wl-version'.
9054         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9055
9056         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9057
9058 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9059
9060         * wl-highlight.el (wl-highlight-headers): Revert
9061         `wl-highlight-x-face-func' argument (`beg' and `end').
9062
9063 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9064
9065         * wl.el (toplevel): Move `product-provide' declare.
9066         * wl-demo.el (toplevel): Ditto.
9067         * wl-dnd.el (toplevel): Ditto.
9068         * wl-highlight.el (toplevel): Ditto.
9069         * wl-message.el (toplevel): Ditto.
9070         * wl-refile.el (toplevel): Ditto.
9071         * wl-util.el (toplevel): Ditto.
9072
9073 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9076         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9077         (wl-thread-close-all): keep cursor position.
9078
9079 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9080
9081         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9082         (eq x 0).
9083         (wl-generate-user-agent-string-1): Fix conditional statement.
9084
9085 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9086
9087         * wl.el (wl-check-environment): Additional check for
9088         'wl-local-domain' and `wl-message-id-domain'.
9089
9090 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9091
9092         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9093
9094 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9095
9096         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9097         instead of `smtp-sasl-user-realm'.
9098
9099 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9100
9101         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9102
9103 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9104
9105         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9106         to the default value as well as `eword-lexical-analyzer'.
9107
9108 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9109
9110         * wl-version.el (wl-extended-emacs-version,
9111         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9112         `elmo-match-string' instead of `wl-match-string'.
9113
9114 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9115
9116         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9117         docstring.
9118
9119 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9120
9121         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9122
9123 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9124
9125         * wl-highlight.el (wl-highlight-headers): Remove
9126         `wl-highlight-x-face-func' argument (`beg' and `end').
9127
9128 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * wl-summary.el (wl-summary-mark-as-important):
9131         Remove cache if folder is local.
9132
9133 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9134
9135         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9136         to get existing e-mail address string.
9137
9138 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9139
9140         * wl-version.el (wl-generate-user-agent-string): Commentary.
9141         (wl-generate-user-agent-string-1): Use `when' for
9142         one-branch conditional statement, instead of `and' and `if'.
9143         (wl-extended-emacs-version, wl-extended-emacs-version2,
9144         wl-extended-emacs-version3): Ditto.
9145
9146 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9149         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9150         condition-case; Remove initialization.
9151         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9152         (wl-summary-sync-update3): Added argument `sync-all';
9153         Eliminated local variable `msgdb';
9154         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9155         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9156         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9157
9158 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9159
9160         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9161         connection before call `wl-draft-send-mail-with-smtp'.
9162
9163 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * Version number is increased to 2.5.4.
9166
9167 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9168
9169         * wl.el (wl-check-environment): Additional check for
9170         'wl-local-domain' and `wl-message-id-domain'.
9171
9172 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9173
9174         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9175         buffer as command specific.
9176         (wl-folder-mark-as-read-all-entity): Ditto.
9177         (wl-folder-prefetch-entity): Ditto.
9178         (wl-folder-drop-unsync-entity): Ditto.
9179
9180         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9181         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9182         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9183
9184         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9185         save-excursion.
9186
9187 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9188
9189         * Version number is increased to 2.5.3.
9190
9191         * wl-summary.el (wl-summary-save-view-cache):
9192         Delete duplicated `write-region';
9193         Use `write-region-as-binary' instead of `as-binary-output-file' and
9194         `write-region'.
9195
9196 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9197
9198         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9199
9200 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9201
9202         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9203         instead of `smtp-via-smtp'.
9204
9205 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9206
9207         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9208
9209 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9210
9211         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9212         instead of `smtp-sasl-user-realm'.
9213
9214 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9215
9216         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9217
9218 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9219
9220         * Version number is increased to 2.5.2.
9221
9222 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9225         does not exist.
9226         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9227         (wl-biff-start): Call `timer-activate' if timer already exists.
9228
9229         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9230         only when it is bound as function.
9231
9232 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9233
9234         * Version number is increased to 2.5.1.
9235
9236 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9239         Print refile/copy destination.
9240
9241 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9242
9243         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9244         queue-flush-only is non-nil.
9245
9246         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9247
9248         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9249         checking cache folder.
9250
9251 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9252
9253         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9254         `regexp-quote'.
9255
9256 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9257
9258         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9259         function.
9260         * wl-summary.el (wl-summary-write-current-folder-functions):
9261         Change default value.  Use it.
9262
9263 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9264
9265         * Version number is increased to 2.5.0.
9266
9267         * wl-version.el (wl-version): Changed codename.
9268
9269 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9270
9271         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9272         (wl-summary-supersedes-message): Ditto.
9273
9274 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9275
9276         * wl-refile.el (wl-refile-guess-functions): Renamed from
9277         `wl-refile-guess-func-list'.
9278
9279 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9280
9281         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9282         Fixed problem when no rule was matched.
9283
9284 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9285
9286         * wl-summary.el (wl-summary-get-mark): Fixed
9287         `wl-summary-buffer-target-mark' check logic.
9288
9289 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9290
9291         * wl-folder.el (wl-folder-write-current-folder): Added group
9292         folder check.
9293
9294         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9295         `wl-summary-write-current-newsgroup'.
9296         (wl-summary-write-current-folder-functions): New variable.
9297         * wl-folder.el (wl-folder-get-newsgroups): New function.
9298         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9299         (wl-folder-write-current-folder): Renamed from
9300         `wl-folder-write-current-newsgroup'.
9301
9302 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9303
9304         * Version number is increased to 2.3.93.
9305
9306 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9307
9308         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9309         (wl-ldap-make-matched-value-list): Ditto.
9310         (wl-ldap-alias-safe-string): Split e-mail address.
9311
9312         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9313         petname folder default was selected.
9314         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9315         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9316
9317 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9320         to `wl-draft-config-exec'.
9321
9322         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9323         instead of calling `wl-draft-config-exec';
9324         Process group-list and show recipients in minibuffer.
9325
9326         * tm-wl.el (wl-draft-preview-message): Ditto.
9327
9328 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9329
9330         * wl.el (toplevel): Added (C) to copyright notice, and
9331         sync Author header.
9332         * tm-wl.el (toplevel): Ditto.
9333         * wl-address.el (toplevel): Ditto.
9334         * wl-demo.el (toplevel): Ditto.
9335         * wl-dnd.el (toplevel): Ditto.
9336         * wl-draft.el (toplevel): Ditto.
9337         * wl-e21.el (toplevel): Ditto.
9338         * wl-expire.el (toplevel): Ditto.
9339         * wl-folder.el (toplevel): Ditto.
9340         * wl-highlight.el (toplevel): Ditto.
9341         * wl-message.el (toplevel): Ditto.
9342         * wl-mime.el (toplevel): Ditto.
9343         * wl-mule.el (toplevel): Ditto.
9344         * wl-nemacs.el (toplevel): Ditto.
9345         * wl-refile.el (toplevel): Ditto.
9346         * wl-score.el (toplevel): Ditto.
9347         * wl-summary.el (toplevel): Ditto.
9348         * wl-template.el (toplevel): Ditto.
9349         * wl-thread.el (toplevel): Ditto.
9350         * wl-util.el (toplevel): Ditto.
9351         * wl-vars.el (toplevel): Ditto.
9352         * wl-xmas.el (toplevel): Ditto.
9353
9354 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9355
9356         * wl.el (wl-init): Added comment about `wl-init-hook'.
9357         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9358         * wl-vars.el (wl-init-hook): Added docs.
9359         (wl-make-plugged-hook): Removed useless docs.
9360         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9361         * wl-xmas.el (toplevel): Ditto.
9362
9363 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9364
9365         * wl-address.el (toplevel): Fixed multiple Author header format.
9366         * wl-demo.el (toplevel): Ditto.
9367         * wl-draft.el (toplevel): Ditto.
9368         * wl-folder.el (toplevel): Ditto.
9369         * wl-summary.el (toplevel): Ditto.
9370         * wl-thread.el (toplevel): Ditto.
9371         * wl-util.el (toplevel): Ditto.
9372         * wl-vars.el (toplevel): Ditto.
9373         * wl-version.el (toplevel): Ditto.
9374         * wl-xmas.el (toplevel): Ditto.
9375         * wl.el (toplevel): Ditto.
9376
9377         * wl-version.el (toplevel): Added require `elmo-version' for
9378         `product-version-as-string'.
9379
9380 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9381
9382         * wl-vars.el (wl-draft-send-hook): Changed default value to
9383         '(wl-draft-config-exec).
9384
9385         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9386         explicitly.
9387         (wl-draft): Set `wl-draft-config-exec-flag' before running
9388         `wl-mail-setup-hook'.
9389
9390         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9391         `wl-biff-init-icons' to `wl-init-hook' instead of
9392         `wl-make-plugged-hook'.
9393         (Because if `wl-draft' command is invoked at first,
9394         they are not initialized)
9395         Updated copyright notice.
9396
9397         * wl-e21.el (toplevel): Ditto;
9398
9399         * wl-demo.el (toplevel): Updated copyright notice.
9400         * wl-address.el (toplevel): Ditto.
9401         * wl-draft.el (toplevel): Ditto.
9402         * wl-version.el (toplevel): Ditto.
9403         * wl-folder.el (toplevel): Ditto.
9404         * wl-summary.el (toplevel): Ditto.
9405         * wl-thread.el (toplevel): Ditto.
9406         * wl-util.el (toplevel): Ditto.
9407         * wl-vars.el (toplevel): Ditto.
9408         * wl.el (toplevel): Ditto.
9409
9410 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9411
9412         * wl-highlight.el (wl-highlight-message): Fixed problem of
9413         highlighting failure which occured when the last field contains
9414         multiple lines in the draft buffer.
9415
9416         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9417         `wl-biff-start' if plugged.
9418
9419         * wl-util.el (wl-biff-check-folder): New function.
9420         (wl-biff-check-folders): Don't set session name prefix.
9421         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9422         (wl-biff-check-folder-async): Ditto.
9423
9424         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9425         in email address.
9426
9427 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9428
9429         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9430
9431         * wl-draft.el (wl-draft-strip-subject-re): New function.
9432
9433         * wl-draft.el (wl-draft-reply): Use it.
9434
9435 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9436
9437         * wl-message.el (wl-mmelmo-message-redisplay): Use
9438         `mime-display-message' instead of `wl-mime-display-message'.
9439
9440         * wl-mime.el (toplevel): Removed compatibility workaround
9441         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9442         (wl-mime-display-message): Abolished.
9443         (wl-mime-entity-read-field): Ditto.
9444         (wl-mime-combine-message/partial-pieces): Use
9445         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9446
9447 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9448
9449         * wl-template.el: Doc fixes.
9450
9451 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9452
9453         * wl-e21.el (wl-message-overload-functions): Do nothing if
9454         `current-local-map' is not available.
9455         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9456
9457 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9458
9459         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9460         representation.
9461
9462         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9463         number.
9464         (wl-fldmgr-save-folders): Don't use `format' when insert
9465         `wl-fldmgr-folders-header'.
9466
9467 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9468
9469         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9470
9471 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-highlight.el (wl-highlight-message):
9474         Use `std11-field-end' to detect end point of the header field.
9475         Refer `wl-highlight-max-header-size'.
9476
9477         * wl-vars.el (wl-highlight-max-header-size): New variable.
9478
9479         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9480
9481         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9482         Set `for-draft' argument of wl-highlight-headers.
9483         (wl-draft): Ditto.
9484         (wl-draft-reedit): Ditto.
9485         (wl-user-agent-compose-internal): Ditto.
9486
9487 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9488
9489         * wl-message.el (wl-message-add-button): Use overlay.
9490
9491 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9492
9493         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9494
9495         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9496         problem when group-list content is nothing.
9497         (Reported by Mito <mit@nines.nec.co.jp>)
9498
9499 2000-10-18  SAITO Atsunori <sai@yedo.com>
9500
9501         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9502
9503 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9504
9505         * tm-wl.el (toplevel): Use product-provide.
9506
9507 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9508
9509         * Version number is increased to 2.3.92.
9510
9511 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9512
9513         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9514         title text, use `display' property for left margin under Emacs 21.
9515
9516         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9517         properties.
9518         (wl-plugged-init-icons): Ditto.
9519
9520 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9521
9522         * wl.el (wl-save-status, wl-init): Remove last period in
9523         "...done." message.
9524         * tm-wl.el (wl-summary-burst): Ditto.
9525         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9526         wl-summary-resume-cache-status,
9527         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9528         wl-summary-sync-update3, wl-summary-highlight-msgs,
9529         wl-summary-flush-pending-append-operations,
9530         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9531         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9532         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9533         wl-thread-open-all): Ditto.
9534         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9535         * wl-mime.el (wl-summary-burst): Ditto.
9536         * wl-highlight.el (wl-highlight-summary): Ditto.
9537         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9538         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9539         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9540         * wl-address.el (wl-local-address-init): Ditto.
9541
9542 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9543
9544         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9545         `add-text-properties'.
9546         (wl-plugged-init-icons): Ditto.
9547         (wl-folder-init-icons): Use `propertize' instead of
9548         `put-text-property'.
9549         (wl-plugged-set-folder-icon): Ditto.
9550         (wl-e21-highlight-folder-group-line): Ditto.
9551
9552 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9553
9554         * wl-version.el (wl-version-status-alist): New variable.
9555         (wl-version-status): New function.
9556
9557         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9558         "Cc" part of the case "Reply-To".
9559
9560         * wl-draft.el (wl-draft-reply): Use result of
9561         `eword-extract-address-components'.
9562
9563         * wl-demo.el (wl-demo-icon-name): New constant.
9564         (wl-logo-xpm): Use it.
9565         (wl-logo-xbm): Ditto.
9566         (wl-logo-bitmap): Ditto.
9567
9568         * Version number is increased to 2.3.91.
9569
9570 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9571
9572         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9573         (wl-extended-emacs-version, wl-extended-emacs-version2,
9574         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9575         docstring.
9576
9577         * wl-version.el (wl-generate-user-agent-string-1): New function.
9578         (wl-generate-user-agent-string): Use it.
9579
9580         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9581         `mime-edit-insert-user-agent-field'.
9582         (wl-generate-user-agent-string): Check
9583         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9584
9585         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9586         instead of `if', when verbose case.
9587
9588 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9589
9590         * wl-expire.el (wl-summary-expire): Fix.
9591
9592 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9593
9594         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9595         and `elmo-lost+found-folder' if 'wl-draft.
9596         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9597
9598 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9599
9600         * wl-expire.el (wl-summary-expire): Change messages.
9601         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9602         `deleing-info' instead of "Deleting..."
9603
9604 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9605
9606         * wl-summary.el (wl-summary-refile-subr): Fix.
9607
9608 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9609
9610         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9611         if pipe folder.
9612
9613 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9614
9615         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9616
9617 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9618
9619         * wl-expire.el (wl-expire-hide): New function.
9620         (wl-summary-expire): Add `hide'.
9621
9622 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9623
9624         * wl-vars.el (wl-draft-reply-without-argument-list):
9625         Changed default value to consider `Reply-To:'.
9626         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9627
9628         * Version number is increased to 2.3.90.
9629
9630         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9631         elmo-imap4-get-session with unwind-protect.
9632         Don't cause error.
9633         (wl-summary-sync-marks): Don't check plugged nor folder type.
9634         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9635         (Always keep current buffer).
9636
9637 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9638
9639         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9640         Enclose with `save-excursion'.
9641
9642 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9643
9644         * wl-version.el (wl-version): Remove interactive.
9645
9646 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9647
9648         * wl-version.el (wl-generate-user-agent-string): Use
9649         `product-string-verbose' instead of `product-string-1'.
9650
9651 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9652
9653         * wl-vars.el (wl-draft-use-cache): New variable.
9654         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9655         if wl-draft-use-cache is non-nil.
9656
9657 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9658
9659         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9660         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9661
9662 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9663
9664         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9665         (wl-thread-msg-mark-as-unread): Ditto.
9666
9667         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9668         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9669         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9670         Don't set mark in summary if return value of `elmo-mark-as-read'
9671         is nil.
9672         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9673         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9674         instead of `wl-thread-msg-mark-as-read'.
9675         (wl-summary-mark-as-unread-region): Ditto.
9676         (wl-summary-target-mark-mark-as-read): Ditto.
9677
9678         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9679
9680 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9681
9682         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9683
9684         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9685
9686 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9687
9688         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9689         face.
9690
9691 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9692
9693         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9694         `running-xemacs'.
9695
9696 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9697
9698         * wl-version.el (toplevel): Use `product-version-as-string' for
9699         set verstion-string, if defined.
9700
9701         * wl-version.el (wl-version-show): Insert string at point, when
9702         call with argument.
9703
9704         * wl-version.el (wl-generate-user-agent-string): Use
9705         `product-string-1' instead of `wl-appname', `wl-version' and
9706         `wl-codename'.
9707
9708 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9709
9710         * wl-address.el (toplevel): Use product-provide.
9711         * wl-demo.el (toplevel): Ditto.
9712         * wl-dnd.el (toplevel): Ditto.
9713         * wl-draft.el (toplevel): Ditto.
9714         * wl-e21.el (toplevel): Ditto.
9715         * wl-expire.el (toplevel): Ditto.
9716         * wl-fldmgr.el (toplevel): Ditto.
9717         * wl-folder.el (toplevel): Ditto.
9718         * wl-highlight.el (toplevel): Ditto.
9719         * wl-message.el (toplevel): Ditto.
9720         * wl-mime.el (toplevel): Ditto.
9721         * wl-mule.el (toplevel): Ditto.
9722         * wl-nemacs.el (toplevel): Ditto.
9723         * wl-refile.el (toplevel): Ditto.
9724         * wl-score.el (toplevel): Ditto.
9725         * wl-summary.el (toplevel): Ditto.
9726         * wl-template.el (toplevel): Ditto.
9727         * wl-thread.el (toplevel): Ditto.
9728         * wl-util.el (toplevel): Ditto.
9729         * wl-vars.el (toplevel): Ditto.
9730         * wl-xmas.el (toplevel): Ditto.
9731         * wl.el (toplevel): Ditto.
9732
9733 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9734
9735         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9736         instead of product.
9737
9738         * wl-version.el (wl-version): Compile time evalution elmo-version.
9739
9740 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9741
9742         * wl-summary.el (wl-summary-sync-force-update): Append queue
9743         `mark-as-read'if unplugged.
9744
9745 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9746
9747         * wl-version.el: New file.  Use product.el.
9748         * wl.el: add (require 'wl-version).
9749         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9750         for ~/.folders header.
9751         (wl-fldmgr-folders-header): Changed.
9752         * wl-demo.el (wl-demo): Use product.el.
9753
9754         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9755         wl-version.el.
9756         * wl-util.el (wl-version, wl-version-show): Ditto.
9757
9758         * wl-util.el (wl-generate-user-agent-string,
9759         wl-extended-emacs-version, wl-extended-emacs-version2,
9760         wl-extended-emacs-version3): Move to wl-version.el.
9761         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9762         xemacs-codename, mime-edit-insert-user-agent-field,
9763         mime-edit-user-agent-value, mime-editor/version,
9764         mime-editor/codename): Compile warning killer move to
9765         wl-version.el
9766
9767 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9768
9769         * wl-summary.el (wl-summary-refile-subr): Fix.
9770
9771 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9772
9773         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9774         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9775
9776 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9777
9778         * wl.el (wl-check-environment): Check too many `@'.
9779
9780 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9781
9782         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9783
9784 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9785
9786         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9787         wl-draft-reply-myself-without-argument-list): Add variables.
9788         * wl-draft.el (wl-draft-reply): Use it.
9789
9790 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9791
9792         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9793         the 5th argument of `elmo-network-get-spec'.
9794
9795         * wl-thread.el (wl-thread-reparent-children): New inline function.
9796         (wl-thread-delete-message): Use it.
9797
9798         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9799         (wl-summary-score-update-all-lines): Don't use `dolist'.
9800
9801 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9802
9803         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9804         (require 'elmo-msgdb) for inline function.
9805
9806 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9807
9808         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9809
9810 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9811
9812         * wl-score.el (wl-score-headers): Fix for the confusing macro
9813         `elmo-kill-buffer'.
9814
9815 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9816
9817         * wl-summary.el: Don't use the 3rd argument of `require' because
9818         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9819         * wl-util.el: Ditto.
9820         * wl-draft.el: Ditto.
9821
9822 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9823
9824         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9825         window system is not used.
9826
9827 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9828
9829         * wl-thread.el: Don't use `mapcar' only for iteration.
9830         (wl-thread-resume-entity): Ditto.
9831         (wl-thread-delete-message): Ditto.
9832
9833         * wl-summary.el: Bind `dragdrop-drop-functions',
9834         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9835         of `require' for `timezone', `easymenu' and `ps-print';
9836         don't use `mapcar' only for iteration.
9837
9838         * wl-util.el: Bind `mule-version', `nemacs-version',
9839         `emacs-beta-version', `xemacs-codename',
9840         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9841         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9842         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9843         only for iteration.
9844
9845         * wl-score.el: Don't use `mapcar' only for iteration.
9846         (wl-score-simplify-buffer-fuzzy): Ditto.
9847         (wl-score-simplify-subject): Ditto.
9848         (wl-score-headers): Ditto.
9849         (wl-summary-score-update-all-lines): Ditto.
9850
9851         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9852         `enable-multibyte-characters' and `mule-version'.
9853
9854         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9855         `mapcar' only for iteration.
9856
9857         * wl-demo.el: Don't use `mapcar' only for iteration.
9858
9859         * wl-folder.el: Don't use `mapcar' only for iteration.
9860         (wl-folder-open-all): Ditto.
9861         (wl-folder-count-incorporates): Ditto.
9862
9863         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9864         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9865
9866         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9867         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9868         `smtp-connection-type'; specify 3rd argument of `require' for
9869         `timezone'; don't use `mapcar' only for iteration.
9870         (wl-draft-clone-local-variables): Don't use `mapcar'.
9871         (wl-draft-generate-clone-buffer): Ditto.
9872         (wl-user-agent-compose-internal): Ditto.
9873
9874         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9875
9876         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9877         (wl-save-status): Ditto.
9878
9879         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9880         for iteration.
9881
9882 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9883
9884         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9885         removed `Date'.
9886         (wl-fldmgr-make-filter-default): New user option.
9887
9888         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9889         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9890         (wl-fldmgr-filter-completion-alist): Abolish.
9891
9892         * wl.el (wl): Don't check servers if arg is non-nil.
9893
9894         * wl-draft.el (wl-draft-reply): Set only message-id string to
9895         In-Reply-To field.
9896
9897 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9898
9899         * wl-summary.el (wl-summary-pick): Rewrite.
9900
9901         * wl-draft.el (wl-draft-forward): Get references field from
9902         original buffer.
9903         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9904
9905 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9906
9907         * wl-draft.el (wl-draft-forward): Add references field.
9908
9909 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9910
9911         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9912         (wl-draft-reply): Use it.
9913
9914 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9915
9916         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9917         when Emacs 21 is running.
9918
9919         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9920         bindings.
9921
9922 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9923
9924         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9925         XPM icons transparent.
9926
9927         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9928         Emacs 21.
9929
9930 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9931
9932         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9933         nil.
9934
9935         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9936         when it is persistent.
9937         (wl-summary-sync-marks): Changed argument for
9938         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9939         (wl-summary-virtual): Use `elmo-read-search-condition'.
9940         (wl-summary-redisplay-internal): If folder is local, mark as read
9941         even when folder is plugged.
9942
9943 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9944
9945         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9946         of `tool-bar-lines' in the frame parameters.
9947         (after-make-frame-functions, post-command-hook): Don't modify the
9948         value.
9949         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9950         wl-e21-tool-bar-lines): Removed.
9951
9952 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9953
9954         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9955         properties `evaporate' and `wl-momentary-overlay' as well.
9956         (wl-highlight-summary-displaying): Ditto.
9957         (wl-delete-all-overlays): Don't delete overlay which does not have
9958         a property `wl-momentary-overlay'.
9959
9960         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9961         `display-mouse-p' and `display-graphic-p'.
9962         (wl-folder-init-icons): Don't search for XBM or the other files.
9963         (wl-plugged-set-folder-icon): Make icons if and only if
9964         `display-graphic-p' returns non-nil.
9965         (wl-highlight-plugged-current-line): Use `before-string' overlay
9966         property to show icon images.
9967         (wl-highlight-folder-current-line): Ditto.
9968         (wl-e21-highlight-folder-group-line): Ditto.
9969         (wl-e21-highlight-folder-by-numbers): Ditto.
9970         (wl-e21-insert-image): Removed.
9971         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9972         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9973         said.
9974         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9975         `wl-e21-force-switch-toolbar'.
9976         (wl-e21-make-icon-image): Removed.
9977         (wl-e21-setup-toolbar): Don't search for XBM files.
9978         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9979         the default value.
9980
9981 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9982
9983         * wl-util.el (wl-biff-check-folder-async): Set
9984         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9985
9986 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9987
9988         * wl-e21.el (after-make-frame-functions): Add
9989         `wl-e21-force-switch-toolbar'.
9990         (wl-e21-force-switch-toolbar): New function force to switch the
9991         toolbar appearance automatically.
9992         (post-command-hook): Add `wl-e21-switch-toolbar'.
9993         (wl-e21-switch-toolbar): New function to switch the toolbar
9994         appearance automatically.
9995         (wl-e21-tool-bar-lines): New buffer local variable.
9996
9997 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9998
9999         * wl-util.el (wl-biff-check-folders-running): New variable.
10000         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
10001         (wl-biff-check-folder-async-callback):
10002         Set `wl-biff-check-folders-running'.
10003         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
10004         with unwind-protect.
10005
10006         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
10007         Enclose `wl-folder-auto-check' with unwind-protect.
10008
10009         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
10010         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
10011
10012         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
10013
10014         * wl-util.el (wl-biff-notify): New inline function.
10015         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10016         locally.
10017         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10018         folder-list' is 1.
10019         Use `wl-biff-notify'.
10020         (wl-biff-check-folder-async-callback): New function.
10021         (wl-biff-check-folder-async): Ditto.
10022
10023         * wl-folder.el (wl-folder): Don't check folders.
10024         (wl-folder-auto-check): New function.
10025
10026 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10027
10028         * wl-util.el (wl-biff-start) [Emacs19+]:
10029         Use `timer-next-integral-multiple-of-time'.
10030         (wl-biff-check-folders): Use `wl-default-folder'
10031         if `wl-biff-check-folder-list' is nil.
10032
10033 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10034
10035         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10036         instead of `elmo-delete-lists'.
10037
10038 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10039
10040         * wl.el (wl-plugged-toggle-all): Set the value of
10041         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10042         (wl-plugged-toggle): Ditto.
10043         (wl-toggle-plugged): Ditto.
10044         (wl-plugged-init): Ditto.
10045
10046         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10047         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10048         instead of `wl-biff-state-indicator-off' and
10049         `wl-biff-state-indicator-on'; don't modify the value and the type
10050         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10051         (wl-plugged-init-icons): Set icons data to
10052         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10053         instead of `wl-plug-state-indicator-off' and
10054         `wl-plug-state-indicator-on'; don't modify the value and the type
10055         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10056
10057         * wl-vars.el (wl-modeline-biff-state-off,
10058         wl-modeline-biff-state-on, wl-modeline-biff-status,
10059         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10060         wl-modeline-plug-status): New internal variables.
10061         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10062         wl-biff-check-interval, wl-biff-check-folder-list): Change
10063         customization group from `wl-folder' to `wl-highlight'.
10064         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10065         wl-show-plug-status-on-modeline): Defcustomized.
10066
10067         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10068         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10069         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10070         a flag to `mode-line-buffer-identification'.
10071
10072         * wl-e21.el (wl-biff-init-icons): Set icons data to
10073         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10074         instead of `wl-biff-state-indicator-off' and
10075         `wl-biff-state-indicator-on'.
10076         (wl-plugged-init-icons): Set icons data to
10077         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10078         instead of `wl-plug-state-indicator-off' and
10079         `wl-plug-state-indicator-on'.
10080
10081 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10082
10083         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10084         excessive titles.
10085
10086 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10087
10088         * wl.el (wl-plugged-mode): Use revised
10089         `wl-mode-line-buffer-identification'.
10090         (wl-plugged-init): Don't use `force-mode-line-update'.
10091
10092         * wl-xmas.el (wl-draft-overload-functions): Use revised
10093         `wl-mode-line-buffer-identification'.
10094         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10095         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10096         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10097         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10098         `wl-make-plugged-hook';
10099         add `wl-folder-init-icons' and `wl-setup-folder' to
10100         `wl-folder-mode-hook'.
10101
10102         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10103         19 as well.
10104         (wl-mode-line-display-priority-list): New user option.
10105         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10106         Defcustomized.
10107         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10108         Add docs.
10109
10110         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10111         start.
10112         (wl-mode-line-buffer-identification): Revised as a function.
10113
10114         * wl-summary.el (wl-summary-mode): Use revised
10115         `wl-mode-line-buffer-identification'; don't call
10116         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10117         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10118         `wl-xmas-setup-summary'.
10119
10120         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10121         `wl-mode-line-buffer-identification'.
10122
10123         * wl-mule.el (wl-draft-overload-functions): Use revised
10124         `wl-mode-line-buffer-identification'.
10125
10126         * wl-folder.el (wl-make-plugged-alist): Don't call
10127         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10128         (wl-folder): Don't call `wl-folder-init-icons' directly.
10129         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10130         `wl-xmas-setup-folder' directly;
10131         use revised `wl-mode-line-buffer-identification'.
10132         (TopLevel): Don't bind `wl-biff-init-icons',
10133         `wl-plugged-init-icons', `wl-folder-init-icons',
10134         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10135
10136         * wl-e21.el (wl-draft-overload-functions): Use revised
10137         `wl-mode-line-buffer-identification'.
10138         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10139         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10140         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10141         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10142         `wl-make-plugged-hook';
10143         add `wl-folder-init-icons' and `wl-setup-folder' to
10144         `wl-folder-mode-hook'.
10145
10146 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10147             Katsumi Yamaoka    <yamaoka@jpl.org>
10148
10149         * wl.el (wl): Call `wl-biff-start'.
10150         (wl-exit): Call `wl-biff-stop'.
10151         (wl-plugged-mode): Show biff in modeline.
10152         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10153
10154         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10155         (wl-biff-init-icons): New function.
10156         (wl-plugged-init-icons): Don't make too much keymaps.
10157         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10158
10159         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10160         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10161         variables.
10162         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10163         options.
10164
10165         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10166         wl-biff-start, wl-biff-stop): New functions.
10167         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10168         (wl-biff-timer-name): New variable.
10169
10170         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10171
10172         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10173         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10174
10175         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10176         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10177
10178         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10179         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10180         `wl-folder-init-icons' to `ignore' if they are not available.
10181         (wl-folder-mode): Show biff in modeline.
10182
10183         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10184         (wl-biff-init-icons): New function.
10185         (wl-plugged-init-icons): Don't make too much keymaps.
10186         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10187
10188 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10189
10190         * wl-vars.el (wl-strict-diff-folders): Customization Type
10191         and doc fix.  Define as a list of regular expressions for
10192         folders or nil.
10193         * wl-folder.el (wl-folder-check-one-entity): Use
10194         `wl-string-match-member' instead of `wl-string-member' for
10195         `wl-strict-diff-folders'.
10196
10197 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10198
10199         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10200         (wl-highlight-folder-current-line): Use it; new implementation.
10201         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10202         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10203         `defsubst' instead of `defun'.
10204
10205         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10206         `wl-highlight-group-folder-by-numbers'; made it can also be a
10207         number.  See info for more details.
10208
10209         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10210         running.
10211
10212         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10213         to bind them.
10214
10215         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10216         (wl-highlight-folder-current-line): New implementation.
10217
10218         * wl-highlight.el (wl-highlight-folder-group-line): New
10219         implementation.
10220         (wl-delete-all-overlays): Rewrite as a marco.
10221         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10222
10223         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10224         running.
10225         (wl-folder-*-glyph): No need to bind them.
10226
10227         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10228         `wl-e21-highlight-folder-group-icon'; rewrite.
10229         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10230         `defsubst' instead of `defun'.
10231         (wl-folder-mode-map): Bind it when compiling.
10232
10233 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10234
10235         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10236
10237         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10238
10239 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10240
10241         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10242
10243 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10244
10245         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10246         (wl-highlight-folder-current-line): Use it.
10247
10248         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10249         in `id-name'.
10250
10251 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10252
10253         * wl.el: Require `wl-e21' when Emacs 21 is running.
10254
10255         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10256         default when Emacs 21 is running.
10257         (wl-use-highlight-mouse-line): Ditto.
10258         (wl-on-emacs21): New constant.
10259         (wl-on-emacs20): Removed.
10260
10261         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10262         Emacs 21 is running.
10263
10264         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10265         Emacs 21 is running.
10266
10267         * wl-e21.el: New file.
10268
10269 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10270
10271         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10272         (wl-toggle-plugged): Ditto.
10273         (wl-plugged-toggle): Ditto.
10274         (wl-plugged-toggle-all): Ditto.
10275
10276         * wl-vars.el (wl-plug-state-indicator): Refer
10277         `wl-plug-state-indicator-on' indirectly.
10278
10279 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10280
10281         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10282         Call `wl-folder-confirm-existence'.
10283
10284         * wl-folder.el (wl-folder-confirm-existence): Added optional
10285         argument `force'.
10286
10287 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10288
10289         * wl-summary.el (wl-summary-refile-subr): Assume
10290         `copy-or-refile' as symbol.
10291         (wl-summary-refile): Follow up above change.
10292         (wl-summary-copy): Ditto.  Doc fix.
10293
10294 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10295
10296         * wl-summary.el (wl-summary-pick): Don't bind
10297         `elmo-search-mime-charset'.
10298
10299         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10300         default using old backquote style.
10301         (wl-search-mime-charset): Abolished.
10302
10303         * wl-highlight.el (wl-highlight-headers):
10304         Call `point' after `re-search-forward'(for Nemacs).
10305
10306         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10307         for elmo-imap4.el.
10308
10309 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10310
10311         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10312         `wl-message-ignored-field-list' instead of
10313         `mime-view-ignored-field-list'.
10314
10315         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10316         Add interactive spec.
10317         (wl-folder-goto-bottom-of-current-folder): Ditto.
10318         (wl-folder-mode-map): Bind them.
10319
10320         * wl-vars.el (wl-message-ignored-field-list): New variable.
10321         (wl-message-visible-field-list): New variable.
10322
10323         * wl-mime.el (wl-mime-header-presentation-method): New function.
10324         (wl-mime-setup): Set header-presentation-method.
10325
10326 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10327
10328         * wl-nemacs.el (wl-draft-overload-functions): Set
10329         `mode-line-buffer-identification' instead of using
10330         `wl-make-modeline'.
10331
10332         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10333         instead of using `wl-make-modeline'.
10334
10335         * wl-xmas.el (wl-plugged-init-icons): Set up
10336         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10337         (wl-make-modeline): Abolish.
10338         (wl-draft-overload-functions): Set
10339         `mode-line-buffer-identification' instead of using
10340         `wl-make-modeline'.
10341
10342         * wl-util.el (wl-make-modeline-subr): Abolish.
10343         (wl-mode-line-buffer-identification): New alias.
10344
10345         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10346         (wl-summary-make-modeline): Abolish.
10347         (wl-summary-buffer-set-folder): Set
10348         `wl-summary-buffer-folder-indicator'.
10349         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10350         of using `wl-make-modeline'.
10351         (wl-summary-switch-to-clone-buffer): Don't set
10352         `mode-line-buffer-identification'.
10353         (wl-summary-goto-folder-subr): Ditto.
10354
10355         * wl-mule.el (wl-draft-overload-functions): Set
10356         `mode-line-buffer-identification' instead of using
10357         `wl-make-modeline'.
10358
10359         * wl-folder.el (wl-folder-mode): Set
10360         `mode-line-buffer-identification' instead of using
10361         `wl-make-modeline'.
10362         (wl-folder): Don't set `mode-line-buffer-identification'.
10363
10364 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10365
10366         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10367         instead of `member' for `wl-refile-guess-func-list' look-ups.
10368         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10369
10370 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10371
10372         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10373         `wl-message-button-dispatcher'.
10374
10375         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10376
10377         * wl-message.el (wl-message-button-dispatcher): Use it.
10378
10379         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10380         "In-Reply-To".
10381
10382         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10383         Bind `case-fold-search' to t.
10384
10385 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10386
10387         * wl-xmas.el (wl-message-overload-functions): Initialize
10388         `wl-message-button-map'.
10389
10390         * wl-mule.el (wl-message-overload-functions): Initialize
10391         `wl-message-button-map'.
10392
10393         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10394
10395         * wl-message.el (wl-message-button-map): New keymap.
10396         (wl-message-add-button): New function.
10397         (wl-message-button-dispatcher): New function.
10398         (wl-message-button-refer-article): New function.
10399
10400         * wl-highlight.el
10401         (wl-highlight-message-add-buttons-to-header): New function.
10402         (wl-highlight-headers): Use it.
10403
10404 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10405
10406         * wl-summary.el (wl-summary-default-from): Use
10407         `wl-address-get-petname-1'.
10408         (wl-summary-simple-from): Ditto.
10409
10410         * wl-address.el (wl-address-get-petname-1): New inline function.
10411         (wl-address-get-petname): Use it.
10412
10413 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10414
10415         * wl-summary.el (wl-summary-default-from): Return full-name part
10416         from the address if no petname was found.
10417         (wl-summary-simple-from): Ditto.
10418
10419         * wl-address.el (wl-address-get-petname): Return nil if no petname
10420         associated with the address was found.
10421
10422 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10423
10424         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10425         display is finished.
10426
10427 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10428
10429         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10430         `elmo-folder-exists-p' argument.
10431
10432 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10433
10434         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10435         the folder.
10436
10437 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10438
10439         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10440
10441         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10442         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10443
10444 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10445
10446         * wl-folder.el (wl-folder-create-subr): New function.
10447         (wl-folder-confirm-existence): Use it.
10448         (wl-folder-check-one-entity): Use it.
10449         Check the error symbol is derived from 'elmo-open-error.
10450
10451         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10452         `ignore-error'.
10453
10454 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10455
10456         * wl-util.el (toplevel): Add (eval-when-compile (require
10457         'elmo-util)).  (Maybe `provide' is typo.)
10458
10459 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10460
10461         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10462         (I don't know why this was needed.)
10463
10464         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10465         Follow up changes for stream-type.
10466
10467         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10468         (wl-draft-elmo-nntp-send): Ditto.
10469
10470         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10471         (wl-nntp-posting-stream-type): Ditto.
10472         (wl-pop-before-smtp-ssl): Abolished.
10473         (wl-nntp-posting-ssl): Ditto.
10474
10475         * wl-address.el (wl-address-quote-specials): New function.
10476         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10477
10478         * wl-draft.el (wl-draft-reply): Ditto.
10479
10480 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10481
10482         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10483         use function `wl-string-match-assoc'.
10484
10485 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10486
10487         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10488
10489         * wl-draft.el (wl-draft-deduce-address-list): New function.
10490         (wl-draft-parse-mailbox-list): Ditto.
10491         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10492         instead of `smtp-deduce-address-list'.
10493         (wl-draft-on-field-p): Follow group list.
10494
10495         * wl-address.el (wl-address-concat-token): New function.
10496         (wl-address-string-without-group-list-contents): Ditto.
10497         (wl-complete-field-body): Fixed problem of completion
10498         by japanese petname.
10499         (wl-address-make-completion-list): Rewrite.
10500
10501 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10502
10503         * wl-address.el (wl-address-make-completion-list): Completion by
10504         petname.
10505         (wl-complete-field-body): Likewise.
10506
10507 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10508
10509         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10510         contains invalid address syntax.
10511
10512 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10513
10514         * wl-folder.el (wl-folder-check-entity-async): Use
10515         `elmo-nntp-spec-hostname'.
10516
10517 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10518
10519         * wl-summary.el (wl-summary-msgdb-load-async): Use
10520         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10521
10522 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10523
10524         * wl-draft.el (wl-draft-reply): Set argument
10525         `content-transfer-encoding' as nil.
10526
10527 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10528
10529         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10530         `wl-refile-alist'.
10531
10532 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10533
10534         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10535         (wl-draft-edit-string): Ditto.
10536         (wl-draft-forward): Ditto.
10537         * wl-summary.el (wl-summary-write): Ditto.
10538
10539 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10540
10541         * wl-summary.el (wl-summary-sync-update3): Call
10542         `wl-summary-buffer-number-column-detect'.
10543         (wl-summary-buffer-number-column-detect): Search from point-min.
10544
10545 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10546
10547         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10548         contains an address which is not included in original to or cc.
10549
10550 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10551
10552         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10553         begin-line does not exist.
10554         * wl-message.el (wl-message-uu-substring): Ditto.
10555
10556 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10557
10558         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10559         clear local variables.
10560         (wl-summary-exit): Call `elmo-commit'.
10561         (wl-summary-switch-to-clone-buffer): Call
10562         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10563         (wl-summary-goto-folder-subr): Ditto.
10564
10565         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10566         POP folder.
10567
10568 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10569
10570         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10571         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10572         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10573         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10574         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10575         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10576
10577         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10578
10579 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10580
10581         * wl-summary.el (wl-summary-search-by-subject):
10582         Search parent message from the latest one.
10583
10584 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10585
10586         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10587         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10588
10589         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10590         New user option.
10591
10592         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10593         if elmo-nntp-use-killed-list is nil.
10594         Use `elmo-msgdb-append-to-killed-list'.
10595         (Append numbers confirmed as disappeared to the killed list.)
10596         (wl-summary-confirm-appends): Don't display negative number.
10597
10598 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10599
10600         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10601
10602 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10603
10604         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10605         range is `all'.
10606         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10607         `elmo-list-bigger-diff'.
10608
10609 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10610
10611         * wl-summary.el (wl-summary-buffer-exit-func):
10612         New buffer local variable.
10613         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10614
10615 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10616
10617         * wl-demo.el (wl-demo): Fix the last change.
10618
10619 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10620
10621         * wl-demo.el (wl-demo): Don't use `eval'.
10622
10623 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10624
10625         * wl-summary.el (wl-summary-buffer-thread-modified):
10626         New buffer-local variable.
10627         (wl-summary-set-thread-modified): New function.
10628         (wl-summary-thread-modified-p): New function.
10629         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10630         (wl-summary-yank-saved-message): Use function
10631         `wl-summary-set-thread-modified'
10632         (wl-summary-switch-to-clone-buffer): Add
10633         `wl-summary-buffer-thread-modified'.
10634
10635         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10636         (wl-summary-buffer-mark-saved-hook): Ditto.
10637         * wl-summary.el (wl-summary-msgdb-save): New hook
10638         `wl-summary-buffer-message-saved-hook' and
10639         `wl-summary-buffer-mark-saved-hook'.
10640
10641 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10642
10643         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10644
10645 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10646
10647         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10648         don't hide scroll bars under FSF Emacsen because it may incur an
10649         undesirable redrawing.
10650
10651 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10652
10653         * wl-draft.el (wl-draft-edit-string): Call
10654         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10655
10656 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10657
10658         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10659
10660 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10661
10662         * wl-summary.el (wl-summary-msgdb-load-async): Call
10663         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10664
10665 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10666
10667         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10668         fringes in demo buffer; center bitmap logo correctly even if old
10669         Mule is used.
10670
10671 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10672
10673         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10674
10675         * wl-refile.el (wl-refile-subject-alist): New variable.
10676         (wl-refile-subject-alist-file-name): Ditto.
10677         (wl-refile-alist-setup): Rewrite.
10678         (wl-refile-alist-save): Use `elmo-object-save'.
10679         Eliminated arguments.
10680         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10681         (wl-refile-guess-by-subject): New function.
10682         (wl-refile-guess-func-list): Added it.
10683
10684 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10685
10686         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10687         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10688
10689 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10690
10691         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10692         New buffer-local variable.
10693         (wl-summary-buffer-next-folder-func): Ditto.
10694         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10695         if non-nil.
10696         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10697         if non-nil.
10698         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10699         if non-nil.
10700         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10701         if non-nil.
10702
10703 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10704
10705         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10706         permanently in the demo buffer.
10707
10708 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10709
10710         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10711         `mime-entity-fetch-field'.
10712
10713         * wl.el (wl-exit): Delete plugged buffer.
10714
10715         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10716         XEmacs has menubar feature.
10717
10718 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10719
10720         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10721         cannot arrive at the beginning of the buffer under old Emacsen.
10722
10723 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10724
10725         * wl-address.el (wl-address-ldap-search):
10726         Call `ldap-search-entries' with `withdn' argument t.
10727         (wl-complete-field-body): Bind completion-ignore-case as t.
10728         Clear ldap search hash when it was sole completion.
10729         Use elmo-string for pattern string.
10730         (wl-ldap-alias-safe-string): Eliminated needless let.
10731
10732 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10733
10734         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10735         (wl-ldap-alias-sep): New constant.
10736         (wl-ldap-search-attribute-type-list): Ditto.
10737         (wl-ldap-get-value): New function.
10738         (wl-ldap-make-filter): Ditto.
10739         (wl-ldap-make-matched-value-list): Ditto.
10740         (wl-ldap-alias-safe-string): Ditto.
10741         (wl-ldap-register-dn-string): Ditto.
10742         (wl-address-ldap-search): Rewrite.
10743
10744 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10745
10746         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10747         thread is deleted.
10748         (wl-thread-delete-line-from-buffer): Ditto.
10749         (wl-thread-get-exist-children): New function.
10750
10751 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10752
10753         * wl-demo.el (wl-demo): Made it to select various image types.
10754         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10755         from `wl-title-logo'.
10756         (wl-logo-ascii): New variable.
10757         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10758         (wl-demo-copyright-notice): New constant.
10759
10760         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10761
10762 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10763
10764         * wl-vars.el (wl-summary-target-above): Renamed from
10765         wl-summary-temp-above.
10766         * wl-score.el (wl-score-get-score-alist): Use it.
10767         (wl-summary-score-update-all-lines): Use it.
10768         * wl-summary.el: Ditto. (make-variable-buffer-local).
10769
10770 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10771
10772         * wl-vars.el (wl-ldap-port): New user option.
10773
10774         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10775         Rewite whole implementation.
10776         (wl-complete-field-body): Fixed.
10777
10778 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10779
10780         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10781         Choose implementation at compile time.
10782
10783 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10784
10785         * wl-address.el (wl-ldap-search-internal): New function.
10786         (wl-complete-field-to): Use it.
10787
10788 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10789
10790         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10791         Use `let' instead of `let*'.
10792         Require 'wl-vars.
10793
10794         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10795         Define as defcustom.
10796         (wl-ldap-base): Ditto.
10797         (wl-use-ldap): Ditto.
10798
10799 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10800
10801         * wl-address.el (wl-ldap-search): New function.
10802         (wl-complete-field-body): Use `wl-ldap-search'.
10803         (wl-ldap-server): New variable.
10804         (wl-ldap-base): Ditto.
10805         (wl-use-ldap): Ditto.
10806
10807 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10808
10809         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10810         (Pointed out by Mito <mit@nines.nec.co.jp>).
10811         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10812         buffer-local variables like `wl-summary-redisplay-internal'.
10813         (wl-summary-redisplay-all-header): Likewise.  Update
10814         Summary view too.
10815
10816 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10817
10818         * wl-summary.el (wl-summary-jump-to-parent-message):
10819         Consider prefix argument.
10820
10821         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10822         when closed thread is deleted.
10823
10824 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10825
10826         * wl-summary.el (wl-summary-jump-to-parent-message):
10827         Consider thread modification.
10828
10829 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10830
10831         * wl-message.el (wl-message-normal-get-original-buffer): Use
10832         `save-excursion'.
10833
10834         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10835         (wl-summary-showto-folder-regexp): Ditto.
10836
10837 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10838
10839         * wl-util.el (wl-delete-alist): Doc fix.
10840         (wl-delete-associations): New function.
10841         (wl-inverse-alist): New function.
10842         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10843         Split temporary variables. Use `wl-delete-associations'
10844         and `wl-inverse-alist'.
10845         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10846
10847 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10848
10849         * wl-folder.el (wl-folder-prefetch-entity):
10850         Execute prefetching if new count is unknown.
10851
10852 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10853
10854         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10855
10856         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10857         delete entity.
10858         (wl-thread-set-parent): If insert as top, set linked as nil.
10859
10860         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10861         `wl-thread-cleanup-symbols' when view mode is thread.
10862
10863 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10864
10865         * wl-folder.el (wl-folder-create-folder-entity): Use
10866         with-current-buffer.
10867         (wl-local-folder-init): Call set-buffer to make sure we are in
10868         the Folder buffer. Don't touch buffer-local variables here.
10869         (wl-folder-mode): Initialize buffer-local variables here.
10870
10871         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10872         (wl-folder-entity-assign-id): Ditto.
10873         (wl-folder-create-entity-hashtb): Ditto.
10874         (wl-local-folder-init): Ditto.
10875         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10876
10877 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10878
10879         * wl-summary.el (wl-summary-default-from): Fix probrem when
10880         std11-extract-address-components return (nil "foo@bar").
10881
10882 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10883
10884         * wl-draft.el (wl-draft-clone-local-variables):
10885         Remove redundant `setq'.
10886
10887 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10888
10889         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10890         Bind wl-highlight-x-face-func as nil while highlighting header.
10891
10892 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10893
10894         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10895
10896 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10897
10898         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10899         elmo-msgdb-overview-hashtb from copy-variables.
10900         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10901         instead of `elmo-msgdb-overview-get-entity-by-number'.
10902         (wl-summary-auto-refile): Ditto.
10903
10904         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10905         `elmo-msgdb-overview-get-entity' instead of
10906         `elmo-msgdb-search-overview-entity'.  Use
10907         `elmo-msgdb-overview-get-entity' instead of
10908         `elmo-msgdb-overview-get-entity-by-number'.
10909         (wl-thread-insert-entity-sub): Ditto.
10910         (wl-thread-insert-message): Ditto.
10911
10912         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10913         `elmo-msgdb-overview-get-entity'.
10914         (wl-normal-message-redisplay): Ditto.
10915
10916 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10917
10918         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10919         `wl-thread-entities'.
10920         (wl-thread-delete-message): Fix remove top message from
10921         `wl-thread-entity-list'.
10922
10923         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10924         wl-append(nconc), because update-list is broken on Meadow.
10925
10926         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10927         updating process.
10928         (wl-summary-rescan): Ditto.
10929         (wl-summary-sync-update3): Ditto.
10930         * wl-thread.el (wl-thread-set-parent): Renamed from
10931         `wl-summary-set-parent'.
10932         (wl-thread-insert-message): Updating buffer faster.
10933         (wl-thread-delete-message): Updating buffer faster.
10934
10935         * wl-score.el (wl-summary-score-update-all-lines): Changed
10936         interval for display progress gauge.
10937
10938 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10939
10940         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10941         folder always-sticky.
10942         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10943         defmacro.
10944
10945 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10946
10947         * wl-vars.el (wl-draft-add-references): New user option.
10948
10949         * wl-draft.el (wl-draft-add-references): New function.
10950         (wl-draft-yank-from-mail-reply-buffer): Use it.
10951         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10952         as nil.
10953
10954 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10955
10956         * wl-thread.el (wl-thread-update-line-msgs): Called
10957         `wl-thread-update-line-on-buffer-sub'.
10958         (wl-thread-update-line-on-buffer): Delete routine of inserting
10959         thread.
10960         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10961         moved from `wl-thread-update-line-on-buffer'.
10962         Add threshold for displaying progress gauge.
10963         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10964         argument of `wl-thread-update-line-msgs'.
10965         Add threshold for displaying progress gauge.
10966         * wl-folder.el:
10967         Add threshold for displaying progress gauge.
10968         * wl-score.el: Ditto.
10969
10970         * wl-expire.el (wl-summary-expire): Display deleting info.
10971
10972 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10973
10974         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10975         `no-msg'.
10976         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10977         argument of `wl-thread-update-line-msgs'.
10978         (wl-summary-set-parent): Added optional argument `parent-number'.
10979         (wl-summary-buffer-saved-message): New buffer local variable.
10980         (wl-summary-save-current-message): New command.
10981         (wl-summary-yank-saved-message): Ditto.
10982         (wl-summary-mode-map): Added key binding for
10983         `wl-summary-save-current-message' (\ew) and
10984         `wl-summary-yank-saved-message' (\C-y).
10985         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10986
10987 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10988
10989         * wl-summary.el (wl-summary-mode-map): Added key binding for
10990         `wl-summary-set-parent' (ts).
10991
10992 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10993
10994         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10995         subject faster. If thread number is reverse, delayed updating
10996         thread.
10997         (wl-summary-search-by-subject): Ditto.
10998         (wl-summary-put-alike): Ditto.
10999         (wl-summary-get-alike): Ditto.
11000         (wl-summary-insert-headers): Insert header of all overview in
11001         buffer.
11002         (wl-summary-rescan): Delayed updating thread. Kill search subject
11003         buffer for wl-summary-search-by-subject.
11004         (wl-summary-sync-update3): Ditto.
11005         (wl-summary-exit): Ditto.
11006         (wl-summary-goto-bottom-of-current-thread): Change for linked
11007         thread.
11008         (wl-summary-overview-create-summary-line): Change line for linked
11009         thread.
11010
11011         * wl-summary.el (wl-summary-update-thread): Use
11012         wl-thread-maybe-get-children-num.
11013         (wl-summary-set-parent): If change parent, move sub thread.
11014         (wl-summary-redisplay-internal): Add horizontal recenter.
11015         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11016
11017         * wl-thread.el (wl-thread-entity-get-linked): New function.
11018         (wl-thread-entity-set-linked): New function.
11019         (wl-thread-create-entity): Add linked element.
11020         (wl-thread-entity-insert-as-top): Use wl-append.
11021         (wl-thread-maybe-get-children-num): If closing thread, return
11022         children msgs.
11023         (wl-thread-update-line-msgs): Displaying progress message.
11024         (wl-thread-update-line-on-buffer-sub): Use
11025         wl-thread-maybe-get-children-num.
11026         (wl-thread-update-line-on-buffer): If update line is not exists,
11027         insert thread.
11028         (wl-thread-delete-message): If delete top msg of thread, search
11029         parent by subject.
11030         (wl-thread-insert-entity): Use
11031         wl-thread-maybe-get-children-num.
11032
11033         * wl-highlight.el (wl-highlight-summary-current-line): change
11034         sregexp for linked thread.
11035         * wl-util.el (wl-count-lines): Count lines.
11036         (wl-horizontal-recenter): horizontal recenter.
11037         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11038         (wl-score-get-alike): Ditto.
11039         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11040         (wl-subject-length-limit): New variable.
11041         (wl-highlight-thread-indent-string-regexp): Changed for linked
11042         thread.
11043
11044 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11045
11046         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11047         New variable (revival).
11048         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11049         by subject matching if there's no in-reply-to nor references field
11050         (revival).
11051
11052 \f
11053 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11054
11055         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11056         message.
11057
11058 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11059
11060         * wl-summary.el (wl-summary-reply): Return t if there was a
11061         message at cursor point.
11062         Added unwind-protect.
11063         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11064         returns t.
11065         (wl-summary-cancel-message): Do nothing when there's no message at
11066         cursor point.
11067         (wl-summary-forward): Ditto.
11068         (wl-summary-jump-to-parent-message): Ditto.
11069         (wl-summary-reedit): Ditto.
11070         (wl-summary-edit-addresses): Ditto.
11071         (wl-summary-pipe-message): Ditto.
11072         (wl-summary-print-message-with-ps-print): Ditto.
11073         (wl-summary-print-message): Ditto.
11074         (wl-summary-mark-as-important): Ditto.
11075         (wl-summary-mark-as-unread): Ditto.
11076
11077         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11078         message at cursor point.
11079         (wl-summary-reply-with-citation): Remove unwind-protect.
11080
11081         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11082         subject searching feature.
11083         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11084         Eliminated.
11085
11086 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11087
11088         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11089         New variable.
11090         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11091         by subject matching if there's no in-reply-to nor references field.
11092
11093         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11094
11095         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11096         when display is finished.
11097         (wl-folder-open-all): Ditto.
11098         (wl-folder-update-access-group): Ditto.
11099         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11100         * wl-thread.el (wl-thread-close-all): Ditto.
11101
11102         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11103         progress gauge only when it was displayed.
11104         * wl-folder.el (wl-folder-insert-entity): Ditto.
11105
11106 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11107
11108         * wl-summary.el (wl-summary-incorporate): Enclose
11109         `wl-summary-sync-force-update' with save-excursion.
11110
11111 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11112
11113         * wl-summary.el (wl-summary-prefetch-region):
11114         Pass current cursor point to `pos-visible-in-window-p' after
11115         moving cursor to the started point.
11116
11117 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11118
11119         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11120
11121         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11122         fields from the forwarding message.
11123         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11124         `ignored-fields'.
11125
11126 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11127
11128         * wl-mime.el (wl-message-request-partial):
11129         Eliminated argument `msgdb'.
11130         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11131         (wl-mime-combine-message/partial-pieces): Likewise.
11132         * tm-wl.el (wl-message-request-partial): Likewise.
11133         (wl-mime-combine-message/partial-pieces): Likewise.
11134
11135 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11136
11137         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11138         when display is finished.
11139
11140 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11141
11142         * wl-summary.el (wl-summary-goto-folder-subr):
11143         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11144
11145 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11146
11147         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11148         when cursor point is visible.
11149
11150 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11151
11152         * wl-expire.el (wl-expire-archive-get-max-number):
11153         Don't use `file-name-directory'.
11154
11155 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11156
11157         * wl-expire.el (wl-expire-archive-get-max-number):
11158         Use `file-name-directory'.
11159
11160 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11161
11162         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11163         only when there is progress.
11164
11165 2000-04-13  Mito <mit@nines.nec.co.jp>
11166
11167         * wl-summary.el (wl-summary-sync-marks): Display progress.
11168
11169 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11170
11171         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11172         (wl-summary-prev): Move cursor regardless of unread status.
11173         (wl-summary-next): Ditto.
11174
11175 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11176
11177         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11178         Added argument `target' and `number'.
11179         * tm-wl.el (wl-summary-burst-subr): New function.
11180         (wl-summary-burst): Use it.
11181
11182 2000-04-10  Mito <mit@nines.nec.co.jp>
11183
11184         * wl-mime.el (wl-burst): New function.
11185         (wl-summary-burst): Use it.
11186
11187 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11188
11189         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11190         as petname when there's no candidate.
11191
11192 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11193
11194         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11195         New variable.
11196         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11197
11198         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11199
11200         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11201
11202 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11203
11204         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11205         Use substring of `original' instead of buffer-substring.
11206         (wl-refile-evaluate-rule):
11207         Set `original' argument of wl-refile-expand-newtext.
11208
11209         * wl-summary.el
11210         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11211         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11212         (wl-summary-auto-refile): Check existence of destination folder just
11213         before marking.
11214
11215 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11216
11217         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11218         when wl-refile-get-field-value return nil.
11219
11220 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11221
11222         * wl-refile.el
11223         (wl-refile-expand-newtext): New function imported from Gnus.
11224         (wl-refile-evaluate-rule): Use it.
11225
11226 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11227
11228         * wl-summary.el (wl-summary-print-destination):
11229         Duplicate folder string to avoid putting text-property on
11230         original string.
11231
11232         * wl-refile.el (wl-refile-get-field-value): New function.
11233         (wl-refile-evaluate-rule): New function;
11234         Evaluate refile rule recursively.
11235         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11236         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11237         New function; Check existence of a target folder recursively.
11238         (wl-summary-auto-refile-check-refile-rule-alist):
11239         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11240
11241 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11242
11243         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11244
11245         * wl-folder.el (wl-create-folder-entity-from-buffer):
11246         Fixed problem when '}' character is contained in folder name.
11247
11248         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11249
11250 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11251
11252         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11253         (wl-fldmgr-add-completion-all-completions):
11254         Use wl-fldmgr-add-completion-hashtb.
11255
11256 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11257
11258         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11259         wl-fldmgr-add-completion-subr): New functions.
11260         * wl-folder.el (wl-folder-completion-func): New variable.
11261         * wl-summary.el (wl-summary-read-folder):
11262         Use wl-folder-completion-func.
11263
11264         * wl-refile.el: Eliminate throw & catch.
11265
11266         * wl.el (wl-plugged-sending-queue-status): Fixed.
11267
11268 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11269
11270         * wl-draft.el (wl-draft): Put category property on
11271         mail-header-separator.