* wl.el (wl-plugged-sending-queue-status): Use `int-to-string'
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl.el (wl-plugged-sending-queue-status): Use `int-to-string'
4         instead of `number-to-string'.
5         * wl-dnd.el (wl-dnd-start-drag): Ditto.
6         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
7         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
8         * wl-util.el (wl-url-nntp): Ditto.
9
10         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
11         (wl-plugged-dop-queue-status): Don't quote `lambda'.
12         * wl-thread.el (wl-thread-delete-message): Ditto
13         * wl-summary.el (wl-summary-edit-addresses)
14         (wl-summary-edit-addresses-collect-candidate-fields)
15         (wl-summary-search-by-subject): Ditto.
16         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
17         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
18         (wl-fldmgr-add-completion-subr): Ditto.
19         * wl-draft.el (wl-smtp-extension-bind)
20         (wl-draft-insert-get-message, wl-draft-default-headers)
21         (wl-jump-to-draft-buffer): Ditto.
22         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
23         (wl-summary-down): Ditto.
24         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
25         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
26         * wl-folder.el (wl-folder-make-save-access-list)
27         (wl-folder-update-access-group, wl-folder-pick): Ditto.
28
29 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
30
31         * wl-draft.el (wl-draft-default-headers): Suppress warning
32         "defsubst `wl-draft-default-headers' was used before it was
33         defined"; Use `defun' instead of `defsubst'.
34
35         * wl-address.el (wl-address-header-extract-address)
36         (wl-address-header-extract-realname): Fix mail-address in
37         docstring.
38
39         * wl-expire.el (wl-expire-make-sortable-date): Macro to
40         inline-function.
41         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
42         Macro to function.
43         (wl-folder-get-entity-from-buffer): Macro to function.
44         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
45         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
46         * wl.el (wl-plugged-string): Macro to function.
47
48         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
49         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
50         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
51         Macro to function.
52
53         * wl-thread.el (wl-thread-open, wl-thread-close): Use
54         `point-at-bol', `point-at-eol'.
55
56         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
57         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
58         `(string-to-char " ")' instead of `? ', `?\ '.
59         * wl-action.el (wl-summary-print-argument): Ditto.
60         * wl-address.el (wl-complete-field-body): Ditto.
61         * wl-demo.el (wl-demo-insert-image): Ditto.
62         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
63         * wl-util.el (wl-ask-folder, wl-set-string-width)
64         (wl-y-or-n-p-with-scroll): Ditto.
65
66         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
67         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
68         verbose point move.
69
70         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
71         and `point-at-eol'.
72         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
73         Ditto.
74
75 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
76
77         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
78         `(beginning-of-line) (point)'.
79
80         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
81         (wl-fldmgr-delete-line): Change from macro to function. Use
82         `point-at-bol' and `point-at-eol'.
83
84         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
85         `function' for lambda.
86
87         * wl.el (wl-plugged-server-indent): Change from macro to function.
88
89         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
90
91         * wl-draft.el (wl-draft-config-body-goto-header)
92         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
93         macro to function.
94
95         * wl-score.el (wl-score-get-alike): Change from macro to
96         inline-function.
97
98         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
99         instead of `mapcar'. Don't use `function' for lambda.
100         (wl-read-search-condition-internal): Don't use `function' for
101         lambda.
102         (wl-kill-buffers): Change from macro to function.
103         (wl-count-lines): Change from macro to inline-function.
104
105         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
106
107         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
108
109         * wl.el (wl-plugged-change): Suppress compile warnings; Use
110         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
111         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
112         * wl-address.el (wl-complete-window-show): Ditto.
113         * wl-message.el (wl-message-select-buffer): Ditto.
114         * wl-template.el (wl-template-show): Ditto.
115         * wl-util.el (wl-collect-summary): Ditto.
116         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
117         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
118         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
119         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
120         (wl-score-edit-insert-number): Ditto.
121
122         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
123         symbol.
124
125         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
126         of `goto-line'.
127
128         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
129
130 2009-12-16  Lloyd Zusman <ljz@asfast.com>
131
132         * wl-summary.el (wl-summary-detect-mark-position): Force
133         the temporary buffer to enable the use of multibyte characters
134         within searches [wl-en:2460].
135
136 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
139         of `beginning-of-buffer'.
140
141 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
142
143         * wl-summary.el (wl-summary-display-raw): New function, display
144         message in raw format.
145
146 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148         * Version number is increased to 2.15.7.
149
150 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
151
152         * wl-summary.el (wl-summary-previous-message-number): New function.
153         (wl-summary-next-message-number): Ditto.
154         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
155         `wl-summary-next-message-number'.
156         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
157         Inline temporary variable `cur-id'.
158         (wl-summary-get-next-unread-folder): Ditto.
159         (wl-summary-get-next-folder): Ditto.
160         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
161
162 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
163
164         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
165
166 2008-09-05  Kenichi Okada  <okada@opaopa.org>
167
168         * wl-summary.el (wl-summary-buffer-folder-name)
169         (wl-draft-config-body-goto-header): Use backquote instead of quote.
170         * wl-draft.el (wl-draft-body-goto-top)
171         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
172
173 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
174
175         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
176         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
177
178 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
179
180         * wl-expire.el: Fix Comentary section.
181
182 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
183
184         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
185         Require mime-parse, elmo-mime, and wl-util.
186
187         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
188
189         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
190
191 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
192
193         * wl-template.el: Require elmo-util and wl-vars.
194
195         * wl-mime.el (wl-mime-display-header): Revert last change.
196         Remove `delete-matching-lines "^$"'.
197
198 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
199
200         * wl-mime.el (wl-define-dummy-functions): Split
201         `eval-when-compile' form for avoid error; when `make
202         compile-strict.
203
204         * wl-util.el: Move (eval-when-compile (require 'static)).
205         * wl-dnd.el: Add (eval-when-compile (require 'static)).
206         * wl-message.el: Ditto.
207
208         * wl-mime.el (wl-message-delete-current-part): Use
209         `insert-buffer-substring' instead of `insert-buffer'.
210         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
211         * wl-draft.el (wl-draft-generate-clone-buffer)
212         (wl-draft-do-mime-bcc): Ditto.
213
214         * wl-address.el: Add (eval-when-compile (require 'cl)).
215         * wl-addrmgr.el: Ditto.
216         * wl-mime.el: Ditto.
217         * wl-util.el: Ditto.
218         * wl-score.el: Ditto.
219
220 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
221
222         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
223         `string-to-int'.
224
225         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
226         `string-to-int'.
227
228         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
229         `string-to-number' instead of `string-to-int'.
230
231         * wl-summary.el (wl-summary-get-list-info)
232         (wl-summary-message-number): Use `string-to-number' instead of
233         `string-to-int'.
234
235         * wl-score.el (wl-score-overview-entity-get-lines)
236         (wl-score-set-mark-below, wl-score-set-expunge-below)
237         (wl-summary-increase-score, wl-score-get-header-entry): Use
238         `string-to-number' instead of `string-to-int'.
239
240         * wl-folder.el (wl-folder-update-diff-line): Use
241         `string-to-number' instead of `string-to-int'.
242
243         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
244         instead of `string-to-int'.
245
246         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
247         instead of `string-to-int'.
248
249         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
250         `string-to-int'.
251
252 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-util.el (wl-match-string, wl-match-buffer)
255         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
256         (wl-kill-buffers, wl-local-variable-p)
257         (wl-line-formatter-setup): New backquote style.
258         (wl-count-lines): Use quote instead of backquote.
259
260         * wl-summary.el (wl-summary-buffer-folder-name)
261         (wl-summary-get-alike): Use quote instead of backquote.
262         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
263         backquote style.
264
265         * wl-message.el (wl-message-buffer-cache-buffer-get)
266         (wl-message-buffer-cache-folder-get)
267         (wl-message-buffer-cache-message-get)
268         (wl-message-buffer-cache-entry-make)
269         (wl-message-buffer-cache-hit): New backquote style.
270
271         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
272         backquote.
273         (wl-folder-unread-regex, wl-folder-entity-exists-p)
274         (wl-folder-clear-entity-info)
275         (wl-folder-get-entity-info, wl-folder-set-entity-info)
276         (wl-folder-elmo-folder-cache-get)
277         (wl-folder-elmo-folder-cache-put): New backquote style.
278
279         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
280         (wl-fldmgr-assign-id): Ditto.
281         (wl-fldmgr-delete-line): Use quote instead of backquote.
282         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
283
284         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
285         (wl-draft-set-sent-message): New backquote style.
286         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
287         (wl-draft-config-body-goto-header): Use quote instead of backquote.
288
289 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
290
291         * wl-address.el (wl-address-concat-token): Fix typo.
292
293 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
294
295         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
296         (wl-score-get-alike): Ditto.
297
298         * wl-vars.el: New backquote style.
299         (wl-message-header-button-alist): Use quote instead of backquote.
300
301         * wl.el (wl-plugged-string): New backquote style.
302
303         * wl-address.el (wl-address-concat-token): New backquote style.
304
305         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
306
307 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
308
309         * wl-highlight.el (wl-highlight-folder-opened-regexp)
310         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
311
312         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
313         in the character alternative.
314
315 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
316
317         * Version number is increased to 2.15.6.
318
319 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
320
321         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
322         optional 3rd argument of epg-context-set-progress-callback; it was
323         temporarily removed in the Emacs trunk due to copyright problem.
324         (wl-mime-pgp-verify-region-with-epg): Ditto.
325
326 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
327
328         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
329
330 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * wl-util.el (wl-biff-check-folders): Set biff flag.
333         (from Naoto Morishima [wl:14031])
334
335 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
336
337         * wl.el (wl-plugged-server-indent): Use quote instead of
338         backquote.
339
340 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
341
342         * wl-score.el (wl-score-insert-header): Add guard for
343         `std11-unfold-string'.
344         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
345         TYPE artgument when TO or CC field.
346
347 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-summary.el (wl-summary-goto-folder-subr): Call
350         `elmo-folder-close' instead of `elmo-folder-commit' if discard
351         current summary.
352
353 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-util.el (wl-read-shell-commande): New function or alias.
356
357         * wl-summary.el (wl-summary-pipe-message): Use
358         `wl-read-shell-command' instead of `read-string'.
359         (wl-summary-target-mark-pipe): Ditto.
360
361 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
362
363         * wl-summary.el (wl-summary-reply): Fix docstring.
364         * wl-draft.el (wl-draft-reply): Ditto.
365
366 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-mime.el (wl-summary-extract-attachments): New command.
369         (wl-summary-extract-attachments-1): New internal function.
370
371 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-expire.el (wl-expire-folder): New function (split from
374         wl-summary-expire).
375         (wl-summary-expire): Use it. Add argument `all' instead of remove
376         `nolist'. Cause an error only if this function is calling
377         interactively.
378
379 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-expire.el (wl-expire-refile): Display progress message.
382         (wl-summary-expire): Simplify.
383
384         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
385         unused argument `deleting-info'.
386
387 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-vars.el (wl-message-popup-buffers): New user option.
390
391         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
392         (wl-message-delete-popup-windows): New function that substitues
393         above one.
394         (wl-mime-setup): Follow the above change.
395
396 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
397
398         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
399
400 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
401
402         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
403         "tkm" to wl-thread-spam.
404
405 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-thread.el (wl-thread-entity-insert-as-children): Use
408         wl-thread-entity-set-children.
409         (wl-thread-insert-message, wl-thread-insert-entity-sub,
410         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
411         Use wl-thread-entity-get-*.
412
413 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-mime.el (wl-epg-progress-callback): New function.
416         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
417         with `elmo-with-progress-display'. Set a progress callback
418         function to epg-context.
419         (wl-mime-pgp-verify-region-with-epg): Ditto.
420
421 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * wl-util.el (wl-completing-read-multiple): Define as an alias of
424         `completing-read-multiple' if emacs-version is not less than 22.
425
426 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
429         change.
430
431 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-summary.el (wl-summary-sync-update): Move
434         `wl-thread-update-indent-string-thread' to outside of
435         `elmo-with-progress-display'.
436
437 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * wl-message.el (wl-message-exit): Check buffer existence.
440
441 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl-util.el (wl-simple-display-progress): New function.
444         (wl-display-progress-with-gauge): Ditto.
445         (wl-progress-callback-function): Ditto.
446
447         * wl.el (wl-init): Set `elmo-progress-callback-function' as
448         `wl-progress-callback-function'
449
450         * wl-vars.el (wl-display-progress-threshold): New user option.
451         (wl-display-progress-function): Ditto.
452
453         * Version number is increased to 2.15.5.
454
455 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-thread.el (wl-thread-close-children): New function.
458         (wl-thread-open-children): Ditto.
459         * wl-action.el (wl-summary-set-mark): Redo the last change by
460         using it.
461
462         * wl-action.el (wl-summary-set-mark): Undo the last change.
463         Forbid interactive call.
464
465 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-mime.el (wl-define-dummy-functions): New macro.
468         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
469         `wl-mime-pgp-decrypt-region'.
470         (wl-mime-pgp-verify-region-with-epg): Renamed from
471         `wl-mime-pgp-verify-region'.
472         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
473         `wl-mime-pgp-decrypt-region'.
474         (wl-mime-pgp-verify-region-with-pgg): Renamed from
475         `wl-mime-pgp-verify-region'.
476         (wl-mime-pgp-decrypt-region): New function; To select dispatch
477         function at runtime.
478         (wl-mime-pgp-verify-region): Ditto.
479
480         * wl-vars.el (wl-use-pgp-module): New user option.
481
482 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
485         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
486
487 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
490         even if there are target marks only.
491
492 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * Version number is increased to 2.15.4.
495
496 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-folder.el (wl-folder-check-one-entity): Simplify.
499
500 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
503         variable.
504
505 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
506
507         * wl-spam.el (wl-thread-test-spam): New function.
508         (wl-spam-setup): Bind "tkc".
509
510 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-expire.el (wl-folder-expire-entity): Rewite without
513         `wl-summary-goto-folder-subr'.
514         (wl-folder-expire-current-entity): Don't kill summary buffer.
515
516 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-folder.el (wl-folder-sync-entity): Rewrite without
519         `wl-summary-goto-folder-subr'.
520         (wl-folder-mark-as-read-all-entity): Likewise.
521
522         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
523
524 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-thread.el (wl-thread-force-open): Arranged.
527
528 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
529
530         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
531         from regexp.
532
533         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
534         (wl-read-search-condition-internal): Append them.
535
536 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-vars.el (wl-additional-search-condition-fields):
539         New user option.
540
541         * wl-util.el (wl-search-condition-fields): New function; export
542         from `wl-read-search-condition-internal'.
543         (wl-read-search-condition-internal): Use it.
544
545         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
546
547 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-summary.el (wl-summary-define-sort-command): New function.
550         (wl-summary-sort-by-date, wl-summary-sort-by-number)
551         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
552         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
553         define by `wl-summary-define-sort-command' at runtime.
554
555         * wl.el (wl-init): Call wl-summary-define-sort-command.
556
557 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
560         properties at the decrypting region.
561
562 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-util.el (wl-find-region): New function.
565
566         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
567         coding system.
568         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
569         property `wl-mime-decoded-coding-system'.
570         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
571         property `wl-mime-decoded-coding-system' to encode text.
572
573         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
574         message.
575         (wl-mime-pgp-verify-region): Ditto.
576
577 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
580         buffer. Use epa-display-verify-result.
581
582 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * wl-draft.el (wl-draft-send): Continue even if setting parent
585         flag was failed.
586
587 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-message.el (wl-message-flag-indicator): Fixed the problem
590         of returning string only of parentheses.
591
592 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-summary.el (wl-summary-write): Add argument `folder'.
595         (wl-summary-write-current-folder): Change argument `folder' from
596         optional to require.
597         (wl-summary-get-buffer): Return the buffer associated folder only.
598
599         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
600         change.
601         (wl-folder-toggle-disp-summary): Ditto.
602
603         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
604         current summary as parent-folder.
605
606 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-draft.el (wl-draft-reedit): Don't overwrite
609         wl-draft-parent-folder.
610
611 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
614         (wl-mime-pgp-verify-region): Ditto.
615         (wl-message-decrypt-pgp-nonmime): Use the above function.
616         (wl-message-verify-pgp-nonmime): Likewise.
617         (wl-mime-preview-application/pgp): Likewise.
618
619 2006-04-20  Kenichi Okada  <okada@opaopa.org>
620
621         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
622         Fix about the order of `wl-nntp-posting-port' and
623         `wl-nntp-posting-stream-type'.
624         * wl.el (wl-plugged-port-label-alist): Add smtp.
625
626 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
627
628         * wl-summary.el (wl-summary-message-status): New macro.
629
630         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
631         (wl-summary-killed-mark): New user option.
632
633         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
634         API change.
635         (wl-thread-insert-entity-sub): Ditto.
636         (wl-thread-recover-messages): New command.
637
638         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
639         Don't call `wl-highlight-summary-current-line' directly.
640         (wl-summary-buffer-attach): Connect to signal `status-changed'
641         instead of `cache-changed'.
642         (wl-summary-buffer-detach): Follow the above change.
643         (wl-summary-detect-mark-position): Follow the API change.
644         (wl-summary-rescan-message): Ditto.
645         (wl-summary-insert-sequential): Ditto.
646         (wl-summary-update-thread): Ditto.
647         (wl-summary-message-mark): Ditto.
648         (wl-summary-persistent-mark): Ditto.
649         (wl-summary-create-line): Ditto.
650         (wl-summary-prefetch-region-no-mark): Call
651         `wl-summary-persistent-mark' with number.
652         (wl-summary-recover-messages-region): New command.
653         (wl-summary-target-mark-recover): Ditto.
654         (wl-summary-recover-message): Ditto.
655         (wl-summary-persistent-mark-string): Add argument `status' instead
656         of remove arguments `flags' and `cached'.  Treat killed status.
657         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
658
659         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
660         (wl-highlight-summary-line-face-spec): Treat killed status.
661         (wl-highlight-summary-line-string): Follow the API change.
662         (wl-highlight-summary-current-line): Ditto.
663
664         * Version number is increased to 2.15.3.
665
666 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
669         of symbolp to test whether the condition is function.
670
671 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
672
673         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
674         to nil.
675
676 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-summary.el (wl-summary-buffer-message-ring): New internal
679         variable.
680         (wl-summary-buffer-last-displayed-msg): Abolish.
681         (wl-summary-push-message): New function.
682         (wl-summary-pop-message): Ditto.
683         (wl-summary-goto-folder-subr): Reset
684         `wl-summary-buffer-message-ring'.
685         (wl-summary-pop-to-last-message): New command.
686         (wl-summary-goto-last-displayed-msg): Call
687         wl-summary-pop-to-last-message if optional argument is non-nil or
688         the last command is itself.
689         (wl-summary-redisplay-internal): Push last message number into
690         `wl-summary-buffer-message-ring'.
691
692         * wl-vars.el (wl-summary-message-ring-max): New user option.
693
694 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
697         from `wl-draft-reply').
698         (wl-draft-reply): Use it.
699         (wl-draft-find-reply-headers): Avoid compile warning.
700
701 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
702
703         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
704
705 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-message.el (wl-message-flag-indicator): New function.
708         (wl-message-redisplay): Use it.
709
710 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
711
712         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
713
714 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
715
716         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
717         instead of `read-event'.
718
719         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
720
721         * wl-mule.el (wl-read-event-char): Ditto.
722
723         * wl-e21.el (wl-read-event-char): Ditto.
724
725 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
726
727         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
728
729 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-vars.el (wl-draft-send-confirm-type): New user option.
732
733         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
734
735         * wl-draft.el (wl-draft-send-confirm): Confirmation by
736         `wl-draft-send-confirm-type'
737
738 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
739
740         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
741         Avoid error when the buffer name is already used.
742
743 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
746         the change of elmo-nmz -> elmo-search.
747         (wl-highlight-summary-line-help-echo-alist): Ditto.
748         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
749         (wl-nmz-folder-icon): Define as obsolete.
750         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
751         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
752
753 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el (wl-summary-get-list-info): Rewrite with
756         `elmo-find-list-match-value'
757
758 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
759
760         * wl-summary.el (wl-summary-get-list-info): Optimize.
761         Use List-Id and List-Post also.
762
763 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
766
767 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
768
769         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
770
771 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-util.el (wl-completing-read-multiple-1): New internal function.
774         (wl-completing-read-multiple-2): Ditto.
775         (wl-completing-read-multiple): Define use above functions.
776
777         * wl-summary.el (wl-summary-sort): Removed the workaround for a
778         bug of `completing-read-multiple' about default value.
779
780         * wl-xmas.el (wl-completing-read-multiple): Removed.
781
782         * wl-mule.el (wl-completing-read-multiple): Ditto.
783
784         * wl-e21.el (wl-completing-read-multiple): Ditto.
785
786 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
787
788         * wl-util.el (wl-filter-associations): New function.
789
790         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
791         (wl-spam-ignored-folder-list): Ditto.
792         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
793         (wl-spam-string-member-p): New function.
794         (wl-spam-domain): Use it.
795         (wl-spam-split-numbers): New function.
796         (wl-spam-apply-partitions): Ditto.
797         (wl-spam-register-spam-messages): Use `folder' instead of
798         `wl-summary-buffer-elmo-folder'.
799         (wl-spam-register-good-messages): Ditto.
800         (wl-summary-exec-action-spam): Decide a domain by real folder of
801         message.
802         (wl-summary-exec-action-refile-with-register): Likewise.
803
804 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-e21.el (wl-e21-find-image): New function.
807         (wl-e21-setup-toolbar): Use it instead of `find-image'.
808         (wl-e21-highlight-folder-group-line): Ditto.
809         (wl-folder-init-icons): Ditto.
810         (wl-plugged-init-icons): Ditto.
811         (wl-biff-init-icons): Ditto.
812
813 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
816         (wl-inhibit-save-drafts): New internal variable.
817         (wl-disable-auto-save): Ditto.
818         (wl-save-drafts): Treat above variables.
819         (wl-auto-save-drafts): New function.
820         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
821         `wl-stop-save-drafts'.
822         (wl-start-save-drafts): New function.
823         (wl-stop-save-drafts): Ditto.
824         (wl-set-auto-save-draft): New command.
825
826         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
827         `wl-set-save-drafts'.
828
829 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
832         `make-local-variable' instead of `make-variable-buffer-local'.
833
834 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
837
838 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
841
842 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
845         of working buffer.
846
847 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
850
851         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
852         value into recipients; Bind `wl-draft-remove-group-list-contents'
853         as nil.
854
855 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-summary.el (wl-summary-sort): Fixed the last change.
858
859         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
860         (wl-summary-sort-messages): Ditto.
861         (wl-summary-rescan): Use it.
862         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
863         `completing-read'; Append candidates for reverse order.
864
865 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * Version number is increased to 2.15.2.
868
869 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
872         "Smaller".
873         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
874
875 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
878
879 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-vars.el (wl-draft-additional-header-alist): Add into the
882         customize group `wl-draft'.
883         (wl-draft-add-in-reply-to): Move customize group from `wl' to
884         `wl-draft'.
885         (wl-draft-add-references): Ditto.
886
887         * wl-action.el (wl-summary-print-argument): Rename argument from
888         `folder' to `data'.
889
890 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
891
892         * wl-summary.el (wl-summary-rescan-message): Call
893         `wl-thread-cleanup-symbols' before insert thread.
894
895 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl.el (wl-init): Set `elmo-get-folder-function' as
898         `wl-folder-make-elmo-folder'.
899
900         * wl-spam.el (wl-summary-exec-action-spam): Use
901         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
902
903         * wl-folder.el (wl-folder-make-elmo-folder): New function.
904         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
905         `elmo-make-folder'.
906         (wl-folder-get-elmo-folder): Ditto.
907         (wl-folder-create-subr): Simplify.
908
909 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
912
913 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
916         contents in message buffer instead of original buffer. If optional
917         argument specified, ask coding system for encode.
918
919 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
920
921         * wl-spam.el (wl-summary-test-spam-region): New function.
922         (wl-spam-setup): Bind "rkc".
923
924 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
927
928 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
929
930         * wl-spam.el (wl-summary-test-spam): Fix typo.
931         (wl-message-check-spam): Ditto.
932
933 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el (wl-summary-default-from): Simplify.
936
937 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-action.el (wl-summary-exec-action-refile): Simplify.
940         (wl-summary-exec-action-copy): Ditto.
941         (wl-summary-auto-refile): Check existence of temporary mark.
942
943 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-summary.el (wl-summary-create-line): Use
946         `elmo-time-to-datevec'.
947
948         * wl-expire.el (wl-expire-archive-date): Ditto.
949         (wl-expire-localdir-date): Ditto.
950
951         * wl-util.el (wl-day-number): Abolish.
952
953         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
954         of `wl-day-number'.
955         (wl-score-followup): Ditto.
956         (wl-score-add-followups): Ditto.
957         (wl-score-get-latest-msgs): Ditto.
958         (wl-score-get-header-entry): Ditto.
959         (wl-score-edit-insert-date): Ditto.
960
961 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
964         `elmo-message-entity-field' with 2nd argument `type'.
965
966 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
967
968         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
969
970 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
971
972         * wl-thread.el (wl-thread-delete-message): Delete descendant
973         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
974
975 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
976
977         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
978
979 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
980
981         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
982         `Access folder'.
983
984 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-vars.el (wl-access-folder-icon): New user option.
987
988         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
989         `Access folder'.
990
991 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-summary.el (wl-summary-buffer-set-folder): Use
994         `wl-folder-mime-charset'.
995
996         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
997         `mime-charset'.
998         (wl-folder-get-elmo-folder): Ditto.
999         (wl-folder-mime-charset): New function.
1000
1001 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-util.el (wl-parse-addresses): Define alias of
1004         `elmo-parse-addresses' (move to `elmo-util.el').
1005
1006         * wl-summary.el (wl-summary-default-from): Follow the API change.
1007         (wl-summary-overview-entity-compare-by-date): Ditto.
1008         (wl-summary-overview-entity-compare-by-from): Ditto.
1009         (wl-summary-get-list-info): Get value of `ml-info' field from
1010         entity at first.
1011         (wl-summary-rescan-message): Treat prefix argument.
1012         (wl-summary-prefetch-msg): Follow the API change.
1013         (wl-summary-search-by-subject): Ditto.
1014         (wl-summary-insert-thread): Ditto.
1015         (wl-summary-line-subject): Ditto.
1016         (wl-summary-line-from): Ditto.
1017         (wl-summary-create-line): Ditto.
1018         (wl-summary-print-message-with-ps-print): Ditto.
1019
1020         * wl-score.el (wl-score-ov-entity-get): Ditto.
1021         (wl-score-followup): Ditto.
1022         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1023         of `car'.
1024         (wl-score-get-latest-msgs): Follow the API change.
1025         (wl-score-get-header): Ditto.
1026
1027         * wl-refile.el (wl-refile-learn): Ditto.
1028         (wl-refile-subject-learn): Ditto.
1029         (wl-refile-get-field-value): Ditto.
1030         (wl-refile-guess-by-history): Ditto.
1031         (wl-refile-guess-by-subject): Ditto.
1032
1033         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1034
1035         * wl-expire.el (wl-expire-date-p): Removed.
1036         (wl-expire-archive-date): Follow the API change.
1037         (wl-expire-localdir-date): Ditto.
1038         (wl-summary-expire): Ditto.
1039
1040         * Version number is increased to 2.15.1.
1041
1042 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1043
1044         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1045         group is access or not (it is not strict, like wl-fldmgr-rename).
1046
1047 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1048
1049         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1050         duplicate call of `wl-summary-print-argument' on the wrong line.
1051
1052 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1055         even if argument `number' is nil.
1056         (wl-summary-insert-line): Print action argument if current message
1057         has it.
1058
1059 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1060
1061         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1062         (wl-draft-reply): Ditto.
1063         (wl-draft): Add optional argument `parent-number' and call
1064         `wl-draft-create-buffer' with it.
1065         (wl-draft-create-buffer): Add optional argument
1066         `parent-number'. Set wl-draft-parent-number as it.
1067
1068 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1069
1070         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1071         buffer is not for given folder, don't use it.
1072
1073 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1074
1075         * Version number is increased to 2.15.0.
1076
1077 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1080
1081         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1082         (wl-highlight-get-face-by-name): New internal function.
1083         (wl-highlight-summary-line-face-spec): Use it and fixed.
1084
1085 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-summary.el (wl-summary-sync-update): Use
1088         `elmo-message-entity-field' instead of `car' to get message-id
1089         from overview entity.
1090
1091         * wl-summary.el (wl-summary-rescan-message): Call
1092         `wl-highlight-summary-displaying' when displaying a message.
1093
1094 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1095
1096         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1097         `wl-draft-config-info-operation'.
1098         (wl-draft-buffer-change-number): New function.
1099         (wl-draft-rename-saved-config): Ditto.
1100         * wl.el (wl-init): Connect slot for message-number-changed.
1101         (toplevel): Add autoload for wl-draft-rename-saved-config.
1102
1103 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1106         `update-overview'
1107         (wl-summary-buffer-detach): Disconnect from it.
1108         (wl-summary-rescan-message): Use command.
1109
1110         * wl-message.el (wl-message-buffer-display): Use
1111         `with-current-buffer' instead of `save-excursion'.
1112
1113 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1116         wl-draft-preview-attributes-list from distraction.
1117
1118 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1119
1120         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1121         `elmo-list-diff'.
1122
1123 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-summary.el
1126         (wl-summary-edit-addresses-collect-candidate-fields): Use
1127         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1128
1129         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1130         instead of `elmo-set-work-buf'.
1131
1132         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1133         (wl-address-make-address-list): Ditto.
1134
1135         * Version number is increased to 2.13.3.
1136
1137 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1138
1139         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1140         user option.
1141
1142         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1143         argument `5'.
1144
1145         * wl-message.el (wl-message-display-no-merge-p): New function.
1146         (wl-message-buffer-display): Check whether the message is
1147         reassembled and follow the API change.
1148
1149 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1150
1151         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1152         multibyte on working buffer and removed unnecessary
1153         `buffer-disable-undo'.
1154
1155 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1158         change.
1159
1160 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1161
1162         * wl-util.el (wl-read-search-condition-internal): Protect
1163         elmo-global-flags from distraction.
1164
1165 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1166
1167         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1168
1169         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1170         (wl-summary-event-handler): Ditto.
1171         (wl-summary-update-persistent-mark-on-event): New
1172         function (renamed from `elmo-event-handler-flag-changed').
1173         (wl-summary-buffer-attach): New function.
1174         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1175         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1176         instead of `elmo-folder-add-handler'.
1177
1178         * Version number is increased to 2.13.2.
1179
1180 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1183         and "\177" to the `wl-news-previous-page'.
1184         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1185         (wl-news-previous-page): New function.
1186
1187 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1190         instead of `write-region' and simplify.
1191
1192 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-template.el (wl-template-select): Cause error if
1195         `wl-template-alist' is nil.
1196
1197 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1198
1199         * wl-news.el.in: Set file variable `no-byte-compile'.
1200
1201 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1202
1203         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1204         whether a target message is within displaying area.
1205         (elmo-event-handler-cache-changed): Ditto.
1206
1207 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1208
1209         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1210         to `defun'.  Use `nconc' instead of `append' to collect descendant
1211         message numbers.
1212
1213 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1214
1215         * wl-thread.el (wl-thread-save-top-list)
1216         (wl-thread-save-entities): Use `with-temp-buffer'.
1217         * wl-news.el.in (wl-news-previous-version-load):
1218         (wl-news-previous-version-save): Ditto.
1219         * wl-summary.el (wl-summary-load-file-object)
1220         (wl-summary-save-view-cache): Ditto.
1221
1222 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-util.el (toplevel): Require 'elmo-flag'.
1225         (wl-read-search-condition): New function (Renamed from
1226         `elmo-read-search-condition').
1227         (wl-read-search-condition-internal): Likewise.
1228
1229         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1230         invalid.
1231         (wl-summary-pick): Use `wl-read-search-condition' instead of
1232         `elmo-read-search-condition'.
1233         (wl-summary-virtual): Ditto.
1234
1235         * wl-folder.el (wl-folder-virtual): Ditto.
1236         (wl-folder-pick): Ditto.
1237
1238         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1239
1240 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * wl-summary.el (wl-summary-reedit): Call
1243         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1244
1245 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-mime.el (toplevel): Require wl-vars.
1248
1249         * wl-message.el (toplevel): Require cl at compile.
1250
1251         * wl-draft.el (toplevel): Require elmo.
1252
1253 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1254
1255         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1256         and do nothing when it is not positive.
1257         (wl-message-buffer-prefetch-next): Ditto.
1258
1259 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1260
1261         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1262         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1263         (wl-summary-redisplay-internal): Ditto.
1264
1265         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1266         message (the condition is borrowed from `wl-check-variables-2').
1267         (wl-summary-redisplay-internal): Ditto.
1268
1269 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1270
1271         * wl-mime.el (wl-draft-nntp-attribute): New function.
1272         (wl-draft-attribute-nntp-posting-server): Use it.
1273         (wl-draft-attribute-nntp-posting-port): Ditto.
1274
1275         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1276         (wl-draft-show-attributes-buffer): Ditto.
1277         (wl-draft-hide-attributes-buffer): Ditto.
1278         (wl-draft-attribute-newsgroups): Ditto.
1279         (wl-draft-attribute-nntp-posting-server): Ditto.
1280         (wl-draft-attribute-nntp-posting-port): Ditto.
1281         (wl-draft-preview-message): Use there functions.
1282
1283         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1284         value.
1285
1286 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1287
1288         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1289         (wl-draft-reedit): Ditto.
1290         (wl-draft-queue-flush): Ditto.
1291
1292         * wl-mime.el (wl-message-request-partial): Ditto.
1293         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1294         instead of `elmo-message-fetch'.
1295
1296         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1297
1298         * wl-summary.el (wl-summary-message-string): Ditto.
1299
1300 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1301
1302         * wl-util.el (wl-current-message-buffer): Follow the API change.
1303
1304         * wl-summary.el (wl-summary-redisplay-internal): Call
1305         `wl-summary-mark-as-read' with 2nd argument as nil and update
1306         unread count instead of persistent mark.
1307
1308         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1309         variable.
1310         (wl-message-redisplay): Follow the API change.
1311         (wl-message-buffer-display): Managed mime-entity directly and
1312         return preview buffer only.
1313         (wl-message-display-internal): Rewrite.
1314         (wl-message-buffer-prefetch-subr): Not save return value of
1315         `wl-message-buffer-display'.
1316
1317         * Version number is increased to 2.13.1.
1318
1319 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1322         'elmo-multiple-fields-body-list' with boundary specified.
1323
1324 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1327         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1328         cache if `wl-summary-resend-use-cache' is non-nil.
1329
1330 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1331
1332         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1333         (wl-nntp-posting-stream-type): Ditto.
1334
1335 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1336
1337         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1338
1339 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1340
1341         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1342         message.
1343
1344 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1345
1346         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1347         Abolish.
1348         (wl-summary-buffer-persistent-mark-version): New internal
1349         variable.
1350         (wl-summary-update-mark-and-highlight-window): Check by
1351         wl-summary-persistent-mark-invalid-p.
1352         (wl-summary-update-status-marks): Ditto.
1353         (elmo-event-handler-flag-changed): Rewrite.
1354         (elmo-event-handler-cache-changed): Define.
1355         (wl-summary-prefetch-msg): Does not update persistent mark here.
1356         (wl-summary-delete-cache): Ditto.
1357         (wl-summary-resume-cache-status): Ditto.
1358         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1359         (wl-summary-persistent-mark-invalid-p): New function.
1360         (wl-summary-validate-persistent-mark): Ditto.
1361         (wl-summary-validate-persistent-mark-string): Ditto.
1362         (wl-summary-invalidate-persistent-mark): Ditto.
1363         (wl-summary-update-persistent-mark): Call
1364         `wl-summary-validate-persistent-mark'.
1365         (wl-summary-create-line): Call
1366         `wl-summary-validate-persistent-mark-string'.
1367
1368         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1369         status as t if cache used.
1370
1371 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1374         only if the target is group.
1375         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1376
1377 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1378
1379         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1380
1381 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1382
1383         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1384
1385         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1386
1387 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1388
1389         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1390         (Thanks to Yoichi NAKAYAMA).
1391
1392 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1393
1394         * wl-util.el (wl-save-drafts): Restore echo area.
1395
1396 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1397
1398         * Version number is increased to 2.13.0.
1399
1400         * wl-util.el (wl-biff-check-folder-async): Use
1401         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1402
1403 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-message.el (wl-message-display-internal): Does not put
1406         wl-message-display-type property on message buffer.
1407         (wl-message-buffer-display-type): New function.
1408
1409         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1410
1411         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1412         `wl-summary-buffer-detach'.
1413         (wl-summary-message-display-type): Use
1414         `wl-summary-buffer-display-type'.
1415
1416 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1417
1418         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1419         buffer-local.
1420
1421         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1422         kill-buffer-hook instead of make-local-variable.
1423         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1424
1425 2004-12-12  Scott Renfro <scott@renfro.org>
1426
1427         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1428         regex for square-branket.
1429
1430 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1431
1432         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1433         `wl-message-mime-analysis-p' with argument `header'.
1434
1435 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1436
1437         * wl-mime.el (wl-draft-yank-current-message-entity): 
1438         Switch to no-mime following method according to wl-message-display-type
1439         property.
1440         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1441
1442         * wl-message.el (wl-message-display-internal): 
1443         Put wl-message-display-type property on message buffer.
1444
1445         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1446         (wl-message-display-internal): Ditto;
1447
1448         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1449
1450 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-message.el (wl-message-make-display-type): New function.
1453         (wl-message-display-type-property): Ditto.
1454         (wl-message-mime-analysys-p): Ditto.
1455         (wl-message-display-all-header-p): Ditto.
1456         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1457         added `display-type'.
1458         (wl-message-buffer-display): Likewise.
1459         (wl-message-display-internal): Likewise.
1460         (wl-message-buffer-display-type): Abolish.
1461         (wl-message-buffer-prefetch-subr): Follow the API changed.
1462
1463         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1464         from wl-summary-buffer-display-all-header and changed default value.
1465         (wl-summary-message-display-type): New function.
1466         (wl-summary-buffer-display-mime-mode): Ditto.
1467         (wl-summary-buffer-display-header-mode): Ditto.
1468         (wl-summary-toggle-mime): Rewrite with above functions.
1469         (wl-summary-toggle-all-header): Ditto.
1470         (wl-summary-redisplay): Force redisplay with default mode.
1471         (wl-summary-redisplay-internal): Renamed argument from `mode',
1472         `all-header' to `mime-mode', `header-mode'.
1473         Use `wl-message-make-display-type'.
1474
1475         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1476         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1477
1478 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1479
1480         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1481
1482 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1485         in original message buffer.
1486         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1487         buffer.
1488
1489 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1492
1493 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1494
1495         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1496
1497 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1498
1499         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1500         when actions succeeded.
1501         (wl-summary-exec-action-copy): Likewise.
1502
1503 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1504
1505         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1506         there is switch-to-buffer at the end of wl-message-select-buffer.
1507         (wl-summary-reply): Ditto.
1508
1509 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1510
1511         * wl-summary.el (wl-summary-forward): Put subject in original
1512         message buffer as argument of wl-draft-forward.
1513         * wl-draft.el (wl-draft-forward): Decode subject as in
1514         wl-draft-reply.
1515
1516 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1517
1518         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1519         a folder under access group.
1520
1521 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1524         wl-message-buffer-display.
1525
1526         * wl-util.el (wl-set-save-drafts): Fix typo.
1527
1528 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1531         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1532         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1533         the way to measure the width of a bitmap image; don't put face on
1534         ascii and bitmap images; put the mark which should not use the
1535         variable-pitch face on ascii and bitmap images.
1536         (wl-demo-setup-properties): Don't use the variable-pitch face on
1537         ascii and bitmap images; made it work on Emacs 20 and earlier.
1538         (wl-demo-insert-text): End with a newline at the bottom; don't put
1539         face on text.
1540
1541         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1542
1543 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1546
1547         * wl-util.el (wl-save-drafts): Moved from sample setting.
1548         (wl-set-save-drafts): New function to set idle timer.
1549         * wl-draft.el (wl-draft): Call it.
1550         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1551
1552 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1555         a summary which has toggle display status off.
1556
1557 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-draft.el (wl-draft-do-fcc): No cache save.
1560
1561 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1562
1563         * wl-summary.el (elmo-event-handler-flag-changed): Use
1564         `set-buffer' instead of `with-current-buffer'.
1565
1566 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-summary.el (wl-summary-after-resize-function): New function.
1569         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1570         window-size-change-functions.
1571
1572 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-draft.el (wl-draft-create-buffer): Bind
1575         `change-major-mode-hook' after current buffer is changed.
1576
1577         * wl-summary.el (wl-summary-buffer-detach): New function.
1578         (wl-summary-buffer-set-folder): Call it.
1579         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1580         change-major-mode-hook and kill-buffer-hook.
1581         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1582         (wl-summary-switch-to-clone-buffer): Ditto.
1583         (wl-summary-goto-folder-subr): Ditto.
1584
1585 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1586
1587         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1588         after boundp check.
1589
1590 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1593         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1594         for `kill-buffer'.
1595
1596         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1597         handler of current buffer from elmo-folder.
1598
1599 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1600
1601         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1602
1603 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1606         variable.
1607         (wl-summary-event-handler): New class.
1608         (elmo-event-handler-flag-changed): Define to update persistent
1609         mark.
1610         (wl-summary-buffer-set-folder): Register event handler to
1611         elmo-folder.
1612         (wl-summary-exit): Unregister event handler.
1613         (wl-summary-goto-folder-subr): Ditto.
1614         (wl-summary-mark-as-read-all): Does not call
1615         `wl-summary-update-persistent-mark' directly.
1616         (wl-summary-mark-as-read-internal): Ditto.
1617         (wl-summary-set-persistent-mark-internal): Ditto.
1618         (wl-summary-set-flags-internal): Ditto.
1619
1620         * Version number is increased to 2.11.33.
1621
1622 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1623
1624         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1625         to nil.
1626
1627 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1628
1629         * wl-spam.el (wl-spam-setup): Add hook
1630         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1631         instead of `wl-summary-prepare-hook'.
1632
1633         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1634         if folder type is `'flag'.
1635         (wl-summary-mark-as-important): Ditto.
1636
1637 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1638
1639         * wl-address.el (wl-address-minibuffer-history): New variable.
1640         (wl-address-minibuffer-local-map): New keymap.
1641         (wl-address-read-from-minibuffer): New function.
1642
1643         * wl-action.el (wl-summary-get-resend-address): Use
1644         `wl-address-read-from-minibuffer' instead of `completing-read'.
1645
1646 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1647
1648         * Version number is increased to 2.11.32.
1649
1650 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1651
1652         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1653         without mule to iso-8859-1.
1654         (wl-draft-add-in-reply-to): Add note in description.
1655         (wl-draft-add-references): Ditto.
1656
1657 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1658
1659         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1660         definition for `m'.
1661         (wl-summary-mode-line-format): Add '[%m]'.
1662         (wl-message-mode-line-format-spec-alist): Ditto.
1663         (wl-summary-display-mime-mode-list): New variable.
1664
1665         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1666         from wl-summary-buffer-display-as-is.
1667         (wl-summary-buffer-display-all-header): New buffer local variable.
1668         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1669         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1670         instead of wl-summary-buffer-display-as-is.
1671         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1672         (wl-summary-set-persistent-mark): Ditto.
1673         (wl-summary-set-message-buffer-or-redisplay): Just call
1674         `wl-summary-redisplay-internal' without optional arguments.
1675         (wl-summary-toggle-mime): Rewrite.
1676         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1677         (wl-summary-toggle-all-header): New function.
1678         (wl-summary-redisplay-internal): Treat mime mode.
1679
1680         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1681         to wl-mime-preview-follow-no-mime.
1682         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1683         accodring to the display-mode.
1684
1685         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1686         (wl-message-buffer-display): Changed argument name from `as-is' to
1687         `mode'.
1688         (wl-message-display-internal): Ditto;
1689         Bind elmo-mime-display-header-analysis according to the mode.
1690         (wl-message-display-internal): Put wl-message-display-mime-mode
1691         property on entire buffer.
1692
1693 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1694
1695         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1696
1697 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1698
1699         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1700         Don't extract mail address.
1701         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1702
1703         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1704
1705         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1706
1707 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1708
1709         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1710         wl-fldmgr-cut-entity-list on confirmation.
1711
1712 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1715         (wl-mime-quit-preview): Check existence of
1716         mime-edit-temp-message-buffer here.
1717
1718 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1719
1720         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1721         after deletion.
1722
1723         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1724         before calling wl-mime-quit-preview.
1725
1726 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1727
1728         * wl-summary.el (wl-summary-pick): If call it with prefix
1729         argument, set `delete-marks' as non-nil. Pick from only visible
1730         messages.
1731         (wl-summary-check-target-mark): New function.
1732         (wl-summary-target-mark-mark-as-read): Use it.
1733         (wl-summary-target-mark-mark-as-unread): Ditto.
1734         (wl-summary-target-mark-operation): Ditto.
1735         (wl-summary-target-mark-set-flags): Ditto.
1736         (wl-summary-target-mark-save): Ditto.
1737         (wl-summary-target-mark-pick): Ditto.
1738         (wl-summary-target-mark-forward): Ditto.
1739         (wl-summary-target-mark-reply-with-citation): Ditto.
1740         (wl-summary-target-mark-print): Ditto.
1741         (wl-summary-target-mark-uudecode): Ditto.
1742
1743         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1744         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1745         with `ask-coding' is non-nil.
1746
1747 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-thread.el (wl-thread-set-parent): If parent is a message
1750         which is identified by references, set linked as nil.
1751
1752 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1753
1754         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1755         (wl-message-mode-line-format-spec-alist): Ditto.
1756         (wl-message-mode-line-format): Ditto.
1757         (wl-summary-mode-line-format): Ditto for docstring.
1758         (wl-summary-no-mime-folder-list): Fix typo.
1759
1760         * wl-util.el (wl-current-message-buffer): Call
1761         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1762
1763         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1764         variable.
1765         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1766         of `wl-summary-redisplay-no-mime'.
1767         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1768         (wl-summary-toggle-mime): New function.
1769         (wl-summary-redisplay-all-header): Rewrite.
1770         (wl-summary-redisplay-no-mime): Ditto.
1771         (wl-summary-redisplay-internal): Added argument `as-is' and
1772         `all-header'.
1773
1774         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1775         New variable.
1776         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1777         bottom.
1778         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1779         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1780         "/" unconditionally.
1781
1782         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1783         wl-mime-preview-follow-no-mime for as-is content.
1784         (wl-mime-preview-follow-no-mime): New function.
1785         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1786
1787         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1788         and added `as-is', `all-header'.
1789         (wl-message-buffer-display): Ditto.
1790         (wl-message-buffer-display-type): New function.
1791
1792 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1793
1794         * wl-vars.el (wl-message-header-button-alist): Change default
1795         value.
1796         (wl-message-body-button-alist): Ditto.
1797
1798 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1799
1800         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1801
1802 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1803
1804         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1805
1806 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1807
1808         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1809         is always true.
1810
1811 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1814         on null entity.
1815
1816 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1817
1818         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1819
1820 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * wl-vars.el (wl-summary-resend-hook): New hook.
1823
1824         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1825         `wl-summary-resend-hook'.
1826
1827 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1828
1829         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1830         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1831         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1832         (wl-summary-new-cached-mark): Changed default value to 'n'.
1833         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1834         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1835         (wl-folder-sync-range-alist): Remove spec for 'flag.
1836         (wl-summary-force-prefetch-folder-list): New user option.
1837
1838         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1839         `wl-summary-toggle-persistent-mark'.
1840         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1841         number is nil.
1842         (wl-summary-mark-as-answered-region): Set interactive argument of
1843         `wl-summary-set-persistent-mark-internal'.
1844         (wl-summary-mark-as-important-region): Ditto.
1845         (wl-summary-unset-persistent-mark): Ditto.
1846         (wl-summary-set-persistent-mark): Ditto.
1847         (wl-summary-mark-as-answered): Ditto.
1848         (wl-summary-mark-as-important): Ditto.
1849         (wl-summary-set-persistent-mark-internal): Do nothing
1850         when `elmo-message-flag-available-p' is nil.
1851         (wl-summary-toggle-persistent-mark): New function.
1852         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1853         when the folder matches `wl-summary-force-prefetch-folder-list'.
1854
1855
1856         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1857         when number is nil.
1858         (wl-highlight-summary-forwarded-face): New face.
1859
1860 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1861
1862         * Version number is increased to 2.11.31.
1863
1864 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1865
1866         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1867         (wl-biff-check-folder-async): Ditto.
1868         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1869
1870 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1871
1872         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1873         Add an argument `reverse'.  All callers are updated.
1874         (wl-summary-sort): Add a prefix argument `reverse' to specify
1875         reverse sorting.
1876         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1877         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1878         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1879
1880 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1881
1882         * wl-message.el (wl-message-redisplay): Does not narrow header if
1883         disply-type is all-header or as-is.
1884
1885         * wl-summary.el (wl-summary-enter-handler): Use
1886         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1887
1888 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1891         after adding wl-draft-parent-variables.
1892         (wl-draft-forward): Ditto.
1893
1894 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1895
1896         * wl-summary.el (wl-summary-sync-marks): Call
1897         `wl-summary-set-persistent-mark' and
1898         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1899         (wl-summary-set-persistent-mark-internal): Add 4th argument
1900         `no-server'.
1901         (wl-summary-unset-persistent-mark): Ditto.
1902         (wl-summary-set-persistent-mark): Ditto.
1903         (wl-summary-add-flags-internal): Abolish.
1904         (wl-summary-remove-flags-internal): Ditto.
1905         (wl-summary-mark-as-important-internal): Ditto.
1906         (wl-summary-mark-as-important): Use
1907         `wl-summary-set-persistent-mark' instead of
1908         `wl-summary-add-flags-internal'.
1909         (wl-summary-mark-as-important-region): Ditto.
1910
1911         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1912
1913         * wl-summary.el (wl-summary-get-available-flags): New function.
1914         (wl-summary-sync-marks): Use it and simplified.
1915         (wl-summary-unset-persistent-mark): Use
1916         `wl-summary-get-available-flags'.
1917         (wl-summary-set-persistent-mark): Ditto.
1918
1919 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1920
1921         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1922         id.
1923
1924 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1925
1926         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1927         number, call `wl-summary-prev-line-content'. Show message when the
1928         message is not found.
1929
1930 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1931
1932         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1933         wl-summary-enter-handler.
1934         (wl-summary-enter-handler): New command.
1935
1936         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1937         docstring and custom spec.
1938
1939         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1940         flags too; Don't treat Cached and New.
1941         (wl-summary-set-persistent-mark): Ditto.
1942
1943         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1944         `wl-folder-set-flag'.
1945
1946         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1947         instead of `wl-folder-set-flag'.
1948
1949         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1950         for completion.
1951         (wl-summary-set-persistent-mark): Ditto.
1952
1953         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1954         instead of `wl-draft-quit-preview'.
1955
1956         * wl-mime.el (toplevel): Avoid compile warning.
1957         (wl-mime-quit-preview): New function
1958         (formarly defined as `wl-draft-quit-preview').
1959         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1960         quitting method.
1961
1962         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1963
1964         * wl-folder.el (wl-folder-set-flag): Renamed from
1965         `wl-draft-set-flag-on-parent'.
1966
1967         * wl-draft.el (wl-draft-quit-preview): New function.
1968         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1969         (wl-draft-send): Call `wl-folder-set-flag' instead of
1970         `wl-draft-set-flag-on-parent'.
1971         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1972
1973 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1974
1975         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1976         (wl-draft-send): Ditto.
1977
1978 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1979
1980         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1981         (wl-draft-kill-pre-hook): Set default value as nil.
1982         (wl-summary-reply-hook): Ditto.
1983         (wl-draft-kill-flags): Abolish.
1984
1985         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1986         (wl-draft-parent-variables): Renamed from
1987         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1988         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1989         argument; Add wl-draft-parent-variables to
1990         wl-draft-config-variables.
1991         (wl-draft-reply): Likewise.
1992         (wl-draft-kill-flags): Abolish.
1993         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1994         (wl-draft-set-flag-on-parent): New function.
1995         (wl-draft-setup-parent-flag): Ditto.
1996
1997 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1998
1999         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2000         `wl-draft-parent-folder' is "".
2001
2002 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2003
2004         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2005         (wl-summary-digit-jump): New function.
2006         (Adviced by John Owens and Hiroya Murata)
2007
2008         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2009         (Adviced by John Owens)
2010
2011         * wl-xmas.el (wl-message-define-keymap): Ditto.
2012
2013         * wl-mule.el (wl-message-define-keymap): Ditto.
2014
2015 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2016
2017         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2018         change of return value of elmo-folder-count-flags.
2019
2020         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2021         (wl-summary-mark-as-read-internal): Ditto.
2022         (wl-summary-set-persistent-mark-internal): Ditto.
2023         (wl-summary-folder-info-update): Ditto.
2024         (wl-summary-sync-update): Fixed the last change.
2025
2026         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2027
2028 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2029
2030         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2031         (wl-draft-kill-flags): Fixed docstring.
2032
2033         * wl-draft.el (wl-draft-kill-flags): New function.
2034         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2035
2036 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2037
2038         * wl-vars.el (wl-reply-hook): Abolish.
2039         (wl-draft-reply-hook): New hook.
2040         (wl-summary-reply-hook): Ditto.
2041         (wl-draft-forward-hook): Ditto.
2042         (wl-summary-forward-hook): Ditto.
2043         (wl-draft-kill-flags): New variable.
2044
2045         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2046         wl-summary-set-persistent-mark-internal.
2047         (wl-summary-sync-marks): Use elmo-preserved-flags.
2048         (wl-summary-update-persistent-mark): Make it interactive.
2049         (wl-summary-set-persistent-mark-internal): New inline function.
2050         (wl-summary-mark-as-answered): Use it.
2051         (wl-summary-mark-as-unanswered): Ditto.
2052         (wl-summary-unset-persistent-mark): New function.
2053         (wl-summary-set-persistent-mark): Ditto.
2054         (wl-summary-reply): Don't set answered flag;
2055         Run wl-summary-reply-hook instead.
2056         (wl-summary-forward): Call wl-draft-forward with number.
2057         Run wl-summary-forward-hook.
2058
2059         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2060         (wl-highlight-summary-line-face-spec): Use it as a default
2061         persistent mark face.
2062
2063         * wl-draft.el (wl-draft-forward): Added optional argument number;
2064         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2065         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2066         (wl-draft-kill): Use wl-draft-kill-flags.
2067
2068         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2069
2070         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2071         of return value of elmo-folder-count-flags.
2072
2073         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2074
2075         * wl-summary.el (wl-summary-count-unread): Ditto.
2076         (wl-summary-sync-update): Follow the change above.
2077         (wl-summary-force-prefetch): New function.
2078
2079 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2080
2081         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2082         variable `buf' with `let' instead of `setq'.
2083
2084 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2085
2086         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2087         add Content-Disposition heaeder on the deleted part.
2088
2089 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2090
2091         * wl-draft.el (wl-draft-save): Encode address list under edit by
2092         `eword-encode-unstructured-field-body'.
2093
2094         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2095
2096 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2099         wl-current-summary-buffer.
2100
2101 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2102
2103         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2104         `numbers' is ignored.
2105
2106 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-folder.el (wl-folder-open-folder): Avoid error.
2109         Reported by John Owens, [wl-en:815]
2110
2111         * wl.el (wl): Set timer for biff process even if prefix argument
2112         is given or auto-checking is quitted.
2113
2114         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2115         immediately.
2116         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2117         (wl-toggle-plugged): Ditto.
2118
2119         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2120         * wl-util.el (wl-biff-start): Use idle timer if
2121         `wl-biff-use-idle-timer' is non-nil.
2122
2123 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2124
2125         * wl-highlight.el (wl-highlight-message): Fix description.
2126
2127 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2128
2129         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2130         tty.
2131
2132 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2133
2134         * wl-action.el (wl-summary-exec): Print failure count.
2135
2136 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2137
2138         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2139         to `defun', remove interactive form.
2140         Set elmo-message-fetch-confirm when force-reload is non-nil.
2141
2142 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2143
2144         * wl-summary.el (toplevel): Removed unnecessary autoload.
2145
2146 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147
2148         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2149         the buffer is generated from another message buffer.
2150
2151 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2152
2153         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2154         extracted from `wl-fldmgr-save-folders'.
2155         (wl-fldmgr-delete): Call it after deletion.
2156
2157 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2158
2159         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2160         multi-tty support.
2161
2162 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2163
2164         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2165
2166 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2167
2168         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2169         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2170
2171 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2172
2173         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2174         unsubscribe list only if argument CLEAR is nil.
2175
2176 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2177
2178         * wl-draft.el (wl-draft-reply): Decode subject before removing
2179         Re: prefix.
2180
2181 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2182
2183         * wl-summary.el (wl-summary-sort-by-size): New command.
2184
2185 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-summary.el (wl-summary-number-list-from-region): New
2188         function.
2189         (wl-summary-mark-as-read-region): Use it.
2190         (wl-summary-mark-as-unread-region): Ditto.
2191         (wl-summary-set-flags-region): Ditto and add optional argument
2192         remove.
2193         (wl-summary-mark-as-answered-region): Ditto.
2194         (wl-summary-mark-as-important-region): Ditto.
2195         (wl-summary-target-mark-mark-as-important): Added optional
2196         argument remove.
2197         (wl-summary-target-mark-mark-as-answered): Ditto.
2198         (wl-summary-target-mark-set-flags): Ditto.
2199
2200 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-summary.el (wl-summary-set-flags-region): Call
2203         `wl-summary-set-flags-internal' with number list instead of call
2204         one by each message.
2205         (wl-summary-target-mark-set-flags): Likewise.
2206
2207 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2210         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2211         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2212         (wl-summary-target-mark-mark-as-answered): Likewise.
2213
2214 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2215
2216         * wl-summary.el (wl-summary-target-mark-forward): Use
2217         `wl-summary-delete-all-target-marks' instead of
2218         `wl-summary-delete-all-temp-marks'.
2219         (wl-summary-target-mark-reply-with-citation): Ditto.
2220         (wl-summary-target-mark-uudecode): Ditto.
2221         (wl-summary-target-mark-set-flags): Ditto and remove needless
2222         cursor move.
2223
2224 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2225
2226         * wl-summary.el (wl-summary-target-mark-forward): Protect
2227         wl-summary-buffer-target-mark-list from nreverse.
2228         (wl-summary-target-mark-reply-with-citation): Ditto.
2229
2230 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2231
2232         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2233         `elmo-display-progress-threshold'.
2234
2235 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2236
2237         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2238         check `wl-summary-highlight'.
2239         (wl-summary-window-scroll-functions): Respect value of
2240         `wl-summary-highlight'.
2241         (wl-summary-sync-update): Run hooks
2242         `wl-summary-buffer-window-scroll-functions' at any time.
2243
2244 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2247         from `wl-summary-cleanup-temp-marks'.
2248         (wl-summary-cleanup-temp-marks): Abolish argument.
2249         * wl.el (wl-save-status): Revert previous change.
2250         (wl-execute-temp-marks): New function, call
2251         `wl-summary-exec-with-confirmation'.
2252         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2253         (wl-folder-save-and-exec-marks): Abolished.
2254
2255 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2256
2257         * wl-e21.el (wl-e21-display-image-p): Respect
2258         `wl-highlight-folder-with-icon'.
2259         (wl-e21-highlight-folder-group-line): Highlight mouse line
2260         even if wl-e21-display-image-p is nil.
2261
2262         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2263         Respect value of `wl-summary-highlight'.
2264
2265         * wl.el (wl-save-status): Remove unused variable.
2266
2267         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2268         (wl-folder-mode-map): Bind it to "x".
2269
2270 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2271
2272         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2273
2274         * wl-thread.el (wl-thread-get-parent-list): Don't check
2275         disconnected ancestors, neglecting needless work in
2276         `wl-thread-update-indent-string-thread'.
2277
2278         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2279         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2280         argument, add argument default-keep to keep marks by default.
2281
2282         * Version number is increased to 2.11.30.
2283
2284         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2285         customization type and docstring.
2286         (wl-draft-reply-without-argument-list): Ditto.
2287
2288 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2291
2292         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2293
2294 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2297
2298 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2299
2300         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2301         save-excursion so as not to include run-hooks.
2302
2303 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2306         Clarify that marks are going to be cleared.
2307
2308 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2311         according to 3rd element of wl-summary-flag-mark.
2312
2313         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2314
2315 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2316
2317         * wl-action.el (wl-summary-target-mark-all): Don't set
2318         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2319
2320 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2321
2322         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2323         (wl-forward-subject-prefix): Ditto.
2324         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2325         (wl-draft-reply-make-subject): Ditto.
2326
2327         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2328         `wl-draft-forward'.
2329         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2330
2331 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2332
2333         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2334         target message does not exist.
2335
2336 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2337
2338         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2339         `wl-subject-prefix-regexp'.
2340         (wl-subject-forward-prefix-regexp): New variable.
2341         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2342         `wl-draft-strip-subject-re' and take regexp as argument.
2343         (wl-draft-forward): Use it.
2344         (wl-draft-reply): Ditto.
2345
2346 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2347
2348         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2349         emacs multi-tty support.
2350
2351 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2352
2353         * wl-e21.el (wl-e21-display-image-p): Don't call
2354         `display-images-p'.
2355         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2356         support.
2357         (wl-highlight-folder-current-line): Ditto.
2358         (wl-folder-init-icons): Ditto.
2359
2360 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2363         the last line of summary in unplugged mode.
2364
2365 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2366
2367         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2368
2369 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2370
2371         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2372         * wl-address.el (wl-address-user-mail-address-p): Use it.
2373         (wl-address-delete-user-mail-addresses): Ditto.
2374         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2375
2376         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2377         (wl-address-delete-user-mail-addresses): Ditto.
2378
2379         * wl-address.el (wl-address-delete-user-mail-addresses): New
2380         function.
2381         * wl-refile.el (wl-refile-guess-by-history): Use it.
2382         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2383         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2384
2385         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2386         use wl-address-user-mail-address-p.
2387
2388 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2389
2390         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2391         after opening group.
2392
2393 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2396         of elmo-set-buffer-multibyte.
2397
2398         * wl-message.el (wl-original-message-mode): Ditto.
2399
2400         * wl-score.el (wl-score-insert-header): Ditto.
2401
2402         * wl-summary.el
2403         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2404         (wl-summary-goto-folder-subr): Ditto.
2405         (wl-summary-insert-headers): Ditto.
2406
2407         * wl-util.el (wl-set-string-width): Ditto.
2408
2409         * Version number is increased to 2.11.29.
2410
2411 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2412
2413         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2414         (wl-highlight-summary-line-help-echo-alist): New variable.
2415         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2416         into `wl-highlight-summary-line-help-echo' and
2417         `wl-highlight-flag-folder-help-echo'.
2418         (wl-highlight-summary-line-string): Change accordingly.
2419         (wl-highlight-summary-current-line): Ditto.
2420
2421 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2424         at the beginning of field body (Thanks to Markus Knittig).
2425
2426         * wl-draft.el (wl-draft-insert-current-message): Also check
2427         summary buffer, remove unnecessary tag.
2428
2429 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2430
2431         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2432         when wl-message-buffer is nil.
2433
2434         * wl-folder.el (wl-folder): Abolish unused argument.
2435         Call wl-folder-init when wl-folder-entity is nil.
2436         * wl.el (wl): Change accordingly.
2437
2438 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2441         multibyte string before insert into draft buffer.
2442         (wl-draft-create-buffer): Always enable multibyte characters for
2443         draft buffer.
2444
2445         * Version number is increased to 2.11.28.
2446
2447 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2448
2449         * wl-folder.el (wl-folder-open-close): Handle blank line.
2450         (wl-folder-jump-to-current-entity): Ditto.
2451
2452 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * Version number is increased to 2.11.27.
2455
2456 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2457
2458         * wl-thread.el (wl-thread-insert-message): When the thread is
2459         devided by wl-summary-max-thread-depth, insert line at the end of
2460         buffer.
2461
2462 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2463
2464         * Version number is increased to 2.11.26.
2465
2466 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2467
2468         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2469
2470 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2473         value of stream-type and session.
2474
2475 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2476
2477         * Version number is increased to 2.11.25.
2478
2479 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2480
2481         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2482         in a quit message.
2483
2484 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2485
2486         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2487         (wl-summary-redisplay-no-mime-internal): Ditto.
2488
2489 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2490
2491         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2492         * wl-vars.el (wl-smtp-connection-type): Ditto.
2493
2494 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2495
2496         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2497         for the separator line and quote mail-header-separator.
2498
2499 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2500
2501         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2502         result message.
2503
2504         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2505         `elmo-multiple-fields-body-list' with boundary as
2506         mail-header-separator.
2507
2508 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2509
2510         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2511
2512 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-util.el (wl-list-diff): Remove unused function.
2515
2516         * wl-draft.el (wl-draft-send-confirm): Discard input before
2517         confirmation.
2518
2519 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2520
2521         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2522         order of flag and new.
2523
2524 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2525
2526         * wl-vars.el (wl-refile-policy-alist): Abolished.
2527
2528         * wl-action.el (wl-summary-set-action-refile): Follow the change
2529         above.
2530
2531 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * wl-highlight.el (wl-highlight-signature-search): Don't use
2534         re-search-backward for a long word since it is possible to crash
2535         XEmacs because of a bug.
2536
2537 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2538
2539         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2540
2541 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2542
2543         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2544         argument for wl-summary-sync-force-update.
2545
2546 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2547
2548         * wl-summary.el (wl-summary-mode-map): Revival of
2549         wl-summary-mark-as-important related bindings;
2550         Bind 'F','tF','mF','rF','m&'.
2551         (wl-summary-mark-as-important-region): Revival.
2552         (wl-summary-target-mark-mark-as-important): Ditto.
2553         (wl-summary-target-mark-operation): New function.
2554         (wl-summary-target-mark-mark-as-answered): Use it.
2555         (wl-summary-decide-flag): Don't set Important as default.
2556         (wl-summary-mark-as-important-internal): Revival.
2557         (wl-summary-mark-as-important): Ditto.
2558
2559         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2560
2561         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2562         instead of facep.
2563
2564 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-dnd.el (wl-dnd-drop-func): Fix.
2567
2568         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2569         mouse-set-point instead of posn-point.
2570
2571         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2572
2573         * wl-mule.el (wl-completing-read-multiple): Ditto.
2574
2575 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-demo.el (face-background-name): Defalias to avoid compile
2578         warning.
2579
2580 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2581
2582         * wl-summary.el (wl-summary-decide-flag): Use
2583         wl-completing-read-multiple instead of completing-read-multiple.
2584
2585         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2586         New alias.
2587
2588         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2589         Use face-background-name instead of face-background.
2590
2591         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2592
2593         * wl-summary.el (wl-summary-save): Use it.
2594         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2595
2596         * wl-mime.el (wl-mime-save-content): Fix last change.
2597
2598 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2599
2600         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2601         New function.
2602         (wl-summary-sort-specs): Added sort.
2603         * wl-mime.el (wl-mime-save-content): Expand file name.
2604
2605 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2606
2607         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2608
2609         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2610
2611 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2614         for flag if it is not defined.
2615
2616 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2617
2618         * wl-e21.el (wl-highlight-folder-current-line): Use
2619         elmo-folder-type-internal when elmo-folder-type returns nil.
2620
2621         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2622
2623         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2624
2625         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2626
2627         * wl-e21.el (wl-summary-toolbar): Ditto.
2628
2629         * wl-vars.el (wl-demo-background-color): Abolished.
2630         (wl-summary-persistent-mark-priority-list): Renamed from
2631         wl-summary-flag-priority-list.
2632         (wl-summary-flag-alist): New user option.
2633         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2634         (wl-message-mode-line-format-spec-alist): Added 'F'.
2635         (wl-message-mode-line-format): Likewise.
2636         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2637         instead of wl-summary-important-mark.
2638         (wl-file-folder-icon): New variable.
2639
2640         * wl-thread.el (wl-thread-set-flags): Renamed from
2641         wl-thread-mark-as-important.
2642
2643         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2644         warning.
2645         (wl-summary-mode-menu-spec): Follow the change of 
2646         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2647         (wl-summary-mode-map): Follow the change of
2648         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2649         (wl-summary-detect-mark-position): Follow the variable name change.
2650         (wl-summary-set-flags-region): New function for the replacement of
2651         wl-summary-mark-as-important-region.
2652         (wl-summary-sync-marks): Sync all global-flags.
2653         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2654         instead of elmo-message-flagged-p.
2655         (wl-summary-persistent-mark-string): Follow the variable name change;
2656         Put wl-summary-flag-mark if the message has global-flag.
2657         (wl-summary-target-mark-set-flags): Renamed from 
2658         wl-summary-target-mark-mark-as-important.
2659         (wl-summary-decide-flag): New function.
2660         (wl-summary-set-flags-internal): Renamed from
2661         wl-summary-mark-as-important-internal.
2662         (wl-summary-add-flags-internal): New function.
2663         (wl-summary-remove-flags-internal): Ditto.
2664         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2665         (wl-summary-mark-as-unimportant): Abolish.
2666         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2667         (wl-summary-next-message): List flagged messages in the msgdb.
2668
2669         * wl-score.el (wl-summary-score-update-all-lines): Use
2670         wl-summary-add-flags-internal instead of 
2671
2672         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2673
2674         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2675         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2676         (wl-message-buffer-require-all-header): Renamed from
2677         wl-message-buffer-all-header-flag (Ditto).
2678         (wl-message-buffer-flag-indicator): New variable.
2679         (wl-message-redisplay): Changed local varibale name from `flag' to
2680         `display-type'; Set up wl-message-buffer-flag-indicator.
2681         (wl-message-buffer-display): Changed varibale name from `flag' to
2682         `display-type'.
2683         (wl-message-display-internal): Likewise.
2684
2685         * wl-highlight.el (wl-highlight-demo-face): Define default background
2686         color.
2687         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2688
2689         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2690
2691         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2692         (wl-demo-setup-properties): Renamed from
2693         `wl-demo-set-background-color'.
2694         (wl-demo): Follow the change above.
2695         
2696         * Version number is increased to 2.11.24.
2697
2698 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2699
2700         * wl-summary.el (wl-summary-toggle-thread): Call
2701         `wl-summary-rescan' with disable-thread as non-nil.
2702         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2703
2704 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2705
2706         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2707         foreground property of the face.
2708         (wl-demo-insert-text): Don't set up face property here.
2709         (wl-demo): Call wl-demo-set-background-color, anyway.
2710
2711 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2712
2713         * wl-vars.el (wl-demo-background-color): The value can be nil.
2714
2715 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2718         to wl-summary-wheel-dispatcher.
2719
2720         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2721         wl-message-wheel-dispatcher.
2722         (wl-message-wheel-dispatcher): New function.
2723         (wl-summary-wheel-dispatcher): Ditto.
2724
2725 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2726
2727         * wl-action.el (wl-summary-target-mark-all): List messages which are
2728         not in the killed-list.
2729
2730         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2731         only when the folder is 'flag/important.
2732
2733         * wl-address.el (wl-complete-field-body): Complete if the last
2734         character is a space.
2735
2736 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * wl-folder.el (wl-folder-clear-entity-info): Use
2739         elmo-clear-hash-val.
2740
2741         * wl-fldmgr.el (wl-fldmgr-rename): Set
2742         wl-folder-info-alist-modified as t.
2743
2744 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2745
2746         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2747
2748 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2749
2750         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2751         (wl-folder-buffer-last-visited-entity-id): New buffer local
2752         variable.
2753         (wl-folder-revisit-last-visited-folder): New function.
2754         (wl-folder-mode-map): Bind it to "C-i".
2755         (wl-folder-set-current-entity-id): Set last visited folder.
2756         * wl-summary.el (wl-summary-exit): Ditto.
2757
2758 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2761         before calling `recenter' in order to cope with an XEmacs bug.
2762
2763 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2764
2765         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2766         to the default value.
2767
2768 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2771         change.
2772         (wl-summary-sync-marks): Ditto.
2773         (wl-summary-mark-as-read-internal): Ditto.
2774         (wl-summary-mark-as-answered-internal): Ditto.
2775         (wl-summary-mark-as-important-internal): Ditto.
2776         (wl-summary-reply): Ditto.
2777
2778         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2779         instead of `elmo-folder-unflag-answered'.
2780
2781         * Version number is increased to 2.11.23.
2782
2783         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2784         the last change.
2785
2786 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2787
2788         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2789         Specify "spam" or "good".
2790
2791 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2792
2793         * wl-spam.el (wl-summary-exec-action-spam): Call
2794         wl-folder-confirm-existence for spam folder.
2795         (wl-spam-setup): Bind "mk".
2796
2797 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2800
2801 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2802
2803         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2804         destination folder is empty.
2805
2806 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2809         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2810
2811         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2812         (wl-summary-refile-prev-destination-region): New function.
2813         (wl-thread-refile-prev-destination): Ditto.
2814         (wl-summary-target-mark-refile-prev-destination): Ditto.
2815
2816 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2819         (wl-demo-background-color): Changed default value.
2820
2821         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2822         color.
2823
2824         * wl-demo.el (wl-demo-set-background-color): New function.
2825         (wl-demo): Call it.
2826
2827 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2828
2829         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2830         * wl-address.el (wl-address-add-or-change): Don't add empty
2831         address.
2832
2833 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2834
2835         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2836
2837 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-vars.el (wl-demo-image-filter-alist): New variable
2840         (wl-demo-background-color): Ditto.
2841
2842         * wl-demo.el (wl-demo-xpm-set-background): New function.
2843         (wl-demo-image-filter): Ditto.
2844         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2845
2846         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2847
2848         * wl-demo.el (wl-demo-icon-name): Define as function.
2849         (wl-demo-insert-image): Use it.
2850
2851 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2852
2853         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2854
2855 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2856
2857         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2858
2859 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2862
2863 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2864
2865         * wl-thread.el (wl-thread-mark-as-answered): New function.
2866
2867         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2868         answered" entry.
2869         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2870         "r&" and wl-thread-mark-as-answered to "t&".
2871         (wl-summary-mark-as-important-region): Refine to toggle mark.
2872         (wl-summary-mark-as-answered-region): New function.
2873         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2874         and 3rd argument.
2875         (wl-summary-mark-as-important-internal): Likewise.
2876
2877 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * wl-template.el (wl-template-preview): New internal variable.
2880         (wl-template-preview-p): New function.
2881         (wl-template-show): Bind `wl-template-preview' as t.
2882
2883 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2886         `elmo-message-entity-field' with 3rd argument which is non-nil.
2887
2888 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2889
2890         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2891         Removed duplicate local bind `folder'.
2892
2893 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2894
2895         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2896
2897 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2898
2899         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2900         duplicate definition.
2901
2902 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2905         non-nil, use it; Don't fetch message if there's no message in the
2906         current cursor position.
2907
2908 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2909
2910         * wl-util.el (wl-region-exists-p): Use region-active-p.
2911         (wl-deactivate-region): New function.
2912         * wl-message.el (wl-message-redisplay): Deactivate region.
2913
2914         * wl-summary.el (wl-summary-reply): Call
2915         `wl-summary-set-message-buffer-or-redisplay' instead of
2916         `wl-summary-redisplay-internal', don't move point.
2917
2918 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2921         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2922         by regexp.
2923
2924 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2927         if no need.
2928
2929 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2930
2931         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2932         default value to nil.
2933         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2934         `wl-summary-prepare-hook'; Replace refile action to
2935         `wl-summary-exec-action-refile-with-register'.
2936
2937         * Version number is increased to 2.11.22.
2938
2939 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2940
2941         * wl-summary.el (wl-summary-detect-mark-position): Set
2942         `wl-summary-buffer-weekday-name-lang'.
2943
2944 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2945
2946         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2947         (wl-summary-mark-as-read-all): Ditto.
2948         (wl-summary-delete-messages-on-buffer): Ditto.
2949         (wl-summary-sync-update): Ditto.
2950         (wl-summary-mark-as-read-internal): Ditto.
2951         (wl-summary-mark-as-answered-internal): Ditto.
2952         (wl-summary-update-folder-info): Abolished.
2953
2954 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2955
2956         * wl-summary.el (wl-summary-mark-as-read-all): Use
2957         `wl-summary-update-folder-info' instead of
2958         `wl-folder-update-unread'.
2959
2960 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2961
2962         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2963         `wl-summary-folder-info-update'.
2964         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2965         instead of `wl-summary-folder-info-update'.
2966         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2967         `wl-folder-set-folder-updated'.
2968         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2969         instead of `wl-folder-update-unread'.
2970         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2971         the value of `wl-summary-buffer-unread-count' for the second parameter of
2972         `wl-folder-update-unread'.
2973
2974         * Version number is increased to 2.11.21.
2975
2976 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2977
2978         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2979         a local variable.
2980
2981 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2984         interactively.
2985
2986         * wl-summary.el (wl-summary-mark-as-important-internal): New
2987         internal function.
2988         (wl-summary-mark-as-important): Use it.
2989         (wl-summary-mark-as-unimportant): New function.
2990         (wl-summary-sync-marks): Follow the API change.
2991
2992         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2993
2994         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2995
2996 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2997
2998         * wl-folder.el (wl-folder-update-unread): Re-indent.
2999         Narrow the scope of a local variable.
3000
3001 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3004         (wl-addrmgr-merge-entries): Ditto.
3005         (wl-addrmgr): Added to address entry which exists in draft buffer
3006         if no entry is in original.
3007
3008 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3009
3010         * wl-batch.el: New file.
3011
3012 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3013
3014         * wl-vars.el (wl-use-semi): Remove unused variable.
3015
3016 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3017
3018         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3019         "?".
3020
3021 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3024         wl-summary-new-mark.
3025         (wl-summary-new-cached-mark): New user option.
3026         (wl-summary-score-marks): Follow the change above.
3027         (wl-summary-auto-refile-skip-marks): Ditto.
3028         (wl-summary-incorporate-marks): Ditto.
3029         (wl-summary-expire-reserve-marks): Ditto.
3030
3031         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3032
3033         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3034         (wl-summary-persistent-mark-string): Distinguished between cached
3035         and uncached mark when the message is new.
3036
3037 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * wl-spam.el (wl-spam-domain): Renamed from
3040         `wl-spam-folder-guess-domain'.
3041         (wl-summary-exec-action-spam): Register as spam if domain of the
3042         source folder is good.
3043         (wl-summary-exec-action-refile-with-register): Register message if
3044         domain of the source folder is not undecided.
3045
3046 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3049         detect thread loop.
3050
3051 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3052
3053         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3054         and wl-summary-skip-mark-list.
3055
3056 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3057
3058         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3059
3060         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3061
3062         * wl-spam.el (toplevel): Require wl-highlight.
3063         (wl-spam-auto-check-policy-alist): Abolish.
3064         (wl-spam-auto-check-folder-regexp-list): New user option.
3065         (wl-spam-auto-check-marks): Ditto.
3066         (wl-spam-mark-action-list): Ditto.
3067         (wl-highlight-summary-spam-face): New face.
3068         (wl-spam-auto-check-message-p): New function.
3069         (wl-spam-map-spam-messages): Fixed message.
3070         (wl-spam-register-spam-messages): Ditto.
3071         (wl-spam-register-good-messages): Ditto.
3072         (wl-summary-spam-map): Add and remove keybind.
3073         (wl-summary-target-mark-spam): Abolish.
3074         (wl-summary-refile-spam): Ditto.
3075         (wl-summary-test-spam): New function.
3076         (wl-summary-mark-spam): Ditto.
3077         (wl-summary-auto-check-spam): Follow the above change.
3078         (wl-summary-exec-action-spam): New function.
3079         (wl-summary-exec-action-refile-with-register): Fixed message.
3080         (wl-message-check-spam): New function.
3081         (wl-spam-setup): Ditto.
3082         (toplevel): Call it if this file is loaded interactivity.
3083
3084         * Version number is increased to 2.11.20.
3085
3086 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3087
3088         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3089         when new optional argument `force' is non nil or modified.
3090
3091 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl.el (toplevel): Require wl-spam when compile.
3094         (wl-save-status): Call wl-spam-save-status.
3095
3096         * wl-spam.el (wl-spam-register-spam-messages): New function.
3097         (wl-spam-register-good-messages): Ditto.
3098         (wl-spam-save-status): Ditto.
3099         (wl-summary-mode-map): Bind
3100         wl-summary-target-mark-register-as-spam to "ms" and
3101         wl-summary-target-mark-register-as-good to "mn".
3102         (wl-summary-register-as-spam): Abolish optional argument; Use
3103         wl-spam-register-spam-messages.
3104         (wl-summary-register-as-spam-all): Use
3105         wl-spam-register-spam-messages.
3106         (wl-summary-register-as-good): Abolish optional argument; Use
3107         wl-spam-register-good-messages.
3108         (wl-summary-register-as-good-all): Use
3109         wl-spam-register-good-messages.
3110         (wl-summary-target-mark-register-as-spam): New funtion.
3111         (wl-summary-target-mark-register-as-good): Ditto.
3112
3113 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3114
3115         * wl-spam.el: New file.
3116
3117 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3118
3119         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3120
3121         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3122         (wl-summary-auto-refile): Call wl-refile-guess with
3123         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3124
3125 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3126
3127         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3128         with disable-thread argument non-nil.
3129
3130 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-summary.el (wl-summary-rescan): Added optional argument
3133         disable-thread.
3134         (wl-summary-sync): Call wl-summary-rescan with argument
3135         disable-thread.
3136         (wl-summary-input-range): Added new range `rescan-thread'.
3137
3138 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3139
3140         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3141
3142 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3143
3144         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3145         internal variable.
3146         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3147         wl-summary-search-parent-by-subject-regexp and
3148         wl-summary-divide-thread-when-subject-changed as nil.
3149         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3150         (wl-summary-insert-thread): Search parent entity from
3151         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3152         thread loop.
3153
3154 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3155
3156         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3157
3158         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3159
3160         * wl-util.el (wl-require-update-all-folder-p): New function.
3161         (wl-get-assoc-list-value): Added `function' to match directive.
3162         (wl-collect-draft): Rewrite.
3163
3164         * wl-summary.el (wl-summary-sync-update): Clear faces
3165         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3166         are non-nil.
3167         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3168         argument as function.
3169         (wl-summary-input-range): Ditto.
3170
3171         * wl-folder.el (wl-draft-get-folder): New function.
3172         (wl-folder-get-elmo-folder): Consider draft folder.
3173
3174         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3175         (wl-draft-buffer-message-number): New buffer local variable.
3176         (wl-draft-folder-internal): New internal variable.
3177         (wl-draft-delete): Rewrite.
3178         (wl-draft-save): Ditto.
3179         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3180         wl-folder-get-elmo-folder.
3181         (wl-draft-config-info-operation): Ditto.
3182         (wl-jump-to-draft-folder): Ditto.
3183         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3184         (wl-draft-reedit): Rewrite.
3185
3186         * Version number is increased to 2.11.19.
3187         
3188 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3189
3190         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3191         variable.
3192
3193 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3194
3195         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3196         Use ignore-errors instead of unwind-protect.
3197
3198 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3199
3200         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3201         for updating `wl-thread-entity-list'.
3202
3203 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3204
3205         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3206         parameter from calling `wl-thread-entity-get-older-brothers' and
3207         `wl-thread-entity-get-younger-brothers'.
3208         Replace nested `append' with a single one.
3209
3210 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-summary.el (wl-summary-mode): Don't use the return value of
3213         `make-local-hook'.
3214
3215 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3216
3217         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3218         instead of `let*'.
3219         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3220         of local variables.
3221
3222 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3223
3224         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3225         Renamed from wl-summary-window-scroll-functions.
3226         (wl-summary-window-scroll-functions): Don't set to variable.
3227         (wl-summary-display-top): Use run-hooks.
3228         (wl-summary-display-bottom): Ditto.
3229         (wl-summary-toggle-disp-msg): Ditto.
3230         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3231         Use it instead of wl-summary-window-scroll-functions.
3232         (wl-summary-goto-folder-subr): Don't call
3233         wl-summary-window-scroll-functions, use
3234         wl-summary-buffer-window-scroll-functions instead.
3235
3236 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3237
3238         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3239         make-local-variable.
3240
3241 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3242
3243         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3244         set-buffer-modified-p.
3245         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3246         (wl-summary-display-bottom): Ditto.
3247         (wl-summary-toggle-disp-msg): Ditto.
3248
3249 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3250
3251         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3252
3253         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3254         (wl-summary-forward): Use elmo-message-entity-field instead of
3255         elmo-message-field.
3256
3257         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3258
3259 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3260
3261         * wl-summary.el (wl-summary-window-scroll-functions): No use
3262         `append'.
3263
3264 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3267         function.
3268         (wl-summary-window-scroll-functions): Call it when both
3269         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3270         (wl-summary-temp-mark): Added optional argument number.
3271         (wl-summary-message-mark): Added optional argument flag.
3272         (wl-summary-persistent-mark): Added optional argument number and flag.
3273         (wl-summary-update-persistent-mark): Ditto.
3274         (wl-summary-update-status-marks): Set "r" for interactive spec.
3275
3276         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3277         argument number and flag.
3278
3279         * wl-action.el (wl-summary-registered-temp-mark): 
3280         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3281
3282 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3283
3284         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3285         internal variable (buffer local).
3286         (wl-summary-window-scroll-functions): New function.
3287         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3288         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3289         as nil.
3290         (wl-summary-update-status-marks): Added arguments beg, end and
3291         check.
3292         (wl-summary-update-mark-window): Use function.
3293         (wl-summary-sync-update): Follow the change above.
3294         (wl-summary-switch-to-clone-buffer): Copy
3295         wl-summary-buffer-unsync-mark-number-list.
3296         (wl-summary-goto-folder-subr): Set
3297         wl-summary-buffer-unsync-mark-number-list and
3298         use wl-summary-window-scroll-functions instead of
3299         wl-summary-lazy-highlight.
3300
3301         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3302
3303 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3304
3305         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3306
3307         * wl-summary.el (wl-summary-update-persistent-mark): Call
3308         wl-summary-set-message-modified.
3309
3310         * wl-summary.el (wl-summary-sync-update): Don't call
3311         wl-summary-update-status-marks.
3312
3313         * Version number is increased to 2.11.18.
3314
3315 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3316
3317         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3318         (wl-message-next-page): Ditto.
3319
3320 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3321
3322         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3323         local variable.  Change the order of a collected list into the
3324         same as the specified range.  Remove nil from a collected list.
3325
3326 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3329         argument for elmo-folder-list-messages.
3330
3331 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3332
3333         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3334         change (wl-summary-count-unreads return a list instead of a cons
3335         cell).
3336
3337 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3338
3339         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3340         `wl-summary-folder-info-update'.
3341
3342 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3343
3344         * wl-summary.el (wl-summary-set-message-modified): No use
3345         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3346         (wl-summary-set-mark-modified): Abolish.
3347         (wl-summary-mark-modified-p): Ditto.
3348         (wl-summary-save-view): Follow the change above.
3349
3350         * wl-expire.el (wl-summary-expire): Likewise.
3351
3352 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3353
3354         * wl-summary.el (wl-summary-detect-mark-position): Use
3355         modb-entity-handler.
3356         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3357
3358         * Version number is increased to 2.11.17.
3359
3360 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3363         entity field value.
3364         (wl-summary-prefetch-msg): Ditto.
3365         (wl-summary-print-message-with-ps-print): Ditto.
3366
3367 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3368
3369         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3370         for dummy entity.
3371         (wl-summary-insert-thread): Use elmo-message-entity-field.
3372         (wl-summary-update-thread): Use elmo-message-entity-field and
3373         elmo-message-entity-number.
3374         (wl-summary-line-number):  Use elmo-message-entity-number.
3375         (wl-summary-line-size): Use elmo-message-entity-field.
3376         (wl-summary-line-subject): Ditto.
3377         (wl-summary-line-from): Ditto.
3378         (wl-summary-line-attached): Ditto.
3379         (wl-summary-create-line): Ditto.
3380         (wl-summary-create-line): Use elmo-message-entity-number.
3381         (wl-summary-print-message-with-ps-print): Use
3382         elmo-message-entity-field.
3383
3384 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3385
3386         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3387         change in elmo-msgdb-make-message-entity.
3388         (wl-summary-buffer-set-folder): Don't call
3389         wl-summary-detect-mark-position here.
3390         (wl-summary-rescan): Call elmo-message-entity-number.
3391         (wl-summary-sync-update): Ditto.
3392         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3393
3394         * wl-score.el (wl-score-header-index): Redefine 2th element.
3395         (wl-score-overview-entity-get-extra): Abolish.
3396         (wl-score-ov-entity-get): Rewrite.
3397         (wl-score-string-index<, wl-score-string-func<): Abolish.
3398         (wl-score-string<): New function.
3399         (wl-score-string-sort): Use it.
3400
3401         * wl-refile.el (wl-refile-guess-by-history): Use
3402         elmo-message-entity-field.
3403         (wl-refile-guess-by-from): Ditto.
3404         (wl-refile-guess-by-msgid): Ditto.
3405
3406         * Version number is increased to 2.11.16.
3407
3408 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3409
3410         * wl-folder.el (wl-folder-confirm-existence): Don't call
3411         file-exists-p if msgdb-path is nil.
3412         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3413         `wl-read-folder-hist' to `wl-read-folder-history'.
3414
3415 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3416
3417         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3418         `y-or-n-p'.
3419
3420 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3421
3422         * wl-score.el (wl-score-headers): Don't use
3423         elmo-folder-do-each-message-entity.
3424
3425         * Version number is increased to 2.11.15.
3426
3427 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-summary.el (wl-summary-delete-all-msgs): Use
3430         elmo-folder-move-messages instead of elmo-folder-delete-messages
3431         and elmo-folder-detach-messages.
3432         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3433
3434         * wl-expire.el (wl-expire-delete): Ditto.
3435         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3436
3437 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3440         (wl-message-header-narrowing-fields): Ditto.
3441         (wl-message-header-narrowing-lines): Ditto.
3442         (wl-message-header-narrowing-string): Ditto.
3443
3444         * wl-summary.el (wl-summary-mode-map): Bind
3445         wl-summary-toggle-header-narrowing to "C-cC-f".
3446         (wl-summary-toggle-header-narrowing): New function.
3447
3448         * wl-message.el (wl-message-buffer-create): Call
3449         wl-message-header-narrowing-setup.
3450         (wl-message-redisplay): Call wl-message-header-narrowing.
3451         (wl-message-header-narrowing): New function.
3452         (wl-message-header-narrowing-map): New keymap.
3453         (wl-message-header-narrowing-widen-map): New keymap.
3454         (wl-message-header-narrowing-again-at-mouse): New function.
3455         (wl-message-header-narrowing-1): Ditto.
3456         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3457         (wl-message-header-narrowing-setup): Ditto.
3458         (wl-message-header-narrowing-toggle): Ditto.
3459         
3460         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3461
3462         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3463         'flag as all.
3464         (wl-use-flag-folder-help-echo): New user option.
3465
3466         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3467         wl-summary-highlight as nil.
3468         (wl-summary-set-mark-modified): Follow the API change.
3469         (wl-summary-mark-modified-p): Ditto.
3470         (wl-summary-mark-as-read-all): Ditto.
3471         (wl-summary-sync-marks): Don't call
3472         elmo-folder-list-messages-with-global-mark.
3473         (wl-summary-mark-as-read-internal): Follow the API change.
3474         (wl-summary-mark-as-answered-internal): Ditto.
3475         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3476         Follow the API change.
3477         (wl-summary-create-line): Call with number argument.
3478         (wl-summary-reply): Follow the API change.
3479
3480         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3481         function.
3482         (wl-highlight-summary-line-string): Call it when
3483         wl-use-flag-folder-help-echo is non-nil.
3484         (wl-highlight-summary-current-line): Ditto.
3485         (elmo-flag-folder-referrer): Added autoload setting.
3486
3487         * wl-draft.el (wl-draft-kill): Follow the API change.
3488
3489         * Version number is increased to 2.11.14.
3490         
3491 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3492
3493         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3494
3495 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3496
3497         * Version number is increased to 2.11.13.
3498
3499 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3500
3501         * wl-draft.el (wl-draft-previous-history-element): Fixed
3502         unbalanced parenthesis and bind unbound local variables.
3503
3504 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3505
3506         * wl-draft.el (wl-draft-previous-history-element): New function.
3507         (wl-draft-next-history-element): Ditto.
3508         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3509         them to M-p and M-n.
3510
3511 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3512
3513         * Version number is increased to 2.11.12.
3514
3515 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3516
3517         * wl-draft.el (wl-draft-hide): Select buffer-window.
3518
3519 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3520
3521         * wl-summary.el (wl-summary-narrow-to-region): New function.
3522         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3523         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3524         (wl-summary-save-region): Use it.
3525         * wl-action.el (wl-summary-collect-numbers-region)
3526         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3527
3528 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3529
3530         * wl-folder.el (wl-folder-count-incorporates): Don't use
3531         `elmo-msgdb-mark-load'
3532
3533         * Version number is increased to 2.11.11.
3534
3535 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3536
3537         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3538         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3539
3540 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3543
3544 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3545
3546         * Version number is increased to 2.11.10.
3547
3548 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-mime.el (wl-draft-attribute-value): Fixed.
3551
3552 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3553
3554         * wl-util.el (wl-copy-local-variables): New function.
3555
3556         * wl-mime.el (wl-draft-attribute-recipients): New function.
3557         (wl-draft-attribute-envelope-from): Ditto.
3558         (wl-draft-attribute-smtp-posting-server): Ditto.
3559         (wl-draft-attribute-smtp-posting-port): Ditto.
3560         (wl-draft-attribute-value): Ditto.
3561         (wl-draft-preview-message): Use it to get value for
3562         attributes. Reflect result of `wl-draft-config'.
3563
3564         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3565         and call `wl-summary-mark-as-read' before to call
3566         `wl-summary-unset-mark'.
3567         (wl-summary-target-mark-mark-as-unread): Likewise.
3568         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3569
3570 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3571
3572         * wl-mime.el (wl-draft-preview-message): Use actual value for
3573         attributes; Fix for small window.
3574
3575 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3576
3577         * wl-refile.el (wl-refile-get-field-value): Call
3578         `elmo-message-entity-field' with 3rd argument is non-nil.
3579
3580 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3581
3582         * wl-vars.el (wl-draft-preview-attributes): New user option.
3583         (wl-draft-preview-attributes-list): Ditto.
3584         (wl-draft-preview-attributes-buffer-lines): Ditto.
3585         (wl-draft-preview-attributes-buffer-name): Ditto.
3586
3587         * wl-mime.el (wl-draft-preview-message): Display attributes.
3588
3589 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-summary.el (wl-summary-detect-mark-position): Bind
3592         wl-summary-flag-priority-list to '(new).
3593
3594 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3595
3596         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3597         funtion.
3598         (wl-highlight-summary-line-string): Use it.
3599         (wl-highlight-summary-current-line): Ditto.
3600
3601 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3604         line even when the mark string is not changed.
3605
3606         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3607         argument change in the wl-summary-create-line.
3608         (wl-thread-insert-entity-sub): Ditto.
3609
3610         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3611         argument change in the wl-summary-create-line.
3612         (wl-summary-insert-sequential): Ditto.
3613         (wl-summary-update-thread): Ditto.
3614         (wl-summary-persistent-mark-string): New inline function.
3615         (wl-summary-message-mark): Use it.
3616         (wl-summary-create-line): Abolish argument wl-persistent-mark
3617         and added wl-flags, wl-cached.
3618
3619         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3620         mark to flags.
3621         (wl-highlight-summary-current-line): Decide the face not by the 
3622         persistent mark but flags.
3623
3624 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3625
3626         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3627         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3628         wl-summary-read-uncached-mark): Revive.
3629         (wl-summary-answered-cached-mark,
3630         wl-summary-answered-uncached-mark): New user option.
3631         (wl-summary-score-marks): Follow the change above.
3632         (wl-summary-auto-refile-skip-marks): Ditto.
3633         (wl-summary-incorporate-marks): Ditto.
3634         (wl-summary-expire-reserve-marks): Ditto.
3635         (wl-summary-flag-priority-list): New user option.
3636
3637         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3638         changes.
3639         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3640         of elmo-message-mark.
3641         (wl-summary-mark-as-read-internal): Ditto.
3642         (wl-summary-mark-as-answered): Ditto.
3643         (wl-summary-mark-as-important): Ditto.
3644         (wl-summary-redisplay-internal): Ditto.
3645         (wl-summary-redisplay-no-mime-internal): Ditto.
3646         (wl-summary-message-mark): New function.
3647         (wl-summary-insert-sequential): Use wl-summary-message-mark
3648         instead of elmo-message-mark.
3649         (wl-summary-update-thread): Ditto.
3650         (wl-summary-persistent-mark): Ditto.
3651         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3652         instead of elmo-message-mark.
3653
3654         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3655         wl-summary-message-mark instead of elmo-message-mark.
3656         (wl-thread-insert-entity-sub): Ditto.
3657         (wl-thread-get-children-msgs-uncached): Ditto.
3658
3659         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3660         variable name changes.
3661         (wl-highlight-summary-current-line): Ditto.
3662
3663         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3664         wl-summary-message-mark instead of elmo-message-mark.
3665
3666         * wl-expire.el (wl-expire-message-p): Ditto.
3667
3668         * wl-score.el (wl-score-headers): Ditto.
3669
3670         * Version number is increased to 2.11.9.
3671
3672         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3673         (wl-summary-sync-update): Follow the change above.
3674         (wl-summary-switch-to-clone-buffer): Ditto.
3675         (wl-summary-open-folder): Ditto.
3676
3677 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3678
3679         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3680         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3681
3682         * Version number is increased to 2.11.8.
3683
3684         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3685
3686         * wl-expire.el (wl-expire-refile): Follow the API change on
3687         `elmo-folder-move-messages'.
3688         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3689
3690         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3691         (wl-summary-exec-action-refile): Ditto.
3692         (wl-summary-exec-action-copy): Ditto.
3693         (wl-summary-no-auto-refile-message-p): No use
3694         `wl-summary-buffer-msgdb'.
3695         (wl-summary-auto-refile): Ditto.
3696
3697 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3698
3699         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3700
3701 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3702
3703         * wl-summary.el (wl-summary-sync): Treat no-sync.
3704
3705         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3706         (wl-default-sync-range): Ditto.
3707
3708 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3709
3710         * wl-refile.el (wl-refile-subject-learn): Call
3711         `elmo-message-entity-field' with 3rd argument is non-nil.
3712         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3713         instead of `elmo-msgdb-overview-entity-get-subject'.
3714
3715 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3718         scan-type is rescan.
3719         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3720         new optional argument force is non-nil.
3721         (wl-summary-save-view-cache): Call it with force argument non-nil.
3722
3723         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3724
3725 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3726
3727         * wl-action.el (wl-summary-print-argument): Fixed last change.
3728
3729 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3730
3731         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3732         simplified.
3733         (wl-summary-target-mark-mark-as-unread): Likewise.
3734         (wl-summary-target-mark-mark-as-important): Likewise.
3735
3736 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3737
3738         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3739         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3740         (wl-summary-mark-as-important-region): Change accordingly.
3741         (wl-summary-target-mark-mark-as-important): Ditto.
3742
3743 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3744
3745         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3746
3747         * wl-action.el (wl-summary-print-argument): Print argument to
3748         right side of window if `wl-summary-print-argument-within-window'
3749         is non-nil.
3750
3751 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * wl-action.el (wl-summary-set-mark): Use
3754         `wl-summary-message-visible-p' to check visibility of the message
3755         and jump to message only when the message line is visible and have
3756         different number; Call wl-summary-unset-mark with number argument.
3757         (wl-summary-unset-mark): 
3758         Use `wl-summary-message-visible-p'
3759         to check visibility of the message and jump to message only when
3760         the message line is visible and have different number;
3761
3762 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3763
3764         * Version number is increased to 2.11.7.
3765
3766         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3767         and wl-folder-summary-line-format.
3768
3769         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3770         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3771         (wl-summary-set-score-mark): Use it.
3772         (wl-summary-target-mark-mark-as-read): Ditto.
3773         (wl-summary-target-mark-mark-as-unread): Ditto.
3774         (wl-summary-target-mark-mark-as-important): Ditto.
3775         (wl-summary-target-mark-msgs): Simplified.
3776         (wl-summary-detect-mark-position): Fixed problem when
3777         summary-line-format no contain persisten/temp mark spec.
3778         (wl-summary-temp-mark): Ditto.
3779         (wl-summary-persistent-mark): Ditto.
3780         (wl-summary-update-persistent-mark): Ditto.
3781
3782         * wl-action.el (wl-summary-set-mark): Ditto.
3783         (wl-summary-unset-mark): Ditto.
3784         All other related portions are changed.
3785
3786 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3787
3788         * Version number is increased to 2.11.6.
3789
3790 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-util.el (wl-current-message-buffer): Define as function;
3793         Don't use the value of wl-messge-buffer.
3794
3795         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3796         persistent mark.
3797
3798         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3799         no current message, cause an error.
3800
3801 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3802
3803         * wl-summary.el (wl-summary-set-message-modified): Use
3804         elmo-folder-set-message-modified instead of
3805         elmo-folder-set-message-modified-internal.
3806
3807 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3810         interactively.
3811         (wl-summary-sync): nokill->entirely.
3812         (wl-summary-sync-marks): Fixed message.
3813         (wl-summary-input-range): Added mark, nokill->entirely.
3814
3815         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3816         messages as read.
3817
3818 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3819
3820         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3821         update-noscore.
3822         (wl-summary-sync): Follow the change above.
3823
3824 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3825
3826         * wl-action.el (wl-summary-target-mark-all): Use
3827         elmo-folder-list-messages.
3828
3829 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3832         (wl-summary-rescan): Set wl-summary-scored as nil.
3833         (wl-summary-sync-force-update): Follow the change above.
3834         (wl-summary-sync): Ditto.
3835         (wl-summary-sync-update): Added argument disable-killed.
3836         (wl-summary-insert-headers): Set visible-only argument for
3837         elmo-folder-list-messages.
3838         (wl-summary-input-range): Added update-nokill, update-noscore,
3839         all-nokill, all-noscore and mark.
3840
3841         * Version number is increased to 2.11.5.
3842
3843         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3844
3845 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3846
3847         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3848         (wl-summary-prefetch-region-no-mark): Change accordingly.
3849         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3850
3851 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3852
3853         * wl-address.el (wl-complete-field-to): Abolished.
3854         (wl-complete-address): Completion function for completing-read.
3855         * wl-action.el (wl-summary-get-resend-address): Use it.
3856
3857         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3858         wl-summary-update-mark and abolish unused argument.
3859         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3860         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3861         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3862         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3863         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3864         * wl-draft.el (wl-draft-kill): Ditto.
3865
3866         * wl-summary.el: Remove unused binding of case-fold-search.
3867         (wl-summary-replace-status-marks): Abolished.
3868
3869 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3870
3871         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3872         is specified or folder length is zero.
3873
3874 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3875
3876         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3877         (wl-folder-archive-current-entity): Ditto.
3878
3879 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3880
3881         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3882         retrieving message mark.
3883         (wl-summary-redisplay-internal): Ditto.
3884
3885         * wl-message.el (wl-message-buffer-display): Ignore errors while
3886         retrieving message-id field.
3887
3888         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3889         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3890         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3891         order of the arguments for `wl-expire-message-p'.
3892         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3893
3894         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3895         Check return value of wl-summary-reply.
3896         (wl-summary-reply): Recover window configuration when an error occured.
3897
3898 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3899
3900         * wl-summary.el (wl-summary-resend-message): Abolished, the
3901         feature is inherited by wl-summary-resend (put resend mark).
3902
3903 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3904
3905         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3906         wl-message-buffer to nil when the message is hide.
3907
3908 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3909
3910         * .cvsignore: New file.
3911
3912 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3913
3914         * wl-action.el (wl-summary-action-docstring): Add more info.
3915         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3916         duplicate definition.
3917         (wl-summary-define-mark-action): Functions wl-summary-*-region
3918         keep current position.
3919         (wl-summary-unregister-target-mark): Store result to the variable.
3920
3921 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * Version number is increased to 2.11.4.
3924
3925 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3926
3927         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3928         wl-summary-delete-all-temp-marks.
3929         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3930
3931         * wl-action.el (wl-summary-set-mark): Changed terminology
3932         refile-destination -> action-argument.
3933         (wl-summary-unset-mark): Ditto.
3934         (wl-summary-remove-argument): Ditto.
3935         (wl-summary-print-argument): Ditto.
3936
3937         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3938         (wl-thread-remove-argument-region): Ditto.
3939         (wl-thread-print-argument-region): Ditto.
3940         (wl-thread-close): Ditto.
3941         (wl-thread-open): Ditto.
3942
3943         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3944         (wl-highlight-refile-destination-face is abolished)
3945         (wl-highlight-action-argument-string): Ditto.
3946         (wl-highlight-summary-current-line): Highlight action argument.
3947
3948         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3949         color for light backgrounds.
3950         (wl-highlight-summary-answered-face): Ditto.
3951
3952 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3953
3954         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3955
3956         * wl-score.el (wl-summary-score-update-all-lines): Use
3957         wl-summary-set-mark.
3958         (wl-summary-score-update-all-lines): Kill expunged messages.
3959
3960         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3961
3962 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3965         directly.
3966         (wl-score-overview-entity-get-lines): Ditto.
3967         (wl-score-overview-entity-get-xref): Ditto.
3968         (wl-score-get-latest-msgs): Ditto.
3969         (wl-summary-rescore): Ditto.
3970
3971         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3972         to "&".
3973         (wl-summary-mark-as-answered-internal): New inline function.
3974         (wl-summary-mark-as-answered): New function.
3975         (wl-summary-mark-as-unanswered): Ditto.
3976         (wl-summary-sync-marks): Modified for answered-mark synching.
3977
3978 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3979
3980         * wl-action.el (wl-summary-set-mark): Fixed last change.
3981
3982 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3983
3984         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3985         behavior of wl-summary-unread-message-hook
3986         (Pointed out by akira yamada <akira@arika.org>).
3987
3988 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3989
3990         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3991         wl-summary-delete.
3992         * wl-xmas.el (wl-summary-toolbar): Ditto.
3993
3994         * wl-action.el (wl-summary-set-mark): Don't override current
3995         temp-mark.
3996
3997         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3998
3999 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4000
4001         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4002         (wl-refile-msgid-learn): Ditto.
4003         (wl-refile-get-field-value): Ditto.
4004
4005         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4006
4007         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4008         (wl-expire-delete-reserved-messages): Renamed from
4009         wl-expire-reserve-marked-msgs-from-list.
4010         (wl-expire-delete): Removed argument `msgdb'.
4011         (wl-expire-refile): Ditto.
4012         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4013         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4014         mark-alist as argument.
4015         (wl-expire-archive-number1): Removed argument `msgdb'.
4016         (wl-expire-archive-number2): Ditto.
4017         (wl-expire-archive-date): Ditto.
4018         (wl-expire-localdir-date): Ditto.
4019         (wl-expire-hide): Ditto.
4020         (wl-archive-number1): Ditto.
4021         (wl-archive-number2): Ditto.
4022         (wl-archive-date): Ditto.
4023         (wl-archive-folder): Ditto.
4024         All other related portions are changed.
4025
4026 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4027
4028         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4029         mean move up and down. (suggested by Takashi Kawachi)
4030
4031 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * wl-acap.el (toplevel): Don't require un-define.
4034
4035 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4036
4037         * wl-thread.el (wl-thread-delete-message): Always update
4038         wl-summary-buffer-number-list.
4039
4040         * wl-action.el (wl-summary-print-destination): 
4041         Do nothing when folder is nil.
4042
4043 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4044
4045         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4046         persistent mark when prefetch is succeeded.
4047
4048 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4049
4050         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4051         instead of elmo-msgdb-delete-msgs.
4052         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4053         (wl-expire-hide): Ditto.
4054
4055         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4056
4057         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4058         elmo-msgdb interface.
4059         (wl-thread-get-exist-children): Likewise.
4060         (wl-thread-insert-message): Likewise.
4061         (wl-thread-msg-mark-as-important): Likewise.
4062         (wl-thread-insert-entity-sub): Likewise.
4063         (wl-thread-get-children-msgs-uncached): Likewise.
4064
4065         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4066         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4067         (wl-summary-sync-update): Likewise.
4068         (wl-summary-auto-select-msg-p): Likewise.
4069         (wl-summary-update-thread): Likewise.
4070         (wl-summary-mark-as-important): Likewise.
4071         (wl-summary-jump-to-msg-internal): Likewise.
4072         (wl-summary-redisplay-internal): Likewise.
4073         (wl-summary-print-message-with-ps-print): Likewise.
4074         (wl-summary-folder-info-update): Likewise.
4075
4076         * wl-folder.el (wl-folder-check-one-entity):
4077         elmo-folder-count-flags instead of wl-summary-count-unread.
4078
4079         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4080
4081         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4082
4083         * wl-summary.el (wl-summary-set-message-modified): 
4084         Call wl-summary-set-mark-modified.
4085         (wl-summary-delete-messages-on-buffer): Call
4086         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4087         (wl-summary-sync-update): Call elmo-folder-length instead of
4088         elmo-folder-messages.
4089         (wl-summary-insert-headers): Don't call
4090         elmo-folder-list-message-entities.
4091
4092 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4093
4094         * wl-action.el (wl-summary-define-mark-action): Call
4095         `wl-summary-set-mark' with argument `data'.
4096         (wl-summary-auto-refile): Fixed order of arguments when call
4097         `wl-summary-refile'.
4098
4099 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4100
4101         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4102
4103         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4104
4105         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4106         (Renamed from wl-highlight-summary-deleted-face).
4107         (wl-highlight-summary-resend-face): New face.
4108
4109         (wl-highlight-summary-deleted-face): Renamed from
4110         wl-highlight-summary-erased-face.
4111
4112         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4113
4114         * wl-action.el (wl-summary-get-resend-address): New function.
4115         (wl-summary-exec-action-resend): Ditto.
4116         (wl-summary-exec-action-resend-subr): Ditto.
4117
4118         * w-thread.el (wl-thread-copy): Removed definition.
4119         (wl-thread-refile): Ditto.
4120         (wl-thread-delete): Ditto.
4121         (wl-thread-target-mark): Ditto.
4122
4123         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4124         (wl-summary-target-mark-set-action): Fixed.
4125         (wl-summary-define-mark-action): Fixed quotation.
4126         (wl-summary-move-mark-list-messages): Display message.
4127         (wl-summary-define-mark-action): Define thread functions.
4128         (wl-summary-exec-action-refile): Changed message.
4129         (wl-summary-exec): Ditto.
4130
4131 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4132         
4133         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4134         '%%'.
4135
4136 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4137
4138         * wl.el (toplevel): Require wl-action.
4139         (wl-init): Call wl-summary-define-mark-action.
4140
4141         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4142
4143         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4144         wl-summary-delete and wl-summary-erase.
4145         (wl-summary-mode-map): Ditto.
4146
4147         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4148         wl-delete-folder-alist.
4149
4150         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4151         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4152         (toplevel): Moved mark & action related functions to the wl-action.el.
4153
4154         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4155         in wl-summary-mark-action-list.
4156         (wl-highlight-summary-current-line): Ditto.
4157
4158         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4159         empty lines.
4160
4161         * wl-action.el: New file. 
4162
4163 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4164
4165         * wl-summary.el (wl-summary-target-mark-replace): New function.
4166         (wl-summary-target-mark-prefetch): Use it.
4167         (wl-summary-target-mark-delete): Ditto.
4168         (toplevel): Rearranged definition order.
4169         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4170         (wl-summary-target-mark-erase): Rewrite.
4171         (wl-summary-erase-region): New function.
4172         (wl-summary-exec-action-erase): Changed message.
4173         (wl-summary-move-mark-list-messages): New function.
4174         (wl-summary-exec-action-delete): Use it.
4175         (wl-summary-exec-action-erase): Ditto.
4176
4177         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4178         (wl-summary-skip-mark-list): Added "d".
4179
4180         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4181         while searching.
4182
4183         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4184         and define using defcustom;
4185         Define 4th element as a face.
4186         
4187         * wl-summary.el (wl-summary-incorporate): Use 
4188         `wl-summary-prefetch-region-no-mark' instead of
4189         `wl-summary-prefetch-region'.
4190         (wl-summary-prefetch-region-no-mark): Revival of old
4191         `wl-summary-prefetch-region'.
4192         (wl-summary-mark-action-list): Moved to wl-vars.el
4193
4194         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4195         face according to the `wl-summary-mark-action-list'.
4196         (wl-highlight-summary-current-line): Ditto;
4197         Removed destination highlighting.
4198
4199         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4200         (wl-highlight-summary-line-string): Highlight for "i" mark.
4201         (wl-highlight-summary-current-line): Ditto.
4202
4203         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4204         no destination.
4205
4206         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4207         exists, just go ahead.
4208         (wl-summary-prefetch-region): Rewrite.
4209         (wl-summary-prefetch): Ditto.
4210         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4211         (wl-summary-exec-action-prefetch): New function.
4212         (wl-summary-target-mark-prefetch): Rewrite.
4213
4214 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4215
4216         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4217         (wl-highlight-summary-line-string): Added "d" and "D".
4218         (wl-highlight-summary-current-line): Ditto.
4219
4220         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4221         in wl-summary.el.
4222         (wl-thread-insert-entity-sub): Ditto.
4223         (wl-thread-remove-destination-region): Ditto.
4224         (wl-thread-print-destination-region): Ditto.
4225
4226         * wl-summary.el (wl-summary-buffer-refile-list,
4227         wl-summary-buffer-delete-list,
4228         wl-summary-buffer-copy-list): Abolish.
4229         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4230         All other related portions are changed.
4231         (wl-summary-mark-action-list): New variable.
4232         (wl-summary-set-mark): New function.
4233         (wl-summary-register-target-mark): Ditto.
4234         (wl-summary-unregister-target-mark): Ditto.
4235         (wl-summary-have-target-mark-p): Ditto.
4236         (wl-summary-register-temp-mark): Ditto.
4237         (wl-summary-unregister-temp-mark): Ditto.
4238         (wl-summary-registered-temp-mark): Ditto.
4239         (wl-summary-collect-temp-mark): Ditto.
4240         (wl-summary-unset-mark): Ditto.
4241         (wl-summary-set-target-mark): Ditto.
4242         (wl-summary-unset-target-mark): Ditto.
4243         (wl-summary-set-action-generic): Ditto.
4244         (wl-summary-unset-action-generic): Ditto.
4245         (wl-summary-exec-action-delete): Ditto.
4246         (wl-summary-exec-action-erase): Ditto.
4247         (wl-summary-set-action-refile): Ditto.
4248         (wl-summary-set-action-refile-subr): Ditto.
4249         (wl-summary-unset-action-refile): Ditto.
4250         (wl-summary-make-destination-numbers-list): Ditto.
4251         (wl-summary-exec-action-refile): Ditto.
4252         (wl-summary-set-action-copy): Ditto.
4253         (wl-summary-unset-action-copy): Ditto.
4254         (wl-summary-exec-action-copy): Ditto.
4255         (wl-summary-collect-numbers-region): Ditto.
4256         (wl-summary-delete): Rewrite.
4257         (wl-summary-erase): Ditto.
4258         (wl-summary-remove-destination): Ditto.
4259         (wl-summary-exec): Ditto.
4260         (wl-summary-exec-region): Ditto.
4261         (wl-summary-target-mark-erase): Ditto.
4262         (wl-summary-refile): Ditto.
4263         (wl-summary-copy): Ditto.
4264         (wl-summary-unmark): Ditto.
4265         (wl-summary-delete-all-mark): Ditto.
4266         (wl-summary-mark-line): Don't highlight.
4267         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4268         (wl-summary-target-mark-refile-subr): Rewrite.
4269
4270         (wl-summary-copy-prev-destination): Abolish.
4271
4272 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4273
4274         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4275         default values along the value of wl-on-mule.
4276         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4277         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4278         It is not used anywhere.
4279
4280 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4281
4282         * wl-summary.el (wl-summary-print-destination): Keep position.
4283         (wl-summary-cursor-move-surface): Keep horizontal position.
4284
4285 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4286
4287         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4288         write sendlog.
4289
4290 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4291
4292         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4293         `wl-summary-highlight'.
4294
4295 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4296
4297         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4298         trivial condition for temp-mark.
4299
4300 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4301
4302         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4303         when it hits killed buffer.
4304
4305 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4306
4307         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4308         * wl-news.el.in: `message' and `error' take format string.
4309
4310 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4311
4312         * wl-folder (wl-folder-insert-entity): Display a message,
4313         `...done', when the work finish.
4314         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4315
4316 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4317
4318         * wl-message.el (wl-message-redisplay): Remove unused local
4319         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4320
4321 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4322
4323         * wl-summary.el (wl-summary-replace-status-marks): Disable
4324         interactive use.
4325         (wl-summary-reedit): Check message existence at first.
4326         (wl-summary-mark-line): Fix doc, return value is indefinite.
4327
4328         * wl-highlight.el (wl-highlight-message): Arranged.
4329
4330         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4331         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4332         check temp-mark by wl-summary-temp-mark always.
4333         (wl-highlight-summary): Change accordingly.
4334         * wl-summary.el (wl-summary-mark-as-read-all)
4335         (wl-summary-delete-cache, wl-summary-set-score-mark)
4336         (wl-summary-mark-as-unread, wl-summary-unmark)
4337         (wl-summary-mark-line, wl-summary-mark-as-read)
4338         (wl-summary-mark-as-important): Ditto.
4339
4340         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4341         end of the window if possible.
4342         * wl-summary.el (wl-summary-sync-update): Support lazy
4343         highlighting.
4344         (wl-summary-toggle-disp-msg): Ditto.
4345
4346 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4347
4348         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4349
4350 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4351
4352         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4353         change.
4354
4355 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4356
4357         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4358         API.
4359         (wl-summary-sync-update): Ditto.
4360
4361         * wl-score.el (wl-score-get-score-alist): Changed argument.
4362         (wl-summary-rescore-msgs): Likewise.
4363         (wl-summary-score-headers): Likewise.
4364         (wl-score-headers): Likewise;
4365         Use elmo-folder-do-each-message-entity, etc.
4366         (wl-summary-score-effect): Follow the changes above.
4367         (wl-summary-rescore): Ditto.
4368         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4369         (wl-score-get-overview): Abolish.
4370
4371         * wl-summary.el (wl-summary-default-from): Follow the API change in
4372         elmo-msgdb.
4373         (wl-summary-count-unread): Ditto.
4374         (wl-summary-detect-mark-position): Ditto.
4375         (wl-summary-overview-entity-compare-by-date): Ditto.
4376         (wl-summary-overview-entity-compare-by-number): Ditto.
4377         (wl-summary-overview-entity-compare-by-from): Ditto.
4378         (wl-summary-overview-entity-compare-by-subject): Ditto.
4379         (wl-summary-get-list-info): Ditto.
4380         (wl-summary-rescan): Ditto.
4381         (wl-summary-jump-to-msg-by-message-id): Ditto.
4382         (wl-summary-sync-update): Ditto; Removed comment.
4383         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4384         (wl-summary-insert-message): Use wl-summary-insert
4385         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4386         (wl-summary-insert-headers): Changed argument overview to folder.
4387         (wl-summary-search-by-subject): Likewise.
4388         (wl-summary-insert-thread): Renamed from 
4389         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4390
4391         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4392         too.
4393
4394         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4395         wl-string-member.
4396
4397 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4398
4399         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4400         elmo-folder-append-buffer.
4401         (wl-draft-queue-append): Likewise.
4402
4403         * wl-mime.el (wl-message-delete-current-part): Ditto.
4404         (wl-summary-burst-subr): Ditto.
4405
4406         * wl-news.el.in (wl-news-send-news): Ditto.
4407
4408 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4409
4410         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4411         function.
4412         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4413         (wl-summary-update-mark): Enclose with save-excursion.
4414         (wl-summary-mark-as-read-internal): Fixed last change.
4415         (wl-summary-mark-as-important): Use 3rd argument of
4416         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4417         Don't use elmo-msgdb-set-mark.
4418         (wl-summary-redisplay-internal): If msgdb flag is already read,
4419         just update the mark on buffer.
4420
4421 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4422
4423         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4424         cut visible folder when elmo-folder-delete returns non-nil value.
4425
4426 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4427
4428         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4429         by Kenichi OKADA <okada@opaopa.org>).
4430
4431 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4432
4433         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4434
4435 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4436
4437         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4438         Fixed the last change, search group entity by its real name.
4439         (Thanks to: KOBAYASHI Shinji)
4440
4441 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4442
4443         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4444         (wl-fldmgr-access-display-all): Don't refer visible name.
4445         * wl-expire.el (wl-folder-archive-current-entity)
4446         (wl-folder-expire-current-entity): Ditto.
4447         * wl-folder.el (wl-folder-jump-to-current-entity)
4448         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4449         (wl-folder-open-folder-sub,wl-folder-open-all)
4450         (wl-folder-write-current-folder): Ditto.
4451         (wl-folder-insert-entity): Don't use petname for normal group.
4452         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4453         is the real name.
4454         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4455         Abolished.
4456
4457 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4458
4459         * wl-draft.el (wl-draft-create-buffer): Add
4460         `wl-summary-reply-with-citation'
4461
4462 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4463
4464         * wl-draft.el (wl-draft-reply): Fixed.
4465
4466 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4469         when `wl-draft-send-confirm-with-preview' is non-nil.
4470         You can scroll up/down by j/k.
4471         (wl-draft-send-confirm-with-preview): New variable (default=t).
4472
4473 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4474
4475         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4476         (wl-fldmgr-save-folders): Fix comment.
4477
4478 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4479
4480         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4481         along the last change in `wl-folder-buffer-group-p'.
4482
4483 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4486         folder.
4487
4488         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4489         the default value.
4490
4491         * wl-mime.el (wl-summary-burst): Update summary only when target
4492         folder equals current folder.
4493
4494 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4497
4498 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4499
4500         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4501         value.
4502
4503 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4506         `map-extents' instead of `extent-at' repeatedly.
4507         (wl-highlight-folder-current-line): Ditto.
4508
4509         * wl-highlight.el: Remove useless dummy functions.
4510
4511 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4514         (wl-folder-put-folder-property): New function to put text property.
4515         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4516         (wl-folder-insert-entity, wl-folder-update-diff-line)
4517         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4518         * wl-e21.el, wl-xmas.el, wl-mule.el
4519         (wl-highlight-folder-current-line): Ditto.
4520         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4521         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4522         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4523         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4524
4525 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * Version number is increased to 2.11.3.
4528
4529 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4532         Resume current-buffer since it is assumed by remaining tasks.
4533
4534 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4537         (wl-folder-completion-function): Abolished.
4538         (wl-folder-complete-folder): New function.
4539         (wl-folder-complete-filter-condition): Ditto.
4540         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4541         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4542
4543 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-draft.el (wl-draft-send-confirm): New function.
4546         (wl-draft-send): Use it.
4547
4548         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4549         cursor-in-echo-area while confirming.
4550
4551         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4552
4553         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4554         searching via nntp if wl-summary-search-via-nntp is 'force.
4555         Otherwise, invoke searching in nntp folder only.
4556         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4557
4558         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4559         explicitly for mime-make-text-tag.
4560
4561 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4562
4563         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4564         `mime-make-text-tag' instead of `mime-create-tag'.
4565
4566 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4569         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4570
4571 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-score.el (wl-score-save): Bind print-length and print-level.
4574         (wl-score-pretty-print): Ditto.
4575         (wl-score-edit-insert-header-entry): Ditto.
4576
4577         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4578         "From" entry to be treated with wl-draft-eword-encode-address-list.
4579         * wl-mime.el (wl-draft-preview-message): Ditto.
4580
4581         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4582         (wl-summary-mark-as-unread): Ditto.
4583         (wl-summary-mark-as-read-region): Change accordingly.
4584         (wl-summary-mark-as-unread-region): Ditto.
4585         (wl-summary-target-mark-mark-as-read): Ditto.
4586         (wl-summary-target-mark-mark-as-unread): Ditto.
4587
4588 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * Version number is increased to 2.11.2.
4591
4592 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-news.el.in (wl-news-previous-version-save): Bind
4595         print-length and print-level.
4596         * wl-thread.el (wl-thread-save-entities): Ditto.
4597         (wl-thread-save-top-list): Bind print-length.
4598
4599 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-highlight.el (wl-highlight-summary-line-string): Use
4602         wl-summary-score-below-mark, wl-summary-score-over-mark.
4603         (wl-highlight-summary-current-line): Ditto.
4604
4605 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4606
4607         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4608         insert it.
4609
4610 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4613
4614 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4615
4616         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4617         message without msgid.
4618         Rewrite with elmo-folder-move-messages.
4619         Set wl-message-buffer to nil.
4620
4621         * wl-summary.el (wl-summary-erase-subr): New function. Use
4622         elmo-folder-move-messages.
4623         (wl-summary-erase): Call it.
4624         (wl-summary-target-mark-erase): Ditto.
4625
4626 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4629         it is not up-tp-date.
4630
4631 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4632
4633         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4634         buffer after calling `wl-summary-goto-folder-subr' without the
4635         argument `interactive'.
4636         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4637
4638 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4639
4640         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4641         `mime-create-tag'. Use `string=' instead of `looking-at'.
4642
4643 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4646         to avoid compile warning.
4647
4648         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4649         entity-id when folder is given.
4650         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4651         save-excursion, use save-selected-window instead.
4652         Select folder buffer window if exists.
4653         (To correct behavior with wl-folder-move-cur-folder.)
4654
4655 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4656
4657         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4658
4659 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4660
4661         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4662         list-count instead of %d.
4663
4664 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4667         (wl-news): Set it.
4668         (wl-news-append-to-folder): Use it.
4669
4670         * wl-news.el.in (wl-news-send-news): Append to specified folder
4671         instead of wl-default-folder.
4672         (wl-news-append-to-folder): Show error message with specified folder.
4673
4674         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4675                 In most major modes, Emacs assumes that any opening
4676                 delimiter found at the left margin is the start of a
4677                 top-level definition, or defun. Therefore, *never put an
4678                 opening delimiter at the left margin unless it should have
4679                 that significance.*
4680
4681         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4682
4683 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4684
4685         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4686
4687 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4688
4689         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4690
4691 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4692
4693         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4694         for sequential numbering case.
4695
4696 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4699         value.
4700         (wl-draft-reply-without-argument-list): Ditto.
4701         (wl-draft-reply-myself-with-argument-list): Abolish.
4702         (wl-draft-reply-myself-without-argument-list): Ditto.
4703         * wl-draft.el (wl-draft-self-reply-p): New function.
4704         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4705
4706 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4707
4708         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4709         (avoid error for the case without byte-compiling)
4710
4711 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4712
4713         * wl-news.el.in (wl-news-append-to-folder): New function.
4714         (wl-news-exit): Rewrite.
4715         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4716
4717 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4718
4719         * wl-draft.el (wl-draft-reply-position): New function.
4720         (wl-draft-reply-position): Fix.
4721         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4722         (wl-summary-target-mark-reply-with-citation): Ditto.
4723         (wl-summary-reply-with-citation): Ditto.
4724         * wl-vars.el (wl-draft-reply-default-position): New variable.
4725
4726 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4727
4728         * wl-draft.el (wl-draft-send): Preview when interactive send.
4729
4730 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4731
4732         * wl-draft.el (wl-draft-reply): Set default position.
4733         * wl-summary.el (wl-summary-reply): Ditto.
4734         (wl-summary-reply-with-citation): Ditto.
4735         (wl-summary-target-mark-reply-with-citation): Ditto.
4736
4737 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-news.el.in (wl-news-lang): Set default value according to
4740         current-language-environment.
4741         (wl-news-append-news): Do nothing when news-list is nil.
4742
4743 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4744
4745         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4746         (wl-news): Change message.
4747         (wl-news-exit): Check buffer.
4748         (wl-news-force-exit): New function.
4749         (wl-news-show-all): New function.
4750         (wl-news-discard-and-exit): Fix.
4751
4752 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4755         according to current-language-environment.
4756
4757         * wl-news.el.in (wl-news): If arg, show all NEWS after
4758         wl-news-default-previous-version.
4759
4760 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4761
4762         * wl-news.el.in (wl-news-check): Rewritten.
4763         (wl-news-previous-version-load): Change data type.
4764         (wl-news-previous-version-save): Change data type.
4765         (wl-news-append-news): Add return value.
4766         (wl-news-check-news): New function.
4767         (wl-news-already-current-p): New function.
4768         (wl-news-send-news): Rewritten.
4769         (wl-news-mode-map): Add new keybind.
4770         (wl-news): Rewritten.
4771         (wl-news-exit): Rewritten.
4772         (wl-news-discard-and-mail): New function.
4773         (wl-news-send-to-address): Abolished.
4774         * wl.el (wl-init): Delete a message.
4775
4776 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4777
4778         * wl-news.el.in (wl-news-exit): Update previous version.
4779         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4780
4781 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4782
4783         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4784
4785 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4786
4787         * wl-news.el.in (wl-news): New function.
4788         (wl-news-mode): New function.
4789         (wl-news-next-line): New function.
4790         (wl-news-next-page): New function.
4791         (wl-news-exit): New function.
4792         (wl-news-buf-name): New variable.
4793         (wl-news-mode-map): New variable.
4794         (wl-news-winconf): New variable.
4795         (wl-news-append-news): Add an option.
4796
4797 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4798
4799         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4800
4801 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4802
4803         * wl-news.el.in (wl-news-send-to-address): New variable.
4804         (wl-news-send-news): Use it.
4805         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4806         Return updating status.
4807         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4808
4809 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4810
4811         * wl-news.el.in (wl-news-send-news): Delete
4812         Organization and X-Face.
4813
4814 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4815
4816         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4817         (wl-news-append-news): New function.
4818         (wl-news-send-news): New function.
4819
4820 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4821
4822         * Version number is increased to 2.11.1.
4823
4824 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4825
4826         * wl-news.el.in : New file.
4827
4828 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4829
4830         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4831         default value.
4832         (wl-draft-reply-without-argument-list): Ditto.
4833
4834 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4835
4836         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4837         (wl-message-buffer-prefetch-idle-time): Ditto.
4838         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4839
4840 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4841
4842         * wl-thread.el (wl-thread-insert-message): Use
4843         wl-summary-max-thread-depth.
4844
4845         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4846         loop detection.
4847
4848         * wl-message.el (wl-message-buffer-display): Back to the first page
4849         when cache is hit.
4850
4851 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4854
4855         * wl-summary.el (wl-summary-insert-thread-entity):
4856         If the thread depth is reached to wl-summary-max-thread-depth,
4857         divide the thread.
4858
4859 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4860
4861         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4862         for elmo-remove-passwd.
4863
4864 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4867         folder is sticky.
4868         (wl-folder-mark-as-read-all-entity): Ditto.
4869         (wl-folder-prefetch-entity): Ditto.
4870
4871 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4872
4873         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4874
4875 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4876
4877         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4878         Delete messages on buffer for unplugged operation.
4879         (wl-summary-erase): Ditto.
4880
4881 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4882
4883         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4884         take nil so as not to search parent by subject.
4885
4886 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4887
4888         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4889         (wl-folder-get-next-folder): Ditto.
4890         (wl-folder-get-path): Ditto.
4891
4892 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4893
4894         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4895         system and encode the region with it before verifying.
4896
4897 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4898
4899         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4900         system of the echo buffer before decoding.
4901
4902 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4905         original contents.
4906
4907 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4908
4909         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4910         with argument 'any-exists.
4911
4912 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4913
4914         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4915         Use `wl-cs-autoconv'.
4916
4917 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4920         by `mime-view-automatic-conversion'.
4921
4922         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4923         (wl-message-verify-pgp-nonmime): Ditto.
4924         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4925         Bind them to C-c:d and C-c:v respectively.
4926
4927         Merge following code by Teranishi-san from [wl-en:00167].
4928         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4929         (wl-mime-preview-application/pgp-encrypted): Ditto.
4930         (wl-mime-setup): Add entry.
4931
4932 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-summary.el (wl-summary-target-mark-erase): New function.
4935         Bind it to "mD".
4936
4937 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-vars.el (wl-draft-write-file-function): Fix.
4940         (wl-draft-reedit-hook): Changed default value.
4941
4942         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4943         wl-draft-reedit-hook.
4944         (wl-draft-remove-text-plain-tag): New function.
4945         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4946
4947         * wl-vars.el (wl-draft-write-file-function): New user option.
4948
4949         * wl-draft.el (wl-draft-prepare-edit): Use it for
4950         local-write-file-hooks.
4951         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4952
4953         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4954         (wl-draft-insert-mail-header-separator): Return the body beginning
4955         point.
4956         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4957         text/plain.
4958         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4959
4960 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4961
4962         * wl-summary.el (wl-summary-erase): New function to erase message
4963         without moving it to trash. Bind to "D".
4964
4965         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4966         as `keep' unless switch-function.
4967
4968 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4969
4970         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4971         message buffer by using `wl-summary-toggle-disp-msg'.
4972         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4973         buffer window.
4974         (wl-summary-supresedes-message): Ditto.
4975
4976         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4977         Do not delete other windows.
4978         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4979         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4980         (wl-draft-create-buffer): Set reply-or-forward also for target
4981         mark commands.
4982
4983 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4984
4985         * wl-draft.el (wl-user-agent-compose): Delete special case for
4986         switch-to-buffer-other-window.
4987
4988         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4989         (wl-summary-forward): Ditto.
4990
4991         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4992         function.
4993         (wl-draft-buffer-style): New use option.
4994
4995         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4996         (wl-draft): Follow the change above.
4997         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4998         wl-draft-buffer-style.
4999         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5000         switch-function.
5001
5002 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5003
5004         * wl-address.el (wl-address-make-completion-entry): Extracted from
5005         `wl-address-make-completion-list'.
5006         (wl-address-enable-strict-loading): New variable.
5007         (wl-address-make-completion-list): Revive petname duplication
5008         inquiry, and enable it if `wl-address-enable-strict-loading'.
5009         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5010
5011 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5012
5013         * wl-message.el (wl-message-get-original-buffer): Avoid
5014         'Selecting deleted buffer' error when original buffer is killed.
5015
5016 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-summary.el (wl-summary-next-message): Use
5019         elmo-message-accessible-p instead of elmo-message-cached-p.
5020
5021 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5024
5025         * wl-thread.el (wl-thread-open-all-unread): Use
5026         elmo-folder-list-flagged instead of
5027         elmo-folder-list-messages-mark-match.
5028
5029         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5030         instead of elmo-folder-list-messages-mark-match.
5031         (wl-summary-move-spec-alist): New variable.
5032         (wl-summary-move-spec-plugged-alist,
5033         wl-summary-move-spec-unplugged-alist): Abolish.
5034         (wl-summary-next-message): Follow the change above.
5035         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5036         with 'no-msg' argument.
5037
5038         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5039         variable.
5040         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5041         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5042         (wl-message-buffer-prefetch-get-next): Follow the change above.
5043
5044 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5045
5046         * wl-version.el (wl-version): Changed codename.
5047
5048         * Version number is increased to 2.11.0.
5049
5050 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5051
5052         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5053         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5054         `wl-draft-config-variables'.
5055         (wl-draft-kill): Fixed problem when the draft is reedit.
5056
5057 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5058
5059         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5060         buffer-modified status (Thanks to
5061         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5062
5063 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5064
5065         * wl-util.el (wl-region-exists-p): New function.
5066
5067         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5068         Remove defvars for byte-compile warnings.
5069
5070 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5071
5072         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5073         defvar-maybe. Removed unused bind.
5074
5075 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5076
5077         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5078         summary buffer window before creating new frame.
5079         (wl-draft-reply): Ditto.
5080
5081 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5082
5083         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5084
5085 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5086
5087         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5088
5089 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5090
5091         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5092         instead of `kill-region'.
5093
5094 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5095
5096         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5097         (wl-highlight-summary-line-string): Use it.
5098         (wl-highlight-summary-current-line): Ditto.
5099
5100         * wl-mime.el (wl-message-delete-current-part): Check the class of
5101         mime-entity.
5102
5103         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5104
5105         * wl-summary.el (wl-summary-make-number-list): Initialize.
5106         (wl-summary-update-mark): New function.
5107         (wl-summary-reply): Put `answered' mark on the message.
5108         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5109
5110         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5111         (wl-draft-reply): Added optional argument `number';
5112         Set wl-draft-parent-number.
5113         (wl-draft-kill): Delete answered mark if it is a reply.
5114
5115 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5116
5117         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5118         that originates in mime-preview-follow-current-entity.
5119         (wl-draft-yank-current-message-entity): Use it if region is active.
5120
5121         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5122         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5123         `wl-message-delete-current-part'.
5124         * wl-mule.el (wl-message-define-keymap): Ditto.
5125         * wl-xmas.el (wl-message-define-keymap): Ditto.
5126
5127 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5128
5129         * wl-mime.el (wl-message-delete-current-part): New function.
5130         (wl-mime-node-id-to-string): Ditto.
5131
5132         * wl-mime.el (wl-message-delete-current-part): Use existing
5133         original buffer which corresponds current mime-view buffer.
5134         (fetched buffer might have different structure, possibly)
5135
5136         * wl-mime.el (wl-message-delete-current-part): Quit if the
5137         message content differs from the actual message.
5138
5139 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5142         order.
5143         (wl-summary-search-by-subject): Search parent message from tail;
5144         Check the existence of the parent message on the current thread tree.
5145         (wl-summary-update-thread): Check whether the line is inserted.
5146
5147 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5148
5149         * wl-vars.el (wl-summary-line-format): Undo last change.
5150         * wl-summary.el (wl-summary-print-destination): Do not put
5151         invisible property when `wl-summary-width' is nil.
5152         (wl-summary-line-subject-minimum-length): Abolished.
5153         (wl-summary-line-subject): Ditto.
5154
5155 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5156
5157         * wl-vars.el (wl-summary-line-format): Change default value.
5158         (wl-summary-subject-length-limit): Abolished.
5159         * wl-summary.el (wl-summary-line-subject): Ditto.
5160
5161 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5162
5163         * wl-template.el (wl-template-select): Added optional argument.
5164         If optional argument is specified, reverse
5165         `wl-template-visible-select'.
5166
5167 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5168
5169         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5170         Take prefix argument to force asking the destination folder.
5171
5172 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5173
5174         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5175         count and update status.
5176
5177 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-summary.el (wl-summary-redisplay-internal): If
5180         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5181         after fetching.
5182
5183 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5184
5185         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5186         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5187
5188         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5189
5190 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5193         (All other related portions are changed).
5194         (wl-summary-mark-as-read-all): Rewrite.
5195
5196 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5199         `wl-summary-mark-as-read'.
5200         (wl-summary-mark-as-unread): Rewrite.
5201         (wl-summary-mark-as-read): Added no-modeline argument.
5202         (wl-summary-resume-cache-status): Rewrite.
5203         (wl-summary-exec-subr): Remove unused local variable.
5204
5205 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5206
5207         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5208         logic to call `wl-summary-buffer-prev-folder-function'.
5209         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5210
5211 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5212
5213         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5214         is nil.
5215
5216 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5217
5218         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5219         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5220         (wl-mime-setup): Add its entry.
5221
5222 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5225         (wl-summary-delete-cache): Likewise.
5226         (wl-summary-mark-as-read): Rewrite.
5227
5228 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5231         `wl-summary-count-unread'.
5232
5233         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5234
5235         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5236
5237 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5240         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5241         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5242         Renamed to the elmo-msgdb-*-mark.
5243         (wl-summary-score-marks): Follow the change above.
5244         (wl-summary-auto-refile-skip-marks): Ditto.
5245         (wl-summary-incorporate-marks): Ditto.
5246         (wl-summary-expire-reserve-marks): Ditto.
5247
5248         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5249         changes.
5250         (wl-thread-insert-top): Changed updating message.
5251
5252         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5253         variable.
5254         (wl-summary-count-unread): Count answered marks.
5255         (wl-summary-rescan): Call wl-summary-insert-message instead of
5256         wl-summary-append-message-func-internal.
5257         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5258         (wl-summary-prefetch-msg): Follow the variable name changes.
5259         (wl-summary-prefetch-region): Ditto.
5260         (wl-summary-mark-as-read-all): Follow the API changes;
5261         Don't call elmo-folder-replace-marks.
5262         (wl-summary-delete-cache): Follow the variable name changes.
5263         (wl-summary-resume-cache-status): Ditto.
5264         (wl-summary-update-status-marks): New function.
5265         (wl-summary-insert-message): New function.
5266         (wl-summary-sync-marks): Follow the variable name changes.
5267         (wl-summary-sync-update): Synchronize to the msgdb, too;
5268         Changed update messages.
5269         (wl-summary-make-number-list): Rewrite.
5270         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5271         (wl-summary-mark-as-unread): Follow the API changes.
5272         (wl-summary-exec-subr): Follow the variable name changes.
5273         (wl-summary-mark-as-read): Ditto.
5274         (wl-summary-move-spec-plugged-alist): Ditto.
5275         (wl-summary-move-spec-unplugged-alist): Ditto.
5276         (wl-summary-cursor-move-surface): Ditto.
5277
5278         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5279         variable name changes.
5280         (wl-highlight-summary-current-line): Ditto.
5281
5282         * wl-expire.el (wl-expire-refile): Follow the API change in
5283         elmo-folder-move-messages.
5284         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5285         (wl-summary-archive): Use elmo-folder-msgdb instead of
5286         elmo-msgdb-load.
5287
5288 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5289
5290         * wl-mime.el (wl-draft-preview-message): Restore the position
5291         before evaluating wl-draft-send-hook in preview buffer.
5292
5293 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5296         when it creates new draft buffer.
5297
5298         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5299         without argument.
5300
5301         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5302         Evaluate content and if the value is string, insert it.
5303         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5304         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5305         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5306         wl-draft-config-sub-part-bottom): Use it.
5307
5308         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5309         with the folder name. The question was unintelligible when it is
5310         called from wl-save-status.
5311
5312 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313
5314         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5315         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5316         cannot take second argument).
5317
5318 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5319
5320         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5321         as t. Since type and subtype are not case sensitive (RFC 2045).
5322
5323 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5324
5325         * wl-vars.el (wl-message-mode-line-format): New variable.
5326         (wl-message-mode-line-format-spec-alist): Ditto.
5327         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5328         (wl-message-redisplay): Use wl-message-mode-line-format.
5329
5330 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5333
5334 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-summary.el (wl-summary-default-from): Write description.
5337
5338 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-vars.el (wl-ldap-objectclass): Abolish.
5341
5342         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5343         (wl-ldap-make-filter): Removed condition for objectclass.
5344         (wl-ldap-make-matched-value-list): Remove meaningless process.
5345         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5346         (wl-address-ldap-search): Don't add `*' to `pat' string;
5347         use ignore-errors; added `email';
5348         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5349         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5350         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5351
5352
5353 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5354
5355         * wl-draft.el (wl-draft-parent-folder): Write description.
5356         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5357
5358 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5359
5360         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5361         as "" (zero-length string) if no parent.
5362         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5363
5364 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl-address.el (wl-address-make-completion-list): Skip duplication
5367         checking.
5368         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5369         `append'.
5370
5371 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5372
5373         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5374         instead of `beginning-of-buffer'.
5375
5376 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5379
5380 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5383         Refer wl-message-buffer-name.
5384         (wl-message-wheel-down): Ditto.
5385
5386 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5387
5388         * wl-vars.el (wl-message-buffer-name): New user option.
5389
5390         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5391         directly instead of making alist dinamically.
5392
5393         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5394         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5395         wl-message-buffer-cache-name.
5396         (wl-message-buffer-cache-clean-up): Ditto.
5397
5398         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5399
5400         * Version number is increased to 2.9.15.
5401
5402 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-vars.el (wl-summary-default-view-alist): New user option.
5405
5406         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5407
5408         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5409         while deleting address.
5410         (wl-draft-delete-myself-from-cc): Ditto.
5411
5412         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5413         If optional argument is specified, reverse sort order.
5414
5415         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5416
5417 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-thread.el (wl-thread-insert-message): Return parent number if
5420         exists.
5421         (wl-thread-update-indent-string-region): Use
5422         wl-thread-update-line-on-buffer-sub instead of
5423         wl-thread-update-line-on-buffer.
5424
5425 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5426
5427         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5428         (wl-folder-close-all): Ditto.
5429
5430 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5431
5432         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5433         and mailing-list:.
5434         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5435         value.
5436         (wl-summary-line-list-info): Print mailing-list name even when 
5437         list-number is empty.
5438
5439 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5440
5441         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5442
5443         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5444         (wl-draft-open-file): Ditto.
5445         (wl-draft-random-alphabet): Ditto.
5446
5447         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5448         bindings.
5449
5450 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5451
5452         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5453         * wl-vars.el (wl-draft-config-alist): Ditto.
5454
5455 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * Version number is increased to 2.9.14.
5458
5459         * wl.el (wl): Don't set wl-init as nil when error occured while
5460         auto-checking folders.
5461
5462         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5463         `elmo-expand-newtext'.
5464
5465 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5466
5467         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5468         `this-command' so that `wl-folder-goto-folder' contained in
5469         `wl-summary-keep-cursor-command' work.
5470
5471 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5472
5473         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5474         message buffer displaying state.
5475
5476 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5477
5478         * wl-vars.el (wl-summary-default-view): New variable to specify
5479         default value for `wl-summary-buffer-view' instead of using
5480         set-default.
5481         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5482
5483 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5484
5485         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5486
5487         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5488
5489 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5490
5491         * wl-vars.el (wl-forward-subject-prefix): New variable.
5492         * wl-draft.el (wl-draft-forward): Use it.
5493
5494 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5495
5496         * wl-message.el (wl-message-prev-page): When it is called without
5497         lines argument, scroll down by wl-message-scroll-amount lines.
5498         (wl-message-next-page): Ditto.
5499         * wl-vars.el (wl-message-scroll-amount): Change default value
5500         to preserve current behavior.
5501
5502 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5503
5504         * wl-summary.el (wl-summary-prefetch-msg): Bind
5505         `wl-message-entity' to call `wl-summary-from-function'.
5506
5507 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-message.el (wl-message-buffer-create): Run
5510         wl-message-buffer-created-hook.
5511
5512 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5513
5514         * wl-summary.el (wl-summary-sort-specs): New variable.
5515         (wl-summary-default-sort-spec): Ditto.
5516         (wl-summary-sort): Rewrite.
5517         (wl-summary-sort-by-list-info): New function.
5518
5519 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5520
5521         * wl-summary.el (wl-summary-get-list-info): New function.
5522         (wl-summary-sort): Rewrite.
5523         (wl-summary-line-list-info): Ditto.
5524         (wl-summary-line-list-count): Ditto.
5525         (wl-summary-refile-region): Fixed docstring.
5526
5527 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5530         `wl-folder-entity-hashtb' as completion table.
5531
5532 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5535         only when this command is called interactively; silence the byte-
5536         compiler.
5537
5538 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5539
5540         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5541         active in XEmacs.
5542
5543 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5544
5545         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5546         plural lines.
5547
5548 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5549
5550         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5551         of current line when the cursor is on the header name.
5552         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5553
5554 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5555
5556         * wl-util.el (wl-read-directory-name): Return displayed directory
5557         as the default value also on XEmacs.
5558
5559 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5562         formatting.
5563
5564 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5567         argument and when it is non-nil, check face property before
5568         highlighting for each line.
5569         (wl-highlight-summary-window): Set it.
5570
5571 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5572
5573         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5574         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5575
5576         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5577         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5578         (wl-draft-get-fcc-list): Likewise.
5579
5580 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5583         (wl-thread-entity-cur): Ditto.
5584         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5585         wl-thread-indent-regexp setting.
5586         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5587
5588         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5589         wl-summary-lazy-highlight.
5590         (wl-summary-display-bottom): Ditto.
5591
5592         * wl-thread.el (wl-thread-open-close): Likewise.
5593
5594         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5595         from and subject;
5596         Bind wl-draft-use-frame;
5597         Enclose with save-window-excursion;
5598         Use wl-draft-create-buffer instead of with-temp-buffer;
5599         Use wl-draft-prepare-edit;
5600         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5601         Use wl-draft-send instead of wl-draft-raw-send.
5602
5603 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5604
5605         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5606         of using wl-from.
5607
5608 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5609
5610         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5611         insert-buffer instead of clone-buffer.
5612         (wl-draft-doing-mime-bcc): New variable.
5613         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5614         infinite loop.
5615         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5616
5617         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5618         (wl-draft-mime-bcc-body): Ditto.
5619
5620         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5621         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5622         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5623         wl-draft-do-mime-bcc.
5624         (wl-draft-mime-bcc-field): New function.
5625         (wl-draft-do-mime-bcc): Ditto.
5626
5627         * wl-address.el (wl-address-complete-header-list): New variable.
5628         (wl-address-complete-header-regexp): Changed default value.
5629
5630         * Version number is increased to 2.9.13.
5631
5632 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5635         it is differed.
5636
5637 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5638
5639         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5640         (wl-summary-line-list-count): Ditto.
5641
5642 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5643
5644         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5645         (wl-nntp-posting-function): New variable.
5646         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5647         `wl-nntp-posting-config-alist'.
5648
5649 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5650
5651         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5652         FLIM.
5653
5654 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5655
5656         * wl-summary.el (wl-summary-target-mark-refile-sub):
5657         Remove a nuisance funcall.
5658
5659 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5660
5661         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5662         as t for `try-completion'.
5663
5664 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-summary.el (wl-summary-default-from): Use
5667         wl-address-header-extract-address instead of
5668         std11-extract-address-components.
5669         (wl-summary-simple-from): Ditto.
5670         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5671         (wl-summary-insert-headers): Show message.
5672         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5673         for whole line.
5674         (wl-summary-default-from): Revert last change.
5675         (wl-summary-simple-from): Ditto.
5676         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5677         (wl-summary-mark-as-read-region): Follow the change above.
5678         (wl-summary-sync-marks): Ditto.
5679         (wl-summary-target-mark-mark-as-read): Ditto.
5680         (wl-summary-redisplay-internal): Ditto.
5681         (wl-summary-redisplay-no-mime-internal): Ditto.
5682         (wl-summary-redisplay-all-header): Ditto.
5683         (wl-summary-mark-as-read): Removed argument `cached';
5684         Use current cache status to set cache mark.
5685         (wl-summary-redisplay-internal): Follow the change above.
5686         (wl-summary-redisplay-no-mime-internal): Ditto.
5687         (wl-summary-redisplay-all-header): Ditto.
5688
5689         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5690
5691         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5692         Don't call itself recursively (Adviced by Yamaoka-san).
5693
5694 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5695
5696         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5697         bind wl-summary-highlight as nil to avoid error caused by missing
5698         local variables.
5699
5700 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5701
5702         * wl-vars.el (wl-invalid-character-message): New user option.
5703
5704         * wl-util.el (wl-set-string-width): If truncated string-width is
5705         larger than specified width, use `wl-invalid-character-message'.
5706
5707 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5708
5709         * wl-summary.el (wl-summary-prefetch-msg): 
5710         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5711
5712 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5713
5714         * wl-vars.el (wl-summary-check-line-format): New user option.
5715         (wl-summary-line-format-file): Ditto.
5716
5717         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5718         variable.
5719         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5720         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5721         and `wl-summary-view-old-p' to check whether do a rescan or not.
5722         (wl-summary-view-old-p): New function.
5723         (wl-summary-line-format-changed-p): Ditto.
5724         (wl-summary-line-format-save): Ditto.
5725         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5726
5727         * wl-util.el (wl-set-string-width): Avoid using negative number
5728         for make-string.
5729
5730 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5731
5732         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5733         return value.
5734
5735         * wl-util.el (wl-set-string-width): Added optional argument
5736         `padding' (All other related portions are changed).
5737         (wl-line-parse-format): If the first letter of column number is
5738         `0', zero-padding the result (ex: "%05l").
5739
5740         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5741
5742 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5743
5744         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5745         sequential summary view.
5746
5747 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5750         if it doesn't have a -unix version.
5751
5752 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5755
5756 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5759         content.
5760         (wl-draft): Follow the change above.
5761
5762         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5763
5764         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5765         and wl-folder-summary-line-format-alist contain %T and %P.
5766
5767         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5768         (wl-summary-mode-line-format): New user option.
5769         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5770         (wl-summary-line-format): Changed default value.
5771         (wl-summary-lazy-highlight): Changed default value.
5772
5773         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5774         change in wl-summary-create-line.
5775         (wl-thread-insert-entity-sub): Ditto.
5776
5777         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5778         (wl-summary-buffer-unread-status): Ditto.
5779         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5780         (wl-summary-buffer-persistent-mark-column): Ditto.
5781         (wl-summary-buffer-mode-line-formatter): Ditto.
5782         (wl-summary-buffer-mode-line): Ditto.
5783         (wl-summary-message-regexp): Abolished.
5784         (All other related portions are changed.)
5785         (wl-summary-detect-mark-position): New function.
5786         (wl-summary-buffer-set-folder): Setup
5787         wl-summary-buffer-mode-line-formatter.
5788         (wl-summary-mode): Setup selective-display;
5789         Setup pre-idle-hook when xemacs.
5790         (wl-summary-update-modeline): Rewrite.
5791         (wl-summary-jump-to-msg): Define as function;
5792         Changed regexp for searching messages.
5793         (wl-summary-message-number): Rewrite.
5794         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5795         Do rescan when old type summary cache.
5796         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5797         (wl-summary-remove-destination): Use '\r' to detect EOL.
5798         (wl-summary-print-destination): Ditto.
5799         (wl-summary-temp-mark): New inline function.
5800         (wl-summary-persistent-mark): Ditto.
5801         (wl-summary-line-number): New function.
5802         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5803         (wl-summary-line-list-count): New function.
5804         (wl-summary-create-line): Added argument persistent-mark.
5805         (All other related portions are changed)
5806         (wl-summary-create-line): Insert '\r'.
5807         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5808         (wl-summary-cursor-move-surface): New inline function.
5809         (wl-summary-prev): Use it.
5810         (wl-summary-next): Ditto.
5811
5812         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5813         wl-summary-message-regexp.
5814         (wl-highlight-summary): Delete progress message.
5815         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5816
5817         * Version number is increased to 2.9.12.
5818
5819 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5820
5821         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5822         variable (nil: no minimum).
5823         (wl-summary-line-subject): Add some spaces after subject by
5824         wl-summary-line-subject-minimum-length.
5825
5826 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5827
5828         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5829         and removed `F'.
5830         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5831         change above).
5832
5833 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5834
5835         * wl-summary.el (wl-summary-line-list-count): Reverted.
5836         (example setting in samples/*/dot.wl is also updated)
5837
5838 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5839
5840         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5841
5842         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5843
5844         * wl-vars.el (wl-summary-line-format): Addes some description to the
5845         docstring.
5846
5847         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5848         (wl-summary-line-close-bracket): Ditto.
5849         (wl-summary-line-children-number): Ditto.
5850         (wl-summary-line-thread-indent): Ditto.
5851         (wl-summary-line-children-and-from): Ditto.
5852
5853         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5854         't', 'c', 'F' and added 'C'.
5855
5856         * wl-util.el (wl-set-string-width): Accept negative value.
5857         (wl-line-parse-format): Added "%number(" and "%)".
5858
5859 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5860
5861         * wl-summary.el (wl-summary-line-list-count): Change format of the
5862         return value.
5863
5864 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5865
5866         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5867         from the recent message.el.
5868         (wl-draft-point-in-header-p): Ditto.
5869         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5870         wl-draft-beginning-of-line.
5871         * wl-e21.el (wl-draft-mode-map): Ditto.
5872         * wl-xmas.el (wl-draft-mode-map): Ditto.
5873
5874         * wl-folder.el: Sort macrodefs by dependencies.
5875
5876 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5877
5878         * wl-summary.el (wl-summary-prev): Fixed regexp.
5879         (wl-summary-next): Ditto.
5880
5881 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5882
5883         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5884
5885 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5886
5887         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5888         for backward compatibility.
5889
5890 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5891
5892         * wl-summary.el (wl-summary-line-list-count): New function, merged
5893         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5894         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5895         list counts.
5896
5897 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * wl-summary.el (wl-summary-create-line): Ignore errors while
5900         timezone-fix-time.
5901
5902         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5903
5904         * wl-summary.el (wl-summary-sync-update): Ditto.
5905         (wl-summary-default-from): Use wl-message-entity
5906         instead of entity.
5907
5908         * wl-summary.el (wl-summary-create-line): Fix.
5909
5910         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5911         (wl-summary-line-format): New user option.
5912         (wl-folder-summary-line-format-alist): Ditto.
5913         (wl-summary-from-width): Abolished.
5914
5915         * wl-util.el (toplevel): Require 'bytecomp.
5916         (wl-line-parse-format): New function.
5917         (wl-line-formatter-setup): New macro.
5918
5919         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5920         (wl-summary-buffer-line-formatter): New buffer local variable.
5921         (wl-summary-switch-to-clone-buffer): Follow the change above.
5922         (wl-summary-message-regexp): Fix.
5923         (wl-summary-from-func-internal): Abolished.
5924         (wl-summary-subject-func-internal): Ditto.
5925         (wl-summary-subject-filter-func-internal): Ditto.
5926         (All other related portions are changed.)
5927         (wl-summary-buffer-set-folder):
5928         Set up wl-summary-buffer-number-column and 
5929         wl-summary-buffer-line-formatter
5930         (All other related portions are changed.)
5931         (wl-summary-buffer-number-column-detect): Abolished.
5932         (All other related portions are changed.)
5933         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5934         (wl-summary-delete-all-temp-marks-on-buffer): Use
5935         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5936         (wl-summary-target-mark-delete): Ditto.
5937         (wl-summary-target-mark-refile-subr): Ditto.
5938         (wl-summary-target-mark-mark-as-read): Ditto.
5939         (wl-summary-target-mark-mark-as-unread): Ditto.
5940         (wl-summary-target-mark-mark-as-important): Ditto.
5941         (wl-summary-target-mark-save): Ditto.
5942         (wl-summary-replace-status-marks): Renamed from
5943         wl-summary-set-status-marks-on-buffer;
5944         Use wl-summary-message-regexp instead of
5945         wl-summary-buffer-number-regexp.
5946         (wl-summary-sync-update): Follow the change above.
5947         (wl-summary-goto-previous-message-beginning): New function.
5948         (wl-summary-mark-as-unread): Use it.
5949         (wl-summary-mark-as-important): Ditto.
5950         (wl-summary-line-formatter): New variable.
5951         (wl-summary-line-year): New function.
5952         (wl-summary-line-day): Ditto.
5953         (wl-summary-line-day-of-week): Ditto.
5954         (wl-summary-line-hour): Ditto.
5955         (wl-summary-line-minute): Ditto.
5956         (wl-summary-line-open-bracket): Ditto.
5957         (wl-summary-line-close-bracket): Ditto.
5958         (wl-summary-line-children-number): Ditto.
5959         (wl-summary-line-thread-indent): Ditto.
5960         (wl-summary-line-size): Ditto.
5961         (wl-summary-line-subject): Ditto.
5962         (wl-summary-line-from): Ditto.
5963         (wl-summary-line-children-and-from): Ditto.
5964         (wl-summary-create-line): Rewritten.
5965         (wl-summary-format-date): Abolished.
5966
5967         * wl-highlight.el (wl-highlight-summary-current-line): Use
5968         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5969         Use thread structure to detect thread top message.
5970
5971         * wl-draft.el (wl-default-draft-cite): Don't use
5972         wl-summary-from-func-internal.
5973
5974         * wl-refile.el (wl-refile-subject-learn): Don't use
5975         wl-summary-subject-filter-func-internal.
5976         (wl-refile-guess-by-subject): Ditto.
5977
5978         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5979         parameters.
5980
5981         * wl-thread.el (wl-thread-update-indent-string-region):
5982         Use wl-thread-update-line-on-buffer instead of
5983         wl-thread-update-indent-string.
5984         (wl-thread-update-children-number): Redefine using
5985         wl-thread-update-line-on-buffer.
5986         (wl-thread-update-indent-string): Abolished.
5987
5988         * Version number is increased to 2.9.11.
5989
5990 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5993         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5994         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5995
5996         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5997         as nil.
5998
5999         * wl-thread.el (wl-thread-open-all-unread): Use 
6000         elmo-folder-list-messages-mark-match.
6001         (wl-thread-insert-message): Removed argument `mark-alist'.
6002         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6003         elmo-msgdb-set-mark.
6004         (wl-thread-get-children-msgs-uncached): Likewise.
6005         (wl-thread-get-exist-children): Added argument include-self.
6006         (wl-thread-delete-message): Follow the change above.
6007
6008         * wl-summary.el (wl-summary-count-unread): Removed argument.
6009         (wl-summary-rescan): Follow the change above.
6010         (wl-summary-mark-as-read-region): Ditto
6011         (wl-summary-mark-as-unread-region): Ditto.
6012         (wl-summary-delete-messages-on-buffer): Ditto.
6013         (wl-summary-sync-update): Ditto.
6014         (wl-summary-switch-to-clone-buffer): Ditto.
6015         (wl-summary-goto-folder-subr): Ditto.
6016         (wl-summary-target-mark-mark-as-read): Ditto.
6017         (wl-summary-target-mark-mark-as-unread): Ditto.
6018         (wl-summary-target-mark-mark-as-important): Ditto.
6019         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6020         (wl-summary-update-thread): Removed argument `mark-alist'.
6021         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6022         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6023         (wl-summary-resume-cache-status): Likewise.
6024         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6025         elmo-msgdb-set-mark.
6026         (wl-summary-mark-as-read-all): Likewise.
6027         (wl-summary-delete-cache): Ditto.
6028         (wl-summary-auto-select-msg-p): Ditto.
6029         (wl-summary-mark-as-unread): Ditto.
6030         (wl-summary-no-auto-refile-message-p): Ditto.
6031         (wl-summary-mark-as-read): Ditto.
6032         (wl-summary-mark-as-important): Ditto.
6033         (wl-summary-auto-refile): Follow the change above.
6034         (wl-summary-delete-all-marks): Removed.
6035         (wl-summary-resume-marks-and-highlight): Ditto.
6036         (wl-summary-resume-marks): Ditto.
6037         (wl-summary-delete-important-msgs-from-list): Ditto.
6038         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6039
6040         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6041         wl-summary-count-unread.
6042
6043         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6044         (wl-summary-score-update-all-lines): Use
6045         elmo-msgdb-set-mark.
6046
6047 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6048
6049         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6050         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6051         (wl-summary-create-line): Renamed from
6052         wl-summary-overview-create-summary-line;
6053         Argument rearrangement.
6054         (wl-summary-update-thread): Follow the change above.
6055
6056         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6057         (wl-thread-insert-entity-sub): Likewise.
6058
6059         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6060         argument `overview', `mark-alist' and added `msgdb'.
6061
6062         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6063
6064         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6065         (wl-summary-rescan): Follow the change above.
6066         (wl-summary-sync-update): Ditto.
6067         (wl-summary-insert-thread-entity): Ditto;
6068         Don't use `let*' in every while loop;
6069         Detect infinite loop of threads.
6070         (wl-summary-update-thread): Removed argument `overview'.
6071
6072         * wl-thread.el (wl-thread-insert-message): Ditto.
6073
6074         * Version number is increased to 2.9.10.
6075
6076         * wl-message.el (wl-message-redisplay): Ignore errors while
6077         wl-message-redisplay-hook.
6078
6079 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6082
6083 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * wl.el (wl): inhibit-quit while wl-folder.
6086
6087 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6090         while msgdb access.
6091
6092 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6093
6094         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6095         even if no folder is not created.
6096
6097 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6100
6101         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6102         implementation.
6103         (wl-summary-target-mark-thread): Ditto.
6104
6105         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6106
6107 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6108
6109         * wl-util.el (wl-display-bytes): Remove unused function.
6110
6111 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6114         seems critical one (partially reverse the change in 2002/03/17).
6115
6116 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6119         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6120
6121 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6122
6123         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6124         is not writable.
6125         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6126         plugged status instead of `'force' as 2nd argument.
6127
6128         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6129         is not creatable.
6130
6131         * Version number is increased to 2.9.9.
6132
6133 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6134
6135         * wl-summary.el (wl-summary-suspend): New function.
6136
6137 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6138
6139         * wl.el (wl): Do not check variables if check is nil.
6140         * wl-utils.el (wl-collect-draft): New function.
6141         * wl-folder.el (wl-folder-suspend): Put summary buffers
6142         and draft buffers at the end of buffer list.
6143         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6144
6145 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6146
6147         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6148         loop instead of recursive call.
6149
6150         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6151         2nd argument.
6152
6153 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-draft.el (wl-draft-create-contents): Don't take neither
6156         (function . args) nor (string . something) any more.
6157
6158         * wl-version.el (wl-generate-user-agent-string): Return string
6159         without header symbol.
6160         * wl-draft.el (wl-draft-default-headers): Use it.
6161
6162         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6163         `wl-draft-insert-ccs' and return field value instead of inserting
6164         the header. Abolish cc argument.
6165         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6166
6167         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6168         rather than one with string car.
6169
6170         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6171         * wl-draft.el (wl-draft-create-contents): Add it after the default
6172         headers.
6173
6174         * wl-draft.el (wl-draft-create-contents): For the case of
6175         (symbol-or-string . function) insert header only when the function
6176         returns string value.
6177
6178 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6179
6180         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6181         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6182
6183 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl.el (wl-check-environment): Don't check Message-ID when
6186         `wl-insert-message-id' is nil.
6187         Revive checking if `wl-message-id-domain' contains "@".
6188
6189 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6190
6191         * wl.el (wl-check-environment): Merge examination for "@" at
6192         inappropriate position into the first string-match.
6193
6194         * wl-summary.el (wl-summary-target-mark-print): New function.
6195         (wl-summary-pipe-message-subr): Extracted from
6196         `wl-summary-pipe-message'.
6197         (wl-summary-target-mark-pipe): New function.
6198         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6199         `wl-summary-target-mark-pipe'.
6200
6201 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6202
6203         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6204
6205 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6206
6207         * wl.el (wl-check-environment): Use elmo-warning instead of
6208         error for non-critical ones.
6209         Remove trash folder check.
6210         (wl): Don't ignore error in wl-check-environment.
6211
6212         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6213         check, which is moved from `wl-check-environment'.
6214         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6215
6216 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6217
6218         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6219         guess anything, call wl-summary-write.
6220         (wl-summary-write): Create draft with blank To field.
6221         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6222
6223 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6226         argument full as well for wl-folder-write-current-folder.
6227         If wl-*-write-current-folder cannot guess addressee, add blank
6228         To header.
6229         Rewrite condition for positioning cursor.
6230
6231 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6232
6233         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6234         summary buffer is present, use it.
6235         (wl-folder-jump-to-previous-summary): Ditto.
6236
6237 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6238
6239         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6240
6241         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6242         wl-summary-previous-buffer and wl-summary-next-buffer.
6243
6244         * wl-folder.el (wl-folder-mode-map): Bind
6245         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6246         (wl-folder-jump-to-next-summary): New function.
6247         (wl-folder-jump-to-previous-summary): Ditto.
6248
6249         * wl-draft.el (wl-draft): Rearranged.
6250
6251 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6252
6253         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6254         of header.
6255         (wl-draft): Collect arguments for the header as header-alist.
6256         (wl-draft-forward): Arrange arguments for wl-draft.
6257         (wl-draft-reply): Ditto.
6258         (wl-draft-edit-string): Ditto.
6259         * wl-summary.el (wl-summary-write): Ditto.
6260         (wl-summary-write-current-folder): Ditto.
6261
6262         * Version number is increased to 2.9.8.
6263
6264 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6265
6266         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6267
6268         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6269
6270         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6271         even if the guess failed.
6272
6273         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6274         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6275         wl-summary-write-current-folder.
6276         * wl-xmas.el: Ditto.
6277
6278 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6279
6280         * wl-summary.el (wl-summary-next-page): Force display message if
6281         message is not displayed yet.
6282         (wl-summary-prev-page): Ditto.
6283
6284 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6285
6286         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6287
6288 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6289
6290         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6291         add "Preview Message" and "Save Draft and Exit".
6292
6293 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6294
6295         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6296         if addrmgr is called from draft in splitted window.
6297
6298         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6299         * wl-mule.el: Ditto.
6300         * wl-xmas.el: Ditto.
6301
6302 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6303
6304         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6305
6306         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6307         * wl-xmas.el (wl-folder-toolbar): Ditto.
6308
6309 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6310
6311         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6312         and wl-draft-save-and-exit.
6313         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6314         * wl-xmas.el: Ditto.
6315         * wl-mule.el: Ditto.
6316
6317         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6318         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6319
6320 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6323         lists for saving buffer.
6324
6325 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6326
6327         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6328         parent-folder argument instead of it.
6329         (wl-draft-create-buffer): Ditto.
6330         (wl-draft-forward): Ditto.
6331         (wl-draft-reply): Ditto.
6332         * wl-summary.el (wl-summary-write): Ditto.
6333         (wl-summary-write-current-folder): Ditto.
6334
6335         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6336         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6337         Folder buffer after composing.
6338
6339 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6342         header if the file `wl-x-face-file' already contains it.
6343
6344 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6345
6346         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6347         folder" entry.
6348         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6349         * wl-e21.el (wl-folder-toolbar): Ditto.
6350         * wl-xmas.el (wl-folder-toolbar): Ditto.
6351
6352 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6353
6354         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6355         wl-folder-goto-folder with sticky argument.
6356         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6357
6358 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6361         and wl-summary-previous-buffer.
6362         (wl-summary-next-buffer): New function.
6363         (wl-summary-previous-buffer): Ditto.
6364
6365 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6366
6367         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6368         wl-folder-jump-to-current-entity-with-arg.
6369         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6370         `wl-folder-jump-to-current-entity'.
6371         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6372         `wl-summary-goto-folder-sticky'.
6373         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6374         `wl-summary-goto-folder'.
6375         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6376         Unless force-exit, do not clean temp. marks for sticky summary.
6377         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6378
6379 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6382         not entire.
6383
6384 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6385
6386         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6387         to `C-x C-s'.
6388         (wl-summary-save-status): New command.
6389         (wl-summary-exit): Don't clean-up temp marks when sticky.
6390         (Applied patch from Nakayama-san [wl: 09548])
6391         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6392         Do nothing when no mark data.
6393         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6394         Call `wl-summary-delete-all-temp-marks' before saving.
6395
6396 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6397
6398         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6399
6400 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6401
6402         * wl.el (wl-check-environment): Also cause error when (system-name)
6403         returns "localhost.localdomain". (Although it doesn't affect because
6404         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6405
6406 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6407
6408         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6409         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6410
6411         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6412         value.
6413
6414 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6415
6416         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6417         Likewise r-cc-list and r-ng-list.
6418
6419 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6422         only if it is bound as variable.
6423
6424         * wl-mime.el (wl-draft-preview-message): Ditto.
6425
6426 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6429         needless `goto-char'.
6430
6431         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6432         `wl-summary-redisplay-no-mime-internal' instead of
6433         `wl-summary-redisplay-no-mime'.
6434         (wl-summary-redisplay-no-mime): Changed argument;
6435         Call `wl-summary-redisplay-no-mime-internal'.
6436
6437         * wl-mime.el (wl-draft-preview-message): Bind
6438         `mime-header-encode-method-alist' locally.
6439
6440         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6441         (wl-draft-std11-parse-addresses): Added the first address check.
6442         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6443
6444         * Version number is increased to 2.9.7.
6445
6446 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6447
6448         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6449
6450 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6451
6452         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6453         related to scrollbar support, if there is no such a feature
6454         compiled in.
6455
6456 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6457
6458         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6459         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6460         for prefetch.
6461
6462 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6463
6464         * wl-summary.el (wl-summary-pick): Fix for no match.
6465
6466 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6467
6468         * wl-draft.el (wl-draft-save):
6469         Override `mime-header-encode-method-alist'.
6470
6471 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * wl-folder.el (wl-folder-pick): New function.
6474         Define key as "?".
6475
6476 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6479         Fix for unplugged.
6480
6481 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-folder.el (wl-folder-virtual): New function.
6484         Define key as "V".
6485
6486 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6489         multi folder if entity is group.
6490
6491 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6492
6493         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6494         is nil.
6495
6496 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6497
6498         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6499         (wl-summary-target-mark-msgs): Return the number of marked messages.
6500
6501 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6502
6503         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6504         "first:" is specified.
6505
6506 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6507
6508         * wl-vars.el (wl-from): Use return value of function
6509         user-full-name instead of the variable user-full-name since
6510         XEmacs-20.4 doesn't set this variable.
6511
6512 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6515         call `wl' directly.
6516
6517 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6518
6519         * wl-draft.el (wl-draft-reedit): Removed duplicated
6520         switch-to-buffers.
6521
6522 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * wl.el (wl-other-frame): Removed garbages.
6525
6526 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6529
6530         * wl-xmas.el (wl-draft-key-setup): Ditto.
6531
6532         * wl-mule.el (wl-draft-key-setup): Ditto.
6533
6534         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6535         (wl-draft-reedit): Ditto.
6536         (wl-draft-prepare-edit): Add `wl-draft-save' to
6537         `local-write-file-hooks'.
6538         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6539         (wl-draft-reedit): Set buffer-file-name.
6540         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6541
6542
6543         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6544         call it.
6545         (wl-delete-startup-frame-function): New variable.
6546         (wl-other-frame): New function
6547         (Original was written by Yamaoka san [wl: 09239]).
6548
6549         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6550         if `wl-folder-use-frame'.
6551
6552 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6553
6554         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6555
6556 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6559         New variable.
6560         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6561         (wl-message-buffer-prefetch-get-next): Use them.
6562         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6563
6564 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6567         with unwind-protect.
6568
6569         * wl-draft.el (wl-draft-reedit): Rewrite.
6570         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6571         (wl-draft-save): Insert header separator if it does not exist;
6572         Removed condition-case.
6573
6574         * wl-summary.el (wl-summary-reedit): Revert last change.
6575
6576         * wl-draft.el (wl-draft-save): Rewrite.
6577         (wl-draft-create-buffer): Set buffer-file-name as nil.
6578
6579         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6580
6581         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6582
6583         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6584         nil.
6585
6586 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6589         If count is nil, do not prefetch.
6590         (wl-message-buffer-prefetch-next): Next.
6591
6592 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6595
6596 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6597
6598         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6599         `delete-backward-char'
6600         (wl-draft-prepare-edit): Check major-mode.
6601         (wl-draft-decode-header): Rewrite.
6602         (wl-draft): Fix.
6603
6604 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6607
6608 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6609
6610         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6611         (wl-message-buffer-prefetch-get-next): Remove size checking.
6612         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6613
6614 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6615
6616         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6617         (wl-draft-default-headers): Fix.
6618
6619 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6620
6621         * wl-draft.el (wl-draft-default-headers): Insert return value of
6622         `wl-generate-mailer-string-function'.
6623
6624 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6627         (wl-draft-insert-mail-header-separator): Ditto.
6628
6629         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6630         again (Reverted the change on 2002-01-17 by OKADA san).
6631
6632 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6633
6634         * wl-draft.el (wl-draft): Rewrite.
6635         (wl-draft-create-buffer): New function.
6636         (wl-draft-create-contents): Ditto.
6637         (wl-draft-prepare-edit): Ditto.
6638         (wl-draft-decode-header): Ditto.
6639         (wl-draft-decode-body): Ditto.
6640         (wl-draft-check-new-line): Ditto.
6641         (wl-draft-default-headers): Ditto.
6642         (wl-draft-insert-mail-header-separator): Ditto.
6643
6644 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * Version number is increased to 2.9.6.
6647
6648 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-draft.el (wl-draft-delete-field): Optional argument.
6651         (wl-draft-delete-fields): Ditto.
6652
6653 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * wl-message.el (toplevel): Eliminated byte-compile warning.
6656         for `itimer-function', `delete-timer' and `itimer-list'.
6657
6658 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6659
6660         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6661         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6662         `wl-message-buffer-prefetch-threshold'.
6663         * wl-summary.el (wl-summary-redisplay-internal): Remove
6664         the check of `wl-message-buffer-prefetch-depth'.
6665
6666 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6669         size of article.
6670         (wl-message-buffer-prefetch-subr): Remove size check.
6671
6672 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6673
6674         * wl-vars.el (wl-plugged): Make customizable.
6675
6676 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6679         (wl-message-buffer-prefetch-set-timer): New function.
6680         (wl-message-buffer-prefetch-get-next): New function.
6681         (wl-message-buffer-prefetch): New function.
6682         (wl-message-buffer-prefetch-next): Rewrite.
6683         (wl-message-buffer-prefetch-subr): Rewrite.
6684         * wl-vars.el (wl-auto-prefetch-first): New variable.
6685         * wl-summary.el (wl-summary-goto-folder-subr): Call
6686         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6687
6688 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6689
6690         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6691         `wl-summary-unread-message-hook'.
6692
6693 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6696         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6697         if range is `cache-status'.
6698
6699 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6700
6701         * wl-message.el (wl-message-buffer-prefetch-subr):
6702         Improve debug message.
6703
6704 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6705
6706         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6707         `wl-mail-send-pre-hook'.
6708         (wl-draft-send-mail-with-qmail): Ditto.
6709         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6710
6711 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6712
6713         * wl-message.el (wl-message-buffer-prefetch-subr):
6714         Fix for cancel-function-timers bug.
6715         (wl-message-buffer-prefetch-debug): Default value is t.
6716
6717 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6718
6719         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6720         (wl-message-buffer-prefetch-subr): Rewrite.
6721         Rename from `wl-message-buffer-prefetch'.
6722
6723 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6724
6725         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6726         (wl-default-draft-cite-decorate-author): Ditto.
6727
6728         * wl-draft.el (wl-draft-cite-function): Removed.
6729         (wl-default-draft-cite-decorate-author): Ditto.
6730
6731 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6732
6733         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6734         (wl-default-draft-cite): Do not arrange author name if the value of
6735         `wl-default-draft-cite-decorate-author' is nil.
6736
6737 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6738
6739         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6740
6741         * wl-folder.el (wl-folder-check-one-entity): Don't care
6742         `elmo-folder-use-flag-p'.
6743
6744 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl-folder (wl-folder-check-one-entity): Fix
6747         problem if unread is nil.
6748
6749 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6750
6751         * wl-address.el (wl-address-make-completion-list): Check whether
6752         the address is a group list.
6753         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6754
6755 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6756
6757         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6758         The number of the messages of new and unread does not count
6759         correctly.
6760
6761         * wl-summary.el (wl-summary-count-unread): Changed to return
6762         `(new . unread)' instead of total.
6763         (wl-summary-sync-update): Follow the change above.
6764
6765         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6766
6767 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6768
6769         * wl-address.el (wl-address-make-completion-list): Do not enclose
6770         address by " <" and ">" if associated realname is "".
6771         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6772         This is against the promblem with group list in .addresses pointed
6773         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6774
6775 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6776
6777         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6778         message is a format control string.
6779         * wl-expire.el (wl-expire-append-log): Ditto.
6780         * wl-mime.el (wl-summary-burst-subr): Ditto.
6781         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6782         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6783
6784 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6785
6786         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6787         wl.el (wl-check-variables): Rename from `wl-check-type'.
6788         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6789         (wl-check-variables-2): New function.
6790         (wl): Call `wl-check-variables-2'.
6791
6792 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6793
6794         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6795         after renaming folder in access group.
6796
6797 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6800         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6801         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6802         (wl-message-buffer-prefetch): Rewrite.
6803         (wl-message-buffer-prefetch-idle-time): Removed.
6804         * wl-summary.el (wl-summary-redisplay-internal):
6805         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6806         Error check for `wl-message-buffer-prefetch-depht'.
6807
6808 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * Version number is increased to 2.9.5.
6811         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6812
6813 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6816         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6817         Based on the patch written by
6818         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6819
6820 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6821
6822         * wl-draft.el (wl-draft-raw-send): Fix for
6823         `wl-news-send-pre-hook'
6824
6825 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6826
6827         * wl-utils.el (wl-message-id-function): New variable.
6828         * wl-draft.el (wl-draft-insert-required-fields):
6829         Use `wl-message-id-function'.
6830
6831 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6832
6833         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6834         * wl-utils.el (wl-draft-make-message-id-string):
6835         Use `wl-from' for domain part of Message-ID
6836         if `wl-message-id-use-wl-from' if non-nil.
6837         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6838
6839 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6840
6841         * wl.el (wl): Call `wl-check-type'
6842         Do not 'condition-case'.
6843
6844 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6845
6846         * wl.el (wl-check-type): New function.
6847         (wl-check-type-variables): New variable.
6848
6849 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6850
6851         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6852
6853 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl-draft.el (wl-smtp-password-key): New function.
6856         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6857         (wl-draft-send-mail-with-smtp): Ditto.
6858         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6859
6860 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6861
6862         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6863         * wl-utils.el (wl-unique-id-suffix): Remove.
6864
6865 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6866
6867         * Version number is increased to 2.9.4.
6868
6869 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6870
6871         * wl-utils.el (wl-unique-id-suffix): New variable.
6872         (wl-unique-id): Use `wl-unique-id-suffix'
6873
6874 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6875
6876         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6877         instead of `elmo-msgdb-search'.
6878
6879         * Version number is increased to 2.9.3.
6880
6881 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6882
6883         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6884
6885 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6886
6887         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6888         (wl-draft-dispatch-message): Changed for send-later.
6889         (wl-draft-queue-flush): Ditto.
6890         (wl-draft): Clear `wl-sent-message-queued'.
6891         (wl-draft-reedit): Ditto.
6892         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6893         * wl-vars.el (wl-draft-force-queuing): New variable.
6894         (wl-draft-force-queuing-mail): New variable.
6895         (wl-draft-force-queuing-news): New variable.
6896
6897 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6900         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6901
6902 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6903
6904         * Version number is increased to 2.9.2.
6905
6906 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * wl-draft.el (wl-draft-elide-region): New user command.
6909         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6910
6911         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6912         command `wl-draft-elide-region'.
6913         * wl-mule.el: Ditto.
6914         * wl-xmas.el: Ditto.
6915
6916 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6917
6918         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6919         (wl-biff-check-folder-async): Removed needless let.
6920
6921 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6924         wl-folder-get-elmo-folder.
6925         (wl-biff-check-folder): Set `biff' argument of
6926         `wl-folder-check-one-entity'.
6927         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6928
6929         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6930         (wl-folder-check-one-entity): Added `biff' argument;
6931         Setup `biff' slot of folder.
6932
6933         * Version number is increased to 2.9.1.
6934
6935 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6938         comment out and fixed.
6939         (wl-fldmgr-add-completion-subr): Ditto.
6940
6941         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6942         and msgdb.
6943
6944         * wl.el (wl-toggle-plugged): Save summary view.
6945
6946 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6949
6950 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6951
6952         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6953
6954 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6957         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6958         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6959
6960         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6961         if it was failed.
6962         (wl-demo): Disable undo in the demo buffer.
6963
6964 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6965
6966         * wl-version.el (wl-version): Changed codename.
6967
6968         * Version number is increased to 2.9.0.
6969
6970 2001-12-14  Takuo KITAME <kitame@northeye.org>
6971
6972         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6973         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6974         (wl-folder-mark-as-read-all-current-entity): Ditto.
6975
6976 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * wl-vars.el (wl-from-width): Define as obsolete variable.
6979         (wl-subject-length-limit): Ditto.
6980
6981         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6982
6983         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6984         wl-summary-save-view.
6985
6986         * wl.el (wl-save-status): Ditto.
6987         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6988
6989         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6990         (wl-summary-exit): Follow the change above.
6991         (wl-summary-goto-folder-subr): Ditto.
6992
6993         * wl-folder.el (wl-folder-create-subr): Don't use
6994         `elmo-folder-creatable-p'.
6995
6996 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6999
7000 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7003         rather than bitmap on Emacs 21.
7004         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7005         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7006         for xbm if the new redisplay engine is not available.
7007
7008 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-folder.el (wl-folder-init-hook): New hook.
7011         (wl-folder-init): Run `wl-folder-init-hook'.
7012
7013 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7016
7017 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * wl-acap.el (wl-acap-cache-filename): New variable.
7020         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7021         (wl-acap-init): Use cache if no ACAP server found.
7022
7023 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7024
7025         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7026         `wl-acap-original-msgdb-dir'.
7027
7028         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7029         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7030
7031         * wl-mime.el (wl-mime-save-directory): Renamed from
7032         `wl-mime-save-dir'.
7033
7034 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7037
7038         * wl-demo.el: Require `path-util'.
7039         (wl-demo-bitmap-mule-available-p): New internal variable.
7040         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7041         `module-installed-p' instead.
7042         (wl-demo-insert-image): Use *.img file for a bitmap image.
7043         (wl-demo): Don't call the ascii demo recursively.
7044
7045 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7046
7047         * Version number is increased to 2.7.7.
7048
7049 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl.el (wl-exit): Eliminated byte-compile warning.
7052
7053 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7054
7055         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7056         obsolete variable using `elmo-define-obsolete-variable'.
7057         (wl-fetch-confirm-threshold): Ditto.
7058         (wl-cache-prefetch-folder-type-list): Ditto.
7059         (wl-cache-prefetch-folder-list): Ditto.
7060
7061 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7064         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7065         (wl-demo-insert-image): New function.
7066         (wl-demo-insert-text): New function.
7067         (wl-demo-image-type-alist): Redefine as a function.
7068         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7069         (wl-demo-with-temp-file-buffer): Removed.
7070         (wl-logo-xpm): Removed.
7071         (wl-logo-xbm): Removed.
7072         (wl-logo-bitmap): Removed.
7073
7074 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7075
7076         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7077         (wl-expire-localdir-get-folder-function): New user option.
7078         (wl-expire-localdir-get-folder): New function.
7079         (wl-expire-localdir-date): Ditto.
7080
7081 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7082
7083         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7084         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7085         Fixed unread number mismatch when all-unread < unread.
7086
7087 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7090         (wl-fetch-confirm-threshold): Ditto.
7091
7092         * wl-summary.el (wl-summary-confirm-appends): Removed.
7093         (wl-summary-sync-update): Don't refer
7094         `wl-summary-update-confirm-threshold' (It is now abolished).
7095
7096         * wl-message.el (wl-message-display-internal): Don't refer
7097         `wl-fetch-confirm-threshold' (It is now abolished).
7098
7099 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7102
7103 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7104
7105         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7106         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7107         Change default value to nil.
7108         (wl-summary-indent-length-limit): The value can be nil, nil means
7109         unlimited.
7110
7111         * wl-summary.el: Don't set limit for indent length if the value of
7112         wl-summary-indent-length-limit is nil.
7113         If the value of wl-summary-width is nil, it means only that the width
7114         of summary is unlimited (nil doesn't mean that the indent length is
7115         unlimited).
7116
7117         * wl-thread.el: Ditto.
7118
7119 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7120
7121         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7122         be nil, nil means never confirm.
7123         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7124
7125 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7126
7127         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7128         means unlimited).
7129
7130 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7131
7132         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7133         Use `with-temp-buffer'.
7134
7135 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7138         with new backquote style).
7139         (wl-folder-get-entity-from-buffer): Ditto.
7140
7141 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7142
7143         * wl-version.el (nemacs-version): Eliminated.
7144         (wl-extended-emacs-version2): Ignore nemacs.
7145         (wl-extended-emacs-version3): Ditto.
7146
7147 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7148
7149         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7150         (wl-draft-add-in-reply-to): New variable.
7151         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7152         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7153         (wl-draft-yank-from-mail-reply-buffer): Use
7154         `wl-draft-add-in-reply-to'.
7155         (wl-draft-insert-current-message): Ditto.
7156
7157 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7158
7159         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7160         typo (kill->hide).
7161         (wl-message-buffer-prefetch-folder-type-list): Added elements
7162         `mark' and `cache' instead of `internal'.
7163
7164 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7167         resume msgdb directory.
7168
7169 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl.el (wl-exit): Call `wl-acap-exit'.
7172
7173         * wl-summary.el (wl-summary-message-string): New function.
7174         (wl-summary-reedit): Use it.
7175         (wl-summary-resend-bounced-mail): Remove needless let.
7176         (wl-summary-supersedes-message): Ditto.
7177         (wl-summary-save): Ditto.
7178
7179         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7180         (wl-acap-init): Set it.
7181         (wl-acap-exit): New function.
7182
7183 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7184
7185         * wl.el (wl-init): Revert (require 'mime-setup). move from
7186         toplevel.
7187
7188 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7189
7190         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7191         local variables.  Add error when guess function return invalid
7192         value.
7193
7194 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7195
7196         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7197         Change local variable name.
7198         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7199         (wl-folder-get-newsgroups): Return nil when non-news folder.
7200         * wl-summary.el (wl-summary-write-current-folder): State through
7201         when guess-list return nil.
7202         (wl-summary-write-current-folder-functions): Fixed docstring.
7203
7204         * wl.el (wl-exit): Changed confirm message.
7205
7206         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7207         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7208
7209         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7210
7211 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7212
7213         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7214         user option (Renamed from wl-cache-prefetch-folder-type-list).
7215         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7216         from wl-cache-prefetch-folder-list).
7217
7218         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7219         Move to wl-vars.el.
7220         (wl-message-buffer-prefetch-p): Changed to enable
7221         `wl-message-buffer-prefetch-folder-list'.
7222
7223         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7224         `ignore-cache'.
7225
7226 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7227
7228         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7229         `part-top' and `part-bottom'.
7230         (wl-draft-config-sub-part-top): New function.
7231         (wl-draft-config-sub-part-bottom): New function.
7232
7233 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7234
7235         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7236
7237 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7238
7239         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7240
7241 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7242
7243         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7244
7245         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7246         (wl-summary-write-current-folder): Ditto.
7247
7248 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-folder.el (wl-folder-get-newsgroups): Use
7251         `elmo-folder-newsgroups'.
7252
7253 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7254
7255         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7256         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7257         `wl-draft-config-sub-header-bottom'.
7258
7259 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7260
7261         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7262         localnews folder.
7263
7264 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7265
7266         * wl-summary.el (wl-summary-mode): Undo last change.
7267
7268         * wl-folder.el (wl-folder-mode): Ditto.
7269
7270 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7271
7272         * wl-summary.el (wl-summary-mode): Locally set
7273         truncate-partial-window-width to nil.
7274         (for XEmacs)
7275
7276         * wl-folder.el (wl-folder-mode): Ditto.
7277
7278 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7279
7280         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7281
7282 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7285         number.
7286
7287         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7288
7289         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7290
7291         * Version number is increased to 2.7.6.
7292
7293 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7296
7297 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7298
7299         * wl-summary.el (wl-summary-sync-update): Enclose network
7300         related portion with `unwind-protect'.
7301
7302 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7303
7304         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7305
7306 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7307
7308         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7309         element.
7310         * wl-vars.el (wl-message-body-button-alist): Ditto.
7311
7312         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7313         max match length.
7314         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7315
7316         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7317         for the max match length;
7318         Use 4th element value for the button string regexp group.
7319
7320         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7321         candidate exists, prompt to select.
7322
7323 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7324
7325         * wl-summary.el (wl-summary-jump-to-msg): Search before
7326         calibration point by `beginning-of-line'.
7327
7328 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7329
7330         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7331         for access group.
7332
7333 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7334
7335         * wl-message.el (wl-message-display-internal): Bind
7336         `default-mime-charset'.
7337
7338         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7339
7340         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7341
7342         * Version number is increased to 2.7.5.
7343
7344 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7345
7346         * wl-expire.el (wl-summary-archive): Fixed;
7347         Use `elmo-folder-name-internal'.
7348
7349 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7350
7351         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7352         from `elmo-folder-move-messages' caller.
7353         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7354
7355         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7356         related portions are changed).
7357
7358 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7359
7360         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7361         counter.
7362
7363 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7364
7365         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7366         buffer local and set it to nil.
7367
7368         * wl-message.el (wl-message-redisplay): Ditto.
7369
7370 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7371
7372         * wl-summary.el (wl-summary-mark-as-important): If message is
7373         already cached, set messag as read, otherwise encache and mark as read.
7374
7375 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7376
7377         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7378         point-min.
7379
7380 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7383         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7384         a keymap.
7385
7386 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7389         parent.
7390
7391         * wl-mule.el (wl-message-define-keymap): Ditto.
7392
7393         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7394
7395         * wl-xmas.el (wl-message-display-internal-hook): Define.
7396         (wl-xmas-setup-message-toolbar): Define as function.
7397         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7398         (wl-message-overload-functions): Abolished.
7399         (wl-message-define-keymap): New function.
7400
7401         * wl-vars.el (wl-message-display-internal-hook): New variable.
7402         (wl-message-header-button-alist): New variable (Renamed from
7403         wl-highlight-message-header-button-alist).
7404         (wl-message-body-button-alist): Ditto.
7405
7406         * wl-mule.el (wl-message-define-keymap): New function.
7407         (wl-message-overload-functions): Abolished.
7408
7409         * wl-message.el (wl-message-add-buttons-to-body): New function.
7410         (wl-message-redisplay): Don't call wl-message-overload-functions;
7411         Call wl-message-add-buttons-to-header and
7412         wl-message-add-buttons-to-body.
7413         (wl-message-display-internal): Set keymap argument for
7414         elmo-mime-display-as-is, elmo-mime-message-display;
7415         Run wl-message-display-internal-hook.
7416         (wl-message-refer-article-or-url): Abolished.
7417
7418         * wl-highlight.el (wl-highlight-headers): Don't call
7419         wl-highlight-message-add-buttons-to-header.
7420         (wl-highlight-message-add-buttons-to-header): Abolished.
7421
7422
7423         * wl-e21.el (wl-message-display-internal-hook): Define.
7424         (wl-e21-setup-toolbar): Deleted duplicated binding.
7425         (wl-e21-setup-message-toolbar): Define as function.
7426         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7427         (wl-message-define-keymap): New function.
7428         (wl-message-overload-functions): Abolished.
7429
7430 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7433         and elmo-folder-close.
7434
7435         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7436
7437 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7438
7439         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7440         boolean value.
7441         * wl-draft.el (wl-draft-do-fcc): Ditto.
7442
7443 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7444
7445         * wl-vars.el (wl-fcc-force-as-read): New variable.
7446         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7447         mark copied message as read.
7448
7449 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7450
7451         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7452
7453 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7454
7455         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7456         `wl-summary-target-above' instead of obsolete variable
7457         `wl-summary-temp-above'.
7458
7459         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7460         instead of `make-obsolete-variable'.
7461         * wl-refile.el (toplevel): Ditto.
7462
7463 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7466         with third argument t.
7467         (wl-draft): Set first argument for wl-plugged-init as t.
7468
7469         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7470         definition.
7471
7472 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7473
7474         * wl-vars.el: Tabify.
7475         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7476
7477         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7478         message.
7479
7480 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7481
7482         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7483         and set default to beep.
7484
7485 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7486
7487         * wl-vars.el (wl-draft-truncate-lines): New variable.
7488
7489         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7490         instead of wl-message-truncate-lines for truncate-lines.
7491
7492 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-message.el (wl-message-display-internal): Call
7495         `wl-highlight-message' after `elmo-mime-display-as-is'.
7496
7497         * wl-mime.el (wl-mime-display-text/plain): New function.
7498         (wl-mime-display-header): Ditto.
7499         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7500         body-presentation-method for text/plain;
7501         Register `wl-mime-display-header' as a header-presentation-method;
7502         Don't set up `elmo-message-text-content-inserted-hook' and
7503         `elmo-message-header-inserted-hook'.
7504
7505         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7506         variable.
7507         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7508         as t if flag is 'all-header;
7509         Don't bind `elmo-message-ignored-field-list',
7510         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7511
7512 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7515         for xemacs with non-mule environment.
7516
7517 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7518
7519         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7520         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7521         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7522
7523 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7524
7525         * wl-vars.el (wl-interactive-send): Set default value as t.
7526
7527 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7530         (wl-addrmgr-method-list): Abolished.
7531         (wl-addrmgr-change-method): Follow above change.
7532
7533         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7534
7535 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7536
7537         * wl-vars.el (wl-message-truncate-lines): Change default value
7538         to default-truncate-lines.
7539
7540         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7541
7542 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7543
7544         * wl-vars.el (wl-message-truncate-lines): New variable.
7545
7546         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7547         wl-message-truncate-lines.
7548
7549 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7550
7551         * wl-acap.el (wl-acap-init): Remove period from error message.
7552         (wl-acap-find-acap-service): Remove period from message.
7553
7554 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7555
7556         * wl.el (wl-check-environment): Undo last change.
7557
7558         * wl-vars.el (wl-from): Changed default value.
7559
7560         * wl-util.el (toplevel): Don't require tm-edit.
7561
7562         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7563         `wl-folder-init';
7564         Don't set mark on mail body.
7565         (wl-draft-reedit): Ditto.
7566
7567         * wl-address.el (wl-address-quote-specials): Define as an alias for
7568         elmo-address-quote-specials.
7569
7570 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7573
7574         * wl-vars.el (wl-from): Set default value as nil.
7575         (wl-organization): Set default value as ORGANIZATION environment
7576         variable.
7577
7578         * wl-draft.el (wl-smtp-extension-bind): Check value of
7579         wl-smtp-connection-type.
7580
7581         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7582         error.
7583
7584 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7585
7586         * Version number is increased to 2.7.4.
7587
7588         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7589         arguments from `wl-highlight-x-face-function' caller.
7590         Use x-face-1.3.6.12 or later.
7591
7592 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7593
7594         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7595
7596 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7597
7598         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7599         (wl-fcc): Fix to accept function.
7600         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7601
7602 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7603
7604         * wl-acap.el (toplevel): Added `product-provide' declare.
7605         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7606
7607 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl.el (wl): Changed order of calling `elmo-init'
7610         and `elmo-folder-init'.
7611
7612 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7613
7614         * wl-mime.el (wl-summary-burst): Extract message when content-type
7615         of root entity is not only `multipart' but also `message/rfc822'.
7616         (wl-summary-burst-subr): Ditto.
7617
7618 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7619
7620         * wl-vars.el (toplevel): Require 'custom.
7621         (wl-trash-folder): Added to `wl-setting' group.
7622
7623         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7624         exists.
7625         (wl-addrmgr-draw): Insert empty line when no entry exists.
7626
7627         * wl-mule.el (wl-message-wheel-up): Fixed.
7628         (wl-message-wheel-down): Ditto.
7629
7630 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7631
7632         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7633         config is an anonymous lambda expression.
7634
7635 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7638         when Mule 2 is running.
7639
7640 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7641
7642         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7643
7644 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7647         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7648
7649         * wl-address.el (wl-address-specials-regexp): Eliminated.
7650         (wl-address-quote-specials): Rewrite.
7651
7652 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7653
7654         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7655         shy-groups for regexp.
7656
7657         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7658         character classes and Perl style shy-groups for regexp.
7659         (wl-highlight-plugged-current-line): Use Posix style character
7660         classes for regexp.
7661         (wl-e21-highlight-folder-by-numbers): Ditto.
7662         (wl-e21-display-image-p): Use `display-images-p' instead of
7663         `display-graphic-p'.
7664         (display-images-p): Make an alias to `display-graphic-p' if it is
7665         not available.  It is for Emacs version prior to 21.0.105.
7666
7667         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7668         `display-graphic-p'.
7669         (wl-demo-image-type-alist): Ditto.
7670         (display-images-p): Make an alias to `display-graphic-p' if it is
7671         not available.  It is for Emacs version prior to 21.0.105.
7672
7673 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7674
7675         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7676         support.
7677         (wl-generate-user-agent-string): Ditto.
7678
7679         * wl-version.el (wl-version): Update docsting.
7680         (wl-version-status): Ditto.
7681
7682 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7683
7684         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7685         21.0.105.  For Emacs 21.0.104 or earlier.
7686
7687 2001-09-03  Takuo KITAME <kitame@northeye.org>
7688
7689         * wl-e21.el (wl-plugged-init-icons): Use
7690         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7691         (wl-biff-init-icons): Ditto.
7692
7693 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-highlight.el (wl-highlight-summary-current-line):
7696         Fixed highlighting refile/copy destination.
7697
7698         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7699         (wl-acap-store): Encode string by wl-acap-coding-system.
7700
7701 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl-acap.el (toplevel): Check and require 'un-define before
7704         'xemacs-ucs;
7705          Added checking for UTF-2000.
7706
7707 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7710         Don't enclose with `eval-and-compile'.
7711
7712         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7713         wl-init is non-nil.
7714
7715         * wl-draft.el (wl-draft): Ditto.
7716
7717         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7718
7719         * wl-acap.el (toplevel): Require 'wl.
7720         (wl-acap-store): Call `elmo-init'.
7721
7722         * wl.el (wl): Changed position of `wl-check-environment'.
7723         (toplevel): Added autoload setting for wl-acap.
7724
7725         * wl-vars.el (wl-setting): New custom group.
7726         (wl-from): Added wl-setting group.
7727         (wl-user-mail-address-list): Ditto.
7728         (wl-organization): Ditto.
7729         (wl-subscribed-mailing-list): Ditto.
7730         (wl-envelope-from): Ditto.
7731         (wl-smtp-posting-user): Ditto.
7732         (wl-smtp-posting-server): Ditto.
7733         (wl-smtp-posting-port): Ditto.
7734         (wl-smtp-authenticate-type): Ditto.
7735         (wl-pop-before-smtp-user): Ditto.
7736         (wl-pop-before-smtp-server): Ditto.
7737         (wl-pop-before-smtp-port): Ditto.
7738         (wl-pop-before-smtp-authenticate-type): Ditto.
7739         (wl-nntp-posting-server): Ditto.
7740         (wl-nntp-posting-user): Ditto.
7741         (wl-nntp-posting-port): Ditto.
7742         (wl-fetch-confirm-threshold): Ditto.
7743         (wl-prefetch-threshold): Ditto.
7744         (wl-thread-insert-opened): Ditto.
7745         (wl-ldap-server): Ditto.
7746         (wl-ldap-port): Ditto.
7747         (wl-ldap-base): Ditto.
7748         (wl-ldap-objectclass): Ditto.
7749         (wl-use-ldap): Ditto.
7750         (wl-draft-config-alist): Ditto.
7751         (wl-draft-config-matchone): Ditto.
7752         (wl-template-alist): Ditto.
7753         (wl-message-sort-field-list): Ditto.
7754         (wl-message-ignored-field-list): Ditto.
7755         (wl-message-visible-field-list): Ditto.
7756         (wl-interactive-send): Ditto.
7757         (wl-summary-move-order): Ditto.
7758         (wl-auto-select-first): Ditto.
7759         (wl-auto-select-next): Ditto.
7760         (wl-interactive-save-folders): Ditto.
7761
7762         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7763         Initialization codes are moved from wl-local-folder-init.
7764         (wl-local-folder-init): Follow the change above.
7765         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7766
7767         * wl-acap.el: New file.
7768
7769         * Version number is increased to 2.7.3.
7770
7771 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7772
7773         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7774
7775 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7776
7777         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7778         (wl-addrmgr-address-entry-list): Ditto.
7779
7780 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7781
7782         * wl-e21.el (wl-draft-mode-map): Removed binding for
7783         `wl-draft-insert-x-face-field'.
7784
7785         * wl-mule.el (wl-draft-mode-map): Ditto.
7786
7787         * wl-xmas.el (wl-draft-mode-map): Ditto.
7788
7789         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7790         (wl-cs-autoconv): Ditto.
7791         (wl-cs-local): Ditto.
7792         (wl-use-scoring): Ditto.
7793         (wl-mime-charset): Ditto.
7794         (wl-folder-check-async): Ditto.
7795
7796         * wl.el (toplevel): Ignore nemacs and tm.
7797         (wl-exit): Ditto.
7798
7799         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7800         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7801         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7802         instead of wl-address-petname-add-or-change.
7803         (wl-summary-edit-addresses-subr): Use wl-address-delete
7804         instead of wl-address-petname-delete.
7805
7806         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7807
7808         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7809         if error occured.
7810
7811         * wl-message.el (require): Remove tm support.
7812
7813         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7814
7815         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7816         (wl-folder-jump-to-current-entity): Ditto.
7817         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7818
7819         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7820         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7821         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7822
7823         * wl-mule.el (wl-draft-key-setup): Ditto.
7824
7825         * wl-xmas.el (wl-draft-key-setup): Ditto.
7826
7827         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7828         (wl-draft-std11-parse-addresses): New function.
7829         (wl-draft-parse-mailbox-list): Use it.
7830         (wl-draft): Ignore nemacs.
7831         (wl-draft-reedit): Ditto.
7832
7833         * wl-addrmgr.el: New file.
7834         (Original is wl-rcpt.el written by
7835         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7836         Thanks Kitamoto-san.)
7837
7838         * wl-address.el (wl-address-make-address-list): Modified parsing
7839         process.
7840         (wl-address-delete): Renamed from `wl-address-petname-delete';
7841         Modify wl-address-list too.
7842         (wl-address-add-or-change): Renamed from
7843         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7844
7845 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7846
7847         * wl-highlight.el (wl-highlight-summary-current-line):
7848           Work with transient-mark-mode
7849
7850 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7851
7852         * Version number is increased to 2.7.2.
7853
7854         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7855         instead of elmo-dop-queue-method.
7856
7857 2001-08-06  SAITO Atsunori <sai@yedo.com>
7858
7859         * wl-vars.el (wl-ldap-objectclass): New user option.
7860
7861         * wl-address.el (wl-ldap-make-filter): Use it.
7862
7863 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7866
7867 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-folder.el (wl-folder): redisplay after folder insertion.
7870
7871         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7872
7873         * wl-summary.el (wl-summary-sync-update):
7874         Change status mark only when new-msgdb exists.
7875         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7876
7877 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-summary.el (wl-summary-open-folder): New function.
7880         (wl-summary-goto-folder-subr): Use it.
7881         (wl-summary-mark-as-important): Fix;
7882         Encache only when no cache exists.
7883
7884 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7887         Use with-current-buffer.
7888
7889 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7890
7891         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7892         before call `get-buffer'. Fixed parenthesis.
7893         (wl-score-get-header-entry): Clear message and help window when
7894         keyboard quit.
7895         (wl-score-edit-insert-header): Ditto.
7896
7897 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7898
7899         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7900         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7901         (wl-default-draft-cite): Fix.
7902
7903         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7904         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7905
7906 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7907
7908         * wl-message.el (wl-message-prev-page): Do same bahavior
7909         as summary when it is called in the message buffer.
7910         (wl-message-next-page): Ditto.
7911
7912 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-summary.el (wl-summary-forward): Use cache if it is not
7915         section cache.
7916
7917 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7918
7919         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7920         Removed redundant require of elmo-vars.
7921         (wl-biff-state-indicator-on): Changed default value for
7922         xemacs with non-mule environment.
7923
7924         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7925         wl-message-buffer is nil;
7926         Hide progress bar after moving messages.
7927
7928 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7929
7930         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7931         message at cursor point is deleted.
7932
7933 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-vars.el: Changed file coding system to euc-japan.
7936         Added -*-coding:-*- magic to the first line.
7937
7938         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7939         Search parent from the first message.
7940
7941         * Version number is increased to 2.7.1.
7942
7943 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7944
7945         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7946
7947 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7950         refile/delete execution.
7951
7952         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7953         Fixed docstring.
7954
7955 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7958         do update process;
7959         Don't update marks when update process is interrupted.
7960
7961 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7962
7963         * wl-summary.el (wl-summary-reply): Fixed problem when
7964         wl-draft-use-frame is non-nil.
7965         (wl-summary-forward): Ditto.
7966
7967         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7968         as nil.
7969         (wl-folder-mark-as-read-all-entity): Ditto.
7970         (wl-folder-prefetch-entity): Ditto.
7971
7972         * wl.el (wl): Check environment before wl-init.
7973
7974         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7975         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7976         instead of wl-summary-collect-unread.
7977         (wl-summary-reply): Split message window.
7978
7979 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7980
7981         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7982         only if current language environment is japanese,
7983
7984         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7985         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7986         (wl-folder-goto-folder-subr): Ditto.
7987
7988         * wl-draft.el (wl-draft-dispatch-message): Call
7989         `elmo-file-cache-get-path'.
7990
7991 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7992
7993         * wl-summary.el (wl-summary-cursor-move): If return value of
7994         wl-summary-next-message is not number, don't jump.
7995
7996 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-summary.el (wl-summary-buffer-next-message-function): New
7999         variable.
8000         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8001         if it is bound.
8002
8003         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8004         string.
8005
8006         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8007         (wl-plugged-drawing): Ditto.
8008
8009 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8010
8011         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8012         process.
8013         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8014         with unwind-protect.
8015
8016         * wl.el (wl-init): Require mime-setup.
8017         (wl-check-environment): Don't require mime-setup.
8018
8019         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8020         instead of elmo-folder-type.
8021
8022         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8023         value as nil.
8024
8025 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * Version number is increased to 2.7.0.
8028
8029         * wl-version.el (wl-version): Changed codename.
8030
8031         * wl-summary.el (wl-summary-delete-cache): Fixed.
8032
8033         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8034         Workaround for net folders.
8035         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8036
8037         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8038         value to nil (According to the patch from
8039         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8040
8041         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8042         of elmo-folder-close.
8043
8044 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8045
8046         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8047         for postfix.
8048
8049 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8050
8051         * wl-summary.el (wl-summary-resend-message): Fixed.
8052
8053         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8054         Call wl-draft with `from' argument if its address is included in
8055         `wl-user-mail-address-list'.
8056         (wl-draft): Added `from' argument.
8057
8058         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8059         non-nil.
8060         (wl): Don't show demo if wl-demo is nil.
8061
8062         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8063         wl-summary-use-frame.
8064
8065         * wl-vars.el (wl-summary-use-frame): New user option.
8066         (wl-folder-use-frame): Changed docstring.
8067
8068         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8069         non-nil.
8070         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8071         wl-summary-use-frame.
8072
8073         * wl-vars.el (wl-folder-use-frame): New user option.
8074
8075         * wl-summary.el (wl-summary-exit): Back to folder frame if
8076         wl-folder-use-frame is non-nil.
8077         (wl-summary-redisplay-internal): Ignore cache if current folder
8078         is draft folder,
8079         (wl-summary-redisplay-no-mime): Ditto.
8080         (wl-summary-redisplay-all-header): Ditto.
8081
8082         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8083         if wl-folder-use-frame is non-nil.
8084
8085 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-summary.el (wl-summary-sync-update): Bind
8088         elmo-folder-update-threshold.
8089         (wl-summary-mark-as-important): Enclosed server mark processing
8090         with `save-match-data'.
8091
8092         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8093         only when it is already defined.
8094
8095 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8096
8097         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8098         name of folder exclude localdir is wrong.
8099         * wl-folder.el (wl-folder-sync-entity):
8100         Set `wl-summary-always-sticky-folder-list' as nil.
8101         (wl-folder-mark-as-read-all-entity): Ditto.
8102         (wl-folder-prefetch-entity): Ditto.
8103
8104 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8105
8106         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8107         instead of `wl-summary-write-current-newsgroup'.
8108
8109 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8110
8111         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8112         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8113         non-nil and selected message is important, do not display.
8114
8115 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8116
8117         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8118
8119 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8122
8123         * wl-summary.el (wl-summary-mark-as-important): Set message number
8124         using wl-summary-message-number.
8125
8126 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8127
8128         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8129         destination folder is 'null.
8130
8131 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8132
8133         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8134         New function.
8135         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8136         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8137         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8138
8139 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-mime.el (wl-mime-setup): Added setting for
8142         `mime-setup-signature-key-alist' to avoid overriding key bind for
8143         `wl-draft-send'.
8144
8145         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8146         for `wl-draft-send'.
8147         * wl-mule.el (wl-draft-overload-functions): Ditto.
8148         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8149         * wl-draft.el (wl-draft-send): Ditto.
8150
8151         * wl-message.el (wl-message-display-internal):
8152         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8153         (Patch is provided by <kita@coe.nttdata.co.jp>).
8154
8155 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8156
8157         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8158
8159 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8160
8161         * wl.el (wl): Fix for wl-demo.
8162
8163 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8164
8165         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8166
8167 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8168
8169         * wl-folder.el (wl-folder-prefetch-entity): Use
8170         `wl-folder-get-elmo-folder'.
8171         (wl-folder-count-incorporates): Do not use
8172         `wl-folder-get-elmo-folder'.
8173
8174 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8175
8176         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8177         instead of `elmo-folder-get-type'.
8178
8179 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8180
8181         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8182         position on Subject: field.
8183         (Advised by Mito <mit@nines.nec.co.jp>)
8184
8185 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8186
8187         * wl-folder.el (wl-folder-prefetch-entity): Use
8188         `wl-folder-get-elmo-folder'.
8189
8190 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8193
8194         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8195         `process-duplicates' slot.
8196
8197         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8198         if detection failed.
8199
8200 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8201
8202         * wl-version.el (wl-version-status): Set to "alpha".
8203
8204 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8207         Check wl-message-buffer lives before set-buffer.
8208
8209 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8210
8211         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8212         called in folder mode.
8213         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8214         * wl-summary.el (wl-summary-exit-pre-hook): Run
8215         `wl-summary-exit-pre-hook' before exit summary mode.
8216
8217 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8218
8219         * wl-version.el (wl-version-status): New variable.
8220         (wl-version-status-alist): Removed.
8221         (wl-version-status): Rule included.
8222
8223 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8226         @sponichi.
8227
8228         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8229         when `mail-reply-buffer' is buffer-local variable.
8230         (Reported by <kita@coe.nttdata.co.jp>).
8231
8232 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-vars.el (toplevel): Require 'elmo-util.
8235
8236 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8237
8238         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8239         (All other related portions are changed)
8240
8241         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8242
8243         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8244
8245 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8246
8247         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8248
8249 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8252         Delete other windows to avoid an error.
8253         Use `point-marker' instead of `point' to remember the start point
8254         of body.
8255
8256         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8257
8258         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8259         number not to exceed all message number.
8260
8261 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8262
8263         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8264         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8265
8266 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl-summary.el (wl-summary-sync-force-update): Added argument
8269         no-check.
8270         (wl-summary-sync-update): Ditto.
8271         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8272         with `no-check'.
8273
8274         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8275         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8276         already running.
8277
8278 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8279
8280         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8281         `dst-folder-arg'.
8282         (wl-expire-archive-number1): Diito.
8283         (wl-expire-archive-number2): Diito.
8284         (wl-expire-archive-Date): Diito.
8285         (wl-archive-number1): Diito.
8286         (wl-archive-number2): Diito.
8287         (wl-archive-date): Diito.
8288         (wl-archive-folder-p): New function.
8289         (wl-summary-expire): Support of expand folder name at
8290         wl-expire-alist.
8291         * wl-util.el (wl-expand-newtext): Renamed from
8292         `wl-refile-expand-newtext'.
8293
8294 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8295
8296         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8297         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8298         `(elmo-msgdb-get-overview msgdb)'.
8299         (wl-summary-prefetch): Bind match data before call
8300         `wl-summay-prefetch-msg'.
8301         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8302         'off if `wl-summary-buffer-disp-msg' is non-nil.
8303         Fixed problem that couldn't show only one new or unread message when
8304         enter folder.
8305         (wl-summary-reply): Don't call `split-window-vertically' and other
8306         window.
8307
8308 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8309
8310         * wl-expire.el (wl-expire-refile): Fixed.
8311
8312 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8313
8314         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8315
8316         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8317         biff notification is removed.
8318
8319         * wl.el (wl): Changed position of `elmo-init'.
8320
8321         * wl-draft.el (wl-default-draft-cite): Use date field
8322         on the citation buffer.
8323
8324         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8325
8326         * wl-xmas.el (wl-folder-internal-icon-list): Added
8327         `wl-folder-shimbun-image'.
8328
8329         * wl-e21.el (wl-folder-internal-icon-list): Added
8330         `wl-folder-shimbun-image'.
8331
8332 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8333
8334         * wl.el (wl-init): Eliminated argument.
8335         (wl): Rewrite.
8336
8337         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8338         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8339         instead of `elmo-folder-msgdb-internal'.
8340         (wl-summary-sync-update): Ditto.
8341         (wl-summary-flush-pending-append-operations): Eliminated.
8342         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8343         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8344         `elmo-folder-open'.
8345
8346         * wl-mime.el (wl-summary-burst): Fixed.
8347
8348         * wl-folder.el (wl-folder-info-save): Check data type.
8349
8350         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8351         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8352         instead of `elmo-folder-msgdb-internal'.
8353         (wl-expire-hide): Ditto.
8354
8355
8356         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8357
8358 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8359
8360         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8361
8362 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8363
8364         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8365
8366 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8367
8368         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8369         Fixed `match-beginning' argument mismatch.
8370
8371 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8372
8373         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8374         the default value.
8375
8376 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8379         instead of `elmo-nntp-default-port'.
8380
8381         * wl-vars.el: Fixed some doc strings.
8382
8383 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8384
8385         * wl-summary.el (wl-summary-prefetch-msg): Use
8386         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8387
8388         * wl-vars.el: Define *-func as obsolete variable using
8389         `elmo-define-obsolete-variable'.
8390
8391         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8392         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8393         instead of `wl-message-buffer-prefetch-threshold'.
8394
8395         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8396
8397         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8398
8399         * wl-draft.el (wl-caesar-region-func): Ditto.
8400
8401         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8402         Keep unread status in elmo-folder-move-messages.
8403         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8404
8405 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8406
8407         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8408         `wl-summary-buffer-exit-func'
8409         (wl-summary-buffer-message-redisplay-function): Renamed from
8410         `wl-summary-buffer-message-redisplay-func'
8411         (wl-summary-buffer-next-folder-function): Renamed from
8412         `wl-summary-buffer-next-folder-func'.
8413         (wl-summary-buffer-prev-folder-function): Renamed from
8414         `wl-summary-buffer-prev-folder-func'.
8415         (wl-summary-get-petname-function): Renamed from
8416         `wl-summary-get-petname-func'.
8417
8418         * wl-score.el (wl-score-edit-exit-function): Renamed from
8419         `wl-score-edit-exit-func'.
8420
8421         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8422         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8423
8424         * wl-util.el (wl-load-profile-function): Renamed from
8425         `wl-load-profile-func'.
8426
8427         * wl-folder.el (wl-folder-completion-function): Renamed from
8428         `wl-folder-completion-func'.
8429         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8430
8431         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8432         `wl-expire-archive-get-folder-func'.
8433         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8434         (wl-draft-send-mail-function): Renamed from
8435         `wl-draft-send-mail-func'.
8436         (wl-draft-send-news-function): Renamed from
8437         `wl-draft-send-news-func'.
8438         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8439         (wl-generate-mailer-string-function): Renamed from
8440         `wl-generate-mailer-string-func'.
8441         (wl-highlight-signature-search-function): Renamed from
8442         `wl-highlight-signature-search-func'.
8443         (wl-highlight-x-face-function): Renamed from
8444         `wl-highlight-x-face-func'
8445         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8446         (wl-ps-print-buffer-function): Renamed from
8447         `wl-ps-print-buffer-func'
8448         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8449         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8450         (wl-summary-subject-filter-function): Renamed from
8451         `wl-summary-subject-filter-func'.
8452
8453         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8454         `wl-draft-queue-flush-send-func'
8455         (wl-draft-cite-function): Renamed from
8456         `wl-draft-cite-func'
8457
8458         * wl-address.el (wl-address-init-function): Renamed from
8459         `wl-address-init-func'.
8460
8461 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-draft.el (wl-draft-queue-flush): Don't call
8464         `elmo-dop-unlock-message'.
8465         * wl-draft.el (wl-draft-queue-append): Don't call
8466         `elmo-dop-lock-message'.
8467
8468         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8469         (wl-summary-buffer-folder-name): Ditto.
8470         (wl-summary-message-regexp): Added '-' (all other related portions
8471         are changed).
8472         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8473         wl-summary-buffer-folder-name.
8474
8475 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8476
8477         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8478         the number of mails in the folder buffer is not updated by wl-biff.
8479
8480 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8481
8482         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8483         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8484
8485 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8486
8487         * wl-summary.el (wl-summary-next-message):
8488         Return next message number when wl-summary-move-order is nil.
8489
8490 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8491
8492         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8493         `wl-summary-move-spec-alist'.
8494         (wl-summary-move-spec-unplugged-alist): New variable
8495         (Move spec for unplugged status).
8496         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8497         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8498
8499 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8500
8501         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8502         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8503
8504 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8505
8506         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8507         simple quotation to quote the anonymous function.
8508         * tm-wl.el (wl-draft-preview-message): Ditto.
8509
8510 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8511
8512         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8513         Eliminate redundant `save-excursion'.
8514         (wl-highlight-summary-current-line): Ditto.
8515
8516         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8517         accessing match data when `looking-at' failed.
8518
8519         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8520         `elmo-match-string' where users don't care about the speed.
8521         (wl-draft-save): Ditto.
8522
8523 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-util.el (wl-regexp-opt): New function.
8526
8527         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8528         number from `wl-summary-buffer-number-list'.
8529         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8530         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8531         (wl-summary-move-spec-alist): Changed default setting.
8532
8533 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8534
8535         * wl-vars.el (wl-biff-notify-hook): New hook.
8536         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8537         the arrival of new mail.
8538         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8539         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8540
8541 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8544
8545 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8548
8549         * Version number is increased to 2.5.8.
8550
8551         * wl-thread.el (toplevel): require 'cl.
8552         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8553         (wl-thread-make-number-list): New function.
8554         (wl-thread-entity-make-number-list-from-children): Ditto.
8555         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8556         (wl-thread-entity-insert-as-children): Likewise.
8557         (wl-thread-delete-message): Likewise.
8558         (wl-meaning-of-mark): Eliminated.
8559         (wl-thread-next-failure-mark-p): Ditto.
8560         (wl-thread-entity-get-mark): Ditto.
8561         (wl-thread-meaning-alist-get-result): Ditto.
8562         (wl-thread-entity-check-prev-mark): Ditto.
8563         (wl-thread-entity-check-next-mark): Ditto.
8564         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8565         (wl-thread-entity-get-prev-marked-entity): Ditto.
8566         (wl-thread-get-prev-unread): Ditto.
8567         (wl-thread-jump-to-prev-unread): Ditto.
8568         (wl-thread-get-next-unread): Ditto.
8569         (wl-thread-jump-to-next-unread): Ditto.
8570         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8571         (wl-thread-entity-get-next-marked-entity): Ditto.
8572
8573         * wl-summary.el (wl-summary-buffer-number-list):
8574         New bufer-local variable.
8575         (wl-summary-switch-to-clone-buffer): Clone
8576         `wl-summary-buffer-number-list'.
8577         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8578         (wl-summary-cursor-move-regex): Eliminated.
8579         (wl-summary-cursor-up): Rewrite.
8580         (wl-summary-cursor-down): Ditto.
8581         (wl-summary-mode-spec-alist): New variable.
8582         (wl-summary-next-message): New inline function.
8583         (wl-summary-cursor-move): New function.
8584         (wl-summary-default-get-next-msg): Rewrite.
8585         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8586         (wl-summary-rescan): Ditto.
8587         (wl-summary-sync-all-init): Ditto.
8588         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8589         summary is not thread view.
8590         (wl-summary-sync-update): Ditto.
8591         (wl-summary-rescan): Ditto.
8592         (wl-summary-make-number-list): New function.
8593
8594         * wl-draft.el: "FCC" -> "Fcc".
8595
8596 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8597
8598         * wl-highlight.el (wl-highlight-summary-window):
8599         Call `set-buffer-modified-p'.
8600
8601         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8602         (wl): Call `elmo-init' and fix.
8603
8604         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8605         Use new variables.
8606
8607         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8608
8609 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8610
8611         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8612
8613 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8614
8615         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8616
8617 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8618
8619         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8620         `wl-use-toolbar' nor `display-graphic-p'.
8621         (wl-e21-setup-message-toolbar): Ditto.
8622         (wl-e21-setup-summary-toolbar): Ditto.
8623         (wl-e21-setup-folder-toolbar): Ditto.
8624
8625         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8626         (wl-plugged-init-icons): Ditto.
8627
8628         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8629         `display-graphic-p'.
8630         (wl-plugged-set-folder-icon): Ditto.
8631         (wl-highlight-plugged-current-line): Ditto.
8632         (wl-highlight-folder-current-line): Ditto.
8633         (wl-e21-highlight-folder-group-line): Ditto.
8634         (wl-e21-setup-toolbar): Ditto.
8635         (wl-e21-display-image-p): New macro.
8636
8637         * wl-demo.el (wl-demo): Simplified.
8638         (wl-demo-image-type-alist): Use `image-type-available-p' for
8639         checking whether the image type `xbm' is available.
8640
8641 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8642
8643         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8644         (wl-summary-input-range): Ditto.
8645
8646 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8647
8648         * wl-summary.el (wl-summary-edit-addresses): Use
8649         `wl-summary-get-original-buffer'
8650         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8651         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8652         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8653         (wl-summary-get-newsgroups): Eliminated.
8654         (wl-summary-set-crosspost): Ditto.
8655         (wl-summary-is-crosspost-folder): Ditto.
8656         (wl-crosspost-alist-load): Ditto.
8657         (wl-crosspost-alist-save): Ditto.
8658
8659         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8660         `elmo-setup-subscribed-newsgroups' instead of
8661         `elmo-nntp-make-groups-hashtb'.
8662         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8663         instead of `wl-crosspost-alist-save'.
8664
8665         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8666         of `elmo-folder-message-appendable-p'.
8667         (wl-mime-header-presentation-method): Eliminated.
8668
8669         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8670         (Error occurs in emacs21).
8671
8672         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8673         the current buffer).
8674
8675         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8676         instead of `wl-crosspost-alist-save'.
8677         (wl-init): `elmo-crosspost-message-alist-load'
8678         instead of `wl-crosspost-alist-load'
8679
8680         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8681         (wl-parse-newsgroups): Likewise.
8682         (wl-biff-notify): Run `wl-biff-notify-hook'.
8683
8684 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8687
8688         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8689         when `wl-summary-lazy-highlight' is non-nil.
8690         (wl-summary-goto-folder-subr): Highlight only when
8691         `wl-summary-lazy-highlight' is non-nil.
8692
8693         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8694         Don't display progress and highlight temp-mark when
8695         `wl-summary-lazy-highlight' is non-nil.
8696         (wl-highlight-summary-window): New function.
8697         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8698
8699 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8700
8701         * wl-summary.el (wl-summary-sync): Change `all-visible'
8702         from `all-shown'
8703         (wl-summary-input-range): Ditto.
8704
8705 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8706
8707         * wl-e21.el (wl-highlight-folder-current-line): Call
8708         `wl-folder-init-icons' when folder icons have not been initialized.
8709
8710         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8711
8712         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8713         (wl-demo-image-type-alist): New macro.
8714
8715 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8716
8717         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8718         display does not support graphics.
8719         (wl-plugged-init-icons): Ditto.
8720         (wl-folder-init-icons): Ditto.
8721
8722         * wl-demo.el (wl-demo): Chech closely whether the display
8723         supports graphics.
8724
8725 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * wl-summary.el (wl-summary-get-original-buffer): New function.
8728         (wl-summary-set-crosspost): Use it.
8729         (wl-summary-target-mark-uudecode): Ditto.
8730         (wl-summary-reedit): Ditto.
8731         (wl-summary-resend-bounced-mail): Ditto.
8732         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8733         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8734
8735         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8736         (wl-message-display-internal): Ditto.
8737
8738 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8739
8740         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8741
8742 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-summary.el (wl-summary-save-view): Renamed from
8745         `wl-summary-save-status'.
8746
8747 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8748
8749         * wl-summary.el (wl-summary-sync): Added `all-shown'
8750
8751 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8752
8753         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8754
8755 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8756
8757         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8758
8759 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8760
8761         * wl-highlight.el (wl-highlight-summary-line-string): Use
8762         `zerop' instead of `= 0'.
8763         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8764
8765         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8766         for comparing numbers.
8767         (wl-template-prev): Use `zerop' instead of `eq 0'.
8768
8769         * wl-draft.el (wl-draft-insert-current-message): Use
8770         `with-current-buffer' instead of `save-excursion'.
8771         Use `zerop' instead of `eq 0'.
8772
8773 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8774
8775         * wl-draft.el (wl-draft-insert-ccs): New function.
8776         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8777         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8778
8779 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8782
8783 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-expire.el (wl-expire-refile): Don't call
8786         elmo-msgdb-add-msgs-to-seen-list;
8787         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8788         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8789
8790 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8791
8792         * wl-message.el (wl-message-prev-page): Ignore errors while
8793         scroll-down.
8794
8795 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * wl-mime.el: Use elmo-original-message-mode instead of
8798         mmelmo-original-mode.
8799
8800         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8801         `elmo-folder-get-spec';
8802         (wl-fldmgr-add-completion-all-completions):
8803         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8804
8805         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8806         of `elmo-folder-get-type'.
8807
8808         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8809         `elmo-folder-get-spec';
8810         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8811         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8812         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8813         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8814         `elmo-read-msg-no-cache';
8815         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8816         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8817         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8818         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8819         `elmo-cache-save';
8820         (wl-draft-reedit): Use `elmo-message-file-name'.
8821
8822         * wl-expire.el: Use `elmo-folder-name-internal';
8823         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8824         Use macro `wl-summary-buffer-msgdb' instead of variable
8825         `wl-summary-buffer-msgdb';
8826         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8827         Use macro `wl-summary-buffer-folder-name' instead of variable
8828         `wl-summary-buffer-folder-name'.
8829         * wl-score.el: Likewise.
8830
8831         * wl-message.el: Rewrite for new message buffer cache mechanism.
8832         (wl-message-buffer-cache-buffer-get): New macro.
8833         (wl-message-buffer-cache-folder-get): Ditto.
8834         (wl-message-buffer-cache-message-get): Ditto.
8835         (wl-message-buffer-cache-entry-make): Ditto.
8836         (wl-message-buffer-cache-hit): Ditto.
8837         (wl-message-buffer-cache-sort): New function.
8838         (wl-message-buffer-cache-add): Ditto.
8839         (wl-message-buffer-cache-delete): Ditto.
8840         (wl-message-buffer-cache-clean-up): Ditto.
8841         (wl-message-buffer-window): Rewrite.
8842         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8843         (wl-message-buffer-display): New function.
8844         (wl-message-display-internal): New function.
8845
8846 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-folder.el: Use `elmo-folder-name-internal';
8849         Use `wl-folder-get-elmo-folder';
8850         Use `elmo-folder-list-messages' instead of
8851         `elmo-list-folder';
8852         Use `elmo-folder-get-primitive-list' instead of
8853         `elmo-folder-get-primitive-spec-list';
8854         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8855         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8856         Use `elmo-folder-create' instead of `elmo-create-folder'.
8857         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8858         (wl-folder-get-elmo-folder): New macro.
8859         (wl-folder-elmo-folder-cache-get): Ditto.
8860         (wl-folder-elmo-folder-cache-put): Ditto.
8861         (wl-folder-suspend): Call `elmo-quit'.
8862
8863         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8864         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8865         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8866         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8867         (toplevel): require 'cl.
8868         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8869
8870         * wl-summary.el: Rewrite to use new elmo interface.
8871
8872 \f
8873 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-mime.el (wl-draft-preview-message):
8876         Run `wl-draft-send-hook' before collecting recipients information;
8877         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8878
8879         * tm-wl.el (wl-draft-preview-message): Ditto.
8880
8881 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8884         wrong recipients are displayed when forwarded message.
8885
8886 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * Version number is increased to 2.5.7.
8889
8890 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8891
8892         * wl-message.el (wl-message-next-page): Bind
8893         `window-pixel-scroll-increment' to nil while scrolling up.
8894
8895 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8896
8897         * wl-vars.el (wl-save-hook): New hook.
8898         * wl.el (wl-save): Call `wl-save-hook'.
8899
8900 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8901
8902         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8903         Argument WITH-ARG instead of NO-ARG (negative mean).
8904         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8905         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8906         * wl-message.el (wl-message-follow-current-entity): Likewise.
8907
8908 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8909
8910         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8911         FROM was optional argument.
8912         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8913
8914 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * Version number is increased to 2.5.6.
8917
8918 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8919
8920         * wl-version.el (wl-version-show): Removed.
8921         (wl-version): Add `interactive'.
8922
8923 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8924
8925         * wl-summary.el (wl-summary-get-petname-func): New variable.
8926         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8927         instead of `wl-address-get-petname-1'.
8928         (wl-summary-simple-from): Ditto.
8929
8930         * wl-address.el (wl-address-get-petname-1): Define as function.
8931
8932 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8935         field in the original message.
8936         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8937
8938 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8939
8940         * wl-expire.el (wl-expire-hide):
8941         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8942
8943 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8946         find decoder for To, Cc, and Subject.
8947
8948 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8951         for checking `elmo-use-buffer-cache'.
8952         (wl-summary-mark-as-important): Fixed typo in comment.
8953
8954 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8957         field in the original message.
8958         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8959
8960 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8961
8962         * wl-expire.el (wl-expire-hide):
8963         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8964
8965 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8966
8967         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8968         find decoder for To, Cc, and Subject.
8969
8970 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * Version number is increased to 2.5.5.
8973
8974         * wl-address.el (wl-address-specials-regexp): New constant.
8975         (wl-address-quote-specials): Use it.
8976
8977 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8978
8979         * wl-summary.el (wl-summary-rescan):
8980         Call `wl-summary-buffer-number-column-detect'.
8981         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8982
8983         * wl-message.el (wl-message-mode-map): Define.
8984         (wl-message-decode): Use it as local-map.
8985
8986 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8987
8988         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8989         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8990
8991 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8994
8995         * wl-mule.el (wl-read-event-char): Ditto.
8996
8997         * wl-e21.el (wl-read-event-char): Ditto.
8998
8999         * wl-nemacs.el (wl-read-event-char): Ditto.
9000         (read-event): Removed.
9001
9002         * wl-util.el (toplevel): Removed dummy definition of
9003         `read-event'.
9004         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9005
9006 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9007
9008         * wl-nemacs.el (elmo-archive-call-process): Moved to
9009         elmo-archive.el.
9010
9011 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9012
9013         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9014         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9015
9016         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9017         instead of magic-number 6.  Use `not' instead of `null' for symbol
9018         `nil' check (not empty list).
9019         (wl-draft-insert-x-face-field): Fixed paren style.
9020
9021         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9022         one-branch conditional statement, instead of `and' and `if'.
9023         (wl-draft-forward): Likewise.
9024         (wl-draft-add-references): Likewise.
9025         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9026
9027         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9028         conditional steatment.  Use `cond' instead of `if'.
9029         (wl-draft-confirm): Likewise.
9030
9031 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9032
9033         * wl-version.el (wl-version-show): Use `product-string-1'
9034         instead of `wl-version'.
9035         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9036
9037         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9038
9039 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9040
9041         * wl-highlight.el (wl-highlight-headers): Revert
9042         `wl-highlight-x-face-func' argument (`beg' and `end').
9043
9044 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9045
9046         * wl.el (toplevel): Move `product-provide' declare.
9047         * wl-demo.el (toplevel): Ditto.
9048         * wl-dnd.el (toplevel): Ditto.
9049         * wl-highlight.el (toplevel): Ditto.
9050         * wl-message.el (toplevel): Ditto.
9051         * wl-refile.el (toplevel): Ditto.
9052         * wl-util.el (toplevel): Ditto.
9053
9054 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9057         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9058         (wl-thread-close-all): keep cursor position.
9059
9060 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9061
9062         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9063         (eq x 0).
9064         (wl-generate-user-agent-string-1): Fix conditional statement.
9065
9066 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9067
9068         * wl.el (wl-check-environment): Additional check for
9069         'wl-local-domain' and `wl-message-id-domain'.
9070
9071 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9072
9073         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9074
9075 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9076
9077         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9078         instead of `smtp-sasl-user-realm'.
9079
9080 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9081
9082         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9083
9084 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9085
9086         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9087         to the default value as well as `eword-lexical-analyzer'.
9088
9089 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9090
9091         * wl-version.el (wl-extended-emacs-version,
9092         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9093         `elmo-match-string' instead of `wl-match-string'.
9094
9095 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9096
9097         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9098         docstring.
9099
9100 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9101
9102         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9103
9104 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9105
9106         * wl-highlight.el (wl-highlight-headers): Remove
9107         `wl-highlight-x-face-func' argument (`beg' and `end').
9108
9109 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9110
9111         * wl-summary.el (wl-summary-mark-as-important):
9112         Remove cache if folder is local.
9113
9114 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9115
9116         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9117         to get existing e-mail address string.
9118
9119 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9120
9121         * wl-version.el (wl-generate-user-agent-string): Commentary.
9122         (wl-generate-user-agent-string-1): Use `when' for
9123         one-branch conditional statement, instead of `and' and `if'.
9124         (wl-extended-emacs-version, wl-extended-emacs-version2,
9125         wl-extended-emacs-version3): Ditto.
9126
9127 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9130         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9131         condition-case; Remove initialization.
9132         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9133         (wl-summary-sync-update3): Added argument `sync-all';
9134         Eliminated local variable `msgdb';
9135         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9136         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9137         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9138
9139 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9140
9141         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9142         connection before call `wl-draft-send-mail-with-smtp'.
9143
9144 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * Version number is increased to 2.5.4.
9147
9148 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9149
9150         * wl.el (wl-check-environment): Additional check for
9151         'wl-local-domain' and `wl-message-id-domain'.
9152
9153 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9154
9155         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9156         buffer as command specific.
9157         (wl-folder-mark-as-read-all-entity): Ditto.
9158         (wl-folder-prefetch-entity): Ditto.
9159         (wl-folder-drop-unsync-entity): Ditto.
9160
9161         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9162         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9163         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9164
9165         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9166         save-excursion.
9167
9168 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9169
9170         * Version number is increased to 2.5.3.
9171
9172         * wl-summary.el (wl-summary-save-view-cache):
9173         Delete duplicated `write-region';
9174         Use `write-region-as-binary' instead of `as-binary-output-file' and
9175         `write-region'.
9176
9177 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9178
9179         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9180
9181 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9184         instead of `smtp-via-smtp'.
9185
9186 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9187
9188         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9189
9190 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9191
9192         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9193         instead of `smtp-sasl-user-realm'.
9194
9195 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9196
9197         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9198
9199 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9200
9201         * Version number is increased to 2.5.2.
9202
9203 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9204
9205         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9206         does not exist.
9207         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9208         (wl-biff-start): Call `timer-activate' if timer already exists.
9209
9210         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9211         only when it is bound as function.
9212
9213 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9214
9215         * Version number is increased to 2.5.1.
9216
9217 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9220         Print refile/copy destination.
9221
9222 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9225         queue-flush-only is non-nil.
9226
9227         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9228
9229         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9230         checking cache folder.
9231
9232 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9233
9234         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9235         `regexp-quote'.
9236
9237 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9238
9239         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9240         function.
9241         * wl-summary.el (wl-summary-write-current-folder-functions):
9242         Change default value.  Use it.
9243
9244 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9245
9246         * Version number is increased to 2.5.0.
9247
9248         * wl-version.el (wl-version): Changed codename.
9249
9250 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9251
9252         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9253         (wl-summary-supersedes-message): Ditto.
9254
9255 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9256
9257         * wl-refile.el (wl-refile-guess-functions): Renamed from
9258         `wl-refile-guess-func-list'.
9259
9260 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9263         Fixed problem when no rule was matched.
9264
9265 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9266
9267         * wl-summary.el (wl-summary-get-mark): Fixed
9268         `wl-summary-buffer-target-mark' check logic.
9269
9270 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9271
9272         * wl-folder.el (wl-folder-write-current-folder): Added group
9273         folder check.
9274
9275         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9276         `wl-summary-write-current-newsgroup'.
9277         (wl-summary-write-current-folder-functions): New variable.
9278         * wl-folder.el (wl-folder-get-newsgroups): New function.
9279         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9280         (wl-folder-write-current-folder): Renamed from
9281         `wl-folder-write-current-newsgroup'.
9282
9283 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9284
9285         * Version number is increased to 2.3.93.
9286
9287 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9290         (wl-ldap-make-matched-value-list): Ditto.
9291         (wl-ldap-alias-safe-string): Split e-mail address.
9292
9293         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9294         petname folder default was selected.
9295         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9296         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9297
9298 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9299
9300         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9301         to `wl-draft-config-exec'.
9302
9303         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9304         instead of calling `wl-draft-config-exec';
9305         Process group-list and show recipients in minibuffer.
9306
9307         * tm-wl.el (wl-draft-preview-message): Ditto.
9308
9309 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9310
9311         * wl.el (toplevel): Added (C) to copyright notice, and
9312         sync Author header.
9313         * tm-wl.el (toplevel): Ditto.
9314         * wl-address.el (toplevel): Ditto.
9315         * wl-demo.el (toplevel): Ditto.
9316         * wl-dnd.el (toplevel): Ditto.
9317         * wl-draft.el (toplevel): Ditto.
9318         * wl-e21.el (toplevel): Ditto.
9319         * wl-expire.el (toplevel): Ditto.
9320         * wl-folder.el (toplevel): Ditto.
9321         * wl-highlight.el (toplevel): Ditto.
9322         * wl-message.el (toplevel): Ditto.
9323         * wl-mime.el (toplevel): Ditto.
9324         * wl-mule.el (toplevel): Ditto.
9325         * wl-nemacs.el (toplevel): Ditto.
9326         * wl-refile.el (toplevel): Ditto.
9327         * wl-score.el (toplevel): Ditto.
9328         * wl-summary.el (toplevel): Ditto.
9329         * wl-template.el (toplevel): Ditto.
9330         * wl-thread.el (toplevel): Ditto.
9331         * wl-util.el (toplevel): Ditto.
9332         * wl-vars.el (toplevel): Ditto.
9333         * wl-xmas.el (toplevel): Ditto.
9334
9335 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9336
9337         * wl.el (wl-init): Added comment about `wl-init-hook'.
9338         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9339         * wl-vars.el (wl-init-hook): Added docs.
9340         (wl-make-plugged-hook): Removed useless docs.
9341         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9342         * wl-xmas.el (toplevel): Ditto.
9343
9344 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9345
9346         * wl-address.el (toplevel): Fixed multiple Author header format.
9347         * wl-demo.el (toplevel): Ditto.
9348         * wl-draft.el (toplevel): Ditto.
9349         * wl-folder.el (toplevel): Ditto.
9350         * wl-summary.el (toplevel): Ditto.
9351         * wl-thread.el (toplevel): Ditto.
9352         * wl-util.el (toplevel): Ditto.
9353         * wl-vars.el (toplevel): Ditto.
9354         * wl-version.el (toplevel): Ditto.
9355         * wl-xmas.el (toplevel): Ditto.
9356         * wl.el (toplevel): Ditto.
9357
9358         * wl-version.el (toplevel): Added require `elmo-version' for
9359         `product-version-as-string'.
9360
9361 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9362
9363         * wl-vars.el (wl-draft-send-hook): Changed default value to
9364         '(wl-draft-config-exec).
9365
9366         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9367         explicitly.
9368         (wl-draft): Set `wl-draft-config-exec-flag' before running
9369         `wl-mail-setup-hook'.
9370
9371         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9372         `wl-biff-init-icons' to `wl-init-hook' instead of
9373         `wl-make-plugged-hook'.
9374         (Because if `wl-draft' command is invoked at first,
9375         they are not initialized)
9376         Updated copyright notice.
9377
9378         * wl-e21.el (toplevel): Ditto;
9379
9380         * wl-demo.el (toplevel): Updated copyright notice.
9381         * wl-address.el (toplevel): Ditto.
9382         * wl-draft.el (toplevel): Ditto.
9383         * wl-version.el (toplevel): Ditto.
9384         * wl-folder.el (toplevel): Ditto.
9385         * wl-summary.el (toplevel): Ditto.
9386         * wl-thread.el (toplevel): Ditto.
9387         * wl-util.el (toplevel): Ditto.
9388         * wl-vars.el (toplevel): Ditto.
9389         * wl.el (toplevel): Ditto.
9390
9391 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9392
9393         * wl-highlight.el (wl-highlight-message): Fixed problem of
9394         highlighting failure which occured when the last field contains
9395         multiple lines in the draft buffer.
9396
9397         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9398         `wl-biff-start' if plugged.
9399
9400         * wl-util.el (wl-biff-check-folder): New function.
9401         (wl-biff-check-folders): Don't set session name prefix.
9402         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9403         (wl-biff-check-folder-async): Ditto.
9404
9405         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9406         in email address.
9407
9408 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9409
9410         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9411
9412         * wl-draft.el (wl-draft-strip-subject-re): New function.
9413
9414         * wl-draft.el (wl-draft-reply): Use it.
9415
9416 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9417
9418         * wl-message.el (wl-mmelmo-message-redisplay): Use
9419         `mime-display-message' instead of `wl-mime-display-message'.
9420
9421         * wl-mime.el (toplevel): Removed compatibility workaround
9422         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9423         (wl-mime-display-message): Abolished.
9424         (wl-mime-entity-read-field): Ditto.
9425         (wl-mime-combine-message/partial-pieces): Use
9426         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9427
9428 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9429
9430         * wl-template.el: Doc fixes.
9431
9432 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9433
9434         * wl-e21.el (wl-message-overload-functions): Do nothing if
9435         `current-local-map' is not available.
9436         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9437
9438 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9439
9440         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9441         representation.
9442
9443         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9444         number.
9445         (wl-fldmgr-save-folders): Don't use `format' when insert
9446         `wl-fldmgr-folders-header'.
9447
9448 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9449
9450         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9451
9452 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-highlight.el (wl-highlight-message):
9455         Use `std11-field-end' to detect end point of the header field.
9456         Refer `wl-highlight-max-header-size'.
9457
9458         * wl-vars.el (wl-highlight-max-header-size): New variable.
9459
9460         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9461
9462         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9463         Set `for-draft' argument of wl-highlight-headers.
9464         (wl-draft): Ditto.
9465         (wl-draft-reedit): Ditto.
9466         (wl-user-agent-compose-internal): Ditto.
9467
9468 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9469
9470         * wl-message.el (wl-message-add-button): Use overlay.
9471
9472 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9473
9474         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9475
9476         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9477         problem when group-list content is nothing.
9478         (Reported by Mito <mit@nines.nec.co.jp>)
9479
9480 2000-10-18  SAITO Atsunori <sai@yedo.com>
9481
9482         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9483
9484 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9485
9486         * tm-wl.el (toplevel): Use product-provide.
9487
9488 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9489
9490         * Version number is increased to 2.3.92.
9491
9492 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9493
9494         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9495         title text, use `display' property for left margin under Emacs 21.
9496
9497         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9498         properties.
9499         (wl-plugged-init-icons): Ditto.
9500
9501 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9502
9503         * wl.el (wl-save-status, wl-init): Remove last period in
9504         "...done." message.
9505         * tm-wl.el (wl-summary-burst): Ditto.
9506         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9507         wl-summary-resume-cache-status,
9508         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9509         wl-summary-sync-update3, wl-summary-highlight-msgs,
9510         wl-summary-flush-pending-append-operations,
9511         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9512         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9513         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9514         wl-thread-open-all): Ditto.
9515         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9516         * wl-mime.el (wl-summary-burst): Ditto.
9517         * wl-highlight.el (wl-highlight-summary): Ditto.
9518         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9519         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9520         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9521         * wl-address.el (wl-local-address-init): Ditto.
9522
9523 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9524
9525         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9526         `add-text-properties'.
9527         (wl-plugged-init-icons): Ditto.
9528         (wl-folder-init-icons): Use `propertize' instead of
9529         `put-text-property'.
9530         (wl-plugged-set-folder-icon): Ditto.
9531         (wl-e21-highlight-folder-group-line): Ditto.
9532
9533 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9534
9535         * wl-version.el (wl-version-status-alist): New variable.
9536         (wl-version-status): New function.
9537
9538         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9539         "Cc" part of the case "Reply-To".
9540
9541         * wl-draft.el (wl-draft-reply): Use result of
9542         `eword-extract-address-components'.
9543
9544         * wl-demo.el (wl-demo-icon-name): New constant.
9545         (wl-logo-xpm): Use it.
9546         (wl-logo-xbm): Ditto.
9547         (wl-logo-bitmap): Ditto.
9548
9549         * Version number is increased to 2.3.91.
9550
9551 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9552
9553         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9554         (wl-extended-emacs-version, wl-extended-emacs-version2,
9555         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9556         docstring.
9557
9558         * wl-version.el (wl-generate-user-agent-string-1): New function.
9559         (wl-generate-user-agent-string): Use it.
9560
9561         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9562         `mime-edit-insert-user-agent-field'.
9563         (wl-generate-user-agent-string): Check
9564         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9565
9566         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9567         instead of `if', when verbose case.
9568
9569 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9570
9571         * wl-expire.el (wl-summary-expire): Fix.
9572
9573 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9574
9575         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9576         and `elmo-lost+found-folder' if 'wl-draft.
9577         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9578
9579 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9580
9581         * wl-expire.el (wl-summary-expire): Change messages.
9582         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9583         `deleing-info' instead of "Deleting..."
9584
9585 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9586
9587         * wl-summary.el (wl-summary-refile-subr): Fix.
9588
9589 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9590
9591         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9592         if pipe folder.
9593
9594 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9595
9596         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9597
9598 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9599
9600         * wl-expire.el (wl-expire-hide): New function.
9601         (wl-summary-expire): Add `hide'.
9602
9603 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9604
9605         * wl-vars.el (wl-draft-reply-without-argument-list):
9606         Changed default value to consider `Reply-To:'.
9607         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9608
9609         * Version number is increased to 2.3.90.
9610
9611         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9612         elmo-imap4-get-session with unwind-protect.
9613         Don't cause error.
9614         (wl-summary-sync-marks): Don't check plugged nor folder type.
9615         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9616         (Always keep current buffer).
9617
9618 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9619
9620         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9621         Enclose with `save-excursion'.
9622
9623 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9624
9625         * wl-version.el (wl-version): Remove interactive.
9626
9627 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9628
9629         * wl-version.el (wl-generate-user-agent-string): Use
9630         `product-string-verbose' instead of `product-string-1'.
9631
9632 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9633
9634         * wl-vars.el (wl-draft-use-cache): New variable.
9635         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9636         if wl-draft-use-cache is non-nil.
9637
9638 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9639
9640         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9641         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9642
9643 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9644
9645         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9646         (wl-thread-msg-mark-as-unread): Ditto.
9647
9648         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9649         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9650         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9651         Don't set mark in summary if return value of `elmo-mark-as-read'
9652         is nil.
9653         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9654         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9655         instead of `wl-thread-msg-mark-as-read'.
9656         (wl-summary-mark-as-unread-region): Ditto.
9657         (wl-summary-target-mark-mark-as-read): Ditto.
9658
9659         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9660
9661 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9662
9663         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9664
9665         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9666
9667 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9668
9669         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9670         face.
9671
9672 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9673
9674         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9675         `running-xemacs'.
9676
9677 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9678
9679         * wl-version.el (toplevel): Use `product-version-as-string' for
9680         set verstion-string, if defined.
9681
9682         * wl-version.el (wl-version-show): Insert string at point, when
9683         call with argument.
9684
9685         * wl-version.el (wl-generate-user-agent-string): Use
9686         `product-string-1' instead of `wl-appname', `wl-version' and
9687         `wl-codename'.
9688
9689 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9690
9691         * wl-address.el (toplevel): Use product-provide.
9692         * wl-demo.el (toplevel): Ditto.
9693         * wl-dnd.el (toplevel): Ditto.
9694         * wl-draft.el (toplevel): Ditto.
9695         * wl-e21.el (toplevel): Ditto.
9696         * wl-expire.el (toplevel): Ditto.
9697         * wl-fldmgr.el (toplevel): Ditto.
9698         * wl-folder.el (toplevel): Ditto.
9699         * wl-highlight.el (toplevel): Ditto.
9700         * wl-message.el (toplevel): Ditto.
9701         * wl-mime.el (toplevel): Ditto.
9702         * wl-mule.el (toplevel): Ditto.
9703         * wl-nemacs.el (toplevel): Ditto.
9704         * wl-refile.el (toplevel): Ditto.
9705         * wl-score.el (toplevel): Ditto.
9706         * wl-summary.el (toplevel): Ditto.
9707         * wl-template.el (toplevel): Ditto.
9708         * wl-thread.el (toplevel): Ditto.
9709         * wl-util.el (toplevel): Ditto.
9710         * wl-vars.el (toplevel): Ditto.
9711         * wl-xmas.el (toplevel): Ditto.
9712         * wl.el (toplevel): Ditto.
9713
9714 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9715
9716         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9717         instead of product.
9718
9719         * wl-version.el (wl-version): Compile time evalution elmo-version.
9720
9721 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9722
9723         * wl-summary.el (wl-summary-sync-force-update): Append queue
9724         `mark-as-read'if unplugged.
9725
9726 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9727
9728         * wl-version.el: New file.  Use product.el.
9729         * wl.el: add (require 'wl-version).
9730         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9731         for ~/.folders header.
9732         (wl-fldmgr-folders-header): Changed.
9733         * wl-demo.el (wl-demo): Use product.el.
9734
9735         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9736         wl-version.el.
9737         * wl-util.el (wl-version, wl-version-show): Ditto.
9738
9739         * wl-util.el (wl-generate-user-agent-string,
9740         wl-extended-emacs-version, wl-extended-emacs-version2,
9741         wl-extended-emacs-version3): Move to wl-version.el.
9742         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9743         xemacs-codename, mime-edit-insert-user-agent-field,
9744         mime-edit-user-agent-value, mime-editor/version,
9745         mime-editor/codename): Compile warning killer move to
9746         wl-version.el
9747
9748 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9749
9750         * wl-summary.el (wl-summary-refile-subr): Fix.
9751
9752 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9753
9754         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9755         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9756
9757 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9758
9759         * wl.el (wl-check-environment): Check too many `@'.
9760
9761 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9762
9763         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9764
9765 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9766
9767         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9768         wl-draft-reply-myself-without-argument-list): Add variables.
9769         * wl-draft.el (wl-draft-reply): Use it.
9770
9771 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9772
9773         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9774         the 5th argument of `elmo-network-get-spec'.
9775
9776         * wl-thread.el (wl-thread-reparent-children): New inline function.
9777         (wl-thread-delete-message): Use it.
9778
9779         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9780         (wl-summary-score-update-all-lines): Don't use `dolist'.
9781
9782 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9783
9784         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9785         (require 'elmo-msgdb) for inline function.
9786
9787 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9788
9789         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9790
9791 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9792
9793         * wl-score.el (wl-score-headers): Fix for the confusing macro
9794         `elmo-kill-buffer'.
9795
9796 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9797
9798         * wl-summary.el: Don't use the 3rd argument of `require' because
9799         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9800         * wl-util.el: Ditto.
9801         * wl-draft.el: Ditto.
9802
9803 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9804
9805         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9806         window system is not used.
9807
9808 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9809
9810         * wl-thread.el: Don't use `mapcar' only for iteration.
9811         (wl-thread-resume-entity): Ditto.
9812         (wl-thread-delete-message): Ditto.
9813
9814         * wl-summary.el: Bind `dragdrop-drop-functions',
9815         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9816         of `require' for `timezone', `easymenu' and `ps-print';
9817         don't use `mapcar' only for iteration.
9818
9819         * wl-util.el: Bind `mule-version', `nemacs-version',
9820         `emacs-beta-version', `xemacs-codename',
9821         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9822         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9823         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9824         only for iteration.
9825
9826         * wl-score.el: Don't use `mapcar' only for iteration.
9827         (wl-score-simplify-buffer-fuzzy): Ditto.
9828         (wl-score-simplify-subject): Ditto.
9829         (wl-score-headers): Ditto.
9830         (wl-summary-score-update-all-lines): Ditto.
9831
9832         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9833         `enable-multibyte-characters' and `mule-version'.
9834
9835         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9836         `mapcar' only for iteration.
9837
9838         * wl-demo.el: Don't use `mapcar' only for iteration.
9839
9840         * wl-folder.el: Don't use `mapcar' only for iteration.
9841         (wl-folder-open-all): Ditto.
9842         (wl-folder-count-incorporates): Ditto.
9843
9844         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9845         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9846
9847         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9848         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9849         `smtp-connection-type'; specify 3rd argument of `require' for
9850         `timezone'; don't use `mapcar' only for iteration.
9851         (wl-draft-clone-local-variables): Don't use `mapcar'.
9852         (wl-draft-generate-clone-buffer): Ditto.
9853         (wl-user-agent-compose-internal): Ditto.
9854
9855         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9856
9857         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9858         (wl-save-status): Ditto.
9859
9860         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9861         for iteration.
9862
9863 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9864
9865         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9866         removed `Date'.
9867         (wl-fldmgr-make-filter-default): New user option.
9868
9869         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9870         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9871         (wl-fldmgr-filter-completion-alist): Abolish.
9872
9873         * wl.el (wl): Don't check servers if arg is non-nil.
9874
9875         * wl-draft.el (wl-draft-reply): Set only message-id string to
9876         In-Reply-To field.
9877
9878 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9879
9880         * wl-summary.el (wl-summary-pick): Rewrite.
9881
9882         * wl-draft.el (wl-draft-forward): Get references field from
9883         original buffer.
9884         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9885
9886 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9887
9888         * wl-draft.el (wl-draft-forward): Add references field.
9889
9890 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9891
9892         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9893         (wl-draft-reply): Use it.
9894
9895 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9896
9897         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9898         when Emacs 21 is running.
9899
9900         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9901         bindings.
9902
9903 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9904
9905         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9906         XPM icons transparent.
9907
9908         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9909         Emacs 21.
9910
9911 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9912
9913         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9914         nil.
9915
9916         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9917         when it is persistent.
9918         (wl-summary-sync-marks): Changed argument for
9919         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9920         (wl-summary-virtual): Use `elmo-read-search-condition'.
9921         (wl-summary-redisplay-internal): If folder is local, mark as read
9922         even when folder is plugged.
9923
9924 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9925
9926         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9927         of `tool-bar-lines' in the frame parameters.
9928         (after-make-frame-functions, post-command-hook): Don't modify the
9929         value.
9930         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9931         wl-e21-tool-bar-lines): Removed.
9932
9933 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9934
9935         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9936         properties `evaporate' and `wl-momentary-overlay' as well.
9937         (wl-highlight-summary-displaying): Ditto.
9938         (wl-delete-all-overlays): Don't delete overlay which does not have
9939         a property `wl-momentary-overlay'.
9940
9941         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9942         `display-mouse-p' and `display-graphic-p'.
9943         (wl-folder-init-icons): Don't search for XBM or the other files.
9944         (wl-plugged-set-folder-icon): Make icons if and only if
9945         `display-graphic-p' returns non-nil.
9946         (wl-highlight-plugged-current-line): Use `before-string' overlay
9947         property to show icon images.
9948         (wl-highlight-folder-current-line): Ditto.
9949         (wl-e21-highlight-folder-group-line): Ditto.
9950         (wl-e21-highlight-folder-by-numbers): Ditto.
9951         (wl-e21-insert-image): Removed.
9952         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9953         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9954         said.
9955         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9956         `wl-e21-force-switch-toolbar'.
9957         (wl-e21-make-icon-image): Removed.
9958         (wl-e21-setup-toolbar): Don't search for XBM files.
9959         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9960         the default value.
9961
9962 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9963
9964         * wl-util.el (wl-biff-check-folder-async): Set
9965         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9966
9967 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9968
9969         * wl-e21.el (after-make-frame-functions): Add
9970         `wl-e21-force-switch-toolbar'.
9971         (wl-e21-force-switch-toolbar): New function force to switch the
9972         toolbar appearance automatically.
9973         (post-command-hook): Add `wl-e21-switch-toolbar'.
9974         (wl-e21-switch-toolbar): New function to switch the toolbar
9975         appearance automatically.
9976         (wl-e21-tool-bar-lines): New buffer local variable.
9977
9978 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9979
9980         * wl-util.el (wl-biff-check-folders-running): New variable.
9981         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9982         (wl-biff-check-folder-async-callback):
9983         Set `wl-biff-check-folders-running'.
9984         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9985         with unwind-protect.
9986
9987         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9988         Enclose `wl-folder-auto-check' with unwind-protect.
9989
9990         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9991         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9992
9993         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9994
9995         * wl-util.el (wl-biff-notify): New inline function.
9996         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9997         locally.
9998         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9999         folder-list' is 1.
10000         Use `wl-biff-notify'.
10001         (wl-biff-check-folder-async-callback): New function.
10002         (wl-biff-check-folder-async): Ditto.
10003
10004         * wl-folder.el (wl-folder): Don't check folders.
10005         (wl-folder-auto-check): New function.
10006
10007 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10008
10009         * wl-util.el (wl-biff-start) [Emacs19+]:
10010         Use `timer-next-integral-multiple-of-time'.
10011         (wl-biff-check-folders): Use `wl-default-folder'
10012         if `wl-biff-check-folder-list' is nil.
10013
10014 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10015
10016         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10017         instead of `elmo-delete-lists'.
10018
10019 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10020
10021         * wl.el (wl-plugged-toggle-all): Set the value of
10022         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10023         (wl-plugged-toggle): Ditto.
10024         (wl-toggle-plugged): Ditto.
10025         (wl-plugged-init): Ditto.
10026
10027         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10028         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10029         instead of `wl-biff-state-indicator-off' and
10030         `wl-biff-state-indicator-on'; don't modify the value and the type
10031         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10032         (wl-plugged-init-icons): Set icons data to
10033         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10034         instead of `wl-plug-state-indicator-off' and
10035         `wl-plug-state-indicator-on'; don't modify the value and the type
10036         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10037
10038         * wl-vars.el (wl-modeline-biff-state-off,
10039         wl-modeline-biff-state-on, wl-modeline-biff-status,
10040         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10041         wl-modeline-plug-status): New internal variables.
10042         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10043         wl-biff-check-interval, wl-biff-check-folder-list): Change
10044         customization group from `wl-folder' to `wl-highlight'.
10045         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10046         wl-show-plug-status-on-modeline): Defcustomized.
10047
10048         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10049         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10050         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10051         a flag to `mode-line-buffer-identification'.
10052
10053         * wl-e21.el (wl-biff-init-icons): Set icons data to
10054         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10055         instead of `wl-biff-state-indicator-off' and
10056         `wl-biff-state-indicator-on'.
10057         (wl-plugged-init-icons): Set icons data to
10058         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10059         instead of `wl-plug-state-indicator-off' and
10060         `wl-plug-state-indicator-on'.
10061
10062 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10063
10064         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10065         excessive titles.
10066
10067 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10068
10069         * wl.el (wl-plugged-mode): Use revised
10070         `wl-mode-line-buffer-identification'.
10071         (wl-plugged-init): Don't use `force-mode-line-update'.
10072
10073         * wl-xmas.el (wl-draft-overload-functions): Use revised
10074         `wl-mode-line-buffer-identification'.
10075         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10076         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10077         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10078         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10079         `wl-make-plugged-hook';
10080         add `wl-folder-init-icons' and `wl-setup-folder' to
10081         `wl-folder-mode-hook'.
10082
10083         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10084         19 as well.
10085         (wl-mode-line-display-priority-list): New user option.
10086         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10087         Defcustomized.
10088         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10089         Add docs.
10090
10091         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10092         start.
10093         (wl-mode-line-buffer-identification): Revised as a function.
10094
10095         * wl-summary.el (wl-summary-mode): Use revised
10096         `wl-mode-line-buffer-identification'; don't call
10097         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10098         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10099         `wl-xmas-setup-summary'.
10100
10101         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10102         `wl-mode-line-buffer-identification'.
10103
10104         * wl-mule.el (wl-draft-overload-functions): Use revised
10105         `wl-mode-line-buffer-identification'.
10106
10107         * wl-folder.el (wl-make-plugged-alist): Don't call
10108         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10109         (wl-folder): Don't call `wl-folder-init-icons' directly.
10110         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10111         `wl-xmas-setup-folder' directly;
10112         use revised `wl-mode-line-buffer-identification'.
10113         (TopLevel): Don't bind `wl-biff-init-icons',
10114         `wl-plugged-init-icons', `wl-folder-init-icons',
10115         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10116
10117         * wl-e21.el (wl-draft-overload-functions): Use revised
10118         `wl-mode-line-buffer-identification'.
10119         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10120         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10121         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10122         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10123         `wl-make-plugged-hook';
10124         add `wl-folder-init-icons' and `wl-setup-folder' to
10125         `wl-folder-mode-hook'.
10126
10127 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10128             Katsumi Yamaoka    <yamaoka@jpl.org>
10129
10130         * wl.el (wl): Call `wl-biff-start'.
10131         (wl-exit): Call `wl-biff-stop'.
10132         (wl-plugged-mode): Show biff in modeline.
10133         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10134
10135         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10136         (wl-biff-init-icons): New function.
10137         (wl-plugged-init-icons): Don't make too much keymaps.
10138         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10139
10140         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10141         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10142         variables.
10143         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10144         options.
10145
10146         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10147         wl-biff-start, wl-biff-stop): New functions.
10148         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10149         (wl-biff-timer-name): New variable.
10150
10151         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10152
10153         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10154         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10155
10156         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10157         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10158
10159         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10160         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10161         `wl-folder-init-icons' to `ignore' if they are not available.
10162         (wl-folder-mode): Show biff in modeline.
10163
10164         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10165         (wl-biff-init-icons): New function.
10166         (wl-plugged-init-icons): Don't make too much keymaps.
10167         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10168
10169 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10170
10171         * wl-vars.el (wl-strict-diff-folders): Customization Type
10172         and doc fix.  Define as a list of regular expressions for
10173         folders or nil.
10174         * wl-folder.el (wl-folder-check-one-entity): Use
10175         `wl-string-match-member' instead of `wl-string-member' for
10176         `wl-strict-diff-folders'.
10177
10178 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10179
10180         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10181         (wl-highlight-folder-current-line): Use it; new implementation.
10182         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10183         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10184         `defsubst' instead of `defun'.
10185
10186         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10187         `wl-highlight-group-folder-by-numbers'; made it can also be a
10188         number.  See info for more details.
10189
10190         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10191         running.
10192
10193         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10194         to bind them.
10195
10196         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10197         (wl-highlight-folder-current-line): New implementation.
10198
10199         * wl-highlight.el (wl-highlight-folder-group-line): New
10200         implementation.
10201         (wl-delete-all-overlays): Rewrite as a marco.
10202         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10203
10204         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10205         running.
10206         (wl-folder-*-glyph): No need to bind them.
10207
10208         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10209         `wl-e21-highlight-folder-group-icon'; rewrite.
10210         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10211         `defsubst' instead of `defun'.
10212         (wl-folder-mode-map): Bind it when compiling.
10213
10214 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10215
10216         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10217
10218         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10219
10220 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10221
10222         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10223
10224 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10225
10226         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10227         (wl-highlight-folder-current-line): Use it.
10228
10229         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10230         in `id-name'.
10231
10232 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10233
10234         * wl.el: Require `wl-e21' when Emacs 21 is running.
10235
10236         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10237         default when Emacs 21 is running.
10238         (wl-use-highlight-mouse-line): Ditto.
10239         (wl-on-emacs21): New constant.
10240         (wl-on-emacs20): Removed.
10241
10242         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10243         Emacs 21 is running.
10244
10245         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10246         Emacs 21 is running.
10247
10248         * wl-e21.el: New file.
10249
10250 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10251
10252         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10253         (wl-toggle-plugged): Ditto.
10254         (wl-plugged-toggle): Ditto.
10255         (wl-plugged-toggle-all): Ditto.
10256
10257         * wl-vars.el (wl-plug-state-indicator): Refer
10258         `wl-plug-state-indicator-on' indirectly.
10259
10260 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10261
10262         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10263         Call `wl-folder-confirm-existence'.
10264
10265         * wl-folder.el (wl-folder-confirm-existence): Added optional
10266         argument `force'.
10267
10268 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10269
10270         * wl-summary.el (wl-summary-refile-subr): Assume
10271         `copy-or-refile' as symbol.
10272         (wl-summary-refile): Follow up above change.
10273         (wl-summary-copy): Ditto.  Doc fix.
10274
10275 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10276
10277         * wl-summary.el (wl-summary-pick): Don't bind
10278         `elmo-search-mime-charset'.
10279
10280         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10281         default using old backquote style.
10282         (wl-search-mime-charset): Abolished.
10283
10284         * wl-highlight.el (wl-highlight-headers):
10285         Call `point' after `re-search-forward'(for Nemacs).
10286
10287         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10288         for elmo-imap4.el.
10289
10290 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10291
10292         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10293         `wl-message-ignored-field-list' instead of
10294         `mime-view-ignored-field-list'.
10295
10296         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10297         Add interactive spec.
10298         (wl-folder-goto-bottom-of-current-folder): Ditto.
10299         (wl-folder-mode-map): Bind them.
10300
10301         * wl-vars.el (wl-message-ignored-field-list): New variable.
10302         (wl-message-visible-field-list): New variable.
10303
10304         * wl-mime.el (wl-mime-header-presentation-method): New function.
10305         (wl-mime-setup): Set header-presentation-method.
10306
10307 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10308
10309         * wl-nemacs.el (wl-draft-overload-functions): Set
10310         `mode-line-buffer-identification' instead of using
10311         `wl-make-modeline'.
10312
10313         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10314         instead of using `wl-make-modeline'.
10315
10316         * wl-xmas.el (wl-plugged-init-icons): Set up
10317         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10318         (wl-make-modeline): Abolish.
10319         (wl-draft-overload-functions): Set
10320         `mode-line-buffer-identification' instead of using
10321         `wl-make-modeline'.
10322
10323         * wl-util.el (wl-make-modeline-subr): Abolish.
10324         (wl-mode-line-buffer-identification): New alias.
10325
10326         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10327         (wl-summary-make-modeline): Abolish.
10328         (wl-summary-buffer-set-folder): Set
10329         `wl-summary-buffer-folder-indicator'.
10330         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10331         of using `wl-make-modeline'.
10332         (wl-summary-switch-to-clone-buffer): Don't set
10333         `mode-line-buffer-identification'.
10334         (wl-summary-goto-folder-subr): Ditto.
10335
10336         * wl-mule.el (wl-draft-overload-functions): Set
10337         `mode-line-buffer-identification' instead of using
10338         `wl-make-modeline'.
10339
10340         * wl-folder.el (wl-folder-mode): Set
10341         `mode-line-buffer-identification' instead of using
10342         `wl-make-modeline'.
10343         (wl-folder): Don't set `mode-line-buffer-identification'.
10344
10345 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10346
10347         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10348         instead of `member' for `wl-refile-guess-func-list' look-ups.
10349         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10350
10351 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10352
10353         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10354         `wl-message-button-dispatcher'.
10355
10356         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10357
10358         * wl-message.el (wl-message-button-dispatcher): Use it.
10359
10360         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10361         "In-Reply-To".
10362
10363         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10364         Bind `case-fold-search' to t.
10365
10366 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10367
10368         * wl-xmas.el (wl-message-overload-functions): Initialize
10369         `wl-message-button-map'.
10370
10371         * wl-mule.el (wl-message-overload-functions): Initialize
10372         `wl-message-button-map'.
10373
10374         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10375
10376         * wl-message.el (wl-message-button-map): New keymap.
10377         (wl-message-add-button): New function.
10378         (wl-message-button-dispatcher): New function.
10379         (wl-message-button-refer-article): New function.
10380
10381         * wl-highlight.el
10382         (wl-highlight-message-add-buttons-to-header): New function.
10383         (wl-highlight-headers): Use it.
10384
10385 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10386
10387         * wl-summary.el (wl-summary-default-from): Use
10388         `wl-address-get-petname-1'.
10389         (wl-summary-simple-from): Ditto.
10390
10391         * wl-address.el (wl-address-get-petname-1): New inline function.
10392         (wl-address-get-petname): Use it.
10393
10394 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10395
10396         * wl-summary.el (wl-summary-default-from): Return full-name part
10397         from the address if no petname was found.
10398         (wl-summary-simple-from): Ditto.
10399
10400         * wl-address.el (wl-address-get-petname): Return nil if no petname
10401         associated with the address was found.
10402
10403 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10404
10405         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10406         display is finished.
10407
10408 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10409
10410         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10411         `elmo-folder-exists-p' argument.
10412
10413 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10414
10415         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10416         the folder.
10417
10418 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10419
10420         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10421
10422         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10423         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10424
10425 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10426
10427         * wl-folder.el (wl-folder-create-subr): New function.
10428         (wl-folder-confirm-existence): Use it.
10429         (wl-folder-check-one-entity): Use it.
10430         Check the error symbol is derived from 'elmo-open-error.
10431
10432         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10433         `ignore-error'.
10434
10435 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10436
10437         * wl-util.el (toplevel): Add (eval-when-compile (require
10438         'elmo-util)).  (Maybe `provide' is typo.)
10439
10440 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10441
10442         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10443         (I don't know why this was needed.)
10444
10445         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10446         Follow up changes for stream-type.
10447
10448         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10449         (wl-draft-elmo-nntp-send): Ditto.
10450
10451         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10452         (wl-nntp-posting-stream-type): Ditto.
10453         (wl-pop-before-smtp-ssl): Abolished.
10454         (wl-nntp-posting-ssl): Ditto.
10455
10456         * wl-address.el (wl-address-quote-specials): New function.
10457         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10458
10459         * wl-draft.el (wl-draft-reply): Ditto.
10460
10461 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10462
10463         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10464         use function `wl-string-match-assoc'.
10465
10466 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10467
10468         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10469
10470         * wl-draft.el (wl-draft-deduce-address-list): New function.
10471         (wl-draft-parse-mailbox-list): Ditto.
10472         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10473         instead of `smtp-deduce-address-list'.
10474         (wl-draft-on-field-p): Follow group list.
10475
10476         * wl-address.el (wl-address-concat-token): New function.
10477         (wl-address-string-without-group-list-contents): Ditto.
10478         (wl-complete-field-body): Fixed problem of completion
10479         by japanese petname.
10480         (wl-address-make-completion-list): Rewrite.
10481
10482 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10483
10484         * wl-address.el (wl-address-make-completion-list): Completion by
10485         petname.
10486         (wl-complete-field-body): Likewise.
10487
10488 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10489
10490         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10491         contains invalid address syntax.
10492
10493 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10494
10495         * wl-folder.el (wl-folder-check-entity-async): Use
10496         `elmo-nntp-spec-hostname'.
10497
10498 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10499
10500         * wl-summary.el (wl-summary-msgdb-load-async): Use
10501         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10502
10503 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10504
10505         * wl-draft.el (wl-draft-reply): Set argument
10506         `content-transfer-encoding' as nil.
10507
10508 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10509
10510         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10511         `wl-refile-alist'.
10512
10513 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10514
10515         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10516         (wl-draft-edit-string): Ditto.
10517         (wl-draft-forward): Ditto.
10518         * wl-summary.el (wl-summary-write): Ditto.
10519
10520 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10521
10522         * wl-summary.el (wl-summary-sync-update3): Call
10523         `wl-summary-buffer-number-column-detect'.
10524         (wl-summary-buffer-number-column-detect): Search from point-min.
10525
10526 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10527
10528         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10529         contains an address which is not included in original to or cc.
10530
10531 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10532
10533         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10534         begin-line does not exist.
10535         * wl-message.el (wl-message-uu-substring): Ditto.
10536
10537 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10538
10539         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10540         clear local variables.
10541         (wl-summary-exit): Call `elmo-commit'.
10542         (wl-summary-switch-to-clone-buffer): Call
10543         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10544         (wl-summary-goto-folder-subr): Ditto.
10545
10546         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10547         POP folder.
10548
10549 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10550
10551         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10552         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10553         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10554         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10555         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10556         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10557
10558         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10559
10560 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10561
10562         * wl-summary.el (wl-summary-search-by-subject):
10563         Search parent message from the latest one.
10564
10565 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10566
10567         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10568         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10569
10570         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10571         New user option.
10572
10573         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10574         if elmo-nntp-use-killed-list is nil.
10575         Use `elmo-msgdb-append-to-killed-list'.
10576         (Append numbers confirmed as disappeared to the killed list.)
10577         (wl-summary-confirm-appends): Don't display negative number.
10578
10579 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10580
10581         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10582
10583 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10584
10585         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10586         range is `all'.
10587         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10588         `elmo-list-bigger-diff'.
10589
10590 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10591
10592         * wl-summary.el (wl-summary-buffer-exit-func):
10593         New buffer local variable.
10594         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10595
10596 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10597
10598         * wl-demo.el (wl-demo): Fix the last change.
10599
10600 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10601
10602         * wl-demo.el (wl-demo): Don't use `eval'.
10603
10604 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10605
10606         * wl-summary.el (wl-summary-buffer-thread-modified):
10607         New buffer-local variable.
10608         (wl-summary-set-thread-modified): New function.
10609         (wl-summary-thread-modified-p): New function.
10610         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10611         (wl-summary-yank-saved-message): Use function
10612         `wl-summary-set-thread-modified'
10613         (wl-summary-switch-to-clone-buffer): Add
10614         `wl-summary-buffer-thread-modified'.
10615
10616         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10617         (wl-summary-buffer-mark-saved-hook): Ditto.
10618         * wl-summary.el (wl-summary-msgdb-save): New hook
10619         `wl-summary-buffer-message-saved-hook' and
10620         `wl-summary-buffer-mark-saved-hook'.
10621
10622 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10623
10624         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10625
10626 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10627
10628         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10629         don't hide scroll bars under FSF Emacsen because it may incur an
10630         undesirable redrawing.
10631
10632 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10633
10634         * wl-draft.el (wl-draft-edit-string): Call
10635         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10636
10637 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10638
10639         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10640
10641 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10642
10643         * wl-summary.el (wl-summary-msgdb-load-async): Call
10644         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10645
10646 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10647
10648         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10649         fringes in demo buffer; center bitmap logo correctly even if old
10650         Mule is used.
10651
10652 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10653
10654         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10655
10656         * wl-refile.el (wl-refile-subject-alist): New variable.
10657         (wl-refile-subject-alist-file-name): Ditto.
10658         (wl-refile-alist-setup): Rewrite.
10659         (wl-refile-alist-save): Use `elmo-object-save'.
10660         Eliminated arguments.
10661         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10662         (wl-refile-guess-by-subject): New function.
10663         (wl-refile-guess-func-list): Added it.
10664
10665 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10666
10667         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10668         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10669
10670 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10671
10672         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10673         New buffer-local variable.
10674         (wl-summary-buffer-next-folder-func): Ditto.
10675         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10676         if non-nil.
10677         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10678         if non-nil.
10679         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10680         if non-nil.
10681         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10682         if non-nil.
10683
10684 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10685
10686         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10687         permanently in the demo buffer.
10688
10689 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10690
10691         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10692         `mime-entity-fetch-field'.
10693
10694         * wl.el (wl-exit): Delete plugged buffer.
10695
10696         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10697         XEmacs has menubar feature.
10698
10699 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10700
10701         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10702         cannot arrive at the beginning of the buffer under old Emacsen.
10703
10704 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10705
10706         * wl-address.el (wl-address-ldap-search):
10707         Call `ldap-search-entries' with `withdn' argument t.
10708         (wl-complete-field-body): Bind completion-ignore-case as t.
10709         Clear ldap search hash when it was sole completion.
10710         Use elmo-string for pattern string.
10711         (wl-ldap-alias-safe-string): Eliminated needless let.
10712
10713 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10714
10715         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10716         (wl-ldap-alias-sep): New constant.
10717         (wl-ldap-search-attribute-type-list): Ditto.
10718         (wl-ldap-get-value): New function.
10719         (wl-ldap-make-filter): Ditto.
10720         (wl-ldap-make-matched-value-list): Ditto.
10721         (wl-ldap-alias-safe-string): Ditto.
10722         (wl-ldap-register-dn-string): Ditto.
10723         (wl-address-ldap-search): Rewrite.
10724
10725 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10726
10727         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10728         thread is deleted.
10729         (wl-thread-delete-line-from-buffer): Ditto.
10730         (wl-thread-get-exist-children): New function.
10731
10732 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10733
10734         * wl-demo.el (wl-demo): Made it to select various image types.
10735         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10736         from `wl-title-logo'.
10737         (wl-logo-ascii): New variable.
10738         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10739         (wl-demo-copyright-notice): New constant.
10740
10741         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10742
10743 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10744
10745         * wl-vars.el (wl-summary-target-above): Renamed from
10746         wl-summary-temp-above.
10747         * wl-score.el (wl-score-get-score-alist): Use it.
10748         (wl-summary-score-update-all-lines): Use it.
10749         * wl-summary.el: Ditto. (make-variable-buffer-local).
10750
10751 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10752
10753         * wl-vars.el (wl-ldap-port): New user option.
10754
10755         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10756         Rewite whole implementation.
10757         (wl-complete-field-body): Fixed.
10758
10759 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10760
10761         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10762         Choose implementation at compile time.
10763
10764 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10765
10766         * wl-address.el (wl-ldap-search-internal): New function.
10767         (wl-complete-field-to): Use it.
10768
10769 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10770
10771         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10772         Use `let' instead of `let*'.
10773         Require 'wl-vars.
10774
10775         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10776         Define as defcustom.
10777         (wl-ldap-base): Ditto.
10778         (wl-use-ldap): Ditto.
10779
10780 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10781
10782         * wl-address.el (wl-ldap-search): New function.
10783         (wl-complete-field-body): Use `wl-ldap-search'.
10784         (wl-ldap-server): New variable.
10785         (wl-ldap-base): Ditto.
10786         (wl-use-ldap): Ditto.
10787
10788 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10789
10790         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10791         (Pointed out by Mito <mit@nines.nec.co.jp>).
10792         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10793         buffer-local variables like `wl-summary-redisplay-internal'.
10794         (wl-summary-redisplay-all-header): Likewise.  Update
10795         Summary view too.
10796
10797 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10798
10799         * wl-summary.el (wl-summary-jump-to-parent-message):
10800         Consider prefix argument.
10801
10802         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10803         when closed thread is deleted.
10804
10805 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10806
10807         * wl-summary.el (wl-summary-jump-to-parent-message):
10808         Consider thread modification.
10809
10810 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10811
10812         * wl-message.el (wl-message-normal-get-original-buffer): Use
10813         `save-excursion'.
10814
10815         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10816         (wl-summary-showto-folder-regexp): Ditto.
10817
10818 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10819
10820         * wl-util.el (wl-delete-alist): Doc fix.
10821         (wl-delete-associations): New function.
10822         (wl-inverse-alist): New function.
10823         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10824         Split temporary variables. Use `wl-delete-associations'
10825         and `wl-inverse-alist'.
10826         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10827
10828 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10829
10830         * wl-folder.el (wl-folder-prefetch-entity):
10831         Execute prefetching if new count is unknown.
10832
10833 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10834
10835         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10836
10837         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10838         delete entity.
10839         (wl-thread-set-parent): If insert as top, set linked as nil.
10840
10841         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10842         `wl-thread-cleanup-symbols' when view mode is thread.
10843
10844 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10845
10846         * wl-folder.el (wl-folder-create-folder-entity): Use
10847         with-current-buffer.
10848         (wl-local-folder-init): Call set-buffer to make sure we are in
10849         the Folder buffer. Don't touch buffer-local variables here.
10850         (wl-folder-mode): Initialize buffer-local variables here.
10851
10852         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10853         (wl-folder-entity-assign-id): Ditto.
10854         (wl-folder-create-entity-hashtb): Ditto.
10855         (wl-local-folder-init): Ditto.
10856         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10857
10858 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10859
10860         * wl-summary.el (wl-summary-default-from): Fix probrem when
10861         std11-extract-address-components return (nil "foo@bar").
10862
10863 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10864
10865         * wl-draft.el (wl-draft-clone-local-variables):
10866         Remove redundant `setq'.
10867
10868 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10869
10870         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10871         Bind wl-highlight-x-face-func as nil while highlighting header.
10872
10873 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10874
10875         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10876
10877 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10878
10879         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10880         elmo-msgdb-overview-hashtb from copy-variables.
10881         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10882         instead of `elmo-msgdb-overview-get-entity-by-number'.
10883         (wl-summary-auto-refile): Ditto.
10884
10885         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10886         `elmo-msgdb-overview-get-entity' instead of
10887         `elmo-msgdb-search-overview-entity'.  Use
10888         `elmo-msgdb-overview-get-entity' instead of
10889         `elmo-msgdb-overview-get-entity-by-number'.
10890         (wl-thread-insert-entity-sub): Ditto.
10891         (wl-thread-insert-message): Ditto.
10892
10893         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10894         `elmo-msgdb-overview-get-entity'.
10895         (wl-normal-message-redisplay): Ditto.
10896
10897 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10898
10899         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10900         `wl-thread-entities'.
10901         (wl-thread-delete-message): Fix remove top message from
10902         `wl-thread-entity-list'.
10903
10904         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10905         wl-append(nconc), because update-list is broken on Meadow.
10906
10907         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10908         updating process.
10909         (wl-summary-rescan): Ditto.
10910         (wl-summary-sync-update3): Ditto.
10911         * wl-thread.el (wl-thread-set-parent): Renamed from
10912         `wl-summary-set-parent'.
10913         (wl-thread-insert-message): Updating buffer faster.
10914         (wl-thread-delete-message): Updating buffer faster.
10915
10916         * wl-score.el (wl-summary-score-update-all-lines): Changed
10917         interval for display progress gauge.
10918
10919 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10920
10921         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10922         folder always-sticky.
10923         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10924         defmacro.
10925
10926 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10927
10928         * wl-vars.el (wl-draft-add-references): New user option.
10929
10930         * wl-draft.el (wl-draft-add-references): New function.
10931         (wl-draft-yank-from-mail-reply-buffer): Use it.
10932         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10933         as nil.
10934
10935 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10936
10937         * wl-thread.el (wl-thread-update-line-msgs): Called
10938         `wl-thread-update-line-on-buffer-sub'.
10939         (wl-thread-update-line-on-buffer): Delete routine of inserting
10940         thread.
10941         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10942         moved from `wl-thread-update-line-on-buffer'.
10943         Add threshold for displaying progress gauge.
10944         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10945         argument of `wl-thread-update-line-msgs'.
10946         Add threshold for displaying progress gauge.
10947         * wl-folder.el:
10948         Add threshold for displaying progress gauge.
10949         * wl-score.el: Ditto.
10950
10951         * wl-expire.el (wl-summary-expire): Display deleting info.
10952
10953 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10954
10955         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10956         `no-msg'.
10957         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10958         argument of `wl-thread-update-line-msgs'.
10959         (wl-summary-set-parent): Added optional argument `parent-number'.
10960         (wl-summary-buffer-saved-message): New buffer local variable.
10961         (wl-summary-save-current-message): New command.
10962         (wl-summary-yank-saved-message): Ditto.
10963         (wl-summary-mode-map): Added key binding for
10964         `wl-summary-save-current-message' (\ew) and
10965         `wl-summary-yank-saved-message' (\C-y).
10966         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10967
10968 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10969
10970         * wl-summary.el (wl-summary-mode-map): Added key binding for
10971         `wl-summary-set-parent' (ts).
10972
10973 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10974
10975         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10976         subject faster. If thread number is reverse, delayed updating
10977         thread.
10978         (wl-summary-search-by-subject): Ditto.
10979         (wl-summary-put-alike): Ditto.
10980         (wl-summary-get-alike): Ditto.
10981         (wl-summary-insert-headers): Insert header of all overview in
10982         buffer.
10983         (wl-summary-rescan): Delayed updating thread. Kill search subject
10984         buffer for wl-summary-search-by-subject.
10985         (wl-summary-sync-update3): Ditto.
10986         (wl-summary-exit): Ditto.
10987         (wl-summary-goto-bottom-of-current-thread): Change for linked
10988         thread.
10989         (wl-summary-overview-create-summary-line): Change line for linked
10990         thread.
10991
10992         * wl-summary.el (wl-summary-update-thread): Use
10993         wl-thread-maybe-get-children-num.
10994         (wl-summary-set-parent): If change parent, move sub thread.
10995         (wl-summary-redisplay-internal): Add horizontal recenter.
10996         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10997
10998         * wl-thread.el (wl-thread-entity-get-linked): New function.
10999         (wl-thread-entity-set-linked): New function.
11000         (wl-thread-create-entity): Add linked element.
11001         (wl-thread-entity-insert-as-top): Use wl-append.
11002         (wl-thread-maybe-get-children-num): If closing thread, return
11003         children msgs.
11004         (wl-thread-update-line-msgs): Displaying progress message.
11005         (wl-thread-update-line-on-buffer-sub): Use
11006         wl-thread-maybe-get-children-num.
11007         (wl-thread-update-line-on-buffer): If update line is not exists,
11008         insert thread.
11009         (wl-thread-delete-message): If delete top msg of thread, search
11010         parent by subject.
11011         (wl-thread-insert-entity): Use
11012         wl-thread-maybe-get-children-num.
11013
11014         * wl-highlight.el (wl-highlight-summary-current-line): change
11015         sregexp for linked thread.
11016         * wl-util.el (wl-count-lines): Count lines.
11017         (wl-horizontal-recenter): horizontal recenter.
11018         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11019         (wl-score-get-alike): Ditto.
11020         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11021         (wl-subject-length-limit): New variable.
11022         (wl-highlight-thread-indent-string-regexp): Changed for linked
11023         thread.
11024
11025 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11026
11027         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11028         New variable (revival).
11029         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11030         by subject matching if there's no in-reply-to nor references field
11031         (revival).
11032
11033 \f
11034 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11035
11036         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11037         message.
11038
11039 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11040
11041         * wl-summary.el (wl-summary-reply): Return t if there was a
11042         message at cursor point.
11043         Added unwind-protect.
11044         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11045         returns t.
11046         (wl-summary-cancel-message): Do nothing when there's no message at
11047         cursor point.
11048         (wl-summary-forward): Ditto.
11049         (wl-summary-jump-to-parent-message): Ditto.
11050         (wl-summary-reedit): Ditto.
11051         (wl-summary-edit-addresses): Ditto.
11052         (wl-summary-pipe-message): Ditto.
11053         (wl-summary-print-message-with-ps-print): Ditto.
11054         (wl-summary-print-message): Ditto.
11055         (wl-summary-mark-as-important): Ditto.
11056         (wl-summary-mark-as-unread): Ditto.
11057
11058         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11059         message at cursor point.
11060         (wl-summary-reply-with-citation): Remove unwind-protect.
11061
11062         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11063         subject searching feature.
11064         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11065         Eliminated.
11066
11067 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11068
11069         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11070         New variable.
11071         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11072         by subject matching if there's no in-reply-to nor references field.
11073
11074         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11075
11076         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11077         when display is finished.
11078         (wl-folder-open-all): Ditto.
11079         (wl-folder-update-access-group): Ditto.
11080         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11081         * wl-thread.el (wl-thread-close-all): Ditto.
11082
11083         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11084         progress gauge only when it was displayed.
11085         * wl-folder.el (wl-folder-insert-entity): Ditto.
11086
11087 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11088
11089         * wl-summary.el (wl-summary-incorporate): Enclose
11090         `wl-summary-sync-force-update' with save-excursion.
11091
11092 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11093
11094         * wl-summary.el (wl-summary-prefetch-region):
11095         Pass current cursor point to `pos-visible-in-window-p' after
11096         moving cursor to the started point.
11097
11098 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11099
11100         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11101
11102         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11103         fields from the forwarding message.
11104         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11105         `ignored-fields'.
11106
11107 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11108
11109         * wl-mime.el (wl-message-request-partial):
11110         Eliminated argument `msgdb'.
11111         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11112         (wl-mime-combine-message/partial-pieces): Likewise.
11113         * tm-wl.el (wl-message-request-partial): Likewise.
11114         (wl-mime-combine-message/partial-pieces): Likewise.
11115
11116 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11117
11118         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11119         when display is finished.
11120
11121 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11122
11123         * wl-summary.el (wl-summary-goto-folder-subr):
11124         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11125
11126 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11127
11128         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11129         when cursor point is visible.
11130
11131 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11132
11133         * wl-expire.el (wl-expire-archive-get-max-number):
11134         Don't use `file-name-directory'.
11135
11136 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11137
11138         * wl-expire.el (wl-expire-archive-get-max-number):
11139         Use `file-name-directory'.
11140
11141 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11142
11143         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11144         only when there is progress.
11145
11146 2000-04-13  Mito <mit@nines.nec.co.jp>
11147
11148         * wl-summary.el (wl-summary-sync-marks): Display progress.
11149
11150 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11151
11152         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11153         (wl-summary-prev): Move cursor regardless of unread status.
11154         (wl-summary-next): Ditto.
11155
11156 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11157
11158         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11159         Added argument `target' and `number'.
11160         * tm-wl.el (wl-summary-burst-subr): New function.
11161         (wl-summary-burst): Use it.
11162
11163 2000-04-10  Mito <mit@nines.nec.co.jp>
11164
11165         * wl-mime.el (wl-burst): New function.
11166         (wl-summary-burst): Use it.
11167
11168 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11169
11170         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11171         as petname when there's no candidate.
11172
11173 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11174
11175         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11176         New variable.
11177         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11178
11179         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11180
11181         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11182
11183 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11184
11185         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11186         Use substring of `original' instead of buffer-substring.
11187         (wl-refile-evaluate-rule):
11188         Set `original' argument of wl-refile-expand-newtext.
11189
11190         * wl-summary.el
11191         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11192         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11193         (wl-summary-auto-refile): Check existence of destination folder just
11194         before marking.
11195
11196 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11197
11198         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11199         when wl-refile-get-field-value return nil.
11200
11201 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11202
11203         * wl-refile.el
11204         (wl-refile-expand-newtext): New function imported from Gnus.
11205         (wl-refile-evaluate-rule): Use it.
11206
11207 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11208
11209         * wl-summary.el (wl-summary-print-destination):
11210         Duplicate folder string to avoid putting text-property on
11211         original string.
11212
11213         * wl-refile.el (wl-refile-get-field-value): New function.
11214         (wl-refile-evaluate-rule): New function;
11215         Evaluate refile rule recursively.
11216         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11217         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11218         New function; Check existence of a target folder recursively.
11219         (wl-summary-auto-refile-check-refile-rule-alist):
11220         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11221
11222 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11223
11224         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11225
11226         * wl-folder.el (wl-create-folder-entity-from-buffer):
11227         Fixed problem when '}' character is contained in folder name.
11228
11229         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11230
11231 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11232
11233         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11234         (wl-fldmgr-add-completion-all-completions):
11235         Use wl-fldmgr-add-completion-hashtb.
11236
11237 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11238
11239         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11240         wl-fldmgr-add-completion-subr): New functions.
11241         * wl-folder.el (wl-folder-completion-func): New variable.
11242         * wl-summary.el (wl-summary-read-folder):
11243         Use wl-folder-completion-func.
11244
11245         * wl-refile.el: Eliminate throw & catch.
11246
11247         * wl.el (wl-plugged-sending-queue-status): Fixed.
11248
11249 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11250
11251         * wl-draft.el (wl-draft): Put category property on
11252         mail-header-separator.