* wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
4         (wl-fldmgr-delete-line): Change from macro to function. Use
5         `point-at-bol' and `point-at-eol'.
6
7         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
8         `function' for lambda.
9
10         * wl.el (wl-plugged-server-indent): Change from macro to function.
11
12         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
13
14         * wl-draft.el (wl-draft-config-body-goto-header)
15         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
16         macro to function.
17
18         * wl-score.el (wl-score-get-alike): Change from macro to
19         inline-function.
20
21         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
22         instead of `mapcar'. Don't use `function' for lambda.
23         (wl-read-search-condition-internal): Don't use `function' for
24         lambda.
25         (wl-kill-buffers): Change from macro to function.
26         (wl-count-lines): Change from macro to inline-function.
27
28         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
29
30         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
31
32         * wl.el (wl-plugged-change): Suppress compile warnings; Use
33         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
34         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
35         * wl-address.el (wl-complete-window-show): Ditto.
36         * wl-message.el (wl-message-select-buffer): Ditto.
37         * wl-template.el (wl-template-show): Ditto.
38         * wl-util.el (wl-collect-summary): Ditto.
39         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
40         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
41         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
42         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
43         (wl-score-edit-insert-number): Ditto.
44
45         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
46         symbol.
47
48         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
49         of `goto-line'.
50
51         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
52
53 2009-12-16  Lloyd Zusman <ljz@asfast.com>
54
55         * wl-summary.el (wl-summary-detect-mark-position): Force
56         the temporary buffer to enable the use of multibyte characters
57         within searches [wl-en:2460].
58
59 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
60
61         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
62         of `beginning-of-buffer'.
63
64 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
65
66         * wl-summary.el (wl-summary-display-raw): New function, display
67         message in raw format.
68
69 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
70
71         * Version number is increased to 2.15.7.
72
73 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
74
75         * wl-summary.el (wl-summary-previous-message-number): New function.
76         (wl-summary-next-message-number): Ditto.
77         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
78         `wl-summary-next-message-number'.
79         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
80         Inline temporary variable `cur-id'.
81         (wl-summary-get-next-unread-folder): Ditto.
82         (wl-summary-get-next-folder): Ditto.
83         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
84
85 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
86
87         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
88
89 2008-09-05  Kenichi Okada  <okada@opaopa.org>
90
91         * wl-summary.el (wl-summary-buffer-folder-name)
92         (wl-draft-config-body-goto-header): Use backquote instead of quote.
93         * wl-draft.el (wl-draft-body-goto-top)
94         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
95
96 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
97
98         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
99         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
100
101 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
102
103         * wl-expire.el: Fix Comentary section.
104
105 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
106
107         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
108         Require mime-parse, elmo-mime, and wl-util.
109
110         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
111
112         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
113
114 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
115
116         * wl-template.el: Require elmo-util and wl-vars.
117
118         * wl-mime.el (wl-mime-display-header): Revert last change.
119         Remove `delete-matching-lines "^$"'.
120
121 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
122
123         * wl-mime.el (wl-define-dummy-functions): Split
124         `eval-when-compile' form for avoid error; when `make
125         compile-strict.
126
127         * wl-util.el: Move (eval-when-compile (require 'static)).
128         * wl-dnd.el: Add (eval-when-compile (require 'static)).
129         * wl-message.el: Ditto.
130
131         * wl-mime.el (wl-message-delete-current-part): Use
132         `insert-buffer-substring' instead of `insert-buffer'.
133         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
134         * wl-draft.el (wl-draft-generate-clone-buffer)
135         (wl-draft-do-mime-bcc): Ditto.
136
137         * wl-address.el: Add (eval-when-compile (require 'cl)).
138         * wl-addrmgr.el: Ditto.
139         * wl-mime.el: Ditto.
140         * wl-util.el: Ditto.
141         * wl-score.el: Ditto.
142
143 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
144
145         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
146         `string-to-int'.
147
148         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
149         `string-to-int'.
150
151         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
152         `string-to-number' instead of `string-to-int'.
153
154         * wl-summary.el (wl-summary-get-list-info)
155         (wl-summary-message-number): Use `string-to-number' instead of
156         `string-to-int'.
157
158         * wl-score.el (wl-score-overview-entity-get-lines)
159         (wl-score-set-mark-below, wl-score-set-expunge-below)
160         (wl-summary-increase-score, wl-score-get-header-entry): Use
161         `string-to-number' instead of `string-to-int'.
162
163         * wl-folder.el (wl-folder-update-diff-line): Use
164         `string-to-number' instead of `string-to-int'.
165
166         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
167         instead of `string-to-int'.
168
169         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
170         instead of `string-to-int'.
171
172         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
173         `string-to-int'.
174
175 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
176
177         * wl-util.el (wl-match-string, wl-match-buffer)
178         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
179         (wl-kill-buffers, wl-local-variable-p)
180         (wl-line-formatter-setup): New backquote style.
181         (wl-count-lines): Use quote instead of backquote.
182
183         * wl-summary.el (wl-summary-buffer-folder-name)
184         (wl-summary-get-alike): Use quote instead of backquote.
185         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
186         backquote style.
187
188         * wl-message.el (wl-message-buffer-cache-buffer-get)
189         (wl-message-buffer-cache-folder-get)
190         (wl-message-buffer-cache-message-get)
191         (wl-message-buffer-cache-entry-make)
192         (wl-message-buffer-cache-hit): New backquote style.
193
194         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
195         backquote.
196         (wl-folder-unread-regex, wl-folder-entity-exists-p)
197         (wl-folder-clear-entity-info)
198         (wl-folder-get-entity-info, wl-folder-set-entity-info)
199         (wl-folder-elmo-folder-cache-get)
200         (wl-folder-elmo-folder-cache-put): New backquote style.
201
202         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
203         (wl-fldmgr-assign-id): Ditto.
204         (wl-fldmgr-delete-line): Use quote instead of backquote.
205         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
206
207         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
208         (wl-draft-set-sent-message): New backquote style.
209         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
210         (wl-draft-config-body-goto-header): Use quote instead of backquote.
211
212 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
213
214         * wl-address.el (wl-address-concat-token): Fix typo.
215
216 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
217
218         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
219         (wl-score-get-alike): Ditto.
220
221         * wl-vars.el: New backquote style.
222         (wl-message-header-button-alist): Use quote instead of backquote.
223
224         * wl.el (wl-plugged-string): New backquote style.
225
226         * wl-address.el (wl-address-concat-token): New backquote style.
227
228         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
229
230 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
231
232         * wl-highlight.el (wl-highlight-folder-opened-regexp)
233         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
234
235         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
236         in the character alternative.
237
238 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
239
240         * Version number is increased to 2.15.6.
241
242 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
243
244         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
245         optional 3rd argument of epg-context-set-progress-callback; it was
246         temporarily removed in the Emacs trunk due to copyright problem.
247         (wl-mime-pgp-verify-region-with-epg): Ditto.
248
249 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
250
251         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
252
253 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-util.el (wl-biff-check-folders): Set biff flag.
256         (from Naoto Morishima [wl:14031])
257
258 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
259
260         * wl.el (wl-plugged-server-indent): Use quote instead of
261         backquote.
262
263 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
264
265         * wl-score.el (wl-score-insert-header): Add guard for
266         `std11-unfold-string'.
267         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
268         TYPE artgument when TO or CC field.
269
270 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * wl-summary.el (wl-summary-goto-folder-subr): Call
273         `elmo-folder-close' instead of `elmo-folder-commit' if discard
274         current summary.
275
276 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
277
278         * wl-util.el (wl-read-shell-commande): New function or alias.
279
280         * wl-summary.el (wl-summary-pipe-message): Use
281         `wl-read-shell-command' instead of `read-string'.
282         (wl-summary-target-mark-pipe): Ditto.
283
284 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
285
286         * wl-summary.el (wl-summary-reply): Fix docstring.
287         * wl-draft.el (wl-draft-reply): Ditto.
288
289 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-mime.el (wl-summary-extract-attachments): New command.
292         (wl-summary-extract-attachments-1): New internal function.
293
294 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-expire.el (wl-expire-folder): New function (split from
297         wl-summary-expire).
298         (wl-summary-expire): Use it. Add argument `all' instead of remove
299         `nolist'. Cause an error only if this function is calling
300         interactively.
301
302 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-expire.el (wl-expire-refile): Display progress message.
305         (wl-summary-expire): Simplify.
306
307         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
308         unused argument `deleting-info'.
309
310 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
311
312         * wl-vars.el (wl-message-popup-buffers): New user option.
313
314         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
315         (wl-message-delete-popup-windows): New function that substitues
316         above one.
317         (wl-mime-setup): Follow the above change.
318
319 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
320
321         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
322
323 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
324
325         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
326         "tkm" to wl-thread-spam.
327
328 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
329
330         * wl-thread.el (wl-thread-entity-insert-as-children): Use
331         wl-thread-entity-set-children.
332         (wl-thread-insert-message, wl-thread-insert-entity-sub,
333         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
334         Use wl-thread-entity-get-*.
335
336 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-mime.el (wl-epg-progress-callback): New function.
339         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
340         with `elmo-with-progress-display'. Set a progress callback
341         function to epg-context.
342         (wl-mime-pgp-verify-region-with-epg): Ditto.
343
344 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-util.el (wl-completing-read-multiple): Define as an alias of
347         `completing-read-multiple' if emacs-version is not less than 22.
348
349 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
352         change.
353
354 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-summary.el (wl-summary-sync-update): Move
357         `wl-thread-update-indent-string-thread' to outside of
358         `elmo-with-progress-display'.
359
360 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * wl-message.el (wl-message-exit): Check buffer existence.
363
364 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-util.el (wl-simple-display-progress): New function.
367         (wl-display-progress-with-gauge): Ditto.
368         (wl-progress-callback-function): Ditto.
369
370         * wl.el (wl-init): Set `elmo-progress-callback-function' as
371         `wl-progress-callback-function'
372
373         * wl-vars.el (wl-display-progress-threshold): New user option.
374         (wl-display-progress-function): Ditto.
375
376         * Version number is increased to 2.15.5.
377
378 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
379
380         * wl-thread.el (wl-thread-close-children): New function.
381         (wl-thread-open-children): Ditto.
382         * wl-action.el (wl-summary-set-mark): Redo the last change by
383         using it.
384
385         * wl-action.el (wl-summary-set-mark): Undo the last change.
386         Forbid interactive call.
387
388 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-mime.el (wl-define-dummy-functions): New macro.
391         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
392         `wl-mime-pgp-decrypt-region'.
393         (wl-mime-pgp-verify-region-with-epg): Renamed from
394         `wl-mime-pgp-verify-region'.
395         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
396         `wl-mime-pgp-decrypt-region'.
397         (wl-mime-pgp-verify-region-with-pgg): Renamed from
398         `wl-mime-pgp-verify-region'.
399         (wl-mime-pgp-decrypt-region): New function; To select dispatch
400         function at runtime.
401         (wl-mime-pgp-verify-region): Ditto.
402
403         * wl-vars.el (wl-use-pgp-module): New user option.
404
405 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
408         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
409
410 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
411
412         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
413         even if there are target marks only.
414
415 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * Version number is increased to 2.15.4.
418
419 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-folder.el (wl-folder-check-one-entity): Simplify.
422
423 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
424
425         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
426         variable.
427
428 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
429
430         * wl-spam.el (wl-thread-test-spam): New function.
431         (wl-spam-setup): Bind "tkc".
432
433 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-expire.el (wl-folder-expire-entity): Rewite without
436         `wl-summary-goto-folder-subr'.
437         (wl-folder-expire-current-entity): Don't kill summary buffer.
438
439 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-folder.el (wl-folder-sync-entity): Rewrite without
442         `wl-summary-goto-folder-subr'.
443         (wl-folder-mark-as-read-all-entity): Likewise.
444
445         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
446
447 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
448
449         * wl-thread.el (wl-thread-force-open): Arranged.
450
451 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
454         from regexp.
455
456         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
457         (wl-read-search-condition-internal): Append them.
458
459 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-vars.el (wl-additional-search-condition-fields):
462         New user option.
463
464         * wl-util.el (wl-search-condition-fields): New function; export
465         from `wl-read-search-condition-internal'.
466         (wl-read-search-condition-internal): Use it.
467
468         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
469
470 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-summary.el (wl-summary-define-sort-command): New function.
473         (wl-summary-sort-by-date, wl-summary-sort-by-number)
474         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
475         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
476         define by `wl-summary-define-sort-command' at runtime.
477
478         * wl.el (wl-init): Call wl-summary-define-sort-command.
479
480 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
483         properties at the decrypting region.
484
485 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-util.el (wl-find-region): New function.
488
489         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
490         coding system.
491         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
492         property `wl-mime-decoded-coding-system'.
493         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
494         property `wl-mime-decoded-coding-system' to encode text.
495
496         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
497         message.
498         (wl-mime-pgp-verify-region): Ditto.
499
500 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
501
502         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
503         buffer. Use epa-display-verify-result.
504
505 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * wl-draft.el (wl-draft-send): Continue even if setting parent
508         flag was failed.
509
510 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-message.el (wl-message-flag-indicator): Fixed the problem
513         of returning string only of parentheses.
514
515 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-summary.el (wl-summary-write): Add argument `folder'.
518         (wl-summary-write-current-folder): Change argument `folder' from
519         optional to require.
520         (wl-summary-get-buffer): Return the buffer associated folder only.
521
522         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
523         change.
524         (wl-folder-toggle-disp-summary): Ditto.
525
526         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
527         current summary as parent-folder.
528
529 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-draft.el (wl-draft-reedit): Don't overwrite
532         wl-draft-parent-folder.
533
534 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
535
536         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
537         (wl-mime-pgp-verify-region): Ditto.
538         (wl-message-decrypt-pgp-nonmime): Use the above function.
539         (wl-message-verify-pgp-nonmime): Likewise.
540         (wl-mime-preview-application/pgp): Likewise.
541
542 2006-04-20  Kenichi Okada  <okada@opaopa.org>
543
544         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
545         Fix about the order of `wl-nntp-posting-port' and
546         `wl-nntp-posting-stream-type'.
547         * wl.el (wl-plugged-port-label-alist): Add smtp.
548
549 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-summary.el (wl-summary-message-status): New macro.
552
553         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
554         (wl-summary-killed-mark): New user option.
555
556         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
557         API change.
558         (wl-thread-insert-entity-sub): Ditto.
559         (wl-thread-recover-messages): New command.
560
561         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
562         Don't call `wl-highlight-summary-current-line' directly.
563         (wl-summary-buffer-attach): Connect to signal `status-changed'
564         instead of `cache-changed'.
565         (wl-summary-buffer-detach): Follow the above change.
566         (wl-summary-detect-mark-position): Follow the API change.
567         (wl-summary-rescan-message): Ditto.
568         (wl-summary-insert-sequential): Ditto.
569         (wl-summary-update-thread): Ditto.
570         (wl-summary-message-mark): Ditto.
571         (wl-summary-persistent-mark): Ditto.
572         (wl-summary-create-line): Ditto.
573         (wl-summary-prefetch-region-no-mark): Call
574         `wl-summary-persistent-mark' with number.
575         (wl-summary-recover-messages-region): New command.
576         (wl-summary-target-mark-recover): Ditto.
577         (wl-summary-recover-message): Ditto.
578         (wl-summary-persistent-mark-string): Add argument `status' instead
579         of remove arguments `flags' and `cached'.  Treat killed status.
580         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
581
582         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
583         (wl-highlight-summary-line-face-spec): Treat killed status.
584         (wl-highlight-summary-line-string): Follow the API change.
585         (wl-highlight-summary-current-line): Ditto.
586
587         * Version number is increased to 2.15.3.
588
589 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
592         of symbolp to test whether the condition is function.
593
594 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
597         to nil.
598
599 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-summary.el (wl-summary-buffer-message-ring): New internal
602         variable.
603         (wl-summary-buffer-last-displayed-msg): Abolish.
604         (wl-summary-push-message): New function.
605         (wl-summary-pop-message): Ditto.
606         (wl-summary-goto-folder-subr): Reset
607         `wl-summary-buffer-message-ring'.
608         (wl-summary-pop-to-last-message): New command.
609         (wl-summary-goto-last-displayed-msg): Call
610         wl-summary-pop-to-last-message if optional argument is non-nil or
611         the last command is itself.
612         (wl-summary-redisplay-internal): Push last message number into
613         `wl-summary-buffer-message-ring'.
614
615         * wl-vars.el (wl-summary-message-ring-max): New user option.
616
617 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
620         from `wl-draft-reply').
621         (wl-draft-reply): Use it.
622         (wl-draft-find-reply-headers): Avoid compile warning.
623
624 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
627
628 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-message.el (wl-message-flag-indicator): New function.
631         (wl-message-redisplay): Use it.
632
633 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
634
635         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
636
637 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
640         instead of `read-event'.
641
642         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
643
644         * wl-mule.el (wl-read-event-char): Ditto.
645
646         * wl-e21.el (wl-read-event-char): Ditto.
647
648 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
649
650         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
651
652 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-vars.el (wl-draft-send-confirm-type): New user option.
655
656         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
657
658         * wl-draft.el (wl-draft-send-confirm): Confirmation by
659         `wl-draft-send-confirm-type'
660
661 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
664         Avoid error when the buffer name is already used.
665
666 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
667
668         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
669         the change of elmo-nmz -> elmo-search.
670         (wl-highlight-summary-line-help-echo-alist): Ditto.
671         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
672         (wl-nmz-folder-icon): Define as obsolete.
673         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
674         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
675
676 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-summary.el (wl-summary-get-list-info): Rewrite with
679         `elmo-find-list-match-value'
680
681 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
682
683         * wl-summary.el (wl-summary-get-list-info): Optimize.
684         Use List-Id and List-Post also.
685
686 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
689
690 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
691
692         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
693
694 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-util.el (wl-completing-read-multiple-1): New internal function.
697         (wl-completing-read-multiple-2): Ditto.
698         (wl-completing-read-multiple): Define use above functions.
699
700         * wl-summary.el (wl-summary-sort): Removed the workaround for a
701         bug of `completing-read-multiple' about default value.
702
703         * wl-xmas.el (wl-completing-read-multiple): Removed.
704
705         * wl-mule.el (wl-completing-read-multiple): Ditto.
706
707         * wl-e21.el (wl-completing-read-multiple): Ditto.
708
709 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-util.el (wl-filter-associations): New function.
712
713         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
714         (wl-spam-ignored-folder-list): Ditto.
715         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
716         (wl-spam-string-member-p): New function.
717         (wl-spam-domain): Use it.
718         (wl-spam-split-numbers): New function.
719         (wl-spam-apply-partitions): Ditto.
720         (wl-spam-register-spam-messages): Use `folder' instead of
721         `wl-summary-buffer-elmo-folder'.
722         (wl-spam-register-good-messages): Ditto.
723         (wl-summary-exec-action-spam): Decide a domain by real folder of
724         message.
725         (wl-summary-exec-action-refile-with-register): Likewise.
726
727 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
728
729         * wl-e21.el (wl-e21-find-image): New function.
730         (wl-e21-setup-toolbar): Use it instead of `find-image'.
731         (wl-e21-highlight-folder-group-line): Ditto.
732         (wl-folder-init-icons): Ditto.
733         (wl-plugged-init-icons): Ditto.
734         (wl-biff-init-icons): Ditto.
735
736 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
739         (wl-inhibit-save-drafts): New internal variable.
740         (wl-disable-auto-save): Ditto.
741         (wl-save-drafts): Treat above variables.
742         (wl-auto-save-drafts): New function.
743         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
744         `wl-stop-save-drafts'.
745         (wl-start-save-drafts): New function.
746         (wl-stop-save-drafts): Ditto.
747         (wl-set-auto-save-draft): New command.
748
749         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
750         `wl-set-save-drafts'.
751
752 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
755         `make-local-variable' instead of `make-variable-buffer-local'.
756
757 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
758
759         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
760
761 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
764
765 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
768         of working buffer.
769
770 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
773
774         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
775         value into recipients; Bind `wl-draft-remove-group-list-contents'
776         as nil.
777
778 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-summary.el (wl-summary-sort): Fixed the last change.
781
782         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
783         (wl-summary-sort-messages): Ditto.
784         (wl-summary-rescan): Use it.
785         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
786         `completing-read'; Append candidates for reverse order.
787
788 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * Version number is increased to 2.15.2.
791
792 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
793
794         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
795         "Smaller".
796         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
797
798 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
799
800         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
801
802 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * wl-vars.el (wl-draft-additional-header-alist): Add into the
805         customize group `wl-draft'.
806         (wl-draft-add-in-reply-to): Move customize group from `wl' to
807         `wl-draft'.
808         (wl-draft-add-references): Ditto.
809
810         * wl-action.el (wl-summary-print-argument): Rename argument from
811         `folder' to `data'.
812
813 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * wl-summary.el (wl-summary-rescan-message): Call
816         `wl-thread-cleanup-symbols' before insert thread.
817
818 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl.el (wl-init): Set `elmo-get-folder-function' as
821         `wl-folder-make-elmo-folder'.
822
823         * wl-spam.el (wl-summary-exec-action-spam): Use
824         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
825
826         * wl-folder.el (wl-folder-make-elmo-folder): New function.
827         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
828         `elmo-make-folder'.
829         (wl-folder-get-elmo-folder): Ditto.
830         (wl-folder-create-subr): Simplify.
831
832 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
835
836 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
839         contents in message buffer instead of original buffer. If optional
840         argument specified, ask coding system for encode.
841
842 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
843
844         * wl-spam.el (wl-summary-test-spam-region): New function.
845         (wl-spam-setup): Bind "rkc".
846
847 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
848
849         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
850
851 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
852
853         * wl-spam.el (wl-summary-test-spam): Fix typo.
854         (wl-message-check-spam): Ditto.
855
856 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
857
858         * wl-summary.el (wl-summary-default-from): Simplify.
859
860 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-action.el (wl-summary-exec-action-refile): Simplify.
863         (wl-summary-exec-action-copy): Ditto.
864         (wl-summary-auto-refile): Check existence of temporary mark.
865
866 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-summary.el (wl-summary-create-line): Use
869         `elmo-time-to-datevec'.
870
871         * wl-expire.el (wl-expire-archive-date): Ditto.
872         (wl-expire-localdir-date): Ditto.
873
874         * wl-util.el (wl-day-number): Abolish.
875
876         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
877         of `wl-day-number'.
878         (wl-score-followup): Ditto.
879         (wl-score-add-followups): Ditto.
880         (wl-score-get-latest-msgs): Ditto.
881         (wl-score-get-header-entry): Ditto.
882         (wl-score-edit-insert-date): Ditto.
883
884 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
887         `elmo-message-entity-field' with 2nd argument `type'.
888
889 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
890
891         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
892
893 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-thread.el (wl-thread-delete-message): Delete descendant
896         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
897
898 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
899
900         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
901
902 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
903
904         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
905         `Access folder'.
906
907 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-vars.el (wl-access-folder-icon): New user option.
910
911         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
912         `Access folder'.
913
914 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915
916         * wl-summary.el (wl-summary-buffer-set-folder): Use
917         `wl-folder-mime-charset'.
918
919         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
920         `mime-charset'.
921         (wl-folder-get-elmo-folder): Ditto.
922         (wl-folder-mime-charset): New function.
923
924 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-util.el (wl-parse-addresses): Define alias of
927         `elmo-parse-addresses' (move to `elmo-util.el').
928
929         * wl-summary.el (wl-summary-default-from): Follow the API change.
930         (wl-summary-overview-entity-compare-by-date): Ditto.
931         (wl-summary-overview-entity-compare-by-from): Ditto.
932         (wl-summary-get-list-info): Get value of `ml-info' field from
933         entity at first.
934         (wl-summary-rescan-message): Treat prefix argument.
935         (wl-summary-prefetch-msg): Follow the API change.
936         (wl-summary-search-by-subject): Ditto.
937         (wl-summary-insert-thread): Ditto.
938         (wl-summary-line-subject): Ditto.
939         (wl-summary-line-from): Ditto.
940         (wl-summary-create-line): Ditto.
941         (wl-summary-print-message-with-ps-print): Ditto.
942
943         * wl-score.el (wl-score-ov-entity-get): Ditto.
944         (wl-score-followup): Ditto.
945         (wl-score-add-followups): Use `elmo-message-entity-field' instead
946         of `car'.
947         (wl-score-get-latest-msgs): Follow the API change.
948         (wl-score-get-header): Ditto.
949
950         * wl-refile.el (wl-refile-learn): Ditto.
951         (wl-refile-subject-learn): Ditto.
952         (wl-refile-get-field-value): Ditto.
953         (wl-refile-guess-by-history): Ditto.
954         (wl-refile-guess-by-subject): Ditto.
955
956         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
957
958         * wl-expire.el (wl-expire-date-p): Removed.
959         (wl-expire-archive-date): Follow the API change.
960         (wl-expire-localdir-date): Ditto.
961         (wl-summary-expire): Ditto.
962
963         * Version number is increased to 2.15.1.
964
965 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
966
967         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
968         group is access or not (it is not strict, like wl-fldmgr-rename).
969
970 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
971
972         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
973         duplicate call of `wl-summary-print-argument' on the wrong line.
974
975 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
978         even if argument `number' is nil.
979         (wl-summary-insert-line): Print action argument if current message
980         has it.
981
982 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
985         (wl-draft-reply): Ditto.
986         (wl-draft): Add optional argument `parent-number' and call
987         `wl-draft-create-buffer' with it.
988         (wl-draft-create-buffer): Add optional argument
989         `parent-number'. Set wl-draft-parent-number as it.
990
991 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
992
993         * wl-folder.el (wl-folder-set-persistent-mark): If summary
994         buffer is not for given folder, don't use it.
995
996 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * Version number is increased to 2.15.0.
999
1000 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1003
1004         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1005         (wl-highlight-get-face-by-name): New internal function.
1006         (wl-highlight-summary-line-face-spec): Use it and fixed.
1007
1008 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-summary.el (wl-summary-sync-update): Use
1011         `elmo-message-entity-field' instead of `car' to get message-id
1012         from overview entity.
1013
1014         * wl-summary.el (wl-summary-rescan-message): Call
1015         `wl-highlight-summary-displaying' when displaying a message.
1016
1017 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1018
1019         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1020         `wl-draft-config-info-operation'.
1021         (wl-draft-buffer-change-number): New function.
1022         (wl-draft-rename-saved-config): Ditto.
1023         * wl.el (wl-init): Connect slot for message-number-changed.
1024         (toplevel): Add autoload for wl-draft-rename-saved-config.
1025
1026 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1029         `update-overview'
1030         (wl-summary-buffer-detach): Disconnect from it.
1031         (wl-summary-rescan-message): Use command.
1032
1033         * wl-message.el (wl-message-buffer-display): Use
1034         `with-current-buffer' instead of `save-excursion'.
1035
1036 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1039         wl-draft-preview-attributes-list from distraction.
1040
1041 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1042
1043         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1044         `elmo-list-diff'.
1045
1046 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-summary.el
1049         (wl-summary-edit-addresses-collect-candidate-fields): Use
1050         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1051
1052         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1053         instead of `elmo-set-work-buf'.
1054
1055         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1056         (wl-address-make-address-list): Ditto.
1057
1058         * Version number is increased to 2.13.3.
1059
1060 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1063         user option.
1064
1065         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1066         argument `5'.
1067
1068         * wl-message.el (wl-message-display-no-merge-p): New function.
1069         (wl-message-buffer-display): Check whether the message is
1070         reassembled and follow the API change.
1071
1072 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1075         multibyte on working buffer and removed unnecessary
1076         `buffer-disable-undo'.
1077
1078 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1081         change.
1082
1083 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1084
1085         * wl-util.el (wl-read-search-condition-internal): Protect
1086         elmo-global-flags from distraction.
1087
1088 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1091
1092         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1093         (wl-summary-event-handler): Ditto.
1094         (wl-summary-update-persistent-mark-on-event): New
1095         function (renamed from `elmo-event-handler-flag-changed').
1096         (wl-summary-buffer-attach): New function.
1097         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1098         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1099         instead of `elmo-folder-add-handler'.
1100
1101         * Version number is increased to 2.13.2.
1102
1103 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1106         and "\177" to the `wl-news-previous-page'.
1107         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1108         (wl-news-previous-page): New function.
1109
1110 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1111
1112         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1113         instead of `write-region' and simplify.
1114
1115 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-template.el (wl-template-select): Cause error if
1118         `wl-template-alist' is nil.
1119
1120 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1121
1122         * wl-news.el.in: Set file variable `no-byte-compile'.
1123
1124 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1127         whether a target message is within displaying area.
1128         (elmo-event-handler-cache-changed): Ditto.
1129
1130 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1131
1132         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1133         to `defun'.  Use `nconc' instead of `append' to collect descendant
1134         message numbers.
1135
1136 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1137
1138         * wl-thread.el (wl-thread-save-top-list)
1139         (wl-thread-save-entities): Use `with-temp-buffer'.
1140         * wl-news.el.in (wl-news-previous-version-load):
1141         (wl-news-previous-version-save): Ditto.
1142         * wl-summary.el (wl-summary-load-file-object)
1143         (wl-summary-save-view-cache): Ditto.
1144
1145 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1146
1147         * wl-util.el (toplevel): Require 'elmo-flag'.
1148         (wl-read-search-condition): New function (Renamed from
1149         `elmo-read-search-condition').
1150         (wl-read-search-condition-internal): Likewise.
1151
1152         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1153         invalid.
1154         (wl-summary-pick): Use `wl-read-search-condition' instead of
1155         `elmo-read-search-condition'.
1156         (wl-summary-virtual): Ditto.
1157
1158         * wl-folder.el (wl-folder-virtual): Ditto.
1159         (wl-folder-pick): Ditto.
1160
1161         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1162
1163 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1164
1165         * wl-summary.el (wl-summary-reedit): Call
1166         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1167
1168 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-mime.el (toplevel): Require wl-vars.
1171
1172         * wl-message.el (toplevel): Require cl at compile.
1173
1174         * wl-draft.el (toplevel): Require elmo.
1175
1176 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1179         and do nothing when it is not positive.
1180         (wl-message-buffer-prefetch-next): Ditto.
1181
1182 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1183
1184         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1185         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1186         (wl-summary-redisplay-internal): Ditto.
1187
1188         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1189         message (the condition is borrowed from `wl-check-variables-2').
1190         (wl-summary-redisplay-internal): Ditto.
1191
1192 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-mime.el (wl-draft-nntp-attribute): New function.
1195         (wl-draft-attribute-nntp-posting-server): Use it.
1196         (wl-draft-attribute-nntp-posting-port): Ditto.
1197
1198         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1199         (wl-draft-show-attributes-buffer): Ditto.
1200         (wl-draft-hide-attributes-buffer): Ditto.
1201         (wl-draft-attribute-newsgroups): Ditto.
1202         (wl-draft-attribute-nntp-posting-server): Ditto.
1203         (wl-draft-attribute-nntp-posting-port): Ditto.
1204         (wl-draft-preview-message): Use there functions.
1205
1206         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1207         value.
1208
1209 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1212         (wl-draft-reedit): Ditto.
1213         (wl-draft-queue-flush): Ditto.
1214
1215         * wl-mime.el (wl-message-request-partial): Ditto.
1216         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1217         instead of `elmo-message-fetch'.
1218
1219         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1220
1221         * wl-summary.el (wl-summary-message-string): Ditto.
1222
1223 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1224
1225         * wl-util.el (wl-current-message-buffer): Follow the API change.
1226
1227         * wl-summary.el (wl-summary-redisplay-internal): Call
1228         `wl-summary-mark-as-read' with 2nd argument as nil and update
1229         unread count instead of persistent mark.
1230
1231         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1232         variable.
1233         (wl-message-redisplay): Follow the API change.
1234         (wl-message-buffer-display): Managed mime-entity directly and
1235         return preview buffer only.
1236         (wl-message-display-internal): Rewrite.
1237         (wl-message-buffer-prefetch-subr): Not save return value of
1238         `wl-message-buffer-display'.
1239
1240         * Version number is increased to 2.13.1.
1241
1242 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1245         'elmo-multiple-fields-body-list' with boundary specified.
1246
1247 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1248
1249         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1250         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1251         cache if `wl-summary-resend-use-cache' is non-nil.
1252
1253 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1254
1255         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1256         (wl-nntp-posting-stream-type): Ditto.
1257
1258 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1259
1260         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1261
1262 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1263
1264         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1265         message.
1266
1267 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1268
1269         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1270         Abolish.
1271         (wl-summary-buffer-persistent-mark-version): New internal
1272         variable.
1273         (wl-summary-update-mark-and-highlight-window): Check by
1274         wl-summary-persistent-mark-invalid-p.
1275         (wl-summary-update-status-marks): Ditto.
1276         (elmo-event-handler-flag-changed): Rewrite.
1277         (elmo-event-handler-cache-changed): Define.
1278         (wl-summary-prefetch-msg): Does not update persistent mark here.
1279         (wl-summary-delete-cache): Ditto.
1280         (wl-summary-resume-cache-status): Ditto.
1281         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1282         (wl-summary-persistent-mark-invalid-p): New function.
1283         (wl-summary-validate-persistent-mark): Ditto.
1284         (wl-summary-validate-persistent-mark-string): Ditto.
1285         (wl-summary-invalidate-persistent-mark): Ditto.
1286         (wl-summary-update-persistent-mark): Call
1287         `wl-summary-validate-persistent-mark'.
1288         (wl-summary-create-line): Call
1289         `wl-summary-validate-persistent-mark-string'.
1290
1291         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1292         status as t if cache used.
1293
1294 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1295
1296         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1297         only if the target is group.
1298         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1299
1300 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1301
1302         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1303
1304 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1305
1306         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1307
1308         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1309
1310 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1311
1312         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1313         (Thanks to Yoichi NAKAYAMA).
1314
1315 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1316
1317         * wl-util.el (wl-save-drafts): Restore echo area.
1318
1319 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * Version number is increased to 2.13.0.
1322
1323         * wl-util.el (wl-biff-check-folder-async): Use
1324         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1325
1326 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1327
1328         * wl-message.el (wl-message-display-internal): Does not put
1329         wl-message-display-type property on message buffer.
1330         (wl-message-buffer-display-type): New function.
1331
1332         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1333
1334         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1335         `wl-summary-buffer-detach'.
1336         (wl-summary-message-display-type): Use
1337         `wl-summary-buffer-display-type'.
1338
1339 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1340
1341         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1342         buffer-local.
1343
1344         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1345         kill-buffer-hook instead of make-local-variable.
1346         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1347
1348 2004-12-12  Scott Renfro <scott@renfro.org>
1349
1350         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1351         regex for square-branket.
1352
1353 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1356         `wl-message-mime-analysis-p' with argument `header'.
1357
1358 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1359
1360         * wl-mime.el (wl-draft-yank-current-message-entity): 
1361         Switch to no-mime following method according to wl-message-display-type
1362         property.
1363         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1364
1365         * wl-message.el (wl-message-display-internal): 
1366         Put wl-message-display-type property on message buffer.
1367
1368         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1369         (wl-message-display-internal): Ditto;
1370
1371         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1372
1373 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-message.el (wl-message-make-display-type): New function.
1376         (wl-message-display-type-property): Ditto.
1377         (wl-message-mime-analysys-p): Ditto.
1378         (wl-message-display-all-header-p): Ditto.
1379         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1380         added `display-type'.
1381         (wl-message-buffer-display): Likewise.
1382         (wl-message-display-internal): Likewise.
1383         (wl-message-buffer-display-type): Abolish.
1384         (wl-message-buffer-prefetch-subr): Follow the API changed.
1385
1386         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1387         from wl-summary-buffer-display-all-header and changed default value.
1388         (wl-summary-message-display-type): New function.
1389         (wl-summary-buffer-display-mime-mode): Ditto.
1390         (wl-summary-buffer-display-header-mode): Ditto.
1391         (wl-summary-toggle-mime): Rewrite with above functions.
1392         (wl-summary-toggle-all-header): Ditto.
1393         (wl-summary-redisplay): Force redisplay with default mode.
1394         (wl-summary-redisplay-internal): Renamed argument from `mode',
1395         `all-header' to `mime-mode', `header-mode'.
1396         Use `wl-message-make-display-type'.
1397
1398         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1399         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1400
1401 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1404
1405 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1408         in original message buffer.
1409         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1410         buffer.
1411
1412 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1413
1414         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1415
1416 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1417
1418         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1419
1420 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1421
1422         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1423         when actions succeeded.
1424         (wl-summary-exec-action-copy): Likewise.
1425
1426 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1427
1428         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1429         there is switch-to-buffer at the end of wl-message-select-buffer.
1430         (wl-summary-reply): Ditto.
1431
1432 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1433
1434         * wl-summary.el (wl-summary-forward): Put subject in original
1435         message buffer as argument of wl-draft-forward.
1436         * wl-draft.el (wl-draft-forward): Decode subject as in
1437         wl-draft-reply.
1438
1439 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1440
1441         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1442         a folder under access group.
1443
1444 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1445
1446         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1447         wl-message-buffer-display.
1448
1449         * wl-util.el (wl-set-save-drafts): Fix typo.
1450
1451 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1454         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1455         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1456         the way to measure the width of a bitmap image; don't put face on
1457         ascii and bitmap images; put the mark which should not use the
1458         variable-pitch face on ascii and bitmap images.
1459         (wl-demo-setup-properties): Don't use the variable-pitch face on
1460         ascii and bitmap images; made it work on Emacs 20 and earlier.
1461         (wl-demo-insert-text): End with a newline at the bottom; don't put
1462         face on text.
1463
1464         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1465
1466 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1467
1468         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1469
1470         * wl-util.el (wl-save-drafts): Moved from sample setting.
1471         (wl-set-save-drafts): New function to set idle timer.
1472         * wl-draft.el (wl-draft): Call it.
1473         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1474
1475 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1476
1477         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1478         a summary which has toggle display status off.
1479
1480 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-draft.el (wl-draft-do-fcc): No cache save.
1483
1484 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-summary.el (elmo-event-handler-flag-changed): Use
1487         `set-buffer' instead of `with-current-buffer'.
1488
1489 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1490
1491         * wl-summary.el (wl-summary-after-resize-function): New function.
1492         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1493         window-size-change-functions.
1494
1495 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1496
1497         * wl-draft.el (wl-draft-create-buffer): Bind
1498         `change-major-mode-hook' after current buffer is changed.
1499
1500         * wl-summary.el (wl-summary-buffer-detach): New function.
1501         (wl-summary-buffer-set-folder): Call it.
1502         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1503         change-major-mode-hook and kill-buffer-hook.
1504         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1505         (wl-summary-switch-to-clone-buffer): Ditto.
1506         (wl-summary-goto-folder-subr): Ditto.
1507
1508 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1509
1510         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1511         after boundp check.
1512
1513 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1514
1515         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1516         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1517         for `kill-buffer'.
1518
1519         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1520         handler of current buffer from elmo-folder.
1521
1522 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1525
1526 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1529         variable.
1530         (wl-summary-event-handler): New class.
1531         (elmo-event-handler-flag-changed): Define to update persistent
1532         mark.
1533         (wl-summary-buffer-set-folder): Register event handler to
1534         elmo-folder.
1535         (wl-summary-exit): Unregister event handler.
1536         (wl-summary-goto-folder-subr): Ditto.
1537         (wl-summary-mark-as-read-all): Does not call
1538         `wl-summary-update-persistent-mark' directly.
1539         (wl-summary-mark-as-read-internal): Ditto.
1540         (wl-summary-set-persistent-mark-internal): Ditto.
1541         (wl-summary-set-flags-internal): Ditto.
1542
1543         * Version number is increased to 2.11.33.
1544
1545 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1546
1547         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1548         to nil.
1549
1550 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * wl-spam.el (wl-spam-setup): Add hook
1553         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1554         instead of `wl-summary-prepare-hook'.
1555
1556         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1557         if folder type is `'flag'.
1558         (wl-summary-mark-as-important): Ditto.
1559
1560 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-address.el (wl-address-minibuffer-history): New variable.
1563         (wl-address-minibuffer-local-map): New keymap.
1564         (wl-address-read-from-minibuffer): New function.
1565
1566         * wl-action.el (wl-summary-get-resend-address): Use
1567         `wl-address-read-from-minibuffer' instead of `completing-read'.
1568
1569 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * Version number is increased to 2.11.32.
1572
1573 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1574
1575         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1576         without mule to iso-8859-1.
1577         (wl-draft-add-in-reply-to): Add note in description.
1578         (wl-draft-add-references): Ditto.
1579
1580 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1583         definition for `m'.
1584         (wl-summary-mode-line-format): Add '[%m]'.
1585         (wl-message-mode-line-format-spec-alist): Ditto.
1586         (wl-summary-display-mime-mode-list): New variable.
1587
1588         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1589         from wl-summary-buffer-display-as-is.
1590         (wl-summary-buffer-display-all-header): New buffer local variable.
1591         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1592         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1593         instead of wl-summary-buffer-display-as-is.
1594         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1595         (wl-summary-set-persistent-mark): Ditto.
1596         (wl-summary-set-message-buffer-or-redisplay): Just call
1597         `wl-summary-redisplay-internal' without optional arguments.
1598         (wl-summary-toggle-mime): Rewrite.
1599         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1600         (wl-summary-toggle-all-header): New function.
1601         (wl-summary-redisplay-internal): Treat mime mode.
1602
1603         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1604         to wl-mime-preview-follow-no-mime.
1605         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1606         accodring to the display-mode.
1607
1608         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1609         (wl-message-buffer-display): Changed argument name from `as-is' to
1610         `mode'.
1611         (wl-message-display-internal): Ditto;
1612         Bind elmo-mime-display-header-analysis according to the mode.
1613         (wl-message-display-internal): Put wl-message-display-mime-mode
1614         property on entire buffer.
1615
1616 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1619
1620 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1623         Don't extract mail address.
1624         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1625
1626         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1627
1628         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1629
1630 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1631
1632         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1633         wl-fldmgr-cut-entity-list on confirmation.
1634
1635 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1636
1637         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1638         (wl-mime-quit-preview): Check existence of
1639         mime-edit-temp-message-buffer here.
1640
1641 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1644         after deletion.
1645
1646         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1647         before calling wl-mime-quit-preview.
1648
1649 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * wl-summary.el (wl-summary-pick): If call it with prefix
1652         argument, set `delete-marks' as non-nil. Pick from only visible
1653         messages.
1654         (wl-summary-check-target-mark): New function.
1655         (wl-summary-target-mark-mark-as-read): Use it.
1656         (wl-summary-target-mark-mark-as-unread): Ditto.
1657         (wl-summary-target-mark-operation): Ditto.
1658         (wl-summary-target-mark-set-flags): Ditto.
1659         (wl-summary-target-mark-save): Ditto.
1660         (wl-summary-target-mark-pick): Ditto.
1661         (wl-summary-target-mark-forward): Ditto.
1662         (wl-summary-target-mark-reply-with-citation): Ditto.
1663         (wl-summary-target-mark-print): Ditto.
1664         (wl-summary-target-mark-uudecode): Ditto.
1665
1666         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1667         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1668         with `ask-coding' is non-nil.
1669
1670 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1671
1672         * wl-thread.el (wl-thread-set-parent): If parent is a message
1673         which is identified by references, set linked as nil.
1674
1675 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1676
1677         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1678         (wl-message-mode-line-format-spec-alist): Ditto.
1679         (wl-message-mode-line-format): Ditto.
1680         (wl-summary-mode-line-format): Ditto for docstring.
1681         (wl-summary-no-mime-folder-list): Fix typo.
1682
1683         * wl-util.el (wl-current-message-buffer): Call
1684         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1685
1686         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1687         variable.
1688         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1689         of `wl-summary-redisplay-no-mime'.
1690         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1691         (wl-summary-toggle-mime): New function.
1692         (wl-summary-redisplay-all-header): Rewrite.
1693         (wl-summary-redisplay-no-mime): Ditto.
1694         (wl-summary-redisplay-internal): Added argument `as-is' and
1695         `all-header'.
1696
1697         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1698         New variable.
1699         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1700         bottom.
1701         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1702         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1703         "/" unconditionally.
1704
1705         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1706         wl-mime-preview-follow-no-mime for as-is content.
1707         (wl-mime-preview-follow-no-mime): New function.
1708         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1709
1710         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1711         and added `as-is', `all-header'.
1712         (wl-message-buffer-display): Ditto.
1713         (wl-message-buffer-display-type): New function.
1714
1715 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1716
1717         * wl-vars.el (wl-message-header-button-alist): Change default
1718         value.
1719         (wl-message-body-button-alist): Ditto.
1720
1721 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1724
1725 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1728
1729 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1732         is always true.
1733
1734 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1735
1736         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1737         on null entity.
1738
1739 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1740
1741         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1742
1743 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * wl-vars.el (wl-summary-resend-hook): New hook.
1746
1747         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1748         `wl-summary-resend-hook'.
1749
1750 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1753         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1754         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1755         (wl-summary-new-cached-mark): Changed default value to 'n'.
1756         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1757         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1758         (wl-folder-sync-range-alist): Remove spec for 'flag.
1759         (wl-summary-force-prefetch-folder-list): New user option.
1760
1761         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1762         `wl-summary-toggle-persistent-mark'.
1763         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1764         number is nil.
1765         (wl-summary-mark-as-answered-region): Set interactive argument of
1766         `wl-summary-set-persistent-mark-internal'.
1767         (wl-summary-mark-as-important-region): Ditto.
1768         (wl-summary-unset-persistent-mark): Ditto.
1769         (wl-summary-set-persistent-mark): Ditto.
1770         (wl-summary-mark-as-answered): Ditto.
1771         (wl-summary-mark-as-important): Ditto.
1772         (wl-summary-set-persistent-mark-internal): Do nothing
1773         when `elmo-message-flag-available-p' is nil.
1774         (wl-summary-toggle-persistent-mark): New function.
1775         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1776         when the folder matches `wl-summary-force-prefetch-folder-list'.
1777
1778
1779         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1780         when number is nil.
1781         (wl-highlight-summary-forwarded-face): New face.
1782
1783 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1784
1785         * Version number is increased to 2.11.31.
1786
1787 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1788
1789         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1790         (wl-biff-check-folder-async): Ditto.
1791         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1792
1793 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1794
1795         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1796         Add an argument `reverse'.  All callers are updated.
1797         (wl-summary-sort): Add a prefix argument `reverse' to specify
1798         reverse sorting.
1799         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1800         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1801         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1802
1803 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-message.el (wl-message-redisplay): Does not narrow header if
1806         disply-type is all-header or as-is.
1807
1808         * wl-summary.el (wl-summary-enter-handler): Use
1809         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1810
1811 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1814         after adding wl-draft-parent-variables.
1815         (wl-draft-forward): Ditto.
1816
1817 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-summary.el (wl-summary-sync-marks): Call
1820         `wl-summary-set-persistent-mark' and
1821         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1822         (wl-summary-set-persistent-mark-internal): Add 4th argument
1823         `no-server'.
1824         (wl-summary-unset-persistent-mark): Ditto.
1825         (wl-summary-set-persistent-mark): Ditto.
1826         (wl-summary-add-flags-internal): Abolish.
1827         (wl-summary-remove-flags-internal): Ditto.
1828         (wl-summary-mark-as-important-internal): Ditto.
1829         (wl-summary-mark-as-important): Use
1830         `wl-summary-set-persistent-mark' instead of
1831         `wl-summary-add-flags-internal'.
1832         (wl-summary-mark-as-important-region): Ditto.
1833
1834         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1835
1836         * wl-summary.el (wl-summary-get-available-flags): New function.
1837         (wl-summary-sync-marks): Use it and simplified.
1838         (wl-summary-unset-persistent-mark): Use
1839         `wl-summary-get-available-flags'.
1840         (wl-summary-set-persistent-mark): Ditto.
1841
1842 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1845         id.
1846
1847 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1850         number, call `wl-summary-prev-line-content'. Show message when the
1851         message is not found.
1852
1853 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1854
1855         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1856         wl-summary-enter-handler.
1857         (wl-summary-enter-handler): New command.
1858
1859         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1860         docstring and custom spec.
1861
1862         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1863         flags too; Don't treat Cached and New.
1864         (wl-summary-set-persistent-mark): Ditto.
1865
1866         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1867         `wl-folder-set-flag'.
1868
1869         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1870         instead of `wl-folder-set-flag'.
1871
1872         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1873         for completion.
1874         (wl-summary-set-persistent-mark): Ditto.
1875
1876         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1877         instead of `wl-draft-quit-preview'.
1878
1879         * wl-mime.el (toplevel): Avoid compile warning.
1880         (wl-mime-quit-preview): New function
1881         (formarly defined as `wl-draft-quit-preview').
1882         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1883         quitting method.
1884
1885         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1886
1887         * wl-folder.el (wl-folder-set-flag): Renamed from
1888         `wl-draft-set-flag-on-parent'.
1889
1890         * wl-draft.el (wl-draft-quit-preview): New function.
1891         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1892         (wl-draft-send): Call `wl-folder-set-flag' instead of
1893         `wl-draft-set-flag-on-parent'.
1894         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1895
1896 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1899         (wl-draft-send): Ditto.
1900
1901 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1902
1903         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1904         (wl-draft-kill-pre-hook): Set default value as nil.
1905         (wl-summary-reply-hook): Ditto.
1906         (wl-draft-kill-flags): Abolish.
1907
1908         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1909         (wl-draft-parent-variables): Renamed from
1910         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1911         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1912         argument; Add wl-draft-parent-variables to
1913         wl-draft-config-variables.
1914         (wl-draft-reply): Likewise.
1915         (wl-draft-kill-flags): Abolish.
1916         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1917         (wl-draft-set-flag-on-parent): New function.
1918         (wl-draft-setup-parent-flag): Ditto.
1919
1920 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1921
1922         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1923         `wl-draft-parent-folder' is "".
1924
1925 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1926
1927         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1928         (wl-summary-digit-jump): New function.
1929         (Adviced by John Owens and Hiroya Murata)
1930
1931         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1932         (Adviced by John Owens)
1933
1934         * wl-xmas.el (wl-message-define-keymap): Ditto.
1935
1936         * wl-mule.el (wl-message-define-keymap): Ditto.
1937
1938 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1941         change of return value of elmo-folder-count-flags.
1942
1943         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1944         (wl-summary-mark-as-read-internal): Ditto.
1945         (wl-summary-set-persistent-mark-internal): Ditto.
1946         (wl-summary-folder-info-update): Ditto.
1947         (wl-summary-sync-update): Fixed the last change.
1948
1949         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1950
1951 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1952
1953         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1954         (wl-draft-kill-flags): Fixed docstring.
1955
1956         * wl-draft.el (wl-draft-kill-flags): New function.
1957         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1958
1959 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1960
1961         * wl-vars.el (wl-reply-hook): Abolish.
1962         (wl-draft-reply-hook): New hook.
1963         (wl-summary-reply-hook): Ditto.
1964         (wl-draft-forward-hook): Ditto.
1965         (wl-summary-forward-hook): Ditto.
1966         (wl-draft-kill-flags): New variable.
1967
1968         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1969         wl-summary-set-persistent-mark-internal.
1970         (wl-summary-sync-marks): Use elmo-preserved-flags.
1971         (wl-summary-update-persistent-mark): Make it interactive.
1972         (wl-summary-set-persistent-mark-internal): New inline function.
1973         (wl-summary-mark-as-answered): Use it.
1974         (wl-summary-mark-as-unanswered): Ditto.
1975         (wl-summary-unset-persistent-mark): New function.
1976         (wl-summary-set-persistent-mark): Ditto.
1977         (wl-summary-reply): Don't set answered flag;
1978         Run wl-summary-reply-hook instead.
1979         (wl-summary-forward): Call wl-draft-forward with number.
1980         Run wl-summary-forward-hook.
1981
1982         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1983         (wl-highlight-summary-line-face-spec): Use it as a default
1984         persistent mark face.
1985
1986         * wl-draft.el (wl-draft-forward): Added optional argument number;
1987         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1988         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1989         (wl-draft-kill): Use wl-draft-kill-flags.
1990
1991         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1992
1993         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1994         of return value of elmo-folder-count-flags.
1995
1996         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1997
1998         * wl-summary.el (wl-summary-count-unread): Ditto.
1999         (wl-summary-sync-update): Follow the change above.
2000         (wl-summary-force-prefetch): New function.
2001
2002 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2003
2004         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2005         variable `buf' with `let' instead of `setq'.
2006
2007 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2010         add Content-Disposition heaeder on the deleted part.
2011
2012 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-draft.el (wl-draft-save): Encode address list under edit by
2015         `eword-encode-unstructured-field-body'.
2016
2017         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2018
2019 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2020
2021         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2022         wl-current-summary-buffer.
2023
2024 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2025
2026         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2027         `numbers' is ignored.
2028
2029 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-folder.el (wl-folder-open-folder): Avoid error.
2032         Reported by John Owens, [wl-en:815]
2033
2034         * wl.el (wl): Set timer for biff process even if prefix argument
2035         is given or auto-checking is quitted.
2036
2037         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2038         immediately.
2039         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2040         (wl-toggle-plugged): Ditto.
2041
2042         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2043         * wl-util.el (wl-biff-start): Use idle timer if
2044         `wl-biff-use-idle-timer' is non-nil.
2045
2046 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2047
2048         * wl-highlight.el (wl-highlight-message): Fix description.
2049
2050 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2051
2052         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2053         tty.
2054
2055 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2056
2057         * wl-action.el (wl-summary-exec): Print failure count.
2058
2059 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2062         to `defun', remove interactive form.
2063         Set elmo-message-fetch-confirm when force-reload is non-nil.
2064
2065 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2066
2067         * wl-summary.el (toplevel): Removed unnecessary autoload.
2068
2069 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2072         the buffer is generated from another message buffer.
2073
2074 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2075
2076         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2077         extracted from `wl-fldmgr-save-folders'.
2078         (wl-fldmgr-delete): Call it after deletion.
2079
2080 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2083         multi-tty support.
2084
2085 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2086
2087         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2088
2089 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2090
2091         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2092         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2093
2094 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2097         unsubscribe list only if argument CLEAR is nil.
2098
2099 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-draft.el (wl-draft-reply): Decode subject before removing
2102         Re: prefix.
2103
2104 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2105
2106         * wl-summary.el (wl-summary-sort-by-size): New command.
2107
2108 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl-summary.el (wl-summary-number-list-from-region): New
2111         function.
2112         (wl-summary-mark-as-read-region): Use it.
2113         (wl-summary-mark-as-unread-region): Ditto.
2114         (wl-summary-set-flags-region): Ditto and add optional argument
2115         remove.
2116         (wl-summary-mark-as-answered-region): Ditto.
2117         (wl-summary-mark-as-important-region): Ditto.
2118         (wl-summary-target-mark-mark-as-important): Added optional
2119         argument remove.
2120         (wl-summary-target-mark-mark-as-answered): Ditto.
2121         (wl-summary-target-mark-set-flags): Ditto.
2122
2123 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * wl-summary.el (wl-summary-set-flags-region): Call
2126         `wl-summary-set-flags-internal' with number list instead of call
2127         one by each message.
2128         (wl-summary-target-mark-set-flags): Likewise.
2129
2130 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2133         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2134         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2135         (wl-summary-target-mark-mark-as-answered): Likewise.
2136
2137 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2138
2139         * wl-summary.el (wl-summary-target-mark-forward): Use
2140         `wl-summary-delete-all-target-marks' instead of
2141         `wl-summary-delete-all-temp-marks'.
2142         (wl-summary-target-mark-reply-with-citation): Ditto.
2143         (wl-summary-target-mark-uudecode): Ditto.
2144         (wl-summary-target-mark-set-flags): Ditto and remove needless
2145         cursor move.
2146
2147 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2148
2149         * wl-summary.el (wl-summary-target-mark-forward): Protect
2150         wl-summary-buffer-target-mark-list from nreverse.
2151         (wl-summary-target-mark-reply-with-citation): Ditto.
2152
2153 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2154
2155         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2156         `elmo-display-progress-threshold'.
2157
2158 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2159
2160         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2161         check `wl-summary-highlight'.
2162         (wl-summary-window-scroll-functions): Respect value of
2163         `wl-summary-highlight'.
2164         (wl-summary-sync-update): Run hooks
2165         `wl-summary-buffer-window-scroll-functions' at any time.
2166
2167 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2168
2169         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2170         from `wl-summary-cleanup-temp-marks'.
2171         (wl-summary-cleanup-temp-marks): Abolish argument.
2172         * wl.el (wl-save-status): Revert previous change.
2173         (wl-execute-temp-marks): New function, call
2174         `wl-summary-exec-with-confirmation'.
2175         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2176         (wl-folder-save-and-exec-marks): Abolished.
2177
2178 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2179
2180         * wl-e21.el (wl-e21-display-image-p): Respect
2181         `wl-highlight-folder-with-icon'.
2182         (wl-e21-highlight-folder-group-line): Highlight mouse line
2183         even if wl-e21-display-image-p is nil.
2184
2185         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2186         Respect value of `wl-summary-highlight'.
2187
2188         * wl.el (wl-save-status): Remove unused variable.
2189
2190         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2191         (wl-folder-mode-map): Bind it to "x".
2192
2193 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2196
2197         * wl-thread.el (wl-thread-get-parent-list): Don't check
2198         disconnected ancestors, neglecting needless work in
2199         `wl-thread-update-indent-string-thread'.
2200
2201         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2202         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2203         argument, add argument default-keep to keep marks by default.
2204
2205         * Version number is increased to 2.11.30.
2206
2207         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2208         customization type and docstring.
2209         (wl-draft-reply-without-argument-list): Ditto.
2210
2211 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2212
2213         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2214
2215         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2216
2217 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2220
2221 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2224         save-excursion so as not to include run-hooks.
2225
2226 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2227
2228         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2229         Clarify that marks are going to be cleared.
2230
2231 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2232
2233         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2234         according to 3rd element of wl-summary-flag-mark.
2235
2236         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2237
2238 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2239
2240         * wl-action.el (wl-summary-target-mark-all): Don't set
2241         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2242
2243 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2244
2245         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2246         (wl-forward-subject-prefix): Ditto.
2247         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2248         (wl-draft-reply-make-subject): Ditto.
2249
2250         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2251         `wl-draft-forward'.
2252         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2253
2254 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2255
2256         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2257         target message does not exist.
2258
2259 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2260
2261         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2262         `wl-subject-prefix-regexp'.
2263         (wl-subject-forward-prefix-regexp): New variable.
2264         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2265         `wl-draft-strip-subject-re' and take regexp as argument.
2266         (wl-draft-forward): Use it.
2267         (wl-draft-reply): Ditto.
2268
2269 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2270
2271         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2272         emacs multi-tty support.
2273
2274 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2275
2276         * wl-e21.el (wl-e21-display-image-p): Don't call
2277         `display-images-p'.
2278         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2279         support.
2280         (wl-highlight-folder-current-line): Ditto.
2281         (wl-folder-init-icons): Ditto.
2282
2283 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2286         the last line of summary in unplugged mode.
2287
2288 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2289
2290         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2291
2292 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2295         * wl-address.el (wl-address-user-mail-address-p): Use it.
2296         (wl-address-delete-user-mail-addresses): Ditto.
2297         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2298
2299         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2300         (wl-address-delete-user-mail-addresses): Ditto.
2301
2302         * wl-address.el (wl-address-delete-user-mail-addresses): New
2303         function.
2304         * wl-refile.el (wl-refile-guess-by-history): Use it.
2305         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2306         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2307
2308         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2309         use wl-address-user-mail-address-p.
2310
2311 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2314         after opening group.
2315
2316 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2319         of elmo-set-buffer-multibyte.
2320
2321         * wl-message.el (wl-original-message-mode): Ditto.
2322
2323         * wl-score.el (wl-score-insert-header): Ditto.
2324
2325         * wl-summary.el
2326         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2327         (wl-summary-goto-folder-subr): Ditto.
2328         (wl-summary-insert-headers): Ditto.
2329
2330         * wl-util.el (wl-set-string-width): Ditto.
2331
2332         * Version number is increased to 2.11.29.
2333
2334 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2335
2336         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2337         (wl-highlight-summary-line-help-echo-alist): New variable.
2338         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2339         into `wl-highlight-summary-line-help-echo' and
2340         `wl-highlight-flag-folder-help-echo'.
2341         (wl-highlight-summary-line-string): Change accordingly.
2342         (wl-highlight-summary-current-line): Ditto.
2343
2344 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345
2346         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2347         at the beginning of field body (Thanks to Markus Knittig).
2348
2349         * wl-draft.el (wl-draft-insert-current-message): Also check
2350         summary buffer, remove unnecessary tag.
2351
2352 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2353
2354         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2355         when wl-message-buffer is nil.
2356
2357         * wl-folder.el (wl-folder): Abolish unused argument.
2358         Call wl-folder-init when wl-folder-entity is nil.
2359         * wl.el (wl): Change accordingly.
2360
2361 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2364         multibyte string before insert into draft buffer.
2365         (wl-draft-create-buffer): Always enable multibyte characters for
2366         draft buffer.
2367
2368         * Version number is increased to 2.11.28.
2369
2370 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-folder.el (wl-folder-open-close): Handle blank line.
2373         (wl-folder-jump-to-current-entity): Ditto.
2374
2375 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2376
2377         * Version number is increased to 2.11.27.
2378
2379 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2380
2381         * wl-thread.el (wl-thread-insert-message): When the thread is
2382         devided by wl-summary-max-thread-depth, insert line at the end of
2383         buffer.
2384
2385 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * Version number is increased to 2.11.26.
2388
2389 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2392
2393 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2396         value of stream-type and session.
2397
2398 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * Version number is increased to 2.11.25.
2401
2402 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2403
2404         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2405         in a quit message.
2406
2407 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2408
2409         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2410         (wl-summary-redisplay-no-mime-internal): Ditto.
2411
2412 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2413
2414         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2415         * wl-vars.el (wl-smtp-connection-type): Ditto.
2416
2417 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2418
2419         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2420         for the separator line and quote mail-header-separator.
2421
2422 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2425         result message.
2426
2427         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2428         `elmo-multiple-fields-body-list' with boundary as
2429         mail-header-separator.
2430
2431 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2432
2433         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2434
2435 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2436
2437         * wl-util.el (wl-list-diff): Remove unused function.
2438
2439         * wl-draft.el (wl-draft-send-confirm): Discard input before
2440         confirmation.
2441
2442 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2443
2444         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2445         order of flag and new.
2446
2447 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2448
2449         * wl-vars.el (wl-refile-policy-alist): Abolished.
2450
2451         * wl-action.el (wl-summary-set-action-refile): Follow the change
2452         above.
2453
2454 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2455
2456         * wl-highlight.el (wl-highlight-signature-search): Don't use
2457         re-search-backward for a long word since it is possible to crash
2458         XEmacs because of a bug.
2459
2460 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2461
2462         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2463
2464 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2465
2466         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2467         argument for wl-summary-sync-force-update.
2468
2469 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2470
2471         * wl-summary.el (wl-summary-mode-map): Revival of
2472         wl-summary-mark-as-important related bindings;
2473         Bind 'F','tF','mF','rF','m&'.
2474         (wl-summary-mark-as-important-region): Revival.
2475         (wl-summary-target-mark-mark-as-important): Ditto.
2476         (wl-summary-target-mark-operation): New function.
2477         (wl-summary-target-mark-mark-as-answered): Use it.
2478         (wl-summary-decide-flag): Don't set Important as default.
2479         (wl-summary-mark-as-important-internal): Revival.
2480         (wl-summary-mark-as-important): Ditto.
2481
2482         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2483
2484         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2485         instead of facep.
2486
2487 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2488
2489         * wl-dnd.el (wl-dnd-drop-func): Fix.
2490
2491         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2492         mouse-set-point instead of posn-point.
2493
2494         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2495
2496         * wl-mule.el (wl-completing-read-multiple): Ditto.
2497
2498 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2499
2500         * wl-demo.el (face-background-name): Defalias to avoid compile
2501         warning.
2502
2503 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-summary.el (wl-summary-decide-flag): Use
2506         wl-completing-read-multiple instead of completing-read-multiple.
2507
2508         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2509         New alias.
2510
2511         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2512         Use face-background-name instead of face-background.
2513
2514         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2515
2516         * wl-summary.el (wl-summary-save): Use it.
2517         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2518
2519         * wl-mime.el (wl-mime-save-content): Fix last change.
2520
2521 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2522
2523         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2524         New function.
2525         (wl-summary-sort-specs): Added sort.
2526         * wl-mime.el (wl-mime-save-content): Expand file name.
2527
2528 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2529
2530         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2531
2532         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2533
2534 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2535
2536         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2537         for flag if it is not defined.
2538
2539 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-e21.el (wl-highlight-folder-current-line): Use
2542         elmo-folder-type-internal when elmo-folder-type returns nil.
2543
2544         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2545
2546         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2547
2548         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2549
2550         * wl-e21.el (wl-summary-toolbar): Ditto.
2551
2552         * wl-vars.el (wl-demo-background-color): Abolished.
2553         (wl-summary-persistent-mark-priority-list): Renamed from
2554         wl-summary-flag-priority-list.
2555         (wl-summary-flag-alist): New user option.
2556         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2557         (wl-message-mode-line-format-spec-alist): Added 'F'.
2558         (wl-message-mode-line-format): Likewise.
2559         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2560         instead of wl-summary-important-mark.
2561         (wl-file-folder-icon): New variable.
2562
2563         * wl-thread.el (wl-thread-set-flags): Renamed from
2564         wl-thread-mark-as-important.
2565
2566         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2567         warning.
2568         (wl-summary-mode-menu-spec): Follow the change of 
2569         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2570         (wl-summary-mode-map): Follow the change of
2571         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2572         (wl-summary-detect-mark-position): Follow the variable name change.
2573         (wl-summary-set-flags-region): New function for the replacement of
2574         wl-summary-mark-as-important-region.
2575         (wl-summary-sync-marks): Sync all global-flags.
2576         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2577         instead of elmo-message-flagged-p.
2578         (wl-summary-persistent-mark-string): Follow the variable name change;
2579         Put wl-summary-flag-mark if the message has global-flag.
2580         (wl-summary-target-mark-set-flags): Renamed from 
2581         wl-summary-target-mark-mark-as-important.
2582         (wl-summary-decide-flag): New function.
2583         (wl-summary-set-flags-internal): Renamed from
2584         wl-summary-mark-as-important-internal.
2585         (wl-summary-add-flags-internal): New function.
2586         (wl-summary-remove-flags-internal): Ditto.
2587         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2588         (wl-summary-mark-as-unimportant): Abolish.
2589         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2590         (wl-summary-next-message): List flagged messages in the msgdb.
2591
2592         * wl-score.el (wl-summary-score-update-all-lines): Use
2593         wl-summary-add-flags-internal instead of 
2594
2595         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2596
2597         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2598         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2599         (wl-message-buffer-require-all-header): Renamed from
2600         wl-message-buffer-all-header-flag (Ditto).
2601         (wl-message-buffer-flag-indicator): New variable.
2602         (wl-message-redisplay): Changed local varibale name from `flag' to
2603         `display-type'; Set up wl-message-buffer-flag-indicator.
2604         (wl-message-buffer-display): Changed varibale name from `flag' to
2605         `display-type'.
2606         (wl-message-display-internal): Likewise.
2607
2608         * wl-highlight.el (wl-highlight-demo-face): Define default background
2609         color.
2610         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2611
2612         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2613
2614         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2615         (wl-demo-setup-properties): Renamed from
2616         `wl-demo-set-background-color'.
2617         (wl-demo): Follow the change above.
2618         
2619         * Version number is increased to 2.11.24.
2620
2621 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-summary.el (wl-summary-toggle-thread): Call
2624         `wl-summary-rescan' with disable-thread as non-nil.
2625         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2626
2627 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2628
2629         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2630         foreground property of the face.
2631         (wl-demo-insert-text): Don't set up face property here.
2632         (wl-demo): Call wl-demo-set-background-color, anyway.
2633
2634 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2635
2636         * wl-vars.el (wl-demo-background-color): The value can be nil.
2637
2638 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2639
2640         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2641         to wl-summary-wheel-dispatcher.
2642
2643         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2644         wl-message-wheel-dispatcher.
2645         (wl-message-wheel-dispatcher): New function.
2646         (wl-summary-wheel-dispatcher): Ditto.
2647
2648 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-action.el (wl-summary-target-mark-all): List messages which are
2651         not in the killed-list.
2652
2653         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2654         only when the folder is 'flag/important.
2655
2656         * wl-address.el (wl-complete-field-body): Complete if the last
2657         character is a space.
2658
2659 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2660
2661         * wl-folder.el (wl-folder-clear-entity-info): Use
2662         elmo-clear-hash-val.
2663
2664         * wl-fldmgr.el (wl-fldmgr-rename): Set
2665         wl-folder-info-alist-modified as t.
2666
2667 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2668
2669         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2670
2671 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2672
2673         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2674         (wl-folder-buffer-last-visited-entity-id): New buffer local
2675         variable.
2676         (wl-folder-revisit-last-visited-folder): New function.
2677         (wl-folder-mode-map): Bind it to "C-i".
2678         (wl-folder-set-current-entity-id): Set last visited folder.
2679         * wl-summary.el (wl-summary-exit): Ditto.
2680
2681 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2684         before calling `recenter' in order to cope with an XEmacs bug.
2685
2686 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2687
2688         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2689         to the default value.
2690
2691 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2694         change.
2695         (wl-summary-sync-marks): Ditto.
2696         (wl-summary-mark-as-read-internal): Ditto.
2697         (wl-summary-mark-as-answered-internal): Ditto.
2698         (wl-summary-mark-as-important-internal): Ditto.
2699         (wl-summary-reply): Ditto.
2700
2701         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2702         instead of `elmo-folder-unflag-answered'.
2703
2704         * Version number is increased to 2.11.23.
2705
2706         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2707         the last change.
2708
2709 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2710
2711         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2712         Specify "spam" or "good".
2713
2714 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2715
2716         * wl-spam.el (wl-summary-exec-action-spam): Call
2717         wl-folder-confirm-existence for spam folder.
2718         (wl-spam-setup): Bind "mk".
2719
2720 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2723
2724 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2725
2726         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2727         destination folder is empty.
2728
2729 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2730
2731         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2732         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2733
2734         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2735         (wl-summary-refile-prev-destination-region): New function.
2736         (wl-thread-refile-prev-destination): Ditto.
2737         (wl-summary-target-mark-refile-prev-destination): Ditto.
2738
2739 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2742         (wl-demo-background-color): Changed default value.
2743
2744         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2745         color.
2746
2747         * wl-demo.el (wl-demo-set-background-color): New function.
2748         (wl-demo): Call it.
2749
2750 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2751
2752         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2753         * wl-address.el (wl-address-add-or-change): Don't add empty
2754         address.
2755
2756 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2757
2758         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2759
2760 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2761
2762         * wl-vars.el (wl-demo-image-filter-alist): New variable
2763         (wl-demo-background-color): Ditto.
2764
2765         * wl-demo.el (wl-demo-xpm-set-background): New function.
2766         (wl-demo-image-filter): Ditto.
2767         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2768
2769         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2770
2771         * wl-demo.el (wl-demo-icon-name): Define as function.
2772         (wl-demo-insert-image): Use it.
2773
2774 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2775
2776         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2777
2778 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2779
2780         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2781
2782 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2783
2784         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2785
2786 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-thread.el (wl-thread-mark-as-answered): New function.
2789
2790         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2791         answered" entry.
2792         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2793         "r&" and wl-thread-mark-as-answered to "t&".
2794         (wl-summary-mark-as-important-region): Refine to toggle mark.
2795         (wl-summary-mark-as-answered-region): New function.
2796         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2797         and 3rd argument.
2798         (wl-summary-mark-as-important-internal): Likewise.
2799
2800 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-template.el (wl-template-preview): New internal variable.
2803         (wl-template-preview-p): New function.
2804         (wl-template-show): Bind `wl-template-preview' as t.
2805
2806 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2807
2808         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2809         `elmo-message-entity-field' with 3rd argument which is non-nil.
2810
2811 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2814         Removed duplicate local bind `folder'.
2815
2816 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2819
2820 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2823         duplicate definition.
2824
2825 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2826
2827         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2828         non-nil, use it; Don't fetch message if there's no message in the
2829         current cursor position.
2830
2831 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2832
2833         * wl-util.el (wl-region-exists-p): Use region-active-p.
2834         (wl-deactivate-region): New function.
2835         * wl-message.el (wl-message-redisplay): Deactivate region.
2836
2837         * wl-summary.el (wl-summary-reply): Call
2838         `wl-summary-set-message-buffer-or-redisplay' instead of
2839         `wl-summary-redisplay-internal', don't move point.
2840
2841 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2842
2843         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2844         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2845         by regexp.
2846
2847 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2848
2849         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2850         if no need.
2851
2852 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2855         default value to nil.
2856         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2857         `wl-summary-prepare-hook'; Replace refile action to
2858         `wl-summary-exec-action-refile-with-register'.
2859
2860         * Version number is increased to 2.11.22.
2861
2862 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2863
2864         * wl-summary.el (wl-summary-detect-mark-position): Set
2865         `wl-summary-buffer-weekday-name-lang'.
2866
2867 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2868
2869         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2870         (wl-summary-mark-as-read-all): Ditto.
2871         (wl-summary-delete-messages-on-buffer): Ditto.
2872         (wl-summary-sync-update): Ditto.
2873         (wl-summary-mark-as-read-internal): Ditto.
2874         (wl-summary-mark-as-answered-internal): Ditto.
2875         (wl-summary-update-folder-info): Abolished.
2876
2877 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * wl-summary.el (wl-summary-mark-as-read-all): Use
2880         `wl-summary-update-folder-info' instead of
2881         `wl-folder-update-unread'.
2882
2883 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2884
2885         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2886         `wl-summary-folder-info-update'.
2887         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2888         instead of `wl-summary-folder-info-update'.
2889         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2890         `wl-folder-set-folder-updated'.
2891         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2892         instead of `wl-folder-update-unread'.
2893         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2894         the value of `wl-summary-buffer-unread-count' for the second parameter of
2895         `wl-folder-update-unread'.
2896
2897         * Version number is increased to 2.11.21.
2898
2899 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2900
2901         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2902         a local variable.
2903
2904 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2905
2906         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2907         interactively.
2908
2909         * wl-summary.el (wl-summary-mark-as-important-internal): New
2910         internal function.
2911         (wl-summary-mark-as-important): Use it.
2912         (wl-summary-mark-as-unimportant): New function.
2913         (wl-summary-sync-marks): Follow the API change.
2914
2915         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2916
2917         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2918
2919 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2920
2921         * wl-folder.el (wl-folder-update-unread): Re-indent.
2922         Narrow the scope of a local variable.
2923
2924 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2927         (wl-addrmgr-merge-entries): Ditto.
2928         (wl-addrmgr): Added to address entry which exists in draft buffer
2929         if no entry is in original.
2930
2931 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-batch.el: New file.
2934
2935 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2936
2937         * wl-vars.el (wl-use-semi): Remove unused variable.
2938
2939 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2940
2941         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2942         "?".
2943
2944 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2945
2946         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2947         wl-summary-new-mark.
2948         (wl-summary-new-cached-mark): New user option.
2949         (wl-summary-score-marks): Follow the change above.
2950         (wl-summary-auto-refile-skip-marks): Ditto.
2951         (wl-summary-incorporate-marks): Ditto.
2952         (wl-summary-expire-reserve-marks): Ditto.
2953
2954         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2955
2956         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2957         (wl-summary-persistent-mark-string): Distinguished between cached
2958         and uncached mark when the message is new.
2959
2960 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * wl-spam.el (wl-spam-domain): Renamed from
2963         `wl-spam-folder-guess-domain'.
2964         (wl-summary-exec-action-spam): Register as spam if domain of the
2965         source folder is good.
2966         (wl-summary-exec-action-refile-with-register): Register message if
2967         domain of the source folder is not undecided.
2968
2969 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2972         detect thread loop.
2973
2974 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2977         and wl-summary-skip-mark-list.
2978
2979 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2980
2981         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2982
2983         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2984
2985         * wl-spam.el (toplevel): Require wl-highlight.
2986         (wl-spam-auto-check-policy-alist): Abolish.
2987         (wl-spam-auto-check-folder-regexp-list): New user option.
2988         (wl-spam-auto-check-marks): Ditto.
2989         (wl-spam-mark-action-list): Ditto.
2990         (wl-highlight-summary-spam-face): New face.
2991         (wl-spam-auto-check-message-p): New function.
2992         (wl-spam-map-spam-messages): Fixed message.
2993         (wl-spam-register-spam-messages): Ditto.
2994         (wl-spam-register-good-messages): Ditto.
2995         (wl-summary-spam-map): Add and remove keybind.
2996         (wl-summary-target-mark-spam): Abolish.
2997         (wl-summary-refile-spam): Ditto.
2998         (wl-summary-test-spam): New function.
2999         (wl-summary-mark-spam): Ditto.
3000         (wl-summary-auto-check-spam): Follow the above change.
3001         (wl-summary-exec-action-spam): New function.
3002         (wl-summary-exec-action-refile-with-register): Fixed message.
3003         (wl-message-check-spam): New function.
3004         (wl-spam-setup): Ditto.
3005         (toplevel): Call it if this file is loaded interactivity.
3006
3007         * Version number is increased to 2.11.20.
3008
3009 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3012         when new optional argument `force' is non nil or modified.
3013
3014 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl.el (toplevel): Require wl-spam when compile.
3017         (wl-save-status): Call wl-spam-save-status.
3018
3019         * wl-spam.el (wl-spam-register-spam-messages): New function.
3020         (wl-spam-register-good-messages): Ditto.
3021         (wl-spam-save-status): Ditto.
3022         (wl-summary-mode-map): Bind
3023         wl-summary-target-mark-register-as-spam to "ms" and
3024         wl-summary-target-mark-register-as-good to "mn".
3025         (wl-summary-register-as-spam): Abolish optional argument; Use
3026         wl-spam-register-spam-messages.
3027         (wl-summary-register-as-spam-all): Use
3028         wl-spam-register-spam-messages.
3029         (wl-summary-register-as-good): Abolish optional argument; Use
3030         wl-spam-register-good-messages.
3031         (wl-summary-register-as-good-all): Use
3032         wl-spam-register-good-messages.
3033         (wl-summary-target-mark-register-as-spam): New funtion.
3034         (wl-summary-target-mark-register-as-good): Ditto.
3035
3036 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * wl-spam.el: New file.
3039
3040 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3041
3042         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3043
3044         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3045         (wl-summary-auto-refile): Call wl-refile-guess with
3046         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3047
3048 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3049
3050         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3051         with disable-thread argument non-nil.
3052
3053 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * wl-summary.el (wl-summary-rescan): Added optional argument
3056         disable-thread.
3057         (wl-summary-sync): Call wl-summary-rescan with argument
3058         disable-thread.
3059         (wl-summary-input-range): Added new range `rescan-thread'.
3060
3061 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3062
3063         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3064
3065 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3066
3067         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3068         internal variable.
3069         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3070         wl-summary-search-parent-by-subject-regexp and
3071         wl-summary-divide-thread-when-subject-changed as nil.
3072         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3073         (wl-summary-insert-thread): Search parent entity from
3074         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3075         thread loop.
3076
3077 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3078
3079         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3080
3081         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3082
3083         * wl-util.el (wl-require-update-all-folder-p): New function.
3084         (wl-get-assoc-list-value): Added `function' to match directive.
3085         (wl-collect-draft): Rewrite.
3086
3087         * wl-summary.el (wl-summary-sync-update): Clear faces
3088         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3089         are non-nil.
3090         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3091         argument as function.
3092         (wl-summary-input-range): Ditto.
3093
3094         * wl-folder.el (wl-draft-get-folder): New function.
3095         (wl-folder-get-elmo-folder): Consider draft folder.
3096
3097         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3098         (wl-draft-buffer-message-number): New buffer local variable.
3099         (wl-draft-folder-internal): New internal variable.
3100         (wl-draft-delete): Rewrite.
3101         (wl-draft-save): Ditto.
3102         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3103         wl-folder-get-elmo-folder.
3104         (wl-draft-config-info-operation): Ditto.
3105         (wl-jump-to-draft-folder): Ditto.
3106         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3107         (wl-draft-reedit): Rewrite.
3108
3109         * Version number is increased to 2.11.19.
3110         
3111 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3112
3113         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3114         variable.
3115
3116 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3117
3118         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3119         Use ignore-errors instead of unwind-protect.
3120
3121 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3122
3123         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3124         for updating `wl-thread-entity-list'.
3125
3126 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3127
3128         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3129         parameter from calling `wl-thread-entity-get-older-brothers' and
3130         `wl-thread-entity-get-younger-brothers'.
3131         Replace nested `append' with a single one.
3132
3133 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3134
3135         * wl-summary.el (wl-summary-mode): Don't use the return value of
3136         `make-local-hook'.
3137
3138 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3139
3140         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3141         instead of `let*'.
3142         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3143         of local variables.
3144
3145 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3146
3147         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3148         Renamed from wl-summary-window-scroll-functions.
3149         (wl-summary-window-scroll-functions): Don't set to variable.
3150         (wl-summary-display-top): Use run-hooks.
3151         (wl-summary-display-bottom): Ditto.
3152         (wl-summary-toggle-disp-msg): Ditto.
3153         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3154         Use it instead of wl-summary-window-scroll-functions.
3155         (wl-summary-goto-folder-subr): Don't call
3156         wl-summary-window-scroll-functions, use
3157         wl-summary-buffer-window-scroll-functions instead.
3158
3159 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3162         make-local-variable.
3163
3164 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3165
3166         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3167         set-buffer-modified-p.
3168         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3169         (wl-summary-display-bottom): Ditto.
3170         (wl-summary-toggle-disp-msg): Ditto.
3171
3172 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3173
3174         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3175
3176         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3177         (wl-summary-forward): Use elmo-message-entity-field instead of
3178         elmo-message-field.
3179
3180         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3181
3182 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-summary.el (wl-summary-window-scroll-functions): No use
3185         `append'.
3186
3187 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3188
3189         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3190         function.
3191         (wl-summary-window-scroll-functions): Call it when both
3192         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3193         (wl-summary-temp-mark): Added optional argument number.
3194         (wl-summary-message-mark): Added optional argument flag.
3195         (wl-summary-persistent-mark): Added optional argument number and flag.
3196         (wl-summary-update-persistent-mark): Ditto.
3197         (wl-summary-update-status-marks): Set "r" for interactive spec.
3198
3199         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3200         argument number and flag.
3201
3202         * wl-action.el (wl-summary-registered-temp-mark): 
3203         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3204
3205 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3206
3207         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3208         internal variable (buffer local).
3209         (wl-summary-window-scroll-functions): New function.
3210         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3211         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3212         as nil.
3213         (wl-summary-update-status-marks): Added arguments beg, end and
3214         check.
3215         (wl-summary-update-mark-window): Use function.
3216         (wl-summary-sync-update): Follow the change above.
3217         (wl-summary-switch-to-clone-buffer): Copy
3218         wl-summary-buffer-unsync-mark-number-list.
3219         (wl-summary-goto-folder-subr): Set
3220         wl-summary-buffer-unsync-mark-number-list and
3221         use wl-summary-window-scroll-functions instead of
3222         wl-summary-lazy-highlight.
3223
3224         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3225
3226 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3229
3230         * wl-summary.el (wl-summary-update-persistent-mark): Call
3231         wl-summary-set-message-modified.
3232
3233         * wl-summary.el (wl-summary-sync-update): Don't call
3234         wl-summary-update-status-marks.
3235
3236         * Version number is increased to 2.11.18.
3237
3238 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3241         (wl-message-next-page): Ditto.
3242
3243 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3244
3245         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3246         local variable.  Change the order of a collected list into the
3247         same as the specified range.  Remove nil from a collected list.
3248
3249 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3250
3251         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3252         argument for elmo-folder-list-messages.
3253
3254 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3257         change (wl-summary-count-unreads return a list instead of a cons
3258         cell).
3259
3260 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3261
3262         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3263         `wl-summary-folder-info-update'.
3264
3265 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3266
3267         * wl-summary.el (wl-summary-set-message-modified): No use
3268         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3269         (wl-summary-set-mark-modified): Abolish.
3270         (wl-summary-mark-modified-p): Ditto.
3271         (wl-summary-save-view): Follow the change above.
3272
3273         * wl-expire.el (wl-summary-expire): Likewise.
3274
3275 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-summary.el (wl-summary-detect-mark-position): Use
3278         modb-entity-handler.
3279         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3280
3281         * Version number is increased to 2.11.17.
3282
3283 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3286         entity field value.
3287         (wl-summary-prefetch-msg): Ditto.
3288         (wl-summary-print-message-with-ps-print): Ditto.
3289
3290 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3293         for dummy entity.
3294         (wl-summary-insert-thread): Use elmo-message-entity-field.
3295         (wl-summary-update-thread): Use elmo-message-entity-field and
3296         elmo-message-entity-number.
3297         (wl-summary-line-number):  Use elmo-message-entity-number.
3298         (wl-summary-line-size): Use elmo-message-entity-field.
3299         (wl-summary-line-subject): Ditto.
3300         (wl-summary-line-from): Ditto.
3301         (wl-summary-line-attached): Ditto.
3302         (wl-summary-create-line): Ditto.
3303         (wl-summary-create-line): Use elmo-message-entity-number.
3304         (wl-summary-print-message-with-ps-print): Use
3305         elmo-message-entity-field.
3306
3307 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3308
3309         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3310         change in elmo-msgdb-make-message-entity.
3311         (wl-summary-buffer-set-folder): Don't call
3312         wl-summary-detect-mark-position here.
3313         (wl-summary-rescan): Call elmo-message-entity-number.
3314         (wl-summary-sync-update): Ditto.
3315         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3316
3317         * wl-score.el (wl-score-header-index): Redefine 2th element.
3318         (wl-score-overview-entity-get-extra): Abolish.
3319         (wl-score-ov-entity-get): Rewrite.
3320         (wl-score-string-index<, wl-score-string-func<): Abolish.
3321         (wl-score-string<): New function.
3322         (wl-score-string-sort): Use it.
3323
3324         * wl-refile.el (wl-refile-guess-by-history): Use
3325         elmo-message-entity-field.
3326         (wl-refile-guess-by-from): Ditto.
3327         (wl-refile-guess-by-msgid): Ditto.
3328
3329         * Version number is increased to 2.11.16.
3330
3331 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3332
3333         * wl-folder.el (wl-folder-confirm-existence): Don't call
3334         file-exists-p if msgdb-path is nil.
3335         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3336         `wl-read-folder-hist' to `wl-read-folder-history'.
3337
3338 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3339
3340         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3341         `y-or-n-p'.
3342
3343 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * wl-score.el (wl-score-headers): Don't use
3346         elmo-folder-do-each-message-entity.
3347
3348         * Version number is increased to 2.11.15.
3349
3350 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3351
3352         * wl-summary.el (wl-summary-delete-all-msgs): Use
3353         elmo-folder-move-messages instead of elmo-folder-delete-messages
3354         and elmo-folder-detach-messages.
3355         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3356
3357         * wl-expire.el (wl-expire-delete): Ditto.
3358         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3359
3360 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3363         (wl-message-header-narrowing-fields): Ditto.
3364         (wl-message-header-narrowing-lines): Ditto.
3365         (wl-message-header-narrowing-string): Ditto.
3366
3367         * wl-summary.el (wl-summary-mode-map): Bind
3368         wl-summary-toggle-header-narrowing to "C-cC-f".
3369         (wl-summary-toggle-header-narrowing): New function.
3370
3371         * wl-message.el (wl-message-buffer-create): Call
3372         wl-message-header-narrowing-setup.
3373         (wl-message-redisplay): Call wl-message-header-narrowing.
3374         (wl-message-header-narrowing): New function.
3375         (wl-message-header-narrowing-map): New keymap.
3376         (wl-message-header-narrowing-widen-map): New keymap.
3377         (wl-message-header-narrowing-again-at-mouse): New function.
3378         (wl-message-header-narrowing-1): Ditto.
3379         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3380         (wl-message-header-narrowing-setup): Ditto.
3381         (wl-message-header-narrowing-toggle): Ditto.
3382         
3383         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3384
3385         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3386         'flag as all.
3387         (wl-use-flag-folder-help-echo): New user option.
3388
3389         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3390         wl-summary-highlight as nil.
3391         (wl-summary-set-mark-modified): Follow the API change.
3392         (wl-summary-mark-modified-p): Ditto.
3393         (wl-summary-mark-as-read-all): Ditto.
3394         (wl-summary-sync-marks): Don't call
3395         elmo-folder-list-messages-with-global-mark.
3396         (wl-summary-mark-as-read-internal): Follow the API change.
3397         (wl-summary-mark-as-answered-internal): Ditto.
3398         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3399         Follow the API change.
3400         (wl-summary-create-line): Call with number argument.
3401         (wl-summary-reply): Follow the API change.
3402
3403         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3404         function.
3405         (wl-highlight-summary-line-string): Call it when
3406         wl-use-flag-folder-help-echo is non-nil.
3407         (wl-highlight-summary-current-line): Ditto.
3408         (elmo-flag-folder-referrer): Added autoload setting.
3409
3410         * wl-draft.el (wl-draft-kill): Follow the API change.
3411
3412         * Version number is increased to 2.11.14.
3413         
3414 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3417
3418 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3419
3420         * Version number is increased to 2.11.13.
3421
3422 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3423
3424         * wl-draft.el (wl-draft-previous-history-element): Fixed
3425         unbalanced parenthesis and bind unbound local variables.
3426
3427 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3428
3429         * wl-draft.el (wl-draft-previous-history-element): New function.
3430         (wl-draft-next-history-element): Ditto.
3431         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3432         them to M-p and M-n.
3433
3434 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3435
3436         * Version number is increased to 2.11.12.
3437
3438 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3439
3440         * wl-draft.el (wl-draft-hide): Select buffer-window.
3441
3442 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3443
3444         * wl-summary.el (wl-summary-narrow-to-region): New function.
3445         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3446         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3447         (wl-summary-save-region): Use it.
3448         * wl-action.el (wl-summary-collect-numbers-region)
3449         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3450
3451 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3452
3453         * wl-folder.el (wl-folder-count-incorporates): Don't use
3454         `elmo-msgdb-mark-load'
3455
3456         * Version number is increased to 2.11.11.
3457
3458 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3459
3460         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3461         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3462
3463 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3464
3465         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3466
3467 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * Version number is increased to 2.11.10.
3470
3471 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3472
3473         * wl-mime.el (wl-draft-attribute-value): Fixed.
3474
3475 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3476
3477         * wl-util.el (wl-copy-local-variables): New function.
3478
3479         * wl-mime.el (wl-draft-attribute-recipients): New function.
3480         (wl-draft-attribute-envelope-from): Ditto.
3481         (wl-draft-attribute-smtp-posting-server): Ditto.
3482         (wl-draft-attribute-smtp-posting-port): Ditto.
3483         (wl-draft-attribute-value): Ditto.
3484         (wl-draft-preview-message): Use it to get value for
3485         attributes. Reflect result of `wl-draft-config'.
3486
3487         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3488         and call `wl-summary-mark-as-read' before to call
3489         `wl-summary-unset-mark'.
3490         (wl-summary-target-mark-mark-as-unread): Likewise.
3491         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3492
3493 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-mime.el (wl-draft-preview-message): Use actual value for
3496         attributes; Fix for small window.
3497
3498 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3499
3500         * wl-refile.el (wl-refile-get-field-value): Call
3501         `elmo-message-entity-field' with 3rd argument is non-nil.
3502
3503 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-vars.el (wl-draft-preview-attributes): New user option.
3506         (wl-draft-preview-attributes-list): Ditto.
3507         (wl-draft-preview-attributes-buffer-lines): Ditto.
3508         (wl-draft-preview-attributes-buffer-name): Ditto.
3509
3510         * wl-mime.el (wl-draft-preview-message): Display attributes.
3511
3512 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3513
3514         * wl-summary.el (wl-summary-detect-mark-position): Bind
3515         wl-summary-flag-priority-list to '(new).
3516
3517 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3518
3519         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3520         funtion.
3521         (wl-highlight-summary-line-string): Use it.
3522         (wl-highlight-summary-current-line): Ditto.
3523
3524 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3525
3526         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3527         line even when the mark string is not changed.
3528
3529         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3530         argument change in the wl-summary-create-line.
3531         (wl-thread-insert-entity-sub): Ditto.
3532
3533         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3534         argument change in the wl-summary-create-line.
3535         (wl-summary-insert-sequential): Ditto.
3536         (wl-summary-update-thread): Ditto.
3537         (wl-summary-persistent-mark-string): New inline function.
3538         (wl-summary-message-mark): Use it.
3539         (wl-summary-create-line): Abolish argument wl-persistent-mark
3540         and added wl-flags, wl-cached.
3541
3542         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3543         mark to flags.
3544         (wl-highlight-summary-current-line): Decide the face not by the 
3545         persistent mark but flags.
3546
3547 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3550         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3551         wl-summary-read-uncached-mark): Revive.
3552         (wl-summary-answered-cached-mark,
3553         wl-summary-answered-uncached-mark): New user option.
3554         (wl-summary-score-marks): Follow the change above.
3555         (wl-summary-auto-refile-skip-marks): Ditto.
3556         (wl-summary-incorporate-marks): Ditto.
3557         (wl-summary-expire-reserve-marks): Ditto.
3558         (wl-summary-flag-priority-list): New user option.
3559
3560         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3561         changes.
3562         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3563         of elmo-message-mark.
3564         (wl-summary-mark-as-read-internal): Ditto.
3565         (wl-summary-mark-as-answered): Ditto.
3566         (wl-summary-mark-as-important): Ditto.
3567         (wl-summary-redisplay-internal): Ditto.
3568         (wl-summary-redisplay-no-mime-internal): Ditto.
3569         (wl-summary-message-mark): New function.
3570         (wl-summary-insert-sequential): Use wl-summary-message-mark
3571         instead of elmo-message-mark.
3572         (wl-summary-update-thread): Ditto.
3573         (wl-summary-persistent-mark): Ditto.
3574         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3575         instead of elmo-message-mark.
3576
3577         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3578         wl-summary-message-mark instead of elmo-message-mark.
3579         (wl-thread-insert-entity-sub): Ditto.
3580         (wl-thread-get-children-msgs-uncached): Ditto.
3581
3582         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3583         variable name changes.
3584         (wl-highlight-summary-current-line): Ditto.
3585
3586         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3587         wl-summary-message-mark instead of elmo-message-mark.
3588
3589         * wl-expire.el (wl-expire-message-p): Ditto.
3590
3591         * wl-score.el (wl-score-headers): Ditto.
3592
3593         * Version number is increased to 2.11.9.
3594
3595         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3596         (wl-summary-sync-update): Follow the change above.
3597         (wl-summary-switch-to-clone-buffer): Ditto.
3598         (wl-summary-open-folder): Ditto.
3599
3600 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3601
3602         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3603         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3604
3605         * Version number is increased to 2.11.8.
3606
3607         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3608
3609         * wl-expire.el (wl-expire-refile): Follow the API change on
3610         `elmo-folder-move-messages'.
3611         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3612
3613         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3614         (wl-summary-exec-action-refile): Ditto.
3615         (wl-summary-exec-action-copy): Ditto.
3616         (wl-summary-no-auto-refile-message-p): No use
3617         `wl-summary-buffer-msgdb'.
3618         (wl-summary-auto-refile): Ditto.
3619
3620 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3621
3622         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3623
3624 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl-summary.el (wl-summary-sync): Treat no-sync.
3627
3628         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3629         (wl-default-sync-range): Ditto.
3630
3631 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3632
3633         * wl-refile.el (wl-refile-subject-learn): Call
3634         `elmo-message-entity-field' with 3rd argument is non-nil.
3635         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3636         instead of `elmo-msgdb-overview-entity-get-subject'.
3637
3638 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3641         scan-type is rescan.
3642         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3643         new optional argument force is non-nil.
3644         (wl-summary-save-view-cache): Call it with force argument non-nil.
3645
3646         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3647
3648 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3649
3650         * wl-action.el (wl-summary-print-argument): Fixed last change.
3651
3652 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3653
3654         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3655         simplified.
3656         (wl-summary-target-mark-mark-as-unread): Likewise.
3657         (wl-summary-target-mark-mark-as-important): Likewise.
3658
3659 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3660
3661         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3662         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3663         (wl-summary-mark-as-important-region): Change accordingly.
3664         (wl-summary-target-mark-mark-as-important): Ditto.
3665
3666 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3667
3668         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3669
3670         * wl-action.el (wl-summary-print-argument): Print argument to
3671         right side of window if `wl-summary-print-argument-within-window'
3672         is non-nil.
3673
3674 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-action.el (wl-summary-set-mark): Use
3677         `wl-summary-message-visible-p' to check visibility of the message
3678         and jump to message only when the message line is visible and have
3679         different number; Call wl-summary-unset-mark with number argument.
3680         (wl-summary-unset-mark): 
3681         Use `wl-summary-message-visible-p'
3682         to check visibility of the message and jump to message only when
3683         the message line is visible and have different number;
3684
3685 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3686
3687         * Version number is increased to 2.11.7.
3688
3689         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3690         and wl-folder-summary-line-format.
3691
3692         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3693         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3694         (wl-summary-set-score-mark): Use it.
3695         (wl-summary-target-mark-mark-as-read): Ditto.
3696         (wl-summary-target-mark-mark-as-unread): Ditto.
3697         (wl-summary-target-mark-mark-as-important): Ditto.
3698         (wl-summary-target-mark-msgs): Simplified.
3699         (wl-summary-detect-mark-position): Fixed problem when
3700         summary-line-format no contain persisten/temp mark spec.
3701         (wl-summary-temp-mark): Ditto.
3702         (wl-summary-persistent-mark): Ditto.
3703         (wl-summary-update-persistent-mark): Ditto.
3704
3705         * wl-action.el (wl-summary-set-mark): Ditto.
3706         (wl-summary-unset-mark): Ditto.
3707         All other related portions are changed.
3708
3709 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * Version number is increased to 2.11.6.
3712
3713 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-util.el (wl-current-message-buffer): Define as function;
3716         Don't use the value of wl-messge-buffer.
3717
3718         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3719         persistent mark.
3720
3721         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3722         no current message, cause an error.
3723
3724 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3725
3726         * wl-summary.el (wl-summary-set-message-modified): Use
3727         elmo-folder-set-message-modified instead of
3728         elmo-folder-set-message-modified-internal.
3729
3730 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3731
3732         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3733         interactively.
3734         (wl-summary-sync): nokill->entirely.
3735         (wl-summary-sync-marks): Fixed message.
3736         (wl-summary-input-range): Added mark, nokill->entirely.
3737
3738         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3739         messages as read.
3740
3741 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3742
3743         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3744         update-noscore.
3745         (wl-summary-sync): Follow the change above.
3746
3747 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3748
3749         * wl-action.el (wl-summary-target-mark-all): Use
3750         elmo-folder-list-messages.
3751
3752 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3753
3754         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3755         (wl-summary-rescan): Set wl-summary-scored as nil.
3756         (wl-summary-sync-force-update): Follow the change above.
3757         (wl-summary-sync): Ditto.
3758         (wl-summary-sync-update): Added argument disable-killed.
3759         (wl-summary-insert-headers): Set visible-only argument for
3760         elmo-folder-list-messages.
3761         (wl-summary-input-range): Added update-nokill, update-noscore,
3762         all-nokill, all-noscore and mark.
3763
3764         * Version number is increased to 2.11.5.
3765
3766         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3767
3768 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3769
3770         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3771         (wl-summary-prefetch-region-no-mark): Change accordingly.
3772         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3773
3774 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3775
3776         * wl-address.el (wl-complete-field-to): Abolished.
3777         (wl-complete-address): Completion function for completing-read.
3778         * wl-action.el (wl-summary-get-resend-address): Use it.
3779
3780         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3781         wl-summary-update-mark and abolish unused argument.
3782         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3783         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3784         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3785         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3786         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3787         * wl-draft.el (wl-draft-kill): Ditto.
3788
3789         * wl-summary.el: Remove unused binding of case-fold-search.
3790         (wl-summary-replace-status-marks): Abolished.
3791
3792 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3793
3794         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3795         is specified or folder length is zero.
3796
3797 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3798
3799         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3800         (wl-folder-archive-current-entity): Ditto.
3801
3802 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3805         retrieving message mark.
3806         (wl-summary-redisplay-internal): Ditto.
3807
3808         * wl-message.el (wl-message-buffer-display): Ignore errors while
3809         retrieving message-id field.
3810
3811         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3812         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3813         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3814         order of the arguments for `wl-expire-message-p'.
3815         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3816
3817         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3818         Check return value of wl-summary-reply.
3819         (wl-summary-reply): Recover window configuration when an error occured.
3820
3821 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3822
3823         * wl-summary.el (wl-summary-resend-message): Abolished, the
3824         feature is inherited by wl-summary-resend (put resend mark).
3825
3826 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3827
3828         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3829         wl-message-buffer to nil when the message is hide.
3830
3831 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3832
3833         * .cvsignore: New file.
3834
3835 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3836
3837         * wl-action.el (wl-summary-action-docstring): Add more info.
3838         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3839         duplicate definition.
3840         (wl-summary-define-mark-action): Functions wl-summary-*-region
3841         keep current position.
3842         (wl-summary-unregister-target-mark): Store result to the variable.
3843
3844 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * Version number is increased to 2.11.4.
3847
3848 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3851         wl-summary-delete-all-temp-marks.
3852         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3853
3854         * wl-action.el (wl-summary-set-mark): Changed terminology
3855         refile-destination -> action-argument.
3856         (wl-summary-unset-mark): Ditto.
3857         (wl-summary-remove-argument): Ditto.
3858         (wl-summary-print-argument): Ditto.
3859
3860         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3861         (wl-thread-remove-argument-region): Ditto.
3862         (wl-thread-print-argument-region): Ditto.
3863         (wl-thread-close): Ditto.
3864         (wl-thread-open): Ditto.
3865
3866         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3867         (wl-highlight-refile-destination-face is abolished)
3868         (wl-highlight-action-argument-string): Ditto.
3869         (wl-highlight-summary-current-line): Highlight action argument.
3870
3871         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3872         color for light backgrounds.
3873         (wl-highlight-summary-answered-face): Ditto.
3874
3875 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3876
3877         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3878
3879         * wl-score.el (wl-summary-score-update-all-lines): Use
3880         wl-summary-set-mark.
3881         (wl-summary-score-update-all-lines): Kill expunged messages.
3882
3883         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3884
3885 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3888         directly.
3889         (wl-score-overview-entity-get-lines): Ditto.
3890         (wl-score-overview-entity-get-xref): Ditto.
3891         (wl-score-get-latest-msgs): Ditto.
3892         (wl-summary-rescore): Ditto.
3893
3894         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3895         to "&".
3896         (wl-summary-mark-as-answered-internal): New inline function.
3897         (wl-summary-mark-as-answered): New function.
3898         (wl-summary-mark-as-unanswered): Ditto.
3899         (wl-summary-sync-marks): Modified for answered-mark synching.
3900
3901 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3902
3903         * wl-action.el (wl-summary-set-mark): Fixed last change.
3904
3905 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3906
3907         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3908         behavior of wl-summary-unread-message-hook
3909         (Pointed out by akira yamada <akira@arika.org>).
3910
3911 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3912
3913         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3914         wl-summary-delete.
3915         * wl-xmas.el (wl-summary-toolbar): Ditto.
3916
3917         * wl-action.el (wl-summary-set-mark): Don't override current
3918         temp-mark.
3919
3920         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3921
3922 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3925         (wl-refile-msgid-learn): Ditto.
3926         (wl-refile-get-field-value): Ditto.
3927
3928         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3929
3930         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3931         (wl-expire-delete-reserved-messages): Renamed from
3932         wl-expire-reserve-marked-msgs-from-list.
3933         (wl-expire-delete): Removed argument `msgdb'.
3934         (wl-expire-refile): Ditto.
3935         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3936         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3937         mark-alist as argument.
3938         (wl-expire-archive-number1): Removed argument `msgdb'.
3939         (wl-expire-archive-number2): Ditto.
3940         (wl-expire-archive-date): Ditto.
3941         (wl-expire-localdir-date): Ditto.
3942         (wl-expire-hide): Ditto.
3943         (wl-archive-number1): Ditto.
3944         (wl-archive-number2): Ditto.
3945         (wl-archive-date): Ditto.
3946         (wl-archive-folder): Ditto.
3947         All other related portions are changed.
3948
3949 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3950
3951         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3952         mean move up and down. (suggested by Takashi Kawachi)
3953
3954 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3955
3956         * wl-acap.el (toplevel): Don't require un-define.
3957
3958 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3959
3960         * wl-thread.el (wl-thread-delete-message): Always update
3961         wl-summary-buffer-number-list.
3962
3963         * wl-action.el (wl-summary-print-destination): 
3964         Do nothing when folder is nil.
3965
3966 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3967
3968         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3969         persistent mark when prefetch is succeeded.
3970
3971 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3974         instead of elmo-msgdb-delete-msgs.
3975         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3976         (wl-expire-hide): Ditto.
3977
3978         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3979
3980         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3981         elmo-msgdb interface.
3982         (wl-thread-get-exist-children): Likewise.
3983         (wl-thread-insert-message): Likewise.
3984         (wl-thread-msg-mark-as-important): Likewise.
3985         (wl-thread-insert-entity-sub): Likewise.
3986         (wl-thread-get-children-msgs-uncached): Likewise.
3987
3988         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3989         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3990         (wl-summary-sync-update): Likewise.
3991         (wl-summary-auto-select-msg-p): Likewise.
3992         (wl-summary-update-thread): Likewise.
3993         (wl-summary-mark-as-important): Likewise.
3994         (wl-summary-jump-to-msg-internal): Likewise.
3995         (wl-summary-redisplay-internal): Likewise.
3996         (wl-summary-print-message-with-ps-print): Likewise.
3997         (wl-summary-folder-info-update): Likewise.
3998
3999         * wl-folder.el (wl-folder-check-one-entity):
4000         elmo-folder-count-flags instead of wl-summary-count-unread.
4001
4002         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4003
4004         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4005
4006         * wl-summary.el (wl-summary-set-message-modified): 
4007         Call wl-summary-set-mark-modified.
4008         (wl-summary-delete-messages-on-buffer): Call
4009         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4010         (wl-summary-sync-update): Call elmo-folder-length instead of
4011         elmo-folder-messages.
4012         (wl-summary-insert-headers): Don't call
4013         elmo-folder-list-message-entities.
4014
4015 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4016
4017         * wl-action.el (wl-summary-define-mark-action): Call
4018         `wl-summary-set-mark' with argument `data'.
4019         (wl-summary-auto-refile): Fixed order of arguments when call
4020         `wl-summary-refile'.
4021
4022 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4025
4026         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4027
4028         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4029         (Renamed from wl-highlight-summary-deleted-face).
4030         (wl-highlight-summary-resend-face): New face.
4031
4032         (wl-highlight-summary-deleted-face): Renamed from
4033         wl-highlight-summary-erased-face.
4034
4035         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4036
4037         * wl-action.el (wl-summary-get-resend-address): New function.
4038         (wl-summary-exec-action-resend): Ditto.
4039         (wl-summary-exec-action-resend-subr): Ditto.
4040
4041         * w-thread.el (wl-thread-copy): Removed definition.
4042         (wl-thread-refile): Ditto.
4043         (wl-thread-delete): Ditto.
4044         (wl-thread-target-mark): Ditto.
4045
4046         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4047         (wl-summary-target-mark-set-action): Fixed.
4048         (wl-summary-define-mark-action): Fixed quotation.
4049         (wl-summary-move-mark-list-messages): Display message.
4050         (wl-summary-define-mark-action): Define thread functions.
4051         (wl-summary-exec-action-refile): Changed message.
4052         (wl-summary-exec): Ditto.
4053
4054 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4055         
4056         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4057         '%%'.
4058
4059 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4060
4061         * wl.el (toplevel): Require wl-action.
4062         (wl-init): Call wl-summary-define-mark-action.
4063
4064         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4065
4066         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4067         wl-summary-delete and wl-summary-erase.
4068         (wl-summary-mode-map): Ditto.
4069
4070         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4071         wl-delete-folder-alist.
4072
4073         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4074         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4075         (toplevel): Moved mark & action related functions to the wl-action.el.
4076
4077         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4078         in wl-summary-mark-action-list.
4079         (wl-highlight-summary-current-line): Ditto.
4080
4081         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4082         empty lines.
4083
4084         * wl-action.el: New file. 
4085
4086 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4087
4088         * wl-summary.el (wl-summary-target-mark-replace): New function.
4089         (wl-summary-target-mark-prefetch): Use it.
4090         (wl-summary-target-mark-delete): Ditto.
4091         (toplevel): Rearranged definition order.
4092         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4093         (wl-summary-target-mark-erase): Rewrite.
4094         (wl-summary-erase-region): New function.
4095         (wl-summary-exec-action-erase): Changed message.
4096         (wl-summary-move-mark-list-messages): New function.
4097         (wl-summary-exec-action-delete): Use it.
4098         (wl-summary-exec-action-erase): Ditto.
4099
4100         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4101         (wl-summary-skip-mark-list): Added "d".
4102
4103         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4104         while searching.
4105
4106         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4107         and define using defcustom;
4108         Define 4th element as a face.
4109         
4110         * wl-summary.el (wl-summary-incorporate): Use 
4111         `wl-summary-prefetch-region-no-mark' instead of
4112         `wl-summary-prefetch-region'.
4113         (wl-summary-prefetch-region-no-mark): Revival of old
4114         `wl-summary-prefetch-region'.
4115         (wl-summary-mark-action-list): Moved to wl-vars.el
4116
4117         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4118         face according to the `wl-summary-mark-action-list'.
4119         (wl-highlight-summary-current-line): Ditto;
4120         Removed destination highlighting.
4121
4122         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4123         (wl-highlight-summary-line-string): Highlight for "i" mark.
4124         (wl-highlight-summary-current-line): Ditto.
4125
4126         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4127         no destination.
4128
4129         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4130         exists, just go ahead.
4131         (wl-summary-prefetch-region): Rewrite.
4132         (wl-summary-prefetch): Ditto.
4133         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4134         (wl-summary-exec-action-prefetch): New function.
4135         (wl-summary-target-mark-prefetch): Rewrite.
4136
4137 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4138
4139         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4140         (wl-highlight-summary-line-string): Added "d" and "D".
4141         (wl-highlight-summary-current-line): Ditto.
4142
4143         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4144         in wl-summary.el.
4145         (wl-thread-insert-entity-sub): Ditto.
4146         (wl-thread-remove-destination-region): Ditto.
4147         (wl-thread-print-destination-region): Ditto.
4148
4149         * wl-summary.el (wl-summary-buffer-refile-list,
4150         wl-summary-buffer-delete-list,
4151         wl-summary-buffer-copy-list): Abolish.
4152         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4153         All other related portions are changed.
4154         (wl-summary-mark-action-list): New variable.
4155         (wl-summary-set-mark): New function.
4156         (wl-summary-register-target-mark): Ditto.
4157         (wl-summary-unregister-target-mark): Ditto.
4158         (wl-summary-have-target-mark-p): Ditto.
4159         (wl-summary-register-temp-mark): Ditto.
4160         (wl-summary-unregister-temp-mark): Ditto.
4161         (wl-summary-registered-temp-mark): Ditto.
4162         (wl-summary-collect-temp-mark): Ditto.
4163         (wl-summary-unset-mark): Ditto.
4164         (wl-summary-set-target-mark): Ditto.
4165         (wl-summary-unset-target-mark): Ditto.
4166         (wl-summary-set-action-generic): Ditto.
4167         (wl-summary-unset-action-generic): Ditto.
4168         (wl-summary-exec-action-delete): Ditto.
4169         (wl-summary-exec-action-erase): Ditto.
4170         (wl-summary-set-action-refile): Ditto.
4171         (wl-summary-set-action-refile-subr): Ditto.
4172         (wl-summary-unset-action-refile): Ditto.
4173         (wl-summary-make-destination-numbers-list): Ditto.
4174         (wl-summary-exec-action-refile): Ditto.
4175         (wl-summary-set-action-copy): Ditto.
4176         (wl-summary-unset-action-copy): Ditto.
4177         (wl-summary-exec-action-copy): Ditto.
4178         (wl-summary-collect-numbers-region): Ditto.
4179         (wl-summary-delete): Rewrite.
4180         (wl-summary-erase): Ditto.
4181         (wl-summary-remove-destination): Ditto.
4182         (wl-summary-exec): Ditto.
4183         (wl-summary-exec-region): Ditto.
4184         (wl-summary-target-mark-erase): Ditto.
4185         (wl-summary-refile): Ditto.
4186         (wl-summary-copy): Ditto.
4187         (wl-summary-unmark): Ditto.
4188         (wl-summary-delete-all-mark): Ditto.
4189         (wl-summary-mark-line): Don't highlight.
4190         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4191         (wl-summary-target-mark-refile-subr): Rewrite.
4192
4193         (wl-summary-copy-prev-destination): Abolish.
4194
4195 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4196
4197         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4198         default values along the value of wl-on-mule.
4199         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4200         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4201         It is not used anywhere.
4202
4203 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4204
4205         * wl-summary.el (wl-summary-print-destination): Keep position.
4206         (wl-summary-cursor-move-surface): Keep horizontal position.
4207
4208 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4209
4210         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4211         write sendlog.
4212
4213 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4214
4215         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4216         `wl-summary-highlight'.
4217
4218 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4219
4220         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4221         trivial condition for temp-mark.
4222
4223 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4224
4225         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4226         when it hits killed buffer.
4227
4228 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4229
4230         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4231         * wl-news.el.in: `message' and `error' take format string.
4232
4233 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4234
4235         * wl-folder (wl-folder-insert-entity): Display a message,
4236         `...done', when the work finish.
4237         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4238
4239 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4240
4241         * wl-message.el (wl-message-redisplay): Remove unused local
4242         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4243
4244 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4245
4246         * wl-summary.el (wl-summary-replace-status-marks): Disable
4247         interactive use.
4248         (wl-summary-reedit): Check message existence at first.
4249         (wl-summary-mark-line): Fix doc, return value is indefinite.
4250
4251         * wl-highlight.el (wl-highlight-message): Arranged.
4252
4253         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4254         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4255         check temp-mark by wl-summary-temp-mark always.
4256         (wl-highlight-summary): Change accordingly.
4257         * wl-summary.el (wl-summary-mark-as-read-all)
4258         (wl-summary-delete-cache, wl-summary-set-score-mark)
4259         (wl-summary-mark-as-unread, wl-summary-unmark)
4260         (wl-summary-mark-line, wl-summary-mark-as-read)
4261         (wl-summary-mark-as-important): Ditto.
4262
4263         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4264         end of the window if possible.
4265         * wl-summary.el (wl-summary-sync-update): Support lazy
4266         highlighting.
4267         (wl-summary-toggle-disp-msg): Ditto.
4268
4269 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4270
4271         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4272
4273 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4274
4275         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4276         change.
4277
4278 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4281         API.
4282         (wl-summary-sync-update): Ditto.
4283
4284         * wl-score.el (wl-score-get-score-alist): Changed argument.
4285         (wl-summary-rescore-msgs): Likewise.
4286         (wl-summary-score-headers): Likewise.
4287         (wl-score-headers): Likewise;
4288         Use elmo-folder-do-each-message-entity, etc.
4289         (wl-summary-score-effect): Follow the changes above.
4290         (wl-summary-rescore): Ditto.
4291         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4292         (wl-score-get-overview): Abolish.
4293
4294         * wl-summary.el (wl-summary-default-from): Follow the API change in
4295         elmo-msgdb.
4296         (wl-summary-count-unread): Ditto.
4297         (wl-summary-detect-mark-position): Ditto.
4298         (wl-summary-overview-entity-compare-by-date): Ditto.
4299         (wl-summary-overview-entity-compare-by-number): Ditto.
4300         (wl-summary-overview-entity-compare-by-from): Ditto.
4301         (wl-summary-overview-entity-compare-by-subject): Ditto.
4302         (wl-summary-get-list-info): Ditto.
4303         (wl-summary-rescan): Ditto.
4304         (wl-summary-jump-to-msg-by-message-id): Ditto.
4305         (wl-summary-sync-update): Ditto; Removed comment.
4306         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4307         (wl-summary-insert-message): Use wl-summary-insert
4308         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4309         (wl-summary-insert-headers): Changed argument overview to folder.
4310         (wl-summary-search-by-subject): Likewise.
4311         (wl-summary-insert-thread): Renamed from 
4312         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4313
4314         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4315         too.
4316
4317         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4318         wl-string-member.
4319
4320 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4321
4322         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4323         elmo-folder-append-buffer.
4324         (wl-draft-queue-append): Likewise.
4325
4326         * wl-mime.el (wl-message-delete-current-part): Ditto.
4327         (wl-summary-burst-subr): Ditto.
4328
4329         * wl-news.el.in (wl-news-send-news): Ditto.
4330
4331 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4332
4333         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4334         function.
4335         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4336         (wl-summary-update-mark): Enclose with save-excursion.
4337         (wl-summary-mark-as-read-internal): Fixed last change.
4338         (wl-summary-mark-as-important): Use 3rd argument of
4339         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4340         Don't use elmo-msgdb-set-mark.
4341         (wl-summary-redisplay-internal): If msgdb flag is already read,
4342         just update the mark on buffer.
4343
4344 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4345
4346         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4347         cut visible folder when elmo-folder-delete returns non-nil value.
4348
4349 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4350
4351         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4352         by Kenichi OKADA <okada@opaopa.org>).
4353
4354 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4355
4356         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4357
4358 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4359
4360         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4361         Fixed the last change, search group entity by its real name.
4362         (Thanks to: KOBAYASHI Shinji)
4363
4364 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4365
4366         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4367         (wl-fldmgr-access-display-all): Don't refer visible name.
4368         * wl-expire.el (wl-folder-archive-current-entity)
4369         (wl-folder-expire-current-entity): Ditto.
4370         * wl-folder.el (wl-folder-jump-to-current-entity)
4371         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4372         (wl-folder-open-folder-sub,wl-folder-open-all)
4373         (wl-folder-write-current-folder): Ditto.
4374         (wl-folder-insert-entity): Don't use petname for normal group.
4375         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4376         is the real name.
4377         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4378         Abolished.
4379
4380 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4381
4382         * wl-draft.el (wl-draft-create-buffer): Add
4383         `wl-summary-reply-with-citation'
4384
4385 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4386
4387         * wl-draft.el (wl-draft-reply): Fixed.
4388
4389 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4392         when `wl-draft-send-confirm-with-preview' is non-nil.
4393         You can scroll up/down by j/k.
4394         (wl-draft-send-confirm-with-preview): New variable (default=t).
4395
4396 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4399         (wl-fldmgr-save-folders): Fix comment.
4400
4401 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4402
4403         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4404         along the last change in `wl-folder-buffer-group-p'.
4405
4406 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4409         folder.
4410
4411         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4412         the default value.
4413
4414         * wl-mime.el (wl-summary-burst): Update summary only when target
4415         folder equals current folder.
4416
4417 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4418
4419         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4420
4421 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4424         value.
4425
4426 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4429         `map-extents' instead of `extent-at' repeatedly.
4430         (wl-highlight-folder-current-line): Ditto.
4431
4432         * wl-highlight.el: Remove useless dummy functions.
4433
4434 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4437         (wl-folder-put-folder-property): New function to put text property.
4438         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4439         (wl-folder-insert-entity, wl-folder-update-diff-line)
4440         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4441         * wl-e21.el, wl-xmas.el, wl-mule.el
4442         (wl-highlight-folder-current-line): Ditto.
4443         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4444         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4445         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4446         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4447
4448 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * Version number is increased to 2.11.3.
4451
4452 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4455         Resume current-buffer since it is assumed by remaining tasks.
4456
4457 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4460         (wl-folder-completion-function): Abolished.
4461         (wl-folder-complete-folder): New function.
4462         (wl-folder-complete-filter-condition): Ditto.
4463         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4464         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4465
4466 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-draft.el (wl-draft-send-confirm): New function.
4469         (wl-draft-send): Use it.
4470
4471         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4472         cursor-in-echo-area while confirming.
4473
4474         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4475
4476         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4477         searching via nntp if wl-summary-search-via-nntp is 'force.
4478         Otherwise, invoke searching in nntp folder only.
4479         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4480
4481         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4482         explicitly for mime-make-text-tag.
4483
4484 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4485
4486         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4487         `mime-make-text-tag' instead of `mime-create-tag'.
4488
4489 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4492         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4493
4494 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-score.el (wl-score-save): Bind print-length and print-level.
4497         (wl-score-pretty-print): Ditto.
4498         (wl-score-edit-insert-header-entry): Ditto.
4499
4500         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4501         "From" entry to be treated with wl-draft-eword-encode-address-list.
4502         * wl-mime.el (wl-draft-preview-message): Ditto.
4503
4504         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4505         (wl-summary-mark-as-unread): Ditto.
4506         (wl-summary-mark-as-read-region): Change accordingly.
4507         (wl-summary-mark-as-unread-region): Ditto.
4508         (wl-summary-target-mark-mark-as-read): Ditto.
4509         (wl-summary-target-mark-mark-as-unread): Ditto.
4510
4511 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * Version number is increased to 2.11.2.
4514
4515 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-news.el.in (wl-news-previous-version-save): Bind
4518         print-length and print-level.
4519         * wl-thread.el (wl-thread-save-entities): Ditto.
4520         (wl-thread-save-top-list): Bind print-length.
4521
4522 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4523
4524         * wl-highlight.el (wl-highlight-summary-line-string): Use
4525         wl-summary-score-below-mark, wl-summary-score-over-mark.
4526         (wl-highlight-summary-current-line): Ditto.
4527
4528 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4531         insert it.
4532
4533 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4534
4535         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4536
4537 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4538
4539         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4540         message without msgid.
4541         Rewrite with elmo-folder-move-messages.
4542         Set wl-message-buffer to nil.
4543
4544         * wl-summary.el (wl-summary-erase-subr): New function. Use
4545         elmo-folder-move-messages.
4546         (wl-summary-erase): Call it.
4547         (wl-summary-target-mark-erase): Ditto.
4548
4549 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4550
4551         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4552         it is not up-tp-date.
4553
4554 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4555
4556         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4557         buffer after calling `wl-summary-goto-folder-subr' without the
4558         argument `interactive'.
4559         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4560
4561 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4562
4563         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4564         `mime-create-tag'. Use `string=' instead of `looking-at'.
4565
4566 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4569         to avoid compile warning.
4570
4571         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4572         entity-id when folder is given.
4573         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4574         save-excursion, use save-selected-window instead.
4575         Select folder buffer window if exists.
4576         (To correct behavior with wl-folder-move-cur-folder.)
4577
4578 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4579
4580         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4581
4582 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4583
4584         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4585         list-count instead of %d.
4586
4587 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4588
4589         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4590         (wl-news): Set it.
4591         (wl-news-append-to-folder): Use it.
4592
4593         * wl-news.el.in (wl-news-send-news): Append to specified folder
4594         instead of wl-default-folder.
4595         (wl-news-append-to-folder): Show error message with specified folder.
4596
4597         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4598                 In most major modes, Emacs assumes that any opening
4599                 delimiter found at the left margin is the start of a
4600                 top-level definition, or defun. Therefore, *never put an
4601                 opening delimiter at the left margin unless it should have
4602                 that significance.*
4603
4604         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4605
4606 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4607
4608         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4609
4610 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4611
4612         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4613
4614 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4615
4616         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4617         for sequential numbering case.
4618
4619 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4622         value.
4623         (wl-draft-reply-without-argument-list): Ditto.
4624         (wl-draft-reply-myself-with-argument-list): Abolish.
4625         (wl-draft-reply-myself-without-argument-list): Ditto.
4626         * wl-draft.el (wl-draft-self-reply-p): New function.
4627         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4628
4629 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4632         (avoid error for the case without byte-compiling)
4633
4634 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4635
4636         * wl-news.el.in (wl-news-append-to-folder): New function.
4637         (wl-news-exit): Rewrite.
4638         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4639
4640 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4641
4642         * wl-draft.el (wl-draft-reply-position): New function.
4643         (wl-draft-reply-position): Fix.
4644         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4645         (wl-summary-target-mark-reply-with-citation): Ditto.
4646         (wl-summary-reply-with-citation): Ditto.
4647         * wl-vars.el (wl-draft-reply-default-position): New variable.
4648
4649 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4650
4651         * wl-draft.el (wl-draft-send): Preview when interactive send.
4652
4653 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4654
4655         * wl-draft.el (wl-draft-reply): Set default position.
4656         * wl-summary.el (wl-summary-reply): Ditto.
4657         (wl-summary-reply-with-citation): Ditto.
4658         (wl-summary-target-mark-reply-with-citation): Ditto.
4659
4660 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl-news.el.in (wl-news-lang): Set default value according to
4663         current-language-environment.
4664         (wl-news-append-news): Do nothing when news-list is nil.
4665
4666 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4669         (wl-news): Change message.
4670         (wl-news-exit): Check buffer.
4671         (wl-news-force-exit): New function.
4672         (wl-news-show-all): New function.
4673         (wl-news-discard-and-exit): Fix.
4674
4675 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4676
4677         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4678         according to current-language-environment.
4679
4680         * wl-news.el.in (wl-news): If arg, show all NEWS after
4681         wl-news-default-previous-version.
4682
4683 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4684
4685         * wl-news.el.in (wl-news-check): Rewritten.
4686         (wl-news-previous-version-load): Change data type.
4687         (wl-news-previous-version-save): Change data type.
4688         (wl-news-append-news): Add return value.
4689         (wl-news-check-news): New function.
4690         (wl-news-already-current-p): New function.
4691         (wl-news-send-news): Rewritten.
4692         (wl-news-mode-map): Add new keybind.
4693         (wl-news): Rewritten.
4694         (wl-news-exit): Rewritten.
4695         (wl-news-discard-and-mail): New function.
4696         (wl-news-send-to-address): Abolished.
4697         * wl.el (wl-init): Delete a message.
4698
4699 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4700
4701         * wl-news.el.in (wl-news-exit): Update previous version.
4702         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4703
4704 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4707
4708 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4709
4710         * wl-news.el.in (wl-news): New function.
4711         (wl-news-mode): New function.
4712         (wl-news-next-line): New function.
4713         (wl-news-next-page): New function.
4714         (wl-news-exit): New function.
4715         (wl-news-buf-name): New variable.
4716         (wl-news-mode-map): New variable.
4717         (wl-news-winconf): New variable.
4718         (wl-news-append-news): Add an option.
4719
4720 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4721
4722         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4723
4724 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl-news.el.in (wl-news-send-to-address): New variable.
4727         (wl-news-send-news): Use it.
4728         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4729         Return updating status.
4730         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4731
4732 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-news.el.in (wl-news-send-news): Delete
4735         Organization and X-Face.
4736
4737 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4738
4739         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4740         (wl-news-append-news): New function.
4741         (wl-news-send-news): New function.
4742
4743 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4744
4745         * Version number is increased to 2.11.1.
4746
4747 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4748
4749         * wl-news.el.in : New file.
4750
4751 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4754         default value.
4755         (wl-draft-reply-without-argument-list): Ditto.
4756
4757 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4760         (wl-message-buffer-prefetch-idle-time): Ditto.
4761         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4762
4763 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4764
4765         * wl-thread.el (wl-thread-insert-message): Use
4766         wl-summary-max-thread-depth.
4767
4768         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4769         loop detection.
4770
4771         * wl-message.el (wl-message-buffer-display): Back to the first page
4772         when cache is hit.
4773
4774 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4775
4776         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4777
4778         * wl-summary.el (wl-summary-insert-thread-entity):
4779         If the thread depth is reached to wl-summary-max-thread-depth,
4780         divide the thread.
4781
4782 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4783
4784         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4785         for elmo-remove-passwd.
4786
4787 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4790         folder is sticky.
4791         (wl-folder-mark-as-read-all-entity): Ditto.
4792         (wl-folder-prefetch-entity): Ditto.
4793
4794 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4795
4796         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4797
4798 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4801         Delete messages on buffer for unplugged operation.
4802         (wl-summary-erase): Ditto.
4803
4804 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4805
4806         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4807         take nil so as not to search parent by subject.
4808
4809 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4812         (wl-folder-get-next-folder): Ditto.
4813         (wl-folder-get-path): Ditto.
4814
4815 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4818         system and encode the region with it before verifying.
4819
4820 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4823         system of the echo buffer before decoding.
4824
4825 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4828         original contents.
4829
4830 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4833         with argument 'any-exists.
4834
4835 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4838         Use `wl-cs-autoconv'.
4839
4840 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4843         by `mime-view-automatic-conversion'.
4844
4845         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4846         (wl-message-verify-pgp-nonmime): Ditto.
4847         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4848         Bind them to C-c:d and C-c:v respectively.
4849
4850         Merge following code by Teranishi-san from [wl-en:00167].
4851         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4852         (wl-mime-preview-application/pgp-encrypted): Ditto.
4853         (wl-mime-setup): Add entry.
4854
4855 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * wl-summary.el (wl-summary-target-mark-erase): New function.
4858         Bind it to "mD".
4859
4860 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4861
4862         * wl-vars.el (wl-draft-write-file-function): Fix.
4863         (wl-draft-reedit-hook): Changed default value.
4864
4865         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4866         wl-draft-reedit-hook.
4867         (wl-draft-remove-text-plain-tag): New function.
4868         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4869
4870         * wl-vars.el (wl-draft-write-file-function): New user option.
4871
4872         * wl-draft.el (wl-draft-prepare-edit): Use it for
4873         local-write-file-hooks.
4874         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4875
4876         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4877         (wl-draft-insert-mail-header-separator): Return the body beginning
4878         point.
4879         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4880         text/plain.
4881         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4882
4883 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4884
4885         * wl-summary.el (wl-summary-erase): New function to erase message
4886         without moving it to trash. Bind to "D".
4887
4888         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4889         as `keep' unless switch-function.
4890
4891 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4894         message buffer by using `wl-summary-toggle-disp-msg'.
4895         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4896         buffer window.
4897         (wl-summary-supresedes-message): Ditto.
4898
4899         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4900         Do not delete other windows.
4901         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4902         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4903         (wl-draft-create-buffer): Set reply-or-forward also for target
4904         mark commands.
4905
4906 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-draft.el (wl-user-agent-compose): Delete special case for
4909         switch-to-buffer-other-window.
4910
4911         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4912         (wl-summary-forward): Ditto.
4913
4914         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4915         function.
4916         (wl-draft-buffer-style): New use option.
4917
4918         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4919         (wl-draft): Follow the change above.
4920         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4921         wl-draft-buffer-style.
4922         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4923         switch-function.
4924
4925 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4926
4927         * wl-address.el (wl-address-make-completion-entry): Extracted from
4928         `wl-address-make-completion-list'.
4929         (wl-address-enable-strict-loading): New variable.
4930         (wl-address-make-completion-list): Revive petname duplication
4931         inquiry, and enable it if `wl-address-enable-strict-loading'.
4932         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4933
4934 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4935
4936         * wl-message.el (wl-message-get-original-buffer): Avoid
4937         'Selecting deleted buffer' error when original buffer is killed.
4938
4939 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-summary.el (wl-summary-next-message): Use
4942         elmo-message-accessible-p instead of elmo-message-cached-p.
4943
4944 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4947
4948         * wl-thread.el (wl-thread-open-all-unread): Use
4949         elmo-folder-list-flagged instead of
4950         elmo-folder-list-messages-mark-match.
4951
4952         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4953         instead of elmo-folder-list-messages-mark-match.
4954         (wl-summary-move-spec-alist): New variable.
4955         (wl-summary-move-spec-plugged-alist,
4956         wl-summary-move-spec-unplugged-alist): Abolish.
4957         (wl-summary-next-message): Follow the change above.
4958         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4959         with 'no-msg' argument.
4960
4961         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4962         variable.
4963         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4964         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4965         (wl-message-buffer-prefetch-get-next): Follow the change above.
4966
4967 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4968
4969         * wl-version.el (wl-version): Changed codename.
4970
4971         * Version number is increased to 2.11.0.
4972
4973 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4974
4975         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4976         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4977         `wl-draft-config-variables'.
4978         (wl-draft-kill): Fixed problem when the draft is reedit.
4979
4980 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4981
4982         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4983         buffer-modified status (Thanks to
4984         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4985
4986 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4987
4988         * wl-util.el (wl-region-exists-p): New function.
4989
4990         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4991         Remove defvars for byte-compile warnings.
4992
4993 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4994
4995         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4996         defvar-maybe. Removed unused bind.
4997
4998 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4999
5000         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5001         summary buffer window before creating new frame.
5002         (wl-draft-reply): Ditto.
5003
5004 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5005
5006         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5007
5008 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5011
5012 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5013
5014         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5015         instead of `kill-region'.
5016
5017 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5018
5019         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5020         (wl-highlight-summary-line-string): Use it.
5021         (wl-highlight-summary-current-line): Ditto.
5022
5023         * wl-mime.el (wl-message-delete-current-part): Check the class of
5024         mime-entity.
5025
5026         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5027
5028         * wl-summary.el (wl-summary-make-number-list): Initialize.
5029         (wl-summary-update-mark): New function.
5030         (wl-summary-reply): Put `answered' mark on the message.
5031         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5032
5033         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5034         (wl-draft-reply): Added optional argument `number';
5035         Set wl-draft-parent-number.
5036         (wl-draft-kill): Delete answered mark if it is a reply.
5037
5038 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5039
5040         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5041         that originates in mime-preview-follow-current-entity.
5042         (wl-draft-yank-current-message-entity): Use it if region is active.
5043
5044         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5045         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5046         `wl-message-delete-current-part'.
5047         * wl-mule.el (wl-message-define-keymap): Ditto.
5048         * wl-xmas.el (wl-message-define-keymap): Ditto.
5049
5050 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-mime.el (wl-message-delete-current-part): New function.
5053         (wl-mime-node-id-to-string): Ditto.
5054
5055         * wl-mime.el (wl-message-delete-current-part): Use existing
5056         original buffer which corresponds current mime-view buffer.
5057         (fetched buffer might have different structure, possibly)
5058
5059         * wl-mime.el (wl-message-delete-current-part): Quit if the
5060         message content differs from the actual message.
5061
5062 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5065         order.
5066         (wl-summary-search-by-subject): Search parent message from tail;
5067         Check the existence of the parent message on the current thread tree.
5068         (wl-summary-update-thread): Check whether the line is inserted.
5069
5070 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5071
5072         * wl-vars.el (wl-summary-line-format): Undo last change.
5073         * wl-summary.el (wl-summary-print-destination): Do not put
5074         invisible property when `wl-summary-width' is nil.
5075         (wl-summary-line-subject-minimum-length): Abolished.
5076         (wl-summary-line-subject): Ditto.
5077
5078 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl-vars.el (wl-summary-line-format): Change default value.
5081         (wl-summary-subject-length-limit): Abolished.
5082         * wl-summary.el (wl-summary-line-subject): Ditto.
5083
5084 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5085
5086         * wl-template.el (wl-template-select): Added optional argument.
5087         If optional argument is specified, reverse
5088         `wl-template-visible-select'.
5089
5090 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5093         Take prefix argument to force asking the destination folder.
5094
5095 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5096
5097         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5098         count and update status.
5099
5100 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-summary.el (wl-summary-redisplay-internal): If
5103         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5104         after fetching.
5105
5106 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5107
5108         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5109         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5110
5111         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5112
5113 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5114
5115         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5116         (All other related portions are changed).
5117         (wl-summary-mark-as-read-all): Rewrite.
5118
5119 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5120
5121         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5122         `wl-summary-mark-as-read'.
5123         (wl-summary-mark-as-unread): Rewrite.
5124         (wl-summary-mark-as-read): Added no-modeline argument.
5125         (wl-summary-resume-cache-status): Rewrite.
5126         (wl-summary-exec-subr): Remove unused local variable.
5127
5128 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5131         logic to call `wl-summary-buffer-prev-folder-function'.
5132         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5133
5134 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5137         is nil.
5138
5139 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5140
5141         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5142         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5143         (wl-mime-setup): Add its entry.
5144
5145 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5148         (wl-summary-delete-cache): Likewise.
5149         (wl-summary-mark-as-read): Rewrite.
5150
5151 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5154         `wl-summary-count-unread'.
5155
5156         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5157
5158         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5159
5160 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5163         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5164         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5165         Renamed to the elmo-msgdb-*-mark.
5166         (wl-summary-score-marks): Follow the change above.
5167         (wl-summary-auto-refile-skip-marks): Ditto.
5168         (wl-summary-incorporate-marks): Ditto.
5169         (wl-summary-expire-reserve-marks): Ditto.
5170
5171         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5172         changes.
5173         (wl-thread-insert-top): Changed updating message.
5174
5175         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5176         variable.
5177         (wl-summary-count-unread): Count answered marks.
5178         (wl-summary-rescan): Call wl-summary-insert-message instead of
5179         wl-summary-append-message-func-internal.
5180         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5181         (wl-summary-prefetch-msg): Follow the variable name changes.
5182         (wl-summary-prefetch-region): Ditto.
5183         (wl-summary-mark-as-read-all): Follow the API changes;
5184         Don't call elmo-folder-replace-marks.
5185         (wl-summary-delete-cache): Follow the variable name changes.
5186         (wl-summary-resume-cache-status): Ditto.
5187         (wl-summary-update-status-marks): New function.
5188         (wl-summary-insert-message): New function.
5189         (wl-summary-sync-marks): Follow the variable name changes.
5190         (wl-summary-sync-update): Synchronize to the msgdb, too;
5191         Changed update messages.
5192         (wl-summary-make-number-list): Rewrite.
5193         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5194         (wl-summary-mark-as-unread): Follow the API changes.
5195         (wl-summary-exec-subr): Follow the variable name changes.
5196         (wl-summary-mark-as-read): Ditto.
5197         (wl-summary-move-spec-plugged-alist): Ditto.
5198         (wl-summary-move-spec-unplugged-alist): Ditto.
5199         (wl-summary-cursor-move-surface): Ditto.
5200
5201         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5202         variable name changes.
5203         (wl-highlight-summary-current-line): Ditto.
5204
5205         * wl-expire.el (wl-expire-refile): Follow the API change in
5206         elmo-folder-move-messages.
5207         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5208         (wl-summary-archive): Use elmo-folder-msgdb instead of
5209         elmo-msgdb-load.
5210
5211 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5212
5213         * wl-mime.el (wl-draft-preview-message): Restore the position
5214         before evaluating wl-draft-send-hook in preview buffer.
5215
5216 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5217
5218         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5219         when it creates new draft buffer.
5220
5221         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5222         without argument.
5223
5224         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5225         Evaluate content and if the value is string, insert it.
5226         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5227         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5228         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5229         wl-draft-config-sub-part-bottom): Use it.
5230
5231         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5232         with the folder name. The question was unintelligible when it is
5233         called from wl-save-status.
5234
5235 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5238         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5239         cannot take second argument).
5240
5241 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5242
5243         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5244         as t. Since type and subtype are not case sensitive (RFC 2045).
5245
5246 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5247
5248         * wl-vars.el (wl-message-mode-line-format): New variable.
5249         (wl-message-mode-line-format-spec-alist): Ditto.
5250         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5251         (wl-message-redisplay): Use wl-message-mode-line-format.
5252
5253 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5256
5257 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5258
5259         * wl-summary.el (wl-summary-default-from): Write description.
5260
5261 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-vars.el (wl-ldap-objectclass): Abolish.
5264
5265         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5266         (wl-ldap-make-filter): Removed condition for objectclass.
5267         (wl-ldap-make-matched-value-list): Remove meaningless process.
5268         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5269         (wl-address-ldap-search): Don't add `*' to `pat' string;
5270         use ignore-errors; added `email';
5271         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5272         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5273         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5274
5275
5276 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5277
5278         * wl-draft.el (wl-draft-parent-folder): Write description.
5279         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5280
5281 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5284         as "" (zero-length string) if no parent.
5285         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5286
5287 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * wl-address.el (wl-address-make-completion-list): Skip duplication
5290         checking.
5291         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5292         `append'.
5293
5294 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5295
5296         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5297         instead of `beginning-of-buffer'.
5298
5299 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5302
5303 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5304
5305         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5306         Refer wl-message-buffer-name.
5307         (wl-message-wheel-down): Ditto.
5308
5309 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5310
5311         * wl-vars.el (wl-message-buffer-name): New user option.
5312
5313         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5314         directly instead of making alist dinamically.
5315
5316         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5317         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5318         wl-message-buffer-cache-name.
5319         (wl-message-buffer-cache-clean-up): Ditto.
5320
5321         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5322
5323         * Version number is increased to 2.9.15.
5324
5325 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-vars.el (wl-summary-default-view-alist): New user option.
5328
5329         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5330
5331         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5332         while deleting address.
5333         (wl-draft-delete-myself-from-cc): Ditto.
5334
5335         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5336         If optional argument is specified, reverse sort order.
5337
5338         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5339
5340 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-thread.el (wl-thread-insert-message): Return parent number if
5343         exists.
5344         (wl-thread-update-indent-string-region): Use
5345         wl-thread-update-line-on-buffer-sub instead of
5346         wl-thread-update-line-on-buffer.
5347
5348 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5349
5350         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5351         (wl-folder-close-all): Ditto.
5352
5353 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5354
5355         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5356         and mailing-list:.
5357         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5358         value.
5359         (wl-summary-line-list-info): Print mailing-list name even when 
5360         list-number is empty.
5361
5362 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5363
5364         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5365
5366         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5367         (wl-draft-open-file): Ditto.
5368         (wl-draft-random-alphabet): Ditto.
5369
5370         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5371         bindings.
5372
5373 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5376         * wl-vars.el (wl-draft-config-alist): Ditto.
5377
5378 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * Version number is increased to 2.9.14.
5381
5382         * wl.el (wl): Don't set wl-init as nil when error occured while
5383         auto-checking folders.
5384
5385         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5386         `elmo-expand-newtext'.
5387
5388 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5389
5390         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5391         `this-command' so that `wl-folder-goto-folder' contained in
5392         `wl-summary-keep-cursor-command' work.
5393
5394 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5395
5396         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5397         message buffer displaying state.
5398
5399 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5400
5401         * wl-vars.el (wl-summary-default-view): New variable to specify
5402         default value for `wl-summary-buffer-view' instead of using
5403         set-default.
5404         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5405
5406 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5407
5408         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5409
5410         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5411
5412 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5413
5414         * wl-vars.el (wl-forward-subject-prefix): New variable.
5415         * wl-draft.el (wl-draft-forward): Use it.
5416
5417 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5418
5419         * wl-message.el (wl-message-prev-page): When it is called without
5420         lines argument, scroll down by wl-message-scroll-amount lines.
5421         (wl-message-next-page): Ditto.
5422         * wl-vars.el (wl-message-scroll-amount): Change default value
5423         to preserve current behavior.
5424
5425 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5426
5427         * wl-summary.el (wl-summary-prefetch-msg): Bind
5428         `wl-message-entity' to call `wl-summary-from-function'.
5429
5430 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5431
5432         * wl-message.el (wl-message-buffer-create): Run
5433         wl-message-buffer-created-hook.
5434
5435 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5436
5437         * wl-summary.el (wl-summary-sort-specs): New variable.
5438         (wl-summary-default-sort-spec): Ditto.
5439         (wl-summary-sort): Rewrite.
5440         (wl-summary-sort-by-list-info): New function.
5441
5442 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5443
5444         * wl-summary.el (wl-summary-get-list-info): New function.
5445         (wl-summary-sort): Rewrite.
5446         (wl-summary-line-list-info): Ditto.
5447         (wl-summary-line-list-count): Ditto.
5448         (wl-summary-refile-region): Fixed docstring.
5449
5450 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5451
5452         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5453         `wl-folder-entity-hashtb' as completion table.
5454
5455 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5458         only when this command is called interactively; silence the byte-
5459         compiler.
5460
5461 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5462
5463         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5464         active in XEmacs.
5465
5466 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5467
5468         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5469         plural lines.
5470
5471 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5472
5473         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5474         of current line when the cursor is on the header name.
5475         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5476
5477 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5478
5479         * wl-util.el (wl-read-directory-name): Return displayed directory
5480         as the default value also on XEmacs.
5481
5482 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5483
5484         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5485         formatting.
5486
5487 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5490         argument and when it is non-nil, check face property before
5491         highlighting for each line.
5492         (wl-highlight-summary-window): Set it.
5493
5494 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5495
5496         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5497         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5498
5499         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5500         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5501         (wl-draft-get-fcc-list): Likewise.
5502
5503 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5504
5505         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5506         (wl-thread-entity-cur): Ditto.
5507         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5508         wl-thread-indent-regexp setting.
5509         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5510
5511         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5512         wl-summary-lazy-highlight.
5513         (wl-summary-display-bottom): Ditto.
5514
5515         * wl-thread.el (wl-thread-open-close): Likewise.
5516
5517         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5518         from and subject;
5519         Bind wl-draft-use-frame;
5520         Enclose with save-window-excursion;
5521         Use wl-draft-create-buffer instead of with-temp-buffer;
5522         Use wl-draft-prepare-edit;
5523         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5524         Use wl-draft-send instead of wl-draft-raw-send.
5525
5526 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5527
5528         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5529         of using wl-from.
5530
5531 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5534         insert-buffer instead of clone-buffer.
5535         (wl-draft-doing-mime-bcc): New variable.
5536         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5537         infinite loop.
5538         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5539
5540         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5541         (wl-draft-mime-bcc-body): Ditto.
5542
5543         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5544         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5545         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5546         wl-draft-do-mime-bcc.
5547         (wl-draft-mime-bcc-field): New function.
5548         (wl-draft-do-mime-bcc): Ditto.
5549
5550         * wl-address.el (wl-address-complete-header-list): New variable.
5551         (wl-address-complete-header-regexp): Changed default value.
5552
5553         * Version number is increased to 2.9.13.
5554
5555 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5558         it is differed.
5559
5560 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5561
5562         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5563         (wl-summary-line-list-count): Ditto.
5564
5565 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5566
5567         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5568         (wl-nntp-posting-function): New variable.
5569         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5570         `wl-nntp-posting-config-alist'.
5571
5572 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5573
5574         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5575         FLIM.
5576
5577 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5578
5579         * wl-summary.el (wl-summary-target-mark-refile-sub):
5580         Remove a nuisance funcall.
5581
5582 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5585         as t for `try-completion'.
5586
5587 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5588
5589         * wl-summary.el (wl-summary-default-from): Use
5590         wl-address-header-extract-address instead of
5591         std11-extract-address-components.
5592         (wl-summary-simple-from): Ditto.
5593         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5594         (wl-summary-insert-headers): Show message.
5595         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5596         for whole line.
5597         (wl-summary-default-from): Revert last change.
5598         (wl-summary-simple-from): Ditto.
5599         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5600         (wl-summary-mark-as-read-region): Follow the change above.
5601         (wl-summary-sync-marks): Ditto.
5602         (wl-summary-target-mark-mark-as-read): Ditto.
5603         (wl-summary-redisplay-internal): Ditto.
5604         (wl-summary-redisplay-no-mime-internal): Ditto.
5605         (wl-summary-redisplay-all-header): Ditto.
5606         (wl-summary-mark-as-read): Removed argument `cached';
5607         Use current cache status to set cache mark.
5608         (wl-summary-redisplay-internal): Follow the change above.
5609         (wl-summary-redisplay-no-mime-internal): Ditto.
5610         (wl-summary-redisplay-all-header): Ditto.
5611
5612         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5613
5614         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5615         Don't call itself recursively (Adviced by Yamaoka-san).
5616
5617 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5618
5619         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5620         bind wl-summary-highlight as nil to avoid error caused by missing
5621         local variables.
5622
5623 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-vars.el (wl-invalid-character-message): New user option.
5626
5627         * wl-util.el (wl-set-string-width): If truncated string-width is
5628         larger than specified width, use `wl-invalid-character-message'.
5629
5630 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5631
5632         * wl-summary.el (wl-summary-prefetch-msg): 
5633         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5634
5635 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5636
5637         * wl-vars.el (wl-summary-check-line-format): New user option.
5638         (wl-summary-line-format-file): Ditto.
5639
5640         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5641         variable.
5642         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5643         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5644         and `wl-summary-view-old-p' to check whether do a rescan or not.
5645         (wl-summary-view-old-p): New function.
5646         (wl-summary-line-format-changed-p): Ditto.
5647         (wl-summary-line-format-save): Ditto.
5648         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5649
5650         * wl-util.el (wl-set-string-width): Avoid using negative number
5651         for make-string.
5652
5653 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5654
5655         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5656         return value.
5657
5658         * wl-util.el (wl-set-string-width): Added optional argument
5659         `padding' (All other related portions are changed).
5660         (wl-line-parse-format): If the first letter of column number is
5661         `0', zero-padding the result (ex: "%05l").
5662
5663         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5664
5665 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5668         sequential summary view.
5669
5670 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5673         if it doesn't have a -unix version.
5674
5675 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5678
5679 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5680
5681         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5682         content.
5683         (wl-draft): Follow the change above.
5684
5685         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5686
5687         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5688         and wl-folder-summary-line-format-alist contain %T and %P.
5689
5690         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5691         (wl-summary-mode-line-format): New user option.
5692         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5693         (wl-summary-line-format): Changed default value.
5694         (wl-summary-lazy-highlight): Changed default value.
5695
5696         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5697         change in wl-summary-create-line.
5698         (wl-thread-insert-entity-sub): Ditto.
5699
5700         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5701         (wl-summary-buffer-unread-status): Ditto.
5702         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5703         (wl-summary-buffer-persistent-mark-column): Ditto.
5704         (wl-summary-buffer-mode-line-formatter): Ditto.
5705         (wl-summary-buffer-mode-line): Ditto.
5706         (wl-summary-message-regexp): Abolished.
5707         (All other related portions are changed.)
5708         (wl-summary-detect-mark-position): New function.
5709         (wl-summary-buffer-set-folder): Setup
5710         wl-summary-buffer-mode-line-formatter.
5711         (wl-summary-mode): Setup selective-display;
5712         Setup pre-idle-hook when xemacs.
5713         (wl-summary-update-modeline): Rewrite.
5714         (wl-summary-jump-to-msg): Define as function;
5715         Changed regexp for searching messages.
5716         (wl-summary-message-number): Rewrite.
5717         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5718         Do rescan when old type summary cache.
5719         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5720         (wl-summary-remove-destination): Use '\r' to detect EOL.
5721         (wl-summary-print-destination): Ditto.
5722         (wl-summary-temp-mark): New inline function.
5723         (wl-summary-persistent-mark): Ditto.
5724         (wl-summary-line-number): New function.
5725         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5726         (wl-summary-line-list-count): New function.
5727         (wl-summary-create-line): Added argument persistent-mark.
5728         (All other related portions are changed)
5729         (wl-summary-create-line): Insert '\r'.
5730         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5731         (wl-summary-cursor-move-surface): New inline function.
5732         (wl-summary-prev): Use it.
5733         (wl-summary-next): Ditto.
5734
5735         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5736         wl-summary-message-regexp.
5737         (wl-highlight-summary): Delete progress message.
5738         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5739
5740         * Version number is increased to 2.9.12.
5741
5742 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5743
5744         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5745         variable (nil: no minimum).
5746         (wl-summary-line-subject): Add some spaces after subject by
5747         wl-summary-line-subject-minimum-length.
5748
5749 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5750
5751         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5752         and removed `F'.
5753         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5754         change above).
5755
5756 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5757
5758         * wl-summary.el (wl-summary-line-list-count): Reverted.
5759         (example setting in samples/*/dot.wl is also updated)
5760
5761 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5764
5765         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5766
5767         * wl-vars.el (wl-summary-line-format): Addes some description to the
5768         docstring.
5769
5770         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5771         (wl-summary-line-close-bracket): Ditto.
5772         (wl-summary-line-children-number): Ditto.
5773         (wl-summary-line-thread-indent): Ditto.
5774         (wl-summary-line-children-and-from): Ditto.
5775
5776         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5777         't', 'c', 'F' and added 'C'.
5778
5779         * wl-util.el (wl-set-string-width): Accept negative value.
5780         (wl-line-parse-format): Added "%number(" and "%)".
5781
5782 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5783
5784         * wl-summary.el (wl-summary-line-list-count): Change format of the
5785         return value.
5786
5787 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5788
5789         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5790         from the recent message.el.
5791         (wl-draft-point-in-header-p): Ditto.
5792         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5793         wl-draft-beginning-of-line.
5794         * wl-e21.el (wl-draft-mode-map): Ditto.
5795         * wl-xmas.el (wl-draft-mode-map): Ditto.
5796
5797         * wl-folder.el: Sort macrodefs by dependencies.
5798
5799 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5800
5801         * wl-summary.el (wl-summary-prev): Fixed regexp.
5802         (wl-summary-next): Ditto.
5803
5804 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5805
5806         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5807
5808 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5809
5810         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5811         for backward compatibility.
5812
5813 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5814
5815         * wl-summary.el (wl-summary-line-list-count): New function, merged
5816         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5817         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5818         list counts.
5819
5820 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5821
5822         * wl-summary.el (wl-summary-create-line): Ignore errors while
5823         timezone-fix-time.
5824
5825         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5826
5827         * wl-summary.el (wl-summary-sync-update): Ditto.
5828         (wl-summary-default-from): Use wl-message-entity
5829         instead of entity.
5830
5831         * wl-summary.el (wl-summary-create-line): Fix.
5832
5833         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5834         (wl-summary-line-format): New user option.
5835         (wl-folder-summary-line-format-alist): Ditto.
5836         (wl-summary-from-width): Abolished.
5837
5838         * wl-util.el (toplevel): Require 'bytecomp.
5839         (wl-line-parse-format): New function.
5840         (wl-line-formatter-setup): New macro.
5841
5842         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5843         (wl-summary-buffer-line-formatter): New buffer local variable.
5844         (wl-summary-switch-to-clone-buffer): Follow the change above.
5845         (wl-summary-message-regexp): Fix.
5846         (wl-summary-from-func-internal): Abolished.
5847         (wl-summary-subject-func-internal): Ditto.
5848         (wl-summary-subject-filter-func-internal): Ditto.
5849         (All other related portions are changed.)
5850         (wl-summary-buffer-set-folder):
5851         Set up wl-summary-buffer-number-column and 
5852         wl-summary-buffer-line-formatter
5853         (All other related portions are changed.)
5854         (wl-summary-buffer-number-column-detect): Abolished.
5855         (All other related portions are changed.)
5856         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5857         (wl-summary-delete-all-temp-marks-on-buffer): Use
5858         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5859         (wl-summary-target-mark-delete): Ditto.
5860         (wl-summary-target-mark-refile-subr): Ditto.
5861         (wl-summary-target-mark-mark-as-read): Ditto.
5862         (wl-summary-target-mark-mark-as-unread): Ditto.
5863         (wl-summary-target-mark-mark-as-important): Ditto.
5864         (wl-summary-target-mark-save): Ditto.
5865         (wl-summary-replace-status-marks): Renamed from
5866         wl-summary-set-status-marks-on-buffer;
5867         Use wl-summary-message-regexp instead of
5868         wl-summary-buffer-number-regexp.
5869         (wl-summary-sync-update): Follow the change above.
5870         (wl-summary-goto-previous-message-beginning): New function.
5871         (wl-summary-mark-as-unread): Use it.
5872         (wl-summary-mark-as-important): Ditto.
5873         (wl-summary-line-formatter): New variable.
5874         (wl-summary-line-year): New function.
5875         (wl-summary-line-day): Ditto.
5876         (wl-summary-line-day-of-week): Ditto.
5877         (wl-summary-line-hour): Ditto.
5878         (wl-summary-line-minute): Ditto.
5879         (wl-summary-line-open-bracket): Ditto.
5880         (wl-summary-line-close-bracket): Ditto.
5881         (wl-summary-line-children-number): Ditto.
5882         (wl-summary-line-thread-indent): Ditto.
5883         (wl-summary-line-size): Ditto.
5884         (wl-summary-line-subject): Ditto.
5885         (wl-summary-line-from): Ditto.
5886         (wl-summary-line-children-and-from): Ditto.
5887         (wl-summary-create-line): Rewritten.
5888         (wl-summary-format-date): Abolished.
5889
5890         * wl-highlight.el (wl-highlight-summary-current-line): Use
5891         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5892         Use thread structure to detect thread top message.
5893
5894         * wl-draft.el (wl-default-draft-cite): Don't use
5895         wl-summary-from-func-internal.
5896
5897         * wl-refile.el (wl-refile-subject-learn): Don't use
5898         wl-summary-subject-filter-func-internal.
5899         (wl-refile-guess-by-subject): Ditto.
5900
5901         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5902         parameters.
5903
5904         * wl-thread.el (wl-thread-update-indent-string-region):
5905         Use wl-thread-update-line-on-buffer instead of
5906         wl-thread-update-indent-string.
5907         (wl-thread-update-children-number): Redefine using
5908         wl-thread-update-line-on-buffer.
5909         (wl-thread-update-indent-string): Abolished.
5910
5911         * Version number is increased to 2.9.11.
5912
5913 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5916         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5917         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5918
5919         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5920         as nil.
5921
5922         * wl-thread.el (wl-thread-open-all-unread): Use 
5923         elmo-folder-list-messages-mark-match.
5924         (wl-thread-insert-message): Removed argument `mark-alist'.
5925         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5926         elmo-msgdb-set-mark.
5927         (wl-thread-get-children-msgs-uncached): Likewise.
5928         (wl-thread-get-exist-children): Added argument include-self.
5929         (wl-thread-delete-message): Follow the change above.
5930
5931         * wl-summary.el (wl-summary-count-unread): Removed argument.
5932         (wl-summary-rescan): Follow the change above.
5933         (wl-summary-mark-as-read-region): Ditto
5934         (wl-summary-mark-as-unread-region): Ditto.
5935         (wl-summary-delete-messages-on-buffer): Ditto.
5936         (wl-summary-sync-update): Ditto.
5937         (wl-summary-switch-to-clone-buffer): Ditto.
5938         (wl-summary-goto-folder-subr): Ditto.
5939         (wl-summary-target-mark-mark-as-read): Ditto.
5940         (wl-summary-target-mark-mark-as-unread): Ditto.
5941         (wl-summary-target-mark-mark-as-important): Ditto.
5942         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5943         (wl-summary-update-thread): Removed argument `mark-alist'.
5944         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5945         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5946         (wl-summary-resume-cache-status): Likewise.
5947         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5948         elmo-msgdb-set-mark.
5949         (wl-summary-mark-as-read-all): Likewise.
5950         (wl-summary-delete-cache): Ditto.
5951         (wl-summary-auto-select-msg-p): Ditto.
5952         (wl-summary-mark-as-unread): Ditto.
5953         (wl-summary-no-auto-refile-message-p): Ditto.
5954         (wl-summary-mark-as-read): Ditto.
5955         (wl-summary-mark-as-important): Ditto.
5956         (wl-summary-auto-refile): Follow the change above.
5957         (wl-summary-delete-all-marks): Removed.
5958         (wl-summary-resume-marks-and-highlight): Ditto.
5959         (wl-summary-resume-marks): Ditto.
5960         (wl-summary-delete-important-msgs-from-list): Ditto.
5961         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5962
5963         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5964         wl-summary-count-unread.
5965
5966         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5967         (wl-summary-score-update-all-lines): Use
5968         elmo-msgdb-set-mark.
5969
5970 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5973         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5974         (wl-summary-create-line): Renamed from
5975         wl-summary-overview-create-summary-line;
5976         Argument rearrangement.
5977         (wl-summary-update-thread): Follow the change above.
5978
5979         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5980         (wl-thread-insert-entity-sub): Likewise.
5981
5982         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5983         argument `overview', `mark-alist' and added `msgdb'.
5984
5985         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5986
5987         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5988         (wl-summary-rescan): Follow the change above.
5989         (wl-summary-sync-update): Ditto.
5990         (wl-summary-insert-thread-entity): Ditto;
5991         Don't use `let*' in every while loop;
5992         Detect infinite loop of threads.
5993         (wl-summary-update-thread): Removed argument `overview'.
5994
5995         * wl-thread.el (wl-thread-insert-message): Ditto.
5996
5997         * Version number is increased to 2.9.10.
5998
5999         * wl-message.el (wl-message-redisplay): Ignore errors while
6000         wl-message-redisplay-hook.
6001
6002 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6003
6004         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6005
6006 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl.el (wl): inhibit-quit while wl-folder.
6009
6010 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6013         while msgdb access.
6014
6015 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6016
6017         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6018         even if no folder is not created.
6019
6020 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6023
6024         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6025         implementation.
6026         (wl-summary-target-mark-thread): Ditto.
6027
6028         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6029
6030 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6031
6032         * wl-util.el (wl-display-bytes): Remove unused function.
6033
6034 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6037         seems critical one (partially reverse the change in 2002/03/17).
6038
6039 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6042         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6043
6044 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6045
6046         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6047         is not writable.
6048         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6049         plugged status instead of `'force' as 2nd argument.
6050
6051         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6052         is not creatable.
6053
6054         * Version number is increased to 2.9.9.
6055
6056 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6057
6058         * wl-summary.el (wl-summary-suspend): New function.
6059
6060 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6061
6062         * wl.el (wl): Do not check variables if check is nil.
6063         * wl-utils.el (wl-collect-draft): New function.
6064         * wl-folder.el (wl-folder-suspend): Put summary buffers
6065         and draft buffers at the end of buffer list.
6066         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6067
6068 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6069
6070         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6071         loop instead of recursive call.
6072
6073         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6074         2nd argument.
6075
6076 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-draft.el (wl-draft-create-contents): Don't take neither
6079         (function . args) nor (string . something) any more.
6080
6081         * wl-version.el (wl-generate-user-agent-string): Return string
6082         without header symbol.
6083         * wl-draft.el (wl-draft-default-headers): Use it.
6084
6085         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6086         `wl-draft-insert-ccs' and return field value instead of inserting
6087         the header. Abolish cc argument.
6088         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6089
6090         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6091         rather than one with string car.
6092
6093         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6094         * wl-draft.el (wl-draft-create-contents): Add it after the default
6095         headers.
6096
6097         * wl-draft.el (wl-draft-create-contents): For the case of
6098         (symbol-or-string . function) insert header only when the function
6099         returns string value.
6100
6101 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6104         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6105
6106 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6107
6108         * wl.el (wl-check-environment): Don't check Message-ID when
6109         `wl-insert-message-id' is nil.
6110         Revive checking if `wl-message-id-domain' contains "@".
6111
6112 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6113
6114         * wl.el (wl-check-environment): Merge examination for "@" at
6115         inappropriate position into the first string-match.
6116
6117         * wl-summary.el (wl-summary-target-mark-print): New function.
6118         (wl-summary-pipe-message-subr): Extracted from
6119         `wl-summary-pipe-message'.
6120         (wl-summary-target-mark-pipe): New function.
6121         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6122         `wl-summary-target-mark-pipe'.
6123
6124 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6125
6126         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6127
6128 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6129
6130         * wl.el (wl-check-environment): Use elmo-warning instead of
6131         error for non-critical ones.
6132         Remove trash folder check.
6133         (wl): Don't ignore error in wl-check-environment.
6134
6135         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6136         check, which is moved from `wl-check-environment'.
6137         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6138
6139 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6140
6141         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6142         guess anything, call wl-summary-write.
6143         (wl-summary-write): Create draft with blank To field.
6144         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6145
6146 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6147
6148         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6149         argument full as well for wl-folder-write-current-folder.
6150         If wl-*-write-current-folder cannot guess addressee, add blank
6151         To header.
6152         Rewrite condition for positioning cursor.
6153
6154 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6155
6156         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6157         summary buffer is present, use it.
6158         (wl-folder-jump-to-previous-summary): Ditto.
6159
6160 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6161
6162         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6163
6164         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6165         wl-summary-previous-buffer and wl-summary-next-buffer.
6166
6167         * wl-folder.el (wl-folder-mode-map): Bind
6168         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6169         (wl-folder-jump-to-next-summary): New function.
6170         (wl-folder-jump-to-previous-summary): Ditto.
6171
6172         * wl-draft.el (wl-draft): Rearranged.
6173
6174 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6175
6176         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6177         of header.
6178         (wl-draft): Collect arguments for the header as header-alist.
6179         (wl-draft-forward): Arrange arguments for wl-draft.
6180         (wl-draft-reply): Ditto.
6181         (wl-draft-edit-string): Ditto.
6182         * wl-summary.el (wl-summary-write): Ditto.
6183         (wl-summary-write-current-folder): Ditto.
6184
6185         * Version number is increased to 2.9.8.
6186
6187 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6188
6189         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6190
6191         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6192
6193         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6194         even if the guess failed.
6195
6196         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6197         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6198         wl-summary-write-current-folder.
6199         * wl-xmas.el: Ditto.
6200
6201 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * wl-summary.el (wl-summary-next-page): Force display message if
6204         message is not displayed yet.
6205         (wl-summary-prev-page): Ditto.
6206
6207 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6208
6209         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6210
6211 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6212
6213         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6214         add "Preview Message" and "Save Draft and Exit".
6215
6216 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6217
6218         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6219         if addrmgr is called from draft in splitted window.
6220
6221         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6222         * wl-mule.el: Ditto.
6223         * wl-xmas.el: Ditto.
6224
6225 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6228
6229         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6230         * wl-xmas.el (wl-folder-toolbar): Ditto.
6231
6232 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6233
6234         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6235         and wl-draft-save-and-exit.
6236         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6237         * wl-xmas.el: Ditto.
6238         * wl-mule.el: Ditto.
6239
6240         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6241         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6242
6243 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6244
6245         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6246         lists for saving buffer.
6247
6248 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6249
6250         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6251         parent-folder argument instead of it.
6252         (wl-draft-create-buffer): Ditto.
6253         (wl-draft-forward): Ditto.
6254         (wl-draft-reply): Ditto.
6255         * wl-summary.el (wl-summary-write): Ditto.
6256         (wl-summary-write-current-folder): Ditto.
6257
6258         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6259         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6260         Folder buffer after composing.
6261
6262 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6265         header if the file `wl-x-face-file' already contains it.
6266
6267 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6268
6269         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6270         folder" entry.
6271         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6272         * wl-e21.el (wl-folder-toolbar): Ditto.
6273         * wl-xmas.el (wl-folder-toolbar): Ditto.
6274
6275 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6276
6277         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6278         wl-folder-goto-folder with sticky argument.
6279         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6280
6281 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6282
6283         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6284         and wl-summary-previous-buffer.
6285         (wl-summary-next-buffer): New function.
6286         (wl-summary-previous-buffer): Ditto.
6287
6288 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6289
6290         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6291         wl-folder-jump-to-current-entity-with-arg.
6292         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6293         `wl-folder-jump-to-current-entity'.
6294         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6295         `wl-summary-goto-folder-sticky'.
6296         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6297         `wl-summary-goto-folder'.
6298         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6299         Unless force-exit, do not clean temp. marks for sticky summary.
6300         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6301
6302 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6303
6304         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6305         not entire.
6306
6307 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6310         to `C-x C-s'.
6311         (wl-summary-save-status): New command.
6312         (wl-summary-exit): Don't clean-up temp marks when sticky.
6313         (Applied patch from Nakayama-san [wl: 09548])
6314         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6315         Do nothing when no mark data.
6316         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6317         Call `wl-summary-delete-all-temp-marks' before saving.
6318
6319 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6320
6321         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6322
6323 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6324
6325         * wl.el (wl-check-environment): Also cause error when (system-name)
6326         returns "localhost.localdomain". (Although it doesn't affect because
6327         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6328
6329 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6330
6331         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6332         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6333
6334         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6335         value.
6336
6337 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6340         Likewise r-cc-list and r-ng-list.
6341
6342 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6343
6344         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6345         only if it is bound as variable.
6346
6347         * wl-mime.el (wl-draft-preview-message): Ditto.
6348
6349 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6352         needless `goto-char'.
6353
6354         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6355         `wl-summary-redisplay-no-mime-internal' instead of
6356         `wl-summary-redisplay-no-mime'.
6357         (wl-summary-redisplay-no-mime): Changed argument;
6358         Call `wl-summary-redisplay-no-mime-internal'.
6359
6360         * wl-mime.el (wl-draft-preview-message): Bind
6361         `mime-header-encode-method-alist' locally.
6362
6363         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6364         (wl-draft-std11-parse-addresses): Added the first address check.
6365         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6366
6367         * Version number is increased to 2.9.7.
6368
6369 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6370
6371         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6372
6373 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6374
6375         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6376         related to scrollbar support, if there is no such a feature
6377         compiled in.
6378
6379 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6380
6381         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6382         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6383         for prefetch.
6384
6385 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-summary.el (wl-summary-pick): Fix for no match.
6388
6389 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6390
6391         * wl-draft.el (wl-draft-save):
6392         Override `mime-header-encode-method-alist'.
6393
6394 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl-folder.el (wl-folder-pick): New function.
6397         Define key as "?".
6398
6399 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6402         Fix for unplugged.
6403
6404 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6405
6406         * wl-folder.el (wl-folder-virtual): New function.
6407         Define key as "V".
6408
6409 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6412         multi folder if entity is group.
6413
6414 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6417         is nil.
6418
6419 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6422         (wl-summary-target-mark-msgs): Return the number of marked messages.
6423
6424 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6425
6426         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6427         "first:" is specified.
6428
6429 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6430
6431         * wl-vars.el (wl-from): Use return value of function
6432         user-full-name instead of the variable user-full-name since
6433         XEmacs-20.4 doesn't set this variable.
6434
6435 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6438         call `wl' directly.
6439
6440 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6441
6442         * wl-draft.el (wl-draft-reedit): Removed duplicated
6443         switch-to-buffers.
6444
6445 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * wl.el (wl-other-frame): Removed garbages.
6448
6449 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6452
6453         * wl-xmas.el (wl-draft-key-setup): Ditto.
6454
6455         * wl-mule.el (wl-draft-key-setup): Ditto.
6456
6457         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6458         (wl-draft-reedit): Ditto.
6459         (wl-draft-prepare-edit): Add `wl-draft-save' to
6460         `local-write-file-hooks'.
6461         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6462         (wl-draft-reedit): Set buffer-file-name.
6463         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6464
6465
6466         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6467         call it.
6468         (wl-delete-startup-frame-function): New variable.
6469         (wl-other-frame): New function
6470         (Original was written by Yamaoka san [wl: 09239]).
6471
6472         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6473         if `wl-folder-use-frame'.
6474
6475 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6478
6479 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6482         New variable.
6483         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6484         (wl-message-buffer-prefetch-get-next): Use them.
6485         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6486
6487 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6490         with unwind-protect.
6491
6492         * wl-draft.el (wl-draft-reedit): Rewrite.
6493         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6494         (wl-draft-save): Insert header separator if it does not exist;
6495         Removed condition-case.
6496
6497         * wl-summary.el (wl-summary-reedit): Revert last change.
6498
6499         * wl-draft.el (wl-draft-save): Rewrite.
6500         (wl-draft-create-buffer): Set buffer-file-name as nil.
6501
6502         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6503
6504         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6505
6506         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6507         nil.
6508
6509 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6512         If count is nil, do not prefetch.
6513         (wl-message-buffer-prefetch-next): Next.
6514
6515 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6518
6519 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6522         `delete-backward-char'
6523         (wl-draft-prepare-edit): Check major-mode.
6524         (wl-draft-decode-header): Rewrite.
6525         (wl-draft): Fix.
6526
6527 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6530
6531 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6532
6533         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6534         (wl-message-buffer-prefetch-get-next): Remove size checking.
6535         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6536
6537 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6540         (wl-draft-default-headers): Fix.
6541
6542 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6543
6544         * wl-draft.el (wl-draft-default-headers): Insert return value of
6545         `wl-generate-mailer-string-function'.
6546
6547 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6550         (wl-draft-insert-mail-header-separator): Ditto.
6551
6552         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6553         again (Reverted the change on 2002-01-17 by OKADA san).
6554
6555 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6556
6557         * wl-draft.el (wl-draft): Rewrite.
6558         (wl-draft-create-buffer): New function.
6559         (wl-draft-create-contents): Ditto.
6560         (wl-draft-prepare-edit): Ditto.
6561         (wl-draft-decode-header): Ditto.
6562         (wl-draft-decode-body): Ditto.
6563         (wl-draft-check-new-line): Ditto.
6564         (wl-draft-default-headers): Ditto.
6565         (wl-draft-insert-mail-header-separator): Ditto.
6566
6567 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * Version number is increased to 2.9.6.
6570
6571 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-draft.el (wl-draft-delete-field): Optional argument.
6574         (wl-draft-delete-fields): Ditto.
6575
6576 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-message.el (toplevel): Eliminated byte-compile warning.
6579         for `itimer-function', `delete-timer' and `itimer-list'.
6580
6581 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6584         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6585         `wl-message-buffer-prefetch-threshold'.
6586         * wl-summary.el (wl-summary-redisplay-internal): Remove
6587         the check of `wl-message-buffer-prefetch-depth'.
6588
6589 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6592         size of article.
6593         (wl-message-buffer-prefetch-subr): Remove size check.
6594
6595 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6596
6597         * wl-vars.el (wl-plugged): Make customizable.
6598
6599 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6602         (wl-message-buffer-prefetch-set-timer): New function.
6603         (wl-message-buffer-prefetch-get-next): New function.
6604         (wl-message-buffer-prefetch): New function.
6605         (wl-message-buffer-prefetch-next): Rewrite.
6606         (wl-message-buffer-prefetch-subr): Rewrite.
6607         * wl-vars.el (wl-auto-prefetch-first): New variable.
6608         * wl-summary.el (wl-summary-goto-folder-subr): Call
6609         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6610
6611 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6614         `wl-summary-unread-message-hook'.
6615
6616 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6619         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6620         if range is `cache-status'.
6621
6622 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6623
6624         * wl-message.el (wl-message-buffer-prefetch-subr):
6625         Improve debug message.
6626
6627 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6630         `wl-mail-send-pre-hook'.
6631         (wl-draft-send-mail-with-qmail): Ditto.
6632         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6633
6634 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6635
6636         * wl-message.el (wl-message-buffer-prefetch-subr):
6637         Fix for cancel-function-timers bug.
6638         (wl-message-buffer-prefetch-debug): Default value is t.
6639
6640 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6641
6642         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6643         (wl-message-buffer-prefetch-subr): Rewrite.
6644         Rename from `wl-message-buffer-prefetch'.
6645
6646 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6647
6648         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6649         (wl-default-draft-cite-decorate-author): Ditto.
6650
6651         * wl-draft.el (wl-draft-cite-function): Removed.
6652         (wl-default-draft-cite-decorate-author): Ditto.
6653
6654 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6655
6656         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6657         (wl-default-draft-cite): Do not arrange author name if the value of
6658         `wl-default-draft-cite-decorate-author' is nil.
6659
6660 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6663
6664         * wl-folder.el (wl-folder-check-one-entity): Don't care
6665         `elmo-folder-use-flag-p'.
6666
6667 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-folder (wl-folder-check-one-entity): Fix
6670         problem if unread is nil.
6671
6672 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6673
6674         * wl-address.el (wl-address-make-completion-list): Check whether
6675         the address is a group list.
6676         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6677
6678 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6679
6680         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6681         The number of the messages of new and unread does not count
6682         correctly.
6683
6684         * wl-summary.el (wl-summary-count-unread): Changed to return
6685         `(new . unread)' instead of total.
6686         (wl-summary-sync-update): Follow the change above.
6687
6688         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6689
6690 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6691
6692         * wl-address.el (wl-address-make-completion-list): Do not enclose
6693         address by " <" and ">" if associated realname is "".
6694         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6695         This is against the promblem with group list in .addresses pointed
6696         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6697
6698 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6699
6700         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6701         message is a format control string.
6702         * wl-expire.el (wl-expire-append-log): Ditto.
6703         * wl-mime.el (wl-summary-burst-subr): Ditto.
6704         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6705         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6706
6707 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6710         wl.el (wl-check-variables): Rename from `wl-check-type'.
6711         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6712         (wl-check-variables-2): New function.
6713         (wl): Call `wl-check-variables-2'.
6714
6715 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6716
6717         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6718         after renaming folder in access group.
6719
6720 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6723         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6724         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6725         (wl-message-buffer-prefetch): Rewrite.
6726         (wl-message-buffer-prefetch-idle-time): Removed.
6727         * wl-summary.el (wl-summary-redisplay-internal):
6728         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6729         Error check for `wl-message-buffer-prefetch-depht'.
6730
6731 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6732
6733         * Version number is increased to 2.9.5.
6734         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6735
6736 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6739         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6740         Based on the patch written by
6741         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6742
6743 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-draft.el (wl-draft-raw-send): Fix for
6746         `wl-news-send-pre-hook'
6747
6748 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6749
6750         * wl-utils.el (wl-message-id-function): New variable.
6751         * wl-draft.el (wl-draft-insert-required-fields):
6752         Use `wl-message-id-function'.
6753
6754 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6755
6756         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6757         * wl-utils.el (wl-draft-make-message-id-string):
6758         Use `wl-from' for domain part of Message-ID
6759         if `wl-message-id-use-wl-from' if non-nil.
6760         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6761
6762 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl.el (wl): Call `wl-check-type'
6765         Do not 'condition-case'.
6766
6767 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * wl.el (wl-check-type): New function.
6770         (wl-check-type-variables): New variable.
6771
6772 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6775
6776 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-draft.el (wl-smtp-password-key): New function.
6779         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6780         (wl-draft-send-mail-with-smtp): Ditto.
6781         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6782
6783 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6786         * wl-utils.el (wl-unique-id-suffix): Remove.
6787
6788 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * Version number is increased to 2.9.4.
6791
6792 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-utils.el (wl-unique-id-suffix): New variable.
6795         (wl-unique-id): Use `wl-unique-id-suffix'
6796
6797 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6798
6799         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6800         instead of `elmo-msgdb-search'.
6801
6802         * Version number is increased to 2.9.3.
6803
6804 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6805
6806         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6807
6808 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6811         (wl-draft-dispatch-message): Changed for send-later.
6812         (wl-draft-queue-flush): Ditto.
6813         (wl-draft): Clear `wl-sent-message-queued'.
6814         (wl-draft-reedit): Ditto.
6815         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6816         * wl-vars.el (wl-draft-force-queuing): New variable.
6817         (wl-draft-force-queuing-mail): New variable.
6818         (wl-draft-force-queuing-news): New variable.
6819
6820 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6823         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6824
6825 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6826
6827         * Version number is increased to 2.9.2.
6828
6829 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * wl-draft.el (wl-draft-elide-region): New user command.
6832         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6833
6834         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6835         command `wl-draft-elide-region'.
6836         * wl-mule.el: Ditto.
6837         * wl-xmas.el: Ditto.
6838
6839 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6842         (wl-biff-check-folder-async): Removed needless let.
6843
6844 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6847         wl-folder-get-elmo-folder.
6848         (wl-biff-check-folder): Set `biff' argument of
6849         `wl-folder-check-one-entity'.
6850         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6851
6852         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6853         (wl-folder-check-one-entity): Added `biff' argument;
6854         Setup `biff' slot of folder.
6855
6856         * Version number is increased to 2.9.1.
6857
6858 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6861         comment out and fixed.
6862         (wl-fldmgr-add-completion-subr): Ditto.
6863
6864         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6865         and msgdb.
6866
6867         * wl.el (wl-toggle-plugged): Save summary view.
6868
6869 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6872
6873 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6874
6875         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6876
6877 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6880         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6881         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6882
6883         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6884         if it was failed.
6885         (wl-demo): Disable undo in the demo buffer.
6886
6887 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * wl-version.el (wl-version): Changed codename.
6890
6891         * Version number is increased to 2.9.0.
6892
6893 2001-12-14  Takuo KITAME <kitame@northeye.org>
6894
6895         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6896         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6897         (wl-folder-mark-as-read-all-current-entity): Ditto.
6898
6899 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6900
6901         * wl-vars.el (wl-from-width): Define as obsolete variable.
6902         (wl-subject-length-limit): Ditto.
6903
6904         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6905
6906         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6907         wl-summary-save-view.
6908
6909         * wl.el (wl-save-status): Ditto.
6910         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6911
6912         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6913         (wl-summary-exit): Follow the change above.
6914         (wl-summary-goto-folder-subr): Ditto.
6915
6916         * wl-folder.el (wl-folder-create-subr): Don't use
6917         `elmo-folder-creatable-p'.
6918
6919 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6922
6923 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6926         rather than bitmap on Emacs 21.
6927         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6928         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6929         for xbm if the new redisplay engine is not available.
6930
6931 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-folder.el (wl-folder-init-hook): New hook.
6934         (wl-folder-init): Run `wl-folder-init-hook'.
6935
6936 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6939
6940 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-acap.el (wl-acap-cache-filename): New variable.
6943         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6944         (wl-acap-init): Use cache if no ACAP server found.
6945
6946 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6947
6948         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6949         `wl-acap-original-msgdb-dir'.
6950
6951         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6952         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6953
6954         * wl-mime.el (wl-mime-save-directory): Renamed from
6955         `wl-mime-save-dir'.
6956
6957 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6960
6961         * wl-demo.el: Require `path-util'.
6962         (wl-demo-bitmap-mule-available-p): New internal variable.
6963         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6964         `module-installed-p' instead.
6965         (wl-demo-insert-image): Use *.img file for a bitmap image.
6966         (wl-demo): Don't call the ascii demo recursively.
6967
6968 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6969
6970         * Version number is increased to 2.7.7.
6971
6972 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl.el (wl-exit): Eliminated byte-compile warning.
6975
6976 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6977
6978         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6979         obsolete variable using `elmo-define-obsolete-variable'.
6980         (wl-fetch-confirm-threshold): Ditto.
6981         (wl-cache-prefetch-folder-type-list): Ditto.
6982         (wl-cache-prefetch-folder-list): Ditto.
6983
6984 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6987         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6988         (wl-demo-insert-image): New function.
6989         (wl-demo-insert-text): New function.
6990         (wl-demo-image-type-alist): Redefine as a function.
6991         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6992         (wl-demo-with-temp-file-buffer): Removed.
6993         (wl-logo-xpm): Removed.
6994         (wl-logo-xbm): Removed.
6995         (wl-logo-bitmap): Removed.
6996
6997 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6998
6999         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7000         (wl-expire-localdir-get-folder-function): New user option.
7001         (wl-expire-localdir-get-folder): New function.
7002         (wl-expire-localdir-date): Ditto.
7003
7004 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7007         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7008         Fixed unread number mismatch when all-unread < unread.
7009
7010 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7013         (wl-fetch-confirm-threshold): Ditto.
7014
7015         * wl-summary.el (wl-summary-confirm-appends): Removed.
7016         (wl-summary-sync-update): Don't refer
7017         `wl-summary-update-confirm-threshold' (It is now abolished).
7018
7019         * wl-message.el (wl-message-display-internal): Don't refer
7020         `wl-fetch-confirm-threshold' (It is now abolished).
7021
7022 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7025
7026 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7027
7028         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7029         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7030         Change default value to nil.
7031         (wl-summary-indent-length-limit): The value can be nil, nil means
7032         unlimited.
7033
7034         * wl-summary.el: Don't set limit for indent length if the value of
7035         wl-summary-indent-length-limit is nil.
7036         If the value of wl-summary-width is nil, it means only that the width
7037         of summary is unlimited (nil doesn't mean that the indent length is
7038         unlimited).
7039
7040         * wl-thread.el: Ditto.
7041
7042 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7043
7044         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7045         be nil, nil means never confirm.
7046         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7047
7048 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7049
7050         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7051         means unlimited).
7052
7053 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7054
7055         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7056         Use `with-temp-buffer'.
7057
7058 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7059
7060         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7061         with new backquote style).
7062         (wl-folder-get-entity-from-buffer): Ditto.
7063
7064 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7065
7066         * wl-version.el (nemacs-version): Eliminated.
7067         (wl-extended-emacs-version2): Ignore nemacs.
7068         (wl-extended-emacs-version3): Ditto.
7069
7070 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7071
7072         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7073         (wl-draft-add-in-reply-to): New variable.
7074         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7075         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7076         (wl-draft-yank-from-mail-reply-buffer): Use
7077         `wl-draft-add-in-reply-to'.
7078         (wl-draft-insert-current-message): Ditto.
7079
7080 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7081
7082         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7083         typo (kill->hide).
7084         (wl-message-buffer-prefetch-folder-type-list): Added elements
7085         `mark' and `cache' instead of `internal'.
7086
7087 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7090         resume msgdb directory.
7091
7092 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl.el (wl-exit): Call `wl-acap-exit'.
7095
7096         * wl-summary.el (wl-summary-message-string): New function.
7097         (wl-summary-reedit): Use it.
7098         (wl-summary-resend-bounced-mail): Remove needless let.
7099         (wl-summary-supersedes-message): Ditto.
7100         (wl-summary-save): Ditto.
7101
7102         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7103         (wl-acap-init): Set it.
7104         (wl-acap-exit): New function.
7105
7106 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7107
7108         * wl.el (wl-init): Revert (require 'mime-setup). move from
7109         toplevel.
7110
7111 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7112
7113         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7114         local variables.  Add error when guess function return invalid
7115         value.
7116
7117 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7118
7119         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7120         Change local variable name.
7121         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7122         (wl-folder-get-newsgroups): Return nil when non-news folder.
7123         * wl-summary.el (wl-summary-write-current-folder): State through
7124         when guess-list return nil.
7125         (wl-summary-write-current-folder-functions): Fixed docstring.
7126
7127         * wl.el (wl-exit): Changed confirm message.
7128
7129         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7130         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7131
7132         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7133
7134 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7135
7136         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7137         user option (Renamed from wl-cache-prefetch-folder-type-list).
7138         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7139         from wl-cache-prefetch-folder-list).
7140
7141         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7142         Move to wl-vars.el.
7143         (wl-message-buffer-prefetch-p): Changed to enable
7144         `wl-message-buffer-prefetch-folder-list'.
7145
7146         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7147         `ignore-cache'.
7148
7149 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7150
7151         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7152         `part-top' and `part-bottom'.
7153         (wl-draft-config-sub-part-top): New function.
7154         (wl-draft-config-sub-part-bottom): New function.
7155
7156 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7157
7158         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7159
7160 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7161
7162         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7163
7164 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7165
7166         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7167
7168         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7169         (wl-summary-write-current-folder): Ditto.
7170
7171 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-folder.el (wl-folder-get-newsgroups): Use
7174         `elmo-folder-newsgroups'.
7175
7176 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7177
7178         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7179         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7180         `wl-draft-config-sub-header-bottom'.
7181
7182 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7183
7184         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7185         localnews folder.
7186
7187 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7188
7189         * wl-summary.el (wl-summary-mode): Undo last change.
7190
7191         * wl-folder.el (wl-folder-mode): Ditto.
7192
7193 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7194
7195         * wl-summary.el (wl-summary-mode): Locally set
7196         truncate-partial-window-width to nil.
7197         (for XEmacs)
7198
7199         * wl-folder.el (wl-folder-mode): Ditto.
7200
7201 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7204
7205 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7208         number.
7209
7210         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7211
7212         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7213
7214         * Version number is increased to 2.7.6.
7215
7216 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7219
7220 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl-summary.el (wl-summary-sync-update): Enclose network
7223         related portion with `unwind-protect'.
7224
7225 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7226
7227         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7228
7229 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7232         element.
7233         * wl-vars.el (wl-message-body-button-alist): Ditto.
7234
7235         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7236         max match length.
7237         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7238
7239         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7240         for the max match length;
7241         Use 4th element value for the button string regexp group.
7242
7243         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7244         candidate exists, prompt to select.
7245
7246 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7247
7248         * wl-summary.el (wl-summary-jump-to-msg): Search before
7249         calibration point by `beginning-of-line'.
7250
7251 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7252
7253         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7254         for access group.
7255
7256 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl-message.el (wl-message-display-internal): Bind
7259         `default-mime-charset'.
7260
7261         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7262
7263         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7264
7265         * Version number is increased to 2.7.5.
7266
7267 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7268
7269         * wl-expire.el (wl-summary-archive): Fixed;
7270         Use `elmo-folder-name-internal'.
7271
7272 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7273
7274         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7275         from `elmo-folder-move-messages' caller.
7276         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7277
7278         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7279         related portions are changed).
7280
7281 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7282
7283         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7284         counter.
7285
7286 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7287
7288         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7289         buffer local and set it to nil.
7290
7291         * wl-message.el (wl-message-redisplay): Ditto.
7292
7293 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-summary.el (wl-summary-mark-as-important): If message is
7296         already cached, set messag as read, otherwise encache and mark as read.
7297
7298 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7299
7300         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7301         point-min.
7302
7303 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7306         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7307         a keymap.
7308
7309 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7312         parent.
7313
7314         * wl-mule.el (wl-message-define-keymap): Ditto.
7315
7316         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7317
7318         * wl-xmas.el (wl-message-display-internal-hook): Define.
7319         (wl-xmas-setup-message-toolbar): Define as function.
7320         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7321         (wl-message-overload-functions): Abolished.
7322         (wl-message-define-keymap): New function.
7323
7324         * wl-vars.el (wl-message-display-internal-hook): New variable.
7325         (wl-message-header-button-alist): New variable (Renamed from
7326         wl-highlight-message-header-button-alist).
7327         (wl-message-body-button-alist): Ditto.
7328
7329         * wl-mule.el (wl-message-define-keymap): New function.
7330         (wl-message-overload-functions): Abolished.
7331
7332         * wl-message.el (wl-message-add-buttons-to-body): New function.
7333         (wl-message-redisplay): Don't call wl-message-overload-functions;
7334         Call wl-message-add-buttons-to-header and
7335         wl-message-add-buttons-to-body.
7336         (wl-message-display-internal): Set keymap argument for
7337         elmo-mime-display-as-is, elmo-mime-message-display;
7338         Run wl-message-display-internal-hook.
7339         (wl-message-refer-article-or-url): Abolished.
7340
7341         * wl-highlight.el (wl-highlight-headers): Don't call
7342         wl-highlight-message-add-buttons-to-header.
7343         (wl-highlight-message-add-buttons-to-header): Abolished.
7344
7345
7346         * wl-e21.el (wl-message-display-internal-hook): Define.
7347         (wl-e21-setup-toolbar): Deleted duplicated binding.
7348         (wl-e21-setup-message-toolbar): Define as function.
7349         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7350         (wl-message-define-keymap): New function.
7351         (wl-message-overload-functions): Abolished.
7352
7353 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7356         and elmo-folder-close.
7357
7358         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7359
7360 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7361
7362         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7363         boolean value.
7364         * wl-draft.el (wl-draft-do-fcc): Ditto.
7365
7366 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7367
7368         * wl-vars.el (wl-fcc-force-as-read): New variable.
7369         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7370         mark copied message as read.
7371
7372 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7373
7374         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7375
7376 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7377
7378         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7379         `wl-summary-target-above' instead of obsolete variable
7380         `wl-summary-temp-above'.
7381
7382         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7383         instead of `make-obsolete-variable'.
7384         * wl-refile.el (toplevel): Ditto.
7385
7386 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7387
7388         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7389         with third argument t.
7390         (wl-draft): Set first argument for wl-plugged-init as t.
7391
7392         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7393         definition.
7394
7395 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * wl-vars.el: Tabify.
7398         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7399
7400         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7401         message.
7402
7403 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7404
7405         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7406         and set default to beep.
7407
7408 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7409
7410         * wl-vars.el (wl-draft-truncate-lines): New variable.
7411
7412         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7413         instead of wl-message-truncate-lines for truncate-lines.
7414
7415 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * wl-message.el (wl-message-display-internal): Call
7418         `wl-highlight-message' after `elmo-mime-display-as-is'.
7419
7420         * wl-mime.el (wl-mime-display-text/plain): New function.
7421         (wl-mime-display-header): Ditto.
7422         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7423         body-presentation-method for text/plain;
7424         Register `wl-mime-display-header' as a header-presentation-method;
7425         Don't set up `elmo-message-text-content-inserted-hook' and
7426         `elmo-message-header-inserted-hook'.
7427
7428         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7429         variable.
7430         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7431         as t if flag is 'all-header;
7432         Don't bind `elmo-message-ignored-field-list',
7433         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7434
7435 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7436
7437         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7438         for xemacs with non-mule environment.
7439
7440 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7443         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7444         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7445
7446 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7447
7448         * wl-vars.el (wl-interactive-send): Set default value as t.
7449
7450 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7451
7452         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7453         (wl-addrmgr-method-list): Abolished.
7454         (wl-addrmgr-change-method): Follow above change.
7455
7456         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7457
7458 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7459
7460         * wl-vars.el (wl-message-truncate-lines): Change default value
7461         to default-truncate-lines.
7462
7463         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7464
7465 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7466
7467         * wl-vars.el (wl-message-truncate-lines): New variable.
7468
7469         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7470         wl-message-truncate-lines.
7471
7472 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7473
7474         * wl-acap.el (wl-acap-init): Remove period from error message.
7475         (wl-acap-find-acap-service): Remove period from message.
7476
7477 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl.el (wl-check-environment): Undo last change.
7480
7481         * wl-vars.el (wl-from): Changed default value.
7482
7483         * wl-util.el (toplevel): Don't require tm-edit.
7484
7485         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7486         `wl-folder-init';
7487         Don't set mark on mail body.
7488         (wl-draft-reedit): Ditto.
7489
7490         * wl-address.el (wl-address-quote-specials): Define as an alias for
7491         elmo-address-quote-specials.
7492
7493 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7496
7497         * wl-vars.el (wl-from): Set default value as nil.
7498         (wl-organization): Set default value as ORGANIZATION environment
7499         variable.
7500
7501         * wl-draft.el (wl-smtp-extension-bind): Check value of
7502         wl-smtp-connection-type.
7503
7504         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7505         error.
7506
7507 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7508
7509         * Version number is increased to 2.7.4.
7510
7511         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7512         arguments from `wl-highlight-x-face-function' caller.
7513         Use x-face-1.3.6.12 or later.
7514
7515 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7516
7517         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7518
7519 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7520
7521         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7522         (wl-fcc): Fix to accept function.
7523         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7524
7525 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7526
7527         * wl-acap.el (toplevel): Added `product-provide' declare.
7528         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7529
7530 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl.el (wl): Changed order of calling `elmo-init'
7533         and `elmo-folder-init'.
7534
7535 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7536
7537         * wl-mime.el (wl-summary-burst): Extract message when content-type
7538         of root entity is not only `multipart' but also `message/rfc822'.
7539         (wl-summary-burst-subr): Ditto.
7540
7541 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7542
7543         * wl-vars.el (toplevel): Require 'custom.
7544         (wl-trash-folder): Added to `wl-setting' group.
7545
7546         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7547         exists.
7548         (wl-addrmgr-draw): Insert empty line when no entry exists.
7549
7550         * wl-mule.el (wl-message-wheel-up): Fixed.
7551         (wl-message-wheel-down): Ditto.
7552
7553 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7554
7555         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7556         config is an anonymous lambda expression.
7557
7558 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7561         when Mule 2 is running.
7562
7563 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7566
7567 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7570         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7571
7572         * wl-address.el (wl-address-specials-regexp): Eliminated.
7573         (wl-address-quote-specials): Rewrite.
7574
7575 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7578         shy-groups for regexp.
7579
7580         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7581         character classes and Perl style shy-groups for regexp.
7582         (wl-highlight-plugged-current-line): Use Posix style character
7583         classes for regexp.
7584         (wl-e21-highlight-folder-by-numbers): Ditto.
7585         (wl-e21-display-image-p): Use `display-images-p' instead of
7586         `display-graphic-p'.
7587         (display-images-p): Make an alias to `display-graphic-p' if it is
7588         not available.  It is for Emacs version prior to 21.0.105.
7589
7590         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7591         `display-graphic-p'.
7592         (wl-demo-image-type-alist): Ditto.
7593         (display-images-p): Make an alias to `display-graphic-p' if it is
7594         not available.  It is for Emacs version prior to 21.0.105.
7595
7596 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7597
7598         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7599         support.
7600         (wl-generate-user-agent-string): Ditto.
7601
7602         * wl-version.el (wl-version): Update docsting.
7603         (wl-version-status): Ditto.
7604
7605 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7606
7607         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7608         21.0.105.  For Emacs 21.0.104 or earlier.
7609
7610 2001-09-03  Takuo KITAME <kitame@northeye.org>
7611
7612         * wl-e21.el (wl-plugged-init-icons): Use
7613         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7614         (wl-biff-init-icons): Ditto.
7615
7616 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * wl-highlight.el (wl-highlight-summary-current-line):
7619         Fixed highlighting refile/copy destination.
7620
7621         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7622         (wl-acap-store): Encode string by wl-acap-coding-system.
7623
7624 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7625
7626         * wl-acap.el (toplevel): Check and require 'un-define before
7627         'xemacs-ucs;
7628          Added checking for UTF-2000.
7629
7630 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7633         Don't enclose with `eval-and-compile'.
7634
7635         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7636         wl-init is non-nil.
7637
7638         * wl-draft.el (wl-draft): Ditto.
7639
7640         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7641
7642         * wl-acap.el (toplevel): Require 'wl.
7643         (wl-acap-store): Call `elmo-init'.
7644
7645         * wl.el (wl): Changed position of `wl-check-environment'.
7646         (toplevel): Added autoload setting for wl-acap.
7647
7648         * wl-vars.el (wl-setting): New custom group.
7649         (wl-from): Added wl-setting group.
7650         (wl-user-mail-address-list): Ditto.
7651         (wl-organization): Ditto.
7652         (wl-subscribed-mailing-list): Ditto.
7653         (wl-envelope-from): Ditto.
7654         (wl-smtp-posting-user): Ditto.
7655         (wl-smtp-posting-server): Ditto.
7656         (wl-smtp-posting-port): Ditto.
7657         (wl-smtp-authenticate-type): Ditto.
7658         (wl-pop-before-smtp-user): Ditto.
7659         (wl-pop-before-smtp-server): Ditto.
7660         (wl-pop-before-smtp-port): Ditto.
7661         (wl-pop-before-smtp-authenticate-type): Ditto.
7662         (wl-nntp-posting-server): Ditto.
7663         (wl-nntp-posting-user): Ditto.
7664         (wl-nntp-posting-port): Ditto.
7665         (wl-fetch-confirm-threshold): Ditto.
7666         (wl-prefetch-threshold): Ditto.
7667         (wl-thread-insert-opened): Ditto.
7668         (wl-ldap-server): Ditto.
7669         (wl-ldap-port): Ditto.
7670         (wl-ldap-base): Ditto.
7671         (wl-ldap-objectclass): Ditto.
7672         (wl-use-ldap): Ditto.
7673         (wl-draft-config-alist): Ditto.
7674         (wl-draft-config-matchone): Ditto.
7675         (wl-template-alist): Ditto.
7676         (wl-message-sort-field-list): Ditto.
7677         (wl-message-ignored-field-list): Ditto.
7678         (wl-message-visible-field-list): Ditto.
7679         (wl-interactive-send): Ditto.
7680         (wl-summary-move-order): Ditto.
7681         (wl-auto-select-first): Ditto.
7682         (wl-auto-select-next): Ditto.
7683         (wl-interactive-save-folders): Ditto.
7684
7685         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7686         Initialization codes are moved from wl-local-folder-init.
7687         (wl-local-folder-init): Follow the change above.
7688         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7689
7690         * wl-acap.el: New file.
7691
7692         * Version number is increased to 2.7.3.
7693
7694 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7695
7696         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7697
7698 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7699
7700         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7701         (wl-addrmgr-address-entry-list): Ditto.
7702
7703 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-e21.el (wl-draft-mode-map): Removed binding for
7706         `wl-draft-insert-x-face-field'.
7707
7708         * wl-mule.el (wl-draft-mode-map): Ditto.
7709
7710         * wl-xmas.el (wl-draft-mode-map): Ditto.
7711
7712         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7713         (wl-cs-autoconv): Ditto.
7714         (wl-cs-local): Ditto.
7715         (wl-use-scoring): Ditto.
7716         (wl-mime-charset): Ditto.
7717         (wl-folder-check-async): Ditto.
7718
7719         * wl.el (toplevel): Ignore nemacs and tm.
7720         (wl-exit): Ditto.
7721
7722         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7723         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7724         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7725         instead of wl-address-petname-add-or-change.
7726         (wl-summary-edit-addresses-subr): Use wl-address-delete
7727         instead of wl-address-petname-delete.
7728
7729         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7730
7731         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7732         if error occured.
7733
7734         * wl-message.el (require): Remove tm support.
7735
7736         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7737
7738         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7739         (wl-folder-jump-to-current-entity): Ditto.
7740         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7741
7742         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7743         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7744         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7745
7746         * wl-mule.el (wl-draft-key-setup): Ditto.
7747
7748         * wl-xmas.el (wl-draft-key-setup): Ditto.
7749
7750         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7751         (wl-draft-std11-parse-addresses): New function.
7752         (wl-draft-parse-mailbox-list): Use it.
7753         (wl-draft): Ignore nemacs.
7754         (wl-draft-reedit): Ditto.
7755
7756         * wl-addrmgr.el: New file.
7757         (Original is wl-rcpt.el written by
7758         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7759         Thanks Kitamoto-san.)
7760
7761         * wl-address.el (wl-address-make-address-list): Modified parsing
7762         process.
7763         (wl-address-delete): Renamed from `wl-address-petname-delete';
7764         Modify wl-address-list too.
7765         (wl-address-add-or-change): Renamed from
7766         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7767
7768 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7769
7770         * wl-highlight.el (wl-highlight-summary-current-line):
7771           Work with transient-mark-mode
7772
7773 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * Version number is increased to 2.7.2.
7776
7777         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7778         instead of elmo-dop-queue-method.
7779
7780 2001-08-06  SAITO Atsunori <sai@yedo.com>
7781
7782         * wl-vars.el (wl-ldap-objectclass): New user option.
7783
7784         * wl-address.el (wl-ldap-make-filter): Use it.
7785
7786 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7787
7788         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7789
7790 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-folder.el (wl-folder): redisplay after folder insertion.
7793
7794         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7795
7796         * wl-summary.el (wl-summary-sync-update):
7797         Change status mark only when new-msgdb exists.
7798         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7799
7800 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-summary.el (wl-summary-open-folder): New function.
7803         (wl-summary-goto-folder-subr): Use it.
7804         (wl-summary-mark-as-important): Fix;
7805         Encache only when no cache exists.
7806
7807 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7810         Use with-current-buffer.
7811
7812 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7813
7814         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7815         before call `get-buffer'. Fixed parenthesis.
7816         (wl-score-get-header-entry): Clear message and help window when
7817         keyboard quit.
7818         (wl-score-edit-insert-header): Ditto.
7819
7820 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7821
7822         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7823         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7824         (wl-default-draft-cite): Fix.
7825
7826         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7827         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7828
7829 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7830
7831         * wl-message.el (wl-message-prev-page): Do same bahavior
7832         as summary when it is called in the message buffer.
7833         (wl-message-next-page): Ditto.
7834
7835 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-summary.el (wl-summary-forward): Use cache if it is not
7838         section cache.
7839
7840 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7841
7842         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7843         Removed redundant require of elmo-vars.
7844         (wl-biff-state-indicator-on): Changed default value for
7845         xemacs with non-mule environment.
7846
7847         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7848         wl-message-buffer is nil;
7849         Hide progress bar after moving messages.
7850
7851 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7854         message at cursor point is deleted.
7855
7856 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-vars.el: Changed file coding system to euc-japan.
7859         Added -*-coding:-*- magic to the first line.
7860
7861         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7862         Search parent from the first message.
7863
7864         * Version number is increased to 2.7.1.
7865
7866 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7867
7868         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7869
7870 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7871
7872         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7873         refile/delete execution.
7874
7875         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7876         Fixed docstring.
7877
7878 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7879
7880         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7881         do update process;
7882         Don't update marks when update process is interrupted.
7883
7884 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-summary.el (wl-summary-reply): Fixed problem when
7887         wl-draft-use-frame is non-nil.
7888         (wl-summary-forward): Ditto.
7889
7890         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7891         as nil.
7892         (wl-folder-mark-as-read-all-entity): Ditto.
7893         (wl-folder-prefetch-entity): Ditto.
7894
7895         * wl.el (wl): Check environment before wl-init.
7896
7897         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7898         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7899         instead of wl-summary-collect-unread.
7900         (wl-summary-reply): Split message window.
7901
7902 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7903
7904         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7905         only if current language environment is japanese,
7906
7907         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7908         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7909         (wl-folder-goto-folder-subr): Ditto.
7910
7911         * wl-draft.el (wl-draft-dispatch-message): Call
7912         `elmo-file-cache-get-path'.
7913
7914 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-summary.el (wl-summary-cursor-move): If return value of
7917         wl-summary-next-message is not number, don't jump.
7918
7919 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7920
7921         * wl-summary.el (wl-summary-buffer-next-message-function): New
7922         variable.
7923         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7924         if it is bound.
7925
7926         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7927         string.
7928
7929         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7930         (wl-plugged-drawing): Ditto.
7931
7932 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7935         process.
7936         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7937         with unwind-protect.
7938
7939         * wl.el (wl-init): Require mime-setup.
7940         (wl-check-environment): Don't require mime-setup.
7941
7942         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7943         instead of elmo-folder-type.
7944
7945         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7946         value as nil.
7947
7948 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7949
7950         * Version number is increased to 2.7.0.
7951
7952         * wl-version.el (wl-version): Changed codename.
7953
7954         * wl-summary.el (wl-summary-delete-cache): Fixed.
7955
7956         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7957         Workaround for net folders.
7958         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7959
7960         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7961         value to nil (According to the patch from
7962         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7963
7964         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7965         of elmo-folder-close.
7966
7967 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7968
7969         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7970         for postfix.
7971
7972 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7973
7974         * wl-summary.el (wl-summary-resend-message): Fixed.
7975
7976         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7977         Call wl-draft with `from' argument if its address is included in
7978         `wl-user-mail-address-list'.
7979         (wl-draft): Added `from' argument.
7980
7981         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7982         non-nil.
7983         (wl): Don't show demo if wl-demo is nil.
7984
7985         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7986         wl-summary-use-frame.
7987
7988         * wl-vars.el (wl-summary-use-frame): New user option.
7989         (wl-folder-use-frame): Changed docstring.
7990
7991         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7992         non-nil.
7993         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7994         wl-summary-use-frame.
7995
7996         * wl-vars.el (wl-folder-use-frame): New user option.
7997
7998         * wl-summary.el (wl-summary-exit): Back to folder frame if
7999         wl-folder-use-frame is non-nil.
8000         (wl-summary-redisplay-internal): Ignore cache if current folder
8001         is draft folder,
8002         (wl-summary-redisplay-no-mime): Ditto.
8003         (wl-summary-redisplay-all-header): Ditto.
8004
8005         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8006         if wl-folder-use-frame is non-nil.
8007
8008 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8009
8010         * wl-summary.el (wl-summary-sync-update): Bind
8011         elmo-folder-update-threshold.
8012         (wl-summary-mark-as-important): Enclosed server mark processing
8013         with `save-match-data'.
8014
8015         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8016         only when it is already defined.
8017
8018 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8019
8020         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8021         name of folder exclude localdir is wrong.
8022         * wl-folder.el (wl-folder-sync-entity):
8023         Set `wl-summary-always-sticky-folder-list' as nil.
8024         (wl-folder-mark-as-read-all-entity): Ditto.
8025         (wl-folder-prefetch-entity): Ditto.
8026
8027 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8030         instead of `wl-summary-write-current-newsgroup'.
8031
8032 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8033
8034         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8035         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8036         non-nil and selected message is important, do not display.
8037
8038 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8041
8042 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8045
8046         * wl-summary.el (wl-summary-mark-as-important): Set message number
8047         using wl-summary-message-number.
8048
8049 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8050
8051         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8052         destination folder is 'null.
8053
8054 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8055
8056         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8057         New function.
8058         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8059         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8060         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8061
8062 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-mime.el (wl-mime-setup): Added setting for
8065         `mime-setup-signature-key-alist' to avoid overriding key bind for
8066         `wl-draft-send'.
8067
8068         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8069         for `wl-draft-send'.
8070         * wl-mule.el (wl-draft-overload-functions): Ditto.
8071         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8072         * wl-draft.el (wl-draft-send): Ditto.
8073
8074         * wl-message.el (wl-message-display-internal):
8075         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8076         (Patch is provided by <kita@coe.nttdata.co.jp>).
8077
8078 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8079
8080         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8081
8082 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8083
8084         * wl.el (wl): Fix for wl-demo.
8085
8086 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8089
8090 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8091
8092         * wl-folder.el (wl-folder-prefetch-entity): Use
8093         `wl-folder-get-elmo-folder'.
8094         (wl-folder-count-incorporates): Do not use
8095         `wl-folder-get-elmo-folder'.
8096
8097 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8098
8099         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8100         instead of `elmo-folder-get-type'.
8101
8102 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8103
8104         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8105         position on Subject: field.
8106         (Advised by Mito <mit@nines.nec.co.jp>)
8107
8108 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8109
8110         * wl-folder.el (wl-folder-prefetch-entity): Use
8111         `wl-folder-get-elmo-folder'.
8112
8113 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8114
8115         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8116
8117         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8118         `process-duplicates' slot.
8119
8120         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8121         if detection failed.
8122
8123 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8124
8125         * wl-version.el (wl-version-status): Set to "alpha".
8126
8127 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8130         Check wl-message-buffer lives before set-buffer.
8131
8132 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8133
8134         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8135         called in folder mode.
8136         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8137         * wl-summary.el (wl-summary-exit-pre-hook): Run
8138         `wl-summary-exit-pre-hook' before exit summary mode.
8139
8140 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8141
8142         * wl-version.el (wl-version-status): New variable.
8143         (wl-version-status-alist): Removed.
8144         (wl-version-status): Rule included.
8145
8146 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8147
8148         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8149         @sponichi.
8150
8151         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8152         when `mail-reply-buffer' is buffer-local variable.
8153         (Reported by <kita@coe.nttdata.co.jp>).
8154
8155 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl-vars.el (toplevel): Require 'elmo-util.
8158
8159 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8160
8161         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8162         (All other related portions are changed)
8163
8164         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8165
8166         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8167
8168 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8169
8170         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8171
8172 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8175         Delete other windows to avoid an error.
8176         Use `point-marker' instead of `point' to remember the start point
8177         of body.
8178
8179         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8180
8181         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8182         number not to exceed all message number.
8183
8184 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8185
8186         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8187         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8188
8189 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl-summary.el (wl-summary-sync-force-update): Added argument
8192         no-check.
8193         (wl-summary-sync-update): Ditto.
8194         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8195         with `no-check'.
8196
8197         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8198         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8199         already running.
8200
8201 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8202
8203         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8204         `dst-folder-arg'.
8205         (wl-expire-archive-number1): Diito.
8206         (wl-expire-archive-number2): Diito.
8207         (wl-expire-archive-Date): Diito.
8208         (wl-archive-number1): Diito.
8209         (wl-archive-number2): Diito.
8210         (wl-archive-date): Diito.
8211         (wl-archive-folder-p): New function.
8212         (wl-summary-expire): Support of expand folder name at
8213         wl-expire-alist.
8214         * wl-util.el (wl-expand-newtext): Renamed from
8215         `wl-refile-expand-newtext'.
8216
8217 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8218
8219         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8220         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8221         `(elmo-msgdb-get-overview msgdb)'.
8222         (wl-summary-prefetch): Bind match data before call
8223         `wl-summay-prefetch-msg'.
8224         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8225         'off if `wl-summary-buffer-disp-msg' is non-nil.
8226         Fixed problem that couldn't show only one new or unread message when
8227         enter folder.
8228         (wl-summary-reply): Don't call `split-window-vertically' and other
8229         window.
8230
8231 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * wl-expire.el (wl-expire-refile): Fixed.
8234
8235 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8236
8237         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8238
8239         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8240         biff notification is removed.
8241
8242         * wl.el (wl): Changed position of `elmo-init'.
8243
8244         * wl-draft.el (wl-default-draft-cite): Use date field
8245         on the citation buffer.
8246
8247         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8248
8249         * wl-xmas.el (wl-folder-internal-icon-list): Added
8250         `wl-folder-shimbun-image'.
8251
8252         * wl-e21.el (wl-folder-internal-icon-list): Added
8253         `wl-folder-shimbun-image'.
8254
8255 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl.el (wl-init): Eliminated argument.
8258         (wl): Rewrite.
8259
8260         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8261         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8262         instead of `elmo-folder-msgdb-internal'.
8263         (wl-summary-sync-update): Ditto.
8264         (wl-summary-flush-pending-append-operations): Eliminated.
8265         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8266         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8267         `elmo-folder-open'.
8268
8269         * wl-mime.el (wl-summary-burst): Fixed.
8270
8271         * wl-folder.el (wl-folder-info-save): Check data type.
8272
8273         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8274         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8275         instead of `elmo-folder-msgdb-internal'.
8276         (wl-expire-hide): Ditto.
8277
8278
8279         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8280
8281 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8282
8283         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8284
8285 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8286
8287         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8288
8289 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8290
8291         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8292         Fixed `match-beginning' argument mismatch.
8293
8294 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8295
8296         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8297         the default value.
8298
8299 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8300
8301         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8302         instead of `elmo-nntp-default-port'.
8303
8304         * wl-vars.el: Fixed some doc strings.
8305
8306 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-summary.el (wl-summary-prefetch-msg): Use
8309         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8310
8311         * wl-vars.el: Define *-func as obsolete variable using
8312         `elmo-define-obsolete-variable'.
8313
8314         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8315         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8316         instead of `wl-message-buffer-prefetch-threshold'.
8317
8318         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8319
8320         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8321
8322         * wl-draft.el (wl-caesar-region-func): Ditto.
8323
8324         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8325         Keep unread status in elmo-folder-move-messages.
8326         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8327
8328 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8329
8330         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8331         `wl-summary-buffer-exit-func'
8332         (wl-summary-buffer-message-redisplay-function): Renamed from
8333         `wl-summary-buffer-message-redisplay-func'
8334         (wl-summary-buffer-next-folder-function): Renamed from
8335         `wl-summary-buffer-next-folder-func'.
8336         (wl-summary-buffer-prev-folder-function): Renamed from
8337         `wl-summary-buffer-prev-folder-func'.
8338         (wl-summary-get-petname-function): Renamed from
8339         `wl-summary-get-petname-func'.
8340
8341         * wl-score.el (wl-score-edit-exit-function): Renamed from
8342         `wl-score-edit-exit-func'.
8343
8344         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8345         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8346
8347         * wl-util.el (wl-load-profile-function): Renamed from
8348         `wl-load-profile-func'.
8349
8350         * wl-folder.el (wl-folder-completion-function): Renamed from
8351         `wl-folder-completion-func'.
8352         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8353
8354         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8355         `wl-expire-archive-get-folder-func'.
8356         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8357         (wl-draft-send-mail-function): Renamed from
8358         `wl-draft-send-mail-func'.
8359         (wl-draft-send-news-function): Renamed from
8360         `wl-draft-send-news-func'.
8361         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8362         (wl-generate-mailer-string-function): Renamed from
8363         `wl-generate-mailer-string-func'.
8364         (wl-highlight-signature-search-function): Renamed from
8365         `wl-highlight-signature-search-func'.
8366         (wl-highlight-x-face-function): Renamed from
8367         `wl-highlight-x-face-func'
8368         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8369         (wl-ps-print-buffer-function): Renamed from
8370         `wl-ps-print-buffer-func'
8371         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8372         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8373         (wl-summary-subject-filter-function): Renamed from
8374         `wl-summary-subject-filter-func'.
8375
8376         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8377         `wl-draft-queue-flush-send-func'
8378         (wl-draft-cite-function): Renamed from
8379         `wl-draft-cite-func'
8380
8381         * wl-address.el (wl-address-init-function): Renamed from
8382         `wl-address-init-func'.
8383
8384 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * wl-draft.el (wl-draft-queue-flush): Don't call
8387         `elmo-dop-unlock-message'.
8388         * wl-draft.el (wl-draft-queue-append): Don't call
8389         `elmo-dop-lock-message'.
8390
8391         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8392         (wl-summary-buffer-folder-name): Ditto.
8393         (wl-summary-message-regexp): Added '-' (all other related portions
8394         are changed).
8395         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8396         wl-summary-buffer-folder-name.
8397
8398 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8399
8400         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8401         the number of mails in the folder buffer is not updated by wl-biff.
8402
8403 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8404
8405         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8406         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8407
8408 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-summary.el (wl-summary-next-message):
8411         Return next message number when wl-summary-move-order is nil.
8412
8413 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8414
8415         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8416         `wl-summary-move-spec-alist'.
8417         (wl-summary-move-spec-unplugged-alist): New variable
8418         (Move spec for unplugged status).
8419         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8420         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8421
8422 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8423
8424         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8425         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8426
8427 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8428
8429         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8430         simple quotation to quote the anonymous function.
8431         * tm-wl.el (wl-draft-preview-message): Ditto.
8432
8433 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8434
8435         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8436         Eliminate redundant `save-excursion'.
8437         (wl-highlight-summary-current-line): Ditto.
8438
8439         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8440         accessing match data when `looking-at' failed.
8441
8442         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8443         `elmo-match-string' where users don't care about the speed.
8444         (wl-draft-save): Ditto.
8445
8446 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8447
8448         * wl-util.el (wl-regexp-opt): New function.
8449
8450         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8451         number from `wl-summary-buffer-number-list'.
8452         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8453         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8454         (wl-summary-move-spec-alist): Changed default setting.
8455
8456 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8457
8458         * wl-vars.el (wl-biff-notify-hook): New hook.
8459         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8460         the arrival of new mail.
8461         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8462         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8463
8464 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8465
8466         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8467
8468 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8471
8472         * Version number is increased to 2.5.8.
8473
8474         * wl-thread.el (toplevel): require 'cl.
8475         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8476         (wl-thread-make-number-list): New function.
8477         (wl-thread-entity-make-number-list-from-children): Ditto.
8478         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8479         (wl-thread-entity-insert-as-children): Likewise.
8480         (wl-thread-delete-message): Likewise.
8481         (wl-meaning-of-mark): Eliminated.
8482         (wl-thread-next-failure-mark-p): Ditto.
8483         (wl-thread-entity-get-mark): Ditto.
8484         (wl-thread-meaning-alist-get-result): Ditto.
8485         (wl-thread-entity-check-prev-mark): Ditto.
8486         (wl-thread-entity-check-next-mark): Ditto.
8487         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8488         (wl-thread-entity-get-prev-marked-entity): Ditto.
8489         (wl-thread-get-prev-unread): Ditto.
8490         (wl-thread-jump-to-prev-unread): Ditto.
8491         (wl-thread-get-next-unread): Ditto.
8492         (wl-thread-jump-to-next-unread): Ditto.
8493         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8494         (wl-thread-entity-get-next-marked-entity): Ditto.
8495
8496         * wl-summary.el (wl-summary-buffer-number-list):
8497         New bufer-local variable.
8498         (wl-summary-switch-to-clone-buffer): Clone
8499         `wl-summary-buffer-number-list'.
8500         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8501         (wl-summary-cursor-move-regex): Eliminated.
8502         (wl-summary-cursor-up): Rewrite.
8503         (wl-summary-cursor-down): Ditto.
8504         (wl-summary-mode-spec-alist): New variable.
8505         (wl-summary-next-message): New inline function.
8506         (wl-summary-cursor-move): New function.
8507         (wl-summary-default-get-next-msg): Rewrite.
8508         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8509         (wl-summary-rescan): Ditto.
8510         (wl-summary-sync-all-init): Ditto.
8511         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8512         summary is not thread view.
8513         (wl-summary-sync-update): Ditto.
8514         (wl-summary-rescan): Ditto.
8515         (wl-summary-make-number-list): New function.
8516
8517         * wl-draft.el: "FCC" -> "Fcc".
8518
8519 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8520
8521         * wl-highlight.el (wl-highlight-summary-window):
8522         Call `set-buffer-modified-p'.
8523
8524         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8525         (wl): Call `elmo-init' and fix.
8526
8527         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8528         Use new variables.
8529
8530         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8531
8532 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8533
8534         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8535
8536 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8537
8538         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8539
8540 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8541
8542         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8543         `wl-use-toolbar' nor `display-graphic-p'.
8544         (wl-e21-setup-message-toolbar): Ditto.
8545         (wl-e21-setup-summary-toolbar): Ditto.
8546         (wl-e21-setup-folder-toolbar): Ditto.
8547
8548         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8549         (wl-plugged-init-icons): Ditto.
8550
8551         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8552         `display-graphic-p'.
8553         (wl-plugged-set-folder-icon): Ditto.
8554         (wl-highlight-plugged-current-line): Ditto.
8555         (wl-highlight-folder-current-line): Ditto.
8556         (wl-e21-highlight-folder-group-line): Ditto.
8557         (wl-e21-setup-toolbar): Ditto.
8558         (wl-e21-display-image-p): New macro.
8559
8560         * wl-demo.el (wl-demo): Simplified.
8561         (wl-demo-image-type-alist): Use `image-type-available-p' for
8562         checking whether the image type `xbm' is available.
8563
8564 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8567         (wl-summary-input-range): Ditto.
8568
8569 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8570
8571         * wl-summary.el (wl-summary-edit-addresses): Use
8572         `wl-summary-get-original-buffer'
8573         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8574         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8575         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8576         (wl-summary-get-newsgroups): Eliminated.
8577         (wl-summary-set-crosspost): Ditto.
8578         (wl-summary-is-crosspost-folder): Ditto.
8579         (wl-crosspost-alist-load): Ditto.
8580         (wl-crosspost-alist-save): Ditto.
8581
8582         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8583         `elmo-setup-subscribed-newsgroups' instead of
8584         `elmo-nntp-make-groups-hashtb'.
8585         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8586         instead of `wl-crosspost-alist-save'.
8587
8588         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8589         of `elmo-folder-message-appendable-p'.
8590         (wl-mime-header-presentation-method): Eliminated.
8591
8592         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8593         (Error occurs in emacs21).
8594
8595         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8596         the current buffer).
8597
8598         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8599         instead of `wl-crosspost-alist-save'.
8600         (wl-init): `elmo-crosspost-message-alist-load'
8601         instead of `wl-crosspost-alist-load'
8602
8603         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8604         (wl-parse-newsgroups): Likewise.
8605         (wl-biff-notify): Run `wl-biff-notify-hook'.
8606
8607 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8610
8611         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8612         when `wl-summary-lazy-highlight' is non-nil.
8613         (wl-summary-goto-folder-subr): Highlight only when
8614         `wl-summary-lazy-highlight' is non-nil.
8615
8616         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8617         Don't display progress and highlight temp-mark when
8618         `wl-summary-lazy-highlight' is non-nil.
8619         (wl-highlight-summary-window): New function.
8620         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8621
8622 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8623
8624         * wl-summary.el (wl-summary-sync): Change `all-visible'
8625         from `all-shown'
8626         (wl-summary-input-range): Ditto.
8627
8628 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8629
8630         * wl-e21.el (wl-highlight-folder-current-line): Call
8631         `wl-folder-init-icons' when folder icons have not been initialized.
8632
8633         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8634
8635         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8636         (wl-demo-image-type-alist): New macro.
8637
8638 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8639
8640         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8641         display does not support graphics.
8642         (wl-plugged-init-icons): Ditto.
8643         (wl-folder-init-icons): Ditto.
8644
8645         * wl-demo.el (wl-demo): Chech closely whether the display
8646         supports graphics.
8647
8648 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * wl-summary.el (wl-summary-get-original-buffer): New function.
8651         (wl-summary-set-crosspost): Use it.
8652         (wl-summary-target-mark-uudecode): Ditto.
8653         (wl-summary-reedit): Ditto.
8654         (wl-summary-resend-bounced-mail): Ditto.
8655         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8656         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8657
8658         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8659         (wl-message-display-internal): Ditto.
8660
8661 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8664
8665 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-summary.el (wl-summary-save-view): Renamed from
8668         `wl-summary-save-status'.
8669
8670 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8671
8672         * wl-summary.el (wl-summary-sync): Added `all-shown'
8673
8674 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8675
8676         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8677
8678 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8679
8680         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8681
8682 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8683
8684         * wl-highlight.el (wl-highlight-summary-line-string): Use
8685         `zerop' instead of `= 0'.
8686         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8687
8688         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8689         for comparing numbers.
8690         (wl-template-prev): Use `zerop' instead of `eq 0'.
8691
8692         * wl-draft.el (wl-draft-insert-current-message): Use
8693         `with-current-buffer' instead of `save-excursion'.
8694         Use `zerop' instead of `eq 0'.
8695
8696 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8697
8698         * wl-draft.el (wl-draft-insert-ccs): New function.
8699         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8700         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8701
8702 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8705
8706 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl-expire.el (wl-expire-refile): Don't call
8709         elmo-msgdb-add-msgs-to-seen-list;
8710         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8711         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8712
8713 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8714
8715         * wl-message.el (wl-message-prev-page): Ignore errors while
8716         scroll-down.
8717
8718 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl-mime.el: Use elmo-original-message-mode instead of
8721         mmelmo-original-mode.
8722
8723         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8724         `elmo-folder-get-spec';
8725         (wl-fldmgr-add-completion-all-completions):
8726         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8727
8728         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8729         of `elmo-folder-get-type'.
8730
8731         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8732         `elmo-folder-get-spec';
8733         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8734         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8735         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8736         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8737         `elmo-read-msg-no-cache';
8738         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8739         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8740         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8741         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8742         `elmo-cache-save';
8743         (wl-draft-reedit): Use `elmo-message-file-name'.
8744
8745         * wl-expire.el: Use `elmo-folder-name-internal';
8746         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8747         Use macro `wl-summary-buffer-msgdb' instead of variable
8748         `wl-summary-buffer-msgdb';
8749         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8750         Use macro `wl-summary-buffer-folder-name' instead of variable
8751         `wl-summary-buffer-folder-name'.
8752         * wl-score.el: Likewise.
8753
8754         * wl-message.el: Rewrite for new message buffer cache mechanism.
8755         (wl-message-buffer-cache-buffer-get): New macro.
8756         (wl-message-buffer-cache-folder-get): Ditto.
8757         (wl-message-buffer-cache-message-get): Ditto.
8758         (wl-message-buffer-cache-entry-make): Ditto.
8759         (wl-message-buffer-cache-hit): Ditto.
8760         (wl-message-buffer-cache-sort): New function.
8761         (wl-message-buffer-cache-add): Ditto.
8762         (wl-message-buffer-cache-delete): Ditto.
8763         (wl-message-buffer-cache-clean-up): Ditto.
8764         (wl-message-buffer-window): Rewrite.
8765         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8766         (wl-message-buffer-display): New function.
8767         (wl-message-display-internal): New function.
8768
8769 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * wl-folder.el: Use `elmo-folder-name-internal';
8772         Use `wl-folder-get-elmo-folder';
8773         Use `elmo-folder-list-messages' instead of
8774         `elmo-list-folder';
8775         Use `elmo-folder-get-primitive-list' instead of
8776         `elmo-folder-get-primitive-spec-list';
8777         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8778         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8779         Use `elmo-folder-create' instead of `elmo-create-folder'.
8780         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8781         (wl-folder-get-elmo-folder): New macro.
8782         (wl-folder-elmo-folder-cache-get): Ditto.
8783         (wl-folder-elmo-folder-cache-put): Ditto.
8784         (wl-folder-suspend): Call `elmo-quit'.
8785
8786         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8787         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8788         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8789         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8790         (toplevel): require 'cl.
8791         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8792
8793         * wl-summary.el: Rewrite to use new elmo interface.
8794
8795 \f
8796 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * wl-mime.el (wl-draft-preview-message):
8799         Run `wl-draft-send-hook' before collecting recipients information;
8800         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8801
8802         * tm-wl.el (wl-draft-preview-message): Ditto.
8803
8804 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8805
8806         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8807         wrong recipients are displayed when forwarded message.
8808
8809 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * Version number is increased to 2.5.7.
8812
8813 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8814
8815         * wl-message.el (wl-message-next-page): Bind
8816         `window-pixel-scroll-increment' to nil while scrolling up.
8817
8818 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8819
8820         * wl-vars.el (wl-save-hook): New hook.
8821         * wl.el (wl-save): Call `wl-save-hook'.
8822
8823 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8824
8825         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8826         Argument WITH-ARG instead of NO-ARG (negative mean).
8827         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8828         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8829         * wl-message.el (wl-message-follow-current-entity): Likewise.
8830
8831 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8832
8833         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8834         FROM was optional argument.
8835         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8836
8837 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8838
8839         * Version number is increased to 2.5.6.
8840
8841 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8842
8843         * wl-version.el (wl-version-show): Removed.
8844         (wl-version): Add `interactive'.
8845
8846 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8847
8848         * wl-summary.el (wl-summary-get-petname-func): New variable.
8849         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8850         instead of `wl-address-get-petname-1'.
8851         (wl-summary-simple-from): Ditto.
8852
8853         * wl-address.el (wl-address-get-petname-1): Define as function.
8854
8855 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8858         field in the original message.
8859         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8860
8861 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8862
8863         * wl-expire.el (wl-expire-hide):
8864         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8865
8866 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8867
8868         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8869         find decoder for To, Cc, and Subject.
8870
8871 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8872
8873         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8874         for checking `elmo-use-buffer-cache'.
8875         (wl-summary-mark-as-important): Fixed typo in comment.
8876
8877 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8878
8879         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8880         field in the original message.
8881         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8882
8883 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8884
8885         * wl-expire.el (wl-expire-hide):
8886         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8887
8888 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8889
8890         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8891         find decoder for To, Cc, and Subject.
8892
8893 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8894
8895         * Version number is increased to 2.5.5.
8896
8897         * wl-address.el (wl-address-specials-regexp): New constant.
8898         (wl-address-quote-specials): Use it.
8899
8900 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * wl-summary.el (wl-summary-rescan):
8903         Call `wl-summary-buffer-number-column-detect'.
8904         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8905
8906         * wl-message.el (wl-message-mode-map): Define.
8907         (wl-message-decode): Use it as local-map.
8908
8909 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8912         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8913
8914 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8915
8916         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8917
8918         * wl-mule.el (wl-read-event-char): Ditto.
8919
8920         * wl-e21.el (wl-read-event-char): Ditto.
8921
8922         * wl-nemacs.el (wl-read-event-char): Ditto.
8923         (read-event): Removed.
8924
8925         * wl-util.el (toplevel): Removed dummy definition of
8926         `read-event'.
8927         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8928
8929 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8930
8931         * wl-nemacs.el (elmo-archive-call-process): Moved to
8932         elmo-archive.el.
8933
8934 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8935
8936         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8937         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8938
8939         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8940         instead of magic-number 6.  Use `not' instead of `null' for symbol
8941         `nil' check (not empty list).
8942         (wl-draft-insert-x-face-field): Fixed paren style.
8943
8944         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8945         one-branch conditional statement, instead of `and' and `if'.
8946         (wl-draft-forward): Likewise.
8947         (wl-draft-add-references): Likewise.
8948         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8949
8950         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8951         conditional steatment.  Use `cond' instead of `if'.
8952         (wl-draft-confirm): Likewise.
8953
8954 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8955
8956         * wl-version.el (wl-version-show): Use `product-string-1'
8957         instead of `wl-version'.
8958         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8959
8960         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8961
8962 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8963
8964         * wl-highlight.el (wl-highlight-headers): Revert
8965         `wl-highlight-x-face-func' argument (`beg' and `end').
8966
8967 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8968
8969         * wl.el (toplevel): Move `product-provide' declare.
8970         * wl-demo.el (toplevel): Ditto.
8971         * wl-dnd.el (toplevel): Ditto.
8972         * wl-highlight.el (toplevel): Ditto.
8973         * wl-message.el (toplevel): Ditto.
8974         * wl-refile.el (toplevel): Ditto.
8975         * wl-util.el (toplevel): Ditto.
8976
8977 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8978
8979         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8980         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8981         (wl-thread-close-all): keep cursor position.
8982
8983 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8984
8985         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8986         (eq x 0).
8987         (wl-generate-user-agent-string-1): Fix conditional statement.
8988
8989 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8990
8991         * wl.el (wl-check-environment): Additional check for
8992         'wl-local-domain' and `wl-message-id-domain'.
8993
8994 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8995
8996         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8997
8998 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8999
9000         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9001         instead of `smtp-sasl-user-realm'.
9002
9003 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9004
9005         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9006
9007 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9008
9009         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9010         to the default value as well as `eword-lexical-analyzer'.
9011
9012 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9013
9014         * wl-version.el (wl-extended-emacs-version,
9015         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9016         `elmo-match-string' instead of `wl-match-string'.
9017
9018 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9019
9020         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9021         docstring.
9022
9023 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9024
9025         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9026
9027 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9028
9029         * wl-highlight.el (wl-highlight-headers): Remove
9030         `wl-highlight-x-face-func' argument (`beg' and `end').
9031
9032 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9033
9034         * wl-summary.el (wl-summary-mark-as-important):
9035         Remove cache if folder is local.
9036
9037 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9038
9039         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9040         to get existing e-mail address string.
9041
9042 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9043
9044         * wl-version.el (wl-generate-user-agent-string): Commentary.
9045         (wl-generate-user-agent-string-1): Use `when' for
9046         one-branch conditional statement, instead of `and' and `if'.
9047         (wl-extended-emacs-version, wl-extended-emacs-version2,
9048         wl-extended-emacs-version3): Ditto.
9049
9050 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9051
9052         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9053         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9054         condition-case; Remove initialization.
9055         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9056         (wl-summary-sync-update3): Added argument `sync-all';
9057         Eliminated local variable `msgdb';
9058         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9059         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9060         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9061
9062 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9063
9064         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9065         connection before call `wl-draft-send-mail-with-smtp'.
9066
9067 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * Version number is increased to 2.5.4.
9070
9071 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9072
9073         * wl.el (wl-check-environment): Additional check for
9074         'wl-local-domain' and `wl-message-id-domain'.
9075
9076 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9077
9078         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9079         buffer as command specific.
9080         (wl-folder-mark-as-read-all-entity): Ditto.
9081         (wl-folder-prefetch-entity): Ditto.
9082         (wl-folder-drop-unsync-entity): Ditto.
9083
9084         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9085         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9086         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9087
9088         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9089         save-excursion.
9090
9091 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * Version number is increased to 2.5.3.
9094
9095         * wl-summary.el (wl-summary-save-view-cache):
9096         Delete duplicated `write-region';
9097         Use `write-region-as-binary' instead of `as-binary-output-file' and
9098         `write-region'.
9099
9100 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9101
9102         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9103
9104 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9105
9106         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9107         instead of `smtp-via-smtp'.
9108
9109 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9110
9111         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9112
9113 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9114
9115         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9116         instead of `smtp-sasl-user-realm'.
9117
9118 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9119
9120         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9121
9122 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9123
9124         * Version number is increased to 2.5.2.
9125
9126 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9129         does not exist.
9130         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9131         (wl-biff-start): Call `timer-activate' if timer already exists.
9132
9133         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9134         only when it is bound as function.
9135
9136 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * Version number is increased to 2.5.1.
9139
9140 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9143         Print refile/copy destination.
9144
9145 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9146
9147         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9148         queue-flush-only is non-nil.
9149
9150         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9151
9152         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9153         checking cache folder.
9154
9155 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9156
9157         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9158         `regexp-quote'.
9159
9160 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9161
9162         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9163         function.
9164         * wl-summary.el (wl-summary-write-current-folder-functions):
9165         Change default value.  Use it.
9166
9167 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9168
9169         * Version number is increased to 2.5.0.
9170
9171         * wl-version.el (wl-version): Changed codename.
9172
9173 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9174
9175         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9176         (wl-summary-supersedes-message): Ditto.
9177
9178 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9179
9180         * wl-refile.el (wl-refile-guess-functions): Renamed from
9181         `wl-refile-guess-func-list'.
9182
9183 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9186         Fixed problem when no rule was matched.
9187
9188 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9189
9190         * wl-summary.el (wl-summary-get-mark): Fixed
9191         `wl-summary-buffer-target-mark' check logic.
9192
9193 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9194
9195         * wl-folder.el (wl-folder-write-current-folder): Added group
9196         folder check.
9197
9198         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9199         `wl-summary-write-current-newsgroup'.
9200         (wl-summary-write-current-folder-functions): New variable.
9201         * wl-folder.el (wl-folder-get-newsgroups): New function.
9202         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9203         (wl-folder-write-current-folder): Renamed from
9204         `wl-folder-write-current-newsgroup'.
9205
9206 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9207
9208         * Version number is increased to 2.3.93.
9209
9210 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9211
9212         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9213         (wl-ldap-make-matched-value-list): Ditto.
9214         (wl-ldap-alias-safe-string): Split e-mail address.
9215
9216         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9217         petname folder default was selected.
9218         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9219         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9220
9221 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9222
9223         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9224         to `wl-draft-config-exec'.
9225
9226         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9227         instead of calling `wl-draft-config-exec';
9228         Process group-list and show recipients in minibuffer.
9229
9230         * tm-wl.el (wl-draft-preview-message): Ditto.
9231
9232 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9233
9234         * wl.el (toplevel): Added (C) to copyright notice, and
9235         sync Author header.
9236         * tm-wl.el (toplevel): Ditto.
9237         * wl-address.el (toplevel): Ditto.
9238         * wl-demo.el (toplevel): Ditto.
9239         * wl-dnd.el (toplevel): Ditto.
9240         * wl-draft.el (toplevel): Ditto.
9241         * wl-e21.el (toplevel): Ditto.
9242         * wl-expire.el (toplevel): Ditto.
9243         * wl-folder.el (toplevel): Ditto.
9244         * wl-highlight.el (toplevel): Ditto.
9245         * wl-message.el (toplevel): Ditto.
9246         * wl-mime.el (toplevel): Ditto.
9247         * wl-mule.el (toplevel): Ditto.
9248         * wl-nemacs.el (toplevel): Ditto.
9249         * wl-refile.el (toplevel): Ditto.
9250         * wl-score.el (toplevel): Ditto.
9251         * wl-summary.el (toplevel): Ditto.
9252         * wl-template.el (toplevel): Ditto.
9253         * wl-thread.el (toplevel): Ditto.
9254         * wl-util.el (toplevel): Ditto.
9255         * wl-vars.el (toplevel): Ditto.
9256         * wl-xmas.el (toplevel): Ditto.
9257
9258 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9259
9260         * wl.el (wl-init): Added comment about `wl-init-hook'.
9261         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9262         * wl-vars.el (wl-init-hook): Added docs.
9263         (wl-make-plugged-hook): Removed useless docs.
9264         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9265         * wl-xmas.el (toplevel): Ditto.
9266
9267 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9268
9269         * wl-address.el (toplevel): Fixed multiple Author header format.
9270         * wl-demo.el (toplevel): Ditto.
9271         * wl-draft.el (toplevel): Ditto.
9272         * wl-folder.el (toplevel): Ditto.
9273         * wl-summary.el (toplevel): Ditto.
9274         * wl-thread.el (toplevel): Ditto.
9275         * wl-util.el (toplevel): Ditto.
9276         * wl-vars.el (toplevel): Ditto.
9277         * wl-version.el (toplevel): Ditto.
9278         * wl-xmas.el (toplevel): Ditto.
9279         * wl.el (toplevel): Ditto.
9280
9281         * wl-version.el (toplevel): Added require `elmo-version' for
9282         `product-version-as-string'.
9283
9284 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9285
9286         * wl-vars.el (wl-draft-send-hook): Changed default value to
9287         '(wl-draft-config-exec).
9288
9289         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9290         explicitly.
9291         (wl-draft): Set `wl-draft-config-exec-flag' before running
9292         `wl-mail-setup-hook'.
9293
9294         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9295         `wl-biff-init-icons' to `wl-init-hook' instead of
9296         `wl-make-plugged-hook'.
9297         (Because if `wl-draft' command is invoked at first,
9298         they are not initialized)
9299         Updated copyright notice.
9300
9301         * wl-e21.el (toplevel): Ditto;
9302
9303         * wl-demo.el (toplevel): Updated copyright notice.
9304         * wl-address.el (toplevel): Ditto.
9305         * wl-draft.el (toplevel): Ditto.
9306         * wl-version.el (toplevel): Ditto.
9307         * wl-folder.el (toplevel): Ditto.
9308         * wl-summary.el (toplevel): Ditto.
9309         * wl-thread.el (toplevel): Ditto.
9310         * wl-util.el (toplevel): Ditto.
9311         * wl-vars.el (toplevel): Ditto.
9312         * wl.el (toplevel): Ditto.
9313
9314 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9315
9316         * wl-highlight.el (wl-highlight-message): Fixed problem of
9317         highlighting failure which occured when the last field contains
9318         multiple lines in the draft buffer.
9319
9320         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9321         `wl-biff-start' if plugged.
9322
9323         * wl-util.el (wl-biff-check-folder): New function.
9324         (wl-biff-check-folders): Don't set session name prefix.
9325         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9326         (wl-biff-check-folder-async): Ditto.
9327
9328         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9329         in email address.
9330
9331 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9332
9333         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9334
9335         * wl-draft.el (wl-draft-strip-subject-re): New function.
9336
9337         * wl-draft.el (wl-draft-reply): Use it.
9338
9339 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9340
9341         * wl-message.el (wl-mmelmo-message-redisplay): Use
9342         `mime-display-message' instead of `wl-mime-display-message'.
9343
9344         * wl-mime.el (toplevel): Removed compatibility workaround
9345         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9346         (wl-mime-display-message): Abolished.
9347         (wl-mime-entity-read-field): Ditto.
9348         (wl-mime-combine-message/partial-pieces): Use
9349         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9350
9351 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9352
9353         * wl-template.el: Doc fixes.
9354
9355 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9356
9357         * wl-e21.el (wl-message-overload-functions): Do nothing if
9358         `current-local-map' is not available.
9359         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9360
9361 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9362
9363         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9364         representation.
9365
9366         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9367         number.
9368         (wl-fldmgr-save-folders): Don't use `format' when insert
9369         `wl-fldmgr-folders-header'.
9370
9371 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9372
9373         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9374
9375 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * wl-highlight.el (wl-highlight-message):
9378         Use `std11-field-end' to detect end point of the header field.
9379         Refer `wl-highlight-max-header-size'.
9380
9381         * wl-vars.el (wl-highlight-max-header-size): New variable.
9382
9383         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9384
9385         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9386         Set `for-draft' argument of wl-highlight-headers.
9387         (wl-draft): Ditto.
9388         (wl-draft-reedit): Ditto.
9389         (wl-user-agent-compose-internal): Ditto.
9390
9391 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9392
9393         * wl-message.el (wl-message-add-button): Use overlay.
9394
9395 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9396
9397         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9398
9399         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9400         problem when group-list content is nothing.
9401         (Reported by Mito <mit@nines.nec.co.jp>)
9402
9403 2000-10-18  SAITO Atsunori <sai@yedo.com>
9404
9405         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9406
9407 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9408
9409         * tm-wl.el (toplevel): Use product-provide.
9410
9411 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * Version number is increased to 2.3.92.
9414
9415 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9416
9417         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9418         title text, use `display' property for left margin under Emacs 21.
9419
9420         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9421         properties.
9422         (wl-plugged-init-icons): Ditto.
9423
9424 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9425
9426         * wl.el (wl-save-status, wl-init): Remove last period in
9427         "...done." message.
9428         * tm-wl.el (wl-summary-burst): Ditto.
9429         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9430         wl-summary-resume-cache-status,
9431         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9432         wl-summary-sync-update3, wl-summary-highlight-msgs,
9433         wl-summary-flush-pending-append-operations,
9434         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9435         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9436         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9437         wl-thread-open-all): Ditto.
9438         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9439         * wl-mime.el (wl-summary-burst): Ditto.
9440         * wl-highlight.el (wl-highlight-summary): Ditto.
9441         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9442         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9443         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9444         * wl-address.el (wl-local-address-init): Ditto.
9445
9446 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9447
9448         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9449         `add-text-properties'.
9450         (wl-plugged-init-icons): Ditto.
9451         (wl-folder-init-icons): Use `propertize' instead of
9452         `put-text-property'.
9453         (wl-plugged-set-folder-icon): Ditto.
9454         (wl-e21-highlight-folder-group-line): Ditto.
9455
9456 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9457
9458         * wl-version.el (wl-version-status-alist): New variable.
9459         (wl-version-status): New function.
9460
9461         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9462         "Cc" part of the case "Reply-To".
9463
9464         * wl-draft.el (wl-draft-reply): Use result of
9465         `eword-extract-address-components'.
9466
9467         * wl-demo.el (wl-demo-icon-name): New constant.
9468         (wl-logo-xpm): Use it.
9469         (wl-logo-xbm): Ditto.
9470         (wl-logo-bitmap): Ditto.
9471
9472         * Version number is increased to 2.3.91.
9473
9474 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9475
9476         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9477         (wl-extended-emacs-version, wl-extended-emacs-version2,
9478         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9479         docstring.
9480
9481         * wl-version.el (wl-generate-user-agent-string-1): New function.
9482         (wl-generate-user-agent-string): Use it.
9483
9484         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9485         `mime-edit-insert-user-agent-field'.
9486         (wl-generate-user-agent-string): Check
9487         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9488
9489         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9490         instead of `if', when verbose case.
9491
9492 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9493
9494         * wl-expire.el (wl-summary-expire): Fix.
9495
9496 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9497
9498         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9499         and `elmo-lost+found-folder' if 'wl-draft.
9500         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9501
9502 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9503
9504         * wl-expire.el (wl-summary-expire): Change messages.
9505         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9506         `deleing-info' instead of "Deleting..."
9507
9508 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9509
9510         * wl-summary.el (wl-summary-refile-subr): Fix.
9511
9512 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9513
9514         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9515         if pipe folder.
9516
9517 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9518
9519         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9520
9521 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9522
9523         * wl-expire.el (wl-expire-hide): New function.
9524         (wl-summary-expire): Add `hide'.
9525
9526 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-vars.el (wl-draft-reply-without-argument-list):
9529         Changed default value to consider `Reply-To:'.
9530         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9531
9532         * Version number is increased to 2.3.90.
9533
9534         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9535         elmo-imap4-get-session with unwind-protect.
9536         Don't cause error.
9537         (wl-summary-sync-marks): Don't check plugged nor folder type.
9538         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9539         (Always keep current buffer).
9540
9541 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9542
9543         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9544         Enclose with `save-excursion'.
9545
9546 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9547
9548         * wl-version.el (wl-version): Remove interactive.
9549
9550 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9551
9552         * wl-version.el (wl-generate-user-agent-string): Use
9553         `product-string-verbose' instead of `product-string-1'.
9554
9555 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9556
9557         * wl-vars.el (wl-draft-use-cache): New variable.
9558         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9559         if wl-draft-use-cache is non-nil.
9560
9561 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9562
9563         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9564         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9565
9566 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9569         (wl-thread-msg-mark-as-unread): Ditto.
9570
9571         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9572         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9573         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9574         Don't set mark in summary if return value of `elmo-mark-as-read'
9575         is nil.
9576         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9577         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9578         instead of `wl-thread-msg-mark-as-read'.
9579         (wl-summary-mark-as-unread-region): Ditto.
9580         (wl-summary-target-mark-mark-as-read): Ditto.
9581
9582         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9583
9584 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9585
9586         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9587
9588         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9589
9590 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9591
9592         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9593         face.
9594
9595 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9596
9597         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9598         `running-xemacs'.
9599
9600 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9601
9602         * wl-version.el (toplevel): Use `product-version-as-string' for
9603         set verstion-string, if defined.
9604
9605         * wl-version.el (wl-version-show): Insert string at point, when
9606         call with argument.
9607
9608         * wl-version.el (wl-generate-user-agent-string): Use
9609         `product-string-1' instead of `wl-appname', `wl-version' and
9610         `wl-codename'.
9611
9612 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9613
9614         * wl-address.el (toplevel): Use product-provide.
9615         * wl-demo.el (toplevel): Ditto.
9616         * wl-dnd.el (toplevel): Ditto.
9617         * wl-draft.el (toplevel): Ditto.
9618         * wl-e21.el (toplevel): Ditto.
9619         * wl-expire.el (toplevel): Ditto.
9620         * wl-fldmgr.el (toplevel): Ditto.
9621         * wl-folder.el (toplevel): Ditto.
9622         * wl-highlight.el (toplevel): Ditto.
9623         * wl-message.el (toplevel): Ditto.
9624         * wl-mime.el (toplevel): Ditto.
9625         * wl-mule.el (toplevel): Ditto.
9626         * wl-nemacs.el (toplevel): Ditto.
9627         * wl-refile.el (toplevel): Ditto.
9628         * wl-score.el (toplevel): Ditto.
9629         * wl-summary.el (toplevel): Ditto.
9630         * wl-template.el (toplevel): Ditto.
9631         * wl-thread.el (toplevel): Ditto.
9632         * wl-util.el (toplevel): Ditto.
9633         * wl-vars.el (toplevel): Ditto.
9634         * wl-xmas.el (toplevel): Ditto.
9635         * wl.el (toplevel): Ditto.
9636
9637 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9638
9639         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9640         instead of product.
9641
9642         * wl-version.el (wl-version): Compile time evalution elmo-version.
9643
9644 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9645
9646         * wl-summary.el (wl-summary-sync-force-update): Append queue
9647         `mark-as-read'if unplugged.
9648
9649 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9650
9651         * wl-version.el: New file.  Use product.el.
9652         * wl.el: add (require 'wl-version).
9653         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9654         for ~/.folders header.
9655         (wl-fldmgr-folders-header): Changed.
9656         * wl-demo.el (wl-demo): Use product.el.
9657
9658         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9659         wl-version.el.
9660         * wl-util.el (wl-version, wl-version-show): Ditto.
9661
9662         * wl-util.el (wl-generate-user-agent-string,
9663         wl-extended-emacs-version, wl-extended-emacs-version2,
9664         wl-extended-emacs-version3): Move to wl-version.el.
9665         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9666         xemacs-codename, mime-edit-insert-user-agent-field,
9667         mime-edit-user-agent-value, mime-editor/version,
9668         mime-editor/codename): Compile warning killer move to
9669         wl-version.el
9670
9671 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9672
9673         * wl-summary.el (wl-summary-refile-subr): Fix.
9674
9675 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9676
9677         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9678         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9679
9680 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9681
9682         * wl.el (wl-check-environment): Check too many `@'.
9683
9684 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9685
9686         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9687
9688 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9689
9690         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9691         wl-draft-reply-myself-without-argument-list): Add variables.
9692         * wl-draft.el (wl-draft-reply): Use it.
9693
9694 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9695
9696         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9697         the 5th argument of `elmo-network-get-spec'.
9698
9699         * wl-thread.el (wl-thread-reparent-children): New inline function.
9700         (wl-thread-delete-message): Use it.
9701
9702         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9703         (wl-summary-score-update-all-lines): Don't use `dolist'.
9704
9705 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9706
9707         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9708         (require 'elmo-msgdb) for inline function.
9709
9710 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9711
9712         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9713
9714 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9715
9716         * wl-score.el (wl-score-headers): Fix for the confusing macro
9717         `elmo-kill-buffer'.
9718
9719 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9720
9721         * wl-summary.el: Don't use the 3rd argument of `require' because
9722         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9723         * wl-util.el: Ditto.
9724         * wl-draft.el: Ditto.
9725
9726 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9727
9728         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9729         window system is not used.
9730
9731 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9732
9733         * wl-thread.el: Don't use `mapcar' only for iteration.
9734         (wl-thread-resume-entity): Ditto.
9735         (wl-thread-delete-message): Ditto.
9736
9737         * wl-summary.el: Bind `dragdrop-drop-functions',
9738         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9739         of `require' for `timezone', `easymenu' and `ps-print';
9740         don't use `mapcar' only for iteration.
9741
9742         * wl-util.el: Bind `mule-version', `nemacs-version',
9743         `emacs-beta-version', `xemacs-codename',
9744         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9745         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9746         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9747         only for iteration.
9748
9749         * wl-score.el: Don't use `mapcar' only for iteration.
9750         (wl-score-simplify-buffer-fuzzy): Ditto.
9751         (wl-score-simplify-subject): Ditto.
9752         (wl-score-headers): Ditto.
9753         (wl-summary-score-update-all-lines): Ditto.
9754
9755         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9756         `enable-multibyte-characters' and `mule-version'.
9757
9758         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9759         `mapcar' only for iteration.
9760
9761         * wl-demo.el: Don't use `mapcar' only for iteration.
9762
9763         * wl-folder.el: Don't use `mapcar' only for iteration.
9764         (wl-folder-open-all): Ditto.
9765         (wl-folder-count-incorporates): Ditto.
9766
9767         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9768         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9769
9770         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9771         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9772         `smtp-connection-type'; specify 3rd argument of `require' for
9773         `timezone'; don't use `mapcar' only for iteration.
9774         (wl-draft-clone-local-variables): Don't use `mapcar'.
9775         (wl-draft-generate-clone-buffer): Ditto.
9776         (wl-user-agent-compose-internal): Ditto.
9777
9778         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9779
9780         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9781         (wl-save-status): Ditto.
9782
9783         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9784         for iteration.
9785
9786 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9787
9788         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9789         removed `Date'.
9790         (wl-fldmgr-make-filter-default): New user option.
9791
9792         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9793         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9794         (wl-fldmgr-filter-completion-alist): Abolish.
9795
9796         * wl.el (wl): Don't check servers if arg is non-nil.
9797
9798         * wl-draft.el (wl-draft-reply): Set only message-id string to
9799         In-Reply-To field.
9800
9801 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9802
9803         * wl-summary.el (wl-summary-pick): Rewrite.
9804
9805         * wl-draft.el (wl-draft-forward): Get references field from
9806         original buffer.
9807         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9808
9809 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9810
9811         * wl-draft.el (wl-draft-forward): Add references field.
9812
9813 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9816         (wl-draft-reply): Use it.
9817
9818 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9819
9820         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9821         when Emacs 21 is running.
9822
9823         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9824         bindings.
9825
9826 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9827
9828         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9829         XPM icons transparent.
9830
9831         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9832         Emacs 21.
9833
9834 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9835
9836         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9837         nil.
9838
9839         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9840         when it is persistent.
9841         (wl-summary-sync-marks): Changed argument for
9842         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9843         (wl-summary-virtual): Use `elmo-read-search-condition'.
9844         (wl-summary-redisplay-internal): If folder is local, mark as read
9845         even when folder is plugged.
9846
9847 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9848
9849         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9850         of `tool-bar-lines' in the frame parameters.
9851         (after-make-frame-functions, post-command-hook): Don't modify the
9852         value.
9853         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9854         wl-e21-tool-bar-lines): Removed.
9855
9856 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9857
9858         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9859         properties `evaporate' and `wl-momentary-overlay' as well.
9860         (wl-highlight-summary-displaying): Ditto.
9861         (wl-delete-all-overlays): Don't delete overlay which does not have
9862         a property `wl-momentary-overlay'.
9863
9864         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9865         `display-mouse-p' and `display-graphic-p'.
9866         (wl-folder-init-icons): Don't search for XBM or the other files.
9867         (wl-plugged-set-folder-icon): Make icons if and only if
9868         `display-graphic-p' returns non-nil.
9869         (wl-highlight-plugged-current-line): Use `before-string' overlay
9870         property to show icon images.
9871         (wl-highlight-folder-current-line): Ditto.
9872         (wl-e21-highlight-folder-group-line): Ditto.
9873         (wl-e21-highlight-folder-by-numbers): Ditto.
9874         (wl-e21-insert-image): Removed.
9875         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9876         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9877         said.
9878         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9879         `wl-e21-force-switch-toolbar'.
9880         (wl-e21-make-icon-image): Removed.
9881         (wl-e21-setup-toolbar): Don't search for XBM files.
9882         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9883         the default value.
9884
9885 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9886
9887         * wl-util.el (wl-biff-check-folder-async): Set
9888         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9889
9890 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9891
9892         * wl-e21.el (after-make-frame-functions): Add
9893         `wl-e21-force-switch-toolbar'.
9894         (wl-e21-force-switch-toolbar): New function force to switch the
9895         toolbar appearance automatically.
9896         (post-command-hook): Add `wl-e21-switch-toolbar'.
9897         (wl-e21-switch-toolbar): New function to switch the toolbar
9898         appearance automatically.
9899         (wl-e21-tool-bar-lines): New buffer local variable.
9900
9901 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9902
9903         * wl-util.el (wl-biff-check-folders-running): New variable.
9904         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9905         (wl-biff-check-folder-async-callback):
9906         Set `wl-biff-check-folders-running'.
9907         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9908         with unwind-protect.
9909
9910         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9911         Enclose `wl-folder-auto-check' with unwind-protect.
9912
9913         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9914         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9915
9916         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9917
9918         * wl-util.el (wl-biff-notify): New inline function.
9919         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9920         locally.
9921         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9922         folder-list' is 1.
9923         Use `wl-biff-notify'.
9924         (wl-biff-check-folder-async-callback): New function.
9925         (wl-biff-check-folder-async): Ditto.
9926
9927         * wl-folder.el (wl-folder): Don't check folders.
9928         (wl-folder-auto-check): New function.
9929
9930 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9931
9932         * wl-util.el (wl-biff-start) [Emacs19+]:
9933         Use `timer-next-integral-multiple-of-time'.
9934         (wl-biff-check-folders): Use `wl-default-folder'
9935         if `wl-biff-check-folder-list' is nil.
9936
9937 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9938
9939         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9940         instead of `elmo-delete-lists'.
9941
9942 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9943
9944         * wl.el (wl-plugged-toggle-all): Set the value of
9945         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9946         (wl-plugged-toggle): Ditto.
9947         (wl-toggle-plugged): Ditto.
9948         (wl-plugged-init): Ditto.
9949
9950         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9951         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9952         instead of `wl-biff-state-indicator-off' and
9953         `wl-biff-state-indicator-on'; don't modify the value and the type
9954         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9955         (wl-plugged-init-icons): Set icons data to
9956         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9957         instead of `wl-plug-state-indicator-off' and
9958         `wl-plug-state-indicator-on'; don't modify the value and the type
9959         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9960
9961         * wl-vars.el (wl-modeline-biff-state-off,
9962         wl-modeline-biff-state-on, wl-modeline-biff-status,
9963         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9964         wl-modeline-plug-status): New internal variables.
9965         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9966         wl-biff-check-interval, wl-biff-check-folder-list): Change
9967         customization group from `wl-folder' to `wl-highlight'.
9968         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9969         wl-show-plug-status-on-modeline): Defcustomized.
9970
9971         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9972         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9973         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9974         a flag to `mode-line-buffer-identification'.
9975
9976         * wl-e21.el (wl-biff-init-icons): Set icons data to
9977         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9978         instead of `wl-biff-state-indicator-off' and
9979         `wl-biff-state-indicator-on'.
9980         (wl-plugged-init-icons): Set icons data to
9981         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9982         instead of `wl-plug-state-indicator-off' and
9983         `wl-plug-state-indicator-on'.
9984
9985 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9986
9987         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9988         excessive titles.
9989
9990 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9991
9992         * wl.el (wl-plugged-mode): Use revised
9993         `wl-mode-line-buffer-identification'.
9994         (wl-plugged-init): Don't use `force-mode-line-update'.
9995
9996         * wl-xmas.el (wl-draft-overload-functions): Use revised
9997         `wl-mode-line-buffer-identification'.
9998         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9999         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10000         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10001         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10002         `wl-make-plugged-hook';
10003         add `wl-folder-init-icons' and `wl-setup-folder' to
10004         `wl-folder-mode-hook'.
10005
10006         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10007         19 as well.
10008         (wl-mode-line-display-priority-list): New user option.
10009         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10010         Defcustomized.
10011         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10012         Add docs.
10013
10014         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10015         start.
10016         (wl-mode-line-buffer-identification): Revised as a function.
10017
10018         * wl-summary.el (wl-summary-mode): Use revised
10019         `wl-mode-line-buffer-identification'; don't call
10020         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10021         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10022         `wl-xmas-setup-summary'.
10023
10024         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10025         `wl-mode-line-buffer-identification'.
10026
10027         * wl-mule.el (wl-draft-overload-functions): Use revised
10028         `wl-mode-line-buffer-identification'.
10029
10030         * wl-folder.el (wl-make-plugged-alist): Don't call
10031         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10032         (wl-folder): Don't call `wl-folder-init-icons' directly.
10033         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10034         `wl-xmas-setup-folder' directly;
10035         use revised `wl-mode-line-buffer-identification'.
10036         (TopLevel): Don't bind `wl-biff-init-icons',
10037         `wl-plugged-init-icons', `wl-folder-init-icons',
10038         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10039
10040         * wl-e21.el (wl-draft-overload-functions): Use revised
10041         `wl-mode-line-buffer-identification'.
10042         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10043         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10044         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10045         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10046         `wl-make-plugged-hook';
10047         add `wl-folder-init-icons' and `wl-setup-folder' to
10048         `wl-folder-mode-hook'.
10049
10050 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10051             Katsumi Yamaoka    <yamaoka@jpl.org>
10052
10053         * wl.el (wl): Call `wl-biff-start'.
10054         (wl-exit): Call `wl-biff-stop'.
10055         (wl-plugged-mode): Show biff in modeline.
10056         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10057
10058         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10059         (wl-biff-init-icons): New function.
10060         (wl-plugged-init-icons): Don't make too much keymaps.
10061         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10062
10063         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10064         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10065         variables.
10066         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10067         options.
10068
10069         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10070         wl-biff-start, wl-biff-stop): New functions.
10071         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10072         (wl-biff-timer-name): New variable.
10073
10074         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10075
10076         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10077         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10078
10079         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10080         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10081
10082         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10083         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10084         `wl-folder-init-icons' to `ignore' if they are not available.
10085         (wl-folder-mode): Show biff in modeline.
10086
10087         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10088         (wl-biff-init-icons): New function.
10089         (wl-plugged-init-icons): Don't make too much keymaps.
10090         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10091
10092 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10093
10094         * wl-vars.el (wl-strict-diff-folders): Customization Type
10095         and doc fix.  Define as a list of regular expressions for
10096         folders or nil.
10097         * wl-folder.el (wl-folder-check-one-entity): Use
10098         `wl-string-match-member' instead of `wl-string-member' for
10099         `wl-strict-diff-folders'.
10100
10101 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10102
10103         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10104         (wl-highlight-folder-current-line): Use it; new implementation.
10105         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10106         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10107         `defsubst' instead of `defun'.
10108
10109         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10110         `wl-highlight-group-folder-by-numbers'; made it can also be a
10111         number.  See info for more details.
10112
10113         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10114         running.
10115
10116         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10117         to bind them.
10118
10119         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10120         (wl-highlight-folder-current-line): New implementation.
10121
10122         * wl-highlight.el (wl-highlight-folder-group-line): New
10123         implementation.
10124         (wl-delete-all-overlays): Rewrite as a marco.
10125         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10126
10127         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10128         running.
10129         (wl-folder-*-glyph): No need to bind them.
10130
10131         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10132         `wl-e21-highlight-folder-group-icon'; rewrite.
10133         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10134         `defsubst' instead of `defun'.
10135         (wl-folder-mode-map): Bind it when compiling.
10136
10137 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10138
10139         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10140
10141         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10142
10143 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10144
10145         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10146
10147 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10148
10149         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10150         (wl-highlight-folder-current-line): Use it.
10151
10152         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10153         in `id-name'.
10154
10155 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10156
10157         * wl.el: Require `wl-e21' when Emacs 21 is running.
10158
10159         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10160         default when Emacs 21 is running.
10161         (wl-use-highlight-mouse-line): Ditto.
10162         (wl-on-emacs21): New constant.
10163         (wl-on-emacs20): Removed.
10164
10165         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10166         Emacs 21 is running.
10167
10168         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10169         Emacs 21 is running.
10170
10171         * wl-e21.el: New file.
10172
10173 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10174
10175         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10176         (wl-toggle-plugged): Ditto.
10177         (wl-plugged-toggle): Ditto.
10178         (wl-plugged-toggle-all): Ditto.
10179
10180         * wl-vars.el (wl-plug-state-indicator): Refer
10181         `wl-plug-state-indicator-on' indirectly.
10182
10183 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10184
10185         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10186         Call `wl-folder-confirm-existence'.
10187
10188         * wl-folder.el (wl-folder-confirm-existence): Added optional
10189         argument `force'.
10190
10191 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10192
10193         * wl-summary.el (wl-summary-refile-subr): Assume
10194         `copy-or-refile' as symbol.
10195         (wl-summary-refile): Follow up above change.
10196         (wl-summary-copy): Ditto.  Doc fix.
10197
10198 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10199
10200         * wl-summary.el (wl-summary-pick): Don't bind
10201         `elmo-search-mime-charset'.
10202
10203         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10204         default using old backquote style.
10205         (wl-search-mime-charset): Abolished.
10206
10207         * wl-highlight.el (wl-highlight-headers):
10208         Call `point' after `re-search-forward'(for Nemacs).
10209
10210         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10211         for elmo-imap4.el.
10212
10213 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10214
10215         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10216         `wl-message-ignored-field-list' instead of
10217         `mime-view-ignored-field-list'.
10218
10219         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10220         Add interactive spec.
10221         (wl-folder-goto-bottom-of-current-folder): Ditto.
10222         (wl-folder-mode-map): Bind them.
10223
10224         * wl-vars.el (wl-message-ignored-field-list): New variable.
10225         (wl-message-visible-field-list): New variable.
10226
10227         * wl-mime.el (wl-mime-header-presentation-method): New function.
10228         (wl-mime-setup): Set header-presentation-method.
10229
10230 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10231
10232         * wl-nemacs.el (wl-draft-overload-functions): Set
10233         `mode-line-buffer-identification' instead of using
10234         `wl-make-modeline'.
10235
10236         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10237         instead of using `wl-make-modeline'.
10238
10239         * wl-xmas.el (wl-plugged-init-icons): Set up
10240         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10241         (wl-make-modeline): Abolish.
10242         (wl-draft-overload-functions): Set
10243         `mode-line-buffer-identification' instead of using
10244         `wl-make-modeline'.
10245
10246         * wl-util.el (wl-make-modeline-subr): Abolish.
10247         (wl-mode-line-buffer-identification): New alias.
10248
10249         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10250         (wl-summary-make-modeline): Abolish.
10251         (wl-summary-buffer-set-folder): Set
10252         `wl-summary-buffer-folder-indicator'.
10253         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10254         of using `wl-make-modeline'.
10255         (wl-summary-switch-to-clone-buffer): Don't set
10256         `mode-line-buffer-identification'.
10257         (wl-summary-goto-folder-subr): Ditto.
10258
10259         * wl-mule.el (wl-draft-overload-functions): Set
10260         `mode-line-buffer-identification' instead of using
10261         `wl-make-modeline'.
10262
10263         * wl-folder.el (wl-folder-mode): Set
10264         `mode-line-buffer-identification' instead of using
10265         `wl-make-modeline'.
10266         (wl-folder): Don't set `mode-line-buffer-identification'.
10267
10268 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10269
10270         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10271         instead of `member' for `wl-refile-guess-func-list' look-ups.
10272         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10273
10274 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10275
10276         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10277         `wl-message-button-dispatcher'.
10278
10279         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10280
10281         * wl-message.el (wl-message-button-dispatcher): Use it.
10282
10283         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10284         "In-Reply-To".
10285
10286         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10287         Bind `case-fold-search' to t.
10288
10289 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10290
10291         * wl-xmas.el (wl-message-overload-functions): Initialize
10292         `wl-message-button-map'.
10293
10294         * wl-mule.el (wl-message-overload-functions): Initialize
10295         `wl-message-button-map'.
10296
10297         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10298
10299         * wl-message.el (wl-message-button-map): New keymap.
10300         (wl-message-add-button): New function.
10301         (wl-message-button-dispatcher): New function.
10302         (wl-message-button-refer-article): New function.
10303
10304         * wl-highlight.el
10305         (wl-highlight-message-add-buttons-to-header): New function.
10306         (wl-highlight-headers): Use it.
10307
10308 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10309
10310         * wl-summary.el (wl-summary-default-from): Use
10311         `wl-address-get-petname-1'.
10312         (wl-summary-simple-from): Ditto.
10313
10314         * wl-address.el (wl-address-get-petname-1): New inline function.
10315         (wl-address-get-petname): Use it.
10316
10317 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10318
10319         * wl-summary.el (wl-summary-default-from): Return full-name part
10320         from the address if no petname was found.
10321         (wl-summary-simple-from): Ditto.
10322
10323         * wl-address.el (wl-address-get-petname): Return nil if no petname
10324         associated with the address was found.
10325
10326 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10327
10328         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10329         display is finished.
10330
10331 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10332
10333         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10334         `elmo-folder-exists-p' argument.
10335
10336 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10337
10338         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10339         the folder.
10340
10341 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10342
10343         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10344
10345         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10346         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10347
10348 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10349
10350         * wl-folder.el (wl-folder-create-subr): New function.
10351         (wl-folder-confirm-existence): Use it.
10352         (wl-folder-check-one-entity): Use it.
10353         Check the error symbol is derived from 'elmo-open-error.
10354
10355         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10356         `ignore-error'.
10357
10358 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10359
10360         * wl-util.el (toplevel): Add (eval-when-compile (require
10361         'elmo-util)).  (Maybe `provide' is typo.)
10362
10363 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10364
10365         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10366         (I don't know why this was needed.)
10367
10368         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10369         Follow up changes for stream-type.
10370
10371         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10372         (wl-draft-elmo-nntp-send): Ditto.
10373
10374         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10375         (wl-nntp-posting-stream-type): Ditto.
10376         (wl-pop-before-smtp-ssl): Abolished.
10377         (wl-nntp-posting-ssl): Ditto.
10378
10379         * wl-address.el (wl-address-quote-specials): New function.
10380         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10381
10382         * wl-draft.el (wl-draft-reply): Ditto.
10383
10384 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10385
10386         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10387         use function `wl-string-match-assoc'.
10388
10389 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10390
10391         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10392
10393         * wl-draft.el (wl-draft-deduce-address-list): New function.
10394         (wl-draft-parse-mailbox-list): Ditto.
10395         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10396         instead of `smtp-deduce-address-list'.
10397         (wl-draft-on-field-p): Follow group list.
10398
10399         * wl-address.el (wl-address-concat-token): New function.
10400         (wl-address-string-without-group-list-contents): Ditto.
10401         (wl-complete-field-body): Fixed problem of completion
10402         by japanese petname.
10403         (wl-address-make-completion-list): Rewrite.
10404
10405 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10406
10407         * wl-address.el (wl-address-make-completion-list): Completion by
10408         petname.
10409         (wl-complete-field-body): Likewise.
10410
10411 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10412
10413         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10414         contains invalid address syntax.
10415
10416 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10417
10418         * wl-folder.el (wl-folder-check-entity-async): Use
10419         `elmo-nntp-spec-hostname'.
10420
10421 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10422
10423         * wl-summary.el (wl-summary-msgdb-load-async): Use
10424         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10425
10426 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10427
10428         * wl-draft.el (wl-draft-reply): Set argument
10429         `content-transfer-encoding' as nil.
10430
10431 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10432
10433         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10434         `wl-refile-alist'.
10435
10436 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10437
10438         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10439         (wl-draft-edit-string): Ditto.
10440         (wl-draft-forward): Ditto.
10441         * wl-summary.el (wl-summary-write): Ditto.
10442
10443 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10444
10445         * wl-summary.el (wl-summary-sync-update3): Call
10446         `wl-summary-buffer-number-column-detect'.
10447         (wl-summary-buffer-number-column-detect): Search from point-min.
10448
10449 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10450
10451         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10452         contains an address which is not included in original to or cc.
10453
10454 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10455
10456         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10457         begin-line does not exist.
10458         * wl-message.el (wl-message-uu-substring): Ditto.
10459
10460 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10461
10462         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10463         clear local variables.
10464         (wl-summary-exit): Call `elmo-commit'.
10465         (wl-summary-switch-to-clone-buffer): Call
10466         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10467         (wl-summary-goto-folder-subr): Ditto.
10468
10469         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10470         POP folder.
10471
10472 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10473
10474         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10475         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10476         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10477         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10478         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10479         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10480
10481         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10482
10483 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10484
10485         * wl-summary.el (wl-summary-search-by-subject):
10486         Search parent message from the latest one.
10487
10488 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10489
10490         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10491         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10492
10493         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10494         New user option.
10495
10496         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10497         if elmo-nntp-use-killed-list is nil.
10498         Use `elmo-msgdb-append-to-killed-list'.
10499         (Append numbers confirmed as disappeared to the killed list.)
10500         (wl-summary-confirm-appends): Don't display negative number.
10501
10502 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10503
10504         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10505
10506 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10507
10508         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10509         range is `all'.
10510         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10511         `elmo-list-bigger-diff'.
10512
10513 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10514
10515         * wl-summary.el (wl-summary-buffer-exit-func):
10516         New buffer local variable.
10517         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10518
10519 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10520
10521         * wl-demo.el (wl-demo): Fix the last change.
10522
10523 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10524
10525         * wl-demo.el (wl-demo): Don't use `eval'.
10526
10527 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10528
10529         * wl-summary.el (wl-summary-buffer-thread-modified):
10530         New buffer-local variable.
10531         (wl-summary-set-thread-modified): New function.
10532         (wl-summary-thread-modified-p): New function.
10533         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10534         (wl-summary-yank-saved-message): Use function
10535         `wl-summary-set-thread-modified'
10536         (wl-summary-switch-to-clone-buffer): Add
10537         `wl-summary-buffer-thread-modified'.
10538
10539         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10540         (wl-summary-buffer-mark-saved-hook): Ditto.
10541         * wl-summary.el (wl-summary-msgdb-save): New hook
10542         `wl-summary-buffer-message-saved-hook' and
10543         `wl-summary-buffer-mark-saved-hook'.
10544
10545 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10546
10547         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10548
10549 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10550
10551         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10552         don't hide scroll bars under FSF Emacsen because it may incur an
10553         undesirable redrawing.
10554
10555 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10556
10557         * wl-draft.el (wl-draft-edit-string): Call
10558         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10559
10560 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10561
10562         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10563
10564 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10565
10566         * wl-summary.el (wl-summary-msgdb-load-async): Call
10567         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10568
10569 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10570
10571         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10572         fringes in demo buffer; center bitmap logo correctly even if old
10573         Mule is used.
10574
10575 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10576
10577         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10578
10579         * wl-refile.el (wl-refile-subject-alist): New variable.
10580         (wl-refile-subject-alist-file-name): Ditto.
10581         (wl-refile-alist-setup): Rewrite.
10582         (wl-refile-alist-save): Use `elmo-object-save'.
10583         Eliminated arguments.
10584         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10585         (wl-refile-guess-by-subject): New function.
10586         (wl-refile-guess-func-list): Added it.
10587
10588 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10589
10590         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10591         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10592
10593 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10594
10595         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10596         New buffer-local variable.
10597         (wl-summary-buffer-next-folder-func): Ditto.
10598         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10599         if non-nil.
10600         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10601         if non-nil.
10602         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10603         if non-nil.
10604         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10605         if non-nil.
10606
10607 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10608
10609         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10610         permanently in the demo buffer.
10611
10612 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10613
10614         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10615         `mime-entity-fetch-field'.
10616
10617         * wl.el (wl-exit): Delete plugged buffer.
10618
10619         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10620         XEmacs has menubar feature.
10621
10622 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10623
10624         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10625         cannot arrive at the beginning of the buffer under old Emacsen.
10626
10627 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10628
10629         * wl-address.el (wl-address-ldap-search):
10630         Call `ldap-search-entries' with `withdn' argument t.
10631         (wl-complete-field-body): Bind completion-ignore-case as t.
10632         Clear ldap search hash when it was sole completion.
10633         Use elmo-string for pattern string.
10634         (wl-ldap-alias-safe-string): Eliminated needless let.
10635
10636 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10637
10638         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10639         (wl-ldap-alias-sep): New constant.
10640         (wl-ldap-search-attribute-type-list): Ditto.
10641         (wl-ldap-get-value): New function.
10642         (wl-ldap-make-filter): Ditto.
10643         (wl-ldap-make-matched-value-list): Ditto.
10644         (wl-ldap-alias-safe-string): Ditto.
10645         (wl-ldap-register-dn-string): Ditto.
10646         (wl-address-ldap-search): Rewrite.
10647
10648 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10649
10650         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10651         thread is deleted.
10652         (wl-thread-delete-line-from-buffer): Ditto.
10653         (wl-thread-get-exist-children): New function.
10654
10655 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10656
10657         * wl-demo.el (wl-demo): Made it to select various image types.
10658         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10659         from `wl-title-logo'.
10660         (wl-logo-ascii): New variable.
10661         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10662         (wl-demo-copyright-notice): New constant.
10663
10664         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10665
10666 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10667
10668         * wl-vars.el (wl-summary-target-above): Renamed from
10669         wl-summary-temp-above.
10670         * wl-score.el (wl-score-get-score-alist): Use it.
10671         (wl-summary-score-update-all-lines): Use it.
10672         * wl-summary.el: Ditto. (make-variable-buffer-local).
10673
10674 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10675
10676         * wl-vars.el (wl-ldap-port): New user option.
10677
10678         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10679         Rewite whole implementation.
10680         (wl-complete-field-body): Fixed.
10681
10682 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10683
10684         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10685         Choose implementation at compile time.
10686
10687 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10688
10689         * wl-address.el (wl-ldap-search-internal): New function.
10690         (wl-complete-field-to): Use it.
10691
10692 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10695         Use `let' instead of `let*'.
10696         Require 'wl-vars.
10697
10698         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10699         Define as defcustom.
10700         (wl-ldap-base): Ditto.
10701         (wl-use-ldap): Ditto.
10702
10703 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10704
10705         * wl-address.el (wl-ldap-search): New function.
10706         (wl-complete-field-body): Use `wl-ldap-search'.
10707         (wl-ldap-server): New variable.
10708         (wl-ldap-base): Ditto.
10709         (wl-use-ldap): Ditto.
10710
10711 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10712
10713         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10714         (Pointed out by Mito <mit@nines.nec.co.jp>).
10715         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10716         buffer-local variables like `wl-summary-redisplay-internal'.
10717         (wl-summary-redisplay-all-header): Likewise.  Update
10718         Summary view too.
10719
10720 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10721
10722         * wl-summary.el (wl-summary-jump-to-parent-message):
10723         Consider prefix argument.
10724
10725         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10726         when closed thread is deleted.
10727
10728 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10729
10730         * wl-summary.el (wl-summary-jump-to-parent-message):
10731         Consider thread modification.
10732
10733 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10734
10735         * wl-message.el (wl-message-normal-get-original-buffer): Use
10736         `save-excursion'.
10737
10738         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10739         (wl-summary-showto-folder-regexp): Ditto.
10740
10741 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10742
10743         * wl-util.el (wl-delete-alist): Doc fix.
10744         (wl-delete-associations): New function.
10745         (wl-inverse-alist): New function.
10746         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10747         Split temporary variables. Use `wl-delete-associations'
10748         and `wl-inverse-alist'.
10749         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10750
10751 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10752
10753         * wl-folder.el (wl-folder-prefetch-entity):
10754         Execute prefetching if new count is unknown.
10755
10756 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10757
10758         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10759
10760         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10761         delete entity.
10762         (wl-thread-set-parent): If insert as top, set linked as nil.
10763
10764         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10765         `wl-thread-cleanup-symbols' when view mode is thread.
10766
10767 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10768
10769         * wl-folder.el (wl-folder-create-folder-entity): Use
10770         with-current-buffer.
10771         (wl-local-folder-init): Call set-buffer to make sure we are in
10772         the Folder buffer. Don't touch buffer-local variables here.
10773         (wl-folder-mode): Initialize buffer-local variables here.
10774
10775         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10776         (wl-folder-entity-assign-id): Ditto.
10777         (wl-folder-create-entity-hashtb): Ditto.
10778         (wl-local-folder-init): Ditto.
10779         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10780
10781 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10782
10783         * wl-summary.el (wl-summary-default-from): Fix probrem when
10784         std11-extract-address-components return (nil "foo@bar").
10785
10786 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10787
10788         * wl-draft.el (wl-draft-clone-local-variables):
10789         Remove redundant `setq'.
10790
10791 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10792
10793         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10794         Bind wl-highlight-x-face-func as nil while highlighting header.
10795
10796 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10797
10798         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10799
10800 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10801
10802         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10803         elmo-msgdb-overview-hashtb from copy-variables.
10804         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10805         instead of `elmo-msgdb-overview-get-entity-by-number'.
10806         (wl-summary-auto-refile): Ditto.
10807
10808         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10809         `elmo-msgdb-overview-get-entity' instead of
10810         `elmo-msgdb-search-overview-entity'.  Use
10811         `elmo-msgdb-overview-get-entity' instead of
10812         `elmo-msgdb-overview-get-entity-by-number'.
10813         (wl-thread-insert-entity-sub): Ditto.
10814         (wl-thread-insert-message): Ditto.
10815
10816         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10817         `elmo-msgdb-overview-get-entity'.
10818         (wl-normal-message-redisplay): Ditto.
10819
10820 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10821
10822         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10823         `wl-thread-entities'.
10824         (wl-thread-delete-message): Fix remove top message from
10825         `wl-thread-entity-list'.
10826
10827         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10828         wl-append(nconc), because update-list is broken on Meadow.
10829
10830         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10831         updating process.
10832         (wl-summary-rescan): Ditto.
10833         (wl-summary-sync-update3): Ditto.
10834         * wl-thread.el (wl-thread-set-parent): Renamed from
10835         `wl-summary-set-parent'.
10836         (wl-thread-insert-message): Updating buffer faster.
10837         (wl-thread-delete-message): Updating buffer faster.
10838
10839         * wl-score.el (wl-summary-score-update-all-lines): Changed
10840         interval for display progress gauge.
10841
10842 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10843
10844         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10845         folder always-sticky.
10846         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10847         defmacro.
10848
10849 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10850
10851         * wl-vars.el (wl-draft-add-references): New user option.
10852
10853         * wl-draft.el (wl-draft-add-references): New function.
10854         (wl-draft-yank-from-mail-reply-buffer): Use it.
10855         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10856         as nil.
10857
10858 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10859
10860         * wl-thread.el (wl-thread-update-line-msgs): Called
10861         `wl-thread-update-line-on-buffer-sub'.
10862         (wl-thread-update-line-on-buffer): Delete routine of inserting
10863         thread.
10864         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10865         moved from `wl-thread-update-line-on-buffer'.
10866         Add threshold for displaying progress gauge.
10867         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10868         argument of `wl-thread-update-line-msgs'.
10869         Add threshold for displaying progress gauge.
10870         * wl-folder.el:
10871         Add threshold for displaying progress gauge.
10872         * wl-score.el: Ditto.
10873
10874         * wl-expire.el (wl-summary-expire): Display deleting info.
10875
10876 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10877
10878         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10879         `no-msg'.
10880         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10881         argument of `wl-thread-update-line-msgs'.
10882         (wl-summary-set-parent): Added optional argument `parent-number'.
10883         (wl-summary-buffer-saved-message): New buffer local variable.
10884         (wl-summary-save-current-message): New command.
10885         (wl-summary-yank-saved-message): Ditto.
10886         (wl-summary-mode-map): Added key binding for
10887         `wl-summary-save-current-message' (\ew) and
10888         `wl-summary-yank-saved-message' (\C-y).
10889         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10890
10891 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10892
10893         * wl-summary.el (wl-summary-mode-map): Added key binding for
10894         `wl-summary-set-parent' (ts).
10895
10896 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10897
10898         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10899         subject faster. If thread number is reverse, delayed updating
10900         thread.
10901         (wl-summary-search-by-subject): Ditto.
10902         (wl-summary-put-alike): Ditto.
10903         (wl-summary-get-alike): Ditto.
10904         (wl-summary-insert-headers): Insert header of all overview in
10905         buffer.
10906         (wl-summary-rescan): Delayed updating thread. Kill search subject
10907         buffer for wl-summary-search-by-subject.
10908         (wl-summary-sync-update3): Ditto.
10909         (wl-summary-exit): Ditto.
10910         (wl-summary-goto-bottom-of-current-thread): Change for linked
10911         thread.
10912         (wl-summary-overview-create-summary-line): Change line for linked
10913         thread.
10914
10915         * wl-summary.el (wl-summary-update-thread): Use
10916         wl-thread-maybe-get-children-num.
10917         (wl-summary-set-parent): If change parent, move sub thread.
10918         (wl-summary-redisplay-internal): Add horizontal recenter.
10919         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10920
10921         * wl-thread.el (wl-thread-entity-get-linked): New function.
10922         (wl-thread-entity-set-linked): New function.
10923         (wl-thread-create-entity): Add linked element.
10924         (wl-thread-entity-insert-as-top): Use wl-append.
10925         (wl-thread-maybe-get-children-num): If closing thread, return
10926         children msgs.
10927         (wl-thread-update-line-msgs): Displaying progress message.
10928         (wl-thread-update-line-on-buffer-sub): Use
10929         wl-thread-maybe-get-children-num.
10930         (wl-thread-update-line-on-buffer): If update line is not exists,
10931         insert thread.
10932         (wl-thread-delete-message): If delete top msg of thread, search
10933         parent by subject.
10934         (wl-thread-insert-entity): Use
10935         wl-thread-maybe-get-children-num.
10936
10937         * wl-highlight.el (wl-highlight-summary-current-line): change
10938         sregexp for linked thread.
10939         * wl-util.el (wl-count-lines): Count lines.
10940         (wl-horizontal-recenter): horizontal recenter.
10941         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10942         (wl-score-get-alike): Ditto.
10943         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10944         (wl-subject-length-limit): New variable.
10945         (wl-highlight-thread-indent-string-regexp): Changed for linked
10946         thread.
10947
10948 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10949
10950         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10951         New variable (revival).
10952         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10953         by subject matching if there's no in-reply-to nor references field
10954         (revival).
10955
10956 \f
10957 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10958
10959         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10960         message.
10961
10962 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10963
10964         * wl-summary.el (wl-summary-reply): Return t if there was a
10965         message at cursor point.
10966         Added unwind-protect.
10967         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10968         returns t.
10969         (wl-summary-cancel-message): Do nothing when there's no message at
10970         cursor point.
10971         (wl-summary-forward): Ditto.
10972         (wl-summary-jump-to-parent-message): Ditto.
10973         (wl-summary-reedit): Ditto.
10974         (wl-summary-edit-addresses): Ditto.
10975         (wl-summary-pipe-message): Ditto.
10976         (wl-summary-print-message-with-ps-print): Ditto.
10977         (wl-summary-print-message): Ditto.
10978         (wl-summary-mark-as-important): Ditto.
10979         (wl-summary-mark-as-unread): Ditto.
10980
10981         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10982         message at cursor point.
10983         (wl-summary-reply-with-citation): Remove unwind-protect.
10984
10985         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10986         subject searching feature.
10987         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10988         Eliminated.
10989
10990 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10991
10992         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10993         New variable.
10994         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10995         by subject matching if there's no in-reply-to nor references field.
10996
10997         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10998
10999         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11000         when display is finished.
11001         (wl-folder-open-all): Ditto.
11002         (wl-folder-update-access-group): Ditto.
11003         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11004         * wl-thread.el (wl-thread-close-all): Ditto.
11005
11006         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11007         progress gauge only when it was displayed.
11008         * wl-folder.el (wl-folder-insert-entity): Ditto.
11009
11010 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11011
11012         * wl-summary.el (wl-summary-incorporate): Enclose
11013         `wl-summary-sync-force-update' with save-excursion.
11014
11015 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11016
11017         * wl-summary.el (wl-summary-prefetch-region):
11018         Pass current cursor point to `pos-visible-in-window-p' after
11019         moving cursor to the started point.
11020
11021 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11022
11023         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11024
11025         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11026         fields from the forwarding message.
11027         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11028         `ignored-fields'.
11029
11030 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11031
11032         * wl-mime.el (wl-message-request-partial):
11033         Eliminated argument `msgdb'.
11034         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11035         (wl-mime-combine-message/partial-pieces): Likewise.
11036         * tm-wl.el (wl-message-request-partial): Likewise.
11037         (wl-mime-combine-message/partial-pieces): Likewise.
11038
11039 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11040
11041         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11042         when display is finished.
11043
11044 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11045
11046         * wl-summary.el (wl-summary-goto-folder-subr):
11047         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11048
11049 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11050
11051         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11052         when cursor point is visible.
11053
11054 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11055
11056         * wl-expire.el (wl-expire-archive-get-max-number):
11057         Don't use `file-name-directory'.
11058
11059 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11060
11061         * wl-expire.el (wl-expire-archive-get-max-number):
11062         Use `file-name-directory'.
11063
11064 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11065
11066         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11067         only when there is progress.
11068
11069 2000-04-13  Mito <mit@nines.nec.co.jp>
11070
11071         * wl-summary.el (wl-summary-sync-marks): Display progress.
11072
11073 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11074
11075         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11076         (wl-summary-prev): Move cursor regardless of unread status.
11077         (wl-summary-next): Ditto.
11078
11079 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11080
11081         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11082         Added argument `target' and `number'.
11083         * tm-wl.el (wl-summary-burst-subr): New function.
11084         (wl-summary-burst): Use it.
11085
11086 2000-04-10  Mito <mit@nines.nec.co.jp>
11087
11088         * wl-mime.el (wl-burst): New function.
11089         (wl-summary-burst): Use it.
11090
11091 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11092
11093         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11094         as petname when there's no candidate.
11095
11096 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11097
11098         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11099         New variable.
11100         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11101
11102         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11103
11104         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11105
11106 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11107
11108         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11109         Use substring of `original' instead of buffer-substring.
11110         (wl-refile-evaluate-rule):
11111         Set `original' argument of wl-refile-expand-newtext.
11112
11113         * wl-summary.el
11114         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11115         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11116         (wl-summary-auto-refile): Check existence of destination folder just
11117         before marking.
11118
11119 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11120
11121         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11122         when wl-refile-get-field-value return nil.
11123
11124 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11125
11126         * wl-refile.el
11127         (wl-refile-expand-newtext): New function imported from Gnus.
11128         (wl-refile-evaluate-rule): Use it.
11129
11130 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11131
11132         * wl-summary.el (wl-summary-print-destination):
11133         Duplicate folder string to avoid putting text-property on
11134         original string.
11135
11136         * wl-refile.el (wl-refile-get-field-value): New function.
11137         (wl-refile-evaluate-rule): New function;
11138         Evaluate refile rule recursively.
11139         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11140         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11141         New function; Check existence of a target folder recursively.
11142         (wl-summary-auto-refile-check-refile-rule-alist):
11143         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11144
11145 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11146
11147         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11148
11149         * wl-folder.el (wl-create-folder-entity-from-buffer):
11150         Fixed problem when '}' character is contained in folder name.
11151
11152         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11153
11154 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11155
11156         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11157         (wl-fldmgr-add-completion-all-completions):
11158         Use wl-fldmgr-add-completion-hashtb.
11159
11160 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11161
11162         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11163         wl-fldmgr-add-completion-subr): New functions.
11164         * wl-folder.el (wl-folder-completion-func): New variable.
11165         * wl-summary.el (wl-summary-read-folder):
11166         Use wl-folder-completion-func.
11167
11168         * wl-refile.el: Eliminate throw & catch.
11169
11170         * wl.el (wl-plugged-sending-queue-status): Fixed.
11171
11172 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11173
11174         * wl-draft.el (wl-draft): Put category property on
11175         mail-header-separator.