* wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use `function' for lambda.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
4         `function' for lambda.
5
6         * wl.el (wl-plugged-server-indent): Change from macro to function.
7
8         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
9
10         * wl-draft.el (wl-draft-config-body-goto-header)
11         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
12         macro to function.
13
14         * wl-score.el (wl-score-get-alike): Change from macro to
15         inline-function.
16
17         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
18         instead of `mapcar'. Don't use `function' for lambda.
19         (wl-read-search-condition-internal): Don't use `function' for
20         lambda.
21         (wl-kill-buffers): Change from macro to function.
22         (wl-count-lines): Change from macro to inline-function.
23
24         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
25
26         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
27
28         * wl.el (wl-plugged-change): Suppress compile warnings; Use
29         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
30         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
31         * wl-address.el (wl-complete-window-show): Ditto.
32         * wl-message.el (wl-message-select-buffer): Ditto.
33         * wl-template.el (wl-template-show): Ditto.
34         * wl-util.el (wl-collect-summary): Ditto.
35         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
36         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
37         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
38         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
39         (wl-score-edit-insert-number): Ditto.
40
41         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
42         symbol.
43
44         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
45         of `goto-line'.
46
47         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
48
49 2009-12-16  Lloyd Zusman <ljz@asfast.com>
50
51         * wl-summary.el (wl-summary-detect-mark-position): Force
52         the temporary buffer to enable the use of multibyte characters
53         within searches [wl-en:2460].
54
55 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
56
57         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
58         of `beginning-of-buffer'.
59
60 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
61
62         * wl-summary.el (wl-summary-display-raw): New function, display
63         message in raw format.
64
65 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
66
67         * Version number is increased to 2.15.7.
68
69 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
70
71         * wl-summary.el (wl-summary-previous-message-number): New function.
72         (wl-summary-next-message-number): Ditto.
73         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
74         `wl-summary-next-message-number'.
75         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
76         Inline temporary variable `cur-id'.
77         (wl-summary-get-next-unread-folder): Ditto.
78         (wl-summary-get-next-folder): Ditto.
79         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
80
81 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
82
83         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
84
85 2008-09-05  Kenichi Okada  <okada@opaopa.org>
86
87         * wl-summary.el (wl-summary-buffer-folder-name)
88         (wl-draft-config-body-goto-header): Use backquote instead of quote.
89         * wl-draft.el (wl-draft-body-goto-top)
90         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
91
92 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
93
94         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
95         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
96
97 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
98
99         * wl-expire.el: Fix Comentary section.
100
101 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
102
103         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
104         Require mime-parse, elmo-mime, and wl-util.
105
106         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
107
108         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
109
110 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
111
112         * wl-template.el: Require elmo-util and wl-vars.
113
114         * wl-mime.el (wl-mime-display-header): Revert last change.
115         Remove `delete-matching-lines "^$"'.
116
117 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
118
119         * wl-mime.el (wl-define-dummy-functions): Split
120         `eval-when-compile' form for avoid error; when `make
121         compile-strict.
122
123         * wl-util.el: Move (eval-when-compile (require 'static)).
124         * wl-dnd.el: Add (eval-when-compile (require 'static)).
125         * wl-message.el: Ditto.
126
127         * wl-mime.el (wl-message-delete-current-part): Use
128         `insert-buffer-substring' instead of `insert-buffer'.
129         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
130         * wl-draft.el (wl-draft-generate-clone-buffer)
131         (wl-draft-do-mime-bcc): Ditto.
132
133         * wl-address.el: Add (eval-when-compile (require 'cl)).
134         * wl-addrmgr.el: Ditto.
135         * wl-mime.el: Ditto.
136         * wl-util.el: Ditto.
137         * wl-score.el: Ditto.
138
139 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
140
141         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
142         `string-to-int'.
143
144         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
145         `string-to-int'.
146
147         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
148         `string-to-number' instead of `string-to-int'.
149
150         * wl-summary.el (wl-summary-get-list-info)
151         (wl-summary-message-number): Use `string-to-number' instead of
152         `string-to-int'.
153
154         * wl-score.el (wl-score-overview-entity-get-lines)
155         (wl-score-set-mark-below, wl-score-set-expunge-below)
156         (wl-summary-increase-score, wl-score-get-header-entry): Use
157         `string-to-number' instead of `string-to-int'.
158
159         * wl-folder.el (wl-folder-update-diff-line): Use
160         `string-to-number' instead of `string-to-int'.
161
162         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
163         instead of `string-to-int'.
164
165         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
166         instead of `string-to-int'.
167
168         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
169         `string-to-int'.
170
171 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
172
173         * wl-util.el (wl-match-string, wl-match-buffer)
174         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
175         (wl-kill-buffers, wl-local-variable-p)
176         (wl-line-formatter-setup): New backquote style.
177         (wl-count-lines): Use quote instead of backquote.
178
179         * wl-summary.el (wl-summary-buffer-folder-name)
180         (wl-summary-get-alike): Use quote instead of backquote.
181         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
182         backquote style.
183
184         * wl-message.el (wl-message-buffer-cache-buffer-get)
185         (wl-message-buffer-cache-folder-get)
186         (wl-message-buffer-cache-message-get)
187         (wl-message-buffer-cache-entry-make)
188         (wl-message-buffer-cache-hit): New backquote style.
189
190         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
191         backquote.
192         (wl-folder-unread-regex, wl-folder-entity-exists-p)
193         (wl-folder-clear-entity-info)
194         (wl-folder-get-entity-info, wl-folder-set-entity-info)
195         (wl-folder-elmo-folder-cache-get)
196         (wl-folder-elmo-folder-cache-put): New backquote style.
197
198         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
199         (wl-fldmgr-assign-id): Ditto.
200         (wl-fldmgr-delete-line): Use quote instead of backquote.
201         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
202
203         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
204         (wl-draft-set-sent-message): New backquote style.
205         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
206         (wl-draft-config-body-goto-header): Use quote instead of backquote.
207
208 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
209
210         * wl-address.el (wl-address-concat-token): Fix typo.
211
212 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
213
214         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
215         (wl-score-get-alike): Ditto.
216
217         * wl-vars.el: New backquote style.
218         (wl-message-header-button-alist): Use quote instead of backquote.
219
220         * wl.el (wl-plugged-string): New backquote style.
221
222         * wl-address.el (wl-address-concat-token): New backquote style.
223
224         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
225
226 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
227
228         * wl-highlight.el (wl-highlight-folder-opened-regexp)
229         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
230
231         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
232         in the character alternative.
233
234 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
235
236         * Version number is increased to 2.15.6.
237
238 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
239
240         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
241         optional 3rd argument of epg-context-set-progress-callback; it was
242         temporarily removed in the Emacs trunk due to copyright problem.
243         (wl-mime-pgp-verify-region-with-epg): Ditto.
244
245 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
246
247         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
248
249 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
250
251         * wl-util.el (wl-biff-check-folders): Set biff flag.
252         (from Naoto Morishima [wl:14031])
253
254 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
255
256         * wl.el (wl-plugged-server-indent): Use quote instead of
257         backquote.
258
259 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
260
261         * wl-score.el (wl-score-insert-header): Add guard for
262         `std11-unfold-string'.
263         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
264         TYPE artgument when TO or CC field.
265
266 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-summary.el (wl-summary-goto-folder-subr): Call
269         `elmo-folder-close' instead of `elmo-folder-commit' if discard
270         current summary.
271
272 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
273
274         * wl-util.el (wl-read-shell-commande): New function or alias.
275
276         * wl-summary.el (wl-summary-pipe-message): Use
277         `wl-read-shell-command' instead of `read-string'.
278         (wl-summary-target-mark-pipe): Ditto.
279
280 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-summary.el (wl-summary-reply): Fix docstring.
283         * wl-draft.el (wl-draft-reply): Ditto.
284
285 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
286
287         * wl-mime.el (wl-summary-extract-attachments): New command.
288         (wl-summary-extract-attachments-1): New internal function.
289
290 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-expire.el (wl-expire-folder): New function (split from
293         wl-summary-expire).
294         (wl-summary-expire): Use it. Add argument `all' instead of remove
295         `nolist'. Cause an error only if this function is calling
296         interactively.
297
298 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-expire.el (wl-expire-refile): Display progress message.
301         (wl-summary-expire): Simplify.
302
303         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
304         unused argument `deleting-info'.
305
306 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-vars.el (wl-message-popup-buffers): New user option.
309
310         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
311         (wl-message-delete-popup-windows): New function that substitues
312         above one.
313         (wl-mime-setup): Follow the above change.
314
315 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
316
317         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
318
319 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
320
321         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
322         "tkm" to wl-thread-spam.
323
324 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
325
326         * wl-thread.el (wl-thread-entity-insert-as-children): Use
327         wl-thread-entity-set-children.
328         (wl-thread-insert-message, wl-thread-insert-entity-sub,
329         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
330         Use wl-thread-entity-get-*.
331
332 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-mime.el (wl-epg-progress-callback): New function.
335         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
336         with `elmo-with-progress-display'. Set a progress callback
337         function to epg-context.
338         (wl-mime-pgp-verify-region-with-epg): Ditto.
339
340 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-util.el (wl-completing-read-multiple): Define as an alias of
343         `completing-read-multiple' if emacs-version is not less than 22.
344
345 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
348         change.
349
350 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-summary.el (wl-summary-sync-update): Move
353         `wl-thread-update-indent-string-thread' to outside of
354         `elmo-with-progress-display'.
355
356 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
357
358         * wl-message.el (wl-message-exit): Check buffer existence.
359
360 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-util.el (wl-simple-display-progress): New function.
363         (wl-display-progress-with-gauge): Ditto.
364         (wl-progress-callback-function): Ditto.
365
366         * wl.el (wl-init): Set `elmo-progress-callback-function' as
367         `wl-progress-callback-function'
368
369         * wl-vars.el (wl-display-progress-threshold): New user option.
370         (wl-display-progress-function): Ditto.
371
372         * Version number is increased to 2.15.5.
373
374 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * wl-thread.el (wl-thread-close-children): New function.
377         (wl-thread-open-children): Ditto.
378         * wl-action.el (wl-summary-set-mark): Redo the last change by
379         using it.
380
381         * wl-action.el (wl-summary-set-mark): Undo the last change.
382         Forbid interactive call.
383
384 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-mime.el (wl-define-dummy-functions): New macro.
387         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
388         `wl-mime-pgp-decrypt-region'.
389         (wl-mime-pgp-verify-region-with-epg): Renamed from
390         `wl-mime-pgp-verify-region'.
391         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
392         `wl-mime-pgp-decrypt-region'.
393         (wl-mime-pgp-verify-region-with-pgg): Renamed from
394         `wl-mime-pgp-verify-region'.
395         (wl-mime-pgp-decrypt-region): New function; To select dispatch
396         function at runtime.
397         (wl-mime-pgp-verify-region): Ditto.
398
399         * wl-vars.el (wl-use-pgp-module): New user option.
400
401 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
402
403         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
404         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
405
406 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
407
408         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
409         even if there are target marks only.
410
411 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * Version number is increased to 2.15.4.
414
415 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-folder.el (wl-folder-check-one-entity): Simplify.
418
419 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
422         variable.
423
424 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
425
426         * wl-spam.el (wl-thread-test-spam): New function.
427         (wl-spam-setup): Bind "tkc".
428
429 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-expire.el (wl-folder-expire-entity): Rewite without
432         `wl-summary-goto-folder-subr'.
433         (wl-folder-expire-current-entity): Don't kill summary buffer.
434
435 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-folder.el (wl-folder-sync-entity): Rewrite without
438         `wl-summary-goto-folder-subr'.
439         (wl-folder-mark-as-read-all-entity): Likewise.
440
441         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
442
443 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
444
445         * wl-thread.el (wl-thread-force-open): Arranged.
446
447 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
448
449         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
450         from regexp.
451
452         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
453         (wl-read-search-condition-internal): Append them.
454
455 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-vars.el (wl-additional-search-condition-fields):
458         New user option.
459
460         * wl-util.el (wl-search-condition-fields): New function; export
461         from `wl-read-search-condition-internal'.
462         (wl-read-search-condition-internal): Use it.
463
464         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
465
466 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-summary.el (wl-summary-define-sort-command): New function.
469         (wl-summary-sort-by-date, wl-summary-sort-by-number)
470         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
471         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
472         define by `wl-summary-define-sort-command' at runtime.
473
474         * wl.el (wl-init): Call wl-summary-define-sort-command.
475
476 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
479         properties at the decrypting region.
480
481 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
482
483         * wl-util.el (wl-find-region): New function.
484
485         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
486         coding system.
487         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
488         property `wl-mime-decoded-coding-system'.
489         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
490         property `wl-mime-decoded-coding-system' to encode text.
491
492         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
493         message.
494         (wl-mime-pgp-verify-region): Ditto.
495
496 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
497
498         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
499         buffer. Use epa-display-verify-result.
500
501 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
502
503         * wl-draft.el (wl-draft-send): Continue even if setting parent
504         flag was failed.
505
506 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-message.el (wl-message-flag-indicator): Fixed the problem
509         of returning string only of parentheses.
510
511 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-summary.el (wl-summary-write): Add argument `folder'.
514         (wl-summary-write-current-folder): Change argument `folder' from
515         optional to require.
516         (wl-summary-get-buffer): Return the buffer associated folder only.
517
518         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
519         change.
520         (wl-folder-toggle-disp-summary): Ditto.
521
522         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
523         current summary as parent-folder.
524
525 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
526
527         * wl-draft.el (wl-draft-reedit): Don't overwrite
528         wl-draft-parent-folder.
529
530 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
531
532         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
533         (wl-mime-pgp-verify-region): Ditto.
534         (wl-message-decrypt-pgp-nonmime): Use the above function.
535         (wl-message-verify-pgp-nonmime): Likewise.
536         (wl-mime-preview-application/pgp): Likewise.
537
538 2006-04-20  Kenichi Okada  <okada@opaopa.org>
539
540         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
541         Fix about the order of `wl-nntp-posting-port' and
542         `wl-nntp-posting-stream-type'.
543         * wl.el (wl-plugged-port-label-alist): Add smtp.
544
545 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-summary.el (wl-summary-message-status): New macro.
548
549         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
550         (wl-summary-killed-mark): New user option.
551
552         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
553         API change.
554         (wl-thread-insert-entity-sub): Ditto.
555         (wl-thread-recover-messages): New command.
556
557         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
558         Don't call `wl-highlight-summary-current-line' directly.
559         (wl-summary-buffer-attach): Connect to signal `status-changed'
560         instead of `cache-changed'.
561         (wl-summary-buffer-detach): Follow the above change.
562         (wl-summary-detect-mark-position): Follow the API change.
563         (wl-summary-rescan-message): Ditto.
564         (wl-summary-insert-sequential): Ditto.
565         (wl-summary-update-thread): Ditto.
566         (wl-summary-message-mark): Ditto.
567         (wl-summary-persistent-mark): Ditto.
568         (wl-summary-create-line): Ditto.
569         (wl-summary-prefetch-region-no-mark): Call
570         `wl-summary-persistent-mark' with number.
571         (wl-summary-recover-messages-region): New command.
572         (wl-summary-target-mark-recover): Ditto.
573         (wl-summary-recover-message): Ditto.
574         (wl-summary-persistent-mark-string): Add argument `status' instead
575         of remove arguments `flags' and `cached'.  Treat killed status.
576         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
577
578         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
579         (wl-highlight-summary-line-face-spec): Treat killed status.
580         (wl-highlight-summary-line-string): Follow the API change.
581         (wl-highlight-summary-current-line): Ditto.
582
583         * Version number is increased to 2.15.3.
584
585 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
588         of symbolp to test whether the condition is function.
589
590 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
591
592         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
593         to nil.
594
595 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-summary.el (wl-summary-buffer-message-ring): New internal
598         variable.
599         (wl-summary-buffer-last-displayed-msg): Abolish.
600         (wl-summary-push-message): New function.
601         (wl-summary-pop-message): Ditto.
602         (wl-summary-goto-folder-subr): Reset
603         `wl-summary-buffer-message-ring'.
604         (wl-summary-pop-to-last-message): New command.
605         (wl-summary-goto-last-displayed-msg): Call
606         wl-summary-pop-to-last-message if optional argument is non-nil or
607         the last command is itself.
608         (wl-summary-redisplay-internal): Push last message number into
609         `wl-summary-buffer-message-ring'.
610
611         * wl-vars.el (wl-summary-message-ring-max): New user option.
612
613 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
616         from `wl-draft-reply').
617         (wl-draft-reply): Use it.
618         (wl-draft-find-reply-headers): Avoid compile warning.
619
620 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
623
624 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-message.el (wl-message-flag-indicator): New function.
627         (wl-message-redisplay): Use it.
628
629 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
630
631         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
632
633 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
636         instead of `read-event'.
637
638         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
639
640         * wl-mule.el (wl-read-event-char): Ditto.
641
642         * wl-e21.el (wl-read-event-char): Ditto.
643
644 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
645
646         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
647
648 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-vars.el (wl-draft-send-confirm-type): New user option.
651
652         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
653
654         * wl-draft.el (wl-draft-send-confirm): Confirmation by
655         `wl-draft-send-confirm-type'
656
657 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
660         Avoid error when the buffer name is already used.
661
662 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
665         the change of elmo-nmz -> elmo-search.
666         (wl-highlight-summary-line-help-echo-alist): Ditto.
667         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
668         (wl-nmz-folder-icon): Define as obsolete.
669         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
670         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
671
672 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * wl-summary.el (wl-summary-get-list-info): Rewrite with
675         `elmo-find-list-match-value'
676
677 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
678
679         * wl-summary.el (wl-summary-get-list-info): Optimize.
680         Use List-Id and List-Post also.
681
682 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
685
686 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
687
688         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
689
690 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-util.el (wl-completing-read-multiple-1): New internal function.
693         (wl-completing-read-multiple-2): Ditto.
694         (wl-completing-read-multiple): Define use above functions.
695
696         * wl-summary.el (wl-summary-sort): Removed the workaround for a
697         bug of `completing-read-multiple' about default value.
698
699         * wl-xmas.el (wl-completing-read-multiple): Removed.
700
701         * wl-mule.el (wl-completing-read-multiple): Ditto.
702
703         * wl-e21.el (wl-completing-read-multiple): Ditto.
704
705 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-util.el (wl-filter-associations): New function.
708
709         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
710         (wl-spam-ignored-folder-list): Ditto.
711         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
712         (wl-spam-string-member-p): New function.
713         (wl-spam-domain): Use it.
714         (wl-spam-split-numbers): New function.
715         (wl-spam-apply-partitions): Ditto.
716         (wl-spam-register-spam-messages): Use `folder' instead of
717         `wl-summary-buffer-elmo-folder'.
718         (wl-spam-register-good-messages): Ditto.
719         (wl-summary-exec-action-spam): Decide a domain by real folder of
720         message.
721         (wl-summary-exec-action-refile-with-register): Likewise.
722
723 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-e21.el (wl-e21-find-image): New function.
726         (wl-e21-setup-toolbar): Use it instead of `find-image'.
727         (wl-e21-highlight-folder-group-line): Ditto.
728         (wl-folder-init-icons): Ditto.
729         (wl-plugged-init-icons): Ditto.
730         (wl-biff-init-icons): Ditto.
731
732 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
735         (wl-inhibit-save-drafts): New internal variable.
736         (wl-disable-auto-save): Ditto.
737         (wl-save-drafts): Treat above variables.
738         (wl-auto-save-drafts): New function.
739         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
740         `wl-stop-save-drafts'.
741         (wl-start-save-drafts): New function.
742         (wl-stop-save-drafts): Ditto.
743         (wl-set-auto-save-draft): New command.
744
745         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
746         `wl-set-save-drafts'.
747
748 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
751         `make-local-variable' instead of `make-variable-buffer-local'.
752
753 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
754
755         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
756
757 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
758
759         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
760
761 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
764         of working buffer.
765
766 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
769
770         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
771         value into recipients; Bind `wl-draft-remove-group-list-contents'
772         as nil.
773
774 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
775
776         * wl-summary.el (wl-summary-sort): Fixed the last change.
777
778         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
779         (wl-summary-sort-messages): Ditto.
780         (wl-summary-rescan): Use it.
781         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
782         `completing-read'; Append candidates for reverse order.
783
784 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * Version number is increased to 2.15.2.
787
788 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
789
790         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
791         "Smaller".
792         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
793
794 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
795
796         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
797
798 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-vars.el (wl-draft-additional-header-alist): Add into the
801         customize group `wl-draft'.
802         (wl-draft-add-in-reply-to): Move customize group from `wl' to
803         `wl-draft'.
804         (wl-draft-add-references): Ditto.
805
806         * wl-action.el (wl-summary-print-argument): Rename argument from
807         `folder' to `data'.
808
809 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-summary.el (wl-summary-rescan-message): Call
812         `wl-thread-cleanup-symbols' before insert thread.
813
814 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl.el (wl-init): Set `elmo-get-folder-function' as
817         `wl-folder-make-elmo-folder'.
818
819         * wl-spam.el (wl-summary-exec-action-spam): Use
820         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
821
822         * wl-folder.el (wl-folder-make-elmo-folder): New function.
823         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
824         `elmo-make-folder'.
825         (wl-folder-get-elmo-folder): Ditto.
826         (wl-folder-create-subr): Simplify.
827
828 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
831
832 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
835         contents in message buffer instead of original buffer. If optional
836         argument specified, ask coding system for encode.
837
838 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
839
840         * wl-spam.el (wl-summary-test-spam-region): New function.
841         (wl-spam-setup): Bind "rkc".
842
843 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
846
847 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
848
849         * wl-spam.el (wl-summary-test-spam): Fix typo.
850         (wl-message-check-spam): Ditto.
851
852 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
853
854         * wl-summary.el (wl-summary-default-from): Simplify.
855
856 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
857
858         * wl-action.el (wl-summary-exec-action-refile): Simplify.
859         (wl-summary-exec-action-copy): Ditto.
860         (wl-summary-auto-refile): Check existence of temporary mark.
861
862 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-summary.el (wl-summary-create-line): Use
865         `elmo-time-to-datevec'.
866
867         * wl-expire.el (wl-expire-archive-date): Ditto.
868         (wl-expire-localdir-date): Ditto.
869
870         * wl-util.el (wl-day-number): Abolish.
871
872         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
873         of `wl-day-number'.
874         (wl-score-followup): Ditto.
875         (wl-score-add-followups): Ditto.
876         (wl-score-get-latest-msgs): Ditto.
877         (wl-score-get-header-entry): Ditto.
878         (wl-score-edit-insert-date): Ditto.
879
880 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
883         `elmo-message-entity-field' with 2nd argument `type'.
884
885 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
886
887         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
888
889 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-thread.el (wl-thread-delete-message): Delete descendant
892         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
893
894 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
895
896         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
897
898 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
901         `Access folder'.
902
903 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-vars.el (wl-access-folder-icon): New user option.
906
907         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
908         `Access folder'.
909
910 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
911
912         * wl-summary.el (wl-summary-buffer-set-folder): Use
913         `wl-folder-mime-charset'.
914
915         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
916         `mime-charset'.
917         (wl-folder-get-elmo-folder): Ditto.
918         (wl-folder-mime-charset): New function.
919
920 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-util.el (wl-parse-addresses): Define alias of
923         `elmo-parse-addresses' (move to `elmo-util.el').
924
925         * wl-summary.el (wl-summary-default-from): Follow the API change.
926         (wl-summary-overview-entity-compare-by-date): Ditto.
927         (wl-summary-overview-entity-compare-by-from): Ditto.
928         (wl-summary-get-list-info): Get value of `ml-info' field from
929         entity at first.
930         (wl-summary-rescan-message): Treat prefix argument.
931         (wl-summary-prefetch-msg): Follow the API change.
932         (wl-summary-search-by-subject): Ditto.
933         (wl-summary-insert-thread): Ditto.
934         (wl-summary-line-subject): Ditto.
935         (wl-summary-line-from): Ditto.
936         (wl-summary-create-line): Ditto.
937         (wl-summary-print-message-with-ps-print): Ditto.
938
939         * wl-score.el (wl-score-ov-entity-get): Ditto.
940         (wl-score-followup): Ditto.
941         (wl-score-add-followups): Use `elmo-message-entity-field' instead
942         of `car'.
943         (wl-score-get-latest-msgs): Follow the API change.
944         (wl-score-get-header): Ditto.
945
946         * wl-refile.el (wl-refile-learn): Ditto.
947         (wl-refile-subject-learn): Ditto.
948         (wl-refile-get-field-value): Ditto.
949         (wl-refile-guess-by-history): Ditto.
950         (wl-refile-guess-by-subject): Ditto.
951
952         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
953
954         * wl-expire.el (wl-expire-date-p): Removed.
955         (wl-expire-archive-date): Follow the API change.
956         (wl-expire-localdir-date): Ditto.
957         (wl-summary-expire): Ditto.
958
959         * Version number is increased to 2.15.1.
960
961 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
962
963         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
964         group is access or not (it is not strict, like wl-fldmgr-rename).
965
966 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
967
968         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
969         duplicate call of `wl-summary-print-argument' on the wrong line.
970
971 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
972
973         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
974         even if argument `number' is nil.
975         (wl-summary-insert-line): Print action argument if current message
976         has it.
977
978 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
981         (wl-draft-reply): Ditto.
982         (wl-draft): Add optional argument `parent-number' and call
983         `wl-draft-create-buffer' with it.
984         (wl-draft-create-buffer): Add optional argument
985         `parent-number'. Set wl-draft-parent-number as it.
986
987 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
988
989         * wl-folder.el (wl-folder-set-persistent-mark): If summary
990         buffer is not for given folder, don't use it.
991
992 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
993
994         * Version number is increased to 2.15.0.
995
996 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
999
1000         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1001         (wl-highlight-get-face-by-name): New internal function.
1002         (wl-highlight-summary-line-face-spec): Use it and fixed.
1003
1004 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-summary.el (wl-summary-sync-update): Use
1007         `elmo-message-entity-field' instead of `car' to get message-id
1008         from overview entity.
1009
1010         * wl-summary.el (wl-summary-rescan-message): Call
1011         `wl-highlight-summary-displaying' when displaying a message.
1012
1013 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1014
1015         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1016         `wl-draft-config-info-operation'.
1017         (wl-draft-buffer-change-number): New function.
1018         (wl-draft-rename-saved-config): Ditto.
1019         * wl.el (wl-init): Connect slot for message-number-changed.
1020         (toplevel): Add autoload for wl-draft-rename-saved-config.
1021
1022 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1025         `update-overview'
1026         (wl-summary-buffer-detach): Disconnect from it.
1027         (wl-summary-rescan-message): Use command.
1028
1029         * wl-message.el (wl-message-buffer-display): Use
1030         `with-current-buffer' instead of `save-excursion'.
1031
1032 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1035         wl-draft-preview-attributes-list from distraction.
1036
1037 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1038
1039         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1040         `elmo-list-diff'.
1041
1042 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1043
1044         * wl-summary.el
1045         (wl-summary-edit-addresses-collect-candidate-fields): Use
1046         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1047
1048         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1049         instead of `elmo-set-work-buf'.
1050
1051         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1052         (wl-address-make-address-list): Ditto.
1053
1054         * Version number is increased to 2.13.3.
1055
1056 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1057
1058         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1059         user option.
1060
1061         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1062         argument `5'.
1063
1064         * wl-message.el (wl-message-display-no-merge-p): New function.
1065         (wl-message-buffer-display): Check whether the message is
1066         reassembled and follow the API change.
1067
1068 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1071         multibyte on working buffer and removed unnecessary
1072         `buffer-disable-undo'.
1073
1074 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1077         change.
1078
1079 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1080
1081         * wl-util.el (wl-read-search-condition-internal): Protect
1082         elmo-global-flags from distraction.
1083
1084 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1087
1088         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1089         (wl-summary-event-handler): Ditto.
1090         (wl-summary-update-persistent-mark-on-event): New
1091         function (renamed from `elmo-event-handler-flag-changed').
1092         (wl-summary-buffer-attach): New function.
1093         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1094         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1095         instead of `elmo-folder-add-handler'.
1096
1097         * Version number is increased to 2.13.2.
1098
1099 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1102         and "\177" to the `wl-news-previous-page'.
1103         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1104         (wl-news-previous-page): New function.
1105
1106 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1109         instead of `write-region' and simplify.
1110
1111 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-template.el (wl-template-select): Cause error if
1114         `wl-template-alist' is nil.
1115
1116 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1117
1118         * wl-news.el.in: Set file variable `no-byte-compile'.
1119
1120 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1123         whether a target message is within displaying area.
1124         (elmo-event-handler-cache-changed): Ditto.
1125
1126 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1127
1128         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1129         to `defun'.  Use `nconc' instead of `append' to collect descendant
1130         message numbers.
1131
1132 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1133
1134         * wl-thread.el (wl-thread-save-top-list)
1135         (wl-thread-save-entities): Use `with-temp-buffer'.
1136         * wl-news.el.in (wl-news-previous-version-load):
1137         (wl-news-previous-version-save): Ditto.
1138         * wl-summary.el (wl-summary-load-file-object)
1139         (wl-summary-save-view-cache): Ditto.
1140
1141 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-util.el (toplevel): Require 'elmo-flag'.
1144         (wl-read-search-condition): New function (Renamed from
1145         `elmo-read-search-condition').
1146         (wl-read-search-condition-internal): Likewise.
1147
1148         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1149         invalid.
1150         (wl-summary-pick): Use `wl-read-search-condition' instead of
1151         `elmo-read-search-condition'.
1152         (wl-summary-virtual): Ditto.
1153
1154         * wl-folder.el (wl-folder-virtual): Ditto.
1155         (wl-folder-pick): Ditto.
1156
1157         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1158
1159 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-summary.el (wl-summary-reedit): Call
1162         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1163
1164 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-mime.el (toplevel): Require wl-vars.
1167
1168         * wl-message.el (toplevel): Require cl at compile.
1169
1170         * wl-draft.el (toplevel): Require elmo.
1171
1172 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1173
1174         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1175         and do nothing when it is not positive.
1176         (wl-message-buffer-prefetch-next): Ditto.
1177
1178 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1179
1180         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1181         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1182         (wl-summary-redisplay-internal): Ditto.
1183
1184         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1185         message (the condition is borrowed from `wl-check-variables-2').
1186         (wl-summary-redisplay-internal): Ditto.
1187
1188 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1189
1190         * wl-mime.el (wl-draft-nntp-attribute): New function.
1191         (wl-draft-attribute-nntp-posting-server): Use it.
1192         (wl-draft-attribute-nntp-posting-port): Ditto.
1193
1194         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1195         (wl-draft-show-attributes-buffer): Ditto.
1196         (wl-draft-hide-attributes-buffer): Ditto.
1197         (wl-draft-attribute-newsgroups): Ditto.
1198         (wl-draft-attribute-nntp-posting-server): Ditto.
1199         (wl-draft-attribute-nntp-posting-port): Ditto.
1200         (wl-draft-preview-message): Use there functions.
1201
1202         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1203         value.
1204
1205 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1206
1207         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1208         (wl-draft-reedit): Ditto.
1209         (wl-draft-queue-flush): Ditto.
1210
1211         * wl-mime.el (wl-message-request-partial): Ditto.
1212         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1213         instead of `elmo-message-fetch'.
1214
1215         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1216
1217         * wl-summary.el (wl-summary-message-string): Ditto.
1218
1219 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-util.el (wl-current-message-buffer): Follow the API change.
1222
1223         * wl-summary.el (wl-summary-redisplay-internal): Call
1224         `wl-summary-mark-as-read' with 2nd argument as nil and update
1225         unread count instead of persistent mark.
1226
1227         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1228         variable.
1229         (wl-message-redisplay): Follow the API change.
1230         (wl-message-buffer-display): Managed mime-entity directly and
1231         return preview buffer only.
1232         (wl-message-display-internal): Rewrite.
1233         (wl-message-buffer-prefetch-subr): Not save return value of
1234         `wl-message-buffer-display'.
1235
1236         * Version number is increased to 2.13.1.
1237
1238 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1241         'elmo-multiple-fields-body-list' with boundary specified.
1242
1243 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1244
1245         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1246         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1247         cache if `wl-summary-resend-use-cache' is non-nil.
1248
1249 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1250
1251         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1252         (wl-nntp-posting-stream-type): Ditto.
1253
1254 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1255
1256         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1257
1258 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1259
1260         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1261         message.
1262
1263 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1266         Abolish.
1267         (wl-summary-buffer-persistent-mark-version): New internal
1268         variable.
1269         (wl-summary-update-mark-and-highlight-window): Check by
1270         wl-summary-persistent-mark-invalid-p.
1271         (wl-summary-update-status-marks): Ditto.
1272         (elmo-event-handler-flag-changed): Rewrite.
1273         (elmo-event-handler-cache-changed): Define.
1274         (wl-summary-prefetch-msg): Does not update persistent mark here.
1275         (wl-summary-delete-cache): Ditto.
1276         (wl-summary-resume-cache-status): Ditto.
1277         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1278         (wl-summary-persistent-mark-invalid-p): New function.
1279         (wl-summary-validate-persistent-mark): Ditto.
1280         (wl-summary-validate-persistent-mark-string): Ditto.
1281         (wl-summary-invalidate-persistent-mark): Ditto.
1282         (wl-summary-update-persistent-mark): Call
1283         `wl-summary-validate-persistent-mark'.
1284         (wl-summary-create-line): Call
1285         `wl-summary-validate-persistent-mark-string'.
1286
1287         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1288         status as t if cache used.
1289
1290 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1291
1292         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1293         only if the target is group.
1294         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1295
1296 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1297
1298         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1299
1300 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1301
1302         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1303
1304         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1305
1306 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1309         (Thanks to Yoichi NAKAYAMA).
1310
1311 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-util.el (wl-save-drafts): Restore echo area.
1314
1315 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1316
1317         * Version number is increased to 2.13.0.
1318
1319         * wl-util.el (wl-biff-check-folder-async): Use
1320         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1321
1322 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-message.el (wl-message-display-internal): Does not put
1325         wl-message-display-type property on message buffer.
1326         (wl-message-buffer-display-type): New function.
1327
1328         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1329
1330         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1331         `wl-summary-buffer-detach'.
1332         (wl-summary-message-display-type): Use
1333         `wl-summary-buffer-display-type'.
1334
1335 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1338         buffer-local.
1339
1340         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1341         kill-buffer-hook instead of make-local-variable.
1342         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1343
1344 2004-12-12  Scott Renfro <scott@renfro.org>
1345
1346         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1347         regex for square-branket.
1348
1349 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1352         `wl-message-mime-analysis-p' with argument `header'.
1353
1354 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1355
1356         * wl-mime.el (wl-draft-yank-current-message-entity): 
1357         Switch to no-mime following method according to wl-message-display-type
1358         property.
1359         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1360
1361         * wl-message.el (wl-message-display-internal): 
1362         Put wl-message-display-type property on message buffer.
1363
1364         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1365         (wl-message-display-internal): Ditto;
1366
1367         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1368
1369 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * wl-message.el (wl-message-make-display-type): New function.
1372         (wl-message-display-type-property): Ditto.
1373         (wl-message-mime-analysys-p): Ditto.
1374         (wl-message-display-all-header-p): Ditto.
1375         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1376         added `display-type'.
1377         (wl-message-buffer-display): Likewise.
1378         (wl-message-display-internal): Likewise.
1379         (wl-message-buffer-display-type): Abolish.
1380         (wl-message-buffer-prefetch-subr): Follow the API changed.
1381
1382         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1383         from wl-summary-buffer-display-all-header and changed default value.
1384         (wl-summary-message-display-type): New function.
1385         (wl-summary-buffer-display-mime-mode): Ditto.
1386         (wl-summary-buffer-display-header-mode): Ditto.
1387         (wl-summary-toggle-mime): Rewrite with above functions.
1388         (wl-summary-toggle-all-header): Ditto.
1389         (wl-summary-redisplay): Force redisplay with default mode.
1390         (wl-summary-redisplay-internal): Renamed argument from `mode',
1391         `all-header' to `mime-mode', `header-mode'.
1392         Use `wl-message-make-display-type'.
1393
1394         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1395         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1396
1397 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1398
1399         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1400
1401 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1402
1403         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1404         in original message buffer.
1405         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1406         buffer.
1407
1408 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1409
1410         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1411
1412 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1413
1414         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1415
1416 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1417
1418         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1419         when actions succeeded.
1420         (wl-summary-exec-action-copy): Likewise.
1421
1422 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1423
1424         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1425         there is switch-to-buffer at the end of wl-message-select-buffer.
1426         (wl-summary-reply): Ditto.
1427
1428 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1429
1430         * wl-summary.el (wl-summary-forward): Put subject in original
1431         message buffer as argument of wl-draft-forward.
1432         * wl-draft.el (wl-draft-forward): Decode subject as in
1433         wl-draft-reply.
1434
1435 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1436
1437         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1438         a folder under access group.
1439
1440 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1443         wl-message-buffer-display.
1444
1445         * wl-util.el (wl-set-save-drafts): Fix typo.
1446
1447 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1450         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1451         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1452         the way to measure the width of a bitmap image; don't put face on
1453         ascii and bitmap images; put the mark which should not use the
1454         variable-pitch face on ascii and bitmap images.
1455         (wl-demo-setup-properties): Don't use the variable-pitch face on
1456         ascii and bitmap images; made it work on Emacs 20 and earlier.
1457         (wl-demo-insert-text): End with a newline at the bottom; don't put
1458         face on text.
1459
1460         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1461
1462 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1463
1464         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1465
1466         * wl-util.el (wl-save-drafts): Moved from sample setting.
1467         (wl-set-save-drafts): New function to set idle timer.
1468         * wl-draft.el (wl-draft): Call it.
1469         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1470
1471 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1474         a summary which has toggle display status off.
1475
1476 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1477
1478         * wl-draft.el (wl-draft-do-fcc): No cache save.
1479
1480 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1481
1482         * wl-summary.el (elmo-event-handler-flag-changed): Use
1483         `set-buffer' instead of `with-current-buffer'.
1484
1485 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-summary.el (wl-summary-after-resize-function): New function.
1488         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1489         window-size-change-functions.
1490
1491 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-draft.el (wl-draft-create-buffer): Bind
1494         `change-major-mode-hook' after current buffer is changed.
1495
1496         * wl-summary.el (wl-summary-buffer-detach): New function.
1497         (wl-summary-buffer-set-folder): Call it.
1498         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1499         change-major-mode-hook and kill-buffer-hook.
1500         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1501         (wl-summary-switch-to-clone-buffer): Ditto.
1502         (wl-summary-goto-folder-subr): Ditto.
1503
1504 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1505
1506         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1507         after boundp check.
1508
1509 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1510
1511         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1512         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1513         for `kill-buffer'.
1514
1515         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1516         handler of current buffer from elmo-folder.
1517
1518 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1519
1520         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1521
1522 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1525         variable.
1526         (wl-summary-event-handler): New class.
1527         (elmo-event-handler-flag-changed): Define to update persistent
1528         mark.
1529         (wl-summary-buffer-set-folder): Register event handler to
1530         elmo-folder.
1531         (wl-summary-exit): Unregister event handler.
1532         (wl-summary-goto-folder-subr): Ditto.
1533         (wl-summary-mark-as-read-all): Does not call
1534         `wl-summary-update-persistent-mark' directly.
1535         (wl-summary-mark-as-read-internal): Ditto.
1536         (wl-summary-set-persistent-mark-internal): Ditto.
1537         (wl-summary-set-flags-internal): Ditto.
1538
1539         * Version number is increased to 2.11.33.
1540
1541 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1542
1543         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1544         to nil.
1545
1546 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-spam.el (wl-spam-setup): Add hook
1549         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1550         instead of `wl-summary-prepare-hook'.
1551
1552         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1553         if folder type is `'flag'.
1554         (wl-summary-mark-as-important): Ditto.
1555
1556 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * wl-address.el (wl-address-minibuffer-history): New variable.
1559         (wl-address-minibuffer-local-map): New keymap.
1560         (wl-address-read-from-minibuffer): New function.
1561
1562         * wl-action.el (wl-summary-get-resend-address): Use
1563         `wl-address-read-from-minibuffer' instead of `completing-read'.
1564
1565 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * Version number is increased to 2.11.32.
1568
1569 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1570
1571         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1572         without mule to iso-8859-1.
1573         (wl-draft-add-in-reply-to): Add note in description.
1574         (wl-draft-add-references): Ditto.
1575
1576 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1577
1578         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1579         definition for `m'.
1580         (wl-summary-mode-line-format): Add '[%m]'.
1581         (wl-message-mode-line-format-spec-alist): Ditto.
1582         (wl-summary-display-mime-mode-list): New variable.
1583
1584         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1585         from wl-summary-buffer-display-as-is.
1586         (wl-summary-buffer-display-all-header): New buffer local variable.
1587         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1588         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1589         instead of wl-summary-buffer-display-as-is.
1590         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1591         (wl-summary-set-persistent-mark): Ditto.
1592         (wl-summary-set-message-buffer-or-redisplay): Just call
1593         `wl-summary-redisplay-internal' without optional arguments.
1594         (wl-summary-toggle-mime): Rewrite.
1595         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1596         (wl-summary-toggle-all-header): New function.
1597         (wl-summary-redisplay-internal): Treat mime mode.
1598
1599         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1600         to wl-mime-preview-follow-no-mime.
1601         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1602         accodring to the display-mode.
1603
1604         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1605         (wl-message-buffer-display): Changed argument name from `as-is' to
1606         `mode'.
1607         (wl-message-display-internal): Ditto;
1608         Bind elmo-mime-display-header-analysis according to the mode.
1609         (wl-message-display-internal): Put wl-message-display-mime-mode
1610         property on entire buffer.
1611
1612 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1615
1616 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1619         Don't extract mail address.
1620         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1621
1622         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1623
1624         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1625
1626 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1629         wl-fldmgr-cut-entity-list on confirmation.
1630
1631 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1634         (wl-mime-quit-preview): Check existence of
1635         mime-edit-temp-message-buffer here.
1636
1637 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1640         after deletion.
1641
1642         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1643         before calling wl-mime-quit-preview.
1644
1645 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-summary.el (wl-summary-pick): If call it with prefix
1648         argument, set `delete-marks' as non-nil. Pick from only visible
1649         messages.
1650         (wl-summary-check-target-mark): New function.
1651         (wl-summary-target-mark-mark-as-read): Use it.
1652         (wl-summary-target-mark-mark-as-unread): Ditto.
1653         (wl-summary-target-mark-operation): Ditto.
1654         (wl-summary-target-mark-set-flags): Ditto.
1655         (wl-summary-target-mark-save): Ditto.
1656         (wl-summary-target-mark-pick): Ditto.
1657         (wl-summary-target-mark-forward): Ditto.
1658         (wl-summary-target-mark-reply-with-citation): Ditto.
1659         (wl-summary-target-mark-print): Ditto.
1660         (wl-summary-target-mark-uudecode): Ditto.
1661
1662         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1663         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1664         with `ask-coding' is non-nil.
1665
1666 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1667
1668         * wl-thread.el (wl-thread-set-parent): If parent is a message
1669         which is identified by references, set linked as nil.
1670
1671 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1672
1673         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1674         (wl-message-mode-line-format-spec-alist): Ditto.
1675         (wl-message-mode-line-format): Ditto.
1676         (wl-summary-mode-line-format): Ditto for docstring.
1677         (wl-summary-no-mime-folder-list): Fix typo.
1678
1679         * wl-util.el (wl-current-message-buffer): Call
1680         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1681
1682         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1683         variable.
1684         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1685         of `wl-summary-redisplay-no-mime'.
1686         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1687         (wl-summary-toggle-mime): New function.
1688         (wl-summary-redisplay-all-header): Rewrite.
1689         (wl-summary-redisplay-no-mime): Ditto.
1690         (wl-summary-redisplay-internal): Added argument `as-is' and
1691         `all-header'.
1692
1693         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1694         New variable.
1695         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1696         bottom.
1697         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1698         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1699         "/" unconditionally.
1700
1701         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1702         wl-mime-preview-follow-no-mime for as-is content.
1703         (wl-mime-preview-follow-no-mime): New function.
1704         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1705
1706         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1707         and added `as-is', `all-header'.
1708         (wl-message-buffer-display): Ditto.
1709         (wl-message-buffer-display-type): New function.
1710
1711 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-vars.el (wl-message-header-button-alist): Change default
1714         value.
1715         (wl-message-body-button-alist): Ditto.
1716
1717 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1720
1721 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1722
1723         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1724
1725 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1726
1727         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1728         is always true.
1729
1730 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1731
1732         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1733         on null entity.
1734
1735 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1736
1737         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1738
1739 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-vars.el (wl-summary-resend-hook): New hook.
1742
1743         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1744         `wl-summary-resend-hook'.
1745
1746 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1747
1748         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1749         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1750         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1751         (wl-summary-new-cached-mark): Changed default value to 'n'.
1752         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1753         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1754         (wl-folder-sync-range-alist): Remove spec for 'flag.
1755         (wl-summary-force-prefetch-folder-list): New user option.
1756
1757         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1758         `wl-summary-toggle-persistent-mark'.
1759         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1760         number is nil.
1761         (wl-summary-mark-as-answered-region): Set interactive argument of
1762         `wl-summary-set-persistent-mark-internal'.
1763         (wl-summary-mark-as-important-region): Ditto.
1764         (wl-summary-unset-persistent-mark): Ditto.
1765         (wl-summary-set-persistent-mark): Ditto.
1766         (wl-summary-mark-as-answered): Ditto.
1767         (wl-summary-mark-as-important): Ditto.
1768         (wl-summary-set-persistent-mark-internal): Do nothing
1769         when `elmo-message-flag-available-p' is nil.
1770         (wl-summary-toggle-persistent-mark): New function.
1771         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1772         when the folder matches `wl-summary-force-prefetch-folder-list'.
1773
1774
1775         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1776         when number is nil.
1777         (wl-highlight-summary-forwarded-face): New face.
1778
1779 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * Version number is increased to 2.11.31.
1782
1783 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1784
1785         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1786         (wl-biff-check-folder-async): Ditto.
1787         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1788
1789 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1790
1791         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1792         Add an argument `reverse'.  All callers are updated.
1793         (wl-summary-sort): Add a prefix argument `reverse' to specify
1794         reverse sorting.
1795         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1796         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1797         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1798
1799 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-message.el (wl-message-redisplay): Does not narrow header if
1802         disply-type is all-header or as-is.
1803
1804         * wl-summary.el (wl-summary-enter-handler): Use
1805         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1806
1807 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1808
1809         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1810         after adding wl-draft-parent-variables.
1811         (wl-draft-forward): Ditto.
1812
1813 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-summary.el (wl-summary-sync-marks): Call
1816         `wl-summary-set-persistent-mark' and
1817         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1818         (wl-summary-set-persistent-mark-internal): Add 4th argument
1819         `no-server'.
1820         (wl-summary-unset-persistent-mark): Ditto.
1821         (wl-summary-set-persistent-mark): Ditto.
1822         (wl-summary-add-flags-internal): Abolish.
1823         (wl-summary-remove-flags-internal): Ditto.
1824         (wl-summary-mark-as-important-internal): Ditto.
1825         (wl-summary-mark-as-important): Use
1826         `wl-summary-set-persistent-mark' instead of
1827         `wl-summary-add-flags-internal'.
1828         (wl-summary-mark-as-important-region): Ditto.
1829
1830         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1831
1832         * wl-summary.el (wl-summary-get-available-flags): New function.
1833         (wl-summary-sync-marks): Use it and simplified.
1834         (wl-summary-unset-persistent-mark): Use
1835         `wl-summary-get-available-flags'.
1836         (wl-summary-set-persistent-mark): Ditto.
1837
1838 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1839
1840         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1841         id.
1842
1843 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1844
1845         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1846         number, call `wl-summary-prev-line-content'. Show message when the
1847         message is not found.
1848
1849 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1850
1851         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1852         wl-summary-enter-handler.
1853         (wl-summary-enter-handler): New command.
1854
1855         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1856         docstring and custom spec.
1857
1858         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1859         flags too; Don't treat Cached and New.
1860         (wl-summary-set-persistent-mark): Ditto.
1861
1862         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1863         `wl-folder-set-flag'.
1864
1865         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1866         instead of `wl-folder-set-flag'.
1867
1868         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1869         for completion.
1870         (wl-summary-set-persistent-mark): Ditto.
1871
1872         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1873         instead of `wl-draft-quit-preview'.
1874
1875         * wl-mime.el (toplevel): Avoid compile warning.
1876         (wl-mime-quit-preview): New function
1877         (formarly defined as `wl-draft-quit-preview').
1878         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1879         quitting method.
1880
1881         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1882
1883         * wl-folder.el (wl-folder-set-flag): Renamed from
1884         `wl-draft-set-flag-on-parent'.
1885
1886         * wl-draft.el (wl-draft-quit-preview): New function.
1887         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1888         (wl-draft-send): Call `wl-folder-set-flag' instead of
1889         `wl-draft-set-flag-on-parent'.
1890         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1891
1892 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1893
1894         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1895         (wl-draft-send): Ditto.
1896
1897 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1898
1899         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1900         (wl-draft-kill-pre-hook): Set default value as nil.
1901         (wl-summary-reply-hook): Ditto.
1902         (wl-draft-kill-flags): Abolish.
1903
1904         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1905         (wl-draft-parent-variables): Renamed from
1906         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1907         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1908         argument; Add wl-draft-parent-variables to
1909         wl-draft-config-variables.
1910         (wl-draft-reply): Likewise.
1911         (wl-draft-kill-flags): Abolish.
1912         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1913         (wl-draft-set-flag-on-parent): New function.
1914         (wl-draft-setup-parent-flag): Ditto.
1915
1916 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1917
1918         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1919         `wl-draft-parent-folder' is "".
1920
1921 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1922
1923         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1924         (wl-summary-digit-jump): New function.
1925         (Adviced by John Owens and Hiroya Murata)
1926
1927         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1928         (Adviced by John Owens)
1929
1930         * wl-xmas.el (wl-message-define-keymap): Ditto.
1931
1932         * wl-mule.el (wl-message-define-keymap): Ditto.
1933
1934 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1937         change of return value of elmo-folder-count-flags.
1938
1939         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1940         (wl-summary-mark-as-read-internal): Ditto.
1941         (wl-summary-set-persistent-mark-internal): Ditto.
1942         (wl-summary-folder-info-update): Ditto.
1943         (wl-summary-sync-update): Fixed the last change.
1944
1945         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1946
1947 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1948
1949         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1950         (wl-draft-kill-flags): Fixed docstring.
1951
1952         * wl-draft.el (wl-draft-kill-flags): New function.
1953         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1954
1955 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1956
1957         * wl-vars.el (wl-reply-hook): Abolish.
1958         (wl-draft-reply-hook): New hook.
1959         (wl-summary-reply-hook): Ditto.
1960         (wl-draft-forward-hook): Ditto.
1961         (wl-summary-forward-hook): Ditto.
1962         (wl-draft-kill-flags): New variable.
1963
1964         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1965         wl-summary-set-persistent-mark-internal.
1966         (wl-summary-sync-marks): Use elmo-preserved-flags.
1967         (wl-summary-update-persistent-mark): Make it interactive.
1968         (wl-summary-set-persistent-mark-internal): New inline function.
1969         (wl-summary-mark-as-answered): Use it.
1970         (wl-summary-mark-as-unanswered): Ditto.
1971         (wl-summary-unset-persistent-mark): New function.
1972         (wl-summary-set-persistent-mark): Ditto.
1973         (wl-summary-reply): Don't set answered flag;
1974         Run wl-summary-reply-hook instead.
1975         (wl-summary-forward): Call wl-draft-forward with number.
1976         Run wl-summary-forward-hook.
1977
1978         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1979         (wl-highlight-summary-line-face-spec): Use it as a default
1980         persistent mark face.
1981
1982         * wl-draft.el (wl-draft-forward): Added optional argument number;
1983         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1984         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1985         (wl-draft-kill): Use wl-draft-kill-flags.
1986
1987         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1988
1989         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1990         of return value of elmo-folder-count-flags.
1991
1992         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1993
1994         * wl-summary.el (wl-summary-count-unread): Ditto.
1995         (wl-summary-sync-update): Follow the change above.
1996         (wl-summary-force-prefetch): New function.
1997
1998 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1999
2000         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2001         variable `buf' with `let' instead of `setq'.
2002
2003 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2006         add Content-Disposition heaeder on the deleted part.
2007
2008 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2009
2010         * wl-draft.el (wl-draft-save): Encode address list under edit by
2011         `eword-encode-unstructured-field-body'.
2012
2013         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2014
2015 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2016
2017         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2018         wl-current-summary-buffer.
2019
2020 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2021
2022         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2023         `numbers' is ignored.
2024
2025 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2026
2027         * wl-folder.el (wl-folder-open-folder): Avoid error.
2028         Reported by John Owens, [wl-en:815]
2029
2030         * wl.el (wl): Set timer for biff process even if prefix argument
2031         is given or auto-checking is quitted.
2032
2033         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2034         immediately.
2035         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2036         (wl-toggle-plugged): Ditto.
2037
2038         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2039         * wl-util.el (wl-biff-start): Use idle timer if
2040         `wl-biff-use-idle-timer' is non-nil.
2041
2042 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2043
2044         * wl-highlight.el (wl-highlight-message): Fix description.
2045
2046 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2047
2048         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2049         tty.
2050
2051 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-action.el (wl-summary-exec): Print failure count.
2054
2055 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2056
2057         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2058         to `defun', remove interactive form.
2059         Set elmo-message-fetch-confirm when force-reload is non-nil.
2060
2061 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * wl-summary.el (toplevel): Removed unnecessary autoload.
2064
2065 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2068         the buffer is generated from another message buffer.
2069
2070 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2071
2072         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2073         extracted from `wl-fldmgr-save-folders'.
2074         (wl-fldmgr-delete): Call it after deletion.
2075
2076 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2077
2078         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2079         multi-tty support.
2080
2081 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2082
2083         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2084
2085 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2086
2087         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2088         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2089
2090 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2091
2092         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2093         unsubscribe list only if argument CLEAR is nil.
2094
2095 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-draft.el (wl-draft-reply): Decode subject before removing
2098         Re: prefix.
2099
2100 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2101
2102         * wl-summary.el (wl-summary-sort-by-size): New command.
2103
2104 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-summary.el (wl-summary-number-list-from-region): New
2107         function.
2108         (wl-summary-mark-as-read-region): Use it.
2109         (wl-summary-mark-as-unread-region): Ditto.
2110         (wl-summary-set-flags-region): Ditto and add optional argument
2111         remove.
2112         (wl-summary-mark-as-answered-region): Ditto.
2113         (wl-summary-mark-as-important-region): Ditto.
2114         (wl-summary-target-mark-mark-as-important): Added optional
2115         argument remove.
2116         (wl-summary-target-mark-mark-as-answered): Ditto.
2117         (wl-summary-target-mark-set-flags): Ditto.
2118
2119 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2120
2121         * wl-summary.el (wl-summary-set-flags-region): Call
2122         `wl-summary-set-flags-internal' with number list instead of call
2123         one by each message.
2124         (wl-summary-target-mark-set-flags): Likewise.
2125
2126 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2129         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2130         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2131         (wl-summary-target-mark-mark-as-answered): Likewise.
2132
2133 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2134
2135         * wl-summary.el (wl-summary-target-mark-forward): Use
2136         `wl-summary-delete-all-target-marks' instead of
2137         `wl-summary-delete-all-temp-marks'.
2138         (wl-summary-target-mark-reply-with-citation): Ditto.
2139         (wl-summary-target-mark-uudecode): Ditto.
2140         (wl-summary-target-mark-set-flags): Ditto and remove needless
2141         cursor move.
2142
2143 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2144
2145         * wl-summary.el (wl-summary-target-mark-forward): Protect
2146         wl-summary-buffer-target-mark-list from nreverse.
2147         (wl-summary-target-mark-reply-with-citation): Ditto.
2148
2149 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2150
2151         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2152         `elmo-display-progress-threshold'.
2153
2154 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2155
2156         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2157         check `wl-summary-highlight'.
2158         (wl-summary-window-scroll-functions): Respect value of
2159         `wl-summary-highlight'.
2160         (wl-summary-sync-update): Run hooks
2161         `wl-summary-buffer-window-scroll-functions' at any time.
2162
2163 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2164
2165         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2166         from `wl-summary-cleanup-temp-marks'.
2167         (wl-summary-cleanup-temp-marks): Abolish argument.
2168         * wl.el (wl-save-status): Revert previous change.
2169         (wl-execute-temp-marks): New function, call
2170         `wl-summary-exec-with-confirmation'.
2171         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2172         (wl-folder-save-and-exec-marks): Abolished.
2173
2174 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2175
2176         * wl-e21.el (wl-e21-display-image-p): Respect
2177         `wl-highlight-folder-with-icon'.
2178         (wl-e21-highlight-folder-group-line): Highlight mouse line
2179         even if wl-e21-display-image-p is nil.
2180
2181         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2182         Respect value of `wl-summary-highlight'.
2183
2184         * wl.el (wl-save-status): Remove unused variable.
2185
2186         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2187         (wl-folder-mode-map): Bind it to "x".
2188
2189 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2190
2191         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2192
2193         * wl-thread.el (wl-thread-get-parent-list): Don't check
2194         disconnected ancestors, neglecting needless work in
2195         `wl-thread-update-indent-string-thread'.
2196
2197         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2198         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2199         argument, add argument default-keep to keep marks by default.
2200
2201         * Version number is increased to 2.11.30.
2202
2203         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2204         customization type and docstring.
2205         (wl-draft-reply-without-argument-list): Ditto.
2206
2207 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2210
2211         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2212
2213 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2216
2217 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2220         save-excursion so as not to include run-hooks.
2221
2222 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2223
2224         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2225         Clarify that marks are going to be cleared.
2226
2227 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2228
2229         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2230         according to 3rd element of wl-summary-flag-mark.
2231
2232         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2233
2234 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2235
2236         * wl-action.el (wl-summary-target-mark-all): Don't set
2237         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2238
2239 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2240
2241         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2242         (wl-forward-subject-prefix): Ditto.
2243         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2244         (wl-draft-reply-make-subject): Ditto.
2245
2246         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2247         `wl-draft-forward'.
2248         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2249
2250 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2251
2252         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2253         target message does not exist.
2254
2255 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2256
2257         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2258         `wl-subject-prefix-regexp'.
2259         (wl-subject-forward-prefix-regexp): New variable.
2260         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2261         `wl-draft-strip-subject-re' and take regexp as argument.
2262         (wl-draft-forward): Use it.
2263         (wl-draft-reply): Ditto.
2264
2265 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2266
2267         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2268         emacs multi-tty support.
2269
2270 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2271
2272         * wl-e21.el (wl-e21-display-image-p): Don't call
2273         `display-images-p'.
2274         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2275         support.
2276         (wl-highlight-folder-current-line): Ditto.
2277         (wl-folder-init-icons): Ditto.
2278
2279 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2280
2281         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2282         the last line of summary in unplugged mode.
2283
2284 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2285
2286         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2287
2288 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2289
2290         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2291         * wl-address.el (wl-address-user-mail-address-p): Use it.
2292         (wl-address-delete-user-mail-addresses): Ditto.
2293         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2294
2295         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2296         (wl-address-delete-user-mail-addresses): Ditto.
2297
2298         * wl-address.el (wl-address-delete-user-mail-addresses): New
2299         function.
2300         * wl-refile.el (wl-refile-guess-by-history): Use it.
2301         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2302         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2303
2304         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2305         use wl-address-user-mail-address-p.
2306
2307 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2310         after opening group.
2311
2312 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2313
2314         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2315         of elmo-set-buffer-multibyte.
2316
2317         * wl-message.el (wl-original-message-mode): Ditto.
2318
2319         * wl-score.el (wl-score-insert-header): Ditto.
2320
2321         * wl-summary.el
2322         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2323         (wl-summary-goto-folder-subr): Ditto.
2324         (wl-summary-insert-headers): Ditto.
2325
2326         * wl-util.el (wl-set-string-width): Ditto.
2327
2328         * Version number is increased to 2.11.29.
2329
2330 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2331
2332         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2333         (wl-highlight-summary-line-help-echo-alist): New variable.
2334         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2335         into `wl-highlight-summary-line-help-echo' and
2336         `wl-highlight-flag-folder-help-echo'.
2337         (wl-highlight-summary-line-string): Change accordingly.
2338         (wl-highlight-summary-current-line): Ditto.
2339
2340 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2341
2342         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2343         at the beginning of field body (Thanks to Markus Knittig).
2344
2345         * wl-draft.el (wl-draft-insert-current-message): Also check
2346         summary buffer, remove unnecessary tag.
2347
2348 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2349
2350         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2351         when wl-message-buffer is nil.
2352
2353         * wl-folder.el (wl-folder): Abolish unused argument.
2354         Call wl-folder-init when wl-folder-entity is nil.
2355         * wl.el (wl): Change accordingly.
2356
2357 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2360         multibyte string before insert into draft buffer.
2361         (wl-draft-create-buffer): Always enable multibyte characters for
2362         draft buffer.
2363
2364         * Version number is increased to 2.11.28.
2365
2366 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2367
2368         * wl-folder.el (wl-folder-open-close): Handle blank line.
2369         (wl-folder-jump-to-current-entity): Ditto.
2370
2371 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372
2373         * Version number is increased to 2.11.27.
2374
2375 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2376
2377         * wl-thread.el (wl-thread-insert-message): When the thread is
2378         devided by wl-summary-max-thread-depth, insert line at the end of
2379         buffer.
2380
2381 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2382
2383         * Version number is increased to 2.11.26.
2384
2385 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2386
2387         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2388
2389 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2392         value of stream-type and session.
2393
2394 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * Version number is increased to 2.11.25.
2397
2398 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2399
2400         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2401         in a quit message.
2402
2403 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2406         (wl-summary-redisplay-no-mime-internal): Ditto.
2407
2408 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2409
2410         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2411         * wl-vars.el (wl-smtp-connection-type): Ditto.
2412
2413 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2414
2415         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2416         for the separator line and quote mail-header-separator.
2417
2418 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2419
2420         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2421         result message.
2422
2423         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2424         `elmo-multiple-fields-body-list' with boundary as
2425         mail-header-separator.
2426
2427 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2428
2429         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2430
2431 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2432
2433         * wl-util.el (wl-list-diff): Remove unused function.
2434
2435         * wl-draft.el (wl-draft-send-confirm): Discard input before
2436         confirmation.
2437
2438 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2439
2440         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2441         order of flag and new.
2442
2443 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * wl-vars.el (wl-refile-policy-alist): Abolished.
2446
2447         * wl-action.el (wl-summary-set-action-refile): Follow the change
2448         above.
2449
2450 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * wl-highlight.el (wl-highlight-signature-search): Don't use
2453         re-search-backward for a long word since it is possible to crash
2454         XEmacs because of a bug.
2455
2456 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2457
2458         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2459
2460 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2461
2462         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2463         argument for wl-summary-sync-force-update.
2464
2465 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2466
2467         * wl-summary.el (wl-summary-mode-map): Revival of
2468         wl-summary-mark-as-important related bindings;
2469         Bind 'F','tF','mF','rF','m&'.
2470         (wl-summary-mark-as-important-region): Revival.
2471         (wl-summary-target-mark-mark-as-important): Ditto.
2472         (wl-summary-target-mark-operation): New function.
2473         (wl-summary-target-mark-mark-as-answered): Use it.
2474         (wl-summary-decide-flag): Don't set Important as default.
2475         (wl-summary-mark-as-important-internal): Revival.
2476         (wl-summary-mark-as-important): Ditto.
2477
2478         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2479
2480         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2481         instead of facep.
2482
2483 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-dnd.el (wl-dnd-drop-func): Fix.
2486
2487         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2488         mouse-set-point instead of posn-point.
2489
2490         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2491
2492         * wl-mule.el (wl-completing-read-multiple): Ditto.
2493
2494 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-demo.el (face-background-name): Defalias to avoid compile
2497         warning.
2498
2499 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2500
2501         * wl-summary.el (wl-summary-decide-flag): Use
2502         wl-completing-read-multiple instead of completing-read-multiple.
2503
2504         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2505         New alias.
2506
2507         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2508         Use face-background-name instead of face-background.
2509
2510         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2511
2512         * wl-summary.el (wl-summary-save): Use it.
2513         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2514
2515         * wl-mime.el (wl-mime-save-content): Fix last change.
2516
2517 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2518
2519         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2520         New function.
2521         (wl-summary-sort-specs): Added sort.
2522         * wl-mime.el (wl-mime-save-content): Expand file name.
2523
2524 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2525
2526         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2527
2528         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2529
2530 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2531
2532         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2533         for flag if it is not defined.
2534
2535 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2536
2537         * wl-e21.el (wl-highlight-folder-current-line): Use
2538         elmo-folder-type-internal when elmo-folder-type returns nil.
2539
2540         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2541
2542         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2543
2544         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2545
2546         * wl-e21.el (wl-summary-toolbar): Ditto.
2547
2548         * wl-vars.el (wl-demo-background-color): Abolished.
2549         (wl-summary-persistent-mark-priority-list): Renamed from
2550         wl-summary-flag-priority-list.
2551         (wl-summary-flag-alist): New user option.
2552         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2553         (wl-message-mode-line-format-spec-alist): Added 'F'.
2554         (wl-message-mode-line-format): Likewise.
2555         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2556         instead of wl-summary-important-mark.
2557         (wl-file-folder-icon): New variable.
2558
2559         * wl-thread.el (wl-thread-set-flags): Renamed from
2560         wl-thread-mark-as-important.
2561
2562         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2563         warning.
2564         (wl-summary-mode-menu-spec): Follow the change of 
2565         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2566         (wl-summary-mode-map): Follow the change of
2567         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2568         (wl-summary-detect-mark-position): Follow the variable name change.
2569         (wl-summary-set-flags-region): New function for the replacement of
2570         wl-summary-mark-as-important-region.
2571         (wl-summary-sync-marks): Sync all global-flags.
2572         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2573         instead of elmo-message-flagged-p.
2574         (wl-summary-persistent-mark-string): Follow the variable name change;
2575         Put wl-summary-flag-mark if the message has global-flag.
2576         (wl-summary-target-mark-set-flags): Renamed from 
2577         wl-summary-target-mark-mark-as-important.
2578         (wl-summary-decide-flag): New function.
2579         (wl-summary-set-flags-internal): Renamed from
2580         wl-summary-mark-as-important-internal.
2581         (wl-summary-add-flags-internal): New function.
2582         (wl-summary-remove-flags-internal): Ditto.
2583         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2584         (wl-summary-mark-as-unimportant): Abolish.
2585         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2586         (wl-summary-next-message): List flagged messages in the msgdb.
2587
2588         * wl-score.el (wl-summary-score-update-all-lines): Use
2589         wl-summary-add-flags-internal instead of 
2590
2591         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2592
2593         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2594         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2595         (wl-message-buffer-require-all-header): Renamed from
2596         wl-message-buffer-all-header-flag (Ditto).
2597         (wl-message-buffer-flag-indicator): New variable.
2598         (wl-message-redisplay): Changed local varibale name from `flag' to
2599         `display-type'; Set up wl-message-buffer-flag-indicator.
2600         (wl-message-buffer-display): Changed varibale name from `flag' to
2601         `display-type'.
2602         (wl-message-display-internal): Likewise.
2603
2604         * wl-highlight.el (wl-highlight-demo-face): Define default background
2605         color.
2606         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2607
2608         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2609
2610         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2611         (wl-demo-setup-properties): Renamed from
2612         `wl-demo-set-background-color'.
2613         (wl-demo): Follow the change above.
2614         
2615         * Version number is increased to 2.11.24.
2616
2617 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-summary.el (wl-summary-toggle-thread): Call
2620         `wl-summary-rescan' with disable-thread as non-nil.
2621         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2622
2623 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2624
2625         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2626         foreground property of the face.
2627         (wl-demo-insert-text): Don't set up face property here.
2628         (wl-demo): Call wl-demo-set-background-color, anyway.
2629
2630 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2631
2632         * wl-vars.el (wl-demo-background-color): The value can be nil.
2633
2634 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2637         to wl-summary-wheel-dispatcher.
2638
2639         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2640         wl-message-wheel-dispatcher.
2641         (wl-message-wheel-dispatcher): New function.
2642         (wl-summary-wheel-dispatcher): Ditto.
2643
2644 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2645
2646         * wl-action.el (wl-summary-target-mark-all): List messages which are
2647         not in the killed-list.
2648
2649         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2650         only when the folder is 'flag/important.
2651
2652         * wl-address.el (wl-complete-field-body): Complete if the last
2653         character is a space.
2654
2655 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2656
2657         * wl-folder.el (wl-folder-clear-entity-info): Use
2658         elmo-clear-hash-val.
2659
2660         * wl-fldmgr.el (wl-fldmgr-rename): Set
2661         wl-folder-info-alist-modified as t.
2662
2663 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2664
2665         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2666
2667 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2668
2669         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2670         (wl-folder-buffer-last-visited-entity-id): New buffer local
2671         variable.
2672         (wl-folder-revisit-last-visited-folder): New function.
2673         (wl-folder-mode-map): Bind it to "C-i".
2674         (wl-folder-set-current-entity-id): Set last visited folder.
2675         * wl-summary.el (wl-summary-exit): Ditto.
2676
2677 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2680         before calling `recenter' in order to cope with an XEmacs bug.
2681
2682 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2683
2684         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2685         to the default value.
2686
2687 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2690         change.
2691         (wl-summary-sync-marks): Ditto.
2692         (wl-summary-mark-as-read-internal): Ditto.
2693         (wl-summary-mark-as-answered-internal): Ditto.
2694         (wl-summary-mark-as-important-internal): Ditto.
2695         (wl-summary-reply): Ditto.
2696
2697         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2698         instead of `elmo-folder-unflag-answered'.
2699
2700         * Version number is increased to 2.11.23.
2701
2702         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2703         the last change.
2704
2705 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2706
2707         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2708         Specify "spam" or "good".
2709
2710 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2711
2712         * wl-spam.el (wl-summary-exec-action-spam): Call
2713         wl-folder-confirm-existence for spam folder.
2714         (wl-spam-setup): Bind "mk".
2715
2716 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2719
2720 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2721
2722         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2723         destination folder is empty.
2724
2725 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2726
2727         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2728         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2729
2730         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2731         (wl-summary-refile-prev-destination-region): New function.
2732         (wl-thread-refile-prev-destination): Ditto.
2733         (wl-summary-target-mark-refile-prev-destination): Ditto.
2734
2735 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2736
2737         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2738         (wl-demo-background-color): Changed default value.
2739
2740         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2741         color.
2742
2743         * wl-demo.el (wl-demo-set-background-color): New function.
2744         (wl-demo): Call it.
2745
2746 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2747
2748         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2749         * wl-address.el (wl-address-add-or-change): Don't add empty
2750         address.
2751
2752 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2753
2754         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2755
2756 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-vars.el (wl-demo-image-filter-alist): New variable
2759         (wl-demo-background-color): Ditto.
2760
2761         * wl-demo.el (wl-demo-xpm-set-background): New function.
2762         (wl-demo-image-filter): Ditto.
2763         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2764
2765         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2766
2767         * wl-demo.el (wl-demo-icon-name): Define as function.
2768         (wl-demo-insert-image): Use it.
2769
2770 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2771
2772         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2773
2774 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2775
2776         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2777
2778 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2781
2782 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * wl-thread.el (wl-thread-mark-as-answered): New function.
2785
2786         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2787         answered" entry.
2788         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2789         "r&" and wl-thread-mark-as-answered to "t&".
2790         (wl-summary-mark-as-important-region): Refine to toggle mark.
2791         (wl-summary-mark-as-answered-region): New function.
2792         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2793         and 3rd argument.
2794         (wl-summary-mark-as-important-internal): Likewise.
2795
2796 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-template.el (wl-template-preview): New internal variable.
2799         (wl-template-preview-p): New function.
2800         (wl-template-show): Bind `wl-template-preview' as t.
2801
2802 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2805         `elmo-message-entity-field' with 3rd argument which is non-nil.
2806
2807 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2808
2809         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2810         Removed duplicate local bind `folder'.
2811
2812 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2813
2814         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2815
2816 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2819         duplicate definition.
2820
2821 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2822
2823         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2824         non-nil, use it; Don't fetch message if there's no message in the
2825         current cursor position.
2826
2827 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2828
2829         * wl-util.el (wl-region-exists-p): Use region-active-p.
2830         (wl-deactivate-region): New function.
2831         * wl-message.el (wl-message-redisplay): Deactivate region.
2832
2833         * wl-summary.el (wl-summary-reply): Call
2834         `wl-summary-set-message-buffer-or-redisplay' instead of
2835         `wl-summary-redisplay-internal', don't move point.
2836
2837 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2838
2839         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2840         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2841         by regexp.
2842
2843 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2844
2845         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2846         if no need.
2847
2848 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2849
2850         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2851         default value to nil.
2852         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2853         `wl-summary-prepare-hook'; Replace refile action to
2854         `wl-summary-exec-action-refile-with-register'.
2855
2856         * Version number is increased to 2.11.22.
2857
2858 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2859
2860         * wl-summary.el (wl-summary-detect-mark-position): Set
2861         `wl-summary-buffer-weekday-name-lang'.
2862
2863 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2864
2865         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2866         (wl-summary-mark-as-read-all): Ditto.
2867         (wl-summary-delete-messages-on-buffer): Ditto.
2868         (wl-summary-sync-update): Ditto.
2869         (wl-summary-mark-as-read-internal): Ditto.
2870         (wl-summary-mark-as-answered-internal): Ditto.
2871         (wl-summary-update-folder-info): Abolished.
2872
2873 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2874
2875         * wl-summary.el (wl-summary-mark-as-read-all): Use
2876         `wl-summary-update-folder-info' instead of
2877         `wl-folder-update-unread'.
2878
2879 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2880
2881         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2882         `wl-summary-folder-info-update'.
2883         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2884         instead of `wl-summary-folder-info-update'.
2885         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2886         `wl-folder-set-folder-updated'.
2887         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2888         instead of `wl-folder-update-unread'.
2889         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2890         the value of `wl-summary-buffer-unread-count' for the second parameter of
2891         `wl-folder-update-unread'.
2892
2893         * Version number is increased to 2.11.21.
2894
2895 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2896
2897         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2898         a local variable.
2899
2900 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2901
2902         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2903         interactively.
2904
2905         * wl-summary.el (wl-summary-mark-as-important-internal): New
2906         internal function.
2907         (wl-summary-mark-as-important): Use it.
2908         (wl-summary-mark-as-unimportant): New function.
2909         (wl-summary-sync-marks): Follow the API change.
2910
2911         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2912
2913         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2914
2915 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2916
2917         * wl-folder.el (wl-folder-update-unread): Re-indent.
2918         Narrow the scope of a local variable.
2919
2920 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2921
2922         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2923         (wl-addrmgr-merge-entries): Ditto.
2924         (wl-addrmgr): Added to address entry which exists in draft buffer
2925         if no entry is in original.
2926
2927 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-batch.el: New file.
2930
2931 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2932
2933         * wl-vars.el (wl-use-semi): Remove unused variable.
2934
2935 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2938         "?".
2939
2940 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2943         wl-summary-new-mark.
2944         (wl-summary-new-cached-mark): New user option.
2945         (wl-summary-score-marks): Follow the change above.
2946         (wl-summary-auto-refile-skip-marks): Ditto.
2947         (wl-summary-incorporate-marks): Ditto.
2948         (wl-summary-expire-reserve-marks): Ditto.
2949
2950         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2951
2952         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2953         (wl-summary-persistent-mark-string): Distinguished between cached
2954         and uncached mark when the message is new.
2955
2956 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2957
2958         * wl-spam.el (wl-spam-domain): Renamed from
2959         `wl-spam-folder-guess-domain'.
2960         (wl-summary-exec-action-spam): Register as spam if domain of the
2961         source folder is good.
2962         (wl-summary-exec-action-refile-with-register): Register message if
2963         domain of the source folder is not undecided.
2964
2965 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2968         detect thread loop.
2969
2970 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2973         and wl-summary-skip-mark-list.
2974
2975 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2976
2977         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2978
2979         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2980
2981         * wl-spam.el (toplevel): Require wl-highlight.
2982         (wl-spam-auto-check-policy-alist): Abolish.
2983         (wl-spam-auto-check-folder-regexp-list): New user option.
2984         (wl-spam-auto-check-marks): Ditto.
2985         (wl-spam-mark-action-list): Ditto.
2986         (wl-highlight-summary-spam-face): New face.
2987         (wl-spam-auto-check-message-p): New function.
2988         (wl-spam-map-spam-messages): Fixed message.
2989         (wl-spam-register-spam-messages): Ditto.
2990         (wl-spam-register-good-messages): Ditto.
2991         (wl-summary-spam-map): Add and remove keybind.
2992         (wl-summary-target-mark-spam): Abolish.
2993         (wl-summary-refile-spam): Ditto.
2994         (wl-summary-test-spam): New function.
2995         (wl-summary-mark-spam): Ditto.
2996         (wl-summary-auto-check-spam): Follow the above change.
2997         (wl-summary-exec-action-spam): New function.
2998         (wl-summary-exec-action-refile-with-register): Fixed message.
2999         (wl-message-check-spam): New function.
3000         (wl-spam-setup): Ditto.
3001         (toplevel): Call it if this file is loaded interactivity.
3002
3003         * Version number is increased to 2.11.20.
3004
3005 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3008         when new optional argument `force' is non nil or modified.
3009
3010 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3011
3012         * wl.el (toplevel): Require wl-spam when compile.
3013         (wl-save-status): Call wl-spam-save-status.
3014
3015         * wl-spam.el (wl-spam-register-spam-messages): New function.
3016         (wl-spam-register-good-messages): Ditto.
3017         (wl-spam-save-status): Ditto.
3018         (wl-summary-mode-map): Bind
3019         wl-summary-target-mark-register-as-spam to "ms" and
3020         wl-summary-target-mark-register-as-good to "mn".
3021         (wl-summary-register-as-spam): Abolish optional argument; Use
3022         wl-spam-register-spam-messages.
3023         (wl-summary-register-as-spam-all): Use
3024         wl-spam-register-spam-messages.
3025         (wl-summary-register-as-good): Abolish optional argument; Use
3026         wl-spam-register-good-messages.
3027         (wl-summary-register-as-good-all): Use
3028         wl-spam-register-good-messages.
3029         (wl-summary-target-mark-register-as-spam): New funtion.
3030         (wl-summary-target-mark-register-as-good): Ditto.
3031
3032 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-spam.el: New file.
3035
3036 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3037
3038         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3039
3040         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3041         (wl-summary-auto-refile): Call wl-refile-guess with
3042         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3043
3044 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3045
3046         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3047         with disable-thread argument non-nil.
3048
3049 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-summary.el (wl-summary-rescan): Added optional argument
3052         disable-thread.
3053         (wl-summary-sync): Call wl-summary-rescan with argument
3054         disable-thread.
3055         (wl-summary-input-range): Added new range `rescan-thread'.
3056
3057 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3058
3059         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3060
3061 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3064         internal variable.
3065         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3066         wl-summary-search-parent-by-subject-regexp and
3067         wl-summary-divide-thread-when-subject-changed as nil.
3068         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3069         (wl-summary-insert-thread): Search parent entity from
3070         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3071         thread loop.
3072
3073 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3074
3075         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3076
3077         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3078
3079         * wl-util.el (wl-require-update-all-folder-p): New function.
3080         (wl-get-assoc-list-value): Added `function' to match directive.
3081         (wl-collect-draft): Rewrite.
3082
3083         * wl-summary.el (wl-summary-sync-update): Clear faces
3084         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3085         are non-nil.
3086         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3087         argument as function.
3088         (wl-summary-input-range): Ditto.
3089
3090         * wl-folder.el (wl-draft-get-folder): New function.
3091         (wl-folder-get-elmo-folder): Consider draft folder.
3092
3093         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3094         (wl-draft-buffer-message-number): New buffer local variable.
3095         (wl-draft-folder-internal): New internal variable.
3096         (wl-draft-delete): Rewrite.
3097         (wl-draft-save): Ditto.
3098         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3099         wl-folder-get-elmo-folder.
3100         (wl-draft-config-info-operation): Ditto.
3101         (wl-jump-to-draft-folder): Ditto.
3102         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3103         (wl-draft-reedit): Rewrite.
3104
3105         * Version number is increased to 2.11.19.
3106         
3107 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3108
3109         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3110         variable.
3111
3112 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3113
3114         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3115         Use ignore-errors instead of unwind-protect.
3116
3117 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3118
3119         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3120         for updating `wl-thread-entity-list'.
3121
3122 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3123
3124         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3125         parameter from calling `wl-thread-entity-get-older-brothers' and
3126         `wl-thread-entity-get-younger-brothers'.
3127         Replace nested `append' with a single one.
3128
3129 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3130
3131         * wl-summary.el (wl-summary-mode): Don't use the return value of
3132         `make-local-hook'.
3133
3134 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3135
3136         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3137         instead of `let*'.
3138         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3139         of local variables.
3140
3141 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3144         Renamed from wl-summary-window-scroll-functions.
3145         (wl-summary-window-scroll-functions): Don't set to variable.
3146         (wl-summary-display-top): Use run-hooks.
3147         (wl-summary-display-bottom): Ditto.
3148         (wl-summary-toggle-disp-msg): Ditto.
3149         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3150         Use it instead of wl-summary-window-scroll-functions.
3151         (wl-summary-goto-folder-subr): Don't call
3152         wl-summary-window-scroll-functions, use
3153         wl-summary-buffer-window-scroll-functions instead.
3154
3155 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3156
3157         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3158         make-local-variable.
3159
3160 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3161
3162         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3163         set-buffer-modified-p.
3164         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3165         (wl-summary-display-bottom): Ditto.
3166         (wl-summary-toggle-disp-msg): Ditto.
3167
3168 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3169
3170         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3171
3172         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3173         (wl-summary-forward): Use elmo-message-entity-field instead of
3174         elmo-message-field.
3175
3176         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3177
3178 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179
3180         * wl-summary.el (wl-summary-window-scroll-functions): No use
3181         `append'.
3182
3183 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3184
3185         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3186         function.
3187         (wl-summary-window-scroll-functions): Call it when both
3188         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3189         (wl-summary-temp-mark): Added optional argument number.
3190         (wl-summary-message-mark): Added optional argument flag.
3191         (wl-summary-persistent-mark): Added optional argument number and flag.
3192         (wl-summary-update-persistent-mark): Ditto.
3193         (wl-summary-update-status-marks): Set "r" for interactive spec.
3194
3195         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3196         argument number and flag.
3197
3198         * wl-action.el (wl-summary-registered-temp-mark): 
3199         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3200
3201 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3202
3203         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3204         internal variable (buffer local).
3205         (wl-summary-window-scroll-functions): New function.
3206         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3207         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3208         as nil.
3209         (wl-summary-update-status-marks): Added arguments beg, end and
3210         check.
3211         (wl-summary-update-mark-window): Use function.
3212         (wl-summary-sync-update): Follow the change above.
3213         (wl-summary-switch-to-clone-buffer): Copy
3214         wl-summary-buffer-unsync-mark-number-list.
3215         (wl-summary-goto-folder-subr): Set
3216         wl-summary-buffer-unsync-mark-number-list and
3217         use wl-summary-window-scroll-functions instead of
3218         wl-summary-lazy-highlight.
3219
3220         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3221
3222 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3223
3224         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3225
3226         * wl-summary.el (wl-summary-update-persistent-mark): Call
3227         wl-summary-set-message-modified.
3228
3229         * wl-summary.el (wl-summary-sync-update): Don't call
3230         wl-summary-update-status-marks.
3231
3232         * Version number is increased to 2.11.18.
3233
3234 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3237         (wl-message-next-page): Ditto.
3238
3239 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3240
3241         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3242         local variable.  Change the order of a collected list into the
3243         same as the specified range.  Remove nil from a collected list.
3244
3245 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3246
3247         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3248         argument for elmo-folder-list-messages.
3249
3250 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3251
3252         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3253         change (wl-summary-count-unreads return a list instead of a cons
3254         cell).
3255
3256 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3257
3258         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3259         `wl-summary-folder-info-update'.
3260
3261 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3262
3263         * wl-summary.el (wl-summary-set-message-modified): No use
3264         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3265         (wl-summary-set-mark-modified): Abolish.
3266         (wl-summary-mark-modified-p): Ditto.
3267         (wl-summary-save-view): Follow the change above.
3268
3269         * wl-expire.el (wl-summary-expire): Likewise.
3270
3271 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3272
3273         * wl-summary.el (wl-summary-detect-mark-position): Use
3274         modb-entity-handler.
3275         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3276
3277         * Version number is increased to 2.11.17.
3278
3279 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3282         entity field value.
3283         (wl-summary-prefetch-msg): Ditto.
3284         (wl-summary-print-message-with-ps-print): Ditto.
3285
3286 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3289         for dummy entity.
3290         (wl-summary-insert-thread): Use elmo-message-entity-field.
3291         (wl-summary-update-thread): Use elmo-message-entity-field and
3292         elmo-message-entity-number.
3293         (wl-summary-line-number):  Use elmo-message-entity-number.
3294         (wl-summary-line-size): Use elmo-message-entity-field.
3295         (wl-summary-line-subject): Ditto.
3296         (wl-summary-line-from): Ditto.
3297         (wl-summary-line-attached): Ditto.
3298         (wl-summary-create-line): Ditto.
3299         (wl-summary-create-line): Use elmo-message-entity-number.
3300         (wl-summary-print-message-with-ps-print): Use
3301         elmo-message-entity-field.
3302
3303 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3304
3305         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3306         change in elmo-msgdb-make-message-entity.
3307         (wl-summary-buffer-set-folder): Don't call
3308         wl-summary-detect-mark-position here.
3309         (wl-summary-rescan): Call elmo-message-entity-number.
3310         (wl-summary-sync-update): Ditto.
3311         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3312
3313         * wl-score.el (wl-score-header-index): Redefine 2th element.
3314         (wl-score-overview-entity-get-extra): Abolish.
3315         (wl-score-ov-entity-get): Rewrite.
3316         (wl-score-string-index<, wl-score-string-func<): Abolish.
3317         (wl-score-string<): New function.
3318         (wl-score-string-sort): Use it.
3319
3320         * wl-refile.el (wl-refile-guess-by-history): Use
3321         elmo-message-entity-field.
3322         (wl-refile-guess-by-from): Ditto.
3323         (wl-refile-guess-by-msgid): Ditto.
3324
3325         * Version number is increased to 2.11.16.
3326
3327 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3328
3329         * wl-folder.el (wl-folder-confirm-existence): Don't call
3330         file-exists-p if msgdb-path is nil.
3331         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3332         `wl-read-folder-hist' to `wl-read-folder-history'.
3333
3334 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3335
3336         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3337         `y-or-n-p'.
3338
3339 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3340
3341         * wl-score.el (wl-score-headers): Don't use
3342         elmo-folder-do-each-message-entity.
3343
3344         * Version number is increased to 2.11.15.
3345
3346 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3347
3348         * wl-summary.el (wl-summary-delete-all-msgs): Use
3349         elmo-folder-move-messages instead of elmo-folder-delete-messages
3350         and elmo-folder-detach-messages.
3351         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3352
3353         * wl-expire.el (wl-expire-delete): Ditto.
3354         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3355
3356 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3357
3358         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3359         (wl-message-header-narrowing-fields): Ditto.
3360         (wl-message-header-narrowing-lines): Ditto.
3361         (wl-message-header-narrowing-string): Ditto.
3362
3363         * wl-summary.el (wl-summary-mode-map): Bind
3364         wl-summary-toggle-header-narrowing to "C-cC-f".
3365         (wl-summary-toggle-header-narrowing): New function.
3366
3367         * wl-message.el (wl-message-buffer-create): Call
3368         wl-message-header-narrowing-setup.
3369         (wl-message-redisplay): Call wl-message-header-narrowing.
3370         (wl-message-header-narrowing): New function.
3371         (wl-message-header-narrowing-map): New keymap.
3372         (wl-message-header-narrowing-widen-map): New keymap.
3373         (wl-message-header-narrowing-again-at-mouse): New function.
3374         (wl-message-header-narrowing-1): Ditto.
3375         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3376         (wl-message-header-narrowing-setup): Ditto.
3377         (wl-message-header-narrowing-toggle): Ditto.
3378         
3379         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3380
3381         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3382         'flag as all.
3383         (wl-use-flag-folder-help-echo): New user option.
3384
3385         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3386         wl-summary-highlight as nil.
3387         (wl-summary-set-mark-modified): Follow the API change.
3388         (wl-summary-mark-modified-p): Ditto.
3389         (wl-summary-mark-as-read-all): Ditto.
3390         (wl-summary-sync-marks): Don't call
3391         elmo-folder-list-messages-with-global-mark.
3392         (wl-summary-mark-as-read-internal): Follow the API change.
3393         (wl-summary-mark-as-answered-internal): Ditto.
3394         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3395         Follow the API change.
3396         (wl-summary-create-line): Call with number argument.
3397         (wl-summary-reply): Follow the API change.
3398
3399         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3400         function.
3401         (wl-highlight-summary-line-string): Call it when
3402         wl-use-flag-folder-help-echo is non-nil.
3403         (wl-highlight-summary-current-line): Ditto.
3404         (elmo-flag-folder-referrer): Added autoload setting.
3405
3406         * wl-draft.el (wl-draft-kill): Follow the API change.
3407
3408         * Version number is increased to 2.11.14.
3409         
3410 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3411
3412         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3413
3414 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * Version number is increased to 2.11.13.
3417
3418 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3419
3420         * wl-draft.el (wl-draft-previous-history-element): Fixed
3421         unbalanced parenthesis and bind unbound local variables.
3422
3423 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3424
3425         * wl-draft.el (wl-draft-previous-history-element): New function.
3426         (wl-draft-next-history-element): Ditto.
3427         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3428         them to M-p and M-n.
3429
3430 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3431
3432         * Version number is increased to 2.11.12.
3433
3434 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3435
3436         * wl-draft.el (wl-draft-hide): Select buffer-window.
3437
3438 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3439
3440         * wl-summary.el (wl-summary-narrow-to-region): New function.
3441         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3442         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3443         (wl-summary-save-region): Use it.
3444         * wl-action.el (wl-summary-collect-numbers-region)
3445         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3446
3447 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3448
3449         * wl-folder.el (wl-folder-count-incorporates): Don't use
3450         `elmo-msgdb-mark-load'
3451
3452         * Version number is increased to 2.11.11.
3453
3454 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3455
3456         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3457         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3458
3459 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3460
3461         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3462
3463 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * Version number is increased to 2.11.10.
3466
3467 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-mime.el (wl-draft-attribute-value): Fixed.
3470
3471 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3472
3473         * wl-util.el (wl-copy-local-variables): New function.
3474
3475         * wl-mime.el (wl-draft-attribute-recipients): New function.
3476         (wl-draft-attribute-envelope-from): Ditto.
3477         (wl-draft-attribute-smtp-posting-server): Ditto.
3478         (wl-draft-attribute-smtp-posting-port): Ditto.
3479         (wl-draft-attribute-value): Ditto.
3480         (wl-draft-preview-message): Use it to get value for
3481         attributes. Reflect result of `wl-draft-config'.
3482
3483         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3484         and call `wl-summary-mark-as-read' before to call
3485         `wl-summary-unset-mark'.
3486         (wl-summary-target-mark-mark-as-unread): Likewise.
3487         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3488
3489 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-mime.el (wl-draft-preview-message): Use actual value for
3492         attributes; Fix for small window.
3493
3494 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3495
3496         * wl-refile.el (wl-refile-get-field-value): Call
3497         `elmo-message-entity-field' with 3rd argument is non-nil.
3498
3499 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-vars.el (wl-draft-preview-attributes): New user option.
3502         (wl-draft-preview-attributes-list): Ditto.
3503         (wl-draft-preview-attributes-buffer-lines): Ditto.
3504         (wl-draft-preview-attributes-buffer-name): Ditto.
3505
3506         * wl-mime.el (wl-draft-preview-message): Display attributes.
3507
3508 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3509
3510         * wl-summary.el (wl-summary-detect-mark-position): Bind
3511         wl-summary-flag-priority-list to '(new).
3512
3513 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3514
3515         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3516         funtion.
3517         (wl-highlight-summary-line-string): Use it.
3518         (wl-highlight-summary-current-line): Ditto.
3519
3520 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3521
3522         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3523         line even when the mark string is not changed.
3524
3525         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3526         argument change in the wl-summary-create-line.
3527         (wl-thread-insert-entity-sub): Ditto.
3528
3529         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3530         argument change in the wl-summary-create-line.
3531         (wl-summary-insert-sequential): Ditto.
3532         (wl-summary-update-thread): Ditto.
3533         (wl-summary-persistent-mark-string): New inline function.
3534         (wl-summary-message-mark): Use it.
3535         (wl-summary-create-line): Abolish argument wl-persistent-mark
3536         and added wl-flags, wl-cached.
3537
3538         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3539         mark to flags.
3540         (wl-highlight-summary-current-line): Decide the face not by the 
3541         persistent mark but flags.
3542
3543 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3544
3545         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3546         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3547         wl-summary-read-uncached-mark): Revive.
3548         (wl-summary-answered-cached-mark,
3549         wl-summary-answered-uncached-mark): New user option.
3550         (wl-summary-score-marks): Follow the change above.
3551         (wl-summary-auto-refile-skip-marks): Ditto.
3552         (wl-summary-incorporate-marks): Ditto.
3553         (wl-summary-expire-reserve-marks): Ditto.
3554         (wl-summary-flag-priority-list): New user option.
3555
3556         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3557         changes.
3558         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3559         of elmo-message-mark.
3560         (wl-summary-mark-as-read-internal): Ditto.
3561         (wl-summary-mark-as-answered): Ditto.
3562         (wl-summary-mark-as-important): Ditto.
3563         (wl-summary-redisplay-internal): Ditto.
3564         (wl-summary-redisplay-no-mime-internal): Ditto.
3565         (wl-summary-message-mark): New function.
3566         (wl-summary-insert-sequential): Use wl-summary-message-mark
3567         instead of elmo-message-mark.
3568         (wl-summary-update-thread): Ditto.
3569         (wl-summary-persistent-mark): Ditto.
3570         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3571         instead of elmo-message-mark.
3572
3573         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3574         wl-summary-message-mark instead of elmo-message-mark.
3575         (wl-thread-insert-entity-sub): Ditto.
3576         (wl-thread-get-children-msgs-uncached): Ditto.
3577
3578         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3579         variable name changes.
3580         (wl-highlight-summary-current-line): Ditto.
3581
3582         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3583         wl-summary-message-mark instead of elmo-message-mark.
3584
3585         * wl-expire.el (wl-expire-message-p): Ditto.
3586
3587         * wl-score.el (wl-score-headers): Ditto.
3588
3589         * Version number is increased to 2.11.9.
3590
3591         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3592         (wl-summary-sync-update): Follow the change above.
3593         (wl-summary-switch-to-clone-buffer): Ditto.
3594         (wl-summary-open-folder): Ditto.
3595
3596 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3597
3598         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3599         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3600
3601         * Version number is increased to 2.11.8.
3602
3603         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3604
3605         * wl-expire.el (wl-expire-refile): Follow the API change on
3606         `elmo-folder-move-messages'.
3607         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3608
3609         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3610         (wl-summary-exec-action-refile): Ditto.
3611         (wl-summary-exec-action-copy): Ditto.
3612         (wl-summary-no-auto-refile-message-p): No use
3613         `wl-summary-buffer-msgdb'.
3614         (wl-summary-auto-refile): Ditto.
3615
3616 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3617
3618         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3619
3620 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3621
3622         * wl-summary.el (wl-summary-sync): Treat no-sync.
3623
3624         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3625         (wl-default-sync-range): Ditto.
3626
3627 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3628
3629         * wl-refile.el (wl-refile-subject-learn): Call
3630         `elmo-message-entity-field' with 3rd argument is non-nil.
3631         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3632         instead of `elmo-msgdb-overview-entity-get-subject'.
3633
3634 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3635
3636         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3637         scan-type is rescan.
3638         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3639         new optional argument force is non-nil.
3640         (wl-summary-save-view-cache): Call it with force argument non-nil.
3641
3642         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3643
3644 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3645
3646         * wl-action.el (wl-summary-print-argument): Fixed last change.
3647
3648 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3649
3650         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3651         simplified.
3652         (wl-summary-target-mark-mark-as-unread): Likewise.
3653         (wl-summary-target-mark-mark-as-important): Likewise.
3654
3655 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3656
3657         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3658         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3659         (wl-summary-mark-as-important-region): Change accordingly.
3660         (wl-summary-target-mark-mark-as-important): Ditto.
3661
3662 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3663
3664         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3665
3666         * wl-action.el (wl-summary-print-argument): Print argument to
3667         right side of window if `wl-summary-print-argument-within-window'
3668         is non-nil.
3669
3670 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3671
3672         * wl-action.el (wl-summary-set-mark): Use
3673         `wl-summary-message-visible-p' to check visibility of the message
3674         and jump to message only when the message line is visible and have
3675         different number; Call wl-summary-unset-mark with number argument.
3676         (wl-summary-unset-mark): 
3677         Use `wl-summary-message-visible-p'
3678         to check visibility of the message and jump to message only when
3679         the message line is visible and have different number;
3680
3681 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3682
3683         * Version number is increased to 2.11.7.
3684
3685         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3686         and wl-folder-summary-line-format.
3687
3688         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3689         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3690         (wl-summary-set-score-mark): Use it.
3691         (wl-summary-target-mark-mark-as-read): Ditto.
3692         (wl-summary-target-mark-mark-as-unread): Ditto.
3693         (wl-summary-target-mark-mark-as-important): Ditto.
3694         (wl-summary-target-mark-msgs): Simplified.
3695         (wl-summary-detect-mark-position): Fixed problem when
3696         summary-line-format no contain persisten/temp mark spec.
3697         (wl-summary-temp-mark): Ditto.
3698         (wl-summary-persistent-mark): Ditto.
3699         (wl-summary-update-persistent-mark): Ditto.
3700
3701         * wl-action.el (wl-summary-set-mark): Ditto.
3702         (wl-summary-unset-mark): Ditto.
3703         All other related portions are changed.
3704
3705 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * Version number is increased to 2.11.6.
3708
3709 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * wl-util.el (wl-current-message-buffer): Define as function;
3712         Don't use the value of wl-messge-buffer.
3713
3714         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3715         persistent mark.
3716
3717         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3718         no current message, cause an error.
3719
3720 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3721
3722         * wl-summary.el (wl-summary-set-message-modified): Use
3723         elmo-folder-set-message-modified instead of
3724         elmo-folder-set-message-modified-internal.
3725
3726 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3727
3728         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3729         interactively.
3730         (wl-summary-sync): nokill->entirely.
3731         (wl-summary-sync-marks): Fixed message.
3732         (wl-summary-input-range): Added mark, nokill->entirely.
3733
3734         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3735         messages as read.
3736
3737 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3738
3739         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3740         update-noscore.
3741         (wl-summary-sync): Follow the change above.
3742
3743 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3744
3745         * wl-action.el (wl-summary-target-mark-all): Use
3746         elmo-folder-list-messages.
3747
3748 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3751         (wl-summary-rescan): Set wl-summary-scored as nil.
3752         (wl-summary-sync-force-update): Follow the change above.
3753         (wl-summary-sync): Ditto.
3754         (wl-summary-sync-update): Added argument disable-killed.
3755         (wl-summary-insert-headers): Set visible-only argument for
3756         elmo-folder-list-messages.
3757         (wl-summary-input-range): Added update-nokill, update-noscore,
3758         all-nokill, all-noscore and mark.
3759
3760         * Version number is increased to 2.11.5.
3761
3762         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3763
3764 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3765
3766         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3767         (wl-summary-prefetch-region-no-mark): Change accordingly.
3768         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3769
3770 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3771
3772         * wl-address.el (wl-complete-field-to): Abolished.
3773         (wl-complete-address): Completion function for completing-read.
3774         * wl-action.el (wl-summary-get-resend-address): Use it.
3775
3776         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3777         wl-summary-update-mark and abolish unused argument.
3778         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3779         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3780         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3781         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3782         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3783         * wl-draft.el (wl-draft-kill): Ditto.
3784
3785         * wl-summary.el: Remove unused binding of case-fold-search.
3786         (wl-summary-replace-status-marks): Abolished.
3787
3788 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3791         is specified or folder length is zero.
3792
3793 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3794
3795         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3796         (wl-folder-archive-current-entity): Ditto.
3797
3798 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3801         retrieving message mark.
3802         (wl-summary-redisplay-internal): Ditto.
3803
3804         * wl-message.el (wl-message-buffer-display): Ignore errors while
3805         retrieving message-id field.
3806
3807         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3808         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3809         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3810         order of the arguments for `wl-expire-message-p'.
3811         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3812
3813         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3814         Check return value of wl-summary-reply.
3815         (wl-summary-reply): Recover window configuration when an error occured.
3816
3817 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3818
3819         * wl-summary.el (wl-summary-resend-message): Abolished, the
3820         feature is inherited by wl-summary-resend (put resend mark).
3821
3822 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3823
3824         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3825         wl-message-buffer to nil when the message is hide.
3826
3827 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3828
3829         * .cvsignore: New file.
3830
3831 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3832
3833         * wl-action.el (wl-summary-action-docstring): Add more info.
3834         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3835         duplicate definition.
3836         (wl-summary-define-mark-action): Functions wl-summary-*-region
3837         keep current position.
3838         (wl-summary-unregister-target-mark): Store result to the variable.
3839
3840 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * Version number is increased to 2.11.4.
3843
3844 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3847         wl-summary-delete-all-temp-marks.
3848         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3849
3850         * wl-action.el (wl-summary-set-mark): Changed terminology
3851         refile-destination -> action-argument.
3852         (wl-summary-unset-mark): Ditto.
3853         (wl-summary-remove-argument): Ditto.
3854         (wl-summary-print-argument): Ditto.
3855
3856         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3857         (wl-thread-remove-argument-region): Ditto.
3858         (wl-thread-print-argument-region): Ditto.
3859         (wl-thread-close): Ditto.
3860         (wl-thread-open): Ditto.
3861
3862         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3863         (wl-highlight-refile-destination-face is abolished)
3864         (wl-highlight-action-argument-string): Ditto.
3865         (wl-highlight-summary-current-line): Highlight action argument.
3866
3867         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3868         color for light backgrounds.
3869         (wl-highlight-summary-answered-face): Ditto.
3870
3871 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3874
3875         * wl-score.el (wl-summary-score-update-all-lines): Use
3876         wl-summary-set-mark.
3877         (wl-summary-score-update-all-lines): Kill expunged messages.
3878
3879         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3880
3881 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3882
3883         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3884         directly.
3885         (wl-score-overview-entity-get-lines): Ditto.
3886         (wl-score-overview-entity-get-xref): Ditto.
3887         (wl-score-get-latest-msgs): Ditto.
3888         (wl-summary-rescore): Ditto.
3889
3890         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3891         to "&".
3892         (wl-summary-mark-as-answered-internal): New inline function.
3893         (wl-summary-mark-as-answered): New function.
3894         (wl-summary-mark-as-unanswered): Ditto.
3895         (wl-summary-sync-marks): Modified for answered-mark synching.
3896
3897 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3898
3899         * wl-action.el (wl-summary-set-mark): Fixed last change.
3900
3901 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3902
3903         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3904         behavior of wl-summary-unread-message-hook
3905         (Pointed out by akira yamada <akira@arika.org>).
3906
3907 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3908
3909         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3910         wl-summary-delete.
3911         * wl-xmas.el (wl-summary-toolbar): Ditto.
3912
3913         * wl-action.el (wl-summary-set-mark): Don't override current
3914         temp-mark.
3915
3916         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3917
3918 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3919
3920         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3921         (wl-refile-msgid-learn): Ditto.
3922         (wl-refile-get-field-value): Ditto.
3923
3924         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3925
3926         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3927         (wl-expire-delete-reserved-messages): Renamed from
3928         wl-expire-reserve-marked-msgs-from-list.
3929         (wl-expire-delete): Removed argument `msgdb'.
3930         (wl-expire-refile): Ditto.
3931         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3932         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3933         mark-alist as argument.
3934         (wl-expire-archive-number1): Removed argument `msgdb'.
3935         (wl-expire-archive-number2): Ditto.
3936         (wl-expire-archive-date): Ditto.
3937         (wl-expire-localdir-date): Ditto.
3938         (wl-expire-hide): Ditto.
3939         (wl-archive-number1): Ditto.
3940         (wl-archive-number2): Ditto.
3941         (wl-archive-date): Ditto.
3942         (wl-archive-folder): Ditto.
3943         All other related portions are changed.
3944
3945 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3946
3947         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3948         mean move up and down. (suggested by Takashi Kawachi)
3949
3950 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3951
3952         * wl-acap.el (toplevel): Don't require un-define.
3953
3954 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3955
3956         * wl-thread.el (wl-thread-delete-message): Always update
3957         wl-summary-buffer-number-list.
3958
3959         * wl-action.el (wl-summary-print-destination): 
3960         Do nothing when folder is nil.
3961
3962 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3963
3964         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3965         persistent mark when prefetch is succeeded.
3966
3967 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3970         instead of elmo-msgdb-delete-msgs.
3971         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3972         (wl-expire-hide): Ditto.
3973
3974         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3975
3976         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3977         elmo-msgdb interface.
3978         (wl-thread-get-exist-children): Likewise.
3979         (wl-thread-insert-message): Likewise.
3980         (wl-thread-msg-mark-as-important): Likewise.
3981         (wl-thread-insert-entity-sub): Likewise.
3982         (wl-thread-get-children-msgs-uncached): Likewise.
3983
3984         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3985         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3986         (wl-summary-sync-update): Likewise.
3987         (wl-summary-auto-select-msg-p): Likewise.
3988         (wl-summary-update-thread): Likewise.
3989         (wl-summary-mark-as-important): Likewise.
3990         (wl-summary-jump-to-msg-internal): Likewise.
3991         (wl-summary-redisplay-internal): Likewise.
3992         (wl-summary-print-message-with-ps-print): Likewise.
3993         (wl-summary-folder-info-update): Likewise.
3994
3995         * wl-folder.el (wl-folder-check-one-entity):
3996         elmo-folder-count-flags instead of wl-summary-count-unread.
3997
3998         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3999
4000         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4001
4002         * wl-summary.el (wl-summary-set-message-modified): 
4003         Call wl-summary-set-mark-modified.
4004         (wl-summary-delete-messages-on-buffer): Call
4005         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4006         (wl-summary-sync-update): Call elmo-folder-length instead of
4007         elmo-folder-messages.
4008         (wl-summary-insert-headers): Don't call
4009         elmo-folder-list-message-entities.
4010
4011 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4012
4013         * wl-action.el (wl-summary-define-mark-action): Call
4014         `wl-summary-set-mark' with argument `data'.
4015         (wl-summary-auto-refile): Fixed order of arguments when call
4016         `wl-summary-refile'.
4017
4018 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4019
4020         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4021
4022         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4023
4024         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4025         (Renamed from wl-highlight-summary-deleted-face).
4026         (wl-highlight-summary-resend-face): New face.
4027
4028         (wl-highlight-summary-deleted-face): Renamed from
4029         wl-highlight-summary-erased-face.
4030
4031         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4032
4033         * wl-action.el (wl-summary-get-resend-address): New function.
4034         (wl-summary-exec-action-resend): Ditto.
4035         (wl-summary-exec-action-resend-subr): Ditto.
4036
4037         * w-thread.el (wl-thread-copy): Removed definition.
4038         (wl-thread-refile): Ditto.
4039         (wl-thread-delete): Ditto.
4040         (wl-thread-target-mark): Ditto.
4041
4042         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4043         (wl-summary-target-mark-set-action): Fixed.
4044         (wl-summary-define-mark-action): Fixed quotation.
4045         (wl-summary-move-mark-list-messages): Display message.
4046         (wl-summary-define-mark-action): Define thread functions.
4047         (wl-summary-exec-action-refile): Changed message.
4048         (wl-summary-exec): Ditto.
4049
4050 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4051         
4052         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4053         '%%'.
4054
4055 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4056
4057         * wl.el (toplevel): Require wl-action.
4058         (wl-init): Call wl-summary-define-mark-action.
4059
4060         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4061
4062         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4063         wl-summary-delete and wl-summary-erase.
4064         (wl-summary-mode-map): Ditto.
4065
4066         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4067         wl-delete-folder-alist.
4068
4069         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4070         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4071         (toplevel): Moved mark & action related functions to the wl-action.el.
4072
4073         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4074         in wl-summary-mark-action-list.
4075         (wl-highlight-summary-current-line): Ditto.
4076
4077         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4078         empty lines.
4079
4080         * wl-action.el: New file. 
4081
4082 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4083
4084         * wl-summary.el (wl-summary-target-mark-replace): New function.
4085         (wl-summary-target-mark-prefetch): Use it.
4086         (wl-summary-target-mark-delete): Ditto.
4087         (toplevel): Rearranged definition order.
4088         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4089         (wl-summary-target-mark-erase): Rewrite.
4090         (wl-summary-erase-region): New function.
4091         (wl-summary-exec-action-erase): Changed message.
4092         (wl-summary-move-mark-list-messages): New function.
4093         (wl-summary-exec-action-delete): Use it.
4094         (wl-summary-exec-action-erase): Ditto.
4095
4096         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4097         (wl-summary-skip-mark-list): Added "d".
4098
4099         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4100         while searching.
4101
4102         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4103         and define using defcustom;
4104         Define 4th element as a face.
4105         
4106         * wl-summary.el (wl-summary-incorporate): Use 
4107         `wl-summary-prefetch-region-no-mark' instead of
4108         `wl-summary-prefetch-region'.
4109         (wl-summary-prefetch-region-no-mark): Revival of old
4110         `wl-summary-prefetch-region'.
4111         (wl-summary-mark-action-list): Moved to wl-vars.el
4112
4113         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4114         face according to the `wl-summary-mark-action-list'.
4115         (wl-highlight-summary-current-line): Ditto;
4116         Removed destination highlighting.
4117
4118         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4119         (wl-highlight-summary-line-string): Highlight for "i" mark.
4120         (wl-highlight-summary-current-line): Ditto.
4121
4122         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4123         no destination.
4124
4125         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4126         exists, just go ahead.
4127         (wl-summary-prefetch-region): Rewrite.
4128         (wl-summary-prefetch): Ditto.
4129         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4130         (wl-summary-exec-action-prefetch): New function.
4131         (wl-summary-target-mark-prefetch): Rewrite.
4132
4133 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4134
4135         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4136         (wl-highlight-summary-line-string): Added "d" and "D".
4137         (wl-highlight-summary-current-line): Ditto.
4138
4139         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4140         in wl-summary.el.
4141         (wl-thread-insert-entity-sub): Ditto.
4142         (wl-thread-remove-destination-region): Ditto.
4143         (wl-thread-print-destination-region): Ditto.
4144
4145         * wl-summary.el (wl-summary-buffer-refile-list,
4146         wl-summary-buffer-delete-list,
4147         wl-summary-buffer-copy-list): Abolish.
4148         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4149         All other related portions are changed.
4150         (wl-summary-mark-action-list): New variable.
4151         (wl-summary-set-mark): New function.
4152         (wl-summary-register-target-mark): Ditto.
4153         (wl-summary-unregister-target-mark): Ditto.
4154         (wl-summary-have-target-mark-p): Ditto.
4155         (wl-summary-register-temp-mark): Ditto.
4156         (wl-summary-unregister-temp-mark): Ditto.
4157         (wl-summary-registered-temp-mark): Ditto.
4158         (wl-summary-collect-temp-mark): Ditto.
4159         (wl-summary-unset-mark): Ditto.
4160         (wl-summary-set-target-mark): Ditto.
4161         (wl-summary-unset-target-mark): Ditto.
4162         (wl-summary-set-action-generic): Ditto.
4163         (wl-summary-unset-action-generic): Ditto.
4164         (wl-summary-exec-action-delete): Ditto.
4165         (wl-summary-exec-action-erase): Ditto.
4166         (wl-summary-set-action-refile): Ditto.
4167         (wl-summary-set-action-refile-subr): Ditto.
4168         (wl-summary-unset-action-refile): Ditto.
4169         (wl-summary-make-destination-numbers-list): Ditto.
4170         (wl-summary-exec-action-refile): Ditto.
4171         (wl-summary-set-action-copy): Ditto.
4172         (wl-summary-unset-action-copy): Ditto.
4173         (wl-summary-exec-action-copy): Ditto.
4174         (wl-summary-collect-numbers-region): Ditto.
4175         (wl-summary-delete): Rewrite.
4176         (wl-summary-erase): Ditto.
4177         (wl-summary-remove-destination): Ditto.
4178         (wl-summary-exec): Ditto.
4179         (wl-summary-exec-region): Ditto.
4180         (wl-summary-target-mark-erase): Ditto.
4181         (wl-summary-refile): Ditto.
4182         (wl-summary-copy): Ditto.
4183         (wl-summary-unmark): Ditto.
4184         (wl-summary-delete-all-mark): Ditto.
4185         (wl-summary-mark-line): Don't highlight.
4186         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4187         (wl-summary-target-mark-refile-subr): Rewrite.
4188
4189         (wl-summary-copy-prev-destination): Abolish.
4190
4191 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4192
4193         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4194         default values along the value of wl-on-mule.
4195         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4196         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4197         It is not used anywhere.
4198
4199 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4200
4201         * wl-summary.el (wl-summary-print-destination): Keep position.
4202         (wl-summary-cursor-move-surface): Keep horizontal position.
4203
4204 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4205
4206         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4207         write sendlog.
4208
4209 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4210
4211         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4212         `wl-summary-highlight'.
4213
4214 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4215
4216         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4217         trivial condition for temp-mark.
4218
4219 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4220
4221         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4222         when it hits killed buffer.
4223
4224 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4225
4226         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4227         * wl-news.el.in: `message' and `error' take format string.
4228
4229 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4230
4231         * wl-folder (wl-folder-insert-entity): Display a message,
4232         `...done', when the work finish.
4233         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4234
4235 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4236
4237         * wl-message.el (wl-message-redisplay): Remove unused local
4238         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4239
4240 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4241
4242         * wl-summary.el (wl-summary-replace-status-marks): Disable
4243         interactive use.
4244         (wl-summary-reedit): Check message existence at first.
4245         (wl-summary-mark-line): Fix doc, return value is indefinite.
4246
4247         * wl-highlight.el (wl-highlight-message): Arranged.
4248
4249         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4250         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4251         check temp-mark by wl-summary-temp-mark always.
4252         (wl-highlight-summary): Change accordingly.
4253         * wl-summary.el (wl-summary-mark-as-read-all)
4254         (wl-summary-delete-cache, wl-summary-set-score-mark)
4255         (wl-summary-mark-as-unread, wl-summary-unmark)
4256         (wl-summary-mark-line, wl-summary-mark-as-read)
4257         (wl-summary-mark-as-important): Ditto.
4258
4259         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4260         end of the window if possible.
4261         * wl-summary.el (wl-summary-sync-update): Support lazy
4262         highlighting.
4263         (wl-summary-toggle-disp-msg): Ditto.
4264
4265 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4266
4267         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4268
4269 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4270
4271         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4272         change.
4273
4274 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4275
4276         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4277         API.
4278         (wl-summary-sync-update): Ditto.
4279
4280         * wl-score.el (wl-score-get-score-alist): Changed argument.
4281         (wl-summary-rescore-msgs): Likewise.
4282         (wl-summary-score-headers): Likewise.
4283         (wl-score-headers): Likewise;
4284         Use elmo-folder-do-each-message-entity, etc.
4285         (wl-summary-score-effect): Follow the changes above.
4286         (wl-summary-rescore): Ditto.
4287         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4288         (wl-score-get-overview): Abolish.
4289
4290         * wl-summary.el (wl-summary-default-from): Follow the API change in
4291         elmo-msgdb.
4292         (wl-summary-count-unread): Ditto.
4293         (wl-summary-detect-mark-position): Ditto.
4294         (wl-summary-overview-entity-compare-by-date): Ditto.
4295         (wl-summary-overview-entity-compare-by-number): Ditto.
4296         (wl-summary-overview-entity-compare-by-from): Ditto.
4297         (wl-summary-overview-entity-compare-by-subject): Ditto.
4298         (wl-summary-get-list-info): Ditto.
4299         (wl-summary-rescan): Ditto.
4300         (wl-summary-jump-to-msg-by-message-id): Ditto.
4301         (wl-summary-sync-update): Ditto; Removed comment.
4302         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4303         (wl-summary-insert-message): Use wl-summary-insert
4304         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4305         (wl-summary-insert-headers): Changed argument overview to folder.
4306         (wl-summary-search-by-subject): Likewise.
4307         (wl-summary-insert-thread): Renamed from 
4308         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4309
4310         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4311         too.
4312
4313         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4314         wl-string-member.
4315
4316 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4317
4318         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4319         elmo-folder-append-buffer.
4320         (wl-draft-queue-append): Likewise.
4321
4322         * wl-mime.el (wl-message-delete-current-part): Ditto.
4323         (wl-summary-burst-subr): Ditto.
4324
4325         * wl-news.el.in (wl-news-send-news): Ditto.
4326
4327 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4328
4329         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4330         function.
4331         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4332         (wl-summary-update-mark): Enclose with save-excursion.
4333         (wl-summary-mark-as-read-internal): Fixed last change.
4334         (wl-summary-mark-as-important): Use 3rd argument of
4335         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4336         Don't use elmo-msgdb-set-mark.
4337         (wl-summary-redisplay-internal): If msgdb flag is already read,
4338         just update the mark on buffer.
4339
4340 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4341
4342         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4343         cut visible folder when elmo-folder-delete returns non-nil value.
4344
4345 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4346
4347         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4348         by Kenichi OKADA <okada@opaopa.org>).
4349
4350 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4351
4352         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4353
4354 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4355
4356         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4357         Fixed the last change, search group entity by its real name.
4358         (Thanks to: KOBAYASHI Shinji)
4359
4360 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4361
4362         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4363         (wl-fldmgr-access-display-all): Don't refer visible name.
4364         * wl-expire.el (wl-folder-archive-current-entity)
4365         (wl-folder-expire-current-entity): Ditto.
4366         * wl-folder.el (wl-folder-jump-to-current-entity)
4367         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4368         (wl-folder-open-folder-sub,wl-folder-open-all)
4369         (wl-folder-write-current-folder): Ditto.
4370         (wl-folder-insert-entity): Don't use petname for normal group.
4371         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4372         is the real name.
4373         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4374         Abolished.
4375
4376 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4377
4378         * wl-draft.el (wl-draft-create-buffer): Add
4379         `wl-summary-reply-with-citation'
4380
4381 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4382
4383         * wl-draft.el (wl-draft-reply): Fixed.
4384
4385 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4388         when `wl-draft-send-confirm-with-preview' is non-nil.
4389         You can scroll up/down by j/k.
4390         (wl-draft-send-confirm-with-preview): New variable (default=t).
4391
4392 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4395         (wl-fldmgr-save-folders): Fix comment.
4396
4397 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4400         along the last change in `wl-folder-buffer-group-p'.
4401
4402 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4405         folder.
4406
4407         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4408         the default value.
4409
4410         * wl-mime.el (wl-summary-burst): Update summary only when target
4411         folder equals current folder.
4412
4413 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4416
4417 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4418
4419         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4420         value.
4421
4422 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4425         `map-extents' instead of `extent-at' repeatedly.
4426         (wl-highlight-folder-current-line): Ditto.
4427
4428         * wl-highlight.el: Remove useless dummy functions.
4429
4430 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4433         (wl-folder-put-folder-property): New function to put text property.
4434         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4435         (wl-folder-insert-entity, wl-folder-update-diff-line)
4436         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4437         * wl-e21.el, wl-xmas.el, wl-mule.el
4438         (wl-highlight-folder-current-line): Ditto.
4439         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4440         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4441         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4442         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4443
4444 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4445
4446         * Version number is increased to 2.11.3.
4447
4448 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4451         Resume current-buffer since it is assumed by remaining tasks.
4452
4453 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4456         (wl-folder-completion-function): Abolished.
4457         (wl-folder-complete-folder): New function.
4458         (wl-folder-complete-filter-condition): Ditto.
4459         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4460         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4461
4462 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-draft.el (wl-draft-send-confirm): New function.
4465         (wl-draft-send): Use it.
4466
4467         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4468         cursor-in-echo-area while confirming.
4469
4470         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4471
4472         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4473         searching via nntp if wl-summary-search-via-nntp is 'force.
4474         Otherwise, invoke searching in nntp folder only.
4475         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4476
4477         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4478         explicitly for mime-make-text-tag.
4479
4480 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4481
4482         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4483         `mime-make-text-tag' instead of `mime-create-tag'.
4484
4485 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4486
4487         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4488         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4489
4490 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4491
4492         * wl-score.el (wl-score-save): Bind print-length and print-level.
4493         (wl-score-pretty-print): Ditto.
4494         (wl-score-edit-insert-header-entry): Ditto.
4495
4496         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4497         "From" entry to be treated with wl-draft-eword-encode-address-list.
4498         * wl-mime.el (wl-draft-preview-message): Ditto.
4499
4500         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4501         (wl-summary-mark-as-unread): Ditto.
4502         (wl-summary-mark-as-read-region): Change accordingly.
4503         (wl-summary-mark-as-unread-region): Ditto.
4504         (wl-summary-target-mark-mark-as-read): Ditto.
4505         (wl-summary-target-mark-mark-as-unread): Ditto.
4506
4507 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * Version number is increased to 2.11.2.
4510
4511 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-news.el.in (wl-news-previous-version-save): Bind
4514         print-length and print-level.
4515         * wl-thread.el (wl-thread-save-entities): Ditto.
4516         (wl-thread-save-top-list): Bind print-length.
4517
4518 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * wl-highlight.el (wl-highlight-summary-line-string): Use
4521         wl-summary-score-below-mark, wl-summary-score-over-mark.
4522         (wl-highlight-summary-current-line): Ditto.
4523
4524 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4527         insert it.
4528
4529 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4530
4531         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4532
4533 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4534
4535         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4536         message without msgid.
4537         Rewrite with elmo-folder-move-messages.
4538         Set wl-message-buffer to nil.
4539
4540         * wl-summary.el (wl-summary-erase-subr): New function. Use
4541         elmo-folder-move-messages.
4542         (wl-summary-erase): Call it.
4543         (wl-summary-target-mark-erase): Ditto.
4544
4545 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4548         it is not up-tp-date.
4549
4550 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4553         buffer after calling `wl-summary-goto-folder-subr' without the
4554         argument `interactive'.
4555         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4556
4557 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4558
4559         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4560         `mime-create-tag'. Use `string=' instead of `looking-at'.
4561
4562 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4565         to avoid compile warning.
4566
4567         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4568         entity-id when folder is given.
4569         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4570         save-excursion, use save-selected-window instead.
4571         Select folder buffer window if exists.
4572         (To correct behavior with wl-folder-move-cur-folder.)
4573
4574 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4575
4576         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4577
4578 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4579
4580         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4581         list-count instead of %d.
4582
4583 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4584
4585         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4586         (wl-news): Set it.
4587         (wl-news-append-to-folder): Use it.
4588
4589         * wl-news.el.in (wl-news-send-news): Append to specified folder
4590         instead of wl-default-folder.
4591         (wl-news-append-to-folder): Show error message with specified folder.
4592
4593         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4594                 In most major modes, Emacs assumes that any opening
4595                 delimiter found at the left margin is the start of a
4596                 top-level definition, or defun. Therefore, *never put an
4597                 opening delimiter at the left margin unless it should have
4598                 that significance.*
4599
4600         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4601
4602 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4603
4604         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4605
4606 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4607
4608         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4609
4610 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4611
4612         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4613         for sequential numbering case.
4614
4615 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4618         value.
4619         (wl-draft-reply-without-argument-list): Ditto.
4620         (wl-draft-reply-myself-with-argument-list): Abolish.
4621         (wl-draft-reply-myself-without-argument-list): Ditto.
4622         * wl-draft.el (wl-draft-self-reply-p): New function.
4623         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4624
4625 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4628         (avoid error for the case without byte-compiling)
4629
4630 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4631
4632         * wl-news.el.in (wl-news-append-to-folder): New function.
4633         (wl-news-exit): Rewrite.
4634         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4635
4636 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * wl-draft.el (wl-draft-reply-position): New function.
4639         (wl-draft-reply-position): Fix.
4640         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4641         (wl-summary-target-mark-reply-with-citation): Ditto.
4642         (wl-summary-reply-with-citation): Ditto.
4643         * wl-vars.el (wl-draft-reply-default-position): New variable.
4644
4645 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4646
4647         * wl-draft.el (wl-draft-send): Preview when interactive send.
4648
4649 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4650
4651         * wl-draft.el (wl-draft-reply): Set default position.
4652         * wl-summary.el (wl-summary-reply): Ditto.
4653         (wl-summary-reply-with-citation): Ditto.
4654         (wl-summary-target-mark-reply-with-citation): Ditto.
4655
4656 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4657
4658         * wl-news.el.in (wl-news-lang): Set default value according to
4659         current-language-environment.
4660         (wl-news-append-news): Do nothing when news-list is nil.
4661
4662 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4665         (wl-news): Change message.
4666         (wl-news-exit): Check buffer.
4667         (wl-news-force-exit): New function.
4668         (wl-news-show-all): New function.
4669         (wl-news-discard-and-exit): Fix.
4670
4671 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4672
4673         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4674         according to current-language-environment.
4675
4676         * wl-news.el.in (wl-news): If arg, show all NEWS after
4677         wl-news-default-previous-version.
4678
4679 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4680
4681         * wl-news.el.in (wl-news-check): Rewritten.
4682         (wl-news-previous-version-load): Change data type.
4683         (wl-news-previous-version-save): Change data type.
4684         (wl-news-append-news): Add return value.
4685         (wl-news-check-news): New function.
4686         (wl-news-already-current-p): New function.
4687         (wl-news-send-news): Rewritten.
4688         (wl-news-mode-map): Add new keybind.
4689         (wl-news): Rewritten.
4690         (wl-news-exit): Rewritten.
4691         (wl-news-discard-and-mail): New function.
4692         (wl-news-send-to-address): Abolished.
4693         * wl.el (wl-init): Delete a message.
4694
4695 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-news.el.in (wl-news-exit): Update previous version.
4698         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4699
4700 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4703
4704 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-news.el.in (wl-news): New function.
4707         (wl-news-mode): New function.
4708         (wl-news-next-line): New function.
4709         (wl-news-next-page): New function.
4710         (wl-news-exit): New function.
4711         (wl-news-buf-name): New variable.
4712         (wl-news-mode-map): New variable.
4713         (wl-news-winconf): New variable.
4714         (wl-news-append-news): Add an option.
4715
4716 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4717
4718         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4719
4720 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-news.el.in (wl-news-send-to-address): New variable.
4723         (wl-news-send-news): Use it.
4724         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4725         Return updating status.
4726         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4727
4728 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl-news.el.in (wl-news-send-news): Delete
4731         Organization and X-Face.
4732
4733 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4734
4735         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4736         (wl-news-append-news): New function.
4737         (wl-news-send-news): New function.
4738
4739 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4740
4741         * Version number is increased to 2.11.1.
4742
4743 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4744
4745         * wl-news.el.in : New file.
4746
4747 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4748
4749         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4750         default value.
4751         (wl-draft-reply-without-argument-list): Ditto.
4752
4753 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4756         (wl-message-buffer-prefetch-idle-time): Ditto.
4757         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4758
4759 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-thread.el (wl-thread-insert-message): Use
4762         wl-summary-max-thread-depth.
4763
4764         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4765         loop detection.
4766
4767         * wl-message.el (wl-message-buffer-display): Back to the first page
4768         when cache is hit.
4769
4770 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4773
4774         * wl-summary.el (wl-summary-insert-thread-entity):
4775         If the thread depth is reached to wl-summary-max-thread-depth,
4776         divide the thread.
4777
4778 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4779
4780         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4781         for elmo-remove-passwd.
4782
4783 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4784
4785         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4786         folder is sticky.
4787         (wl-folder-mark-as-read-all-entity): Ditto.
4788         (wl-folder-prefetch-entity): Ditto.
4789
4790 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4791
4792         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4793
4794 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4797         Delete messages on buffer for unplugged operation.
4798         (wl-summary-erase): Ditto.
4799
4800 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4801
4802         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4803         take nil so as not to search parent by subject.
4804
4805 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4806
4807         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4808         (wl-folder-get-next-folder): Ditto.
4809         (wl-folder-get-path): Ditto.
4810
4811 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4812
4813         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4814         system and encode the region with it before verifying.
4815
4816 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4817
4818         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4819         system of the echo buffer before decoding.
4820
4821 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4822
4823         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4824         original contents.
4825
4826 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4829         with argument 'any-exists.
4830
4831 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4832
4833         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4834         Use `wl-cs-autoconv'.
4835
4836 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4837
4838         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4839         by `mime-view-automatic-conversion'.
4840
4841         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4842         (wl-message-verify-pgp-nonmime): Ditto.
4843         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4844         Bind them to C-c:d and C-c:v respectively.
4845
4846         Merge following code by Teranishi-san from [wl-en:00167].
4847         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4848         (wl-mime-preview-application/pgp-encrypted): Ditto.
4849         (wl-mime-setup): Add entry.
4850
4851 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4852
4853         * wl-summary.el (wl-summary-target-mark-erase): New function.
4854         Bind it to "mD".
4855
4856 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-vars.el (wl-draft-write-file-function): Fix.
4859         (wl-draft-reedit-hook): Changed default value.
4860
4861         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4862         wl-draft-reedit-hook.
4863         (wl-draft-remove-text-plain-tag): New function.
4864         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4865
4866         * wl-vars.el (wl-draft-write-file-function): New user option.
4867
4868         * wl-draft.el (wl-draft-prepare-edit): Use it for
4869         local-write-file-hooks.
4870         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4871
4872         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4873         (wl-draft-insert-mail-header-separator): Return the body beginning
4874         point.
4875         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4876         text/plain.
4877         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4878
4879 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-summary.el (wl-summary-erase): New function to erase message
4882         without moving it to trash. Bind to "D".
4883
4884         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4885         as `keep' unless switch-function.
4886
4887 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4890         message buffer by using `wl-summary-toggle-disp-msg'.
4891         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4892         buffer window.
4893         (wl-summary-supresedes-message): Ditto.
4894
4895         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4896         Do not delete other windows.
4897         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4898         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4899         (wl-draft-create-buffer): Set reply-or-forward also for target
4900         mark commands.
4901
4902 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-draft.el (wl-user-agent-compose): Delete special case for
4905         switch-to-buffer-other-window.
4906
4907         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4908         (wl-summary-forward): Ditto.
4909
4910         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4911         function.
4912         (wl-draft-buffer-style): New use option.
4913
4914         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4915         (wl-draft): Follow the change above.
4916         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4917         wl-draft-buffer-style.
4918         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4919         switch-function.
4920
4921 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4922
4923         * wl-address.el (wl-address-make-completion-entry): Extracted from
4924         `wl-address-make-completion-list'.
4925         (wl-address-enable-strict-loading): New variable.
4926         (wl-address-make-completion-list): Revive petname duplication
4927         inquiry, and enable it if `wl-address-enable-strict-loading'.
4928         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4929
4930 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-message.el (wl-message-get-original-buffer): Avoid
4933         'Selecting deleted buffer' error when original buffer is killed.
4934
4935 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-summary.el (wl-summary-next-message): Use
4938         elmo-message-accessible-p instead of elmo-message-cached-p.
4939
4940 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4941
4942         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4943
4944         * wl-thread.el (wl-thread-open-all-unread): Use
4945         elmo-folder-list-flagged instead of
4946         elmo-folder-list-messages-mark-match.
4947
4948         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4949         instead of elmo-folder-list-messages-mark-match.
4950         (wl-summary-move-spec-alist): New variable.
4951         (wl-summary-move-spec-plugged-alist,
4952         wl-summary-move-spec-unplugged-alist): Abolish.
4953         (wl-summary-next-message): Follow the change above.
4954         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4955         with 'no-msg' argument.
4956
4957         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4958         variable.
4959         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4960         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4961         (wl-message-buffer-prefetch-get-next): Follow the change above.
4962
4963 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4964
4965         * wl-version.el (wl-version): Changed codename.
4966
4967         * Version number is increased to 2.11.0.
4968
4969 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4970
4971         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4972         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4973         `wl-draft-config-variables'.
4974         (wl-draft-kill): Fixed problem when the draft is reedit.
4975
4976 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4977
4978         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4979         buffer-modified status (Thanks to
4980         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4981
4982 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-util.el (wl-region-exists-p): New function.
4985
4986         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4987         Remove defvars for byte-compile warnings.
4988
4989 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4990
4991         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4992         defvar-maybe. Removed unused bind.
4993
4994 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4995
4996         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4997         summary buffer window before creating new frame.
4998         (wl-draft-reply): Ditto.
4999
5000 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5001
5002         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5003
5004 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5007
5008 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5009
5010         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5011         instead of `kill-region'.
5012
5013 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5016         (wl-highlight-summary-line-string): Use it.
5017         (wl-highlight-summary-current-line): Ditto.
5018
5019         * wl-mime.el (wl-message-delete-current-part): Check the class of
5020         mime-entity.
5021
5022         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5023
5024         * wl-summary.el (wl-summary-make-number-list): Initialize.
5025         (wl-summary-update-mark): New function.
5026         (wl-summary-reply): Put `answered' mark on the message.
5027         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5028
5029         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5030         (wl-draft-reply): Added optional argument `number';
5031         Set wl-draft-parent-number.
5032         (wl-draft-kill): Delete answered mark if it is a reply.
5033
5034 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5035
5036         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5037         that originates in mime-preview-follow-current-entity.
5038         (wl-draft-yank-current-message-entity): Use it if region is active.
5039
5040         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5041         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5042         `wl-message-delete-current-part'.
5043         * wl-mule.el (wl-message-define-keymap): Ditto.
5044         * wl-xmas.el (wl-message-define-keymap): Ditto.
5045
5046 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5047
5048         * wl-mime.el (wl-message-delete-current-part): New function.
5049         (wl-mime-node-id-to-string): Ditto.
5050
5051         * wl-mime.el (wl-message-delete-current-part): Use existing
5052         original buffer which corresponds current mime-view buffer.
5053         (fetched buffer might have different structure, possibly)
5054
5055         * wl-mime.el (wl-message-delete-current-part): Quit if the
5056         message content differs from the actual message.
5057
5058 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5059
5060         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5061         order.
5062         (wl-summary-search-by-subject): Search parent message from tail;
5063         Check the existence of the parent message on the current thread tree.
5064         (wl-summary-update-thread): Check whether the line is inserted.
5065
5066 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5067
5068         * wl-vars.el (wl-summary-line-format): Undo last change.
5069         * wl-summary.el (wl-summary-print-destination): Do not put
5070         invisible property when `wl-summary-width' is nil.
5071         (wl-summary-line-subject-minimum-length): Abolished.
5072         (wl-summary-line-subject): Ditto.
5073
5074 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5075
5076         * wl-vars.el (wl-summary-line-format): Change default value.
5077         (wl-summary-subject-length-limit): Abolished.
5078         * wl-summary.el (wl-summary-line-subject): Ditto.
5079
5080 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5081
5082         * wl-template.el (wl-template-select): Added optional argument.
5083         If optional argument is specified, reverse
5084         `wl-template-visible-select'.
5085
5086 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5089         Take prefix argument to force asking the destination folder.
5090
5091 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5092
5093         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5094         count and update status.
5095
5096 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-summary.el (wl-summary-redisplay-internal): If
5099         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5100         after fetching.
5101
5102 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5103
5104         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5105         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5106
5107         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5108
5109 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5110
5111         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5112         (All other related portions are changed).
5113         (wl-summary-mark-as-read-all): Rewrite.
5114
5115 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5116
5117         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5118         `wl-summary-mark-as-read'.
5119         (wl-summary-mark-as-unread): Rewrite.
5120         (wl-summary-mark-as-read): Added no-modeline argument.
5121         (wl-summary-resume-cache-status): Rewrite.
5122         (wl-summary-exec-subr): Remove unused local variable.
5123
5124 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125
5126         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5127         logic to call `wl-summary-buffer-prev-folder-function'.
5128         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5129
5130 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5133         is nil.
5134
5135 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5136
5137         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5138         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5139         (wl-mime-setup): Add its entry.
5140
5141 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5144         (wl-summary-delete-cache): Likewise.
5145         (wl-summary-mark-as-read): Rewrite.
5146
5147 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5150         `wl-summary-count-unread'.
5151
5152         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5153
5154         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5155
5156 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5159         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5160         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5161         Renamed to the elmo-msgdb-*-mark.
5162         (wl-summary-score-marks): Follow the change above.
5163         (wl-summary-auto-refile-skip-marks): Ditto.
5164         (wl-summary-incorporate-marks): Ditto.
5165         (wl-summary-expire-reserve-marks): Ditto.
5166
5167         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5168         changes.
5169         (wl-thread-insert-top): Changed updating message.
5170
5171         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5172         variable.
5173         (wl-summary-count-unread): Count answered marks.
5174         (wl-summary-rescan): Call wl-summary-insert-message instead of
5175         wl-summary-append-message-func-internal.
5176         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5177         (wl-summary-prefetch-msg): Follow the variable name changes.
5178         (wl-summary-prefetch-region): Ditto.
5179         (wl-summary-mark-as-read-all): Follow the API changes;
5180         Don't call elmo-folder-replace-marks.
5181         (wl-summary-delete-cache): Follow the variable name changes.
5182         (wl-summary-resume-cache-status): Ditto.
5183         (wl-summary-update-status-marks): New function.
5184         (wl-summary-insert-message): New function.
5185         (wl-summary-sync-marks): Follow the variable name changes.
5186         (wl-summary-sync-update): Synchronize to the msgdb, too;
5187         Changed update messages.
5188         (wl-summary-make-number-list): Rewrite.
5189         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5190         (wl-summary-mark-as-unread): Follow the API changes.
5191         (wl-summary-exec-subr): Follow the variable name changes.
5192         (wl-summary-mark-as-read): Ditto.
5193         (wl-summary-move-spec-plugged-alist): Ditto.
5194         (wl-summary-move-spec-unplugged-alist): Ditto.
5195         (wl-summary-cursor-move-surface): Ditto.
5196
5197         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5198         variable name changes.
5199         (wl-highlight-summary-current-line): Ditto.
5200
5201         * wl-expire.el (wl-expire-refile): Follow the API change in
5202         elmo-folder-move-messages.
5203         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5204         (wl-summary-archive): Use elmo-folder-msgdb instead of
5205         elmo-msgdb-load.
5206
5207 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-mime.el (wl-draft-preview-message): Restore the position
5210         before evaluating wl-draft-send-hook in preview buffer.
5211
5212 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5213
5214         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5215         when it creates new draft buffer.
5216
5217         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5218         without argument.
5219
5220         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5221         Evaluate content and if the value is string, insert it.
5222         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5223         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5224         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5225         wl-draft-config-sub-part-bottom): Use it.
5226
5227         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5228         with the folder name. The question was unintelligible when it is
5229         called from wl-save-status.
5230
5231 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5234         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5235         cannot take second argument).
5236
5237 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5240         as t. Since type and subtype are not case sensitive (RFC 2045).
5241
5242 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-vars.el (wl-message-mode-line-format): New variable.
5245         (wl-message-mode-line-format-spec-alist): Ditto.
5246         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5247         (wl-message-redisplay): Use wl-message-mode-line-format.
5248
5249 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5250
5251         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5252
5253 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5254
5255         * wl-summary.el (wl-summary-default-from): Write description.
5256
5257 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5258
5259         * wl-vars.el (wl-ldap-objectclass): Abolish.
5260
5261         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5262         (wl-ldap-make-filter): Removed condition for objectclass.
5263         (wl-ldap-make-matched-value-list): Remove meaningless process.
5264         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5265         (wl-address-ldap-search): Don't add `*' to `pat' string;
5266         use ignore-errors; added `email';
5267         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5268         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5269         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5270
5271
5272 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * wl-draft.el (wl-draft-parent-folder): Write description.
5275         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5276
5277 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5280         as "" (zero-length string) if no parent.
5281         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5282
5283 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-address.el (wl-address-make-completion-list): Skip duplication
5286         checking.
5287         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5288         `append'.
5289
5290 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5291
5292         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5293         instead of `beginning-of-buffer'.
5294
5295 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5298
5299 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5300
5301         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5302         Refer wl-message-buffer-name.
5303         (wl-message-wheel-down): Ditto.
5304
5305 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * wl-vars.el (wl-message-buffer-name): New user option.
5308
5309         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5310         directly instead of making alist dinamically.
5311
5312         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5313         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5314         wl-message-buffer-cache-name.
5315         (wl-message-buffer-cache-clean-up): Ditto.
5316
5317         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5318
5319         * Version number is increased to 2.9.15.
5320
5321 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl-vars.el (wl-summary-default-view-alist): New user option.
5324
5325         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5326
5327         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5328         while deleting address.
5329         (wl-draft-delete-myself-from-cc): Ditto.
5330
5331         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5332         If optional argument is specified, reverse sort order.
5333
5334         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5335
5336 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * wl-thread.el (wl-thread-insert-message): Return parent number if
5339         exists.
5340         (wl-thread-update-indent-string-region): Use
5341         wl-thread-update-line-on-buffer-sub instead of
5342         wl-thread-update-line-on-buffer.
5343
5344 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5345
5346         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5347         (wl-folder-close-all): Ditto.
5348
5349 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5350
5351         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5352         and mailing-list:.
5353         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5354         value.
5355         (wl-summary-line-list-info): Print mailing-list name even when 
5356         list-number is empty.
5357
5358 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5359
5360         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5361
5362         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5363         (wl-draft-open-file): Ditto.
5364         (wl-draft-random-alphabet): Ditto.
5365
5366         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5367         bindings.
5368
5369 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5372         * wl-vars.el (wl-draft-config-alist): Ditto.
5373
5374 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * Version number is increased to 2.9.14.
5377
5378         * wl.el (wl): Don't set wl-init as nil when error occured while
5379         auto-checking folders.
5380
5381         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5382         `elmo-expand-newtext'.
5383
5384 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5385
5386         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5387         `this-command' so that `wl-folder-goto-folder' contained in
5388         `wl-summary-keep-cursor-command' work.
5389
5390 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5391
5392         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5393         message buffer displaying state.
5394
5395 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5396
5397         * wl-vars.el (wl-summary-default-view): New variable to specify
5398         default value for `wl-summary-buffer-view' instead of using
5399         set-default.
5400         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5401
5402 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5405
5406         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5407
5408 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5409
5410         * wl-vars.el (wl-forward-subject-prefix): New variable.
5411         * wl-draft.el (wl-draft-forward): Use it.
5412
5413 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5414
5415         * wl-message.el (wl-message-prev-page): When it is called without
5416         lines argument, scroll down by wl-message-scroll-amount lines.
5417         (wl-message-next-page): Ditto.
5418         * wl-vars.el (wl-message-scroll-amount): Change default value
5419         to preserve current behavior.
5420
5421 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5422
5423         * wl-summary.el (wl-summary-prefetch-msg): Bind
5424         `wl-message-entity' to call `wl-summary-from-function'.
5425
5426 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-message.el (wl-message-buffer-create): Run
5429         wl-message-buffer-created-hook.
5430
5431 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-summary.el (wl-summary-sort-specs): New variable.
5434         (wl-summary-default-sort-spec): Ditto.
5435         (wl-summary-sort): Rewrite.
5436         (wl-summary-sort-by-list-info): New function.
5437
5438 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5439
5440         * wl-summary.el (wl-summary-get-list-info): New function.
5441         (wl-summary-sort): Rewrite.
5442         (wl-summary-line-list-info): Ditto.
5443         (wl-summary-line-list-count): Ditto.
5444         (wl-summary-refile-region): Fixed docstring.
5445
5446 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5449         `wl-folder-entity-hashtb' as completion table.
5450
5451 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5454         only when this command is called interactively; silence the byte-
5455         compiler.
5456
5457 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5458
5459         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5460         active in XEmacs.
5461
5462 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5463
5464         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5465         plural lines.
5466
5467 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5468
5469         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5470         of current line when the cursor is on the header name.
5471         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5472
5473 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5474
5475         * wl-util.el (wl-read-directory-name): Return displayed directory
5476         as the default value also on XEmacs.
5477
5478 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5479
5480         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5481         formatting.
5482
5483 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5486         argument and when it is non-nil, check face property before
5487         highlighting for each line.
5488         (wl-highlight-summary-window): Set it.
5489
5490 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5491
5492         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5493         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5494
5495         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5496         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5497         (wl-draft-get-fcc-list): Likewise.
5498
5499 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5502         (wl-thread-entity-cur): Ditto.
5503         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5504         wl-thread-indent-regexp setting.
5505         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5506
5507         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5508         wl-summary-lazy-highlight.
5509         (wl-summary-display-bottom): Ditto.
5510
5511         * wl-thread.el (wl-thread-open-close): Likewise.
5512
5513         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5514         from and subject;
5515         Bind wl-draft-use-frame;
5516         Enclose with save-window-excursion;
5517         Use wl-draft-create-buffer instead of with-temp-buffer;
5518         Use wl-draft-prepare-edit;
5519         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5520         Use wl-draft-send instead of wl-draft-raw-send.
5521
5522 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5523
5524         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5525         of using wl-from.
5526
5527 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5530         insert-buffer instead of clone-buffer.
5531         (wl-draft-doing-mime-bcc): New variable.
5532         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5533         infinite loop.
5534         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5535
5536         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5537         (wl-draft-mime-bcc-body): Ditto.
5538
5539         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5540         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5541         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5542         wl-draft-do-mime-bcc.
5543         (wl-draft-mime-bcc-field): New function.
5544         (wl-draft-do-mime-bcc): Ditto.
5545
5546         * wl-address.el (wl-address-complete-header-list): New variable.
5547         (wl-address-complete-header-regexp): Changed default value.
5548
5549         * Version number is increased to 2.9.13.
5550
5551 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5554         it is differed.
5555
5556 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5557
5558         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5559         (wl-summary-line-list-count): Ditto.
5560
5561 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5562
5563         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5564         (wl-nntp-posting-function): New variable.
5565         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5566         `wl-nntp-posting-config-alist'.
5567
5568 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5569
5570         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5571         FLIM.
5572
5573 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5574
5575         * wl-summary.el (wl-summary-target-mark-refile-sub):
5576         Remove a nuisance funcall.
5577
5578 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5581         as t for `try-completion'.
5582
5583 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5584
5585         * wl-summary.el (wl-summary-default-from): Use
5586         wl-address-header-extract-address instead of
5587         std11-extract-address-components.
5588         (wl-summary-simple-from): Ditto.
5589         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5590         (wl-summary-insert-headers): Show message.
5591         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5592         for whole line.
5593         (wl-summary-default-from): Revert last change.
5594         (wl-summary-simple-from): Ditto.
5595         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5596         (wl-summary-mark-as-read-region): Follow the change above.
5597         (wl-summary-sync-marks): Ditto.
5598         (wl-summary-target-mark-mark-as-read): Ditto.
5599         (wl-summary-redisplay-internal): Ditto.
5600         (wl-summary-redisplay-no-mime-internal): Ditto.
5601         (wl-summary-redisplay-all-header): Ditto.
5602         (wl-summary-mark-as-read): Removed argument `cached';
5603         Use current cache status to set cache mark.
5604         (wl-summary-redisplay-internal): Follow the change above.
5605         (wl-summary-redisplay-no-mime-internal): Ditto.
5606         (wl-summary-redisplay-all-header): Ditto.
5607
5608         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5609
5610         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5611         Don't call itself recursively (Adviced by Yamaoka-san).
5612
5613 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5614
5615         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5616         bind wl-summary-highlight as nil to avoid error caused by missing
5617         local variables.
5618
5619 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5620
5621         * wl-vars.el (wl-invalid-character-message): New user option.
5622
5623         * wl-util.el (wl-set-string-width): If truncated string-width is
5624         larger than specified width, use `wl-invalid-character-message'.
5625
5626 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5627
5628         * wl-summary.el (wl-summary-prefetch-msg): 
5629         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5630
5631 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5632
5633         * wl-vars.el (wl-summary-check-line-format): New user option.
5634         (wl-summary-line-format-file): Ditto.
5635
5636         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5637         variable.
5638         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5639         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5640         and `wl-summary-view-old-p' to check whether do a rescan or not.
5641         (wl-summary-view-old-p): New function.
5642         (wl-summary-line-format-changed-p): Ditto.
5643         (wl-summary-line-format-save): Ditto.
5644         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5645
5646         * wl-util.el (wl-set-string-width): Avoid using negative number
5647         for make-string.
5648
5649 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5650
5651         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5652         return value.
5653
5654         * wl-util.el (wl-set-string-width): Added optional argument
5655         `padding' (All other related portions are changed).
5656         (wl-line-parse-format): If the first letter of column number is
5657         `0', zero-padding the result (ex: "%05l").
5658
5659         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5660
5661 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5664         sequential summary view.
5665
5666 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5669         if it doesn't have a -unix version.
5670
5671 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5672
5673         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5674
5675 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5678         content.
5679         (wl-draft): Follow the change above.
5680
5681         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5682
5683         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5684         and wl-folder-summary-line-format-alist contain %T and %P.
5685
5686         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5687         (wl-summary-mode-line-format): New user option.
5688         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5689         (wl-summary-line-format): Changed default value.
5690         (wl-summary-lazy-highlight): Changed default value.
5691
5692         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5693         change in wl-summary-create-line.
5694         (wl-thread-insert-entity-sub): Ditto.
5695
5696         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5697         (wl-summary-buffer-unread-status): Ditto.
5698         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5699         (wl-summary-buffer-persistent-mark-column): Ditto.
5700         (wl-summary-buffer-mode-line-formatter): Ditto.
5701         (wl-summary-buffer-mode-line): Ditto.
5702         (wl-summary-message-regexp): Abolished.
5703         (All other related portions are changed.)
5704         (wl-summary-detect-mark-position): New function.
5705         (wl-summary-buffer-set-folder): Setup
5706         wl-summary-buffer-mode-line-formatter.
5707         (wl-summary-mode): Setup selective-display;
5708         Setup pre-idle-hook when xemacs.
5709         (wl-summary-update-modeline): Rewrite.
5710         (wl-summary-jump-to-msg): Define as function;
5711         Changed regexp for searching messages.
5712         (wl-summary-message-number): Rewrite.
5713         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5714         Do rescan when old type summary cache.
5715         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5716         (wl-summary-remove-destination): Use '\r' to detect EOL.
5717         (wl-summary-print-destination): Ditto.
5718         (wl-summary-temp-mark): New inline function.
5719         (wl-summary-persistent-mark): Ditto.
5720         (wl-summary-line-number): New function.
5721         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5722         (wl-summary-line-list-count): New function.
5723         (wl-summary-create-line): Added argument persistent-mark.
5724         (All other related portions are changed)
5725         (wl-summary-create-line): Insert '\r'.
5726         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5727         (wl-summary-cursor-move-surface): New inline function.
5728         (wl-summary-prev): Use it.
5729         (wl-summary-next): Ditto.
5730
5731         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5732         wl-summary-message-regexp.
5733         (wl-highlight-summary): Delete progress message.
5734         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5735
5736         * Version number is increased to 2.9.12.
5737
5738 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5739
5740         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5741         variable (nil: no minimum).
5742         (wl-summary-line-subject): Add some spaces after subject by
5743         wl-summary-line-subject-minimum-length.
5744
5745 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5746
5747         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5748         and removed `F'.
5749         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5750         change above).
5751
5752 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5753
5754         * wl-summary.el (wl-summary-line-list-count): Reverted.
5755         (example setting in samples/*/dot.wl is also updated)
5756
5757 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5760
5761         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5762
5763         * wl-vars.el (wl-summary-line-format): Addes some description to the
5764         docstring.
5765
5766         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5767         (wl-summary-line-close-bracket): Ditto.
5768         (wl-summary-line-children-number): Ditto.
5769         (wl-summary-line-thread-indent): Ditto.
5770         (wl-summary-line-children-and-from): Ditto.
5771
5772         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5773         't', 'c', 'F' and added 'C'.
5774
5775         * wl-util.el (wl-set-string-width): Accept negative value.
5776         (wl-line-parse-format): Added "%number(" and "%)".
5777
5778 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5779
5780         * wl-summary.el (wl-summary-line-list-count): Change format of the
5781         return value.
5782
5783 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5784
5785         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5786         from the recent message.el.
5787         (wl-draft-point-in-header-p): Ditto.
5788         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5789         wl-draft-beginning-of-line.
5790         * wl-e21.el (wl-draft-mode-map): Ditto.
5791         * wl-xmas.el (wl-draft-mode-map): Ditto.
5792
5793         * wl-folder.el: Sort macrodefs by dependencies.
5794
5795 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5796
5797         * wl-summary.el (wl-summary-prev): Fixed regexp.
5798         (wl-summary-next): Ditto.
5799
5800 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5801
5802         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5803
5804 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5805
5806         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5807         for backward compatibility.
5808
5809 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5810
5811         * wl-summary.el (wl-summary-line-list-count): New function, merged
5812         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5813         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5814         list counts.
5815
5816 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5817
5818         * wl-summary.el (wl-summary-create-line): Ignore errors while
5819         timezone-fix-time.
5820
5821         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5822
5823         * wl-summary.el (wl-summary-sync-update): Ditto.
5824         (wl-summary-default-from): Use wl-message-entity
5825         instead of entity.
5826
5827         * wl-summary.el (wl-summary-create-line): Fix.
5828
5829         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5830         (wl-summary-line-format): New user option.
5831         (wl-folder-summary-line-format-alist): Ditto.
5832         (wl-summary-from-width): Abolished.
5833
5834         * wl-util.el (toplevel): Require 'bytecomp.
5835         (wl-line-parse-format): New function.
5836         (wl-line-formatter-setup): New macro.
5837
5838         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5839         (wl-summary-buffer-line-formatter): New buffer local variable.
5840         (wl-summary-switch-to-clone-buffer): Follow the change above.
5841         (wl-summary-message-regexp): Fix.
5842         (wl-summary-from-func-internal): Abolished.
5843         (wl-summary-subject-func-internal): Ditto.
5844         (wl-summary-subject-filter-func-internal): Ditto.
5845         (All other related portions are changed.)
5846         (wl-summary-buffer-set-folder):
5847         Set up wl-summary-buffer-number-column and 
5848         wl-summary-buffer-line-formatter
5849         (All other related portions are changed.)
5850         (wl-summary-buffer-number-column-detect): Abolished.
5851         (All other related portions are changed.)
5852         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5853         (wl-summary-delete-all-temp-marks-on-buffer): Use
5854         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5855         (wl-summary-target-mark-delete): Ditto.
5856         (wl-summary-target-mark-refile-subr): Ditto.
5857         (wl-summary-target-mark-mark-as-read): Ditto.
5858         (wl-summary-target-mark-mark-as-unread): Ditto.
5859         (wl-summary-target-mark-mark-as-important): Ditto.
5860         (wl-summary-target-mark-save): Ditto.
5861         (wl-summary-replace-status-marks): Renamed from
5862         wl-summary-set-status-marks-on-buffer;
5863         Use wl-summary-message-regexp instead of
5864         wl-summary-buffer-number-regexp.
5865         (wl-summary-sync-update): Follow the change above.
5866         (wl-summary-goto-previous-message-beginning): New function.
5867         (wl-summary-mark-as-unread): Use it.
5868         (wl-summary-mark-as-important): Ditto.
5869         (wl-summary-line-formatter): New variable.
5870         (wl-summary-line-year): New function.
5871         (wl-summary-line-day): Ditto.
5872         (wl-summary-line-day-of-week): Ditto.
5873         (wl-summary-line-hour): Ditto.
5874         (wl-summary-line-minute): Ditto.
5875         (wl-summary-line-open-bracket): Ditto.
5876         (wl-summary-line-close-bracket): Ditto.
5877         (wl-summary-line-children-number): Ditto.
5878         (wl-summary-line-thread-indent): Ditto.
5879         (wl-summary-line-size): Ditto.
5880         (wl-summary-line-subject): Ditto.
5881         (wl-summary-line-from): Ditto.
5882         (wl-summary-line-children-and-from): Ditto.
5883         (wl-summary-create-line): Rewritten.
5884         (wl-summary-format-date): Abolished.
5885
5886         * wl-highlight.el (wl-highlight-summary-current-line): Use
5887         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5888         Use thread structure to detect thread top message.
5889
5890         * wl-draft.el (wl-default-draft-cite): Don't use
5891         wl-summary-from-func-internal.
5892
5893         * wl-refile.el (wl-refile-subject-learn): Don't use
5894         wl-summary-subject-filter-func-internal.
5895         (wl-refile-guess-by-subject): Ditto.
5896
5897         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5898         parameters.
5899
5900         * wl-thread.el (wl-thread-update-indent-string-region):
5901         Use wl-thread-update-line-on-buffer instead of
5902         wl-thread-update-indent-string.
5903         (wl-thread-update-children-number): Redefine using
5904         wl-thread-update-line-on-buffer.
5905         (wl-thread-update-indent-string): Abolished.
5906
5907         * Version number is increased to 2.9.11.
5908
5909 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5912         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5913         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5914
5915         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5916         as nil.
5917
5918         * wl-thread.el (wl-thread-open-all-unread): Use 
5919         elmo-folder-list-messages-mark-match.
5920         (wl-thread-insert-message): Removed argument `mark-alist'.
5921         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5922         elmo-msgdb-set-mark.
5923         (wl-thread-get-children-msgs-uncached): Likewise.
5924         (wl-thread-get-exist-children): Added argument include-self.
5925         (wl-thread-delete-message): Follow the change above.
5926
5927         * wl-summary.el (wl-summary-count-unread): Removed argument.
5928         (wl-summary-rescan): Follow the change above.
5929         (wl-summary-mark-as-read-region): Ditto
5930         (wl-summary-mark-as-unread-region): Ditto.
5931         (wl-summary-delete-messages-on-buffer): Ditto.
5932         (wl-summary-sync-update): Ditto.
5933         (wl-summary-switch-to-clone-buffer): Ditto.
5934         (wl-summary-goto-folder-subr): Ditto.
5935         (wl-summary-target-mark-mark-as-read): Ditto.
5936         (wl-summary-target-mark-mark-as-unread): Ditto.
5937         (wl-summary-target-mark-mark-as-important): Ditto.
5938         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5939         (wl-summary-update-thread): Removed argument `mark-alist'.
5940         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5941         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5942         (wl-summary-resume-cache-status): Likewise.
5943         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5944         elmo-msgdb-set-mark.
5945         (wl-summary-mark-as-read-all): Likewise.
5946         (wl-summary-delete-cache): Ditto.
5947         (wl-summary-auto-select-msg-p): Ditto.
5948         (wl-summary-mark-as-unread): Ditto.
5949         (wl-summary-no-auto-refile-message-p): Ditto.
5950         (wl-summary-mark-as-read): Ditto.
5951         (wl-summary-mark-as-important): Ditto.
5952         (wl-summary-auto-refile): Follow the change above.
5953         (wl-summary-delete-all-marks): Removed.
5954         (wl-summary-resume-marks-and-highlight): Ditto.
5955         (wl-summary-resume-marks): Ditto.
5956         (wl-summary-delete-important-msgs-from-list): Ditto.
5957         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5958
5959         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5960         wl-summary-count-unread.
5961
5962         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5963         (wl-summary-score-update-all-lines): Use
5964         elmo-msgdb-set-mark.
5965
5966 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5969         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5970         (wl-summary-create-line): Renamed from
5971         wl-summary-overview-create-summary-line;
5972         Argument rearrangement.
5973         (wl-summary-update-thread): Follow the change above.
5974
5975         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5976         (wl-thread-insert-entity-sub): Likewise.
5977
5978         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5979         argument `overview', `mark-alist' and added `msgdb'.
5980
5981         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5982
5983         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5984         (wl-summary-rescan): Follow the change above.
5985         (wl-summary-sync-update): Ditto.
5986         (wl-summary-insert-thread-entity): Ditto;
5987         Don't use `let*' in every while loop;
5988         Detect infinite loop of threads.
5989         (wl-summary-update-thread): Removed argument `overview'.
5990
5991         * wl-thread.el (wl-thread-insert-message): Ditto.
5992
5993         * Version number is increased to 2.9.10.
5994
5995         * wl-message.el (wl-message-redisplay): Ignore errors while
5996         wl-message-redisplay-hook.
5997
5998 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5999
6000         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6001
6002 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl.el (wl): inhibit-quit while wl-folder.
6005
6006 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6009         while msgdb access.
6010
6011 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6012
6013         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6014         even if no folder is not created.
6015
6016 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6019
6020         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6021         implementation.
6022         (wl-summary-target-mark-thread): Ditto.
6023
6024         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6025
6026 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6027
6028         * wl-util.el (wl-display-bytes): Remove unused function.
6029
6030 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031
6032         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6033         seems critical one (partially reverse the change in 2002/03/17).
6034
6035 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6036
6037         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6038         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6039
6040 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6041
6042         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6043         is not writable.
6044         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6045         plugged status instead of `'force' as 2nd argument.
6046
6047         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6048         is not creatable.
6049
6050         * Version number is increased to 2.9.9.
6051
6052 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6053
6054         * wl-summary.el (wl-summary-suspend): New function.
6055
6056 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6057
6058         * wl.el (wl): Do not check variables if check is nil.
6059         * wl-utils.el (wl-collect-draft): New function.
6060         * wl-folder.el (wl-folder-suspend): Put summary buffers
6061         and draft buffers at the end of buffer list.
6062         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6063
6064 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6065
6066         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6067         loop instead of recursive call.
6068
6069         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6070         2nd argument.
6071
6072 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6073
6074         * wl-draft.el (wl-draft-create-contents): Don't take neither
6075         (function . args) nor (string . something) any more.
6076
6077         * wl-version.el (wl-generate-user-agent-string): Return string
6078         without header symbol.
6079         * wl-draft.el (wl-draft-default-headers): Use it.
6080
6081         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6082         `wl-draft-insert-ccs' and return field value instead of inserting
6083         the header. Abolish cc argument.
6084         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6085
6086         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6087         rather than one with string car.
6088
6089         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6090         * wl-draft.el (wl-draft-create-contents): Add it after the default
6091         headers.
6092
6093         * wl-draft.el (wl-draft-create-contents): For the case of
6094         (symbol-or-string . function) insert header only when the function
6095         returns string value.
6096
6097 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6098
6099         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6100         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6101
6102 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6103
6104         * wl.el (wl-check-environment): Don't check Message-ID when
6105         `wl-insert-message-id' is nil.
6106         Revive checking if `wl-message-id-domain' contains "@".
6107
6108 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6109
6110         * wl.el (wl-check-environment): Merge examination for "@" at
6111         inappropriate position into the first string-match.
6112
6113         * wl-summary.el (wl-summary-target-mark-print): New function.
6114         (wl-summary-pipe-message-subr): Extracted from
6115         `wl-summary-pipe-message'.
6116         (wl-summary-target-mark-pipe): New function.
6117         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6118         `wl-summary-target-mark-pipe'.
6119
6120 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6121
6122         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6123
6124 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6125
6126         * wl.el (wl-check-environment): Use elmo-warning instead of
6127         error for non-critical ones.
6128         Remove trash folder check.
6129         (wl): Don't ignore error in wl-check-environment.
6130
6131         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6132         check, which is moved from `wl-check-environment'.
6133         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6134
6135 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136
6137         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6138         guess anything, call wl-summary-write.
6139         (wl-summary-write): Create draft with blank To field.
6140         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6141
6142 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6145         argument full as well for wl-folder-write-current-folder.
6146         If wl-*-write-current-folder cannot guess addressee, add blank
6147         To header.
6148         Rewrite condition for positioning cursor.
6149
6150 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6151
6152         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6153         summary buffer is present, use it.
6154         (wl-folder-jump-to-previous-summary): Ditto.
6155
6156 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6157
6158         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6159
6160         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6161         wl-summary-previous-buffer and wl-summary-next-buffer.
6162
6163         * wl-folder.el (wl-folder-mode-map): Bind
6164         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6165         (wl-folder-jump-to-next-summary): New function.
6166         (wl-folder-jump-to-previous-summary): Ditto.
6167
6168         * wl-draft.el (wl-draft): Rearranged.
6169
6170 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6171
6172         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6173         of header.
6174         (wl-draft): Collect arguments for the header as header-alist.
6175         (wl-draft-forward): Arrange arguments for wl-draft.
6176         (wl-draft-reply): Ditto.
6177         (wl-draft-edit-string): Ditto.
6178         * wl-summary.el (wl-summary-write): Ditto.
6179         (wl-summary-write-current-folder): Ditto.
6180
6181         * Version number is increased to 2.9.8.
6182
6183 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6186
6187         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6188
6189         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6190         even if the guess failed.
6191
6192         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6193         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6194         wl-summary-write-current-folder.
6195         * wl-xmas.el: Ditto.
6196
6197 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-summary.el (wl-summary-next-page): Force display message if
6200         message is not displayed yet.
6201         (wl-summary-prev-page): Ditto.
6202
6203 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6204
6205         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6206
6207 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6208
6209         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6210         add "Preview Message" and "Save Draft and Exit".
6211
6212 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6213
6214         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6215         if addrmgr is called from draft in splitted window.
6216
6217         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6218         * wl-mule.el: Ditto.
6219         * wl-xmas.el: Ditto.
6220
6221 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6222
6223         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6224
6225         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6226         * wl-xmas.el (wl-folder-toolbar): Ditto.
6227
6228 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6229
6230         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6231         and wl-draft-save-and-exit.
6232         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6233         * wl-xmas.el: Ditto.
6234         * wl-mule.el: Ditto.
6235
6236         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6237         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6238
6239 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6242         lists for saving buffer.
6243
6244 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6245
6246         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6247         parent-folder argument instead of it.
6248         (wl-draft-create-buffer): Ditto.
6249         (wl-draft-forward): Ditto.
6250         (wl-draft-reply): Ditto.
6251         * wl-summary.el (wl-summary-write): Ditto.
6252         (wl-summary-write-current-folder): Ditto.
6253
6254         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6255         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6256         Folder buffer after composing.
6257
6258 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6261         header if the file `wl-x-face-file' already contains it.
6262
6263 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6264
6265         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6266         folder" entry.
6267         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6268         * wl-e21.el (wl-folder-toolbar): Ditto.
6269         * wl-xmas.el (wl-folder-toolbar): Ditto.
6270
6271 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6272
6273         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6274         wl-folder-goto-folder with sticky argument.
6275         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6276
6277 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6278
6279         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6280         and wl-summary-previous-buffer.
6281         (wl-summary-next-buffer): New function.
6282         (wl-summary-previous-buffer): Ditto.
6283
6284 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6285
6286         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6287         wl-folder-jump-to-current-entity-with-arg.
6288         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6289         `wl-folder-jump-to-current-entity'.
6290         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6291         `wl-summary-goto-folder-sticky'.
6292         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6293         `wl-summary-goto-folder'.
6294         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6295         Unless force-exit, do not clean temp. marks for sticky summary.
6296         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6297
6298 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6299
6300         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6301         not entire.
6302
6303 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6304
6305         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6306         to `C-x C-s'.
6307         (wl-summary-save-status): New command.
6308         (wl-summary-exit): Don't clean-up temp marks when sticky.
6309         (Applied patch from Nakayama-san [wl: 09548])
6310         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6311         Do nothing when no mark data.
6312         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6313         Call `wl-summary-delete-all-temp-marks' before saving.
6314
6315 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6316
6317         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6318
6319 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6320
6321         * wl.el (wl-check-environment): Also cause error when (system-name)
6322         returns "localhost.localdomain". (Although it doesn't affect because
6323         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6324
6325 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6326
6327         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6328         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6329
6330         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6331         value.
6332
6333 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6334
6335         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6336         Likewise r-cc-list and r-ng-list.
6337
6338 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6341         only if it is bound as variable.
6342
6343         * wl-mime.el (wl-draft-preview-message): Ditto.
6344
6345 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6348         needless `goto-char'.
6349
6350         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6351         `wl-summary-redisplay-no-mime-internal' instead of
6352         `wl-summary-redisplay-no-mime'.
6353         (wl-summary-redisplay-no-mime): Changed argument;
6354         Call `wl-summary-redisplay-no-mime-internal'.
6355
6356         * wl-mime.el (wl-draft-preview-message): Bind
6357         `mime-header-encode-method-alist' locally.
6358
6359         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6360         (wl-draft-std11-parse-addresses): Added the first address check.
6361         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6362
6363         * Version number is increased to 2.9.7.
6364
6365 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6366
6367         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6368
6369 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6370
6371         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6372         related to scrollbar support, if there is no such a feature
6373         compiled in.
6374
6375 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6376
6377         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6378         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6379         for prefetch.
6380
6381 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-summary.el (wl-summary-pick): Fix for no match.
6384
6385 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-draft.el (wl-draft-save):
6388         Override `mime-header-encode-method-alist'.
6389
6390 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-folder.el (wl-folder-pick): New function.
6393         Define key as "?".
6394
6395 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6398         Fix for unplugged.
6399
6400 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6401
6402         * wl-folder.el (wl-folder-virtual): New function.
6403         Define key as "V".
6404
6405 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6406
6407         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6408         multi folder if entity is group.
6409
6410 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6413         is nil.
6414
6415 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6416
6417         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6418         (wl-summary-target-mark-msgs): Return the number of marked messages.
6419
6420 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6421
6422         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6423         "first:" is specified.
6424
6425 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6426
6427         * wl-vars.el (wl-from): Use return value of function
6428         user-full-name instead of the variable user-full-name since
6429         XEmacs-20.4 doesn't set this variable.
6430
6431 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6434         call `wl' directly.
6435
6436 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6437
6438         * wl-draft.el (wl-draft-reedit): Removed duplicated
6439         switch-to-buffers.
6440
6441 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * wl.el (wl-other-frame): Removed garbages.
6444
6445 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6448
6449         * wl-xmas.el (wl-draft-key-setup): Ditto.
6450
6451         * wl-mule.el (wl-draft-key-setup): Ditto.
6452
6453         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6454         (wl-draft-reedit): Ditto.
6455         (wl-draft-prepare-edit): Add `wl-draft-save' to
6456         `local-write-file-hooks'.
6457         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6458         (wl-draft-reedit): Set buffer-file-name.
6459         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6460
6461
6462         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6463         call it.
6464         (wl-delete-startup-frame-function): New variable.
6465         (wl-other-frame): New function
6466         (Original was written by Yamaoka san [wl: 09239]).
6467
6468         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6469         if `wl-folder-use-frame'.
6470
6471 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6474
6475 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6478         New variable.
6479         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6480         (wl-message-buffer-prefetch-get-next): Use them.
6481         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6482
6483 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6486         with unwind-protect.
6487
6488         * wl-draft.el (wl-draft-reedit): Rewrite.
6489         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6490         (wl-draft-save): Insert header separator if it does not exist;
6491         Removed condition-case.
6492
6493         * wl-summary.el (wl-summary-reedit): Revert last change.
6494
6495         * wl-draft.el (wl-draft-save): Rewrite.
6496         (wl-draft-create-buffer): Set buffer-file-name as nil.
6497
6498         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6499
6500         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6501
6502         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6503         nil.
6504
6505 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6506
6507         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6508         If count is nil, do not prefetch.
6509         (wl-message-buffer-prefetch-next): Next.
6510
6511 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6514
6515 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6518         `delete-backward-char'
6519         (wl-draft-prepare-edit): Check major-mode.
6520         (wl-draft-decode-header): Rewrite.
6521         (wl-draft): Fix.
6522
6523 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6524
6525         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6526
6527 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6530         (wl-message-buffer-prefetch-get-next): Remove size checking.
6531         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6532
6533 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6536         (wl-draft-default-headers): Fix.
6537
6538 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6539
6540         * wl-draft.el (wl-draft-default-headers): Insert return value of
6541         `wl-generate-mailer-string-function'.
6542
6543 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6544
6545         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6546         (wl-draft-insert-mail-header-separator): Ditto.
6547
6548         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6549         again (Reverted the change on 2002-01-17 by OKADA san).
6550
6551 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-draft.el (wl-draft): Rewrite.
6554         (wl-draft-create-buffer): New function.
6555         (wl-draft-create-contents): Ditto.
6556         (wl-draft-prepare-edit): Ditto.
6557         (wl-draft-decode-header): Ditto.
6558         (wl-draft-decode-body): Ditto.
6559         (wl-draft-check-new-line): Ditto.
6560         (wl-draft-default-headers): Ditto.
6561         (wl-draft-insert-mail-header-separator): Ditto.
6562
6563 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * Version number is increased to 2.9.6.
6566
6567 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl-draft.el (wl-draft-delete-field): Optional argument.
6570         (wl-draft-delete-fields): Ditto.
6571
6572 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6573
6574         * wl-message.el (toplevel): Eliminated byte-compile warning.
6575         for `itimer-function', `delete-timer' and `itimer-list'.
6576
6577 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6578
6579         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6580         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6581         `wl-message-buffer-prefetch-threshold'.
6582         * wl-summary.el (wl-summary-redisplay-internal): Remove
6583         the check of `wl-message-buffer-prefetch-depth'.
6584
6585 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6588         size of article.
6589         (wl-message-buffer-prefetch-subr): Remove size check.
6590
6591 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6592
6593         * wl-vars.el (wl-plugged): Make customizable.
6594
6595 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6598         (wl-message-buffer-prefetch-set-timer): New function.
6599         (wl-message-buffer-prefetch-get-next): New function.
6600         (wl-message-buffer-prefetch): New function.
6601         (wl-message-buffer-prefetch-next): Rewrite.
6602         (wl-message-buffer-prefetch-subr): Rewrite.
6603         * wl-vars.el (wl-auto-prefetch-first): New variable.
6604         * wl-summary.el (wl-summary-goto-folder-subr): Call
6605         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6606
6607 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6610         `wl-summary-unread-message-hook'.
6611
6612 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6615         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6616         if range is `cache-status'.
6617
6618 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6619
6620         * wl-message.el (wl-message-buffer-prefetch-subr):
6621         Improve debug message.
6622
6623 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6626         `wl-mail-send-pre-hook'.
6627         (wl-draft-send-mail-with-qmail): Ditto.
6628         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6629
6630 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-message.el (wl-message-buffer-prefetch-subr):
6633         Fix for cancel-function-timers bug.
6634         (wl-message-buffer-prefetch-debug): Default value is t.
6635
6636 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6639         (wl-message-buffer-prefetch-subr): Rewrite.
6640         Rename from `wl-message-buffer-prefetch'.
6641
6642 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6643
6644         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6645         (wl-default-draft-cite-decorate-author): Ditto.
6646
6647         * wl-draft.el (wl-draft-cite-function): Removed.
6648         (wl-default-draft-cite-decorate-author): Ditto.
6649
6650 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6651
6652         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6653         (wl-default-draft-cite): Do not arrange author name if the value of
6654         `wl-default-draft-cite-decorate-author' is nil.
6655
6656 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6659
6660         * wl-folder.el (wl-folder-check-one-entity): Don't care
6661         `elmo-folder-use-flag-p'.
6662
6663 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * wl-folder (wl-folder-check-one-entity): Fix
6666         problem if unread is nil.
6667
6668 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6669
6670         * wl-address.el (wl-address-make-completion-list): Check whether
6671         the address is a group list.
6672         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6673
6674 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6675
6676         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6677         The number of the messages of new and unread does not count
6678         correctly.
6679
6680         * wl-summary.el (wl-summary-count-unread): Changed to return
6681         `(new . unread)' instead of total.
6682         (wl-summary-sync-update): Follow the change above.
6683
6684         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6685
6686 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6687
6688         * wl-address.el (wl-address-make-completion-list): Do not enclose
6689         address by " <" and ">" if associated realname is "".
6690         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6691         This is against the promblem with group list in .addresses pointed
6692         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6693
6694 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6695
6696         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6697         message is a format control string.
6698         * wl-expire.el (wl-expire-append-log): Ditto.
6699         * wl-mime.el (wl-summary-burst-subr): Ditto.
6700         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6701         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6702
6703 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6704
6705         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6706         wl.el (wl-check-variables): Rename from `wl-check-type'.
6707         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6708         (wl-check-variables-2): New function.
6709         (wl): Call `wl-check-variables-2'.
6710
6711 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6712
6713         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6714         after renaming folder in access group.
6715
6716 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6717
6718         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6719         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6720         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6721         (wl-message-buffer-prefetch): Rewrite.
6722         (wl-message-buffer-prefetch-idle-time): Removed.
6723         * wl-summary.el (wl-summary-redisplay-internal):
6724         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6725         Error check for `wl-message-buffer-prefetch-depht'.
6726
6727 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6728
6729         * Version number is increased to 2.9.5.
6730         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6731
6732 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6733
6734         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6735         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6736         Based on the patch written by
6737         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6738
6739 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl-draft.el (wl-draft-raw-send): Fix for
6742         `wl-news-send-pre-hook'
6743
6744 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl-utils.el (wl-message-id-function): New variable.
6747         * wl-draft.el (wl-draft-insert-required-fields):
6748         Use `wl-message-id-function'.
6749
6750 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6753         * wl-utils.el (wl-draft-make-message-id-string):
6754         Use `wl-from' for domain part of Message-ID
6755         if `wl-message-id-use-wl-from' if non-nil.
6756         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6757
6758 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl.el (wl): Call `wl-check-type'
6761         Do not 'condition-case'.
6762
6763 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl.el (wl-check-type): New function.
6766         (wl-check-type-variables): New variable.
6767
6768 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6769
6770         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6771
6772 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-draft.el (wl-smtp-password-key): New function.
6775         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6776         (wl-draft-send-mail-with-smtp): Ditto.
6777         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6778
6779 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6782         * wl-utils.el (wl-unique-id-suffix): Remove.
6783
6784 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6785
6786         * Version number is increased to 2.9.4.
6787
6788 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-utils.el (wl-unique-id-suffix): New variable.
6791         (wl-unique-id): Use `wl-unique-id-suffix'
6792
6793 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6794
6795         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6796         instead of `elmo-msgdb-search'.
6797
6798         * Version number is increased to 2.9.3.
6799
6800 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6801
6802         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6803
6804 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6805
6806         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6807         (wl-draft-dispatch-message): Changed for send-later.
6808         (wl-draft-queue-flush): Ditto.
6809         (wl-draft): Clear `wl-sent-message-queued'.
6810         (wl-draft-reedit): Ditto.
6811         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6812         * wl-vars.el (wl-draft-force-queuing): New variable.
6813         (wl-draft-force-queuing-mail): New variable.
6814         (wl-draft-force-queuing-news): New variable.
6815
6816 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6819         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6820
6821 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6822
6823         * Version number is increased to 2.9.2.
6824
6825 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * wl-draft.el (wl-draft-elide-region): New user command.
6828         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6829
6830         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6831         command `wl-draft-elide-region'.
6832         * wl-mule.el: Ditto.
6833         * wl-xmas.el: Ditto.
6834
6835 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6838         (wl-biff-check-folder-async): Removed needless let.
6839
6840 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6843         wl-folder-get-elmo-folder.
6844         (wl-biff-check-folder): Set `biff' argument of
6845         `wl-folder-check-one-entity'.
6846         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6847
6848         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6849         (wl-folder-check-one-entity): Added `biff' argument;
6850         Setup `biff' slot of folder.
6851
6852         * Version number is increased to 2.9.1.
6853
6854 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6857         comment out and fixed.
6858         (wl-fldmgr-add-completion-subr): Ditto.
6859
6860         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6861         and msgdb.
6862
6863         * wl.el (wl-toggle-plugged): Save summary view.
6864
6865 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6868
6869 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6870
6871         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6872
6873 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6876         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6877         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6878
6879         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6880         if it was failed.
6881         (wl-demo): Disable undo in the demo buffer.
6882
6883 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-version.el (wl-version): Changed codename.
6886
6887         * Version number is increased to 2.9.0.
6888
6889 2001-12-14  Takuo KITAME <kitame@northeye.org>
6890
6891         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6892         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6893         (wl-folder-mark-as-read-all-current-entity): Ditto.
6894
6895 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-vars.el (wl-from-width): Define as obsolete variable.
6898         (wl-subject-length-limit): Ditto.
6899
6900         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6901
6902         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6903         wl-summary-save-view.
6904
6905         * wl.el (wl-save-status): Ditto.
6906         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6907
6908         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6909         (wl-summary-exit): Follow the change above.
6910         (wl-summary-goto-folder-subr): Ditto.
6911
6912         * wl-folder.el (wl-folder-create-subr): Don't use
6913         `elmo-folder-creatable-p'.
6914
6915 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6918
6919 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6922         rather than bitmap on Emacs 21.
6923         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6924         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6925         for xbm if the new redisplay engine is not available.
6926
6927 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-folder.el (wl-folder-init-hook): New hook.
6930         (wl-folder-init): Run `wl-folder-init-hook'.
6931
6932 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6935
6936 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6937
6938         * wl-acap.el (wl-acap-cache-filename): New variable.
6939         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6940         (wl-acap-init): Use cache if no ACAP server found.
6941
6942 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6943
6944         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6945         `wl-acap-original-msgdb-dir'.
6946
6947         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6948         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6949
6950         * wl-mime.el (wl-mime-save-directory): Renamed from
6951         `wl-mime-save-dir'.
6952
6953 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6956
6957         * wl-demo.el: Require `path-util'.
6958         (wl-demo-bitmap-mule-available-p): New internal variable.
6959         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6960         `module-installed-p' instead.
6961         (wl-demo-insert-image): Use *.img file for a bitmap image.
6962         (wl-demo): Don't call the ascii demo recursively.
6963
6964 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6965
6966         * Version number is increased to 2.7.7.
6967
6968 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl.el (wl-exit): Eliminated byte-compile warning.
6971
6972 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6973
6974         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6975         obsolete variable using `elmo-define-obsolete-variable'.
6976         (wl-fetch-confirm-threshold): Ditto.
6977         (wl-cache-prefetch-folder-type-list): Ditto.
6978         (wl-cache-prefetch-folder-list): Ditto.
6979
6980 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6983         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6984         (wl-demo-insert-image): New function.
6985         (wl-demo-insert-text): New function.
6986         (wl-demo-image-type-alist): Redefine as a function.
6987         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6988         (wl-demo-with-temp-file-buffer): Removed.
6989         (wl-logo-xpm): Removed.
6990         (wl-logo-xbm): Removed.
6991         (wl-logo-bitmap): Removed.
6992
6993 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6994
6995         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6996         (wl-expire-localdir-get-folder-function): New user option.
6997         (wl-expire-localdir-get-folder): New function.
6998         (wl-expire-localdir-date): Ditto.
6999
7000 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7001
7002         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7003         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7004         Fixed unread number mismatch when all-unread < unread.
7005
7006 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7009         (wl-fetch-confirm-threshold): Ditto.
7010
7011         * wl-summary.el (wl-summary-confirm-appends): Removed.
7012         (wl-summary-sync-update): Don't refer
7013         `wl-summary-update-confirm-threshold' (It is now abolished).
7014
7015         * wl-message.el (wl-message-display-internal): Don't refer
7016         `wl-fetch-confirm-threshold' (It is now abolished).
7017
7018 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7021
7022 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7023
7024         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7025         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7026         Change default value to nil.
7027         (wl-summary-indent-length-limit): The value can be nil, nil means
7028         unlimited.
7029
7030         * wl-summary.el: Don't set limit for indent length if the value of
7031         wl-summary-indent-length-limit is nil.
7032         If the value of wl-summary-width is nil, it means only that the width
7033         of summary is unlimited (nil doesn't mean that the indent length is
7034         unlimited).
7035
7036         * wl-thread.el: Ditto.
7037
7038 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7039
7040         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7041         be nil, nil means never confirm.
7042         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7043
7044 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7045
7046         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7047         means unlimited).
7048
7049 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7052         Use `with-temp-buffer'.
7053
7054 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7057         with new backquote style).
7058         (wl-folder-get-entity-from-buffer): Ditto.
7059
7060 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7061
7062         * wl-version.el (nemacs-version): Eliminated.
7063         (wl-extended-emacs-version2): Ignore nemacs.
7064         (wl-extended-emacs-version3): Ditto.
7065
7066 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7067
7068         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7069         (wl-draft-add-in-reply-to): New variable.
7070         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7071         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7072         (wl-draft-yank-from-mail-reply-buffer): Use
7073         `wl-draft-add-in-reply-to'.
7074         (wl-draft-insert-current-message): Ditto.
7075
7076 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7077
7078         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7079         typo (kill->hide).
7080         (wl-message-buffer-prefetch-folder-type-list): Added elements
7081         `mark' and `cache' instead of `internal'.
7082
7083 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7086         resume msgdb directory.
7087
7088 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl.el (wl-exit): Call `wl-acap-exit'.
7091
7092         * wl-summary.el (wl-summary-message-string): New function.
7093         (wl-summary-reedit): Use it.
7094         (wl-summary-resend-bounced-mail): Remove needless let.
7095         (wl-summary-supersedes-message): Ditto.
7096         (wl-summary-save): Ditto.
7097
7098         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7099         (wl-acap-init): Set it.
7100         (wl-acap-exit): New function.
7101
7102 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7103
7104         * wl.el (wl-init): Revert (require 'mime-setup). move from
7105         toplevel.
7106
7107 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7108
7109         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7110         local variables.  Add error when guess function return invalid
7111         value.
7112
7113 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7114
7115         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7116         Change local variable name.
7117         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7118         (wl-folder-get-newsgroups): Return nil when non-news folder.
7119         * wl-summary.el (wl-summary-write-current-folder): State through
7120         when guess-list return nil.
7121         (wl-summary-write-current-folder-functions): Fixed docstring.
7122
7123         * wl.el (wl-exit): Changed confirm message.
7124
7125         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7126         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7127
7128         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7129
7130 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7131
7132         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7133         user option (Renamed from wl-cache-prefetch-folder-type-list).
7134         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7135         from wl-cache-prefetch-folder-list).
7136
7137         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7138         Move to wl-vars.el.
7139         (wl-message-buffer-prefetch-p): Changed to enable
7140         `wl-message-buffer-prefetch-folder-list'.
7141
7142         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7143         `ignore-cache'.
7144
7145 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7146
7147         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7148         `part-top' and `part-bottom'.
7149         (wl-draft-config-sub-part-top): New function.
7150         (wl-draft-config-sub-part-bottom): New function.
7151
7152 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7153
7154         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7155
7156 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7157
7158         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7159
7160 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7161
7162         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7163
7164         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7165         (wl-summary-write-current-folder): Ditto.
7166
7167 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-folder.el (wl-folder-get-newsgroups): Use
7170         `elmo-folder-newsgroups'.
7171
7172 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7173
7174         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7175         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7176         `wl-draft-config-sub-header-bottom'.
7177
7178 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7179
7180         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7181         localnews folder.
7182
7183 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7184
7185         * wl-summary.el (wl-summary-mode): Undo last change.
7186
7187         * wl-folder.el (wl-folder-mode): Ditto.
7188
7189 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7190
7191         * wl-summary.el (wl-summary-mode): Locally set
7192         truncate-partial-window-width to nil.
7193         (for XEmacs)
7194
7195         * wl-folder.el (wl-folder-mode): Ditto.
7196
7197 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7200
7201 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7204         number.
7205
7206         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7207
7208         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7209
7210         * Version number is increased to 2.7.6.
7211
7212 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7215
7216 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-summary.el (wl-summary-sync-update): Enclose network
7219         related portion with `unwind-protect'.
7220
7221 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7222
7223         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7224
7225 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7228         element.
7229         * wl-vars.el (wl-message-body-button-alist): Ditto.
7230
7231         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7232         max match length.
7233         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7234
7235         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7236         for the max match length;
7237         Use 4th element value for the button string regexp group.
7238
7239         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7240         candidate exists, prompt to select.
7241
7242 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7243
7244         * wl-summary.el (wl-summary-jump-to-msg): Search before
7245         calibration point by `beginning-of-line'.
7246
7247 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7248
7249         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7250         for access group.
7251
7252 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7253
7254         * wl-message.el (wl-message-display-internal): Bind
7255         `default-mime-charset'.
7256
7257         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7258
7259         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7260
7261         * Version number is increased to 2.7.5.
7262
7263 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7264
7265         * wl-expire.el (wl-summary-archive): Fixed;
7266         Use `elmo-folder-name-internal'.
7267
7268 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7269
7270         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7271         from `elmo-folder-move-messages' caller.
7272         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7273
7274         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7275         related portions are changed).
7276
7277 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7278
7279         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7280         counter.
7281
7282 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7283
7284         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7285         buffer local and set it to nil.
7286
7287         * wl-message.el (wl-message-redisplay): Ditto.
7288
7289 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7290
7291         * wl-summary.el (wl-summary-mark-as-important): If message is
7292         already cached, set messag as read, otherwise encache and mark as read.
7293
7294 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7295
7296         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7297         point-min.
7298
7299 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7302         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7303         a keymap.
7304
7305 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7306
7307         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7308         parent.
7309
7310         * wl-mule.el (wl-message-define-keymap): Ditto.
7311
7312         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7313
7314         * wl-xmas.el (wl-message-display-internal-hook): Define.
7315         (wl-xmas-setup-message-toolbar): Define as function.
7316         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7317         (wl-message-overload-functions): Abolished.
7318         (wl-message-define-keymap): New function.
7319
7320         * wl-vars.el (wl-message-display-internal-hook): New variable.
7321         (wl-message-header-button-alist): New variable (Renamed from
7322         wl-highlight-message-header-button-alist).
7323         (wl-message-body-button-alist): Ditto.
7324
7325         * wl-mule.el (wl-message-define-keymap): New function.
7326         (wl-message-overload-functions): Abolished.
7327
7328         * wl-message.el (wl-message-add-buttons-to-body): New function.
7329         (wl-message-redisplay): Don't call wl-message-overload-functions;
7330         Call wl-message-add-buttons-to-header and
7331         wl-message-add-buttons-to-body.
7332         (wl-message-display-internal): Set keymap argument for
7333         elmo-mime-display-as-is, elmo-mime-message-display;
7334         Run wl-message-display-internal-hook.
7335         (wl-message-refer-article-or-url): Abolished.
7336
7337         * wl-highlight.el (wl-highlight-headers): Don't call
7338         wl-highlight-message-add-buttons-to-header.
7339         (wl-highlight-message-add-buttons-to-header): Abolished.
7340
7341
7342         * wl-e21.el (wl-message-display-internal-hook): Define.
7343         (wl-e21-setup-toolbar): Deleted duplicated binding.
7344         (wl-e21-setup-message-toolbar): Define as function.
7345         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7346         (wl-message-define-keymap): New function.
7347         (wl-message-overload-functions): Abolished.
7348
7349 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7352         and elmo-folder-close.
7353
7354         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7355
7356 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7357
7358         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7359         boolean value.
7360         * wl-draft.el (wl-draft-do-fcc): Ditto.
7361
7362 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7363
7364         * wl-vars.el (wl-fcc-force-as-read): New variable.
7365         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7366         mark copied message as read.
7367
7368 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7369
7370         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7371
7372 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7375         `wl-summary-target-above' instead of obsolete variable
7376         `wl-summary-temp-above'.
7377
7378         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7379         instead of `make-obsolete-variable'.
7380         * wl-refile.el (toplevel): Ditto.
7381
7382 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7385         with third argument t.
7386         (wl-draft): Set first argument for wl-plugged-init as t.
7387
7388         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7389         definition.
7390
7391 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7392
7393         * wl-vars.el: Tabify.
7394         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7395
7396         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7397         message.
7398
7399 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7400
7401         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7402         and set default to beep.
7403
7404 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7405
7406         * wl-vars.el (wl-draft-truncate-lines): New variable.
7407
7408         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7409         instead of wl-message-truncate-lines for truncate-lines.
7410
7411 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7412
7413         * wl-message.el (wl-message-display-internal): Call
7414         `wl-highlight-message' after `elmo-mime-display-as-is'.
7415
7416         * wl-mime.el (wl-mime-display-text/plain): New function.
7417         (wl-mime-display-header): Ditto.
7418         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7419         body-presentation-method for text/plain;
7420         Register `wl-mime-display-header' as a header-presentation-method;
7421         Don't set up `elmo-message-text-content-inserted-hook' and
7422         `elmo-message-header-inserted-hook'.
7423
7424         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7425         variable.
7426         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7427         as t if flag is 'all-header;
7428         Don't bind `elmo-message-ignored-field-list',
7429         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7430
7431 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7434         for xemacs with non-mule environment.
7435
7436 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7437
7438         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7439         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7440         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7441
7442 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7443
7444         * wl-vars.el (wl-interactive-send): Set default value as t.
7445
7446 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7449         (wl-addrmgr-method-list): Abolished.
7450         (wl-addrmgr-change-method): Follow above change.
7451
7452         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7453
7454 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7455
7456         * wl-vars.el (wl-message-truncate-lines): Change default value
7457         to default-truncate-lines.
7458
7459         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7460
7461 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7462
7463         * wl-vars.el (wl-message-truncate-lines): New variable.
7464
7465         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7466         wl-message-truncate-lines.
7467
7468 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7469
7470         * wl-acap.el (wl-acap-init): Remove period from error message.
7471         (wl-acap-find-acap-service): Remove period from message.
7472
7473 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7474
7475         * wl.el (wl-check-environment): Undo last change.
7476
7477         * wl-vars.el (wl-from): Changed default value.
7478
7479         * wl-util.el (toplevel): Don't require tm-edit.
7480
7481         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7482         `wl-folder-init';
7483         Don't set mark on mail body.
7484         (wl-draft-reedit): Ditto.
7485
7486         * wl-address.el (wl-address-quote-specials): Define as an alias for
7487         elmo-address-quote-specials.
7488
7489 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7490
7491         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7492
7493         * wl-vars.el (wl-from): Set default value as nil.
7494         (wl-organization): Set default value as ORGANIZATION environment
7495         variable.
7496
7497         * wl-draft.el (wl-smtp-extension-bind): Check value of
7498         wl-smtp-connection-type.
7499
7500         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7501         error.
7502
7503 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7504
7505         * Version number is increased to 2.7.4.
7506
7507         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7508         arguments from `wl-highlight-x-face-function' caller.
7509         Use x-face-1.3.6.12 or later.
7510
7511 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7512
7513         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7514
7515 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7516
7517         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7518         (wl-fcc): Fix to accept function.
7519         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7520
7521 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * wl-acap.el (toplevel): Added `product-provide' declare.
7524         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7525
7526 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7527
7528         * wl.el (wl): Changed order of calling `elmo-init'
7529         and `elmo-folder-init'.
7530
7531 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7532
7533         * wl-mime.el (wl-summary-burst): Extract message when content-type
7534         of root entity is not only `multipart' but also `message/rfc822'.
7535         (wl-summary-burst-subr): Ditto.
7536
7537 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7538
7539         * wl-vars.el (toplevel): Require 'custom.
7540         (wl-trash-folder): Added to `wl-setting' group.
7541
7542         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7543         exists.
7544         (wl-addrmgr-draw): Insert empty line when no entry exists.
7545
7546         * wl-mule.el (wl-message-wheel-up): Fixed.
7547         (wl-message-wheel-down): Ditto.
7548
7549 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7550
7551         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7552         config is an anonymous lambda expression.
7553
7554 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7557         when Mule 2 is running.
7558
7559 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7562
7563 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7566         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7567
7568         * wl-address.el (wl-address-specials-regexp): Eliminated.
7569         (wl-address-quote-specials): Rewrite.
7570
7571 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7574         shy-groups for regexp.
7575
7576         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7577         character classes and Perl style shy-groups for regexp.
7578         (wl-highlight-plugged-current-line): Use Posix style character
7579         classes for regexp.
7580         (wl-e21-highlight-folder-by-numbers): Ditto.
7581         (wl-e21-display-image-p): Use `display-images-p' instead of
7582         `display-graphic-p'.
7583         (display-images-p): Make an alias to `display-graphic-p' if it is
7584         not available.  It is for Emacs version prior to 21.0.105.
7585
7586         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7587         `display-graphic-p'.
7588         (wl-demo-image-type-alist): Ditto.
7589         (display-images-p): Make an alias to `display-graphic-p' if it is
7590         not available.  It is for Emacs version prior to 21.0.105.
7591
7592 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7593
7594         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7595         support.
7596         (wl-generate-user-agent-string): Ditto.
7597
7598         * wl-version.el (wl-version): Update docsting.
7599         (wl-version-status): Ditto.
7600
7601 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7602
7603         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7604         21.0.105.  For Emacs 21.0.104 or earlier.
7605
7606 2001-09-03  Takuo KITAME <kitame@northeye.org>
7607
7608         * wl-e21.el (wl-plugged-init-icons): Use
7609         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7610         (wl-biff-init-icons): Ditto.
7611
7612 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl-highlight.el (wl-highlight-summary-current-line):
7615         Fixed highlighting refile/copy destination.
7616
7617         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7618         (wl-acap-store): Encode string by wl-acap-coding-system.
7619
7620 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7621
7622         * wl-acap.el (toplevel): Check and require 'un-define before
7623         'xemacs-ucs;
7624          Added checking for UTF-2000.
7625
7626 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7629         Don't enclose with `eval-and-compile'.
7630
7631         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7632         wl-init is non-nil.
7633
7634         * wl-draft.el (wl-draft): Ditto.
7635
7636         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7637
7638         * wl-acap.el (toplevel): Require 'wl.
7639         (wl-acap-store): Call `elmo-init'.
7640
7641         * wl.el (wl): Changed position of `wl-check-environment'.
7642         (toplevel): Added autoload setting for wl-acap.
7643
7644         * wl-vars.el (wl-setting): New custom group.
7645         (wl-from): Added wl-setting group.
7646         (wl-user-mail-address-list): Ditto.
7647         (wl-organization): Ditto.
7648         (wl-subscribed-mailing-list): Ditto.
7649         (wl-envelope-from): Ditto.
7650         (wl-smtp-posting-user): Ditto.
7651         (wl-smtp-posting-server): Ditto.
7652         (wl-smtp-posting-port): Ditto.
7653         (wl-smtp-authenticate-type): Ditto.
7654         (wl-pop-before-smtp-user): Ditto.
7655         (wl-pop-before-smtp-server): Ditto.
7656         (wl-pop-before-smtp-port): Ditto.
7657         (wl-pop-before-smtp-authenticate-type): Ditto.
7658         (wl-nntp-posting-server): Ditto.
7659         (wl-nntp-posting-user): Ditto.
7660         (wl-nntp-posting-port): Ditto.
7661         (wl-fetch-confirm-threshold): Ditto.
7662         (wl-prefetch-threshold): Ditto.
7663         (wl-thread-insert-opened): Ditto.
7664         (wl-ldap-server): Ditto.
7665         (wl-ldap-port): Ditto.
7666         (wl-ldap-base): Ditto.
7667         (wl-ldap-objectclass): Ditto.
7668         (wl-use-ldap): Ditto.
7669         (wl-draft-config-alist): Ditto.
7670         (wl-draft-config-matchone): Ditto.
7671         (wl-template-alist): Ditto.
7672         (wl-message-sort-field-list): Ditto.
7673         (wl-message-ignored-field-list): Ditto.
7674         (wl-message-visible-field-list): Ditto.
7675         (wl-interactive-send): Ditto.
7676         (wl-summary-move-order): Ditto.
7677         (wl-auto-select-first): Ditto.
7678         (wl-auto-select-next): Ditto.
7679         (wl-interactive-save-folders): Ditto.
7680
7681         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7682         Initialization codes are moved from wl-local-folder-init.
7683         (wl-local-folder-init): Follow the change above.
7684         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7685
7686         * wl-acap.el: New file.
7687
7688         * Version number is increased to 2.7.3.
7689
7690 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7693
7694 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7695
7696         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7697         (wl-addrmgr-address-entry-list): Ditto.
7698
7699 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * wl-e21.el (wl-draft-mode-map): Removed binding for
7702         `wl-draft-insert-x-face-field'.
7703
7704         * wl-mule.el (wl-draft-mode-map): Ditto.
7705
7706         * wl-xmas.el (wl-draft-mode-map): Ditto.
7707
7708         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7709         (wl-cs-autoconv): Ditto.
7710         (wl-cs-local): Ditto.
7711         (wl-use-scoring): Ditto.
7712         (wl-mime-charset): Ditto.
7713         (wl-folder-check-async): Ditto.
7714
7715         * wl.el (toplevel): Ignore nemacs and tm.
7716         (wl-exit): Ditto.
7717
7718         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7719         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7720         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7721         instead of wl-address-petname-add-or-change.
7722         (wl-summary-edit-addresses-subr): Use wl-address-delete
7723         instead of wl-address-petname-delete.
7724
7725         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7726
7727         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7728         if error occured.
7729
7730         * wl-message.el (require): Remove tm support.
7731
7732         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7733
7734         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7735         (wl-folder-jump-to-current-entity): Ditto.
7736         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7737
7738         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7739         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7740         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7741
7742         * wl-mule.el (wl-draft-key-setup): Ditto.
7743
7744         * wl-xmas.el (wl-draft-key-setup): Ditto.
7745
7746         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7747         (wl-draft-std11-parse-addresses): New function.
7748         (wl-draft-parse-mailbox-list): Use it.
7749         (wl-draft): Ignore nemacs.
7750         (wl-draft-reedit): Ditto.
7751
7752         * wl-addrmgr.el: New file.
7753         (Original is wl-rcpt.el written by
7754         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7755         Thanks Kitamoto-san.)
7756
7757         * wl-address.el (wl-address-make-address-list): Modified parsing
7758         process.
7759         (wl-address-delete): Renamed from `wl-address-petname-delete';
7760         Modify wl-address-list too.
7761         (wl-address-add-or-change): Renamed from
7762         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7763
7764 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7765
7766         * wl-highlight.el (wl-highlight-summary-current-line):
7767           Work with transient-mark-mode
7768
7769 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7770
7771         * Version number is increased to 2.7.2.
7772
7773         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7774         instead of elmo-dop-queue-method.
7775
7776 2001-08-06  SAITO Atsunori <sai@yedo.com>
7777
7778         * wl-vars.el (wl-ldap-objectclass): New user option.
7779
7780         * wl-address.el (wl-ldap-make-filter): Use it.
7781
7782 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7783
7784         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7785
7786 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7787
7788         * wl-folder.el (wl-folder): redisplay after folder insertion.
7789
7790         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7791
7792         * wl-summary.el (wl-summary-sync-update):
7793         Change status mark only when new-msgdb exists.
7794         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7795
7796 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-summary.el (wl-summary-open-folder): New function.
7799         (wl-summary-goto-folder-subr): Use it.
7800         (wl-summary-mark-as-important): Fix;
7801         Encache only when no cache exists.
7802
7803 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7806         Use with-current-buffer.
7807
7808 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7809
7810         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7811         before call `get-buffer'. Fixed parenthesis.
7812         (wl-score-get-header-entry): Clear message and help window when
7813         keyboard quit.
7814         (wl-score-edit-insert-header): Ditto.
7815
7816 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7817
7818         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7819         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7820         (wl-default-draft-cite): Fix.
7821
7822         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7823         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7824
7825 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl-message.el (wl-message-prev-page): Do same bahavior
7828         as summary when it is called in the message buffer.
7829         (wl-message-next-page): Ditto.
7830
7831 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7832
7833         * wl-summary.el (wl-summary-forward): Use cache if it is not
7834         section cache.
7835
7836 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7839         Removed redundant require of elmo-vars.
7840         (wl-biff-state-indicator-on): Changed default value for
7841         xemacs with non-mule environment.
7842
7843         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7844         wl-message-buffer is nil;
7845         Hide progress bar after moving messages.
7846
7847 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7850         message at cursor point is deleted.
7851
7852 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-vars.el: Changed file coding system to euc-japan.
7855         Added -*-coding:-*- magic to the first line.
7856
7857         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7858         Search parent from the first message.
7859
7860         * Version number is increased to 2.7.1.
7861
7862 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7863
7864         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7865
7866 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7867
7868         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7869         refile/delete execution.
7870
7871         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7872         Fixed docstring.
7873
7874 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7877         do update process;
7878         Don't update marks when update process is interrupted.
7879
7880 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-summary.el (wl-summary-reply): Fixed problem when
7883         wl-draft-use-frame is non-nil.
7884         (wl-summary-forward): Ditto.
7885
7886         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7887         as nil.
7888         (wl-folder-mark-as-read-all-entity): Ditto.
7889         (wl-folder-prefetch-entity): Ditto.
7890
7891         * wl.el (wl): Check environment before wl-init.
7892
7893         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7894         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7895         instead of wl-summary-collect-unread.
7896         (wl-summary-reply): Split message window.
7897
7898 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7901         only if current language environment is japanese,
7902
7903         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7904         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7905         (wl-folder-goto-folder-subr): Ditto.
7906
7907         * wl-draft.el (wl-draft-dispatch-message): Call
7908         `elmo-file-cache-get-path'.
7909
7910 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7911
7912         * wl-summary.el (wl-summary-cursor-move): If return value of
7913         wl-summary-next-message is not number, don't jump.
7914
7915 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7916
7917         * wl-summary.el (wl-summary-buffer-next-message-function): New
7918         variable.
7919         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7920         if it is bound.
7921
7922         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7923         string.
7924
7925         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7926         (wl-plugged-drawing): Ditto.
7927
7928 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7929
7930         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7931         process.
7932         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7933         with unwind-protect.
7934
7935         * wl.el (wl-init): Require mime-setup.
7936         (wl-check-environment): Don't require mime-setup.
7937
7938         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7939         instead of elmo-folder-type.
7940
7941         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7942         value as nil.
7943
7944 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7945
7946         * Version number is increased to 2.7.0.
7947
7948         * wl-version.el (wl-version): Changed codename.
7949
7950         * wl-summary.el (wl-summary-delete-cache): Fixed.
7951
7952         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7953         Workaround for net folders.
7954         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7955
7956         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7957         value to nil (According to the patch from
7958         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7959
7960         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7961         of elmo-folder-close.
7962
7963 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7964
7965         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7966         for postfix.
7967
7968 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * wl-summary.el (wl-summary-resend-message): Fixed.
7971
7972         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7973         Call wl-draft with `from' argument if its address is included in
7974         `wl-user-mail-address-list'.
7975         (wl-draft): Added `from' argument.
7976
7977         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7978         non-nil.
7979         (wl): Don't show demo if wl-demo is nil.
7980
7981         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7982         wl-summary-use-frame.
7983
7984         * wl-vars.el (wl-summary-use-frame): New user option.
7985         (wl-folder-use-frame): Changed docstring.
7986
7987         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7988         non-nil.
7989         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7990         wl-summary-use-frame.
7991
7992         * wl-vars.el (wl-folder-use-frame): New user option.
7993
7994         * wl-summary.el (wl-summary-exit): Back to folder frame if
7995         wl-folder-use-frame is non-nil.
7996         (wl-summary-redisplay-internal): Ignore cache if current folder
7997         is draft folder,
7998         (wl-summary-redisplay-no-mime): Ditto.
7999         (wl-summary-redisplay-all-header): Ditto.
8000
8001         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8002         if wl-folder-use-frame is non-nil.
8003
8004 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8005
8006         * wl-summary.el (wl-summary-sync-update): Bind
8007         elmo-folder-update-threshold.
8008         (wl-summary-mark-as-important): Enclosed server mark processing
8009         with `save-match-data'.
8010
8011         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8012         only when it is already defined.
8013
8014 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8015
8016         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8017         name of folder exclude localdir is wrong.
8018         * wl-folder.el (wl-folder-sync-entity):
8019         Set `wl-summary-always-sticky-folder-list' as nil.
8020         (wl-folder-mark-as-read-all-entity): Ditto.
8021         (wl-folder-prefetch-entity): Ditto.
8022
8023 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8026         instead of `wl-summary-write-current-newsgroup'.
8027
8028 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8029
8030         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8031         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8032         non-nil and selected message is important, do not display.
8033
8034 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8037
8038 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8041
8042         * wl-summary.el (wl-summary-mark-as-important): Set message number
8043         using wl-summary-message-number.
8044
8045 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8046
8047         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8048         destination folder is 'null.
8049
8050 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8051
8052         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8053         New function.
8054         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8055         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8056         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8057
8058 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-mime.el (wl-mime-setup): Added setting for
8061         `mime-setup-signature-key-alist' to avoid overriding key bind for
8062         `wl-draft-send'.
8063
8064         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8065         for `wl-draft-send'.
8066         * wl-mule.el (wl-draft-overload-functions): Ditto.
8067         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8068         * wl-draft.el (wl-draft-send): Ditto.
8069
8070         * wl-message.el (wl-message-display-internal):
8071         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8072         (Patch is provided by <kita@coe.nttdata.co.jp>).
8073
8074 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8075
8076         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8077
8078 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8079
8080         * wl.el (wl): Fix for wl-demo.
8081
8082 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8083
8084         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8085
8086 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * wl-folder.el (wl-folder-prefetch-entity): Use
8089         `wl-folder-get-elmo-folder'.
8090         (wl-folder-count-incorporates): Do not use
8091         `wl-folder-get-elmo-folder'.
8092
8093 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8094
8095         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8096         instead of `elmo-folder-get-type'.
8097
8098 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8099
8100         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8101         position on Subject: field.
8102         (Advised by Mito <mit@nines.nec.co.jp>)
8103
8104 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8105
8106         * wl-folder.el (wl-folder-prefetch-entity): Use
8107         `wl-folder-get-elmo-folder'.
8108
8109 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8112
8113         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8114         `process-duplicates' slot.
8115
8116         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8117         if detection failed.
8118
8119 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8120
8121         * wl-version.el (wl-version-status): Set to "alpha".
8122
8123 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8126         Check wl-message-buffer lives before set-buffer.
8127
8128 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8129
8130         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8131         called in folder mode.
8132         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8133         * wl-summary.el (wl-summary-exit-pre-hook): Run
8134         `wl-summary-exit-pre-hook' before exit summary mode.
8135
8136 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8137
8138         * wl-version.el (wl-version-status): New variable.
8139         (wl-version-status-alist): Removed.
8140         (wl-version-status): Rule included.
8141
8142 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8143
8144         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8145         @sponichi.
8146
8147         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8148         when `mail-reply-buffer' is buffer-local variable.
8149         (Reported by <kita@coe.nttdata.co.jp>).
8150
8151 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8152
8153         * wl-vars.el (toplevel): Require 'elmo-util.
8154
8155 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8158         (All other related portions are changed)
8159
8160         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8161
8162         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8163
8164 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8165
8166         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8167
8168 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8171         Delete other windows to avoid an error.
8172         Use `point-marker' instead of `point' to remember the start point
8173         of body.
8174
8175         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8176
8177         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8178         number not to exceed all message number.
8179
8180 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8181
8182         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8183         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8184
8185 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-summary.el (wl-summary-sync-force-update): Added argument
8188         no-check.
8189         (wl-summary-sync-update): Ditto.
8190         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8191         with `no-check'.
8192
8193         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8194         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8195         already running.
8196
8197 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8198
8199         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8200         `dst-folder-arg'.
8201         (wl-expire-archive-number1): Diito.
8202         (wl-expire-archive-number2): Diito.
8203         (wl-expire-archive-Date): Diito.
8204         (wl-archive-number1): Diito.
8205         (wl-archive-number2): Diito.
8206         (wl-archive-date): Diito.
8207         (wl-archive-folder-p): New function.
8208         (wl-summary-expire): Support of expand folder name at
8209         wl-expire-alist.
8210         * wl-util.el (wl-expand-newtext): Renamed from
8211         `wl-refile-expand-newtext'.
8212
8213 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8214
8215         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8216         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8217         `(elmo-msgdb-get-overview msgdb)'.
8218         (wl-summary-prefetch): Bind match data before call
8219         `wl-summay-prefetch-msg'.
8220         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8221         'off if `wl-summary-buffer-disp-msg' is non-nil.
8222         Fixed problem that couldn't show only one new or unread message when
8223         enter folder.
8224         (wl-summary-reply): Don't call `split-window-vertically' and other
8225         window.
8226
8227 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl-expire.el (wl-expire-refile): Fixed.
8230
8231 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8232
8233         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8234
8235         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8236         biff notification is removed.
8237
8238         * wl.el (wl): Changed position of `elmo-init'.
8239
8240         * wl-draft.el (wl-default-draft-cite): Use date field
8241         on the citation buffer.
8242
8243         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8244
8245         * wl-xmas.el (wl-folder-internal-icon-list): Added
8246         `wl-folder-shimbun-image'.
8247
8248         * wl-e21.el (wl-folder-internal-icon-list): Added
8249         `wl-folder-shimbun-image'.
8250
8251 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * wl.el (wl-init): Eliminated argument.
8254         (wl): Rewrite.
8255
8256         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8257         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8258         instead of `elmo-folder-msgdb-internal'.
8259         (wl-summary-sync-update): Ditto.
8260         (wl-summary-flush-pending-append-operations): Eliminated.
8261         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8262         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8263         `elmo-folder-open'.
8264
8265         * wl-mime.el (wl-summary-burst): Fixed.
8266
8267         * wl-folder.el (wl-folder-info-save): Check data type.
8268
8269         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8270         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8271         instead of `elmo-folder-msgdb-internal'.
8272         (wl-expire-hide): Ditto.
8273
8274
8275         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8276
8277 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8278
8279         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8280
8281 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8282
8283         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8284
8285 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8286
8287         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8288         Fixed `match-beginning' argument mismatch.
8289
8290 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8291
8292         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8293         the default value.
8294
8295 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8298         instead of `elmo-nntp-default-port'.
8299
8300         * wl-vars.el: Fixed some doc strings.
8301
8302 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-summary.el (wl-summary-prefetch-msg): Use
8305         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8306
8307         * wl-vars.el: Define *-func as obsolete variable using
8308         `elmo-define-obsolete-variable'.
8309
8310         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8311         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8312         instead of `wl-message-buffer-prefetch-threshold'.
8313
8314         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8315
8316         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8317
8318         * wl-draft.el (wl-caesar-region-func): Ditto.
8319
8320         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8321         Keep unread status in elmo-folder-move-messages.
8322         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8323
8324 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8325
8326         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8327         `wl-summary-buffer-exit-func'
8328         (wl-summary-buffer-message-redisplay-function): Renamed from
8329         `wl-summary-buffer-message-redisplay-func'
8330         (wl-summary-buffer-next-folder-function): Renamed from
8331         `wl-summary-buffer-next-folder-func'.
8332         (wl-summary-buffer-prev-folder-function): Renamed from
8333         `wl-summary-buffer-prev-folder-func'.
8334         (wl-summary-get-petname-function): Renamed from
8335         `wl-summary-get-petname-func'.
8336
8337         * wl-score.el (wl-score-edit-exit-function): Renamed from
8338         `wl-score-edit-exit-func'.
8339
8340         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8341         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8342
8343         * wl-util.el (wl-load-profile-function): Renamed from
8344         `wl-load-profile-func'.
8345
8346         * wl-folder.el (wl-folder-completion-function): Renamed from
8347         `wl-folder-completion-func'.
8348         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8349
8350         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8351         `wl-expire-archive-get-folder-func'.
8352         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8353         (wl-draft-send-mail-function): Renamed from
8354         `wl-draft-send-mail-func'.
8355         (wl-draft-send-news-function): Renamed from
8356         `wl-draft-send-news-func'.
8357         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8358         (wl-generate-mailer-string-function): Renamed from
8359         `wl-generate-mailer-string-func'.
8360         (wl-highlight-signature-search-function): Renamed from
8361         `wl-highlight-signature-search-func'.
8362         (wl-highlight-x-face-function): Renamed from
8363         `wl-highlight-x-face-func'
8364         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8365         (wl-ps-print-buffer-function): Renamed from
8366         `wl-ps-print-buffer-func'
8367         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8368         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8369         (wl-summary-subject-filter-function): Renamed from
8370         `wl-summary-subject-filter-func'.
8371
8372         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8373         `wl-draft-queue-flush-send-func'
8374         (wl-draft-cite-function): Renamed from
8375         `wl-draft-cite-func'
8376
8377         * wl-address.el (wl-address-init-function): Renamed from
8378         `wl-address-init-func'.
8379
8380 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8381
8382         * wl-draft.el (wl-draft-queue-flush): Don't call
8383         `elmo-dop-unlock-message'.
8384         * wl-draft.el (wl-draft-queue-append): Don't call
8385         `elmo-dop-lock-message'.
8386
8387         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8388         (wl-summary-buffer-folder-name): Ditto.
8389         (wl-summary-message-regexp): Added '-' (all other related portions
8390         are changed).
8391         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8392         wl-summary-buffer-folder-name.
8393
8394 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8395
8396         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8397         the number of mails in the folder buffer is not updated by wl-biff.
8398
8399 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8400
8401         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8402         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8403
8404 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-summary.el (wl-summary-next-message):
8407         Return next message number when wl-summary-move-order is nil.
8408
8409 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8410
8411         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8412         `wl-summary-move-spec-alist'.
8413         (wl-summary-move-spec-unplugged-alist): New variable
8414         (Move spec for unplugged status).
8415         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8416         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8417
8418 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8419
8420         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8421         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8422
8423 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8424
8425         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8426         simple quotation to quote the anonymous function.
8427         * tm-wl.el (wl-draft-preview-message): Ditto.
8428
8429 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8430
8431         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8432         Eliminate redundant `save-excursion'.
8433         (wl-highlight-summary-current-line): Ditto.
8434
8435         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8436         accessing match data when `looking-at' failed.
8437
8438         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8439         `elmo-match-string' where users don't care about the speed.
8440         (wl-draft-save): Ditto.
8441
8442 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8443
8444         * wl-util.el (wl-regexp-opt): New function.
8445
8446         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8447         number from `wl-summary-buffer-number-list'.
8448         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8449         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8450         (wl-summary-move-spec-alist): Changed default setting.
8451
8452 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8453
8454         * wl-vars.el (wl-biff-notify-hook): New hook.
8455         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8456         the arrival of new mail.
8457         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8458         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8459
8460 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8463
8464 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8465
8466         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8467
8468         * Version number is increased to 2.5.8.
8469
8470         * wl-thread.el (toplevel): require 'cl.
8471         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8472         (wl-thread-make-number-list): New function.
8473         (wl-thread-entity-make-number-list-from-children): Ditto.
8474         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8475         (wl-thread-entity-insert-as-children): Likewise.
8476         (wl-thread-delete-message): Likewise.
8477         (wl-meaning-of-mark): Eliminated.
8478         (wl-thread-next-failure-mark-p): Ditto.
8479         (wl-thread-entity-get-mark): Ditto.
8480         (wl-thread-meaning-alist-get-result): Ditto.
8481         (wl-thread-entity-check-prev-mark): Ditto.
8482         (wl-thread-entity-check-next-mark): Ditto.
8483         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8484         (wl-thread-entity-get-prev-marked-entity): Ditto.
8485         (wl-thread-get-prev-unread): Ditto.
8486         (wl-thread-jump-to-prev-unread): Ditto.
8487         (wl-thread-get-next-unread): Ditto.
8488         (wl-thread-jump-to-next-unread): Ditto.
8489         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8490         (wl-thread-entity-get-next-marked-entity): Ditto.
8491
8492         * wl-summary.el (wl-summary-buffer-number-list):
8493         New bufer-local variable.
8494         (wl-summary-switch-to-clone-buffer): Clone
8495         `wl-summary-buffer-number-list'.
8496         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8497         (wl-summary-cursor-move-regex): Eliminated.
8498         (wl-summary-cursor-up): Rewrite.
8499         (wl-summary-cursor-down): Ditto.
8500         (wl-summary-mode-spec-alist): New variable.
8501         (wl-summary-next-message): New inline function.
8502         (wl-summary-cursor-move): New function.
8503         (wl-summary-default-get-next-msg): Rewrite.
8504         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8505         (wl-summary-rescan): Ditto.
8506         (wl-summary-sync-all-init): Ditto.
8507         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8508         summary is not thread view.
8509         (wl-summary-sync-update): Ditto.
8510         (wl-summary-rescan): Ditto.
8511         (wl-summary-make-number-list): New function.
8512
8513         * wl-draft.el: "FCC" -> "Fcc".
8514
8515 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8516
8517         * wl-highlight.el (wl-highlight-summary-window):
8518         Call `set-buffer-modified-p'.
8519
8520         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8521         (wl): Call `elmo-init' and fix.
8522
8523         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8524         Use new variables.
8525
8526         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8527
8528 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8529
8530         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8531
8532 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8533
8534         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8535
8536 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8537
8538         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8539         `wl-use-toolbar' nor `display-graphic-p'.
8540         (wl-e21-setup-message-toolbar): Ditto.
8541         (wl-e21-setup-summary-toolbar): Ditto.
8542         (wl-e21-setup-folder-toolbar): Ditto.
8543
8544         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8545         (wl-plugged-init-icons): Ditto.
8546
8547         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8548         `display-graphic-p'.
8549         (wl-plugged-set-folder-icon): Ditto.
8550         (wl-highlight-plugged-current-line): Ditto.
8551         (wl-highlight-folder-current-line): Ditto.
8552         (wl-e21-highlight-folder-group-line): Ditto.
8553         (wl-e21-setup-toolbar): Ditto.
8554         (wl-e21-display-image-p): New macro.
8555
8556         * wl-demo.el (wl-demo): Simplified.
8557         (wl-demo-image-type-alist): Use `image-type-available-p' for
8558         checking whether the image type `xbm' is available.
8559
8560 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8561
8562         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8563         (wl-summary-input-range): Ditto.
8564
8565 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8566
8567         * wl-summary.el (wl-summary-edit-addresses): Use
8568         `wl-summary-get-original-buffer'
8569         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8570         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8571         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8572         (wl-summary-get-newsgroups): Eliminated.
8573         (wl-summary-set-crosspost): Ditto.
8574         (wl-summary-is-crosspost-folder): Ditto.
8575         (wl-crosspost-alist-load): Ditto.
8576         (wl-crosspost-alist-save): Ditto.
8577
8578         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8579         `elmo-setup-subscribed-newsgroups' instead of
8580         `elmo-nntp-make-groups-hashtb'.
8581         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8582         instead of `wl-crosspost-alist-save'.
8583
8584         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8585         of `elmo-folder-message-appendable-p'.
8586         (wl-mime-header-presentation-method): Eliminated.
8587
8588         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8589         (Error occurs in emacs21).
8590
8591         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8592         the current buffer).
8593
8594         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8595         instead of `wl-crosspost-alist-save'.
8596         (wl-init): `elmo-crosspost-message-alist-load'
8597         instead of `wl-crosspost-alist-load'
8598
8599         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8600         (wl-parse-newsgroups): Likewise.
8601         (wl-biff-notify): Run `wl-biff-notify-hook'.
8602
8603 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8604
8605         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8606
8607         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8608         when `wl-summary-lazy-highlight' is non-nil.
8609         (wl-summary-goto-folder-subr): Highlight only when
8610         `wl-summary-lazy-highlight' is non-nil.
8611
8612         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8613         Don't display progress and highlight temp-mark when
8614         `wl-summary-lazy-highlight' is non-nil.
8615         (wl-highlight-summary-window): New function.
8616         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8617
8618 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8619
8620         * wl-summary.el (wl-summary-sync): Change `all-visible'
8621         from `all-shown'
8622         (wl-summary-input-range): Ditto.
8623
8624 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8625
8626         * wl-e21.el (wl-highlight-folder-current-line): Call
8627         `wl-folder-init-icons' when folder icons have not been initialized.
8628
8629         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8630
8631         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8632         (wl-demo-image-type-alist): New macro.
8633
8634 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8635
8636         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8637         display does not support graphics.
8638         (wl-plugged-init-icons): Ditto.
8639         (wl-folder-init-icons): Ditto.
8640
8641         * wl-demo.el (wl-demo): Chech closely whether the display
8642         supports graphics.
8643
8644 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8645
8646         * wl-summary.el (wl-summary-get-original-buffer): New function.
8647         (wl-summary-set-crosspost): Use it.
8648         (wl-summary-target-mark-uudecode): Ditto.
8649         (wl-summary-reedit): Ditto.
8650         (wl-summary-resend-bounced-mail): Ditto.
8651         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8652         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8653
8654         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8655         (wl-message-display-internal): Ditto.
8656
8657 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8660
8661 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-summary.el (wl-summary-save-view): Renamed from
8664         `wl-summary-save-status'.
8665
8666 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8667
8668         * wl-summary.el (wl-summary-sync): Added `all-shown'
8669
8670 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8671
8672         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8673
8674 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8675
8676         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8677
8678 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8679
8680         * wl-highlight.el (wl-highlight-summary-line-string): Use
8681         `zerop' instead of `= 0'.
8682         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8683
8684         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8685         for comparing numbers.
8686         (wl-template-prev): Use `zerop' instead of `eq 0'.
8687
8688         * wl-draft.el (wl-draft-insert-current-message): Use
8689         `with-current-buffer' instead of `save-excursion'.
8690         Use `zerop' instead of `eq 0'.
8691
8692 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8693
8694         * wl-draft.el (wl-draft-insert-ccs): New function.
8695         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8696         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8697
8698 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8699
8700         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8701
8702 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-expire.el (wl-expire-refile): Don't call
8705         elmo-msgdb-add-msgs-to-seen-list;
8706         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8707         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8708
8709 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-message.el (wl-message-prev-page): Ignore errors while
8712         scroll-down.
8713
8714 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * wl-mime.el: Use elmo-original-message-mode instead of
8717         mmelmo-original-mode.
8718
8719         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8720         `elmo-folder-get-spec';
8721         (wl-fldmgr-add-completion-all-completions):
8722         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8723
8724         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8725         of `elmo-folder-get-type'.
8726
8727         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8728         `elmo-folder-get-spec';
8729         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8730         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8731         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8732         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8733         `elmo-read-msg-no-cache';
8734         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8735         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8736         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8737         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8738         `elmo-cache-save';
8739         (wl-draft-reedit): Use `elmo-message-file-name'.
8740
8741         * wl-expire.el: Use `elmo-folder-name-internal';
8742         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8743         Use macro `wl-summary-buffer-msgdb' instead of variable
8744         `wl-summary-buffer-msgdb';
8745         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8746         Use macro `wl-summary-buffer-folder-name' instead of variable
8747         `wl-summary-buffer-folder-name'.
8748         * wl-score.el: Likewise.
8749
8750         * wl-message.el: Rewrite for new message buffer cache mechanism.
8751         (wl-message-buffer-cache-buffer-get): New macro.
8752         (wl-message-buffer-cache-folder-get): Ditto.
8753         (wl-message-buffer-cache-message-get): Ditto.
8754         (wl-message-buffer-cache-entry-make): Ditto.
8755         (wl-message-buffer-cache-hit): Ditto.
8756         (wl-message-buffer-cache-sort): New function.
8757         (wl-message-buffer-cache-add): Ditto.
8758         (wl-message-buffer-cache-delete): Ditto.
8759         (wl-message-buffer-cache-clean-up): Ditto.
8760         (wl-message-buffer-window): Rewrite.
8761         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8762         (wl-message-buffer-display): New function.
8763         (wl-message-display-internal): New function.
8764
8765 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8766
8767         * wl-folder.el: Use `elmo-folder-name-internal';
8768         Use `wl-folder-get-elmo-folder';
8769         Use `elmo-folder-list-messages' instead of
8770         `elmo-list-folder';
8771         Use `elmo-folder-get-primitive-list' instead of
8772         `elmo-folder-get-primitive-spec-list';
8773         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8774         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8775         Use `elmo-folder-create' instead of `elmo-create-folder'.
8776         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8777         (wl-folder-get-elmo-folder): New macro.
8778         (wl-folder-elmo-folder-cache-get): Ditto.
8779         (wl-folder-elmo-folder-cache-put): Ditto.
8780         (wl-folder-suspend): Call `elmo-quit'.
8781
8782         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8783         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8784         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8785         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8786         (toplevel): require 'cl.
8787         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8788
8789         * wl-summary.el: Rewrite to use new elmo interface.
8790
8791 \f
8792 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-mime.el (wl-draft-preview-message):
8795         Run `wl-draft-send-hook' before collecting recipients information;
8796         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8797
8798         * tm-wl.el (wl-draft-preview-message): Ditto.
8799
8800 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8803         wrong recipients are displayed when forwarded message.
8804
8805 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * Version number is increased to 2.5.7.
8808
8809 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8810
8811         * wl-message.el (wl-message-next-page): Bind
8812         `window-pixel-scroll-increment' to nil while scrolling up.
8813
8814 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8815
8816         * wl-vars.el (wl-save-hook): New hook.
8817         * wl.el (wl-save): Call `wl-save-hook'.
8818
8819 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8820
8821         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8822         Argument WITH-ARG instead of NO-ARG (negative mean).
8823         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8824         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8825         * wl-message.el (wl-message-follow-current-entity): Likewise.
8826
8827 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8828
8829         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8830         FROM was optional argument.
8831         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8832
8833 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8834
8835         * Version number is increased to 2.5.6.
8836
8837 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8838
8839         * wl-version.el (wl-version-show): Removed.
8840         (wl-version): Add `interactive'.
8841
8842 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8843
8844         * wl-summary.el (wl-summary-get-petname-func): New variable.
8845         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8846         instead of `wl-address-get-petname-1'.
8847         (wl-summary-simple-from): Ditto.
8848
8849         * wl-address.el (wl-address-get-petname-1): Define as function.
8850
8851 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8854         field in the original message.
8855         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8856
8857 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8858
8859         * wl-expire.el (wl-expire-hide):
8860         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8861
8862 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8865         find decoder for To, Cc, and Subject.
8866
8867 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8868
8869         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8870         for checking `elmo-use-buffer-cache'.
8871         (wl-summary-mark-as-important): Fixed typo in comment.
8872
8873 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8876         field in the original message.
8877         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8878
8879 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8880
8881         * wl-expire.el (wl-expire-hide):
8882         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8883
8884 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8885
8886         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8887         find decoder for To, Cc, and Subject.
8888
8889 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8890
8891         * Version number is increased to 2.5.5.
8892
8893         * wl-address.el (wl-address-specials-regexp): New constant.
8894         (wl-address-quote-specials): Use it.
8895
8896 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8897
8898         * wl-summary.el (wl-summary-rescan):
8899         Call `wl-summary-buffer-number-column-detect'.
8900         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8901
8902         * wl-message.el (wl-message-mode-map): Define.
8903         (wl-message-decode): Use it as local-map.
8904
8905 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8908         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8909
8910 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8913
8914         * wl-mule.el (wl-read-event-char): Ditto.
8915
8916         * wl-e21.el (wl-read-event-char): Ditto.
8917
8918         * wl-nemacs.el (wl-read-event-char): Ditto.
8919         (read-event): Removed.
8920
8921         * wl-util.el (toplevel): Removed dummy definition of
8922         `read-event'.
8923         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8924
8925 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8926
8927         * wl-nemacs.el (elmo-archive-call-process): Moved to
8928         elmo-archive.el.
8929
8930 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8931
8932         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8933         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8934
8935         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8936         instead of magic-number 6.  Use `not' instead of `null' for symbol
8937         `nil' check (not empty list).
8938         (wl-draft-insert-x-face-field): Fixed paren style.
8939
8940         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8941         one-branch conditional statement, instead of `and' and `if'.
8942         (wl-draft-forward): Likewise.
8943         (wl-draft-add-references): Likewise.
8944         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8945
8946         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8947         conditional steatment.  Use `cond' instead of `if'.
8948         (wl-draft-confirm): Likewise.
8949
8950 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8951
8952         * wl-version.el (wl-version-show): Use `product-string-1'
8953         instead of `wl-version'.
8954         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8955
8956         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8957
8958 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8959
8960         * wl-highlight.el (wl-highlight-headers): Revert
8961         `wl-highlight-x-face-func' argument (`beg' and `end').
8962
8963 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8964
8965         * wl.el (toplevel): Move `product-provide' declare.
8966         * wl-demo.el (toplevel): Ditto.
8967         * wl-dnd.el (toplevel): Ditto.
8968         * wl-highlight.el (toplevel): Ditto.
8969         * wl-message.el (toplevel): Ditto.
8970         * wl-refile.el (toplevel): Ditto.
8971         * wl-util.el (toplevel): Ditto.
8972
8973 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8976         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8977         (wl-thread-close-all): keep cursor position.
8978
8979 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8982         (eq x 0).
8983         (wl-generate-user-agent-string-1): Fix conditional statement.
8984
8985 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8986
8987         * wl.el (wl-check-environment): Additional check for
8988         'wl-local-domain' and `wl-message-id-domain'.
8989
8990 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8991
8992         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8993
8994 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8995
8996         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8997         instead of `smtp-sasl-user-realm'.
8998
8999 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9000
9001         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9002
9003 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9004
9005         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9006         to the default value as well as `eword-lexical-analyzer'.
9007
9008 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9009
9010         * wl-version.el (wl-extended-emacs-version,
9011         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9012         `elmo-match-string' instead of `wl-match-string'.
9013
9014 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9015
9016         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9017         docstring.
9018
9019 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9020
9021         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9022
9023 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9024
9025         * wl-highlight.el (wl-highlight-headers): Remove
9026         `wl-highlight-x-face-func' argument (`beg' and `end').
9027
9028 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9029
9030         * wl-summary.el (wl-summary-mark-as-important):
9031         Remove cache if folder is local.
9032
9033 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9034
9035         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9036         to get existing e-mail address string.
9037
9038 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9039
9040         * wl-version.el (wl-generate-user-agent-string): Commentary.
9041         (wl-generate-user-agent-string-1): Use `when' for
9042         one-branch conditional statement, instead of `and' and `if'.
9043         (wl-extended-emacs-version, wl-extended-emacs-version2,
9044         wl-extended-emacs-version3): Ditto.
9045
9046 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9047
9048         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9049         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9050         condition-case; Remove initialization.
9051         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9052         (wl-summary-sync-update3): Added argument `sync-all';
9053         Eliminated local variable `msgdb';
9054         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9055         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9056         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9057
9058 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9059
9060         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9061         connection before call `wl-draft-send-mail-with-smtp'.
9062
9063 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9064
9065         * Version number is increased to 2.5.4.
9066
9067 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9068
9069         * wl.el (wl-check-environment): Additional check for
9070         'wl-local-domain' and `wl-message-id-domain'.
9071
9072 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9075         buffer as command specific.
9076         (wl-folder-mark-as-read-all-entity): Ditto.
9077         (wl-folder-prefetch-entity): Ditto.
9078         (wl-folder-drop-unsync-entity): Ditto.
9079
9080         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9081         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9082         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9083
9084         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9085         save-excursion.
9086
9087 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9088
9089         * Version number is increased to 2.5.3.
9090
9091         * wl-summary.el (wl-summary-save-view-cache):
9092         Delete duplicated `write-region';
9093         Use `write-region-as-binary' instead of `as-binary-output-file' and
9094         `write-region'.
9095
9096 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9097
9098         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9099
9100 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9103         instead of `smtp-via-smtp'.
9104
9105 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9106
9107         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9108
9109 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9110
9111         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9112         instead of `smtp-sasl-user-realm'.
9113
9114 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9115
9116         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9117
9118 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9119
9120         * Version number is increased to 2.5.2.
9121
9122 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9123
9124         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9125         does not exist.
9126         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9127         (wl-biff-start): Call `timer-activate' if timer already exists.
9128
9129         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9130         only when it is bound as function.
9131
9132 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9133
9134         * Version number is increased to 2.5.1.
9135
9136 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9139         Print refile/copy destination.
9140
9141 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9142
9143         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9144         queue-flush-only is non-nil.
9145
9146         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9147
9148         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9149         checking cache folder.
9150
9151 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9152
9153         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9154         `regexp-quote'.
9155
9156 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9157
9158         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9159         function.
9160         * wl-summary.el (wl-summary-write-current-folder-functions):
9161         Change default value.  Use it.
9162
9163 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * Version number is increased to 2.5.0.
9166
9167         * wl-version.el (wl-version): Changed codename.
9168
9169 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9170
9171         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9172         (wl-summary-supersedes-message): Ditto.
9173
9174 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9175
9176         * wl-refile.el (wl-refile-guess-functions): Renamed from
9177         `wl-refile-guess-func-list'.
9178
9179 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9180
9181         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9182         Fixed problem when no rule was matched.
9183
9184 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9185
9186         * wl-summary.el (wl-summary-get-mark): Fixed
9187         `wl-summary-buffer-target-mark' check logic.
9188
9189 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9190
9191         * wl-folder.el (wl-folder-write-current-folder): Added group
9192         folder check.
9193
9194         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9195         `wl-summary-write-current-newsgroup'.
9196         (wl-summary-write-current-folder-functions): New variable.
9197         * wl-folder.el (wl-folder-get-newsgroups): New function.
9198         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9199         (wl-folder-write-current-folder): Renamed from
9200         `wl-folder-write-current-newsgroup'.
9201
9202 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9203
9204         * Version number is increased to 2.3.93.
9205
9206 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9209         (wl-ldap-make-matched-value-list): Ditto.
9210         (wl-ldap-alias-safe-string): Split e-mail address.
9211
9212         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9213         petname folder default was selected.
9214         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9215         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9216
9217 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9220         to `wl-draft-config-exec'.
9221
9222         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9223         instead of calling `wl-draft-config-exec';
9224         Process group-list and show recipients in minibuffer.
9225
9226         * tm-wl.el (wl-draft-preview-message): Ditto.
9227
9228 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9229
9230         * wl.el (toplevel): Added (C) to copyright notice, and
9231         sync Author header.
9232         * tm-wl.el (toplevel): Ditto.
9233         * wl-address.el (toplevel): Ditto.
9234         * wl-demo.el (toplevel): Ditto.
9235         * wl-dnd.el (toplevel): Ditto.
9236         * wl-draft.el (toplevel): Ditto.
9237         * wl-e21.el (toplevel): Ditto.
9238         * wl-expire.el (toplevel): Ditto.
9239         * wl-folder.el (toplevel): Ditto.
9240         * wl-highlight.el (toplevel): Ditto.
9241         * wl-message.el (toplevel): Ditto.
9242         * wl-mime.el (toplevel): Ditto.
9243         * wl-mule.el (toplevel): Ditto.
9244         * wl-nemacs.el (toplevel): Ditto.
9245         * wl-refile.el (toplevel): Ditto.
9246         * wl-score.el (toplevel): Ditto.
9247         * wl-summary.el (toplevel): Ditto.
9248         * wl-template.el (toplevel): Ditto.
9249         * wl-thread.el (toplevel): Ditto.
9250         * wl-util.el (toplevel): Ditto.
9251         * wl-vars.el (toplevel): Ditto.
9252         * wl-xmas.el (toplevel): Ditto.
9253
9254 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9255
9256         * wl.el (wl-init): Added comment about `wl-init-hook'.
9257         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9258         * wl-vars.el (wl-init-hook): Added docs.
9259         (wl-make-plugged-hook): Removed useless docs.
9260         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9261         * wl-xmas.el (toplevel): Ditto.
9262
9263 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9264
9265         * wl-address.el (toplevel): Fixed multiple Author header format.
9266         * wl-demo.el (toplevel): Ditto.
9267         * wl-draft.el (toplevel): Ditto.
9268         * wl-folder.el (toplevel): Ditto.
9269         * wl-summary.el (toplevel): Ditto.
9270         * wl-thread.el (toplevel): Ditto.
9271         * wl-util.el (toplevel): Ditto.
9272         * wl-vars.el (toplevel): Ditto.
9273         * wl-version.el (toplevel): Ditto.
9274         * wl-xmas.el (toplevel): Ditto.
9275         * wl.el (toplevel): Ditto.
9276
9277         * wl-version.el (toplevel): Added require `elmo-version' for
9278         `product-version-as-string'.
9279
9280 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-vars.el (wl-draft-send-hook): Changed default value to
9283         '(wl-draft-config-exec).
9284
9285         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9286         explicitly.
9287         (wl-draft): Set `wl-draft-config-exec-flag' before running
9288         `wl-mail-setup-hook'.
9289
9290         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9291         `wl-biff-init-icons' to `wl-init-hook' instead of
9292         `wl-make-plugged-hook'.
9293         (Because if `wl-draft' command is invoked at first,
9294         they are not initialized)
9295         Updated copyright notice.
9296
9297         * wl-e21.el (toplevel): Ditto;
9298
9299         * wl-demo.el (toplevel): Updated copyright notice.
9300         * wl-address.el (toplevel): Ditto.
9301         * wl-draft.el (toplevel): Ditto.
9302         * wl-version.el (toplevel): Ditto.
9303         * wl-folder.el (toplevel): Ditto.
9304         * wl-summary.el (toplevel): Ditto.
9305         * wl-thread.el (toplevel): Ditto.
9306         * wl-util.el (toplevel): Ditto.
9307         * wl-vars.el (toplevel): Ditto.
9308         * wl.el (toplevel): Ditto.
9309
9310 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9311
9312         * wl-highlight.el (wl-highlight-message): Fixed problem of
9313         highlighting failure which occured when the last field contains
9314         multiple lines in the draft buffer.
9315
9316         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9317         `wl-biff-start' if plugged.
9318
9319         * wl-util.el (wl-biff-check-folder): New function.
9320         (wl-biff-check-folders): Don't set session name prefix.
9321         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9322         (wl-biff-check-folder-async): Ditto.
9323
9324         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9325         in email address.
9326
9327 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9328
9329         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9330
9331         * wl-draft.el (wl-draft-strip-subject-re): New function.
9332
9333         * wl-draft.el (wl-draft-reply): Use it.
9334
9335 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9336
9337         * wl-message.el (wl-mmelmo-message-redisplay): Use
9338         `mime-display-message' instead of `wl-mime-display-message'.
9339
9340         * wl-mime.el (toplevel): Removed compatibility workaround
9341         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9342         (wl-mime-display-message): Abolished.
9343         (wl-mime-entity-read-field): Ditto.
9344         (wl-mime-combine-message/partial-pieces): Use
9345         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9346
9347 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9348
9349         * wl-template.el: Doc fixes.
9350
9351 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9352
9353         * wl-e21.el (wl-message-overload-functions): Do nothing if
9354         `current-local-map' is not available.
9355         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9356
9357 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9358
9359         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9360         representation.
9361
9362         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9363         number.
9364         (wl-fldmgr-save-folders): Don't use `format' when insert
9365         `wl-fldmgr-folders-header'.
9366
9367 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9368
9369         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9370
9371 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9372
9373         * wl-highlight.el (wl-highlight-message):
9374         Use `std11-field-end' to detect end point of the header field.
9375         Refer `wl-highlight-max-header-size'.
9376
9377         * wl-vars.el (wl-highlight-max-header-size): New variable.
9378
9379         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9380
9381         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9382         Set `for-draft' argument of wl-highlight-headers.
9383         (wl-draft): Ditto.
9384         (wl-draft-reedit): Ditto.
9385         (wl-user-agent-compose-internal): Ditto.
9386
9387 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9388
9389         * wl-message.el (wl-message-add-button): Use overlay.
9390
9391 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9392
9393         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9394
9395         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9396         problem when group-list content is nothing.
9397         (Reported by Mito <mit@nines.nec.co.jp>)
9398
9399 2000-10-18  SAITO Atsunori <sai@yedo.com>
9400
9401         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9402
9403 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9404
9405         * tm-wl.el (toplevel): Use product-provide.
9406
9407 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9408
9409         * Version number is increased to 2.3.92.
9410
9411 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9412
9413         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9414         title text, use `display' property for left margin under Emacs 21.
9415
9416         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9417         properties.
9418         (wl-plugged-init-icons): Ditto.
9419
9420 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9421
9422         * wl.el (wl-save-status, wl-init): Remove last period in
9423         "...done." message.
9424         * tm-wl.el (wl-summary-burst): Ditto.
9425         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9426         wl-summary-resume-cache-status,
9427         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9428         wl-summary-sync-update3, wl-summary-highlight-msgs,
9429         wl-summary-flush-pending-append-operations,
9430         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9431         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9432         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9433         wl-thread-open-all): Ditto.
9434         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9435         * wl-mime.el (wl-summary-burst): Ditto.
9436         * wl-highlight.el (wl-highlight-summary): Ditto.
9437         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9438         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9439         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9440         * wl-address.el (wl-local-address-init): Ditto.
9441
9442 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9443
9444         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9445         `add-text-properties'.
9446         (wl-plugged-init-icons): Ditto.
9447         (wl-folder-init-icons): Use `propertize' instead of
9448         `put-text-property'.
9449         (wl-plugged-set-folder-icon): Ditto.
9450         (wl-e21-highlight-folder-group-line): Ditto.
9451
9452 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl-version.el (wl-version-status-alist): New variable.
9455         (wl-version-status): New function.
9456
9457         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9458         "Cc" part of the case "Reply-To".
9459
9460         * wl-draft.el (wl-draft-reply): Use result of
9461         `eword-extract-address-components'.
9462
9463         * wl-demo.el (wl-demo-icon-name): New constant.
9464         (wl-logo-xpm): Use it.
9465         (wl-logo-xbm): Ditto.
9466         (wl-logo-bitmap): Ditto.
9467
9468         * Version number is increased to 2.3.91.
9469
9470 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9471
9472         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9473         (wl-extended-emacs-version, wl-extended-emacs-version2,
9474         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9475         docstring.
9476
9477         * wl-version.el (wl-generate-user-agent-string-1): New function.
9478         (wl-generate-user-agent-string): Use it.
9479
9480         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9481         `mime-edit-insert-user-agent-field'.
9482         (wl-generate-user-agent-string): Check
9483         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9484
9485         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9486         instead of `if', when verbose case.
9487
9488 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9489
9490         * wl-expire.el (wl-summary-expire): Fix.
9491
9492 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9493
9494         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9495         and `elmo-lost+found-folder' if 'wl-draft.
9496         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9497
9498 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9499
9500         * wl-expire.el (wl-summary-expire): Change messages.
9501         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9502         `deleing-info' instead of "Deleting..."
9503
9504 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9505
9506         * wl-summary.el (wl-summary-refile-subr): Fix.
9507
9508 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9509
9510         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9511         if pipe folder.
9512
9513 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9514
9515         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9516
9517 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9518
9519         * wl-expire.el (wl-expire-hide): New function.
9520         (wl-summary-expire): Add `hide'.
9521
9522 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9523
9524         * wl-vars.el (wl-draft-reply-without-argument-list):
9525         Changed default value to consider `Reply-To:'.
9526         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9527
9528         * Version number is increased to 2.3.90.
9529
9530         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9531         elmo-imap4-get-session with unwind-protect.
9532         Don't cause error.
9533         (wl-summary-sync-marks): Don't check plugged nor folder type.
9534         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9535         (Always keep current buffer).
9536
9537 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9538
9539         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9540         Enclose with `save-excursion'.
9541
9542 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9543
9544         * wl-version.el (wl-version): Remove interactive.
9545
9546 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9547
9548         * wl-version.el (wl-generate-user-agent-string): Use
9549         `product-string-verbose' instead of `product-string-1'.
9550
9551 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9552
9553         * wl-vars.el (wl-draft-use-cache): New variable.
9554         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9555         if wl-draft-use-cache is non-nil.
9556
9557 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9558
9559         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9560         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9561
9562 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9565         (wl-thread-msg-mark-as-unread): Ditto.
9566
9567         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9568         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9569         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9570         Don't set mark in summary if return value of `elmo-mark-as-read'
9571         is nil.
9572         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9573         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9574         instead of `wl-thread-msg-mark-as-read'.
9575         (wl-summary-mark-as-unread-region): Ditto.
9576         (wl-summary-target-mark-mark-as-read): Ditto.
9577
9578         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9579
9580 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9581
9582         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9583
9584         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9585
9586 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9587
9588         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9589         face.
9590
9591 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9592
9593         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9594         `running-xemacs'.
9595
9596 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9597
9598         * wl-version.el (toplevel): Use `product-version-as-string' for
9599         set verstion-string, if defined.
9600
9601         * wl-version.el (wl-version-show): Insert string at point, when
9602         call with argument.
9603
9604         * wl-version.el (wl-generate-user-agent-string): Use
9605         `product-string-1' instead of `wl-appname', `wl-version' and
9606         `wl-codename'.
9607
9608 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9609
9610         * wl-address.el (toplevel): Use product-provide.
9611         * wl-demo.el (toplevel): Ditto.
9612         * wl-dnd.el (toplevel): Ditto.
9613         * wl-draft.el (toplevel): Ditto.
9614         * wl-e21.el (toplevel): Ditto.
9615         * wl-expire.el (toplevel): Ditto.
9616         * wl-fldmgr.el (toplevel): Ditto.
9617         * wl-folder.el (toplevel): Ditto.
9618         * wl-highlight.el (toplevel): Ditto.
9619         * wl-message.el (toplevel): Ditto.
9620         * wl-mime.el (toplevel): Ditto.
9621         * wl-mule.el (toplevel): Ditto.
9622         * wl-nemacs.el (toplevel): Ditto.
9623         * wl-refile.el (toplevel): Ditto.
9624         * wl-score.el (toplevel): Ditto.
9625         * wl-summary.el (toplevel): Ditto.
9626         * wl-template.el (toplevel): Ditto.
9627         * wl-thread.el (toplevel): Ditto.
9628         * wl-util.el (toplevel): Ditto.
9629         * wl-vars.el (toplevel): Ditto.
9630         * wl-xmas.el (toplevel): Ditto.
9631         * wl.el (toplevel): Ditto.
9632
9633 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9634
9635         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9636         instead of product.
9637
9638         * wl-version.el (wl-version): Compile time evalution elmo-version.
9639
9640 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9641
9642         * wl-summary.el (wl-summary-sync-force-update): Append queue
9643         `mark-as-read'if unplugged.
9644
9645 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9646
9647         * wl-version.el: New file.  Use product.el.
9648         * wl.el: add (require 'wl-version).
9649         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9650         for ~/.folders header.
9651         (wl-fldmgr-folders-header): Changed.
9652         * wl-demo.el (wl-demo): Use product.el.
9653
9654         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9655         wl-version.el.
9656         * wl-util.el (wl-version, wl-version-show): Ditto.
9657
9658         * wl-util.el (wl-generate-user-agent-string,
9659         wl-extended-emacs-version, wl-extended-emacs-version2,
9660         wl-extended-emacs-version3): Move to wl-version.el.
9661         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9662         xemacs-codename, mime-edit-insert-user-agent-field,
9663         mime-edit-user-agent-value, mime-editor/version,
9664         mime-editor/codename): Compile warning killer move to
9665         wl-version.el
9666
9667 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9668
9669         * wl-summary.el (wl-summary-refile-subr): Fix.
9670
9671 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9672
9673         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9674         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9675
9676 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9677
9678         * wl.el (wl-check-environment): Check too many `@'.
9679
9680 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9681
9682         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9683
9684 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9685
9686         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9687         wl-draft-reply-myself-without-argument-list): Add variables.
9688         * wl-draft.el (wl-draft-reply): Use it.
9689
9690 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9691
9692         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9693         the 5th argument of `elmo-network-get-spec'.
9694
9695         * wl-thread.el (wl-thread-reparent-children): New inline function.
9696         (wl-thread-delete-message): Use it.
9697
9698         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9699         (wl-summary-score-update-all-lines): Don't use `dolist'.
9700
9701 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9702
9703         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9704         (require 'elmo-msgdb) for inline function.
9705
9706 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9707
9708         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9709
9710 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9711
9712         * wl-score.el (wl-score-headers): Fix for the confusing macro
9713         `elmo-kill-buffer'.
9714
9715 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9716
9717         * wl-summary.el: Don't use the 3rd argument of `require' because
9718         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9719         * wl-util.el: Ditto.
9720         * wl-draft.el: Ditto.
9721
9722 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9723
9724         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9725         window system is not used.
9726
9727 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9728
9729         * wl-thread.el: Don't use `mapcar' only for iteration.
9730         (wl-thread-resume-entity): Ditto.
9731         (wl-thread-delete-message): Ditto.
9732
9733         * wl-summary.el: Bind `dragdrop-drop-functions',
9734         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9735         of `require' for `timezone', `easymenu' and `ps-print';
9736         don't use `mapcar' only for iteration.
9737
9738         * wl-util.el: Bind `mule-version', `nemacs-version',
9739         `emacs-beta-version', `xemacs-codename',
9740         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9741         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9742         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9743         only for iteration.
9744
9745         * wl-score.el: Don't use `mapcar' only for iteration.
9746         (wl-score-simplify-buffer-fuzzy): Ditto.
9747         (wl-score-simplify-subject): Ditto.
9748         (wl-score-headers): Ditto.
9749         (wl-summary-score-update-all-lines): Ditto.
9750
9751         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9752         `enable-multibyte-characters' and `mule-version'.
9753
9754         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9755         `mapcar' only for iteration.
9756
9757         * wl-demo.el: Don't use `mapcar' only for iteration.
9758
9759         * wl-folder.el: Don't use `mapcar' only for iteration.
9760         (wl-folder-open-all): Ditto.
9761         (wl-folder-count-incorporates): Ditto.
9762
9763         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9764         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9765
9766         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9767         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9768         `smtp-connection-type'; specify 3rd argument of `require' for
9769         `timezone'; don't use `mapcar' only for iteration.
9770         (wl-draft-clone-local-variables): Don't use `mapcar'.
9771         (wl-draft-generate-clone-buffer): Ditto.
9772         (wl-user-agent-compose-internal): Ditto.
9773
9774         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9775
9776         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9777         (wl-save-status): Ditto.
9778
9779         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9780         for iteration.
9781
9782 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9783
9784         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9785         removed `Date'.
9786         (wl-fldmgr-make-filter-default): New user option.
9787
9788         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9789         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9790         (wl-fldmgr-filter-completion-alist): Abolish.
9791
9792         * wl.el (wl): Don't check servers if arg is non-nil.
9793
9794         * wl-draft.el (wl-draft-reply): Set only message-id string to
9795         In-Reply-To field.
9796
9797 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9798
9799         * wl-summary.el (wl-summary-pick): Rewrite.
9800
9801         * wl-draft.el (wl-draft-forward): Get references field from
9802         original buffer.
9803         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9804
9805 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9806
9807         * wl-draft.el (wl-draft-forward): Add references field.
9808
9809 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9810
9811         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9812         (wl-draft-reply): Use it.
9813
9814 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9815
9816         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9817         when Emacs 21 is running.
9818
9819         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9820         bindings.
9821
9822 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9823
9824         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9825         XPM icons transparent.
9826
9827         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9828         Emacs 21.
9829
9830 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9831
9832         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9833         nil.
9834
9835         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9836         when it is persistent.
9837         (wl-summary-sync-marks): Changed argument for
9838         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9839         (wl-summary-virtual): Use `elmo-read-search-condition'.
9840         (wl-summary-redisplay-internal): If folder is local, mark as read
9841         even when folder is plugged.
9842
9843 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9844
9845         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9846         of `tool-bar-lines' in the frame parameters.
9847         (after-make-frame-functions, post-command-hook): Don't modify the
9848         value.
9849         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9850         wl-e21-tool-bar-lines): Removed.
9851
9852 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9853
9854         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9855         properties `evaporate' and `wl-momentary-overlay' as well.
9856         (wl-highlight-summary-displaying): Ditto.
9857         (wl-delete-all-overlays): Don't delete overlay which does not have
9858         a property `wl-momentary-overlay'.
9859
9860         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9861         `display-mouse-p' and `display-graphic-p'.
9862         (wl-folder-init-icons): Don't search for XBM or the other files.
9863         (wl-plugged-set-folder-icon): Make icons if and only if
9864         `display-graphic-p' returns non-nil.
9865         (wl-highlight-plugged-current-line): Use `before-string' overlay
9866         property to show icon images.
9867         (wl-highlight-folder-current-line): Ditto.
9868         (wl-e21-highlight-folder-group-line): Ditto.
9869         (wl-e21-highlight-folder-by-numbers): Ditto.
9870         (wl-e21-insert-image): Removed.
9871         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9872         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9873         said.
9874         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9875         `wl-e21-force-switch-toolbar'.
9876         (wl-e21-make-icon-image): Removed.
9877         (wl-e21-setup-toolbar): Don't search for XBM files.
9878         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9879         the default value.
9880
9881 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9882
9883         * wl-util.el (wl-biff-check-folder-async): Set
9884         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9885
9886 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9887
9888         * wl-e21.el (after-make-frame-functions): Add
9889         `wl-e21-force-switch-toolbar'.
9890         (wl-e21-force-switch-toolbar): New function force to switch the
9891         toolbar appearance automatically.
9892         (post-command-hook): Add `wl-e21-switch-toolbar'.
9893         (wl-e21-switch-toolbar): New function to switch the toolbar
9894         appearance automatically.
9895         (wl-e21-tool-bar-lines): New buffer local variable.
9896
9897 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9898
9899         * wl-util.el (wl-biff-check-folders-running): New variable.
9900         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9901         (wl-biff-check-folder-async-callback):
9902         Set `wl-biff-check-folders-running'.
9903         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9904         with unwind-protect.
9905
9906         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9907         Enclose `wl-folder-auto-check' with unwind-protect.
9908
9909         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9910         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9911
9912         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9913
9914         * wl-util.el (wl-biff-notify): New inline function.
9915         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9916         locally.
9917         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9918         folder-list' is 1.
9919         Use `wl-biff-notify'.
9920         (wl-biff-check-folder-async-callback): New function.
9921         (wl-biff-check-folder-async): Ditto.
9922
9923         * wl-folder.el (wl-folder): Don't check folders.
9924         (wl-folder-auto-check): New function.
9925
9926 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9927
9928         * wl-util.el (wl-biff-start) [Emacs19+]:
9929         Use `timer-next-integral-multiple-of-time'.
9930         (wl-biff-check-folders): Use `wl-default-folder'
9931         if `wl-biff-check-folder-list' is nil.
9932
9933 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9934
9935         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9936         instead of `elmo-delete-lists'.
9937
9938 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9939
9940         * wl.el (wl-plugged-toggle-all): Set the value of
9941         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9942         (wl-plugged-toggle): Ditto.
9943         (wl-toggle-plugged): Ditto.
9944         (wl-plugged-init): Ditto.
9945
9946         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9947         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9948         instead of `wl-biff-state-indicator-off' and
9949         `wl-biff-state-indicator-on'; don't modify the value and the type
9950         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9951         (wl-plugged-init-icons): Set icons data to
9952         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9953         instead of `wl-plug-state-indicator-off' and
9954         `wl-plug-state-indicator-on'; don't modify the value and the type
9955         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9956
9957         * wl-vars.el (wl-modeline-biff-state-off,
9958         wl-modeline-biff-state-on, wl-modeline-biff-status,
9959         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9960         wl-modeline-plug-status): New internal variables.
9961         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9962         wl-biff-check-interval, wl-biff-check-folder-list): Change
9963         customization group from `wl-folder' to `wl-highlight'.
9964         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9965         wl-show-plug-status-on-modeline): Defcustomized.
9966
9967         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9968         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9969         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9970         a flag to `mode-line-buffer-identification'.
9971
9972         * wl-e21.el (wl-biff-init-icons): Set icons data to
9973         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9974         instead of `wl-biff-state-indicator-off' and
9975         `wl-biff-state-indicator-on'.
9976         (wl-plugged-init-icons): Set icons data to
9977         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9978         instead of `wl-plug-state-indicator-off' and
9979         `wl-plug-state-indicator-on'.
9980
9981 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9982
9983         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9984         excessive titles.
9985
9986 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9987
9988         * wl.el (wl-plugged-mode): Use revised
9989         `wl-mode-line-buffer-identification'.
9990         (wl-plugged-init): Don't use `force-mode-line-update'.
9991
9992         * wl-xmas.el (wl-draft-overload-functions): Use revised
9993         `wl-mode-line-buffer-identification'.
9994         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9995         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9996         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9997         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9998         `wl-make-plugged-hook';
9999         add `wl-folder-init-icons' and `wl-setup-folder' to
10000         `wl-folder-mode-hook'.
10001
10002         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10003         19 as well.
10004         (wl-mode-line-display-priority-list): New user option.
10005         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10006         Defcustomized.
10007         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10008         Add docs.
10009
10010         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10011         start.
10012         (wl-mode-line-buffer-identification): Revised as a function.
10013
10014         * wl-summary.el (wl-summary-mode): Use revised
10015         `wl-mode-line-buffer-identification'; don't call
10016         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10017         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10018         `wl-xmas-setup-summary'.
10019
10020         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10021         `wl-mode-line-buffer-identification'.
10022
10023         * wl-mule.el (wl-draft-overload-functions): Use revised
10024         `wl-mode-line-buffer-identification'.
10025
10026         * wl-folder.el (wl-make-plugged-alist): Don't call
10027         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10028         (wl-folder): Don't call `wl-folder-init-icons' directly.
10029         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10030         `wl-xmas-setup-folder' directly;
10031         use revised `wl-mode-line-buffer-identification'.
10032         (TopLevel): Don't bind `wl-biff-init-icons',
10033         `wl-plugged-init-icons', `wl-folder-init-icons',
10034         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10035
10036         * wl-e21.el (wl-draft-overload-functions): Use revised
10037         `wl-mode-line-buffer-identification'.
10038         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10039         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10040         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10041         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10042         `wl-make-plugged-hook';
10043         add `wl-folder-init-icons' and `wl-setup-folder' to
10044         `wl-folder-mode-hook'.
10045
10046 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10047             Katsumi Yamaoka    <yamaoka@jpl.org>
10048
10049         * wl.el (wl): Call `wl-biff-start'.
10050         (wl-exit): Call `wl-biff-stop'.
10051         (wl-plugged-mode): Show biff in modeline.
10052         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10053
10054         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10055         (wl-biff-init-icons): New function.
10056         (wl-plugged-init-icons): Don't make too much keymaps.
10057         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10058
10059         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10060         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10061         variables.
10062         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10063         options.
10064
10065         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10066         wl-biff-start, wl-biff-stop): New functions.
10067         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10068         (wl-biff-timer-name): New variable.
10069
10070         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10071
10072         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10073         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10074
10075         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10076         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10077
10078         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10079         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10080         `wl-folder-init-icons' to `ignore' if they are not available.
10081         (wl-folder-mode): Show biff in modeline.
10082
10083         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10084         (wl-biff-init-icons): New function.
10085         (wl-plugged-init-icons): Don't make too much keymaps.
10086         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10087
10088 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10089
10090         * wl-vars.el (wl-strict-diff-folders): Customization Type
10091         and doc fix.  Define as a list of regular expressions for
10092         folders or nil.
10093         * wl-folder.el (wl-folder-check-one-entity): Use
10094         `wl-string-match-member' instead of `wl-string-member' for
10095         `wl-strict-diff-folders'.
10096
10097 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10098
10099         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10100         (wl-highlight-folder-current-line): Use it; new implementation.
10101         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10102         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10103         `defsubst' instead of `defun'.
10104
10105         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10106         `wl-highlight-group-folder-by-numbers'; made it can also be a
10107         number.  See info for more details.
10108
10109         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10110         running.
10111
10112         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10113         to bind them.
10114
10115         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10116         (wl-highlight-folder-current-line): New implementation.
10117
10118         * wl-highlight.el (wl-highlight-folder-group-line): New
10119         implementation.
10120         (wl-delete-all-overlays): Rewrite as a marco.
10121         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10122
10123         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10124         running.
10125         (wl-folder-*-glyph): No need to bind them.
10126
10127         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10128         `wl-e21-highlight-folder-group-icon'; rewrite.
10129         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10130         `defsubst' instead of `defun'.
10131         (wl-folder-mode-map): Bind it when compiling.
10132
10133 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10134
10135         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10136
10137         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10138
10139 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10140
10141         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10142
10143 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10144
10145         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10146         (wl-highlight-folder-current-line): Use it.
10147
10148         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10149         in `id-name'.
10150
10151 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10152
10153         * wl.el: Require `wl-e21' when Emacs 21 is running.
10154
10155         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10156         default when Emacs 21 is running.
10157         (wl-use-highlight-mouse-line): Ditto.
10158         (wl-on-emacs21): New constant.
10159         (wl-on-emacs20): Removed.
10160
10161         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10162         Emacs 21 is running.
10163
10164         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10165         Emacs 21 is running.
10166
10167         * wl-e21.el: New file.
10168
10169 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10170
10171         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10172         (wl-toggle-plugged): Ditto.
10173         (wl-plugged-toggle): Ditto.
10174         (wl-plugged-toggle-all): Ditto.
10175
10176         * wl-vars.el (wl-plug-state-indicator): Refer
10177         `wl-plug-state-indicator-on' indirectly.
10178
10179 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10180
10181         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10182         Call `wl-folder-confirm-existence'.
10183
10184         * wl-folder.el (wl-folder-confirm-existence): Added optional
10185         argument `force'.
10186
10187 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10188
10189         * wl-summary.el (wl-summary-refile-subr): Assume
10190         `copy-or-refile' as symbol.
10191         (wl-summary-refile): Follow up above change.
10192         (wl-summary-copy): Ditto.  Doc fix.
10193
10194 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10195
10196         * wl-summary.el (wl-summary-pick): Don't bind
10197         `elmo-search-mime-charset'.
10198
10199         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10200         default using old backquote style.
10201         (wl-search-mime-charset): Abolished.
10202
10203         * wl-highlight.el (wl-highlight-headers):
10204         Call `point' after `re-search-forward'(for Nemacs).
10205
10206         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10207         for elmo-imap4.el.
10208
10209 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10210
10211         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10212         `wl-message-ignored-field-list' instead of
10213         `mime-view-ignored-field-list'.
10214
10215         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10216         Add interactive spec.
10217         (wl-folder-goto-bottom-of-current-folder): Ditto.
10218         (wl-folder-mode-map): Bind them.
10219
10220         * wl-vars.el (wl-message-ignored-field-list): New variable.
10221         (wl-message-visible-field-list): New variable.
10222
10223         * wl-mime.el (wl-mime-header-presentation-method): New function.
10224         (wl-mime-setup): Set header-presentation-method.
10225
10226 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10227
10228         * wl-nemacs.el (wl-draft-overload-functions): Set
10229         `mode-line-buffer-identification' instead of using
10230         `wl-make-modeline'.
10231
10232         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10233         instead of using `wl-make-modeline'.
10234
10235         * wl-xmas.el (wl-plugged-init-icons): Set up
10236         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10237         (wl-make-modeline): Abolish.
10238         (wl-draft-overload-functions): Set
10239         `mode-line-buffer-identification' instead of using
10240         `wl-make-modeline'.
10241
10242         * wl-util.el (wl-make-modeline-subr): Abolish.
10243         (wl-mode-line-buffer-identification): New alias.
10244
10245         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10246         (wl-summary-make-modeline): Abolish.
10247         (wl-summary-buffer-set-folder): Set
10248         `wl-summary-buffer-folder-indicator'.
10249         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10250         of using `wl-make-modeline'.
10251         (wl-summary-switch-to-clone-buffer): Don't set
10252         `mode-line-buffer-identification'.
10253         (wl-summary-goto-folder-subr): Ditto.
10254
10255         * wl-mule.el (wl-draft-overload-functions): Set
10256         `mode-line-buffer-identification' instead of using
10257         `wl-make-modeline'.
10258
10259         * wl-folder.el (wl-folder-mode): Set
10260         `mode-line-buffer-identification' instead of using
10261         `wl-make-modeline'.
10262         (wl-folder): Don't set `mode-line-buffer-identification'.
10263
10264 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10265
10266         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10267         instead of `member' for `wl-refile-guess-func-list' look-ups.
10268         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10269
10270 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10271
10272         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10273         `wl-message-button-dispatcher'.
10274
10275         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10276
10277         * wl-message.el (wl-message-button-dispatcher): Use it.
10278
10279         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10280         "In-Reply-To".
10281
10282         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10283         Bind `case-fold-search' to t.
10284
10285 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10286
10287         * wl-xmas.el (wl-message-overload-functions): Initialize
10288         `wl-message-button-map'.
10289
10290         * wl-mule.el (wl-message-overload-functions): Initialize
10291         `wl-message-button-map'.
10292
10293         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10294
10295         * wl-message.el (wl-message-button-map): New keymap.
10296         (wl-message-add-button): New function.
10297         (wl-message-button-dispatcher): New function.
10298         (wl-message-button-refer-article): New function.
10299
10300         * wl-highlight.el
10301         (wl-highlight-message-add-buttons-to-header): New function.
10302         (wl-highlight-headers): Use it.
10303
10304 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10305
10306         * wl-summary.el (wl-summary-default-from): Use
10307         `wl-address-get-petname-1'.
10308         (wl-summary-simple-from): Ditto.
10309
10310         * wl-address.el (wl-address-get-petname-1): New inline function.
10311         (wl-address-get-petname): Use it.
10312
10313 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10314
10315         * wl-summary.el (wl-summary-default-from): Return full-name part
10316         from the address if no petname was found.
10317         (wl-summary-simple-from): Ditto.
10318
10319         * wl-address.el (wl-address-get-petname): Return nil if no petname
10320         associated with the address was found.
10321
10322 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10323
10324         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10325         display is finished.
10326
10327 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10328
10329         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10330         `elmo-folder-exists-p' argument.
10331
10332 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10333
10334         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10335         the folder.
10336
10337 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10338
10339         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10340
10341         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10342         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10343
10344 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10345
10346         * wl-folder.el (wl-folder-create-subr): New function.
10347         (wl-folder-confirm-existence): Use it.
10348         (wl-folder-check-one-entity): Use it.
10349         Check the error symbol is derived from 'elmo-open-error.
10350
10351         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10352         `ignore-error'.
10353
10354 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10355
10356         * wl-util.el (toplevel): Add (eval-when-compile (require
10357         'elmo-util)).  (Maybe `provide' is typo.)
10358
10359 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10360
10361         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10362         (I don't know why this was needed.)
10363
10364         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10365         Follow up changes for stream-type.
10366
10367         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10368         (wl-draft-elmo-nntp-send): Ditto.
10369
10370         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10371         (wl-nntp-posting-stream-type): Ditto.
10372         (wl-pop-before-smtp-ssl): Abolished.
10373         (wl-nntp-posting-ssl): Ditto.
10374
10375         * wl-address.el (wl-address-quote-specials): New function.
10376         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10377
10378         * wl-draft.el (wl-draft-reply): Ditto.
10379
10380 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10381
10382         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10383         use function `wl-string-match-assoc'.
10384
10385 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10386
10387         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10388
10389         * wl-draft.el (wl-draft-deduce-address-list): New function.
10390         (wl-draft-parse-mailbox-list): Ditto.
10391         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10392         instead of `smtp-deduce-address-list'.
10393         (wl-draft-on-field-p): Follow group list.
10394
10395         * wl-address.el (wl-address-concat-token): New function.
10396         (wl-address-string-without-group-list-contents): Ditto.
10397         (wl-complete-field-body): Fixed problem of completion
10398         by japanese petname.
10399         (wl-address-make-completion-list): Rewrite.
10400
10401 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10402
10403         * wl-address.el (wl-address-make-completion-list): Completion by
10404         petname.
10405         (wl-complete-field-body): Likewise.
10406
10407 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10408
10409         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10410         contains invalid address syntax.
10411
10412 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10413
10414         * wl-folder.el (wl-folder-check-entity-async): Use
10415         `elmo-nntp-spec-hostname'.
10416
10417 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10418
10419         * wl-summary.el (wl-summary-msgdb-load-async): Use
10420         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10421
10422 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10423
10424         * wl-draft.el (wl-draft-reply): Set argument
10425         `content-transfer-encoding' as nil.
10426
10427 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10428
10429         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10430         `wl-refile-alist'.
10431
10432 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10433
10434         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10435         (wl-draft-edit-string): Ditto.
10436         (wl-draft-forward): Ditto.
10437         * wl-summary.el (wl-summary-write): Ditto.
10438
10439 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10440
10441         * wl-summary.el (wl-summary-sync-update3): Call
10442         `wl-summary-buffer-number-column-detect'.
10443         (wl-summary-buffer-number-column-detect): Search from point-min.
10444
10445 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10446
10447         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10448         contains an address which is not included in original to or cc.
10449
10450 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10451
10452         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10453         begin-line does not exist.
10454         * wl-message.el (wl-message-uu-substring): Ditto.
10455
10456 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10457
10458         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10459         clear local variables.
10460         (wl-summary-exit): Call `elmo-commit'.
10461         (wl-summary-switch-to-clone-buffer): Call
10462         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10463         (wl-summary-goto-folder-subr): Ditto.
10464
10465         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10466         POP folder.
10467
10468 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10469
10470         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10471         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10472         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10473         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10474         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10475         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10476
10477         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10478
10479 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10480
10481         * wl-summary.el (wl-summary-search-by-subject):
10482         Search parent message from the latest one.
10483
10484 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10485
10486         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10487         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10488
10489         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10490         New user option.
10491
10492         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10493         if elmo-nntp-use-killed-list is nil.
10494         Use `elmo-msgdb-append-to-killed-list'.
10495         (Append numbers confirmed as disappeared to the killed list.)
10496         (wl-summary-confirm-appends): Don't display negative number.
10497
10498 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10499
10500         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10501
10502 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10503
10504         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10505         range is `all'.
10506         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10507         `elmo-list-bigger-diff'.
10508
10509 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10510
10511         * wl-summary.el (wl-summary-buffer-exit-func):
10512         New buffer local variable.
10513         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10514
10515 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10516
10517         * wl-demo.el (wl-demo): Fix the last change.
10518
10519 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10520
10521         * wl-demo.el (wl-demo): Don't use `eval'.
10522
10523 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10524
10525         * wl-summary.el (wl-summary-buffer-thread-modified):
10526         New buffer-local variable.
10527         (wl-summary-set-thread-modified): New function.
10528         (wl-summary-thread-modified-p): New function.
10529         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10530         (wl-summary-yank-saved-message): Use function
10531         `wl-summary-set-thread-modified'
10532         (wl-summary-switch-to-clone-buffer): Add
10533         `wl-summary-buffer-thread-modified'.
10534
10535         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10536         (wl-summary-buffer-mark-saved-hook): Ditto.
10537         * wl-summary.el (wl-summary-msgdb-save): New hook
10538         `wl-summary-buffer-message-saved-hook' and
10539         `wl-summary-buffer-mark-saved-hook'.
10540
10541 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10542
10543         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10544
10545 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10546
10547         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10548         don't hide scroll bars under FSF Emacsen because it may incur an
10549         undesirable redrawing.
10550
10551 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10552
10553         * wl-draft.el (wl-draft-edit-string): Call
10554         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10555
10556 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10557
10558         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10559
10560 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10561
10562         * wl-summary.el (wl-summary-msgdb-load-async): Call
10563         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10564
10565 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10566
10567         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10568         fringes in demo buffer; center bitmap logo correctly even if old
10569         Mule is used.
10570
10571 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10572
10573         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10574
10575         * wl-refile.el (wl-refile-subject-alist): New variable.
10576         (wl-refile-subject-alist-file-name): Ditto.
10577         (wl-refile-alist-setup): Rewrite.
10578         (wl-refile-alist-save): Use `elmo-object-save'.
10579         Eliminated arguments.
10580         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10581         (wl-refile-guess-by-subject): New function.
10582         (wl-refile-guess-func-list): Added it.
10583
10584 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10585
10586         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10587         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10588
10589 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10590
10591         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10592         New buffer-local variable.
10593         (wl-summary-buffer-next-folder-func): Ditto.
10594         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10595         if non-nil.
10596         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10597         if non-nil.
10598         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10599         if non-nil.
10600         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10601         if non-nil.
10602
10603 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10604
10605         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10606         permanently in the demo buffer.
10607
10608 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10609
10610         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10611         `mime-entity-fetch-field'.
10612
10613         * wl.el (wl-exit): Delete plugged buffer.
10614
10615         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10616         XEmacs has menubar feature.
10617
10618 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10619
10620         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10621         cannot arrive at the beginning of the buffer under old Emacsen.
10622
10623 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10624
10625         * wl-address.el (wl-address-ldap-search):
10626         Call `ldap-search-entries' with `withdn' argument t.
10627         (wl-complete-field-body): Bind completion-ignore-case as t.
10628         Clear ldap search hash when it was sole completion.
10629         Use elmo-string for pattern string.
10630         (wl-ldap-alias-safe-string): Eliminated needless let.
10631
10632 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10633
10634         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10635         (wl-ldap-alias-sep): New constant.
10636         (wl-ldap-search-attribute-type-list): Ditto.
10637         (wl-ldap-get-value): New function.
10638         (wl-ldap-make-filter): Ditto.
10639         (wl-ldap-make-matched-value-list): Ditto.
10640         (wl-ldap-alias-safe-string): Ditto.
10641         (wl-ldap-register-dn-string): Ditto.
10642         (wl-address-ldap-search): Rewrite.
10643
10644 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10645
10646         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10647         thread is deleted.
10648         (wl-thread-delete-line-from-buffer): Ditto.
10649         (wl-thread-get-exist-children): New function.
10650
10651 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10652
10653         * wl-demo.el (wl-demo): Made it to select various image types.
10654         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10655         from `wl-title-logo'.
10656         (wl-logo-ascii): New variable.
10657         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10658         (wl-demo-copyright-notice): New constant.
10659
10660         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10661
10662 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10663
10664         * wl-vars.el (wl-summary-target-above): Renamed from
10665         wl-summary-temp-above.
10666         * wl-score.el (wl-score-get-score-alist): Use it.
10667         (wl-summary-score-update-all-lines): Use it.
10668         * wl-summary.el: Ditto. (make-variable-buffer-local).
10669
10670 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10671
10672         * wl-vars.el (wl-ldap-port): New user option.
10673
10674         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10675         Rewite whole implementation.
10676         (wl-complete-field-body): Fixed.
10677
10678 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10679
10680         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10681         Choose implementation at compile time.
10682
10683 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10684
10685         * wl-address.el (wl-ldap-search-internal): New function.
10686         (wl-complete-field-to): Use it.
10687
10688 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10689
10690         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10691         Use `let' instead of `let*'.
10692         Require 'wl-vars.
10693
10694         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10695         Define as defcustom.
10696         (wl-ldap-base): Ditto.
10697         (wl-use-ldap): Ditto.
10698
10699 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10700
10701         * wl-address.el (wl-ldap-search): New function.
10702         (wl-complete-field-body): Use `wl-ldap-search'.
10703         (wl-ldap-server): New variable.
10704         (wl-ldap-base): Ditto.
10705         (wl-use-ldap): Ditto.
10706
10707 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10708
10709         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10710         (Pointed out by Mito <mit@nines.nec.co.jp>).
10711         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10712         buffer-local variables like `wl-summary-redisplay-internal'.
10713         (wl-summary-redisplay-all-header): Likewise.  Update
10714         Summary view too.
10715
10716 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10717
10718         * wl-summary.el (wl-summary-jump-to-parent-message):
10719         Consider prefix argument.
10720
10721         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10722         when closed thread is deleted.
10723
10724 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10725
10726         * wl-summary.el (wl-summary-jump-to-parent-message):
10727         Consider thread modification.
10728
10729 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10730
10731         * wl-message.el (wl-message-normal-get-original-buffer): Use
10732         `save-excursion'.
10733
10734         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10735         (wl-summary-showto-folder-regexp): Ditto.
10736
10737 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10738
10739         * wl-util.el (wl-delete-alist): Doc fix.
10740         (wl-delete-associations): New function.
10741         (wl-inverse-alist): New function.
10742         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10743         Split temporary variables. Use `wl-delete-associations'
10744         and `wl-inverse-alist'.
10745         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10746
10747 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10748
10749         * wl-folder.el (wl-folder-prefetch-entity):
10750         Execute prefetching if new count is unknown.
10751
10752 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10753
10754         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10755
10756         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10757         delete entity.
10758         (wl-thread-set-parent): If insert as top, set linked as nil.
10759
10760         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10761         `wl-thread-cleanup-symbols' when view mode is thread.
10762
10763 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10764
10765         * wl-folder.el (wl-folder-create-folder-entity): Use
10766         with-current-buffer.
10767         (wl-local-folder-init): Call set-buffer to make sure we are in
10768         the Folder buffer. Don't touch buffer-local variables here.
10769         (wl-folder-mode): Initialize buffer-local variables here.
10770
10771         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10772         (wl-folder-entity-assign-id): Ditto.
10773         (wl-folder-create-entity-hashtb): Ditto.
10774         (wl-local-folder-init): Ditto.
10775         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10776
10777 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10778
10779         * wl-summary.el (wl-summary-default-from): Fix probrem when
10780         std11-extract-address-components return (nil "foo@bar").
10781
10782 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10783
10784         * wl-draft.el (wl-draft-clone-local-variables):
10785         Remove redundant `setq'.
10786
10787 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10788
10789         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10790         Bind wl-highlight-x-face-func as nil while highlighting header.
10791
10792 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10793
10794         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10795
10796 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10797
10798         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10799         elmo-msgdb-overview-hashtb from copy-variables.
10800         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10801         instead of `elmo-msgdb-overview-get-entity-by-number'.
10802         (wl-summary-auto-refile): Ditto.
10803
10804         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10805         `elmo-msgdb-overview-get-entity' instead of
10806         `elmo-msgdb-search-overview-entity'.  Use
10807         `elmo-msgdb-overview-get-entity' instead of
10808         `elmo-msgdb-overview-get-entity-by-number'.
10809         (wl-thread-insert-entity-sub): Ditto.
10810         (wl-thread-insert-message): Ditto.
10811
10812         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10813         `elmo-msgdb-overview-get-entity'.
10814         (wl-normal-message-redisplay): Ditto.
10815
10816 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10817
10818         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10819         `wl-thread-entities'.
10820         (wl-thread-delete-message): Fix remove top message from
10821         `wl-thread-entity-list'.
10822
10823         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10824         wl-append(nconc), because update-list is broken on Meadow.
10825
10826         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10827         updating process.
10828         (wl-summary-rescan): Ditto.
10829         (wl-summary-sync-update3): Ditto.
10830         * wl-thread.el (wl-thread-set-parent): Renamed from
10831         `wl-summary-set-parent'.
10832         (wl-thread-insert-message): Updating buffer faster.
10833         (wl-thread-delete-message): Updating buffer faster.
10834
10835         * wl-score.el (wl-summary-score-update-all-lines): Changed
10836         interval for display progress gauge.
10837
10838 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10839
10840         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10841         folder always-sticky.
10842         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10843         defmacro.
10844
10845 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10846
10847         * wl-vars.el (wl-draft-add-references): New user option.
10848
10849         * wl-draft.el (wl-draft-add-references): New function.
10850         (wl-draft-yank-from-mail-reply-buffer): Use it.
10851         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10852         as nil.
10853
10854 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10855
10856         * wl-thread.el (wl-thread-update-line-msgs): Called
10857         `wl-thread-update-line-on-buffer-sub'.
10858         (wl-thread-update-line-on-buffer): Delete routine of inserting
10859         thread.
10860         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10861         moved from `wl-thread-update-line-on-buffer'.
10862         Add threshold for displaying progress gauge.
10863         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10864         argument of `wl-thread-update-line-msgs'.
10865         Add threshold for displaying progress gauge.
10866         * wl-folder.el:
10867         Add threshold for displaying progress gauge.
10868         * wl-score.el: Ditto.
10869
10870         * wl-expire.el (wl-summary-expire): Display deleting info.
10871
10872 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10873
10874         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10875         `no-msg'.
10876         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10877         argument of `wl-thread-update-line-msgs'.
10878         (wl-summary-set-parent): Added optional argument `parent-number'.
10879         (wl-summary-buffer-saved-message): New buffer local variable.
10880         (wl-summary-save-current-message): New command.
10881         (wl-summary-yank-saved-message): Ditto.
10882         (wl-summary-mode-map): Added key binding for
10883         `wl-summary-save-current-message' (\ew) and
10884         `wl-summary-yank-saved-message' (\C-y).
10885         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10886
10887 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10888
10889         * wl-summary.el (wl-summary-mode-map): Added key binding for
10890         `wl-summary-set-parent' (ts).
10891
10892 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10893
10894         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10895         subject faster. If thread number is reverse, delayed updating
10896         thread.
10897         (wl-summary-search-by-subject): Ditto.
10898         (wl-summary-put-alike): Ditto.
10899         (wl-summary-get-alike): Ditto.
10900         (wl-summary-insert-headers): Insert header of all overview in
10901         buffer.
10902         (wl-summary-rescan): Delayed updating thread. Kill search subject
10903         buffer for wl-summary-search-by-subject.
10904         (wl-summary-sync-update3): Ditto.
10905         (wl-summary-exit): Ditto.
10906         (wl-summary-goto-bottom-of-current-thread): Change for linked
10907         thread.
10908         (wl-summary-overview-create-summary-line): Change line for linked
10909         thread.
10910
10911         * wl-summary.el (wl-summary-update-thread): Use
10912         wl-thread-maybe-get-children-num.
10913         (wl-summary-set-parent): If change parent, move sub thread.
10914         (wl-summary-redisplay-internal): Add horizontal recenter.
10915         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10916
10917         * wl-thread.el (wl-thread-entity-get-linked): New function.
10918         (wl-thread-entity-set-linked): New function.
10919         (wl-thread-create-entity): Add linked element.
10920         (wl-thread-entity-insert-as-top): Use wl-append.
10921         (wl-thread-maybe-get-children-num): If closing thread, return
10922         children msgs.
10923         (wl-thread-update-line-msgs): Displaying progress message.
10924         (wl-thread-update-line-on-buffer-sub): Use
10925         wl-thread-maybe-get-children-num.
10926         (wl-thread-update-line-on-buffer): If update line is not exists,
10927         insert thread.
10928         (wl-thread-delete-message): If delete top msg of thread, search
10929         parent by subject.
10930         (wl-thread-insert-entity): Use
10931         wl-thread-maybe-get-children-num.
10932
10933         * wl-highlight.el (wl-highlight-summary-current-line): change
10934         sregexp for linked thread.
10935         * wl-util.el (wl-count-lines): Count lines.
10936         (wl-horizontal-recenter): horizontal recenter.
10937         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10938         (wl-score-get-alike): Ditto.
10939         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10940         (wl-subject-length-limit): New variable.
10941         (wl-highlight-thread-indent-string-regexp): Changed for linked
10942         thread.
10943
10944 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10945
10946         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10947         New variable (revival).
10948         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10949         by subject matching if there's no in-reply-to nor references field
10950         (revival).
10951
10952 \f
10953 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10954
10955         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10956         message.
10957
10958 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10959
10960         * wl-summary.el (wl-summary-reply): Return t if there was a
10961         message at cursor point.
10962         Added unwind-protect.
10963         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10964         returns t.
10965         (wl-summary-cancel-message): Do nothing when there's no message at
10966         cursor point.
10967         (wl-summary-forward): Ditto.
10968         (wl-summary-jump-to-parent-message): Ditto.
10969         (wl-summary-reedit): Ditto.
10970         (wl-summary-edit-addresses): Ditto.
10971         (wl-summary-pipe-message): Ditto.
10972         (wl-summary-print-message-with-ps-print): Ditto.
10973         (wl-summary-print-message): Ditto.
10974         (wl-summary-mark-as-important): Ditto.
10975         (wl-summary-mark-as-unread): Ditto.
10976
10977         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10978         message at cursor point.
10979         (wl-summary-reply-with-citation): Remove unwind-protect.
10980
10981         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10982         subject searching feature.
10983         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10984         Eliminated.
10985
10986 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10987
10988         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10989         New variable.
10990         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10991         by subject matching if there's no in-reply-to nor references field.
10992
10993         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10994
10995         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10996         when display is finished.
10997         (wl-folder-open-all): Ditto.
10998         (wl-folder-update-access-group): Ditto.
10999         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11000         * wl-thread.el (wl-thread-close-all): Ditto.
11001
11002         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11003         progress gauge only when it was displayed.
11004         * wl-folder.el (wl-folder-insert-entity): Ditto.
11005
11006 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11007
11008         * wl-summary.el (wl-summary-incorporate): Enclose
11009         `wl-summary-sync-force-update' with save-excursion.
11010
11011 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11012
11013         * wl-summary.el (wl-summary-prefetch-region):
11014         Pass current cursor point to `pos-visible-in-window-p' after
11015         moving cursor to the started point.
11016
11017 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11018
11019         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11020
11021         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11022         fields from the forwarding message.
11023         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11024         `ignored-fields'.
11025
11026 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11027
11028         * wl-mime.el (wl-message-request-partial):
11029         Eliminated argument `msgdb'.
11030         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11031         (wl-mime-combine-message/partial-pieces): Likewise.
11032         * tm-wl.el (wl-message-request-partial): Likewise.
11033         (wl-mime-combine-message/partial-pieces): Likewise.
11034
11035 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11036
11037         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11038         when display is finished.
11039
11040 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11041
11042         * wl-summary.el (wl-summary-goto-folder-subr):
11043         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11044
11045 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11046
11047         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11048         when cursor point is visible.
11049
11050 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11051
11052         * wl-expire.el (wl-expire-archive-get-max-number):
11053         Don't use `file-name-directory'.
11054
11055 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11056
11057         * wl-expire.el (wl-expire-archive-get-max-number):
11058         Use `file-name-directory'.
11059
11060 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11061
11062         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11063         only when there is progress.
11064
11065 2000-04-13  Mito <mit@nines.nec.co.jp>
11066
11067         * wl-summary.el (wl-summary-sync-marks): Display progress.
11068
11069 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11070
11071         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11072         (wl-summary-prev): Move cursor regardless of unread status.
11073         (wl-summary-next): Ditto.
11074
11075 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11076
11077         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11078         Added argument `target' and `number'.
11079         * tm-wl.el (wl-summary-burst-subr): New function.
11080         (wl-summary-burst): Use it.
11081
11082 2000-04-10  Mito <mit@nines.nec.co.jp>
11083
11084         * wl-mime.el (wl-burst): New function.
11085         (wl-summary-burst): Use it.
11086
11087 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11088
11089         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11090         as petname when there's no candidate.
11091
11092 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11093
11094         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11095         New variable.
11096         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11097
11098         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11099
11100         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11101
11102 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11103
11104         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11105         Use substring of `original' instead of buffer-substring.
11106         (wl-refile-evaluate-rule):
11107         Set `original' argument of wl-refile-expand-newtext.
11108
11109         * wl-summary.el
11110         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11111         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11112         (wl-summary-auto-refile): Check existence of destination folder just
11113         before marking.
11114
11115 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11116
11117         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11118         when wl-refile-get-field-value return nil.
11119
11120 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11121
11122         * wl-refile.el
11123         (wl-refile-expand-newtext): New function imported from Gnus.
11124         (wl-refile-evaluate-rule): Use it.
11125
11126 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11127
11128         * wl-summary.el (wl-summary-print-destination):
11129         Duplicate folder string to avoid putting text-property on
11130         original string.
11131
11132         * wl-refile.el (wl-refile-get-field-value): New function.
11133         (wl-refile-evaluate-rule): New function;
11134         Evaluate refile rule recursively.
11135         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11136         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11137         New function; Check existence of a target folder recursively.
11138         (wl-summary-auto-refile-check-refile-rule-alist):
11139         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11140
11141 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11142
11143         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11144
11145         * wl-folder.el (wl-create-folder-entity-from-buffer):
11146         Fixed problem when '}' character is contained in folder name.
11147
11148         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11149
11150 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11151
11152         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11153         (wl-fldmgr-add-completion-all-completions):
11154         Use wl-fldmgr-add-completion-hashtb.
11155
11156 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11157
11158         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11159         wl-fldmgr-add-completion-subr): New functions.
11160         * wl-folder.el (wl-folder-completion-func): New variable.
11161         * wl-summary.el (wl-summary-read-folder):
11162         Use wl-folder-completion-func.
11163
11164         * wl-refile.el: Eliminate throw & catch.
11165
11166         * wl.el (wl-plugged-sending-queue-status): Fixed.
11167
11168 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11169
11170         * wl-draft.el (wl-draft): Put category property on
11171         mail-header-separator.