* wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char' instead of `? '. Use...
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
4         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
5         verbose point move.
6
7         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
8         and `point-at-eol'.
9         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
10         Ditto.
11
12 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
13
14         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
15         `(beginning-of-line) (point)'.
16
17         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
18         (wl-fldmgr-delete-line): Change from macro to function. Use
19         `point-at-bol' and `point-at-eol'.
20
21         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
22         `function' for lambda.
23
24         * wl.el (wl-plugged-server-indent): Change from macro to function.
25
26         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
27
28         * wl-draft.el (wl-draft-config-body-goto-header)
29         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
30         macro to function.
31
32         * wl-score.el (wl-score-get-alike): Change from macro to
33         inline-function.
34
35         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
36         instead of `mapcar'. Don't use `function' for lambda.
37         (wl-read-search-condition-internal): Don't use `function' for
38         lambda.
39         (wl-kill-buffers): Change from macro to function.
40         (wl-count-lines): Change from macro to inline-function.
41
42         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
43
44         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
45
46         * wl.el (wl-plugged-change): Suppress compile warnings; Use
47         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
48         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
49         * wl-address.el (wl-complete-window-show): Ditto.
50         * wl-message.el (wl-message-select-buffer): Ditto.
51         * wl-template.el (wl-template-show): Ditto.
52         * wl-util.el (wl-collect-summary): Ditto.
53         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
54         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
55         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
56         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
57         (wl-score-edit-insert-number): Ditto.
58
59         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
60         symbol.
61
62         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
63         of `goto-line'.
64
65         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
66
67 2009-12-16  Lloyd Zusman <ljz@asfast.com>
68
69         * wl-summary.el (wl-summary-detect-mark-position): Force
70         the temporary buffer to enable the use of multibyte characters
71         within searches [wl-en:2460].
72
73 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
74
75         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
76         of `beginning-of-buffer'.
77
78 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
79
80         * wl-summary.el (wl-summary-display-raw): New function, display
81         message in raw format.
82
83 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
84
85         * Version number is increased to 2.15.7.
86
87 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
88
89         * wl-summary.el (wl-summary-previous-message-number): New function.
90         (wl-summary-next-message-number): Ditto.
91         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
92         `wl-summary-next-message-number'.
93         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
94         Inline temporary variable `cur-id'.
95         (wl-summary-get-next-unread-folder): Ditto.
96         (wl-summary-get-next-folder): Ditto.
97         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
98
99 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
102
103 2008-09-05  Kenichi Okada  <okada@opaopa.org>
104
105         * wl-summary.el (wl-summary-buffer-folder-name)
106         (wl-draft-config-body-goto-header): Use backquote instead of quote.
107         * wl-draft.el (wl-draft-body-goto-top)
108         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
109
110 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
111
112         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
113         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
114
115 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
116
117         * wl-expire.el: Fix Comentary section.
118
119 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
120
121         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
122         Require mime-parse, elmo-mime, and wl-util.
123
124         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
125
126         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
127
128 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * wl-template.el: Require elmo-util and wl-vars.
131
132         * wl-mime.el (wl-mime-display-header): Revert last change.
133         Remove `delete-matching-lines "^$"'.
134
135 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
136
137         * wl-mime.el (wl-define-dummy-functions): Split
138         `eval-when-compile' form for avoid error; when `make
139         compile-strict.
140
141         * wl-util.el: Move (eval-when-compile (require 'static)).
142         * wl-dnd.el: Add (eval-when-compile (require 'static)).
143         * wl-message.el: Ditto.
144
145         * wl-mime.el (wl-message-delete-current-part): Use
146         `insert-buffer-substring' instead of `insert-buffer'.
147         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
148         * wl-draft.el (wl-draft-generate-clone-buffer)
149         (wl-draft-do-mime-bcc): Ditto.
150
151         * wl-address.el: Add (eval-when-compile (require 'cl)).
152         * wl-addrmgr.el: Ditto.
153         * wl-mime.el: Ditto.
154         * wl-util.el: Ditto.
155         * wl-score.el: Ditto.
156
157 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
158
159         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
160         `string-to-int'.
161
162         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
163         `string-to-int'.
164
165         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
166         `string-to-number' instead of `string-to-int'.
167
168         * wl-summary.el (wl-summary-get-list-info)
169         (wl-summary-message-number): Use `string-to-number' instead of
170         `string-to-int'.
171
172         * wl-score.el (wl-score-overview-entity-get-lines)
173         (wl-score-set-mark-below, wl-score-set-expunge-below)
174         (wl-summary-increase-score, wl-score-get-header-entry): Use
175         `string-to-number' instead of `string-to-int'.
176
177         * wl-folder.el (wl-folder-update-diff-line): Use
178         `string-to-number' instead of `string-to-int'.
179
180         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
181         instead of `string-to-int'.
182
183         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
184         instead of `string-to-int'.
185
186         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
187         `string-to-int'.
188
189 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
190
191         * wl-util.el (wl-match-string, wl-match-buffer)
192         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
193         (wl-kill-buffers, wl-local-variable-p)
194         (wl-line-formatter-setup): New backquote style.
195         (wl-count-lines): Use quote instead of backquote.
196
197         * wl-summary.el (wl-summary-buffer-folder-name)
198         (wl-summary-get-alike): Use quote instead of backquote.
199         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
200         backquote style.
201
202         * wl-message.el (wl-message-buffer-cache-buffer-get)
203         (wl-message-buffer-cache-folder-get)
204         (wl-message-buffer-cache-message-get)
205         (wl-message-buffer-cache-entry-make)
206         (wl-message-buffer-cache-hit): New backquote style.
207
208         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
209         backquote.
210         (wl-folder-unread-regex, wl-folder-entity-exists-p)
211         (wl-folder-clear-entity-info)
212         (wl-folder-get-entity-info, wl-folder-set-entity-info)
213         (wl-folder-elmo-folder-cache-get)
214         (wl-folder-elmo-folder-cache-put): New backquote style.
215
216         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
217         (wl-fldmgr-assign-id): Ditto.
218         (wl-fldmgr-delete-line): Use quote instead of backquote.
219         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
220
221         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
222         (wl-draft-set-sent-message): New backquote style.
223         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
224         (wl-draft-config-body-goto-header): Use quote instead of backquote.
225
226 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
227
228         * wl-address.el (wl-address-concat-token): Fix typo.
229
230 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
231
232         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
233         (wl-score-get-alike): Ditto.
234
235         * wl-vars.el: New backquote style.
236         (wl-message-header-button-alist): Use quote instead of backquote.
237
238         * wl.el (wl-plugged-string): New backquote style.
239
240         * wl-address.el (wl-address-concat-token): New backquote style.
241
242         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
243
244 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
245
246         * wl-highlight.el (wl-highlight-folder-opened-regexp)
247         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
248
249         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
250         in the character alternative.
251
252 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * Version number is increased to 2.15.6.
255
256 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
257
258         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
259         optional 3rd argument of epg-context-set-progress-callback; it was
260         temporarily removed in the Emacs trunk due to copyright problem.
261         (wl-mime-pgp-verify-region-with-epg): Ditto.
262
263 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
264
265         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
266
267 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
268
269         * wl-util.el (wl-biff-check-folders): Set biff flag.
270         (from Naoto Morishima [wl:14031])
271
272 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
273
274         * wl.el (wl-plugged-server-indent): Use quote instead of
275         backquote.
276
277 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
278
279         * wl-score.el (wl-score-insert-header): Add guard for
280         `std11-unfold-string'.
281         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
282         TYPE artgument when TO or CC field.
283
284 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * wl-summary.el (wl-summary-goto-folder-subr): Call
287         `elmo-folder-close' instead of `elmo-folder-commit' if discard
288         current summary.
289
290 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-util.el (wl-read-shell-commande): New function or alias.
293
294         * wl-summary.el (wl-summary-pipe-message): Use
295         `wl-read-shell-command' instead of `read-string'.
296         (wl-summary-target-mark-pipe): Ditto.
297
298 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-summary.el (wl-summary-reply): Fix docstring.
301         * wl-draft.el (wl-draft-reply): Ditto.
302
303 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-mime.el (wl-summary-extract-attachments): New command.
306         (wl-summary-extract-attachments-1): New internal function.
307
308 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-expire.el (wl-expire-folder): New function (split from
311         wl-summary-expire).
312         (wl-summary-expire): Use it. Add argument `all' instead of remove
313         `nolist'. Cause an error only if this function is calling
314         interactively.
315
316 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-expire.el (wl-expire-refile): Display progress message.
319         (wl-summary-expire): Simplify.
320
321         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
322         unused argument `deleting-info'.
323
324 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-vars.el (wl-message-popup-buffers): New user option.
327
328         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
329         (wl-message-delete-popup-windows): New function that substitues
330         above one.
331         (wl-mime-setup): Follow the above change.
332
333 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
334
335         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
336
337 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
338
339         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
340         "tkm" to wl-thread-spam.
341
342 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
343
344         * wl-thread.el (wl-thread-entity-insert-as-children): Use
345         wl-thread-entity-set-children.
346         (wl-thread-insert-message, wl-thread-insert-entity-sub,
347         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
348         Use wl-thread-entity-get-*.
349
350 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-mime.el (wl-epg-progress-callback): New function.
353         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
354         with `elmo-with-progress-display'. Set a progress callback
355         function to epg-context.
356         (wl-mime-pgp-verify-region-with-epg): Ditto.
357
358 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
359
360         * wl-util.el (wl-completing-read-multiple): Define as an alias of
361         `completing-read-multiple' if emacs-version is not less than 22.
362
363 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
364
365         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
366         change.
367
368 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl-summary.el (wl-summary-sync-update): Move
371         `wl-thread-update-indent-string-thread' to outside of
372         `elmo-with-progress-display'.
373
374 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * wl-message.el (wl-message-exit): Check buffer existence.
377
378 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-util.el (wl-simple-display-progress): New function.
381         (wl-display-progress-with-gauge): Ditto.
382         (wl-progress-callback-function): Ditto.
383
384         * wl.el (wl-init): Set `elmo-progress-callback-function' as
385         `wl-progress-callback-function'
386
387         * wl-vars.el (wl-display-progress-threshold): New user option.
388         (wl-display-progress-function): Ditto.
389
390         * Version number is increased to 2.15.5.
391
392 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
393
394         * wl-thread.el (wl-thread-close-children): New function.
395         (wl-thread-open-children): Ditto.
396         * wl-action.el (wl-summary-set-mark): Redo the last change by
397         using it.
398
399         * wl-action.el (wl-summary-set-mark): Undo the last change.
400         Forbid interactive call.
401
402 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-mime.el (wl-define-dummy-functions): New macro.
405         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
406         `wl-mime-pgp-decrypt-region'.
407         (wl-mime-pgp-verify-region-with-epg): Renamed from
408         `wl-mime-pgp-verify-region'.
409         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
410         `wl-mime-pgp-decrypt-region'.
411         (wl-mime-pgp-verify-region-with-pgg): Renamed from
412         `wl-mime-pgp-verify-region'.
413         (wl-mime-pgp-decrypt-region): New function; To select dispatch
414         function at runtime.
415         (wl-mime-pgp-verify-region): Ditto.
416
417         * wl-vars.el (wl-use-pgp-module): New user option.
418
419 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
422         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
423
424 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
427         even if there are target marks only.
428
429 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * Version number is increased to 2.15.4.
432
433 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-folder.el (wl-folder-check-one-entity): Simplify.
436
437 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
440         variable.
441
442 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
443
444         * wl-spam.el (wl-thread-test-spam): New function.
445         (wl-spam-setup): Bind "tkc".
446
447 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-expire.el (wl-folder-expire-entity): Rewite without
450         `wl-summary-goto-folder-subr'.
451         (wl-folder-expire-current-entity): Don't kill summary buffer.
452
453 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-folder.el (wl-folder-sync-entity): Rewrite without
456         `wl-summary-goto-folder-subr'.
457         (wl-folder-mark-as-read-all-entity): Likewise.
458
459         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
460
461 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
462
463         * wl-thread.el (wl-thread-force-open): Arranged.
464
465 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
466
467         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
468         from regexp.
469
470         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
471         (wl-read-search-condition-internal): Append them.
472
473 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-vars.el (wl-additional-search-condition-fields):
476         New user option.
477
478         * wl-util.el (wl-search-condition-fields): New function; export
479         from `wl-read-search-condition-internal'.
480         (wl-read-search-condition-internal): Use it.
481
482         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
483
484 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-summary.el (wl-summary-define-sort-command): New function.
487         (wl-summary-sort-by-date, wl-summary-sort-by-number)
488         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
489         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
490         define by `wl-summary-define-sort-command' at runtime.
491
492         * wl.el (wl-init): Call wl-summary-define-sort-command.
493
494 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
497         properties at the decrypting region.
498
499 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-util.el (wl-find-region): New function.
502
503         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
504         coding system.
505         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
506         property `wl-mime-decoded-coding-system'.
507         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
508         property `wl-mime-decoded-coding-system' to encode text.
509
510         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
511         message.
512         (wl-mime-pgp-verify-region): Ditto.
513
514 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
517         buffer. Use epa-display-verify-result.
518
519 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-draft.el (wl-draft-send): Continue even if setting parent
522         flag was failed.
523
524 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-message.el (wl-message-flag-indicator): Fixed the problem
527         of returning string only of parentheses.
528
529 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-summary.el (wl-summary-write): Add argument `folder'.
532         (wl-summary-write-current-folder): Change argument `folder' from
533         optional to require.
534         (wl-summary-get-buffer): Return the buffer associated folder only.
535
536         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
537         change.
538         (wl-folder-toggle-disp-summary): Ditto.
539
540         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
541         current summary as parent-folder.
542
543 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
544
545         * wl-draft.el (wl-draft-reedit): Don't overwrite
546         wl-draft-parent-folder.
547
548 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
551         (wl-mime-pgp-verify-region): Ditto.
552         (wl-message-decrypt-pgp-nonmime): Use the above function.
553         (wl-message-verify-pgp-nonmime): Likewise.
554         (wl-mime-preview-application/pgp): Likewise.
555
556 2006-04-20  Kenichi Okada  <okada@opaopa.org>
557
558         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
559         Fix about the order of `wl-nntp-posting-port' and
560         `wl-nntp-posting-stream-type'.
561         * wl.el (wl-plugged-port-label-alist): Add smtp.
562
563 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-summary.el (wl-summary-message-status): New macro.
566
567         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
568         (wl-summary-killed-mark): New user option.
569
570         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
571         API change.
572         (wl-thread-insert-entity-sub): Ditto.
573         (wl-thread-recover-messages): New command.
574
575         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
576         Don't call `wl-highlight-summary-current-line' directly.
577         (wl-summary-buffer-attach): Connect to signal `status-changed'
578         instead of `cache-changed'.
579         (wl-summary-buffer-detach): Follow the above change.
580         (wl-summary-detect-mark-position): Follow the API change.
581         (wl-summary-rescan-message): Ditto.
582         (wl-summary-insert-sequential): Ditto.
583         (wl-summary-update-thread): Ditto.
584         (wl-summary-message-mark): Ditto.
585         (wl-summary-persistent-mark): Ditto.
586         (wl-summary-create-line): Ditto.
587         (wl-summary-prefetch-region-no-mark): Call
588         `wl-summary-persistent-mark' with number.
589         (wl-summary-recover-messages-region): New command.
590         (wl-summary-target-mark-recover): Ditto.
591         (wl-summary-recover-message): Ditto.
592         (wl-summary-persistent-mark-string): Add argument `status' instead
593         of remove arguments `flags' and `cached'.  Treat killed status.
594         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
595
596         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
597         (wl-highlight-summary-line-face-spec): Treat killed status.
598         (wl-highlight-summary-line-string): Follow the API change.
599         (wl-highlight-summary-current-line): Ditto.
600
601         * Version number is increased to 2.15.3.
602
603 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
606         of symbolp to test whether the condition is function.
607
608 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
609
610         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
611         to nil.
612
613 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-summary.el (wl-summary-buffer-message-ring): New internal
616         variable.
617         (wl-summary-buffer-last-displayed-msg): Abolish.
618         (wl-summary-push-message): New function.
619         (wl-summary-pop-message): Ditto.
620         (wl-summary-goto-folder-subr): Reset
621         `wl-summary-buffer-message-ring'.
622         (wl-summary-pop-to-last-message): New command.
623         (wl-summary-goto-last-displayed-msg): Call
624         wl-summary-pop-to-last-message if optional argument is non-nil or
625         the last command is itself.
626         (wl-summary-redisplay-internal): Push last message number into
627         `wl-summary-buffer-message-ring'.
628
629         * wl-vars.el (wl-summary-message-ring-max): New user option.
630
631 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
634         from `wl-draft-reply').
635         (wl-draft-reply): Use it.
636         (wl-draft-find-reply-headers): Avoid compile warning.
637
638 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
641
642 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-message.el (wl-message-flag-indicator): New function.
645         (wl-message-redisplay): Use it.
646
647 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
650
651 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
654         instead of `read-event'.
655
656         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
657
658         * wl-mule.el (wl-read-event-char): Ditto.
659
660         * wl-e21.el (wl-read-event-char): Ditto.
661
662 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
665
666 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-vars.el (wl-draft-send-confirm-type): New user option.
669
670         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
671
672         * wl-draft.el (wl-draft-send-confirm): Confirmation by
673         `wl-draft-send-confirm-type'
674
675 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
676
677         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
678         Avoid error when the buffer name is already used.
679
680 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
681
682         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
683         the change of elmo-nmz -> elmo-search.
684         (wl-highlight-summary-line-help-echo-alist): Ditto.
685         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
686         (wl-nmz-folder-icon): Define as obsolete.
687         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
688         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
689
690 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-summary.el (wl-summary-get-list-info): Rewrite with
693         `elmo-find-list-match-value'
694
695 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
696
697         * wl-summary.el (wl-summary-get-list-info): Optimize.
698         Use List-Id and List-Post also.
699
700 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
703
704 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
705
706         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
707
708 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-util.el (wl-completing-read-multiple-1): New internal function.
711         (wl-completing-read-multiple-2): Ditto.
712         (wl-completing-read-multiple): Define use above functions.
713
714         * wl-summary.el (wl-summary-sort): Removed the workaround for a
715         bug of `completing-read-multiple' about default value.
716
717         * wl-xmas.el (wl-completing-read-multiple): Removed.
718
719         * wl-mule.el (wl-completing-read-multiple): Ditto.
720
721         * wl-e21.el (wl-completing-read-multiple): Ditto.
722
723 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-util.el (wl-filter-associations): New function.
726
727         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
728         (wl-spam-ignored-folder-list): Ditto.
729         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
730         (wl-spam-string-member-p): New function.
731         (wl-spam-domain): Use it.
732         (wl-spam-split-numbers): New function.
733         (wl-spam-apply-partitions): Ditto.
734         (wl-spam-register-spam-messages): Use `folder' instead of
735         `wl-summary-buffer-elmo-folder'.
736         (wl-spam-register-good-messages): Ditto.
737         (wl-summary-exec-action-spam): Decide a domain by real folder of
738         message.
739         (wl-summary-exec-action-refile-with-register): Likewise.
740
741 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-e21.el (wl-e21-find-image): New function.
744         (wl-e21-setup-toolbar): Use it instead of `find-image'.
745         (wl-e21-highlight-folder-group-line): Ditto.
746         (wl-folder-init-icons): Ditto.
747         (wl-plugged-init-icons): Ditto.
748         (wl-biff-init-icons): Ditto.
749
750 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
751
752         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
753         (wl-inhibit-save-drafts): New internal variable.
754         (wl-disable-auto-save): Ditto.
755         (wl-save-drafts): Treat above variables.
756         (wl-auto-save-drafts): New function.
757         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
758         `wl-stop-save-drafts'.
759         (wl-start-save-drafts): New function.
760         (wl-stop-save-drafts): Ditto.
761         (wl-set-auto-save-draft): New command.
762
763         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
764         `wl-set-save-drafts'.
765
766 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
769         `make-local-variable' instead of `make-variable-buffer-local'.
770
771 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
774
775 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
778
779 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
782         of working buffer.
783
784 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
787
788         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
789         value into recipients; Bind `wl-draft-remove-group-list-contents'
790         as nil.
791
792 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * wl-summary.el (wl-summary-sort): Fixed the last change.
795
796         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
797         (wl-summary-sort-messages): Ditto.
798         (wl-summary-rescan): Use it.
799         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
800         `completing-read'; Append candidates for reverse order.
801
802 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
803
804         * Version number is increased to 2.15.2.
805
806 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
807
808         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
809         "Smaller".
810         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
811
812 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
813
814         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
815
816 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
817
818         * wl-vars.el (wl-draft-additional-header-alist): Add into the
819         customize group `wl-draft'.
820         (wl-draft-add-in-reply-to): Move customize group from `wl' to
821         `wl-draft'.
822         (wl-draft-add-references): Ditto.
823
824         * wl-action.el (wl-summary-print-argument): Rename argument from
825         `folder' to `data'.
826
827 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-summary.el (wl-summary-rescan-message): Call
830         `wl-thread-cleanup-symbols' before insert thread.
831
832 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl.el (wl-init): Set `elmo-get-folder-function' as
835         `wl-folder-make-elmo-folder'.
836
837         * wl-spam.el (wl-summary-exec-action-spam): Use
838         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
839
840         * wl-folder.el (wl-folder-make-elmo-folder): New function.
841         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
842         `elmo-make-folder'.
843         (wl-folder-get-elmo-folder): Ditto.
844         (wl-folder-create-subr): Simplify.
845
846 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
849
850 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
853         contents in message buffer instead of original buffer. If optional
854         argument specified, ask coding system for encode.
855
856 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
857
858         * wl-spam.el (wl-summary-test-spam-region): New function.
859         (wl-spam-setup): Bind "rkc".
860
861 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
862
863         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
864
865 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
866
867         * wl-spam.el (wl-summary-test-spam): Fix typo.
868         (wl-message-check-spam): Ditto.
869
870 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-summary.el (wl-summary-default-from): Simplify.
873
874 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-action.el (wl-summary-exec-action-refile): Simplify.
877         (wl-summary-exec-action-copy): Ditto.
878         (wl-summary-auto-refile): Check existence of temporary mark.
879
880 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-summary.el (wl-summary-create-line): Use
883         `elmo-time-to-datevec'.
884
885         * wl-expire.el (wl-expire-archive-date): Ditto.
886         (wl-expire-localdir-date): Ditto.
887
888         * wl-util.el (wl-day-number): Abolish.
889
890         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
891         of `wl-day-number'.
892         (wl-score-followup): Ditto.
893         (wl-score-add-followups): Ditto.
894         (wl-score-get-latest-msgs): Ditto.
895         (wl-score-get-header-entry): Ditto.
896         (wl-score-edit-insert-date): Ditto.
897
898 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
901         `elmo-message-entity-field' with 2nd argument `type'.
902
903 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
904
905         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
906
907 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-thread.el (wl-thread-delete-message): Delete descendant
910         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
911
912 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
913
914         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
915
916 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
917
918         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
919         `Access folder'.
920
921 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-vars.el (wl-access-folder-icon): New user option.
924
925         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
926         `Access folder'.
927
928 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-summary.el (wl-summary-buffer-set-folder): Use
931         `wl-folder-mime-charset'.
932
933         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
934         `mime-charset'.
935         (wl-folder-get-elmo-folder): Ditto.
936         (wl-folder-mime-charset): New function.
937
938 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-util.el (wl-parse-addresses): Define alias of
941         `elmo-parse-addresses' (move to `elmo-util.el').
942
943         * wl-summary.el (wl-summary-default-from): Follow the API change.
944         (wl-summary-overview-entity-compare-by-date): Ditto.
945         (wl-summary-overview-entity-compare-by-from): Ditto.
946         (wl-summary-get-list-info): Get value of `ml-info' field from
947         entity at first.
948         (wl-summary-rescan-message): Treat prefix argument.
949         (wl-summary-prefetch-msg): Follow the API change.
950         (wl-summary-search-by-subject): Ditto.
951         (wl-summary-insert-thread): Ditto.
952         (wl-summary-line-subject): Ditto.
953         (wl-summary-line-from): Ditto.
954         (wl-summary-create-line): Ditto.
955         (wl-summary-print-message-with-ps-print): Ditto.
956
957         * wl-score.el (wl-score-ov-entity-get): Ditto.
958         (wl-score-followup): Ditto.
959         (wl-score-add-followups): Use `elmo-message-entity-field' instead
960         of `car'.
961         (wl-score-get-latest-msgs): Follow the API change.
962         (wl-score-get-header): Ditto.
963
964         * wl-refile.el (wl-refile-learn): Ditto.
965         (wl-refile-subject-learn): Ditto.
966         (wl-refile-get-field-value): Ditto.
967         (wl-refile-guess-by-history): Ditto.
968         (wl-refile-guess-by-subject): Ditto.
969
970         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
971
972         * wl-expire.el (wl-expire-date-p): Removed.
973         (wl-expire-archive-date): Follow the API change.
974         (wl-expire-localdir-date): Ditto.
975         (wl-summary-expire): Ditto.
976
977         * Version number is increased to 2.15.1.
978
979 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
980
981         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
982         group is access or not (it is not strict, like wl-fldmgr-rename).
983
984 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
987         duplicate call of `wl-summary-print-argument' on the wrong line.
988
989 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
992         even if argument `number' is nil.
993         (wl-summary-insert-line): Print action argument if current message
994         has it.
995
996 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
999         (wl-draft-reply): Ditto.
1000         (wl-draft): Add optional argument `parent-number' and call
1001         `wl-draft-create-buffer' with it.
1002         (wl-draft-create-buffer): Add optional argument
1003         `parent-number'. Set wl-draft-parent-number as it.
1004
1005 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1006
1007         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1008         buffer is not for given folder, don't use it.
1009
1010 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1011
1012         * Version number is increased to 2.15.0.
1013
1014 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1017
1018         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1019         (wl-highlight-get-face-by-name): New internal function.
1020         (wl-highlight-summary-line-face-spec): Use it and fixed.
1021
1022 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1023
1024         * wl-summary.el (wl-summary-sync-update): Use
1025         `elmo-message-entity-field' instead of `car' to get message-id
1026         from overview entity.
1027
1028         * wl-summary.el (wl-summary-rescan-message): Call
1029         `wl-highlight-summary-displaying' when displaying a message.
1030
1031 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1032
1033         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1034         `wl-draft-config-info-operation'.
1035         (wl-draft-buffer-change-number): New function.
1036         (wl-draft-rename-saved-config): Ditto.
1037         * wl.el (wl-init): Connect slot for message-number-changed.
1038         (toplevel): Add autoload for wl-draft-rename-saved-config.
1039
1040 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1043         `update-overview'
1044         (wl-summary-buffer-detach): Disconnect from it.
1045         (wl-summary-rescan-message): Use command.
1046
1047         * wl-message.el (wl-message-buffer-display): Use
1048         `with-current-buffer' instead of `save-excursion'.
1049
1050 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1053         wl-draft-preview-attributes-list from distraction.
1054
1055 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1056
1057         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1058         `elmo-list-diff'.
1059
1060 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-summary.el
1063         (wl-summary-edit-addresses-collect-candidate-fields): Use
1064         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1065
1066         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1067         instead of `elmo-set-work-buf'.
1068
1069         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1070         (wl-address-make-address-list): Ditto.
1071
1072         * Version number is increased to 2.13.3.
1073
1074 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1077         user option.
1078
1079         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1080         argument `5'.
1081
1082         * wl-message.el (wl-message-display-no-merge-p): New function.
1083         (wl-message-buffer-display): Check whether the message is
1084         reassembled and follow the API change.
1085
1086 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1089         multibyte on working buffer and removed unnecessary
1090         `buffer-disable-undo'.
1091
1092 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1095         change.
1096
1097 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1098
1099         * wl-util.el (wl-read-search-condition-internal): Protect
1100         elmo-global-flags from distraction.
1101
1102 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1105
1106         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1107         (wl-summary-event-handler): Ditto.
1108         (wl-summary-update-persistent-mark-on-event): New
1109         function (renamed from `elmo-event-handler-flag-changed').
1110         (wl-summary-buffer-attach): New function.
1111         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1112         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1113         instead of `elmo-folder-add-handler'.
1114
1115         * Version number is increased to 2.13.2.
1116
1117 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1120         and "\177" to the `wl-news-previous-page'.
1121         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1122         (wl-news-previous-page): New function.
1123
1124 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1127         instead of `write-region' and simplify.
1128
1129 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-template.el (wl-template-select): Cause error if
1132         `wl-template-alist' is nil.
1133
1134 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1135
1136         * wl-news.el.in: Set file variable `no-byte-compile'.
1137
1138 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1141         whether a target message is within displaying area.
1142         (elmo-event-handler-cache-changed): Ditto.
1143
1144 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1145
1146         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1147         to `defun'.  Use `nconc' instead of `append' to collect descendant
1148         message numbers.
1149
1150 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1151
1152         * wl-thread.el (wl-thread-save-top-list)
1153         (wl-thread-save-entities): Use `with-temp-buffer'.
1154         * wl-news.el.in (wl-news-previous-version-load):
1155         (wl-news-previous-version-save): Ditto.
1156         * wl-summary.el (wl-summary-load-file-object)
1157         (wl-summary-save-view-cache): Ditto.
1158
1159 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1160
1161         * wl-util.el (toplevel): Require 'elmo-flag'.
1162         (wl-read-search-condition): New function (Renamed from
1163         `elmo-read-search-condition').
1164         (wl-read-search-condition-internal): Likewise.
1165
1166         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1167         invalid.
1168         (wl-summary-pick): Use `wl-read-search-condition' instead of
1169         `elmo-read-search-condition'.
1170         (wl-summary-virtual): Ditto.
1171
1172         * wl-folder.el (wl-folder-virtual): Ditto.
1173         (wl-folder-pick): Ditto.
1174
1175         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1176
1177 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-summary.el (wl-summary-reedit): Call
1180         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1181
1182 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-mime.el (toplevel): Require wl-vars.
1185
1186         * wl-message.el (toplevel): Require cl at compile.
1187
1188         * wl-draft.el (toplevel): Require elmo.
1189
1190 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1193         and do nothing when it is not positive.
1194         (wl-message-buffer-prefetch-next): Ditto.
1195
1196 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1197
1198         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1199         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1200         (wl-summary-redisplay-internal): Ditto.
1201
1202         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1203         message (the condition is borrowed from `wl-check-variables-2').
1204         (wl-summary-redisplay-internal): Ditto.
1205
1206 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * wl-mime.el (wl-draft-nntp-attribute): New function.
1209         (wl-draft-attribute-nntp-posting-server): Use it.
1210         (wl-draft-attribute-nntp-posting-port): Ditto.
1211
1212         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1213         (wl-draft-show-attributes-buffer): Ditto.
1214         (wl-draft-hide-attributes-buffer): Ditto.
1215         (wl-draft-attribute-newsgroups): Ditto.
1216         (wl-draft-attribute-nntp-posting-server): Ditto.
1217         (wl-draft-attribute-nntp-posting-port): Ditto.
1218         (wl-draft-preview-message): Use there functions.
1219
1220         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1221         value.
1222
1223 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1224
1225         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1226         (wl-draft-reedit): Ditto.
1227         (wl-draft-queue-flush): Ditto.
1228
1229         * wl-mime.el (wl-message-request-partial): Ditto.
1230         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1231         instead of `elmo-message-fetch'.
1232
1233         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1234
1235         * wl-summary.el (wl-summary-message-string): Ditto.
1236
1237 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * wl-util.el (wl-current-message-buffer): Follow the API change.
1240
1241         * wl-summary.el (wl-summary-redisplay-internal): Call
1242         `wl-summary-mark-as-read' with 2nd argument as nil and update
1243         unread count instead of persistent mark.
1244
1245         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1246         variable.
1247         (wl-message-redisplay): Follow the API change.
1248         (wl-message-buffer-display): Managed mime-entity directly and
1249         return preview buffer only.
1250         (wl-message-display-internal): Rewrite.
1251         (wl-message-buffer-prefetch-subr): Not save return value of
1252         `wl-message-buffer-display'.
1253
1254         * Version number is increased to 2.13.1.
1255
1256 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1257
1258         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1259         'elmo-multiple-fields-body-list' with boundary specified.
1260
1261 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1262
1263         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1264         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1265         cache if `wl-summary-resend-use-cache' is non-nil.
1266
1267 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1268
1269         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1270         (wl-nntp-posting-stream-type): Ditto.
1271
1272 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1273
1274         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1275
1276 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1277
1278         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1279         message.
1280
1281 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1284         Abolish.
1285         (wl-summary-buffer-persistent-mark-version): New internal
1286         variable.
1287         (wl-summary-update-mark-and-highlight-window): Check by
1288         wl-summary-persistent-mark-invalid-p.
1289         (wl-summary-update-status-marks): Ditto.
1290         (elmo-event-handler-flag-changed): Rewrite.
1291         (elmo-event-handler-cache-changed): Define.
1292         (wl-summary-prefetch-msg): Does not update persistent mark here.
1293         (wl-summary-delete-cache): Ditto.
1294         (wl-summary-resume-cache-status): Ditto.
1295         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1296         (wl-summary-persistent-mark-invalid-p): New function.
1297         (wl-summary-validate-persistent-mark): Ditto.
1298         (wl-summary-validate-persistent-mark-string): Ditto.
1299         (wl-summary-invalidate-persistent-mark): Ditto.
1300         (wl-summary-update-persistent-mark): Call
1301         `wl-summary-validate-persistent-mark'.
1302         (wl-summary-create-line): Call
1303         `wl-summary-validate-persistent-mark-string'.
1304
1305         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1306         status as t if cache used.
1307
1308 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1311         only if the target is group.
1312         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1313
1314 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1317
1318 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1319
1320         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1321
1322         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1323
1324 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1327         (Thanks to Yoichi NAKAYAMA).
1328
1329 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-util.el (wl-save-drafts): Restore echo area.
1332
1333 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1334
1335         * Version number is increased to 2.13.0.
1336
1337         * wl-util.el (wl-biff-check-folder-async): Use
1338         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1339
1340 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1341
1342         * wl-message.el (wl-message-display-internal): Does not put
1343         wl-message-display-type property on message buffer.
1344         (wl-message-buffer-display-type): New function.
1345
1346         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1347
1348         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1349         `wl-summary-buffer-detach'.
1350         (wl-summary-message-display-type): Use
1351         `wl-summary-buffer-display-type'.
1352
1353 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1354
1355         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1356         buffer-local.
1357
1358         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1359         kill-buffer-hook instead of make-local-variable.
1360         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1361
1362 2004-12-12  Scott Renfro <scott@renfro.org>
1363
1364         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1365         regex for square-branket.
1366
1367 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1368
1369         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1370         `wl-message-mime-analysis-p' with argument `header'.
1371
1372 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1373
1374         * wl-mime.el (wl-draft-yank-current-message-entity): 
1375         Switch to no-mime following method according to wl-message-display-type
1376         property.
1377         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1378
1379         * wl-message.el (wl-message-display-internal): 
1380         Put wl-message-display-type property on message buffer.
1381
1382         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1383         (wl-message-display-internal): Ditto;
1384
1385         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1386
1387 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1388
1389         * wl-message.el (wl-message-make-display-type): New function.
1390         (wl-message-display-type-property): Ditto.
1391         (wl-message-mime-analysys-p): Ditto.
1392         (wl-message-display-all-header-p): Ditto.
1393         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1394         added `display-type'.
1395         (wl-message-buffer-display): Likewise.
1396         (wl-message-display-internal): Likewise.
1397         (wl-message-buffer-display-type): Abolish.
1398         (wl-message-buffer-prefetch-subr): Follow the API changed.
1399
1400         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1401         from wl-summary-buffer-display-all-header and changed default value.
1402         (wl-summary-message-display-type): New function.
1403         (wl-summary-buffer-display-mime-mode): Ditto.
1404         (wl-summary-buffer-display-header-mode): Ditto.
1405         (wl-summary-toggle-mime): Rewrite with above functions.
1406         (wl-summary-toggle-all-header): Ditto.
1407         (wl-summary-redisplay): Force redisplay with default mode.
1408         (wl-summary-redisplay-internal): Renamed argument from `mode',
1409         `all-header' to `mime-mode', `header-mode'.
1410         Use `wl-message-make-display-type'.
1411
1412         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1413         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1414
1415 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1416
1417         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1418
1419 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1422         in original message buffer.
1423         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1424         buffer.
1425
1426 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1427
1428         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1429
1430 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1431
1432         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1433
1434 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1435
1436         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1437         when actions succeeded.
1438         (wl-summary-exec-action-copy): Likewise.
1439
1440 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1443         there is switch-to-buffer at the end of wl-message-select-buffer.
1444         (wl-summary-reply): Ditto.
1445
1446 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl-summary.el (wl-summary-forward): Put subject in original
1449         message buffer as argument of wl-draft-forward.
1450         * wl-draft.el (wl-draft-forward): Decode subject as in
1451         wl-draft-reply.
1452
1453 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1454
1455         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1456         a folder under access group.
1457
1458 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1459
1460         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1461         wl-message-buffer-display.
1462
1463         * wl-util.el (wl-set-save-drafts): Fix typo.
1464
1465 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1468         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1469         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1470         the way to measure the width of a bitmap image; don't put face on
1471         ascii and bitmap images; put the mark which should not use the
1472         variable-pitch face on ascii and bitmap images.
1473         (wl-demo-setup-properties): Don't use the variable-pitch face on
1474         ascii and bitmap images; made it work on Emacs 20 and earlier.
1475         (wl-demo-insert-text): End with a newline at the bottom; don't put
1476         face on text.
1477
1478         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1479
1480 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1483
1484         * wl-util.el (wl-save-drafts): Moved from sample setting.
1485         (wl-set-save-drafts): New function to set idle timer.
1486         * wl-draft.el (wl-draft): Call it.
1487         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1488
1489 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1490
1491         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1492         a summary which has toggle display status off.
1493
1494 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1495
1496         * wl-draft.el (wl-draft-do-fcc): No cache save.
1497
1498 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-summary.el (elmo-event-handler-flag-changed): Use
1501         `set-buffer' instead of `with-current-buffer'.
1502
1503 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1504
1505         * wl-summary.el (wl-summary-after-resize-function): New function.
1506         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1507         window-size-change-functions.
1508
1509 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1510
1511         * wl-draft.el (wl-draft-create-buffer): Bind
1512         `change-major-mode-hook' after current buffer is changed.
1513
1514         * wl-summary.el (wl-summary-buffer-detach): New function.
1515         (wl-summary-buffer-set-folder): Call it.
1516         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1517         change-major-mode-hook and kill-buffer-hook.
1518         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1519         (wl-summary-switch-to-clone-buffer): Ditto.
1520         (wl-summary-goto-folder-subr): Ditto.
1521
1522 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1523
1524         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1525         after boundp check.
1526
1527 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1530         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1531         for `kill-buffer'.
1532
1533         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1534         handler of current buffer from elmo-folder.
1535
1536 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1539
1540 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1541
1542         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1543         variable.
1544         (wl-summary-event-handler): New class.
1545         (elmo-event-handler-flag-changed): Define to update persistent
1546         mark.
1547         (wl-summary-buffer-set-folder): Register event handler to
1548         elmo-folder.
1549         (wl-summary-exit): Unregister event handler.
1550         (wl-summary-goto-folder-subr): Ditto.
1551         (wl-summary-mark-as-read-all): Does not call
1552         `wl-summary-update-persistent-mark' directly.
1553         (wl-summary-mark-as-read-internal): Ditto.
1554         (wl-summary-set-persistent-mark-internal): Ditto.
1555         (wl-summary-set-flags-internal): Ditto.
1556
1557         * Version number is increased to 2.11.33.
1558
1559 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1560
1561         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1562         to nil.
1563
1564 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1565
1566         * wl-spam.el (wl-spam-setup): Add hook
1567         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1568         instead of `wl-summary-prepare-hook'.
1569
1570         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1571         if folder type is `'flag'.
1572         (wl-summary-mark-as-important): Ditto.
1573
1574 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1575
1576         * wl-address.el (wl-address-minibuffer-history): New variable.
1577         (wl-address-minibuffer-local-map): New keymap.
1578         (wl-address-read-from-minibuffer): New function.
1579
1580         * wl-action.el (wl-summary-get-resend-address): Use
1581         `wl-address-read-from-minibuffer' instead of `completing-read'.
1582
1583 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * Version number is increased to 2.11.32.
1586
1587 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1588
1589         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1590         without mule to iso-8859-1.
1591         (wl-draft-add-in-reply-to): Add note in description.
1592         (wl-draft-add-references): Ditto.
1593
1594 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1595
1596         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1597         definition for `m'.
1598         (wl-summary-mode-line-format): Add '[%m]'.
1599         (wl-message-mode-line-format-spec-alist): Ditto.
1600         (wl-summary-display-mime-mode-list): New variable.
1601
1602         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1603         from wl-summary-buffer-display-as-is.
1604         (wl-summary-buffer-display-all-header): New buffer local variable.
1605         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1606         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1607         instead of wl-summary-buffer-display-as-is.
1608         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1609         (wl-summary-set-persistent-mark): Ditto.
1610         (wl-summary-set-message-buffer-or-redisplay): Just call
1611         `wl-summary-redisplay-internal' without optional arguments.
1612         (wl-summary-toggle-mime): Rewrite.
1613         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1614         (wl-summary-toggle-all-header): New function.
1615         (wl-summary-redisplay-internal): Treat mime mode.
1616
1617         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1618         to wl-mime-preview-follow-no-mime.
1619         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1620         accodring to the display-mode.
1621
1622         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1623         (wl-message-buffer-display): Changed argument name from `as-is' to
1624         `mode'.
1625         (wl-message-display-internal): Ditto;
1626         Bind elmo-mime-display-header-analysis according to the mode.
1627         (wl-message-display-internal): Put wl-message-display-mime-mode
1628         property on entire buffer.
1629
1630 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1631
1632         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1633
1634 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1635
1636         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1637         Don't extract mail address.
1638         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1639
1640         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1641
1642         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1643
1644 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1647         wl-fldmgr-cut-entity-list on confirmation.
1648
1649 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1650
1651         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1652         (wl-mime-quit-preview): Check existence of
1653         mime-edit-temp-message-buffer here.
1654
1655 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1656
1657         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1658         after deletion.
1659
1660         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1661         before calling wl-mime-quit-preview.
1662
1663 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * wl-summary.el (wl-summary-pick): If call it with prefix
1666         argument, set `delete-marks' as non-nil. Pick from only visible
1667         messages.
1668         (wl-summary-check-target-mark): New function.
1669         (wl-summary-target-mark-mark-as-read): Use it.
1670         (wl-summary-target-mark-mark-as-unread): Ditto.
1671         (wl-summary-target-mark-operation): Ditto.
1672         (wl-summary-target-mark-set-flags): Ditto.
1673         (wl-summary-target-mark-save): Ditto.
1674         (wl-summary-target-mark-pick): Ditto.
1675         (wl-summary-target-mark-forward): Ditto.
1676         (wl-summary-target-mark-reply-with-citation): Ditto.
1677         (wl-summary-target-mark-print): Ditto.
1678         (wl-summary-target-mark-uudecode): Ditto.
1679
1680         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1681         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1682         with `ask-coding' is non-nil.
1683
1684 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-thread.el (wl-thread-set-parent): If parent is a message
1687         which is identified by references, set linked as nil.
1688
1689 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1690
1691         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1692         (wl-message-mode-line-format-spec-alist): Ditto.
1693         (wl-message-mode-line-format): Ditto.
1694         (wl-summary-mode-line-format): Ditto for docstring.
1695         (wl-summary-no-mime-folder-list): Fix typo.
1696
1697         * wl-util.el (wl-current-message-buffer): Call
1698         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1699
1700         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1701         variable.
1702         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1703         of `wl-summary-redisplay-no-mime'.
1704         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1705         (wl-summary-toggle-mime): New function.
1706         (wl-summary-redisplay-all-header): Rewrite.
1707         (wl-summary-redisplay-no-mime): Ditto.
1708         (wl-summary-redisplay-internal): Added argument `as-is' and
1709         `all-header'.
1710
1711         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1712         New variable.
1713         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1714         bottom.
1715         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1716         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1717         "/" unconditionally.
1718
1719         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1720         wl-mime-preview-follow-no-mime for as-is content.
1721         (wl-mime-preview-follow-no-mime): New function.
1722         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1723
1724         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1725         and added `as-is', `all-header'.
1726         (wl-message-buffer-display): Ditto.
1727         (wl-message-buffer-display-type): New function.
1728
1729 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-vars.el (wl-message-header-button-alist): Change default
1732         value.
1733         (wl-message-body-button-alist): Ditto.
1734
1735 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1736
1737         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1738
1739 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1742
1743 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1744
1745         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1746         is always true.
1747
1748 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1749
1750         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1751         on null entity.
1752
1753 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1754
1755         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1756
1757 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-vars.el (wl-summary-resend-hook): New hook.
1760
1761         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1762         `wl-summary-resend-hook'.
1763
1764 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1765
1766         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1767         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1768         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1769         (wl-summary-new-cached-mark): Changed default value to 'n'.
1770         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1771         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1772         (wl-folder-sync-range-alist): Remove spec for 'flag.
1773         (wl-summary-force-prefetch-folder-list): New user option.
1774
1775         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1776         `wl-summary-toggle-persistent-mark'.
1777         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1778         number is nil.
1779         (wl-summary-mark-as-answered-region): Set interactive argument of
1780         `wl-summary-set-persistent-mark-internal'.
1781         (wl-summary-mark-as-important-region): Ditto.
1782         (wl-summary-unset-persistent-mark): Ditto.
1783         (wl-summary-set-persistent-mark): Ditto.
1784         (wl-summary-mark-as-answered): Ditto.
1785         (wl-summary-mark-as-important): Ditto.
1786         (wl-summary-set-persistent-mark-internal): Do nothing
1787         when `elmo-message-flag-available-p' is nil.
1788         (wl-summary-toggle-persistent-mark): New function.
1789         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1790         when the folder matches `wl-summary-force-prefetch-folder-list'.
1791
1792
1793         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1794         when number is nil.
1795         (wl-highlight-summary-forwarded-face): New face.
1796
1797 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1798
1799         * Version number is increased to 2.11.31.
1800
1801 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1802
1803         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1804         (wl-biff-check-folder-async): Ditto.
1805         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1806
1807 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1808
1809         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1810         Add an argument `reverse'.  All callers are updated.
1811         (wl-summary-sort): Add a prefix argument `reverse' to specify
1812         reverse sorting.
1813         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1814         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1815         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1816
1817 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1818
1819         * wl-message.el (wl-message-redisplay): Does not narrow header if
1820         disply-type is all-header or as-is.
1821
1822         * wl-summary.el (wl-summary-enter-handler): Use
1823         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1824
1825 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1826
1827         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1828         after adding wl-draft-parent-variables.
1829         (wl-draft-forward): Ditto.
1830
1831 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1832
1833         * wl-summary.el (wl-summary-sync-marks): Call
1834         `wl-summary-set-persistent-mark' and
1835         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1836         (wl-summary-set-persistent-mark-internal): Add 4th argument
1837         `no-server'.
1838         (wl-summary-unset-persistent-mark): Ditto.
1839         (wl-summary-set-persistent-mark): Ditto.
1840         (wl-summary-add-flags-internal): Abolish.
1841         (wl-summary-remove-flags-internal): Ditto.
1842         (wl-summary-mark-as-important-internal): Ditto.
1843         (wl-summary-mark-as-important): Use
1844         `wl-summary-set-persistent-mark' instead of
1845         `wl-summary-add-flags-internal'.
1846         (wl-summary-mark-as-important-region): Ditto.
1847
1848         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1849
1850         * wl-summary.el (wl-summary-get-available-flags): New function.
1851         (wl-summary-sync-marks): Use it and simplified.
1852         (wl-summary-unset-persistent-mark): Use
1853         `wl-summary-get-available-flags'.
1854         (wl-summary-set-persistent-mark): Ditto.
1855
1856 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1859         id.
1860
1861 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1862
1863         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1864         number, call `wl-summary-prev-line-content'. Show message when the
1865         message is not found.
1866
1867 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1870         wl-summary-enter-handler.
1871         (wl-summary-enter-handler): New command.
1872
1873         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1874         docstring and custom spec.
1875
1876         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1877         flags too; Don't treat Cached and New.
1878         (wl-summary-set-persistent-mark): Ditto.
1879
1880         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1881         `wl-folder-set-flag'.
1882
1883         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1884         instead of `wl-folder-set-flag'.
1885
1886         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1887         for completion.
1888         (wl-summary-set-persistent-mark): Ditto.
1889
1890         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1891         instead of `wl-draft-quit-preview'.
1892
1893         * wl-mime.el (toplevel): Avoid compile warning.
1894         (wl-mime-quit-preview): New function
1895         (formarly defined as `wl-draft-quit-preview').
1896         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1897         quitting method.
1898
1899         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1900
1901         * wl-folder.el (wl-folder-set-flag): Renamed from
1902         `wl-draft-set-flag-on-parent'.
1903
1904         * wl-draft.el (wl-draft-quit-preview): New function.
1905         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1906         (wl-draft-send): Call `wl-folder-set-flag' instead of
1907         `wl-draft-set-flag-on-parent'.
1908         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1909
1910 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1913         (wl-draft-send): Ditto.
1914
1915 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1916
1917         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1918         (wl-draft-kill-pre-hook): Set default value as nil.
1919         (wl-summary-reply-hook): Ditto.
1920         (wl-draft-kill-flags): Abolish.
1921
1922         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1923         (wl-draft-parent-variables): Renamed from
1924         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1925         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1926         argument; Add wl-draft-parent-variables to
1927         wl-draft-config-variables.
1928         (wl-draft-reply): Likewise.
1929         (wl-draft-kill-flags): Abolish.
1930         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1931         (wl-draft-set-flag-on-parent): New function.
1932         (wl-draft-setup-parent-flag): Ditto.
1933
1934 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1935
1936         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1937         `wl-draft-parent-folder' is "".
1938
1939 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1940
1941         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1942         (wl-summary-digit-jump): New function.
1943         (Adviced by John Owens and Hiroya Murata)
1944
1945         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1946         (Adviced by John Owens)
1947
1948         * wl-xmas.el (wl-message-define-keymap): Ditto.
1949
1950         * wl-mule.el (wl-message-define-keymap): Ditto.
1951
1952 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1953
1954         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1955         change of return value of elmo-folder-count-flags.
1956
1957         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1958         (wl-summary-mark-as-read-internal): Ditto.
1959         (wl-summary-set-persistent-mark-internal): Ditto.
1960         (wl-summary-folder-info-update): Ditto.
1961         (wl-summary-sync-update): Fixed the last change.
1962
1963         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1964
1965 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1966
1967         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1968         (wl-draft-kill-flags): Fixed docstring.
1969
1970         * wl-draft.el (wl-draft-kill-flags): New function.
1971         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1972
1973 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1974
1975         * wl-vars.el (wl-reply-hook): Abolish.
1976         (wl-draft-reply-hook): New hook.
1977         (wl-summary-reply-hook): Ditto.
1978         (wl-draft-forward-hook): Ditto.
1979         (wl-summary-forward-hook): Ditto.
1980         (wl-draft-kill-flags): New variable.
1981
1982         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1983         wl-summary-set-persistent-mark-internal.
1984         (wl-summary-sync-marks): Use elmo-preserved-flags.
1985         (wl-summary-update-persistent-mark): Make it interactive.
1986         (wl-summary-set-persistent-mark-internal): New inline function.
1987         (wl-summary-mark-as-answered): Use it.
1988         (wl-summary-mark-as-unanswered): Ditto.
1989         (wl-summary-unset-persistent-mark): New function.
1990         (wl-summary-set-persistent-mark): Ditto.
1991         (wl-summary-reply): Don't set answered flag;
1992         Run wl-summary-reply-hook instead.
1993         (wl-summary-forward): Call wl-draft-forward with number.
1994         Run wl-summary-forward-hook.
1995
1996         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1997         (wl-highlight-summary-line-face-spec): Use it as a default
1998         persistent mark face.
1999
2000         * wl-draft.el (wl-draft-forward): Added optional argument number;
2001         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2002         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2003         (wl-draft-kill): Use wl-draft-kill-flags.
2004
2005         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2006
2007         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2008         of return value of elmo-folder-count-flags.
2009
2010         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2011
2012         * wl-summary.el (wl-summary-count-unread): Ditto.
2013         (wl-summary-sync-update): Follow the change above.
2014         (wl-summary-force-prefetch): New function.
2015
2016 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2017
2018         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2019         variable `buf' with `let' instead of `setq'.
2020
2021 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2022
2023         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2024         add Content-Disposition heaeder on the deleted part.
2025
2026 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-draft.el (wl-draft-save): Encode address list under edit by
2029         `eword-encode-unstructured-field-body'.
2030
2031         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2032
2033 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2034
2035         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2036         wl-current-summary-buffer.
2037
2038 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2039
2040         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2041         `numbers' is ignored.
2042
2043 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * wl-folder.el (wl-folder-open-folder): Avoid error.
2046         Reported by John Owens, [wl-en:815]
2047
2048         * wl.el (wl): Set timer for biff process even if prefix argument
2049         is given or auto-checking is quitted.
2050
2051         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2052         immediately.
2053         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2054         (wl-toggle-plugged): Ditto.
2055
2056         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2057         * wl-util.el (wl-biff-start): Use idle timer if
2058         `wl-biff-use-idle-timer' is non-nil.
2059
2060 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2061
2062         * wl-highlight.el (wl-highlight-message): Fix description.
2063
2064 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2065
2066         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2067         tty.
2068
2069 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * wl-action.el (wl-summary-exec): Print failure count.
2072
2073 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2074
2075         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2076         to `defun', remove interactive form.
2077         Set elmo-message-fetch-confirm when force-reload is non-nil.
2078
2079 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2080
2081         * wl-summary.el (toplevel): Removed unnecessary autoload.
2082
2083 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2084
2085         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2086         the buffer is generated from another message buffer.
2087
2088 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2089
2090         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2091         extracted from `wl-fldmgr-save-folders'.
2092         (wl-fldmgr-delete): Call it after deletion.
2093
2094 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2095
2096         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2097         multi-tty support.
2098
2099 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2100
2101         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2102
2103 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2104
2105         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2106         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2107
2108 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2109
2110         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2111         unsubscribe list only if argument CLEAR is nil.
2112
2113 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2114
2115         * wl-draft.el (wl-draft-reply): Decode subject before removing
2116         Re: prefix.
2117
2118 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2119
2120         * wl-summary.el (wl-summary-sort-by-size): New command.
2121
2122 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2123
2124         * wl-summary.el (wl-summary-number-list-from-region): New
2125         function.
2126         (wl-summary-mark-as-read-region): Use it.
2127         (wl-summary-mark-as-unread-region): Ditto.
2128         (wl-summary-set-flags-region): Ditto and add optional argument
2129         remove.
2130         (wl-summary-mark-as-answered-region): Ditto.
2131         (wl-summary-mark-as-important-region): Ditto.
2132         (wl-summary-target-mark-mark-as-important): Added optional
2133         argument remove.
2134         (wl-summary-target-mark-mark-as-answered): Ditto.
2135         (wl-summary-target-mark-set-flags): Ditto.
2136
2137 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2138
2139         * wl-summary.el (wl-summary-set-flags-region): Call
2140         `wl-summary-set-flags-internal' with number list instead of call
2141         one by each message.
2142         (wl-summary-target-mark-set-flags): Likewise.
2143
2144 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2145
2146         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2147         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2148         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2149         (wl-summary-target-mark-mark-as-answered): Likewise.
2150
2151 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2152
2153         * wl-summary.el (wl-summary-target-mark-forward): Use
2154         `wl-summary-delete-all-target-marks' instead of
2155         `wl-summary-delete-all-temp-marks'.
2156         (wl-summary-target-mark-reply-with-citation): Ditto.
2157         (wl-summary-target-mark-uudecode): Ditto.
2158         (wl-summary-target-mark-set-flags): Ditto and remove needless
2159         cursor move.
2160
2161 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2162
2163         * wl-summary.el (wl-summary-target-mark-forward): Protect
2164         wl-summary-buffer-target-mark-list from nreverse.
2165         (wl-summary-target-mark-reply-with-citation): Ditto.
2166
2167 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2168
2169         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2170         `elmo-display-progress-threshold'.
2171
2172 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2173
2174         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2175         check `wl-summary-highlight'.
2176         (wl-summary-window-scroll-functions): Respect value of
2177         `wl-summary-highlight'.
2178         (wl-summary-sync-update): Run hooks
2179         `wl-summary-buffer-window-scroll-functions' at any time.
2180
2181 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2182
2183         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2184         from `wl-summary-cleanup-temp-marks'.
2185         (wl-summary-cleanup-temp-marks): Abolish argument.
2186         * wl.el (wl-save-status): Revert previous change.
2187         (wl-execute-temp-marks): New function, call
2188         `wl-summary-exec-with-confirmation'.
2189         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2190         (wl-folder-save-and-exec-marks): Abolished.
2191
2192 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2193
2194         * wl-e21.el (wl-e21-display-image-p): Respect
2195         `wl-highlight-folder-with-icon'.
2196         (wl-e21-highlight-folder-group-line): Highlight mouse line
2197         even if wl-e21-display-image-p is nil.
2198
2199         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2200         Respect value of `wl-summary-highlight'.
2201
2202         * wl.el (wl-save-status): Remove unused variable.
2203
2204         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2205         (wl-folder-mode-map): Bind it to "x".
2206
2207 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2210
2211         * wl-thread.el (wl-thread-get-parent-list): Don't check
2212         disconnected ancestors, neglecting needless work in
2213         `wl-thread-update-indent-string-thread'.
2214
2215         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2216         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2217         argument, add argument default-keep to keep marks by default.
2218
2219         * Version number is increased to 2.11.30.
2220
2221         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2222         customization type and docstring.
2223         (wl-draft-reply-without-argument-list): Ditto.
2224
2225 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2226
2227         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2228
2229         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2230
2231 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2232
2233         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2234
2235 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2236
2237         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2238         save-excursion so as not to include run-hooks.
2239
2240 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2241
2242         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2243         Clarify that marks are going to be cleared.
2244
2245 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2248         according to 3rd element of wl-summary-flag-mark.
2249
2250         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2251
2252 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2253
2254         * wl-action.el (wl-summary-target-mark-all): Don't set
2255         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2256
2257 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2260         (wl-forward-subject-prefix): Ditto.
2261         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2262         (wl-draft-reply-make-subject): Ditto.
2263
2264         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2265         `wl-draft-forward'.
2266         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2267
2268 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2271         target message does not exist.
2272
2273 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2274
2275         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2276         `wl-subject-prefix-regexp'.
2277         (wl-subject-forward-prefix-regexp): New variable.
2278         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2279         `wl-draft-strip-subject-re' and take regexp as argument.
2280         (wl-draft-forward): Use it.
2281         (wl-draft-reply): Ditto.
2282
2283 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2284
2285         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2286         emacs multi-tty support.
2287
2288 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2289
2290         * wl-e21.el (wl-e21-display-image-p): Don't call
2291         `display-images-p'.
2292         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2293         support.
2294         (wl-highlight-folder-current-line): Ditto.
2295         (wl-folder-init-icons): Ditto.
2296
2297 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2298
2299         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2300         the last line of summary in unplugged mode.
2301
2302 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2303
2304         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2305
2306 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307
2308         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2309         * wl-address.el (wl-address-user-mail-address-p): Use it.
2310         (wl-address-delete-user-mail-addresses): Ditto.
2311         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2312
2313         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2314         (wl-address-delete-user-mail-addresses): Ditto.
2315
2316         * wl-address.el (wl-address-delete-user-mail-addresses): New
2317         function.
2318         * wl-refile.el (wl-refile-guess-by-history): Use it.
2319         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2320         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2321
2322         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2323         use wl-address-user-mail-address-p.
2324
2325 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2328         after opening group.
2329
2330 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2331
2332         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2333         of elmo-set-buffer-multibyte.
2334
2335         * wl-message.el (wl-original-message-mode): Ditto.
2336
2337         * wl-score.el (wl-score-insert-header): Ditto.
2338
2339         * wl-summary.el
2340         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2341         (wl-summary-goto-folder-subr): Ditto.
2342         (wl-summary-insert-headers): Ditto.
2343
2344         * wl-util.el (wl-set-string-width): Ditto.
2345
2346         * Version number is increased to 2.11.29.
2347
2348 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2349
2350         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2351         (wl-highlight-summary-line-help-echo-alist): New variable.
2352         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2353         into `wl-highlight-summary-line-help-echo' and
2354         `wl-highlight-flag-folder-help-echo'.
2355         (wl-highlight-summary-line-string): Change accordingly.
2356         (wl-highlight-summary-current-line): Ditto.
2357
2358 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2359
2360         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2361         at the beginning of field body (Thanks to Markus Knittig).
2362
2363         * wl-draft.el (wl-draft-insert-current-message): Also check
2364         summary buffer, remove unnecessary tag.
2365
2366 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2367
2368         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2369         when wl-message-buffer is nil.
2370
2371         * wl-folder.el (wl-folder): Abolish unused argument.
2372         Call wl-folder-init when wl-folder-entity is nil.
2373         * wl.el (wl): Change accordingly.
2374
2375 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2376
2377         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2378         multibyte string before insert into draft buffer.
2379         (wl-draft-create-buffer): Always enable multibyte characters for
2380         draft buffer.
2381
2382         * Version number is increased to 2.11.28.
2383
2384 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-folder.el (wl-folder-open-close): Handle blank line.
2387         (wl-folder-jump-to-current-entity): Ditto.
2388
2389 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * Version number is increased to 2.11.27.
2392
2393 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-thread.el (wl-thread-insert-message): When the thread is
2396         devided by wl-summary-max-thread-depth, insert line at the end of
2397         buffer.
2398
2399 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2400
2401         * Version number is increased to 2.11.26.
2402
2403 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2406
2407 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2408
2409         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2410         value of stream-type and session.
2411
2412 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2413
2414         * Version number is increased to 2.11.25.
2415
2416 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2417
2418         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2419         in a quit message.
2420
2421 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2424         (wl-summary-redisplay-no-mime-internal): Ditto.
2425
2426 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2427
2428         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2429         * wl-vars.el (wl-smtp-connection-type): Ditto.
2430
2431 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2432
2433         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2434         for the separator line and quote mail-header-separator.
2435
2436 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2437
2438         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2439         result message.
2440
2441         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2442         `elmo-multiple-fields-body-list' with boundary as
2443         mail-header-separator.
2444
2445 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2446
2447         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2448
2449 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2450
2451         * wl-util.el (wl-list-diff): Remove unused function.
2452
2453         * wl-draft.el (wl-draft-send-confirm): Discard input before
2454         confirmation.
2455
2456 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2459         order of flag and new.
2460
2461 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2462
2463         * wl-vars.el (wl-refile-policy-alist): Abolished.
2464
2465         * wl-action.el (wl-summary-set-action-refile): Follow the change
2466         above.
2467
2468 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * wl-highlight.el (wl-highlight-signature-search): Don't use
2471         re-search-backward for a long word since it is possible to crash
2472         XEmacs because of a bug.
2473
2474 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2475
2476         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2477
2478 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2479
2480         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2481         argument for wl-summary-sync-force-update.
2482
2483 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-summary.el (wl-summary-mode-map): Revival of
2486         wl-summary-mark-as-important related bindings;
2487         Bind 'F','tF','mF','rF','m&'.
2488         (wl-summary-mark-as-important-region): Revival.
2489         (wl-summary-target-mark-mark-as-important): Ditto.
2490         (wl-summary-target-mark-operation): New function.
2491         (wl-summary-target-mark-mark-as-answered): Use it.
2492         (wl-summary-decide-flag): Don't set Important as default.
2493         (wl-summary-mark-as-important-internal): Revival.
2494         (wl-summary-mark-as-important): Ditto.
2495
2496         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2497
2498         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2499         instead of facep.
2500
2501 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2502
2503         * wl-dnd.el (wl-dnd-drop-func): Fix.
2504
2505         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2506         mouse-set-point instead of posn-point.
2507
2508         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2509
2510         * wl-mule.el (wl-completing-read-multiple): Ditto.
2511
2512 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2513
2514         * wl-demo.el (face-background-name): Defalias to avoid compile
2515         warning.
2516
2517 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-summary.el (wl-summary-decide-flag): Use
2520         wl-completing-read-multiple instead of completing-read-multiple.
2521
2522         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2523         New alias.
2524
2525         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2526         Use face-background-name instead of face-background.
2527
2528         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2529
2530         * wl-summary.el (wl-summary-save): Use it.
2531         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2532
2533         * wl-mime.el (wl-mime-save-content): Fix last change.
2534
2535 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2536
2537         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2538         New function.
2539         (wl-summary-sort-specs): Added sort.
2540         * wl-mime.el (wl-mime-save-content): Expand file name.
2541
2542 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2543
2544         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2545
2546         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2547
2548 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2549
2550         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2551         for flag if it is not defined.
2552
2553 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2554
2555         * wl-e21.el (wl-highlight-folder-current-line): Use
2556         elmo-folder-type-internal when elmo-folder-type returns nil.
2557
2558         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2559
2560         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2561
2562         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2563
2564         * wl-e21.el (wl-summary-toolbar): Ditto.
2565
2566         * wl-vars.el (wl-demo-background-color): Abolished.
2567         (wl-summary-persistent-mark-priority-list): Renamed from
2568         wl-summary-flag-priority-list.
2569         (wl-summary-flag-alist): New user option.
2570         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2571         (wl-message-mode-line-format-spec-alist): Added 'F'.
2572         (wl-message-mode-line-format): Likewise.
2573         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2574         instead of wl-summary-important-mark.
2575         (wl-file-folder-icon): New variable.
2576
2577         * wl-thread.el (wl-thread-set-flags): Renamed from
2578         wl-thread-mark-as-important.
2579
2580         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2581         warning.
2582         (wl-summary-mode-menu-spec): Follow the change of 
2583         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2584         (wl-summary-mode-map): Follow the change of
2585         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2586         (wl-summary-detect-mark-position): Follow the variable name change.
2587         (wl-summary-set-flags-region): New function for the replacement of
2588         wl-summary-mark-as-important-region.
2589         (wl-summary-sync-marks): Sync all global-flags.
2590         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2591         instead of elmo-message-flagged-p.
2592         (wl-summary-persistent-mark-string): Follow the variable name change;
2593         Put wl-summary-flag-mark if the message has global-flag.
2594         (wl-summary-target-mark-set-flags): Renamed from 
2595         wl-summary-target-mark-mark-as-important.
2596         (wl-summary-decide-flag): New function.
2597         (wl-summary-set-flags-internal): Renamed from
2598         wl-summary-mark-as-important-internal.
2599         (wl-summary-add-flags-internal): New function.
2600         (wl-summary-remove-flags-internal): Ditto.
2601         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2602         (wl-summary-mark-as-unimportant): Abolish.
2603         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2604         (wl-summary-next-message): List flagged messages in the msgdb.
2605
2606         * wl-score.el (wl-summary-score-update-all-lines): Use
2607         wl-summary-add-flags-internal instead of 
2608
2609         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2610
2611         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2612         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2613         (wl-message-buffer-require-all-header): Renamed from
2614         wl-message-buffer-all-header-flag (Ditto).
2615         (wl-message-buffer-flag-indicator): New variable.
2616         (wl-message-redisplay): Changed local varibale name from `flag' to
2617         `display-type'; Set up wl-message-buffer-flag-indicator.
2618         (wl-message-buffer-display): Changed varibale name from `flag' to
2619         `display-type'.
2620         (wl-message-display-internal): Likewise.
2621
2622         * wl-highlight.el (wl-highlight-demo-face): Define default background
2623         color.
2624         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2625
2626         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2627
2628         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2629         (wl-demo-setup-properties): Renamed from
2630         `wl-demo-set-background-color'.
2631         (wl-demo): Follow the change above.
2632         
2633         * Version number is increased to 2.11.24.
2634
2635 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2636
2637         * wl-summary.el (wl-summary-toggle-thread): Call
2638         `wl-summary-rescan' with disable-thread as non-nil.
2639         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2640
2641 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2642
2643         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2644         foreground property of the face.
2645         (wl-demo-insert-text): Don't set up face property here.
2646         (wl-demo): Call wl-demo-set-background-color, anyway.
2647
2648 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2649
2650         * wl-vars.el (wl-demo-background-color): The value can be nil.
2651
2652 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2653
2654         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2655         to wl-summary-wheel-dispatcher.
2656
2657         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2658         wl-message-wheel-dispatcher.
2659         (wl-message-wheel-dispatcher): New function.
2660         (wl-summary-wheel-dispatcher): Ditto.
2661
2662 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2663
2664         * wl-action.el (wl-summary-target-mark-all): List messages which are
2665         not in the killed-list.
2666
2667         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2668         only when the folder is 'flag/important.
2669
2670         * wl-address.el (wl-complete-field-body): Complete if the last
2671         character is a space.
2672
2673 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2674
2675         * wl-folder.el (wl-folder-clear-entity-info): Use
2676         elmo-clear-hash-val.
2677
2678         * wl-fldmgr.el (wl-fldmgr-rename): Set
2679         wl-folder-info-alist-modified as t.
2680
2681 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2682
2683         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2684
2685 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2686
2687         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2688         (wl-folder-buffer-last-visited-entity-id): New buffer local
2689         variable.
2690         (wl-folder-revisit-last-visited-folder): New function.
2691         (wl-folder-mode-map): Bind it to "C-i".
2692         (wl-folder-set-current-entity-id): Set last visited folder.
2693         * wl-summary.el (wl-summary-exit): Ditto.
2694
2695 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2698         before calling `recenter' in order to cope with an XEmacs bug.
2699
2700 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2701
2702         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2703         to the default value.
2704
2705 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2708         change.
2709         (wl-summary-sync-marks): Ditto.
2710         (wl-summary-mark-as-read-internal): Ditto.
2711         (wl-summary-mark-as-answered-internal): Ditto.
2712         (wl-summary-mark-as-important-internal): Ditto.
2713         (wl-summary-reply): Ditto.
2714
2715         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2716         instead of `elmo-folder-unflag-answered'.
2717
2718         * Version number is increased to 2.11.23.
2719
2720         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2721         the last change.
2722
2723 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2724
2725         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2726         Specify "spam" or "good".
2727
2728 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-spam.el (wl-summary-exec-action-spam): Call
2731         wl-folder-confirm-existence for spam folder.
2732         (wl-spam-setup): Bind "mk".
2733
2734 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2737
2738 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2739
2740         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2741         destination folder is empty.
2742
2743 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2744
2745         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2746         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2747
2748         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2749         (wl-summary-refile-prev-destination-region): New function.
2750         (wl-thread-refile-prev-destination): Ditto.
2751         (wl-summary-target-mark-refile-prev-destination): Ditto.
2752
2753 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2754
2755         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2756         (wl-demo-background-color): Changed default value.
2757
2758         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2759         color.
2760
2761         * wl-demo.el (wl-demo-set-background-color): New function.
2762         (wl-demo): Call it.
2763
2764 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2765
2766         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2767         * wl-address.el (wl-address-add-or-change): Don't add empty
2768         address.
2769
2770 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2771
2772         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2773
2774 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2775
2776         * wl-vars.el (wl-demo-image-filter-alist): New variable
2777         (wl-demo-background-color): Ditto.
2778
2779         * wl-demo.el (wl-demo-xpm-set-background): New function.
2780         (wl-demo-image-filter): Ditto.
2781         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2782
2783         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2784
2785         * wl-demo.el (wl-demo-icon-name): Define as function.
2786         (wl-demo-insert-image): Use it.
2787
2788 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2789
2790         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2791
2792 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2793
2794         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2795
2796 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2799
2800 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-thread.el (wl-thread-mark-as-answered): New function.
2803
2804         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2805         answered" entry.
2806         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2807         "r&" and wl-thread-mark-as-answered to "t&".
2808         (wl-summary-mark-as-important-region): Refine to toggle mark.
2809         (wl-summary-mark-as-answered-region): New function.
2810         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2811         and 3rd argument.
2812         (wl-summary-mark-as-important-internal): Likewise.
2813
2814 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * wl-template.el (wl-template-preview): New internal variable.
2817         (wl-template-preview-p): New function.
2818         (wl-template-show): Bind `wl-template-preview' as t.
2819
2820 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2823         `elmo-message-entity-field' with 3rd argument which is non-nil.
2824
2825 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2826
2827         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2828         Removed duplicate local bind `folder'.
2829
2830 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2831
2832         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2833
2834 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2837         duplicate definition.
2838
2839 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2842         non-nil, use it; Don't fetch message if there's no message in the
2843         current cursor position.
2844
2845 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2846
2847         * wl-util.el (wl-region-exists-p): Use region-active-p.
2848         (wl-deactivate-region): New function.
2849         * wl-message.el (wl-message-redisplay): Deactivate region.
2850
2851         * wl-summary.el (wl-summary-reply): Call
2852         `wl-summary-set-message-buffer-or-redisplay' instead of
2853         `wl-summary-redisplay-internal', don't move point.
2854
2855 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2858         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2859         by regexp.
2860
2861 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2864         if no need.
2865
2866 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2869         default value to nil.
2870         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2871         `wl-summary-prepare-hook'; Replace refile action to
2872         `wl-summary-exec-action-refile-with-register'.
2873
2874         * Version number is increased to 2.11.22.
2875
2876 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-summary.el (wl-summary-detect-mark-position): Set
2879         `wl-summary-buffer-weekday-name-lang'.
2880
2881 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2882
2883         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2884         (wl-summary-mark-as-read-all): Ditto.
2885         (wl-summary-delete-messages-on-buffer): Ditto.
2886         (wl-summary-sync-update): Ditto.
2887         (wl-summary-mark-as-read-internal): Ditto.
2888         (wl-summary-mark-as-answered-internal): Ditto.
2889         (wl-summary-update-folder-info): Abolished.
2890
2891 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2892
2893         * wl-summary.el (wl-summary-mark-as-read-all): Use
2894         `wl-summary-update-folder-info' instead of
2895         `wl-folder-update-unread'.
2896
2897 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2898
2899         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2900         `wl-summary-folder-info-update'.
2901         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2902         instead of `wl-summary-folder-info-update'.
2903         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2904         `wl-folder-set-folder-updated'.
2905         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2906         instead of `wl-folder-update-unread'.
2907         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2908         the value of `wl-summary-buffer-unread-count' for the second parameter of
2909         `wl-folder-update-unread'.
2910
2911         * Version number is increased to 2.11.21.
2912
2913 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2914
2915         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2916         a local variable.
2917
2918 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2921         interactively.
2922
2923         * wl-summary.el (wl-summary-mark-as-important-internal): New
2924         internal function.
2925         (wl-summary-mark-as-important): Use it.
2926         (wl-summary-mark-as-unimportant): New function.
2927         (wl-summary-sync-marks): Follow the API change.
2928
2929         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2930
2931         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2932
2933 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2934
2935         * wl-folder.el (wl-folder-update-unread): Re-indent.
2936         Narrow the scope of a local variable.
2937
2938 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2941         (wl-addrmgr-merge-entries): Ditto.
2942         (wl-addrmgr): Added to address entry which exists in draft buffer
2943         if no entry is in original.
2944
2945 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2946
2947         * wl-batch.el: New file.
2948
2949 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2950
2951         * wl-vars.el (wl-use-semi): Remove unused variable.
2952
2953 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2956         "?".
2957
2958 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2961         wl-summary-new-mark.
2962         (wl-summary-new-cached-mark): New user option.
2963         (wl-summary-score-marks): Follow the change above.
2964         (wl-summary-auto-refile-skip-marks): Ditto.
2965         (wl-summary-incorporate-marks): Ditto.
2966         (wl-summary-expire-reserve-marks): Ditto.
2967
2968         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2969
2970         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2971         (wl-summary-persistent-mark-string): Distinguished between cached
2972         and uncached mark when the message is new.
2973
2974 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-spam.el (wl-spam-domain): Renamed from
2977         `wl-spam-folder-guess-domain'.
2978         (wl-summary-exec-action-spam): Register as spam if domain of the
2979         source folder is good.
2980         (wl-summary-exec-action-refile-with-register): Register message if
2981         domain of the source folder is not undecided.
2982
2983 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2986         detect thread loop.
2987
2988 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2989
2990         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2991         and wl-summary-skip-mark-list.
2992
2993 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2994
2995         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2996
2997         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2998
2999         * wl-spam.el (toplevel): Require wl-highlight.
3000         (wl-spam-auto-check-policy-alist): Abolish.
3001         (wl-spam-auto-check-folder-regexp-list): New user option.
3002         (wl-spam-auto-check-marks): Ditto.
3003         (wl-spam-mark-action-list): Ditto.
3004         (wl-highlight-summary-spam-face): New face.
3005         (wl-spam-auto-check-message-p): New function.
3006         (wl-spam-map-spam-messages): Fixed message.
3007         (wl-spam-register-spam-messages): Ditto.
3008         (wl-spam-register-good-messages): Ditto.
3009         (wl-summary-spam-map): Add and remove keybind.
3010         (wl-summary-target-mark-spam): Abolish.
3011         (wl-summary-refile-spam): Ditto.
3012         (wl-summary-test-spam): New function.
3013         (wl-summary-mark-spam): Ditto.
3014         (wl-summary-auto-check-spam): Follow the above change.
3015         (wl-summary-exec-action-spam): New function.
3016         (wl-summary-exec-action-refile-with-register): Fixed message.
3017         (wl-message-check-spam): New function.
3018         (wl-spam-setup): Ditto.
3019         (toplevel): Call it if this file is loaded interactivity.
3020
3021         * Version number is increased to 2.11.20.
3022
3023 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3024
3025         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3026         when new optional argument `force' is non nil or modified.
3027
3028 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl.el (toplevel): Require wl-spam when compile.
3031         (wl-save-status): Call wl-spam-save-status.
3032
3033         * wl-spam.el (wl-spam-register-spam-messages): New function.
3034         (wl-spam-register-good-messages): Ditto.
3035         (wl-spam-save-status): Ditto.
3036         (wl-summary-mode-map): Bind
3037         wl-summary-target-mark-register-as-spam to "ms" and
3038         wl-summary-target-mark-register-as-good to "mn".
3039         (wl-summary-register-as-spam): Abolish optional argument; Use
3040         wl-spam-register-spam-messages.
3041         (wl-summary-register-as-spam-all): Use
3042         wl-spam-register-spam-messages.
3043         (wl-summary-register-as-good): Abolish optional argument; Use
3044         wl-spam-register-good-messages.
3045         (wl-summary-register-as-good-all): Use
3046         wl-spam-register-good-messages.
3047         (wl-summary-target-mark-register-as-spam): New funtion.
3048         (wl-summary-target-mark-register-as-good): Ditto.
3049
3050 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * wl-spam.el: New file.
3053
3054 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3055
3056         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3057
3058         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3059         (wl-summary-auto-refile): Call wl-refile-guess with
3060         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3061
3062 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3065         with disable-thread argument non-nil.
3066
3067 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-summary.el (wl-summary-rescan): Added optional argument
3070         disable-thread.
3071         (wl-summary-sync): Call wl-summary-rescan with argument
3072         disable-thread.
3073         (wl-summary-input-range): Added new range `rescan-thread'.
3074
3075 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3076
3077         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3078
3079 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3080
3081         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3082         internal variable.
3083         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3084         wl-summary-search-parent-by-subject-regexp and
3085         wl-summary-divide-thread-when-subject-changed as nil.
3086         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3087         (wl-summary-insert-thread): Search parent entity from
3088         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3089         thread loop.
3090
3091 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3094
3095         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3096
3097         * wl-util.el (wl-require-update-all-folder-p): New function.
3098         (wl-get-assoc-list-value): Added `function' to match directive.
3099         (wl-collect-draft): Rewrite.
3100
3101         * wl-summary.el (wl-summary-sync-update): Clear faces
3102         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3103         are non-nil.
3104         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3105         argument as function.
3106         (wl-summary-input-range): Ditto.
3107
3108         * wl-folder.el (wl-draft-get-folder): New function.
3109         (wl-folder-get-elmo-folder): Consider draft folder.
3110
3111         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3112         (wl-draft-buffer-message-number): New buffer local variable.
3113         (wl-draft-folder-internal): New internal variable.
3114         (wl-draft-delete): Rewrite.
3115         (wl-draft-save): Ditto.
3116         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3117         wl-folder-get-elmo-folder.
3118         (wl-draft-config-info-operation): Ditto.
3119         (wl-jump-to-draft-folder): Ditto.
3120         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3121         (wl-draft-reedit): Rewrite.
3122
3123         * Version number is increased to 2.11.19.
3124         
3125 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3126
3127         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3128         variable.
3129
3130 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3133         Use ignore-errors instead of unwind-protect.
3134
3135 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3136
3137         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3138         for updating `wl-thread-entity-list'.
3139
3140 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3141
3142         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3143         parameter from calling `wl-thread-entity-get-older-brothers' and
3144         `wl-thread-entity-get-younger-brothers'.
3145         Replace nested `append' with a single one.
3146
3147 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-summary.el (wl-summary-mode): Don't use the return value of
3150         `make-local-hook'.
3151
3152 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3153
3154         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3155         instead of `let*'.
3156         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3157         of local variables.
3158
3159 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3162         Renamed from wl-summary-window-scroll-functions.
3163         (wl-summary-window-scroll-functions): Don't set to variable.
3164         (wl-summary-display-top): Use run-hooks.
3165         (wl-summary-display-bottom): Ditto.
3166         (wl-summary-toggle-disp-msg): Ditto.
3167         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3168         Use it instead of wl-summary-window-scroll-functions.
3169         (wl-summary-goto-folder-subr): Don't call
3170         wl-summary-window-scroll-functions, use
3171         wl-summary-buffer-window-scroll-functions instead.
3172
3173 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3174
3175         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3176         make-local-variable.
3177
3178 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3179
3180         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3181         set-buffer-modified-p.
3182         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3183         (wl-summary-display-bottom): Ditto.
3184         (wl-summary-toggle-disp-msg): Ditto.
3185
3186 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3189
3190         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3191         (wl-summary-forward): Use elmo-message-entity-field instead of
3192         elmo-message-field.
3193
3194         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3195
3196 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3197
3198         * wl-summary.el (wl-summary-window-scroll-functions): No use
3199         `append'.
3200
3201 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3204         function.
3205         (wl-summary-window-scroll-functions): Call it when both
3206         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3207         (wl-summary-temp-mark): Added optional argument number.
3208         (wl-summary-message-mark): Added optional argument flag.
3209         (wl-summary-persistent-mark): Added optional argument number and flag.
3210         (wl-summary-update-persistent-mark): Ditto.
3211         (wl-summary-update-status-marks): Set "r" for interactive spec.
3212
3213         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3214         argument number and flag.
3215
3216         * wl-action.el (wl-summary-registered-temp-mark): 
3217         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3218
3219 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3222         internal variable (buffer local).
3223         (wl-summary-window-scroll-functions): New function.
3224         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3225         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3226         as nil.
3227         (wl-summary-update-status-marks): Added arguments beg, end and
3228         check.
3229         (wl-summary-update-mark-window): Use function.
3230         (wl-summary-sync-update): Follow the change above.
3231         (wl-summary-switch-to-clone-buffer): Copy
3232         wl-summary-buffer-unsync-mark-number-list.
3233         (wl-summary-goto-folder-subr): Set
3234         wl-summary-buffer-unsync-mark-number-list and
3235         use wl-summary-window-scroll-functions instead of
3236         wl-summary-lazy-highlight.
3237
3238         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3239
3240 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3241
3242         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3243
3244         * wl-summary.el (wl-summary-update-persistent-mark): Call
3245         wl-summary-set-message-modified.
3246
3247         * wl-summary.el (wl-summary-sync-update): Don't call
3248         wl-summary-update-status-marks.
3249
3250         * Version number is increased to 2.11.18.
3251
3252 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3255         (wl-message-next-page): Ditto.
3256
3257 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3258
3259         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3260         local variable.  Change the order of a collected list into the
3261         same as the specified range.  Remove nil from a collected list.
3262
3263 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3264
3265         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3266         argument for elmo-folder-list-messages.
3267
3268 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3269
3270         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3271         change (wl-summary-count-unreads return a list instead of a cons
3272         cell).
3273
3274 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3275
3276         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3277         `wl-summary-folder-info-update'.
3278
3279 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-summary.el (wl-summary-set-message-modified): No use
3282         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3283         (wl-summary-set-mark-modified): Abolish.
3284         (wl-summary-mark-modified-p): Ditto.
3285         (wl-summary-save-view): Follow the change above.
3286
3287         * wl-expire.el (wl-summary-expire): Likewise.
3288
3289 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3290
3291         * wl-summary.el (wl-summary-detect-mark-position): Use
3292         modb-entity-handler.
3293         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3294
3295         * Version number is increased to 2.11.17.
3296
3297 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3300         entity field value.
3301         (wl-summary-prefetch-msg): Ditto.
3302         (wl-summary-print-message-with-ps-print): Ditto.
3303
3304 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3305
3306         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3307         for dummy entity.
3308         (wl-summary-insert-thread): Use elmo-message-entity-field.
3309         (wl-summary-update-thread): Use elmo-message-entity-field and
3310         elmo-message-entity-number.
3311         (wl-summary-line-number):  Use elmo-message-entity-number.
3312         (wl-summary-line-size): Use elmo-message-entity-field.
3313         (wl-summary-line-subject): Ditto.
3314         (wl-summary-line-from): Ditto.
3315         (wl-summary-line-attached): Ditto.
3316         (wl-summary-create-line): Ditto.
3317         (wl-summary-create-line): Use elmo-message-entity-number.
3318         (wl-summary-print-message-with-ps-print): Use
3319         elmo-message-entity-field.
3320
3321 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3322
3323         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3324         change in elmo-msgdb-make-message-entity.
3325         (wl-summary-buffer-set-folder): Don't call
3326         wl-summary-detect-mark-position here.
3327         (wl-summary-rescan): Call elmo-message-entity-number.
3328         (wl-summary-sync-update): Ditto.
3329         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3330
3331         * wl-score.el (wl-score-header-index): Redefine 2th element.
3332         (wl-score-overview-entity-get-extra): Abolish.
3333         (wl-score-ov-entity-get): Rewrite.
3334         (wl-score-string-index<, wl-score-string-func<): Abolish.
3335         (wl-score-string<): New function.
3336         (wl-score-string-sort): Use it.
3337
3338         * wl-refile.el (wl-refile-guess-by-history): Use
3339         elmo-message-entity-field.
3340         (wl-refile-guess-by-from): Ditto.
3341         (wl-refile-guess-by-msgid): Ditto.
3342
3343         * Version number is increased to 2.11.16.
3344
3345 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3346
3347         * wl-folder.el (wl-folder-confirm-existence): Don't call
3348         file-exists-p if msgdb-path is nil.
3349         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3350         `wl-read-folder-hist' to `wl-read-folder-history'.
3351
3352 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3353
3354         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3355         `y-or-n-p'.
3356
3357 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3358
3359         * wl-score.el (wl-score-headers): Don't use
3360         elmo-folder-do-each-message-entity.
3361
3362         * Version number is increased to 2.11.15.
3363
3364 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3365
3366         * wl-summary.el (wl-summary-delete-all-msgs): Use
3367         elmo-folder-move-messages instead of elmo-folder-delete-messages
3368         and elmo-folder-detach-messages.
3369         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3370
3371         * wl-expire.el (wl-expire-delete): Ditto.
3372         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3373
3374 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3375
3376         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3377         (wl-message-header-narrowing-fields): Ditto.
3378         (wl-message-header-narrowing-lines): Ditto.
3379         (wl-message-header-narrowing-string): Ditto.
3380
3381         * wl-summary.el (wl-summary-mode-map): Bind
3382         wl-summary-toggle-header-narrowing to "C-cC-f".
3383         (wl-summary-toggle-header-narrowing): New function.
3384
3385         * wl-message.el (wl-message-buffer-create): Call
3386         wl-message-header-narrowing-setup.
3387         (wl-message-redisplay): Call wl-message-header-narrowing.
3388         (wl-message-header-narrowing): New function.
3389         (wl-message-header-narrowing-map): New keymap.
3390         (wl-message-header-narrowing-widen-map): New keymap.
3391         (wl-message-header-narrowing-again-at-mouse): New function.
3392         (wl-message-header-narrowing-1): Ditto.
3393         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3394         (wl-message-header-narrowing-setup): Ditto.
3395         (wl-message-header-narrowing-toggle): Ditto.
3396         
3397         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3398
3399         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3400         'flag as all.
3401         (wl-use-flag-folder-help-echo): New user option.
3402
3403         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3404         wl-summary-highlight as nil.
3405         (wl-summary-set-mark-modified): Follow the API change.
3406         (wl-summary-mark-modified-p): Ditto.
3407         (wl-summary-mark-as-read-all): Ditto.
3408         (wl-summary-sync-marks): Don't call
3409         elmo-folder-list-messages-with-global-mark.
3410         (wl-summary-mark-as-read-internal): Follow the API change.
3411         (wl-summary-mark-as-answered-internal): Ditto.
3412         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3413         Follow the API change.
3414         (wl-summary-create-line): Call with number argument.
3415         (wl-summary-reply): Follow the API change.
3416
3417         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3418         function.
3419         (wl-highlight-summary-line-string): Call it when
3420         wl-use-flag-folder-help-echo is non-nil.
3421         (wl-highlight-summary-current-line): Ditto.
3422         (elmo-flag-folder-referrer): Added autoload setting.
3423
3424         * wl-draft.el (wl-draft-kill): Follow the API change.
3425
3426         * Version number is increased to 2.11.14.
3427         
3428 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3429
3430         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3431
3432 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * Version number is increased to 2.11.13.
3435
3436 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3437
3438         * wl-draft.el (wl-draft-previous-history-element): Fixed
3439         unbalanced parenthesis and bind unbound local variables.
3440
3441 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3442
3443         * wl-draft.el (wl-draft-previous-history-element): New function.
3444         (wl-draft-next-history-element): Ditto.
3445         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3446         them to M-p and M-n.
3447
3448 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3449
3450         * Version number is increased to 2.11.12.
3451
3452 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3453
3454         * wl-draft.el (wl-draft-hide): Select buffer-window.
3455
3456 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3457
3458         * wl-summary.el (wl-summary-narrow-to-region): New function.
3459         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3460         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3461         (wl-summary-save-region): Use it.
3462         * wl-action.el (wl-summary-collect-numbers-region)
3463         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3464
3465 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3466
3467         * wl-folder.el (wl-folder-count-incorporates): Don't use
3468         `elmo-msgdb-mark-load'
3469
3470         * Version number is increased to 2.11.11.
3471
3472 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3473
3474         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3475         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3476
3477 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3478
3479         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3480
3481 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3482
3483         * Version number is increased to 2.11.10.
3484
3485 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3486
3487         * wl-mime.el (wl-draft-attribute-value): Fixed.
3488
3489 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3490
3491         * wl-util.el (wl-copy-local-variables): New function.
3492
3493         * wl-mime.el (wl-draft-attribute-recipients): New function.
3494         (wl-draft-attribute-envelope-from): Ditto.
3495         (wl-draft-attribute-smtp-posting-server): Ditto.
3496         (wl-draft-attribute-smtp-posting-port): Ditto.
3497         (wl-draft-attribute-value): Ditto.
3498         (wl-draft-preview-message): Use it to get value for
3499         attributes. Reflect result of `wl-draft-config'.
3500
3501         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3502         and call `wl-summary-mark-as-read' before to call
3503         `wl-summary-unset-mark'.
3504         (wl-summary-target-mark-mark-as-unread): Likewise.
3505         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3506
3507 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3508
3509         * wl-mime.el (wl-draft-preview-message): Use actual value for
3510         attributes; Fix for small window.
3511
3512 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3513
3514         * wl-refile.el (wl-refile-get-field-value): Call
3515         `elmo-message-entity-field' with 3rd argument is non-nil.
3516
3517 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3518
3519         * wl-vars.el (wl-draft-preview-attributes): New user option.
3520         (wl-draft-preview-attributes-list): Ditto.
3521         (wl-draft-preview-attributes-buffer-lines): Ditto.
3522         (wl-draft-preview-attributes-buffer-name): Ditto.
3523
3524         * wl-mime.el (wl-draft-preview-message): Display attributes.
3525
3526 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3527
3528         * wl-summary.el (wl-summary-detect-mark-position): Bind
3529         wl-summary-flag-priority-list to '(new).
3530
3531 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3532
3533         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3534         funtion.
3535         (wl-highlight-summary-line-string): Use it.
3536         (wl-highlight-summary-current-line): Ditto.
3537
3538 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3541         line even when the mark string is not changed.
3542
3543         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3544         argument change in the wl-summary-create-line.
3545         (wl-thread-insert-entity-sub): Ditto.
3546
3547         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3548         argument change in the wl-summary-create-line.
3549         (wl-summary-insert-sequential): Ditto.
3550         (wl-summary-update-thread): Ditto.
3551         (wl-summary-persistent-mark-string): New inline function.
3552         (wl-summary-message-mark): Use it.
3553         (wl-summary-create-line): Abolish argument wl-persistent-mark
3554         and added wl-flags, wl-cached.
3555
3556         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3557         mark to flags.
3558         (wl-highlight-summary-current-line): Decide the face not by the 
3559         persistent mark but flags.
3560
3561 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3562
3563         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3564         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3565         wl-summary-read-uncached-mark): Revive.
3566         (wl-summary-answered-cached-mark,
3567         wl-summary-answered-uncached-mark): New user option.
3568         (wl-summary-score-marks): Follow the change above.
3569         (wl-summary-auto-refile-skip-marks): Ditto.
3570         (wl-summary-incorporate-marks): Ditto.
3571         (wl-summary-expire-reserve-marks): Ditto.
3572         (wl-summary-flag-priority-list): New user option.
3573
3574         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3575         changes.
3576         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3577         of elmo-message-mark.
3578         (wl-summary-mark-as-read-internal): Ditto.
3579         (wl-summary-mark-as-answered): Ditto.
3580         (wl-summary-mark-as-important): Ditto.
3581         (wl-summary-redisplay-internal): Ditto.
3582         (wl-summary-redisplay-no-mime-internal): Ditto.
3583         (wl-summary-message-mark): New function.
3584         (wl-summary-insert-sequential): Use wl-summary-message-mark
3585         instead of elmo-message-mark.
3586         (wl-summary-update-thread): Ditto.
3587         (wl-summary-persistent-mark): Ditto.
3588         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3589         instead of elmo-message-mark.
3590
3591         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3592         wl-summary-message-mark instead of elmo-message-mark.
3593         (wl-thread-insert-entity-sub): Ditto.
3594         (wl-thread-get-children-msgs-uncached): Ditto.
3595
3596         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3597         variable name changes.
3598         (wl-highlight-summary-current-line): Ditto.
3599
3600         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3601         wl-summary-message-mark instead of elmo-message-mark.
3602
3603         * wl-expire.el (wl-expire-message-p): Ditto.
3604
3605         * wl-score.el (wl-score-headers): Ditto.
3606
3607         * Version number is increased to 2.11.9.
3608
3609         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3610         (wl-summary-sync-update): Follow the change above.
3611         (wl-summary-switch-to-clone-buffer): Ditto.
3612         (wl-summary-open-folder): Ditto.
3613
3614 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3615
3616         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3617         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3618
3619         * Version number is increased to 2.11.8.
3620
3621         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3622
3623         * wl-expire.el (wl-expire-refile): Follow the API change on
3624         `elmo-folder-move-messages'.
3625         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3626
3627         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3628         (wl-summary-exec-action-refile): Ditto.
3629         (wl-summary-exec-action-copy): Ditto.
3630         (wl-summary-no-auto-refile-message-p): No use
3631         `wl-summary-buffer-msgdb'.
3632         (wl-summary-auto-refile): Ditto.
3633
3634 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3635
3636         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3637
3638 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-summary.el (wl-summary-sync): Treat no-sync.
3641
3642         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3643         (wl-default-sync-range): Ditto.
3644
3645 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3646
3647         * wl-refile.el (wl-refile-subject-learn): Call
3648         `elmo-message-entity-field' with 3rd argument is non-nil.
3649         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3650         instead of `elmo-msgdb-overview-entity-get-subject'.
3651
3652 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3653
3654         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3655         scan-type is rescan.
3656         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3657         new optional argument force is non-nil.
3658         (wl-summary-save-view-cache): Call it with force argument non-nil.
3659
3660         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3661
3662 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3663
3664         * wl-action.el (wl-summary-print-argument): Fixed last change.
3665
3666 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3667
3668         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3669         simplified.
3670         (wl-summary-target-mark-mark-as-unread): Likewise.
3671         (wl-summary-target-mark-mark-as-important): Likewise.
3672
3673 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3674
3675         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3676         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3677         (wl-summary-mark-as-important-region): Change accordingly.
3678         (wl-summary-target-mark-mark-as-important): Ditto.
3679
3680 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3681
3682         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3683
3684         * wl-action.el (wl-summary-print-argument): Print argument to
3685         right side of window if `wl-summary-print-argument-within-window'
3686         is non-nil.
3687
3688 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3689
3690         * wl-action.el (wl-summary-set-mark): Use
3691         `wl-summary-message-visible-p' to check visibility of the message
3692         and jump to message only when the message line is visible and have
3693         different number; Call wl-summary-unset-mark with number argument.
3694         (wl-summary-unset-mark): 
3695         Use `wl-summary-message-visible-p'
3696         to check visibility of the message and jump to message only when
3697         the message line is visible and have different number;
3698
3699 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3700
3701         * Version number is increased to 2.11.7.
3702
3703         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3704         and wl-folder-summary-line-format.
3705
3706         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3707         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3708         (wl-summary-set-score-mark): Use it.
3709         (wl-summary-target-mark-mark-as-read): Ditto.
3710         (wl-summary-target-mark-mark-as-unread): Ditto.
3711         (wl-summary-target-mark-mark-as-important): Ditto.
3712         (wl-summary-target-mark-msgs): Simplified.
3713         (wl-summary-detect-mark-position): Fixed problem when
3714         summary-line-format no contain persisten/temp mark spec.
3715         (wl-summary-temp-mark): Ditto.
3716         (wl-summary-persistent-mark): Ditto.
3717         (wl-summary-update-persistent-mark): Ditto.
3718
3719         * wl-action.el (wl-summary-set-mark): Ditto.
3720         (wl-summary-unset-mark): Ditto.
3721         All other related portions are changed.
3722
3723 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * Version number is increased to 2.11.6.
3726
3727 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3728
3729         * wl-util.el (wl-current-message-buffer): Define as function;
3730         Don't use the value of wl-messge-buffer.
3731
3732         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3733         persistent mark.
3734
3735         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3736         no current message, cause an error.
3737
3738 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3739
3740         * wl-summary.el (wl-summary-set-message-modified): Use
3741         elmo-folder-set-message-modified instead of
3742         elmo-folder-set-message-modified-internal.
3743
3744 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3747         interactively.
3748         (wl-summary-sync): nokill->entirely.
3749         (wl-summary-sync-marks): Fixed message.
3750         (wl-summary-input-range): Added mark, nokill->entirely.
3751
3752         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3753         messages as read.
3754
3755 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3756
3757         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3758         update-noscore.
3759         (wl-summary-sync): Follow the change above.
3760
3761 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3762
3763         * wl-action.el (wl-summary-target-mark-all): Use
3764         elmo-folder-list-messages.
3765
3766 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3769         (wl-summary-rescan): Set wl-summary-scored as nil.
3770         (wl-summary-sync-force-update): Follow the change above.
3771         (wl-summary-sync): Ditto.
3772         (wl-summary-sync-update): Added argument disable-killed.
3773         (wl-summary-insert-headers): Set visible-only argument for
3774         elmo-folder-list-messages.
3775         (wl-summary-input-range): Added update-nokill, update-noscore,
3776         all-nokill, all-noscore and mark.
3777
3778         * Version number is increased to 2.11.5.
3779
3780         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3781
3782 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3783
3784         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3785         (wl-summary-prefetch-region-no-mark): Change accordingly.
3786         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3787
3788 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3789
3790         * wl-address.el (wl-complete-field-to): Abolished.
3791         (wl-complete-address): Completion function for completing-read.
3792         * wl-action.el (wl-summary-get-resend-address): Use it.
3793
3794         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3795         wl-summary-update-mark and abolish unused argument.
3796         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3797         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3798         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3799         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3800         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3801         * wl-draft.el (wl-draft-kill): Ditto.
3802
3803         * wl-summary.el: Remove unused binding of case-fold-search.
3804         (wl-summary-replace-status-marks): Abolished.
3805
3806 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3807
3808         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3809         is specified or folder length is zero.
3810
3811 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3812
3813         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3814         (wl-folder-archive-current-entity): Ditto.
3815
3816 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3819         retrieving message mark.
3820         (wl-summary-redisplay-internal): Ditto.
3821
3822         * wl-message.el (wl-message-buffer-display): Ignore errors while
3823         retrieving message-id field.
3824
3825         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3826         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3827         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3828         order of the arguments for `wl-expire-message-p'.
3829         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3830
3831         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3832         Check return value of wl-summary-reply.
3833         (wl-summary-reply): Recover window configuration when an error occured.
3834
3835 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3836
3837         * wl-summary.el (wl-summary-resend-message): Abolished, the
3838         feature is inherited by wl-summary-resend (put resend mark).
3839
3840 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3841
3842         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3843         wl-message-buffer to nil when the message is hide.
3844
3845 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3846
3847         * .cvsignore: New file.
3848
3849 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3850
3851         * wl-action.el (wl-summary-action-docstring): Add more info.
3852         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3853         duplicate definition.
3854         (wl-summary-define-mark-action): Functions wl-summary-*-region
3855         keep current position.
3856         (wl-summary-unregister-target-mark): Store result to the variable.
3857
3858 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3859
3860         * Version number is increased to 2.11.4.
3861
3862 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3865         wl-summary-delete-all-temp-marks.
3866         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3867
3868         * wl-action.el (wl-summary-set-mark): Changed terminology
3869         refile-destination -> action-argument.
3870         (wl-summary-unset-mark): Ditto.
3871         (wl-summary-remove-argument): Ditto.
3872         (wl-summary-print-argument): Ditto.
3873
3874         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3875         (wl-thread-remove-argument-region): Ditto.
3876         (wl-thread-print-argument-region): Ditto.
3877         (wl-thread-close): Ditto.
3878         (wl-thread-open): Ditto.
3879
3880         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3881         (wl-highlight-refile-destination-face is abolished)
3882         (wl-highlight-action-argument-string): Ditto.
3883         (wl-highlight-summary-current-line): Highlight action argument.
3884
3885         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3886         color for light backgrounds.
3887         (wl-highlight-summary-answered-face): Ditto.
3888
3889 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3892
3893         * wl-score.el (wl-summary-score-update-all-lines): Use
3894         wl-summary-set-mark.
3895         (wl-summary-score-update-all-lines): Kill expunged messages.
3896
3897         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3898
3899 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3902         directly.
3903         (wl-score-overview-entity-get-lines): Ditto.
3904         (wl-score-overview-entity-get-xref): Ditto.
3905         (wl-score-get-latest-msgs): Ditto.
3906         (wl-summary-rescore): Ditto.
3907
3908         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3909         to "&".
3910         (wl-summary-mark-as-answered-internal): New inline function.
3911         (wl-summary-mark-as-answered): New function.
3912         (wl-summary-mark-as-unanswered): Ditto.
3913         (wl-summary-sync-marks): Modified for answered-mark synching.
3914
3915 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3916
3917         * wl-action.el (wl-summary-set-mark): Fixed last change.
3918
3919 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3920
3921         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3922         behavior of wl-summary-unread-message-hook
3923         (Pointed out by akira yamada <akira@arika.org>).
3924
3925 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3926
3927         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3928         wl-summary-delete.
3929         * wl-xmas.el (wl-summary-toolbar): Ditto.
3930
3931         * wl-action.el (wl-summary-set-mark): Don't override current
3932         temp-mark.
3933
3934         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3935
3936 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3937
3938         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3939         (wl-refile-msgid-learn): Ditto.
3940         (wl-refile-get-field-value): Ditto.
3941
3942         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3943
3944         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3945         (wl-expire-delete-reserved-messages): Renamed from
3946         wl-expire-reserve-marked-msgs-from-list.
3947         (wl-expire-delete): Removed argument `msgdb'.
3948         (wl-expire-refile): Ditto.
3949         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3950         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3951         mark-alist as argument.
3952         (wl-expire-archive-number1): Removed argument `msgdb'.
3953         (wl-expire-archive-number2): Ditto.
3954         (wl-expire-archive-date): Ditto.
3955         (wl-expire-localdir-date): Ditto.
3956         (wl-expire-hide): Ditto.
3957         (wl-archive-number1): Ditto.
3958         (wl-archive-number2): Ditto.
3959         (wl-archive-date): Ditto.
3960         (wl-archive-folder): Ditto.
3961         All other related portions are changed.
3962
3963 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3964
3965         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3966         mean move up and down. (suggested by Takashi Kawachi)
3967
3968 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3969
3970         * wl-acap.el (toplevel): Don't require un-define.
3971
3972 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-thread.el (wl-thread-delete-message): Always update
3975         wl-summary-buffer-number-list.
3976
3977         * wl-action.el (wl-summary-print-destination): 
3978         Do nothing when folder is nil.
3979
3980 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3981
3982         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3983         persistent mark when prefetch is succeeded.
3984
3985 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3986
3987         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3988         instead of elmo-msgdb-delete-msgs.
3989         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3990         (wl-expire-hide): Ditto.
3991
3992         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3993
3994         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3995         elmo-msgdb interface.
3996         (wl-thread-get-exist-children): Likewise.
3997         (wl-thread-insert-message): Likewise.
3998         (wl-thread-msg-mark-as-important): Likewise.
3999         (wl-thread-insert-entity-sub): Likewise.
4000         (wl-thread-get-children-msgs-uncached): Likewise.
4001
4002         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4003         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4004         (wl-summary-sync-update): Likewise.
4005         (wl-summary-auto-select-msg-p): Likewise.
4006         (wl-summary-update-thread): Likewise.
4007         (wl-summary-mark-as-important): Likewise.
4008         (wl-summary-jump-to-msg-internal): Likewise.
4009         (wl-summary-redisplay-internal): Likewise.
4010         (wl-summary-print-message-with-ps-print): Likewise.
4011         (wl-summary-folder-info-update): Likewise.
4012
4013         * wl-folder.el (wl-folder-check-one-entity):
4014         elmo-folder-count-flags instead of wl-summary-count-unread.
4015
4016         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4017
4018         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4019
4020         * wl-summary.el (wl-summary-set-message-modified): 
4021         Call wl-summary-set-mark-modified.
4022         (wl-summary-delete-messages-on-buffer): Call
4023         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4024         (wl-summary-sync-update): Call elmo-folder-length instead of
4025         elmo-folder-messages.
4026         (wl-summary-insert-headers): Don't call
4027         elmo-folder-list-message-entities.
4028
4029 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4030
4031         * wl-action.el (wl-summary-define-mark-action): Call
4032         `wl-summary-set-mark' with argument `data'.
4033         (wl-summary-auto-refile): Fixed order of arguments when call
4034         `wl-summary-refile'.
4035
4036 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4039
4040         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4041
4042         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4043         (Renamed from wl-highlight-summary-deleted-face).
4044         (wl-highlight-summary-resend-face): New face.
4045
4046         (wl-highlight-summary-deleted-face): Renamed from
4047         wl-highlight-summary-erased-face.
4048
4049         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4050
4051         * wl-action.el (wl-summary-get-resend-address): New function.
4052         (wl-summary-exec-action-resend): Ditto.
4053         (wl-summary-exec-action-resend-subr): Ditto.
4054
4055         * w-thread.el (wl-thread-copy): Removed definition.
4056         (wl-thread-refile): Ditto.
4057         (wl-thread-delete): Ditto.
4058         (wl-thread-target-mark): Ditto.
4059
4060         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4061         (wl-summary-target-mark-set-action): Fixed.
4062         (wl-summary-define-mark-action): Fixed quotation.
4063         (wl-summary-move-mark-list-messages): Display message.
4064         (wl-summary-define-mark-action): Define thread functions.
4065         (wl-summary-exec-action-refile): Changed message.
4066         (wl-summary-exec): Ditto.
4067
4068 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4069         
4070         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4071         '%%'.
4072
4073 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4074
4075         * wl.el (toplevel): Require wl-action.
4076         (wl-init): Call wl-summary-define-mark-action.
4077
4078         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4079
4080         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4081         wl-summary-delete and wl-summary-erase.
4082         (wl-summary-mode-map): Ditto.
4083
4084         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4085         wl-delete-folder-alist.
4086
4087         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4088         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4089         (toplevel): Moved mark & action related functions to the wl-action.el.
4090
4091         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4092         in wl-summary-mark-action-list.
4093         (wl-highlight-summary-current-line): Ditto.
4094
4095         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4096         empty lines.
4097
4098         * wl-action.el: New file. 
4099
4100 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4101
4102         * wl-summary.el (wl-summary-target-mark-replace): New function.
4103         (wl-summary-target-mark-prefetch): Use it.
4104         (wl-summary-target-mark-delete): Ditto.
4105         (toplevel): Rearranged definition order.
4106         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4107         (wl-summary-target-mark-erase): Rewrite.
4108         (wl-summary-erase-region): New function.
4109         (wl-summary-exec-action-erase): Changed message.
4110         (wl-summary-move-mark-list-messages): New function.
4111         (wl-summary-exec-action-delete): Use it.
4112         (wl-summary-exec-action-erase): Ditto.
4113
4114         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4115         (wl-summary-skip-mark-list): Added "d".
4116
4117         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4118         while searching.
4119
4120         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4121         and define using defcustom;
4122         Define 4th element as a face.
4123         
4124         * wl-summary.el (wl-summary-incorporate): Use 
4125         `wl-summary-prefetch-region-no-mark' instead of
4126         `wl-summary-prefetch-region'.
4127         (wl-summary-prefetch-region-no-mark): Revival of old
4128         `wl-summary-prefetch-region'.
4129         (wl-summary-mark-action-list): Moved to wl-vars.el
4130
4131         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4132         face according to the `wl-summary-mark-action-list'.
4133         (wl-highlight-summary-current-line): Ditto;
4134         Removed destination highlighting.
4135
4136         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4137         (wl-highlight-summary-line-string): Highlight for "i" mark.
4138         (wl-highlight-summary-current-line): Ditto.
4139
4140         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4141         no destination.
4142
4143         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4144         exists, just go ahead.
4145         (wl-summary-prefetch-region): Rewrite.
4146         (wl-summary-prefetch): Ditto.
4147         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4148         (wl-summary-exec-action-prefetch): New function.
4149         (wl-summary-target-mark-prefetch): Rewrite.
4150
4151 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4154         (wl-highlight-summary-line-string): Added "d" and "D".
4155         (wl-highlight-summary-current-line): Ditto.
4156
4157         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4158         in wl-summary.el.
4159         (wl-thread-insert-entity-sub): Ditto.
4160         (wl-thread-remove-destination-region): Ditto.
4161         (wl-thread-print-destination-region): Ditto.
4162
4163         * wl-summary.el (wl-summary-buffer-refile-list,
4164         wl-summary-buffer-delete-list,
4165         wl-summary-buffer-copy-list): Abolish.
4166         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4167         All other related portions are changed.
4168         (wl-summary-mark-action-list): New variable.
4169         (wl-summary-set-mark): New function.
4170         (wl-summary-register-target-mark): Ditto.
4171         (wl-summary-unregister-target-mark): Ditto.
4172         (wl-summary-have-target-mark-p): Ditto.
4173         (wl-summary-register-temp-mark): Ditto.
4174         (wl-summary-unregister-temp-mark): Ditto.
4175         (wl-summary-registered-temp-mark): Ditto.
4176         (wl-summary-collect-temp-mark): Ditto.
4177         (wl-summary-unset-mark): Ditto.
4178         (wl-summary-set-target-mark): Ditto.
4179         (wl-summary-unset-target-mark): Ditto.
4180         (wl-summary-set-action-generic): Ditto.
4181         (wl-summary-unset-action-generic): Ditto.
4182         (wl-summary-exec-action-delete): Ditto.
4183         (wl-summary-exec-action-erase): Ditto.
4184         (wl-summary-set-action-refile): Ditto.
4185         (wl-summary-set-action-refile-subr): Ditto.
4186         (wl-summary-unset-action-refile): Ditto.
4187         (wl-summary-make-destination-numbers-list): Ditto.
4188         (wl-summary-exec-action-refile): Ditto.
4189         (wl-summary-set-action-copy): Ditto.
4190         (wl-summary-unset-action-copy): Ditto.
4191         (wl-summary-exec-action-copy): Ditto.
4192         (wl-summary-collect-numbers-region): Ditto.
4193         (wl-summary-delete): Rewrite.
4194         (wl-summary-erase): Ditto.
4195         (wl-summary-remove-destination): Ditto.
4196         (wl-summary-exec): Ditto.
4197         (wl-summary-exec-region): Ditto.
4198         (wl-summary-target-mark-erase): Ditto.
4199         (wl-summary-refile): Ditto.
4200         (wl-summary-copy): Ditto.
4201         (wl-summary-unmark): Ditto.
4202         (wl-summary-delete-all-mark): Ditto.
4203         (wl-summary-mark-line): Don't highlight.
4204         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4205         (wl-summary-target-mark-refile-subr): Rewrite.
4206
4207         (wl-summary-copy-prev-destination): Abolish.
4208
4209 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4210
4211         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4212         default values along the value of wl-on-mule.
4213         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4214         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4215         It is not used anywhere.
4216
4217 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4218
4219         * wl-summary.el (wl-summary-print-destination): Keep position.
4220         (wl-summary-cursor-move-surface): Keep horizontal position.
4221
4222 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4223
4224         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4225         write sendlog.
4226
4227 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4228
4229         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4230         `wl-summary-highlight'.
4231
4232 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4233
4234         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4235         trivial condition for temp-mark.
4236
4237 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4238
4239         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4240         when it hits killed buffer.
4241
4242 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4243
4244         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4245         * wl-news.el.in: `message' and `error' take format string.
4246
4247 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4248
4249         * wl-folder (wl-folder-insert-entity): Display a message,
4250         `...done', when the work finish.
4251         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4252
4253 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4254
4255         * wl-message.el (wl-message-redisplay): Remove unused local
4256         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4257
4258 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4259
4260         * wl-summary.el (wl-summary-replace-status-marks): Disable
4261         interactive use.
4262         (wl-summary-reedit): Check message existence at first.
4263         (wl-summary-mark-line): Fix doc, return value is indefinite.
4264
4265         * wl-highlight.el (wl-highlight-message): Arranged.
4266
4267         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4268         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4269         check temp-mark by wl-summary-temp-mark always.
4270         (wl-highlight-summary): Change accordingly.
4271         * wl-summary.el (wl-summary-mark-as-read-all)
4272         (wl-summary-delete-cache, wl-summary-set-score-mark)
4273         (wl-summary-mark-as-unread, wl-summary-unmark)
4274         (wl-summary-mark-line, wl-summary-mark-as-read)
4275         (wl-summary-mark-as-important): Ditto.
4276
4277         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4278         end of the window if possible.
4279         * wl-summary.el (wl-summary-sync-update): Support lazy
4280         highlighting.
4281         (wl-summary-toggle-disp-msg): Ditto.
4282
4283 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4284
4285         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4286
4287 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4288
4289         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4290         change.
4291
4292 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4295         API.
4296         (wl-summary-sync-update): Ditto.
4297
4298         * wl-score.el (wl-score-get-score-alist): Changed argument.
4299         (wl-summary-rescore-msgs): Likewise.
4300         (wl-summary-score-headers): Likewise.
4301         (wl-score-headers): Likewise;
4302         Use elmo-folder-do-each-message-entity, etc.
4303         (wl-summary-score-effect): Follow the changes above.
4304         (wl-summary-rescore): Ditto.
4305         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4306         (wl-score-get-overview): Abolish.
4307
4308         * wl-summary.el (wl-summary-default-from): Follow the API change in
4309         elmo-msgdb.
4310         (wl-summary-count-unread): Ditto.
4311         (wl-summary-detect-mark-position): Ditto.
4312         (wl-summary-overview-entity-compare-by-date): Ditto.
4313         (wl-summary-overview-entity-compare-by-number): Ditto.
4314         (wl-summary-overview-entity-compare-by-from): Ditto.
4315         (wl-summary-overview-entity-compare-by-subject): Ditto.
4316         (wl-summary-get-list-info): Ditto.
4317         (wl-summary-rescan): Ditto.
4318         (wl-summary-jump-to-msg-by-message-id): Ditto.
4319         (wl-summary-sync-update): Ditto; Removed comment.
4320         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4321         (wl-summary-insert-message): Use wl-summary-insert
4322         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4323         (wl-summary-insert-headers): Changed argument overview to folder.
4324         (wl-summary-search-by-subject): Likewise.
4325         (wl-summary-insert-thread): Renamed from 
4326         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4327
4328         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4329         too.
4330
4331         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4332         wl-string-member.
4333
4334 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4337         elmo-folder-append-buffer.
4338         (wl-draft-queue-append): Likewise.
4339
4340         * wl-mime.el (wl-message-delete-current-part): Ditto.
4341         (wl-summary-burst-subr): Ditto.
4342
4343         * wl-news.el.in (wl-news-send-news): Ditto.
4344
4345 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4346
4347         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4348         function.
4349         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4350         (wl-summary-update-mark): Enclose with save-excursion.
4351         (wl-summary-mark-as-read-internal): Fixed last change.
4352         (wl-summary-mark-as-important): Use 3rd argument of
4353         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4354         Don't use elmo-msgdb-set-mark.
4355         (wl-summary-redisplay-internal): If msgdb flag is already read,
4356         just update the mark on buffer.
4357
4358 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4359
4360         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4361         cut visible folder when elmo-folder-delete returns non-nil value.
4362
4363 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4364
4365         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4366         by Kenichi OKADA <okada@opaopa.org>).
4367
4368 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4369
4370         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4371
4372 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4373
4374         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4375         Fixed the last change, search group entity by its real name.
4376         (Thanks to: KOBAYASHI Shinji)
4377
4378 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4379
4380         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4381         (wl-fldmgr-access-display-all): Don't refer visible name.
4382         * wl-expire.el (wl-folder-archive-current-entity)
4383         (wl-folder-expire-current-entity): Ditto.
4384         * wl-folder.el (wl-folder-jump-to-current-entity)
4385         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4386         (wl-folder-open-folder-sub,wl-folder-open-all)
4387         (wl-folder-write-current-folder): Ditto.
4388         (wl-folder-insert-entity): Don't use petname for normal group.
4389         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4390         is the real name.
4391         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4392         Abolished.
4393
4394 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4395
4396         * wl-draft.el (wl-draft-create-buffer): Add
4397         `wl-summary-reply-with-citation'
4398
4399 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4400
4401         * wl-draft.el (wl-draft-reply): Fixed.
4402
4403 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4406         when `wl-draft-send-confirm-with-preview' is non-nil.
4407         You can scroll up/down by j/k.
4408         (wl-draft-send-confirm-with-preview): New variable (default=t).
4409
4410 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4413         (wl-fldmgr-save-folders): Fix comment.
4414
4415 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4418         along the last change in `wl-folder-buffer-group-p'.
4419
4420 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4423         folder.
4424
4425         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4426         the default value.
4427
4428         * wl-mime.el (wl-summary-burst): Update summary only when target
4429         folder equals current folder.
4430
4431 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4434
4435 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4438         value.
4439
4440 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4443         `map-extents' instead of `extent-at' repeatedly.
4444         (wl-highlight-folder-current-line): Ditto.
4445
4446         * wl-highlight.el: Remove useless dummy functions.
4447
4448 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4451         (wl-folder-put-folder-property): New function to put text property.
4452         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4453         (wl-folder-insert-entity, wl-folder-update-diff-line)
4454         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4455         * wl-e21.el, wl-xmas.el, wl-mule.el
4456         (wl-highlight-folder-current-line): Ditto.
4457         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4458         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4459         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4460         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4461
4462 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * Version number is increased to 2.11.3.
4465
4466 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4469         Resume current-buffer since it is assumed by remaining tasks.
4470
4471 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4474         (wl-folder-completion-function): Abolished.
4475         (wl-folder-complete-folder): New function.
4476         (wl-folder-complete-filter-condition): Ditto.
4477         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4478         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4479
4480 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-draft.el (wl-draft-send-confirm): New function.
4483         (wl-draft-send): Use it.
4484
4485         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4486         cursor-in-echo-area while confirming.
4487
4488         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4489
4490         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4491         searching via nntp if wl-summary-search-via-nntp is 'force.
4492         Otherwise, invoke searching in nntp folder only.
4493         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4494
4495         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4496         explicitly for mime-make-text-tag.
4497
4498 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4499
4500         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4501         `mime-make-text-tag' instead of `mime-create-tag'.
4502
4503 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4506         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4507
4508 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4509
4510         * wl-score.el (wl-score-save): Bind print-length and print-level.
4511         (wl-score-pretty-print): Ditto.
4512         (wl-score-edit-insert-header-entry): Ditto.
4513
4514         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4515         "From" entry to be treated with wl-draft-eword-encode-address-list.
4516         * wl-mime.el (wl-draft-preview-message): Ditto.
4517
4518         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4519         (wl-summary-mark-as-unread): Ditto.
4520         (wl-summary-mark-as-read-region): Change accordingly.
4521         (wl-summary-mark-as-unread-region): Ditto.
4522         (wl-summary-target-mark-mark-as-read): Ditto.
4523         (wl-summary-target-mark-mark-as-unread): Ditto.
4524
4525 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * Version number is increased to 2.11.2.
4528
4529 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-news.el.in (wl-news-previous-version-save): Bind
4532         print-length and print-level.
4533         * wl-thread.el (wl-thread-save-entities): Ditto.
4534         (wl-thread-save-top-list): Bind print-length.
4535
4536 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-highlight.el (wl-highlight-summary-line-string): Use
4539         wl-summary-score-below-mark, wl-summary-score-over-mark.
4540         (wl-highlight-summary-current-line): Ditto.
4541
4542 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4545         insert it.
4546
4547 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4548
4549         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4550
4551 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4554         message without msgid.
4555         Rewrite with elmo-folder-move-messages.
4556         Set wl-message-buffer to nil.
4557
4558         * wl-summary.el (wl-summary-erase-subr): New function. Use
4559         elmo-folder-move-messages.
4560         (wl-summary-erase): Call it.
4561         (wl-summary-target-mark-erase): Ditto.
4562
4563 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4564
4565         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4566         it is not up-tp-date.
4567
4568 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4569
4570         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4571         buffer after calling `wl-summary-goto-folder-subr' without the
4572         argument `interactive'.
4573         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4574
4575 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4576
4577         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4578         `mime-create-tag'. Use `string=' instead of `looking-at'.
4579
4580 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4583         to avoid compile warning.
4584
4585         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4586         entity-id when folder is given.
4587         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4588         save-excursion, use save-selected-window instead.
4589         Select folder buffer window if exists.
4590         (To correct behavior with wl-folder-move-cur-folder.)
4591
4592 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4593
4594         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4595
4596 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4597
4598         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4599         list-count instead of %d.
4600
4601 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4602
4603         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4604         (wl-news): Set it.
4605         (wl-news-append-to-folder): Use it.
4606
4607         * wl-news.el.in (wl-news-send-news): Append to specified folder
4608         instead of wl-default-folder.
4609         (wl-news-append-to-folder): Show error message with specified folder.
4610
4611         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4612                 In most major modes, Emacs assumes that any opening
4613                 delimiter found at the left margin is the start of a
4614                 top-level definition, or defun. Therefore, *never put an
4615                 opening delimiter at the left margin unless it should have
4616                 that significance.*
4617
4618         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4619
4620 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4621
4622         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4623
4624 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4625
4626         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4627
4628 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4629
4630         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4631         for sequential numbering case.
4632
4633 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4636         value.
4637         (wl-draft-reply-without-argument-list): Ditto.
4638         (wl-draft-reply-myself-with-argument-list): Abolish.
4639         (wl-draft-reply-myself-without-argument-list): Ditto.
4640         * wl-draft.el (wl-draft-self-reply-p): New function.
4641         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4642
4643 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4644
4645         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4646         (avoid error for the case without byte-compiling)
4647
4648 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4649
4650         * wl-news.el.in (wl-news-append-to-folder): New function.
4651         (wl-news-exit): Rewrite.
4652         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4653
4654 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4655
4656         * wl-draft.el (wl-draft-reply-position): New function.
4657         (wl-draft-reply-position): Fix.
4658         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4659         (wl-summary-target-mark-reply-with-citation): Ditto.
4660         (wl-summary-reply-with-citation): Ditto.
4661         * wl-vars.el (wl-draft-reply-default-position): New variable.
4662
4663 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4664
4665         * wl-draft.el (wl-draft-send): Preview when interactive send.
4666
4667 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4668
4669         * wl-draft.el (wl-draft-reply): Set default position.
4670         * wl-summary.el (wl-summary-reply): Ditto.
4671         (wl-summary-reply-with-citation): Ditto.
4672         (wl-summary-target-mark-reply-with-citation): Ditto.
4673
4674 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-news.el.in (wl-news-lang): Set default value according to
4677         current-language-environment.
4678         (wl-news-append-news): Do nothing when news-list is nil.
4679
4680 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4683         (wl-news): Change message.
4684         (wl-news-exit): Check buffer.
4685         (wl-news-force-exit): New function.
4686         (wl-news-show-all): New function.
4687         (wl-news-discard-and-exit): Fix.
4688
4689 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4692         according to current-language-environment.
4693
4694         * wl-news.el.in (wl-news): If arg, show all NEWS after
4695         wl-news-default-previous-version.
4696
4697 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * wl-news.el.in (wl-news-check): Rewritten.
4700         (wl-news-previous-version-load): Change data type.
4701         (wl-news-previous-version-save): Change data type.
4702         (wl-news-append-news): Add return value.
4703         (wl-news-check-news): New function.
4704         (wl-news-already-current-p): New function.
4705         (wl-news-send-news): Rewritten.
4706         (wl-news-mode-map): Add new keybind.
4707         (wl-news): Rewritten.
4708         (wl-news-exit): Rewritten.
4709         (wl-news-discard-and-mail): New function.
4710         (wl-news-send-to-address): Abolished.
4711         * wl.el (wl-init): Delete a message.
4712
4713 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4714
4715         * wl-news.el.in (wl-news-exit): Update previous version.
4716         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4717
4718 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4719
4720         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4721
4722 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-news.el.in (wl-news): New function.
4725         (wl-news-mode): New function.
4726         (wl-news-next-line): New function.
4727         (wl-news-next-page): New function.
4728         (wl-news-exit): New function.
4729         (wl-news-buf-name): New variable.
4730         (wl-news-mode-map): New variable.
4731         (wl-news-winconf): New variable.
4732         (wl-news-append-news): Add an option.
4733
4734 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4737
4738 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4739
4740         * wl-news.el.in (wl-news-send-to-address): New variable.
4741         (wl-news-send-news): Use it.
4742         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4743         Return updating status.
4744         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4745
4746 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * wl-news.el.in (wl-news-send-news): Delete
4749         Organization and X-Face.
4750
4751 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4754         (wl-news-append-news): New function.
4755         (wl-news-send-news): New function.
4756
4757 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * Version number is increased to 2.11.1.
4760
4761 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4762
4763         * wl-news.el.in : New file.
4764
4765 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4766
4767         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4768         default value.
4769         (wl-draft-reply-without-argument-list): Ditto.
4770
4771 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4772
4773         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4774         (wl-message-buffer-prefetch-idle-time): Ditto.
4775         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4776
4777 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4778
4779         * wl-thread.el (wl-thread-insert-message): Use
4780         wl-summary-max-thread-depth.
4781
4782         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4783         loop detection.
4784
4785         * wl-message.el (wl-message-buffer-display): Back to the first page
4786         when cache is hit.
4787
4788 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4791
4792         * wl-summary.el (wl-summary-insert-thread-entity):
4793         If the thread depth is reached to wl-summary-max-thread-depth,
4794         divide the thread.
4795
4796 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4797
4798         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4799         for elmo-remove-passwd.
4800
4801 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4802
4803         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4804         folder is sticky.
4805         (wl-folder-mark-as-read-all-entity): Ditto.
4806         (wl-folder-prefetch-entity): Ditto.
4807
4808 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4809
4810         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4811
4812 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4815         Delete messages on buffer for unplugged operation.
4816         (wl-summary-erase): Ditto.
4817
4818 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4819
4820         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4821         take nil so as not to search parent by subject.
4822
4823 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4824
4825         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4826         (wl-folder-get-next-folder): Ditto.
4827         (wl-folder-get-path): Ditto.
4828
4829 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4830
4831         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4832         system and encode the region with it before verifying.
4833
4834 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4837         system of the echo buffer before decoding.
4838
4839 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4842         original contents.
4843
4844 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4847         with argument 'any-exists.
4848
4849 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4852         Use `wl-cs-autoconv'.
4853
4854 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4855
4856         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4857         by `mime-view-automatic-conversion'.
4858
4859         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4860         (wl-message-verify-pgp-nonmime): Ditto.
4861         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4862         Bind them to C-c:d and C-c:v respectively.
4863
4864         Merge following code by Teranishi-san from [wl-en:00167].
4865         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4866         (wl-mime-preview-application/pgp-encrypted): Ditto.
4867         (wl-mime-setup): Add entry.
4868
4869 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4870
4871         * wl-summary.el (wl-summary-target-mark-erase): New function.
4872         Bind it to "mD".
4873
4874 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4875
4876         * wl-vars.el (wl-draft-write-file-function): Fix.
4877         (wl-draft-reedit-hook): Changed default value.
4878
4879         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4880         wl-draft-reedit-hook.
4881         (wl-draft-remove-text-plain-tag): New function.
4882         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4883
4884         * wl-vars.el (wl-draft-write-file-function): New user option.
4885
4886         * wl-draft.el (wl-draft-prepare-edit): Use it for
4887         local-write-file-hooks.
4888         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4889
4890         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4891         (wl-draft-insert-mail-header-separator): Return the body beginning
4892         point.
4893         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4894         text/plain.
4895         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4896
4897 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4898
4899         * wl-summary.el (wl-summary-erase): New function to erase message
4900         without moving it to trash. Bind to "D".
4901
4902         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4903         as `keep' unless switch-function.
4904
4905 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4906
4907         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4908         message buffer by using `wl-summary-toggle-disp-msg'.
4909         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4910         buffer window.
4911         (wl-summary-supresedes-message): Ditto.
4912
4913         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4914         Do not delete other windows.
4915         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4916         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4917         (wl-draft-create-buffer): Set reply-or-forward also for target
4918         mark commands.
4919
4920 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * wl-draft.el (wl-user-agent-compose): Delete special case for
4923         switch-to-buffer-other-window.
4924
4925         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4926         (wl-summary-forward): Ditto.
4927
4928         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4929         function.
4930         (wl-draft-buffer-style): New use option.
4931
4932         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4933         (wl-draft): Follow the change above.
4934         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4935         wl-draft-buffer-style.
4936         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4937         switch-function.
4938
4939 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4940
4941         * wl-address.el (wl-address-make-completion-entry): Extracted from
4942         `wl-address-make-completion-list'.
4943         (wl-address-enable-strict-loading): New variable.
4944         (wl-address-make-completion-list): Revive petname duplication
4945         inquiry, and enable it if `wl-address-enable-strict-loading'.
4946         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4947
4948 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4949
4950         * wl-message.el (wl-message-get-original-buffer): Avoid
4951         'Selecting deleted buffer' error when original buffer is killed.
4952
4953 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4954
4955         * wl-summary.el (wl-summary-next-message): Use
4956         elmo-message-accessible-p instead of elmo-message-cached-p.
4957
4958 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4959
4960         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4961
4962         * wl-thread.el (wl-thread-open-all-unread): Use
4963         elmo-folder-list-flagged instead of
4964         elmo-folder-list-messages-mark-match.
4965
4966         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4967         instead of elmo-folder-list-messages-mark-match.
4968         (wl-summary-move-spec-alist): New variable.
4969         (wl-summary-move-spec-plugged-alist,
4970         wl-summary-move-spec-unplugged-alist): Abolish.
4971         (wl-summary-next-message): Follow the change above.
4972         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4973         with 'no-msg' argument.
4974
4975         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4976         variable.
4977         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4978         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4979         (wl-message-buffer-prefetch-get-next): Follow the change above.
4980
4981 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4982
4983         * wl-version.el (wl-version): Changed codename.
4984
4985         * Version number is increased to 2.11.0.
4986
4987 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4988
4989         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4990         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4991         `wl-draft-config-variables'.
4992         (wl-draft-kill): Fixed problem when the draft is reedit.
4993
4994 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4997         buffer-modified status (Thanks to
4998         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4999
5000 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-util.el (wl-region-exists-p): New function.
5003
5004         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5005         Remove defvars for byte-compile warnings.
5006
5007 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5008
5009         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5010         defvar-maybe. Removed unused bind.
5011
5012 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5013
5014         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5015         summary buffer window before creating new frame.
5016         (wl-draft-reply): Ditto.
5017
5018 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5019
5020         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5021
5022 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5023
5024         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5025
5026 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5027
5028         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5029         instead of `kill-region'.
5030
5031 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5032
5033         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5034         (wl-highlight-summary-line-string): Use it.
5035         (wl-highlight-summary-current-line): Ditto.
5036
5037         * wl-mime.el (wl-message-delete-current-part): Check the class of
5038         mime-entity.
5039
5040         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5041
5042         * wl-summary.el (wl-summary-make-number-list): Initialize.
5043         (wl-summary-update-mark): New function.
5044         (wl-summary-reply): Put `answered' mark on the message.
5045         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5046
5047         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5048         (wl-draft-reply): Added optional argument `number';
5049         Set wl-draft-parent-number.
5050         (wl-draft-kill): Delete answered mark if it is a reply.
5051
5052 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5053
5054         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5055         that originates in mime-preview-follow-current-entity.
5056         (wl-draft-yank-current-message-entity): Use it if region is active.
5057
5058         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5059         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5060         `wl-message-delete-current-part'.
5061         * wl-mule.el (wl-message-define-keymap): Ditto.
5062         * wl-xmas.el (wl-message-define-keymap): Ditto.
5063
5064 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5065
5066         * wl-mime.el (wl-message-delete-current-part): New function.
5067         (wl-mime-node-id-to-string): Ditto.
5068
5069         * wl-mime.el (wl-message-delete-current-part): Use existing
5070         original buffer which corresponds current mime-view buffer.
5071         (fetched buffer might have different structure, possibly)
5072
5073         * wl-mime.el (wl-message-delete-current-part): Quit if the
5074         message content differs from the actual message.
5075
5076 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5079         order.
5080         (wl-summary-search-by-subject): Search parent message from tail;
5081         Check the existence of the parent message on the current thread tree.
5082         (wl-summary-update-thread): Check whether the line is inserted.
5083
5084 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5085
5086         * wl-vars.el (wl-summary-line-format): Undo last change.
5087         * wl-summary.el (wl-summary-print-destination): Do not put
5088         invisible property when `wl-summary-width' is nil.
5089         (wl-summary-line-subject-minimum-length): Abolished.
5090         (wl-summary-line-subject): Ditto.
5091
5092 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-vars.el (wl-summary-line-format): Change default value.
5095         (wl-summary-subject-length-limit): Abolished.
5096         * wl-summary.el (wl-summary-line-subject): Ditto.
5097
5098 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5099
5100         * wl-template.el (wl-template-select): Added optional argument.
5101         If optional argument is specified, reverse
5102         `wl-template-visible-select'.
5103
5104 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5105
5106         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5107         Take prefix argument to force asking the destination folder.
5108
5109 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5110
5111         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5112         count and update status.
5113
5114 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-summary.el (wl-summary-redisplay-internal): If
5117         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5118         after fetching.
5119
5120 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5121
5122         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5123         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5124
5125         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5126
5127 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5130         (All other related portions are changed).
5131         (wl-summary-mark-as-read-all): Rewrite.
5132
5133 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5134
5135         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5136         `wl-summary-mark-as-read'.
5137         (wl-summary-mark-as-unread): Rewrite.
5138         (wl-summary-mark-as-read): Added no-modeline argument.
5139         (wl-summary-resume-cache-status): Rewrite.
5140         (wl-summary-exec-subr): Remove unused local variable.
5141
5142 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5143
5144         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5145         logic to call `wl-summary-buffer-prev-folder-function'.
5146         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5147
5148 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5151         is nil.
5152
5153 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5156         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5157         (wl-mime-setup): Add its entry.
5158
5159 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5160
5161         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5162         (wl-summary-delete-cache): Likewise.
5163         (wl-summary-mark-as-read): Rewrite.
5164
5165 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5166
5167         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5168         `wl-summary-count-unread'.
5169
5170         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5171
5172         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5173
5174 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5177         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5178         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5179         Renamed to the elmo-msgdb-*-mark.
5180         (wl-summary-score-marks): Follow the change above.
5181         (wl-summary-auto-refile-skip-marks): Ditto.
5182         (wl-summary-incorporate-marks): Ditto.
5183         (wl-summary-expire-reserve-marks): Ditto.
5184
5185         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5186         changes.
5187         (wl-thread-insert-top): Changed updating message.
5188
5189         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5190         variable.
5191         (wl-summary-count-unread): Count answered marks.
5192         (wl-summary-rescan): Call wl-summary-insert-message instead of
5193         wl-summary-append-message-func-internal.
5194         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5195         (wl-summary-prefetch-msg): Follow the variable name changes.
5196         (wl-summary-prefetch-region): Ditto.
5197         (wl-summary-mark-as-read-all): Follow the API changes;
5198         Don't call elmo-folder-replace-marks.
5199         (wl-summary-delete-cache): Follow the variable name changes.
5200         (wl-summary-resume-cache-status): Ditto.
5201         (wl-summary-update-status-marks): New function.
5202         (wl-summary-insert-message): New function.
5203         (wl-summary-sync-marks): Follow the variable name changes.
5204         (wl-summary-sync-update): Synchronize to the msgdb, too;
5205         Changed update messages.
5206         (wl-summary-make-number-list): Rewrite.
5207         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5208         (wl-summary-mark-as-unread): Follow the API changes.
5209         (wl-summary-exec-subr): Follow the variable name changes.
5210         (wl-summary-mark-as-read): Ditto.
5211         (wl-summary-move-spec-plugged-alist): Ditto.
5212         (wl-summary-move-spec-unplugged-alist): Ditto.
5213         (wl-summary-cursor-move-surface): Ditto.
5214
5215         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5216         variable name changes.
5217         (wl-highlight-summary-current-line): Ditto.
5218
5219         * wl-expire.el (wl-expire-refile): Follow the API change in
5220         elmo-folder-move-messages.
5221         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5222         (wl-summary-archive): Use elmo-folder-msgdb instead of
5223         elmo-msgdb-load.
5224
5225 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5226
5227         * wl-mime.el (wl-draft-preview-message): Restore the position
5228         before evaluating wl-draft-send-hook in preview buffer.
5229
5230 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5231
5232         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5233         when it creates new draft buffer.
5234
5235         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5236         without argument.
5237
5238         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5239         Evaluate content and if the value is string, insert it.
5240         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5241         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5242         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5243         wl-draft-config-sub-part-bottom): Use it.
5244
5245         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5246         with the folder name. The question was unintelligible when it is
5247         called from wl-save-status.
5248
5249 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5252         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5253         cannot take second argument).
5254
5255 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5256
5257         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5258         as t. Since type and subtype are not case sensitive (RFC 2045).
5259
5260 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5261
5262         * wl-vars.el (wl-message-mode-line-format): New variable.
5263         (wl-message-mode-line-format-spec-alist): Ditto.
5264         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5265         (wl-message-redisplay): Use wl-message-mode-line-format.
5266
5267 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5268
5269         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5270
5271 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5272
5273         * wl-summary.el (wl-summary-default-from): Write description.
5274
5275 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl-vars.el (wl-ldap-objectclass): Abolish.
5278
5279         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5280         (wl-ldap-make-filter): Removed condition for objectclass.
5281         (wl-ldap-make-matched-value-list): Remove meaningless process.
5282         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5283         (wl-address-ldap-search): Don't add `*' to `pat' string;
5284         use ignore-errors; added `email';
5285         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5286         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5287         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5288
5289
5290 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5291
5292         * wl-draft.el (wl-draft-parent-folder): Write description.
5293         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5294
5295 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5298         as "" (zero-length string) if no parent.
5299         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5300
5301 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5302
5303         * wl-address.el (wl-address-make-completion-list): Skip duplication
5304         checking.
5305         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5306         `append'.
5307
5308 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5309
5310         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5311         instead of `beginning-of-buffer'.
5312
5313 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5316
5317 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5318
5319         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5320         Refer wl-message-buffer-name.
5321         (wl-message-wheel-down): Ditto.
5322
5323 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-vars.el (wl-message-buffer-name): New user option.
5326
5327         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5328         directly instead of making alist dinamically.
5329
5330         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5331         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5332         wl-message-buffer-cache-name.
5333         (wl-message-buffer-cache-clean-up): Ditto.
5334
5335         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5336
5337         * Version number is increased to 2.9.15.
5338
5339 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * wl-vars.el (wl-summary-default-view-alist): New user option.
5342
5343         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5344
5345         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5346         while deleting address.
5347         (wl-draft-delete-myself-from-cc): Ditto.
5348
5349         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5350         If optional argument is specified, reverse sort order.
5351
5352         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5353
5354 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5355
5356         * wl-thread.el (wl-thread-insert-message): Return parent number if
5357         exists.
5358         (wl-thread-update-indent-string-region): Use
5359         wl-thread-update-line-on-buffer-sub instead of
5360         wl-thread-update-line-on-buffer.
5361
5362 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5363
5364         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5365         (wl-folder-close-all): Ditto.
5366
5367 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5368
5369         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5370         and mailing-list:.
5371         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5372         value.
5373         (wl-summary-line-list-info): Print mailing-list name even when 
5374         list-number is empty.
5375
5376 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5379
5380         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5381         (wl-draft-open-file): Ditto.
5382         (wl-draft-random-alphabet): Ditto.
5383
5384         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5385         bindings.
5386
5387 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5388
5389         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5390         * wl-vars.el (wl-draft-config-alist): Ditto.
5391
5392 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * Version number is increased to 2.9.14.
5395
5396         * wl.el (wl): Don't set wl-init as nil when error occured while
5397         auto-checking folders.
5398
5399         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5400         `elmo-expand-newtext'.
5401
5402 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5405         `this-command' so that `wl-folder-goto-folder' contained in
5406         `wl-summary-keep-cursor-command' work.
5407
5408 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5409
5410         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5411         message buffer displaying state.
5412
5413 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5414
5415         * wl-vars.el (wl-summary-default-view): New variable to specify
5416         default value for `wl-summary-buffer-view' instead of using
5417         set-default.
5418         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5419
5420 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5421
5422         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5423
5424         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5425
5426 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5427
5428         * wl-vars.el (wl-forward-subject-prefix): New variable.
5429         * wl-draft.el (wl-draft-forward): Use it.
5430
5431 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-message.el (wl-message-prev-page): When it is called without
5434         lines argument, scroll down by wl-message-scroll-amount lines.
5435         (wl-message-next-page): Ditto.
5436         * wl-vars.el (wl-message-scroll-amount): Change default value
5437         to preserve current behavior.
5438
5439 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5440
5441         * wl-summary.el (wl-summary-prefetch-msg): Bind
5442         `wl-message-entity' to call `wl-summary-from-function'.
5443
5444 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5445
5446         * wl-message.el (wl-message-buffer-create): Run
5447         wl-message-buffer-created-hook.
5448
5449 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5450
5451         * wl-summary.el (wl-summary-sort-specs): New variable.
5452         (wl-summary-default-sort-spec): Ditto.
5453         (wl-summary-sort): Rewrite.
5454         (wl-summary-sort-by-list-info): New function.
5455
5456 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5457
5458         * wl-summary.el (wl-summary-get-list-info): New function.
5459         (wl-summary-sort): Rewrite.
5460         (wl-summary-line-list-info): Ditto.
5461         (wl-summary-line-list-count): Ditto.
5462         (wl-summary-refile-region): Fixed docstring.
5463
5464 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5465
5466         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5467         `wl-folder-entity-hashtb' as completion table.
5468
5469 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5472         only when this command is called interactively; silence the byte-
5473         compiler.
5474
5475 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5476
5477         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5478         active in XEmacs.
5479
5480 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5481
5482         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5483         plural lines.
5484
5485 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5486
5487         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5488         of current line when the cursor is on the header name.
5489         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5490
5491 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5492
5493         * wl-util.el (wl-read-directory-name): Return displayed directory
5494         as the default value also on XEmacs.
5495
5496 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5497
5498         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5499         formatting.
5500
5501 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5502
5503         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5504         argument and when it is non-nil, check face property before
5505         highlighting for each line.
5506         (wl-highlight-summary-window): Set it.
5507
5508 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5511         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5512
5513         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5514         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5515         (wl-draft-get-fcc-list): Likewise.
5516
5517 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5518
5519         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5520         (wl-thread-entity-cur): Ditto.
5521         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5522         wl-thread-indent-regexp setting.
5523         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5524
5525         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5526         wl-summary-lazy-highlight.
5527         (wl-summary-display-bottom): Ditto.
5528
5529         * wl-thread.el (wl-thread-open-close): Likewise.
5530
5531         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5532         from and subject;
5533         Bind wl-draft-use-frame;
5534         Enclose with save-window-excursion;
5535         Use wl-draft-create-buffer instead of with-temp-buffer;
5536         Use wl-draft-prepare-edit;
5537         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5538         Use wl-draft-send instead of wl-draft-raw-send.
5539
5540 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5543         of using wl-from.
5544
5545 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5548         insert-buffer instead of clone-buffer.
5549         (wl-draft-doing-mime-bcc): New variable.
5550         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5551         infinite loop.
5552         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5553
5554         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5555         (wl-draft-mime-bcc-body): Ditto.
5556
5557         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5558         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5559         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5560         wl-draft-do-mime-bcc.
5561         (wl-draft-mime-bcc-field): New function.
5562         (wl-draft-do-mime-bcc): Ditto.
5563
5564         * wl-address.el (wl-address-complete-header-list): New variable.
5565         (wl-address-complete-header-regexp): Changed default value.
5566
5567         * Version number is increased to 2.9.13.
5568
5569 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5572         it is differed.
5573
5574 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5575
5576         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5577         (wl-summary-line-list-count): Ditto.
5578
5579 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5580
5581         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5582         (wl-nntp-posting-function): New variable.
5583         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5584         `wl-nntp-posting-config-alist'.
5585
5586 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5587
5588         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5589         FLIM.
5590
5591 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5592
5593         * wl-summary.el (wl-summary-target-mark-refile-sub):
5594         Remove a nuisance funcall.
5595
5596 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5599         as t for `try-completion'.
5600
5601 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-summary.el (wl-summary-default-from): Use
5604         wl-address-header-extract-address instead of
5605         std11-extract-address-components.
5606         (wl-summary-simple-from): Ditto.
5607         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5608         (wl-summary-insert-headers): Show message.
5609         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5610         for whole line.
5611         (wl-summary-default-from): Revert last change.
5612         (wl-summary-simple-from): Ditto.
5613         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5614         (wl-summary-mark-as-read-region): Follow the change above.
5615         (wl-summary-sync-marks): Ditto.
5616         (wl-summary-target-mark-mark-as-read): Ditto.
5617         (wl-summary-redisplay-internal): Ditto.
5618         (wl-summary-redisplay-no-mime-internal): Ditto.
5619         (wl-summary-redisplay-all-header): Ditto.
5620         (wl-summary-mark-as-read): Removed argument `cached';
5621         Use current cache status to set cache mark.
5622         (wl-summary-redisplay-internal): Follow the change above.
5623         (wl-summary-redisplay-no-mime-internal): Ditto.
5624         (wl-summary-redisplay-all-header): Ditto.
5625
5626         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5627
5628         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5629         Don't call itself recursively (Adviced by Yamaoka-san).
5630
5631 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5634         bind wl-summary-highlight as nil to avoid error caused by missing
5635         local variables.
5636
5637 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-vars.el (wl-invalid-character-message): New user option.
5640
5641         * wl-util.el (wl-set-string-width): If truncated string-width is
5642         larger than specified width, use `wl-invalid-character-message'.
5643
5644 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5645
5646         * wl-summary.el (wl-summary-prefetch-msg): 
5647         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5648
5649 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl-vars.el (wl-summary-check-line-format): New user option.
5652         (wl-summary-line-format-file): Ditto.
5653
5654         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5655         variable.
5656         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5657         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5658         and `wl-summary-view-old-p' to check whether do a rescan or not.
5659         (wl-summary-view-old-p): New function.
5660         (wl-summary-line-format-changed-p): Ditto.
5661         (wl-summary-line-format-save): Ditto.
5662         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5663
5664         * wl-util.el (wl-set-string-width): Avoid using negative number
5665         for make-string.
5666
5667 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5668
5669         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5670         return value.
5671
5672         * wl-util.el (wl-set-string-width): Added optional argument
5673         `padding' (All other related portions are changed).
5674         (wl-line-parse-format): If the first letter of column number is
5675         `0', zero-padding the result (ex: "%05l").
5676
5677         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5678
5679 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5680
5681         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5682         sequential summary view.
5683
5684 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5687         if it doesn't have a -unix version.
5688
5689 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5690
5691         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5692
5693 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5696         content.
5697         (wl-draft): Follow the change above.
5698
5699         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5700
5701         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5702         and wl-folder-summary-line-format-alist contain %T and %P.
5703
5704         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5705         (wl-summary-mode-line-format): New user option.
5706         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5707         (wl-summary-line-format): Changed default value.
5708         (wl-summary-lazy-highlight): Changed default value.
5709
5710         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5711         change in wl-summary-create-line.
5712         (wl-thread-insert-entity-sub): Ditto.
5713
5714         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5715         (wl-summary-buffer-unread-status): Ditto.
5716         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5717         (wl-summary-buffer-persistent-mark-column): Ditto.
5718         (wl-summary-buffer-mode-line-formatter): Ditto.
5719         (wl-summary-buffer-mode-line): Ditto.
5720         (wl-summary-message-regexp): Abolished.
5721         (All other related portions are changed.)
5722         (wl-summary-detect-mark-position): New function.
5723         (wl-summary-buffer-set-folder): Setup
5724         wl-summary-buffer-mode-line-formatter.
5725         (wl-summary-mode): Setup selective-display;
5726         Setup pre-idle-hook when xemacs.
5727         (wl-summary-update-modeline): Rewrite.
5728         (wl-summary-jump-to-msg): Define as function;
5729         Changed regexp for searching messages.
5730         (wl-summary-message-number): Rewrite.
5731         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5732         Do rescan when old type summary cache.
5733         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5734         (wl-summary-remove-destination): Use '\r' to detect EOL.
5735         (wl-summary-print-destination): Ditto.
5736         (wl-summary-temp-mark): New inline function.
5737         (wl-summary-persistent-mark): Ditto.
5738         (wl-summary-line-number): New function.
5739         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5740         (wl-summary-line-list-count): New function.
5741         (wl-summary-create-line): Added argument persistent-mark.
5742         (All other related portions are changed)
5743         (wl-summary-create-line): Insert '\r'.
5744         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5745         (wl-summary-cursor-move-surface): New inline function.
5746         (wl-summary-prev): Use it.
5747         (wl-summary-next): Ditto.
5748
5749         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5750         wl-summary-message-regexp.
5751         (wl-highlight-summary): Delete progress message.
5752         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5753
5754         * Version number is increased to 2.9.12.
5755
5756 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5757
5758         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5759         variable (nil: no minimum).
5760         (wl-summary-line-subject): Add some spaces after subject by
5761         wl-summary-line-subject-minimum-length.
5762
5763 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5764
5765         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5766         and removed `F'.
5767         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5768         change above).
5769
5770 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5771
5772         * wl-summary.el (wl-summary-line-list-count): Reverted.
5773         (example setting in samples/*/dot.wl is also updated)
5774
5775 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5776
5777         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5778
5779         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5780
5781         * wl-vars.el (wl-summary-line-format): Addes some description to the
5782         docstring.
5783
5784         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5785         (wl-summary-line-close-bracket): Ditto.
5786         (wl-summary-line-children-number): Ditto.
5787         (wl-summary-line-thread-indent): Ditto.
5788         (wl-summary-line-children-and-from): Ditto.
5789
5790         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5791         't', 'c', 'F' and added 'C'.
5792
5793         * wl-util.el (wl-set-string-width): Accept negative value.
5794         (wl-line-parse-format): Added "%number(" and "%)".
5795
5796 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5797
5798         * wl-summary.el (wl-summary-line-list-count): Change format of the
5799         return value.
5800
5801 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5802
5803         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5804         from the recent message.el.
5805         (wl-draft-point-in-header-p): Ditto.
5806         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5807         wl-draft-beginning-of-line.
5808         * wl-e21.el (wl-draft-mode-map): Ditto.
5809         * wl-xmas.el (wl-draft-mode-map): Ditto.
5810
5811         * wl-folder.el: Sort macrodefs by dependencies.
5812
5813 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5814
5815         * wl-summary.el (wl-summary-prev): Fixed regexp.
5816         (wl-summary-next): Ditto.
5817
5818 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5819
5820         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5821
5822 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5823
5824         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5825         for backward compatibility.
5826
5827 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5828
5829         * wl-summary.el (wl-summary-line-list-count): New function, merged
5830         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5831         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5832         list counts.
5833
5834 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5835
5836         * wl-summary.el (wl-summary-create-line): Ignore errors while
5837         timezone-fix-time.
5838
5839         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5840
5841         * wl-summary.el (wl-summary-sync-update): Ditto.
5842         (wl-summary-default-from): Use wl-message-entity
5843         instead of entity.
5844
5845         * wl-summary.el (wl-summary-create-line): Fix.
5846
5847         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5848         (wl-summary-line-format): New user option.
5849         (wl-folder-summary-line-format-alist): Ditto.
5850         (wl-summary-from-width): Abolished.
5851
5852         * wl-util.el (toplevel): Require 'bytecomp.
5853         (wl-line-parse-format): New function.
5854         (wl-line-formatter-setup): New macro.
5855
5856         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5857         (wl-summary-buffer-line-formatter): New buffer local variable.
5858         (wl-summary-switch-to-clone-buffer): Follow the change above.
5859         (wl-summary-message-regexp): Fix.
5860         (wl-summary-from-func-internal): Abolished.
5861         (wl-summary-subject-func-internal): Ditto.
5862         (wl-summary-subject-filter-func-internal): Ditto.
5863         (All other related portions are changed.)
5864         (wl-summary-buffer-set-folder):
5865         Set up wl-summary-buffer-number-column and 
5866         wl-summary-buffer-line-formatter
5867         (All other related portions are changed.)
5868         (wl-summary-buffer-number-column-detect): Abolished.
5869         (All other related portions are changed.)
5870         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5871         (wl-summary-delete-all-temp-marks-on-buffer): Use
5872         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5873         (wl-summary-target-mark-delete): Ditto.
5874         (wl-summary-target-mark-refile-subr): Ditto.
5875         (wl-summary-target-mark-mark-as-read): Ditto.
5876         (wl-summary-target-mark-mark-as-unread): Ditto.
5877         (wl-summary-target-mark-mark-as-important): Ditto.
5878         (wl-summary-target-mark-save): Ditto.
5879         (wl-summary-replace-status-marks): Renamed from
5880         wl-summary-set-status-marks-on-buffer;
5881         Use wl-summary-message-regexp instead of
5882         wl-summary-buffer-number-regexp.
5883         (wl-summary-sync-update): Follow the change above.
5884         (wl-summary-goto-previous-message-beginning): New function.
5885         (wl-summary-mark-as-unread): Use it.
5886         (wl-summary-mark-as-important): Ditto.
5887         (wl-summary-line-formatter): New variable.
5888         (wl-summary-line-year): New function.
5889         (wl-summary-line-day): Ditto.
5890         (wl-summary-line-day-of-week): Ditto.
5891         (wl-summary-line-hour): Ditto.
5892         (wl-summary-line-minute): Ditto.
5893         (wl-summary-line-open-bracket): Ditto.
5894         (wl-summary-line-close-bracket): Ditto.
5895         (wl-summary-line-children-number): Ditto.
5896         (wl-summary-line-thread-indent): Ditto.
5897         (wl-summary-line-size): Ditto.
5898         (wl-summary-line-subject): Ditto.
5899         (wl-summary-line-from): Ditto.
5900         (wl-summary-line-children-and-from): Ditto.
5901         (wl-summary-create-line): Rewritten.
5902         (wl-summary-format-date): Abolished.
5903
5904         * wl-highlight.el (wl-highlight-summary-current-line): Use
5905         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5906         Use thread structure to detect thread top message.
5907
5908         * wl-draft.el (wl-default-draft-cite): Don't use
5909         wl-summary-from-func-internal.
5910
5911         * wl-refile.el (wl-refile-subject-learn): Don't use
5912         wl-summary-subject-filter-func-internal.
5913         (wl-refile-guess-by-subject): Ditto.
5914
5915         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5916         parameters.
5917
5918         * wl-thread.el (wl-thread-update-indent-string-region):
5919         Use wl-thread-update-line-on-buffer instead of
5920         wl-thread-update-indent-string.
5921         (wl-thread-update-children-number): Redefine using
5922         wl-thread-update-line-on-buffer.
5923         (wl-thread-update-indent-string): Abolished.
5924
5925         * Version number is increased to 2.9.11.
5926
5927 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5928
5929         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5930         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5931         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5932
5933         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5934         as nil.
5935
5936         * wl-thread.el (wl-thread-open-all-unread): Use 
5937         elmo-folder-list-messages-mark-match.
5938         (wl-thread-insert-message): Removed argument `mark-alist'.
5939         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5940         elmo-msgdb-set-mark.
5941         (wl-thread-get-children-msgs-uncached): Likewise.
5942         (wl-thread-get-exist-children): Added argument include-self.
5943         (wl-thread-delete-message): Follow the change above.
5944
5945         * wl-summary.el (wl-summary-count-unread): Removed argument.
5946         (wl-summary-rescan): Follow the change above.
5947         (wl-summary-mark-as-read-region): Ditto
5948         (wl-summary-mark-as-unread-region): Ditto.
5949         (wl-summary-delete-messages-on-buffer): Ditto.
5950         (wl-summary-sync-update): Ditto.
5951         (wl-summary-switch-to-clone-buffer): Ditto.
5952         (wl-summary-goto-folder-subr): Ditto.
5953         (wl-summary-target-mark-mark-as-read): Ditto.
5954         (wl-summary-target-mark-mark-as-unread): Ditto.
5955         (wl-summary-target-mark-mark-as-important): Ditto.
5956         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5957         (wl-summary-update-thread): Removed argument `mark-alist'.
5958         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5959         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5960         (wl-summary-resume-cache-status): Likewise.
5961         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5962         elmo-msgdb-set-mark.
5963         (wl-summary-mark-as-read-all): Likewise.
5964         (wl-summary-delete-cache): Ditto.
5965         (wl-summary-auto-select-msg-p): Ditto.
5966         (wl-summary-mark-as-unread): Ditto.
5967         (wl-summary-no-auto-refile-message-p): Ditto.
5968         (wl-summary-mark-as-read): Ditto.
5969         (wl-summary-mark-as-important): Ditto.
5970         (wl-summary-auto-refile): Follow the change above.
5971         (wl-summary-delete-all-marks): Removed.
5972         (wl-summary-resume-marks-and-highlight): Ditto.
5973         (wl-summary-resume-marks): Ditto.
5974         (wl-summary-delete-important-msgs-from-list): Ditto.
5975         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5976
5977         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5978         wl-summary-count-unread.
5979
5980         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5981         (wl-summary-score-update-all-lines): Use
5982         elmo-msgdb-set-mark.
5983
5984 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5985
5986         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5987         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5988         (wl-summary-create-line): Renamed from
5989         wl-summary-overview-create-summary-line;
5990         Argument rearrangement.
5991         (wl-summary-update-thread): Follow the change above.
5992
5993         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5994         (wl-thread-insert-entity-sub): Likewise.
5995
5996         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5997         argument `overview', `mark-alist' and added `msgdb'.
5998
5999         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6000
6001         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6002         (wl-summary-rescan): Follow the change above.
6003         (wl-summary-sync-update): Ditto.
6004         (wl-summary-insert-thread-entity): Ditto;
6005         Don't use `let*' in every while loop;
6006         Detect infinite loop of threads.
6007         (wl-summary-update-thread): Removed argument `overview'.
6008
6009         * wl-thread.el (wl-thread-insert-message): Ditto.
6010
6011         * Version number is increased to 2.9.10.
6012
6013         * wl-message.el (wl-message-redisplay): Ignore errors while
6014         wl-message-redisplay-hook.
6015
6016 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6017
6018         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6019
6020 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl.el (wl): inhibit-quit while wl-folder.
6023
6024 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6027         while msgdb access.
6028
6029 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6030
6031         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6032         even if no folder is not created.
6033
6034 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6035
6036         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6037
6038         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6039         implementation.
6040         (wl-summary-target-mark-thread): Ditto.
6041
6042         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6043
6044 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6045
6046         * wl-util.el (wl-display-bytes): Remove unused function.
6047
6048 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6049
6050         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6051         seems critical one (partially reverse the change in 2002/03/17).
6052
6053 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6054
6055         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6056         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6057
6058 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6059
6060         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6061         is not writable.
6062         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6063         plugged status instead of `'force' as 2nd argument.
6064
6065         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6066         is not creatable.
6067
6068         * Version number is increased to 2.9.9.
6069
6070 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6071
6072         * wl-summary.el (wl-summary-suspend): New function.
6073
6074 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6075
6076         * wl.el (wl): Do not check variables if check is nil.
6077         * wl-utils.el (wl-collect-draft): New function.
6078         * wl-folder.el (wl-folder-suspend): Put summary buffers
6079         and draft buffers at the end of buffer list.
6080         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6081
6082 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6083
6084         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6085         loop instead of recursive call.
6086
6087         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6088         2nd argument.
6089
6090 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6091
6092         * wl-draft.el (wl-draft-create-contents): Don't take neither
6093         (function . args) nor (string . something) any more.
6094
6095         * wl-version.el (wl-generate-user-agent-string): Return string
6096         without header symbol.
6097         * wl-draft.el (wl-draft-default-headers): Use it.
6098
6099         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6100         `wl-draft-insert-ccs' and return field value instead of inserting
6101         the header. Abolish cc argument.
6102         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6103
6104         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6105         rather than one with string car.
6106
6107         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6108         * wl-draft.el (wl-draft-create-contents): Add it after the default
6109         headers.
6110
6111         * wl-draft.el (wl-draft-create-contents): For the case of
6112         (symbol-or-string . function) insert header only when the function
6113         returns string value.
6114
6115 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6116
6117         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6118         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6119
6120 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6121
6122         * wl.el (wl-check-environment): Don't check Message-ID when
6123         `wl-insert-message-id' is nil.
6124         Revive checking if `wl-message-id-domain' contains "@".
6125
6126 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6127
6128         * wl.el (wl-check-environment): Merge examination for "@" at
6129         inappropriate position into the first string-match.
6130
6131         * wl-summary.el (wl-summary-target-mark-print): New function.
6132         (wl-summary-pipe-message-subr): Extracted from
6133         `wl-summary-pipe-message'.
6134         (wl-summary-target-mark-pipe): New function.
6135         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6136         `wl-summary-target-mark-pipe'.
6137
6138 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6139
6140         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6141
6142 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl.el (wl-check-environment): Use elmo-warning instead of
6145         error for non-critical ones.
6146         Remove trash folder check.
6147         (wl): Don't ignore error in wl-check-environment.
6148
6149         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6150         check, which is moved from `wl-check-environment'.
6151         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6152
6153 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6156         guess anything, call wl-summary-write.
6157         (wl-summary-write): Create draft with blank To field.
6158         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6159
6160 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6161
6162         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6163         argument full as well for wl-folder-write-current-folder.
6164         If wl-*-write-current-folder cannot guess addressee, add blank
6165         To header.
6166         Rewrite condition for positioning cursor.
6167
6168 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6169
6170         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6171         summary buffer is present, use it.
6172         (wl-folder-jump-to-previous-summary): Ditto.
6173
6174 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6175
6176         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6177
6178         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6179         wl-summary-previous-buffer and wl-summary-next-buffer.
6180
6181         * wl-folder.el (wl-folder-mode-map): Bind
6182         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6183         (wl-folder-jump-to-next-summary): New function.
6184         (wl-folder-jump-to-previous-summary): Ditto.
6185
6186         * wl-draft.el (wl-draft): Rearranged.
6187
6188 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6191         of header.
6192         (wl-draft): Collect arguments for the header as header-alist.
6193         (wl-draft-forward): Arrange arguments for wl-draft.
6194         (wl-draft-reply): Ditto.
6195         (wl-draft-edit-string): Ditto.
6196         * wl-summary.el (wl-summary-write): Ditto.
6197         (wl-summary-write-current-folder): Ditto.
6198
6199         * Version number is increased to 2.9.8.
6200
6201 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6202
6203         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6204
6205         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6206
6207         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6208         even if the guess failed.
6209
6210         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6211         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6212         wl-summary-write-current-folder.
6213         * wl-xmas.el: Ditto.
6214
6215 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-summary.el (wl-summary-next-page): Force display message if
6218         message is not displayed yet.
6219         (wl-summary-prev-page): Ditto.
6220
6221 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6222
6223         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6224
6225 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6228         add "Preview Message" and "Save Draft and Exit".
6229
6230 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6231
6232         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6233         if addrmgr is called from draft in splitted window.
6234
6235         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6236         * wl-mule.el: Ditto.
6237         * wl-xmas.el: Ditto.
6238
6239 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6240
6241         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6242
6243         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6244         * wl-xmas.el (wl-folder-toolbar): Ditto.
6245
6246 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6247
6248         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6249         and wl-draft-save-and-exit.
6250         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6251         * wl-xmas.el: Ditto.
6252         * wl-mule.el: Ditto.
6253
6254         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6255         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6256
6257 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6260         lists for saving buffer.
6261
6262 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6263
6264         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6265         parent-folder argument instead of it.
6266         (wl-draft-create-buffer): Ditto.
6267         (wl-draft-forward): Ditto.
6268         (wl-draft-reply): Ditto.
6269         * wl-summary.el (wl-summary-write): Ditto.
6270         (wl-summary-write-current-folder): Ditto.
6271
6272         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6273         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6274         Folder buffer after composing.
6275
6276 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6279         header if the file `wl-x-face-file' already contains it.
6280
6281 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6284         folder" entry.
6285         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6286         * wl-e21.el (wl-folder-toolbar): Ditto.
6287         * wl-xmas.el (wl-folder-toolbar): Ditto.
6288
6289 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6290
6291         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6292         wl-folder-goto-folder with sticky argument.
6293         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6294
6295 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6298         and wl-summary-previous-buffer.
6299         (wl-summary-next-buffer): New function.
6300         (wl-summary-previous-buffer): Ditto.
6301
6302 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6303
6304         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6305         wl-folder-jump-to-current-entity-with-arg.
6306         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6307         `wl-folder-jump-to-current-entity'.
6308         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6309         `wl-summary-goto-folder-sticky'.
6310         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6311         `wl-summary-goto-folder'.
6312         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6313         Unless force-exit, do not clean temp. marks for sticky summary.
6314         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6315
6316 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6317
6318         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6319         not entire.
6320
6321 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6324         to `C-x C-s'.
6325         (wl-summary-save-status): New command.
6326         (wl-summary-exit): Don't clean-up temp marks when sticky.
6327         (Applied patch from Nakayama-san [wl: 09548])
6328         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6329         Do nothing when no mark data.
6330         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6331         Call `wl-summary-delete-all-temp-marks' before saving.
6332
6333 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6334
6335         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6336
6337 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6338
6339         * wl.el (wl-check-environment): Also cause error when (system-name)
6340         returns "localhost.localdomain". (Although it doesn't affect because
6341         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6342
6343 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6344
6345         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6346         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6347
6348         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6349         value.
6350
6351 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6354         Likewise r-cc-list and r-ng-list.
6355
6356 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6359         only if it is bound as variable.
6360
6361         * wl-mime.el (wl-draft-preview-message): Ditto.
6362
6363 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6366         needless `goto-char'.
6367
6368         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6369         `wl-summary-redisplay-no-mime-internal' instead of
6370         `wl-summary-redisplay-no-mime'.
6371         (wl-summary-redisplay-no-mime): Changed argument;
6372         Call `wl-summary-redisplay-no-mime-internal'.
6373
6374         * wl-mime.el (wl-draft-preview-message): Bind
6375         `mime-header-encode-method-alist' locally.
6376
6377         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6378         (wl-draft-std11-parse-addresses): Added the first address check.
6379         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6380
6381         * Version number is increased to 2.9.7.
6382
6383 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6384
6385         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6386
6387 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6388
6389         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6390         related to scrollbar support, if there is no such a feature
6391         compiled in.
6392
6393 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6394
6395         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6396         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6397         for prefetch.
6398
6399 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-summary.el (wl-summary-pick): Fix for no match.
6402
6403 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6404
6405         * wl-draft.el (wl-draft-save):
6406         Override `mime-header-encode-method-alist'.
6407
6408 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6409
6410         * wl-folder.el (wl-folder-pick): New function.
6411         Define key as "?".
6412
6413 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6414
6415         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6416         Fix for unplugged.
6417
6418 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6419
6420         * wl-folder.el (wl-folder-virtual): New function.
6421         Define key as "V".
6422
6423 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6424
6425         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6426         multi folder if entity is group.
6427
6428 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6429
6430         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6431         is nil.
6432
6433 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6434
6435         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6436         (wl-summary-target-mark-msgs): Return the number of marked messages.
6437
6438 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6439
6440         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6441         "first:" is specified.
6442
6443 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6444
6445         * wl-vars.el (wl-from): Use return value of function
6446         user-full-name instead of the variable user-full-name since
6447         XEmacs-20.4 doesn't set this variable.
6448
6449 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6450
6451         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6452         call `wl' directly.
6453
6454 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6455
6456         * wl-draft.el (wl-draft-reedit): Removed duplicated
6457         switch-to-buffers.
6458
6459 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * wl.el (wl-other-frame): Removed garbages.
6462
6463 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6466
6467         * wl-xmas.el (wl-draft-key-setup): Ditto.
6468
6469         * wl-mule.el (wl-draft-key-setup): Ditto.
6470
6471         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6472         (wl-draft-reedit): Ditto.
6473         (wl-draft-prepare-edit): Add `wl-draft-save' to
6474         `local-write-file-hooks'.
6475         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6476         (wl-draft-reedit): Set buffer-file-name.
6477         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6478
6479
6480         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6481         call it.
6482         (wl-delete-startup-frame-function): New variable.
6483         (wl-other-frame): New function
6484         (Original was written by Yamaoka san [wl: 09239]).
6485
6486         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6487         if `wl-folder-use-frame'.
6488
6489 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6492
6493 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6494
6495         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6496         New variable.
6497         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6498         (wl-message-buffer-prefetch-get-next): Use them.
6499         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6500
6501 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6504         with unwind-protect.
6505
6506         * wl-draft.el (wl-draft-reedit): Rewrite.
6507         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6508         (wl-draft-save): Insert header separator if it does not exist;
6509         Removed condition-case.
6510
6511         * wl-summary.el (wl-summary-reedit): Revert last change.
6512
6513         * wl-draft.el (wl-draft-save): Rewrite.
6514         (wl-draft-create-buffer): Set buffer-file-name as nil.
6515
6516         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6517
6518         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6519
6520         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6521         nil.
6522
6523 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6524
6525         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6526         If count is nil, do not prefetch.
6527         (wl-message-buffer-prefetch-next): Next.
6528
6529 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6532
6533 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6536         `delete-backward-char'
6537         (wl-draft-prepare-edit): Check major-mode.
6538         (wl-draft-decode-header): Rewrite.
6539         (wl-draft): Fix.
6540
6541 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6542
6543         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6544
6545 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6548         (wl-message-buffer-prefetch-get-next): Remove size checking.
6549         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6550
6551 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6554         (wl-draft-default-headers): Fix.
6555
6556 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6557
6558         * wl-draft.el (wl-draft-default-headers): Insert return value of
6559         `wl-generate-mailer-string-function'.
6560
6561 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6562
6563         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6564         (wl-draft-insert-mail-header-separator): Ditto.
6565
6566         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6567         again (Reverted the change on 2002-01-17 by OKADA san).
6568
6569 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6570
6571         * wl-draft.el (wl-draft): Rewrite.
6572         (wl-draft-create-buffer): New function.
6573         (wl-draft-create-contents): Ditto.
6574         (wl-draft-prepare-edit): Ditto.
6575         (wl-draft-decode-header): Ditto.
6576         (wl-draft-decode-body): Ditto.
6577         (wl-draft-check-new-line): Ditto.
6578         (wl-draft-default-headers): Ditto.
6579         (wl-draft-insert-mail-header-separator): Ditto.
6580
6581 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * Version number is increased to 2.9.6.
6584
6585 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-draft.el (wl-draft-delete-field): Optional argument.
6588         (wl-draft-delete-fields): Ditto.
6589
6590 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6591
6592         * wl-message.el (toplevel): Eliminated byte-compile warning.
6593         for `itimer-function', `delete-timer' and `itimer-list'.
6594
6595 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6598         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6599         `wl-message-buffer-prefetch-threshold'.
6600         * wl-summary.el (wl-summary-redisplay-internal): Remove
6601         the check of `wl-message-buffer-prefetch-depth'.
6602
6603 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6604
6605         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6606         size of article.
6607         (wl-message-buffer-prefetch-subr): Remove size check.
6608
6609 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6610
6611         * wl-vars.el (wl-plugged): Make customizable.
6612
6613 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6614
6615         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6616         (wl-message-buffer-prefetch-set-timer): New function.
6617         (wl-message-buffer-prefetch-get-next): New function.
6618         (wl-message-buffer-prefetch): New function.
6619         (wl-message-buffer-prefetch-next): Rewrite.
6620         (wl-message-buffer-prefetch-subr): Rewrite.
6621         * wl-vars.el (wl-auto-prefetch-first): New variable.
6622         * wl-summary.el (wl-summary-goto-folder-subr): Call
6623         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6624
6625 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6628         `wl-summary-unread-message-hook'.
6629
6630 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6633         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6634         if range is `cache-status'.
6635
6636 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl-message.el (wl-message-buffer-prefetch-subr):
6639         Improve debug message.
6640
6641 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6644         `wl-mail-send-pre-hook'.
6645         (wl-draft-send-mail-with-qmail): Ditto.
6646         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6647
6648 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-message.el (wl-message-buffer-prefetch-subr):
6651         Fix for cancel-function-timers bug.
6652         (wl-message-buffer-prefetch-debug): Default value is t.
6653
6654 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6655
6656         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6657         (wl-message-buffer-prefetch-subr): Rewrite.
6658         Rename from `wl-message-buffer-prefetch'.
6659
6660 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6661
6662         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6663         (wl-default-draft-cite-decorate-author): Ditto.
6664
6665         * wl-draft.el (wl-draft-cite-function): Removed.
6666         (wl-default-draft-cite-decorate-author): Ditto.
6667
6668 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6669
6670         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6671         (wl-default-draft-cite): Do not arrange author name if the value of
6672         `wl-default-draft-cite-decorate-author' is nil.
6673
6674 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6675
6676         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6677
6678         * wl-folder.el (wl-folder-check-one-entity): Don't care
6679         `elmo-folder-use-flag-p'.
6680
6681 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-folder (wl-folder-check-one-entity): Fix
6684         problem if unread is nil.
6685
6686 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6687
6688         * wl-address.el (wl-address-make-completion-list): Check whether
6689         the address is a group list.
6690         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6691
6692 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6693
6694         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6695         The number of the messages of new and unread does not count
6696         correctly.
6697
6698         * wl-summary.el (wl-summary-count-unread): Changed to return
6699         `(new . unread)' instead of total.
6700         (wl-summary-sync-update): Follow the change above.
6701
6702         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6703
6704 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6705
6706         * wl-address.el (wl-address-make-completion-list): Do not enclose
6707         address by " <" and ">" if associated realname is "".
6708         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6709         This is against the promblem with group list in .addresses pointed
6710         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6711
6712 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6713
6714         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6715         message is a format control string.
6716         * wl-expire.el (wl-expire-append-log): Ditto.
6717         * wl-mime.el (wl-summary-burst-subr): Ditto.
6718         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6719         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6720
6721 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6722
6723         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6724         wl.el (wl-check-variables): Rename from `wl-check-type'.
6725         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6726         (wl-check-variables-2): New function.
6727         (wl): Call `wl-check-variables-2'.
6728
6729 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6730
6731         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6732         after renaming folder in access group.
6733
6734 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6737         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6738         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6739         (wl-message-buffer-prefetch): Rewrite.
6740         (wl-message-buffer-prefetch-idle-time): Removed.
6741         * wl-summary.el (wl-summary-redisplay-internal):
6742         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6743         Error check for `wl-message-buffer-prefetch-depht'.
6744
6745 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * Version number is increased to 2.9.5.
6748         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6749
6750 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6753         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6754         Based on the patch written by
6755         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6756
6757 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6758
6759         * wl-draft.el (wl-draft-raw-send): Fix for
6760         `wl-news-send-pre-hook'
6761
6762 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6763
6764         * wl-utils.el (wl-message-id-function): New variable.
6765         * wl-draft.el (wl-draft-insert-required-fields):
6766         Use `wl-message-id-function'.
6767
6768 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6769
6770         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6771         * wl-utils.el (wl-draft-make-message-id-string):
6772         Use `wl-from' for domain part of Message-ID
6773         if `wl-message-id-use-wl-from' if non-nil.
6774         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6775
6776 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl.el (wl): Call `wl-check-type'
6779         Do not 'condition-case'.
6780
6781 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl.el (wl-check-type): New function.
6784         (wl-check-type-variables): New variable.
6785
6786 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6787
6788         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6789
6790 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6791
6792         * wl-draft.el (wl-smtp-password-key): New function.
6793         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6794         (wl-draft-send-mail-with-smtp): Ditto.
6795         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6796
6797 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6798
6799         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6800         * wl-utils.el (wl-unique-id-suffix): Remove.
6801
6802 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * Version number is increased to 2.9.4.
6805
6806 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6807
6808         * wl-utils.el (wl-unique-id-suffix): New variable.
6809         (wl-unique-id): Use `wl-unique-id-suffix'
6810
6811 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6812
6813         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6814         instead of `elmo-msgdb-search'.
6815
6816         * Version number is increased to 2.9.3.
6817
6818 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6819
6820         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6821
6822 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6823
6824         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6825         (wl-draft-dispatch-message): Changed for send-later.
6826         (wl-draft-queue-flush): Ditto.
6827         (wl-draft): Clear `wl-sent-message-queued'.
6828         (wl-draft-reedit): Ditto.
6829         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6830         * wl-vars.el (wl-draft-force-queuing): New variable.
6831         (wl-draft-force-queuing-mail): New variable.
6832         (wl-draft-force-queuing-news): New variable.
6833
6834 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6835
6836         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6837         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6838
6839 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6840
6841         * Version number is increased to 2.9.2.
6842
6843 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * wl-draft.el (wl-draft-elide-region): New user command.
6846         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6847
6848         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6849         command `wl-draft-elide-region'.
6850         * wl-mule.el: Ditto.
6851         * wl-xmas.el: Ditto.
6852
6853 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6856         (wl-biff-check-folder-async): Removed needless let.
6857
6858 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6859
6860         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6861         wl-folder-get-elmo-folder.
6862         (wl-biff-check-folder): Set `biff' argument of
6863         `wl-folder-check-one-entity'.
6864         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6865
6866         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6867         (wl-folder-check-one-entity): Added `biff' argument;
6868         Setup `biff' slot of folder.
6869
6870         * Version number is increased to 2.9.1.
6871
6872 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6873
6874         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6875         comment out and fixed.
6876         (wl-fldmgr-add-completion-subr): Ditto.
6877
6878         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6879         and msgdb.
6880
6881         * wl.el (wl-toggle-plugged): Save summary view.
6882
6883 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6886
6887 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6888
6889         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6890
6891 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6894         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6895         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6896
6897         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6898         if it was failed.
6899         (wl-demo): Disable undo in the demo buffer.
6900
6901 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6902
6903         * wl-version.el (wl-version): Changed codename.
6904
6905         * Version number is increased to 2.9.0.
6906
6907 2001-12-14  Takuo KITAME <kitame@northeye.org>
6908
6909         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6910         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6911         (wl-folder-mark-as-read-all-current-entity): Ditto.
6912
6913 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6914
6915         * wl-vars.el (wl-from-width): Define as obsolete variable.
6916         (wl-subject-length-limit): Ditto.
6917
6918         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6919
6920         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6921         wl-summary-save-view.
6922
6923         * wl.el (wl-save-status): Ditto.
6924         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6925
6926         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6927         (wl-summary-exit): Follow the change above.
6928         (wl-summary-goto-folder-subr): Ditto.
6929
6930         * wl-folder.el (wl-folder-create-subr): Don't use
6931         `elmo-folder-creatable-p'.
6932
6933 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6936
6937 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6940         rather than bitmap on Emacs 21.
6941         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6942         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6943         for xbm if the new redisplay engine is not available.
6944
6945 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-folder.el (wl-folder-init-hook): New hook.
6948         (wl-folder-init): Run `wl-folder-init-hook'.
6949
6950 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6953
6954 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6955
6956         * wl-acap.el (wl-acap-cache-filename): New variable.
6957         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6958         (wl-acap-init): Use cache if no ACAP server found.
6959
6960 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6961
6962         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6963         `wl-acap-original-msgdb-dir'.
6964
6965         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6966         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6967
6968         * wl-mime.el (wl-mime-save-directory): Renamed from
6969         `wl-mime-save-dir'.
6970
6971 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6974
6975         * wl-demo.el: Require `path-util'.
6976         (wl-demo-bitmap-mule-available-p): New internal variable.
6977         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6978         `module-installed-p' instead.
6979         (wl-demo-insert-image): Use *.img file for a bitmap image.
6980         (wl-demo): Don't call the ascii demo recursively.
6981
6982 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * Version number is increased to 2.7.7.
6985
6986 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6987
6988         * wl.el (wl-exit): Eliminated byte-compile warning.
6989
6990 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6991
6992         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6993         obsolete variable using `elmo-define-obsolete-variable'.
6994         (wl-fetch-confirm-threshold): Ditto.
6995         (wl-cache-prefetch-folder-type-list): Ditto.
6996         (wl-cache-prefetch-folder-list): Ditto.
6997
6998 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7001         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7002         (wl-demo-insert-image): New function.
7003         (wl-demo-insert-text): New function.
7004         (wl-demo-image-type-alist): Redefine as a function.
7005         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7006         (wl-demo-with-temp-file-buffer): Removed.
7007         (wl-logo-xpm): Removed.
7008         (wl-logo-xbm): Removed.
7009         (wl-logo-bitmap): Removed.
7010
7011 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7012
7013         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7014         (wl-expire-localdir-get-folder-function): New user option.
7015         (wl-expire-localdir-get-folder): New function.
7016         (wl-expire-localdir-date): Ditto.
7017
7018 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7019
7020         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7021         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7022         Fixed unread number mismatch when all-unread < unread.
7023
7024 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7027         (wl-fetch-confirm-threshold): Ditto.
7028
7029         * wl-summary.el (wl-summary-confirm-appends): Removed.
7030         (wl-summary-sync-update): Don't refer
7031         `wl-summary-update-confirm-threshold' (It is now abolished).
7032
7033         * wl-message.el (wl-message-display-internal): Don't refer
7034         `wl-fetch-confirm-threshold' (It is now abolished).
7035
7036 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7039
7040 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7041
7042         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7043         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7044         Change default value to nil.
7045         (wl-summary-indent-length-limit): The value can be nil, nil means
7046         unlimited.
7047
7048         * wl-summary.el: Don't set limit for indent length if the value of
7049         wl-summary-indent-length-limit is nil.
7050         If the value of wl-summary-width is nil, it means only that the width
7051         of summary is unlimited (nil doesn't mean that the indent length is
7052         unlimited).
7053
7054         * wl-thread.el: Ditto.
7055
7056 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7057
7058         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7059         be nil, nil means never confirm.
7060         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7061
7062 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7063
7064         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7065         means unlimited).
7066
7067 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7070         Use `with-temp-buffer'.
7071
7072 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7075         with new backquote style).
7076         (wl-folder-get-entity-from-buffer): Ditto.
7077
7078 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7079
7080         * wl-version.el (nemacs-version): Eliminated.
7081         (wl-extended-emacs-version2): Ignore nemacs.
7082         (wl-extended-emacs-version3): Ditto.
7083
7084 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7085
7086         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7087         (wl-draft-add-in-reply-to): New variable.
7088         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7089         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7090         (wl-draft-yank-from-mail-reply-buffer): Use
7091         `wl-draft-add-in-reply-to'.
7092         (wl-draft-insert-current-message): Ditto.
7093
7094 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7095
7096         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7097         typo (kill->hide).
7098         (wl-message-buffer-prefetch-folder-type-list): Added elements
7099         `mark' and `cache' instead of `internal'.
7100
7101 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7104         resume msgdb directory.
7105
7106 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * wl.el (wl-exit): Call `wl-acap-exit'.
7109
7110         * wl-summary.el (wl-summary-message-string): New function.
7111         (wl-summary-reedit): Use it.
7112         (wl-summary-resend-bounced-mail): Remove needless let.
7113         (wl-summary-supersedes-message): Ditto.
7114         (wl-summary-save): Ditto.
7115
7116         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7117         (wl-acap-init): Set it.
7118         (wl-acap-exit): New function.
7119
7120 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7121
7122         * wl.el (wl-init): Revert (require 'mime-setup). move from
7123         toplevel.
7124
7125 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7126
7127         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7128         local variables.  Add error when guess function return invalid
7129         value.
7130
7131 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7132
7133         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7134         Change local variable name.
7135         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7136         (wl-folder-get-newsgroups): Return nil when non-news folder.
7137         * wl-summary.el (wl-summary-write-current-folder): State through
7138         when guess-list return nil.
7139         (wl-summary-write-current-folder-functions): Fixed docstring.
7140
7141         * wl.el (wl-exit): Changed confirm message.
7142
7143         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7144         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7145
7146         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7147
7148 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7149
7150         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7151         user option (Renamed from wl-cache-prefetch-folder-type-list).
7152         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7153         from wl-cache-prefetch-folder-list).
7154
7155         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7156         Move to wl-vars.el.
7157         (wl-message-buffer-prefetch-p): Changed to enable
7158         `wl-message-buffer-prefetch-folder-list'.
7159
7160         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7161         `ignore-cache'.
7162
7163 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7164
7165         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7166         `part-top' and `part-bottom'.
7167         (wl-draft-config-sub-part-top): New function.
7168         (wl-draft-config-sub-part-bottom): New function.
7169
7170 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7171
7172         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7173
7174 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7175
7176         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7177
7178 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7179
7180         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7181
7182         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7183         (wl-summary-write-current-folder): Ditto.
7184
7185 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-folder.el (wl-folder-get-newsgroups): Use
7188         `elmo-folder-newsgroups'.
7189
7190 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7191
7192         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7193         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7194         `wl-draft-config-sub-header-bottom'.
7195
7196 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7199         localnews folder.
7200
7201 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7202
7203         * wl-summary.el (wl-summary-mode): Undo last change.
7204
7205         * wl-folder.el (wl-folder-mode): Ditto.
7206
7207 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7208
7209         * wl-summary.el (wl-summary-mode): Locally set
7210         truncate-partial-window-width to nil.
7211         (for XEmacs)
7212
7213         * wl-folder.el (wl-folder-mode): Ditto.
7214
7215 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7218
7219 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7222         number.
7223
7224         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7225
7226         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7227
7228         * Version number is increased to 2.7.6.
7229
7230 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7233
7234 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-summary.el (wl-summary-sync-update): Enclose network
7237         related portion with `unwind-protect'.
7238
7239 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7240
7241         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7242
7243 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7244
7245         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7246         element.
7247         * wl-vars.el (wl-message-body-button-alist): Ditto.
7248
7249         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7250         max match length.
7251         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7252
7253         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7254         for the max match length;
7255         Use 4th element value for the button string regexp group.
7256
7257         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7258         candidate exists, prompt to select.
7259
7260 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7261
7262         * wl-summary.el (wl-summary-jump-to-msg): Search before
7263         calibration point by `beginning-of-line'.
7264
7265 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7266
7267         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7268         for access group.
7269
7270 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-message.el (wl-message-display-internal): Bind
7273         `default-mime-charset'.
7274
7275         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7276
7277         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7278
7279         * Version number is increased to 2.7.5.
7280
7281 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7282
7283         * wl-expire.el (wl-summary-archive): Fixed;
7284         Use `elmo-folder-name-internal'.
7285
7286 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7287
7288         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7289         from `elmo-folder-move-messages' caller.
7290         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7291
7292         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7293         related portions are changed).
7294
7295 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7296
7297         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7298         counter.
7299
7300 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7301
7302         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7303         buffer local and set it to nil.
7304
7305         * wl-message.el (wl-message-redisplay): Ditto.
7306
7307 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-summary.el (wl-summary-mark-as-important): If message is
7310         already cached, set messag as read, otherwise encache and mark as read.
7311
7312 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7313
7314         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7315         point-min.
7316
7317 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7320         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7321         a keymap.
7322
7323 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7326         parent.
7327
7328         * wl-mule.el (wl-message-define-keymap): Ditto.
7329
7330         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7331
7332         * wl-xmas.el (wl-message-display-internal-hook): Define.
7333         (wl-xmas-setup-message-toolbar): Define as function.
7334         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7335         (wl-message-overload-functions): Abolished.
7336         (wl-message-define-keymap): New function.
7337
7338         * wl-vars.el (wl-message-display-internal-hook): New variable.
7339         (wl-message-header-button-alist): New variable (Renamed from
7340         wl-highlight-message-header-button-alist).
7341         (wl-message-body-button-alist): Ditto.
7342
7343         * wl-mule.el (wl-message-define-keymap): New function.
7344         (wl-message-overload-functions): Abolished.
7345
7346         * wl-message.el (wl-message-add-buttons-to-body): New function.
7347         (wl-message-redisplay): Don't call wl-message-overload-functions;
7348         Call wl-message-add-buttons-to-header and
7349         wl-message-add-buttons-to-body.
7350         (wl-message-display-internal): Set keymap argument for
7351         elmo-mime-display-as-is, elmo-mime-message-display;
7352         Run wl-message-display-internal-hook.
7353         (wl-message-refer-article-or-url): Abolished.
7354
7355         * wl-highlight.el (wl-highlight-headers): Don't call
7356         wl-highlight-message-add-buttons-to-header.
7357         (wl-highlight-message-add-buttons-to-header): Abolished.
7358
7359
7360         * wl-e21.el (wl-message-display-internal-hook): Define.
7361         (wl-e21-setup-toolbar): Deleted duplicated binding.
7362         (wl-e21-setup-message-toolbar): Define as function.
7363         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7364         (wl-message-define-keymap): New function.
7365         (wl-message-overload-functions): Abolished.
7366
7367 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7370         and elmo-folder-close.
7371
7372         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7373
7374 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7375
7376         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7377         boolean value.
7378         * wl-draft.el (wl-draft-do-fcc): Ditto.
7379
7380 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7381
7382         * wl-vars.el (wl-fcc-force-as-read): New variable.
7383         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7384         mark copied message as read.
7385
7386 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7387
7388         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7389
7390 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7391
7392         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7393         `wl-summary-target-above' instead of obsolete variable
7394         `wl-summary-temp-above'.
7395
7396         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7397         instead of `make-obsolete-variable'.
7398         * wl-refile.el (toplevel): Ditto.
7399
7400 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7403         with third argument t.
7404         (wl-draft): Set first argument for wl-plugged-init as t.
7405
7406         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7407         definition.
7408
7409 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7410
7411         * wl-vars.el: Tabify.
7412         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7413
7414         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7415         message.
7416
7417 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7418
7419         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7420         and set default to beep.
7421
7422 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7423
7424         * wl-vars.el (wl-draft-truncate-lines): New variable.
7425
7426         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7427         instead of wl-message-truncate-lines for truncate-lines.
7428
7429 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl-message.el (wl-message-display-internal): Call
7432         `wl-highlight-message' after `elmo-mime-display-as-is'.
7433
7434         * wl-mime.el (wl-mime-display-text/plain): New function.
7435         (wl-mime-display-header): Ditto.
7436         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7437         body-presentation-method for text/plain;
7438         Register `wl-mime-display-header' as a header-presentation-method;
7439         Don't set up `elmo-message-text-content-inserted-hook' and
7440         `elmo-message-header-inserted-hook'.
7441
7442         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7443         variable.
7444         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7445         as t if flag is 'all-header;
7446         Don't bind `elmo-message-ignored-field-list',
7447         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7448
7449 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7452         for xemacs with non-mule environment.
7453
7454 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7455
7456         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7457         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7458         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7459
7460 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7461
7462         * wl-vars.el (wl-interactive-send): Set default value as t.
7463
7464 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7467         (wl-addrmgr-method-list): Abolished.
7468         (wl-addrmgr-change-method): Follow above change.
7469
7470         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7471
7472 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7473
7474         * wl-vars.el (wl-message-truncate-lines): Change default value
7475         to default-truncate-lines.
7476
7477         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7478
7479 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7480
7481         * wl-vars.el (wl-message-truncate-lines): New variable.
7482
7483         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7484         wl-message-truncate-lines.
7485
7486 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7487
7488         * wl-acap.el (wl-acap-init): Remove period from error message.
7489         (wl-acap-find-acap-service): Remove period from message.
7490
7491 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7492
7493         * wl.el (wl-check-environment): Undo last change.
7494
7495         * wl-vars.el (wl-from): Changed default value.
7496
7497         * wl-util.el (toplevel): Don't require tm-edit.
7498
7499         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7500         `wl-folder-init';
7501         Don't set mark on mail body.
7502         (wl-draft-reedit): Ditto.
7503
7504         * wl-address.el (wl-address-quote-specials): Define as an alias for
7505         elmo-address-quote-specials.
7506
7507 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7510
7511         * wl-vars.el (wl-from): Set default value as nil.
7512         (wl-organization): Set default value as ORGANIZATION environment
7513         variable.
7514
7515         * wl-draft.el (wl-smtp-extension-bind): Check value of
7516         wl-smtp-connection-type.
7517
7518         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7519         error.
7520
7521 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * Version number is increased to 2.7.4.
7524
7525         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7526         arguments from `wl-highlight-x-face-function' caller.
7527         Use x-face-1.3.6.12 or later.
7528
7529 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7530
7531         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7532
7533 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7534
7535         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7536         (wl-fcc): Fix to accept function.
7537         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7538
7539 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7540
7541         * wl-acap.el (toplevel): Added `product-provide' declare.
7542         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7543
7544 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * wl.el (wl): Changed order of calling `elmo-init'
7547         and `elmo-folder-init'.
7548
7549 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7550
7551         * wl-mime.el (wl-summary-burst): Extract message when content-type
7552         of root entity is not only `multipart' but also `message/rfc822'.
7553         (wl-summary-burst-subr): Ditto.
7554
7555 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * wl-vars.el (toplevel): Require 'custom.
7558         (wl-trash-folder): Added to `wl-setting' group.
7559
7560         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7561         exists.
7562         (wl-addrmgr-draw): Insert empty line when no entry exists.
7563
7564         * wl-mule.el (wl-message-wheel-up): Fixed.
7565         (wl-message-wheel-down): Ditto.
7566
7567 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7568
7569         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7570         config is an anonymous lambda expression.
7571
7572 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7575         when Mule 2 is running.
7576
7577 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7580
7581 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7582
7583         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7584         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7585
7586         * wl-address.el (wl-address-specials-regexp): Eliminated.
7587         (wl-address-quote-specials): Rewrite.
7588
7589 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7592         shy-groups for regexp.
7593
7594         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7595         character classes and Perl style shy-groups for regexp.
7596         (wl-highlight-plugged-current-line): Use Posix style character
7597         classes for regexp.
7598         (wl-e21-highlight-folder-by-numbers): Ditto.
7599         (wl-e21-display-image-p): Use `display-images-p' instead of
7600         `display-graphic-p'.
7601         (display-images-p): Make an alias to `display-graphic-p' if it is
7602         not available.  It is for Emacs version prior to 21.0.105.
7603
7604         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7605         `display-graphic-p'.
7606         (wl-demo-image-type-alist): Ditto.
7607         (display-images-p): Make an alias to `display-graphic-p' if it is
7608         not available.  It is for Emacs version prior to 21.0.105.
7609
7610 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7611
7612         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7613         support.
7614         (wl-generate-user-agent-string): Ditto.
7615
7616         * wl-version.el (wl-version): Update docsting.
7617         (wl-version-status): Ditto.
7618
7619 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7620
7621         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7622         21.0.105.  For Emacs 21.0.104 or earlier.
7623
7624 2001-09-03  Takuo KITAME <kitame@northeye.org>
7625
7626         * wl-e21.el (wl-plugged-init-icons): Use
7627         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7628         (wl-biff-init-icons): Ditto.
7629
7630 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-highlight.el (wl-highlight-summary-current-line):
7633         Fixed highlighting refile/copy destination.
7634
7635         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7636         (wl-acap-store): Encode string by wl-acap-coding-system.
7637
7638 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * wl-acap.el (toplevel): Check and require 'un-define before
7641         'xemacs-ucs;
7642          Added checking for UTF-2000.
7643
7644 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7647         Don't enclose with `eval-and-compile'.
7648
7649         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7650         wl-init is non-nil.
7651
7652         * wl-draft.el (wl-draft): Ditto.
7653
7654         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7655
7656         * wl-acap.el (toplevel): Require 'wl.
7657         (wl-acap-store): Call `elmo-init'.
7658
7659         * wl.el (wl): Changed position of `wl-check-environment'.
7660         (toplevel): Added autoload setting for wl-acap.
7661
7662         * wl-vars.el (wl-setting): New custom group.
7663         (wl-from): Added wl-setting group.
7664         (wl-user-mail-address-list): Ditto.
7665         (wl-organization): Ditto.
7666         (wl-subscribed-mailing-list): Ditto.
7667         (wl-envelope-from): Ditto.
7668         (wl-smtp-posting-user): Ditto.
7669         (wl-smtp-posting-server): Ditto.
7670         (wl-smtp-posting-port): Ditto.
7671         (wl-smtp-authenticate-type): Ditto.
7672         (wl-pop-before-smtp-user): Ditto.
7673         (wl-pop-before-smtp-server): Ditto.
7674         (wl-pop-before-smtp-port): Ditto.
7675         (wl-pop-before-smtp-authenticate-type): Ditto.
7676         (wl-nntp-posting-server): Ditto.
7677         (wl-nntp-posting-user): Ditto.
7678         (wl-nntp-posting-port): Ditto.
7679         (wl-fetch-confirm-threshold): Ditto.
7680         (wl-prefetch-threshold): Ditto.
7681         (wl-thread-insert-opened): Ditto.
7682         (wl-ldap-server): Ditto.
7683         (wl-ldap-port): Ditto.
7684         (wl-ldap-base): Ditto.
7685         (wl-ldap-objectclass): Ditto.
7686         (wl-use-ldap): Ditto.
7687         (wl-draft-config-alist): Ditto.
7688         (wl-draft-config-matchone): Ditto.
7689         (wl-template-alist): Ditto.
7690         (wl-message-sort-field-list): Ditto.
7691         (wl-message-ignored-field-list): Ditto.
7692         (wl-message-visible-field-list): Ditto.
7693         (wl-interactive-send): Ditto.
7694         (wl-summary-move-order): Ditto.
7695         (wl-auto-select-first): Ditto.
7696         (wl-auto-select-next): Ditto.
7697         (wl-interactive-save-folders): Ditto.
7698
7699         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7700         Initialization codes are moved from wl-local-folder-init.
7701         (wl-local-folder-init): Follow the change above.
7702         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7703
7704         * wl-acap.el: New file.
7705
7706         * Version number is increased to 2.7.3.
7707
7708 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7709
7710         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7711
7712 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7713
7714         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7715         (wl-addrmgr-address-entry-list): Ditto.
7716
7717 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7718
7719         * wl-e21.el (wl-draft-mode-map): Removed binding for
7720         `wl-draft-insert-x-face-field'.
7721
7722         * wl-mule.el (wl-draft-mode-map): Ditto.
7723
7724         * wl-xmas.el (wl-draft-mode-map): Ditto.
7725
7726         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7727         (wl-cs-autoconv): Ditto.
7728         (wl-cs-local): Ditto.
7729         (wl-use-scoring): Ditto.
7730         (wl-mime-charset): Ditto.
7731         (wl-folder-check-async): Ditto.
7732
7733         * wl.el (toplevel): Ignore nemacs and tm.
7734         (wl-exit): Ditto.
7735
7736         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7737         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7738         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7739         instead of wl-address-petname-add-or-change.
7740         (wl-summary-edit-addresses-subr): Use wl-address-delete
7741         instead of wl-address-petname-delete.
7742
7743         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7744
7745         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7746         if error occured.
7747
7748         * wl-message.el (require): Remove tm support.
7749
7750         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7751
7752         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7753         (wl-folder-jump-to-current-entity): Ditto.
7754         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7755
7756         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7757         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7758         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7759
7760         * wl-mule.el (wl-draft-key-setup): Ditto.
7761
7762         * wl-xmas.el (wl-draft-key-setup): Ditto.
7763
7764         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7765         (wl-draft-std11-parse-addresses): New function.
7766         (wl-draft-parse-mailbox-list): Use it.
7767         (wl-draft): Ignore nemacs.
7768         (wl-draft-reedit): Ditto.
7769
7770         * wl-addrmgr.el: New file.
7771         (Original is wl-rcpt.el written by
7772         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7773         Thanks Kitamoto-san.)
7774
7775         * wl-address.el (wl-address-make-address-list): Modified parsing
7776         process.
7777         (wl-address-delete): Renamed from `wl-address-petname-delete';
7778         Modify wl-address-list too.
7779         (wl-address-add-or-change): Renamed from
7780         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7781
7782 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7783
7784         * wl-highlight.el (wl-highlight-summary-current-line):
7785           Work with transient-mark-mode
7786
7787 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * Version number is increased to 2.7.2.
7790
7791         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7792         instead of elmo-dop-queue-method.
7793
7794 2001-08-06  SAITO Atsunori <sai@yedo.com>
7795
7796         * wl-vars.el (wl-ldap-objectclass): New user option.
7797
7798         * wl-address.el (wl-ldap-make-filter): Use it.
7799
7800 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7803
7804 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-folder.el (wl-folder): redisplay after folder insertion.
7807
7808         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7809
7810         * wl-summary.el (wl-summary-sync-update):
7811         Change status mark only when new-msgdb exists.
7812         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7813
7814 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * wl-summary.el (wl-summary-open-folder): New function.
7817         (wl-summary-goto-folder-subr): Use it.
7818         (wl-summary-mark-as-important): Fix;
7819         Encache only when no cache exists.
7820
7821 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7824         Use with-current-buffer.
7825
7826 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7827
7828         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7829         before call `get-buffer'. Fixed parenthesis.
7830         (wl-score-get-header-entry): Clear message and help window when
7831         keyboard quit.
7832         (wl-score-edit-insert-header): Ditto.
7833
7834 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7835
7836         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7837         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7838         (wl-default-draft-cite): Fix.
7839
7840         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7841         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7842
7843 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * wl-message.el (wl-message-prev-page): Do same bahavior
7846         as summary when it is called in the message buffer.
7847         (wl-message-next-page): Ditto.
7848
7849 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-summary.el (wl-summary-forward): Use cache if it is not
7852         section cache.
7853
7854 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7857         Removed redundant require of elmo-vars.
7858         (wl-biff-state-indicator-on): Changed default value for
7859         xemacs with non-mule environment.
7860
7861         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7862         wl-message-buffer is nil;
7863         Hide progress bar after moving messages.
7864
7865 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7868         message at cursor point is deleted.
7869
7870 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7871
7872         * wl-vars.el: Changed file coding system to euc-japan.
7873         Added -*-coding:-*- magic to the first line.
7874
7875         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7876         Search parent from the first message.
7877
7878         * Version number is increased to 2.7.1.
7879
7880 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7881
7882         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7883
7884 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7887         refile/delete execution.
7888
7889         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7890         Fixed docstring.
7891
7892 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7895         do update process;
7896         Don't update marks when update process is interrupted.
7897
7898 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7899
7900         * wl-summary.el (wl-summary-reply): Fixed problem when
7901         wl-draft-use-frame is non-nil.
7902         (wl-summary-forward): Ditto.
7903
7904         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7905         as nil.
7906         (wl-folder-mark-as-read-all-entity): Ditto.
7907         (wl-folder-prefetch-entity): Ditto.
7908
7909         * wl.el (wl): Check environment before wl-init.
7910
7911         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7912         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7913         instead of wl-summary-collect-unread.
7914         (wl-summary-reply): Split message window.
7915
7916 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7919         only if current language environment is japanese,
7920
7921         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7922         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7923         (wl-folder-goto-folder-subr): Ditto.
7924
7925         * wl-draft.el (wl-draft-dispatch-message): Call
7926         `elmo-file-cache-get-path'.
7927
7928 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7929
7930         * wl-summary.el (wl-summary-cursor-move): If return value of
7931         wl-summary-next-message is not number, don't jump.
7932
7933 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-summary.el (wl-summary-buffer-next-message-function): New
7936         variable.
7937         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7938         if it is bound.
7939
7940         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7941         string.
7942
7943         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7944         (wl-plugged-drawing): Ditto.
7945
7946 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7949         process.
7950         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7951         with unwind-protect.
7952
7953         * wl.el (wl-init): Require mime-setup.
7954         (wl-check-environment): Don't require mime-setup.
7955
7956         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7957         instead of elmo-folder-type.
7958
7959         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7960         value as nil.
7961
7962 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * Version number is increased to 2.7.0.
7965
7966         * wl-version.el (wl-version): Changed codename.
7967
7968         * wl-summary.el (wl-summary-delete-cache): Fixed.
7969
7970         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7971         Workaround for net folders.
7972         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7973
7974         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7975         value to nil (According to the patch from
7976         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7977
7978         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7979         of elmo-folder-close.
7980
7981 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7982
7983         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7984         for postfix.
7985
7986 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * wl-summary.el (wl-summary-resend-message): Fixed.
7989
7990         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7991         Call wl-draft with `from' argument if its address is included in
7992         `wl-user-mail-address-list'.
7993         (wl-draft): Added `from' argument.
7994
7995         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7996         non-nil.
7997         (wl): Don't show demo if wl-demo is nil.
7998
7999         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8000         wl-summary-use-frame.
8001
8002         * wl-vars.el (wl-summary-use-frame): New user option.
8003         (wl-folder-use-frame): Changed docstring.
8004
8005         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8006         non-nil.
8007         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8008         wl-summary-use-frame.
8009
8010         * wl-vars.el (wl-folder-use-frame): New user option.
8011
8012         * wl-summary.el (wl-summary-exit): Back to folder frame if
8013         wl-folder-use-frame is non-nil.
8014         (wl-summary-redisplay-internal): Ignore cache if current folder
8015         is draft folder,
8016         (wl-summary-redisplay-no-mime): Ditto.
8017         (wl-summary-redisplay-all-header): Ditto.
8018
8019         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8020         if wl-folder-use-frame is non-nil.
8021
8022 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8023
8024         * wl-summary.el (wl-summary-sync-update): Bind
8025         elmo-folder-update-threshold.
8026         (wl-summary-mark-as-important): Enclosed server mark processing
8027         with `save-match-data'.
8028
8029         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8030         only when it is already defined.
8031
8032 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8033
8034         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8035         name of folder exclude localdir is wrong.
8036         * wl-folder.el (wl-folder-sync-entity):
8037         Set `wl-summary-always-sticky-folder-list' as nil.
8038         (wl-folder-mark-as-read-all-entity): Ditto.
8039         (wl-folder-prefetch-entity): Ditto.
8040
8041 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8042
8043         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8044         instead of `wl-summary-write-current-newsgroup'.
8045
8046 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8047
8048         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8049         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8050         non-nil and selected message is important, do not display.
8051
8052 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8053
8054         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8055
8056 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8059
8060         * wl-summary.el (wl-summary-mark-as-important): Set message number
8061         using wl-summary-message-number.
8062
8063 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8064
8065         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8066         destination folder is 'null.
8067
8068 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8069
8070         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8071         New function.
8072         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8073         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8074         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8075
8076 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-mime.el (wl-mime-setup): Added setting for
8079         `mime-setup-signature-key-alist' to avoid overriding key bind for
8080         `wl-draft-send'.
8081
8082         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8083         for `wl-draft-send'.
8084         * wl-mule.el (wl-draft-overload-functions): Ditto.
8085         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8086         * wl-draft.el (wl-draft-send): Ditto.
8087
8088         * wl-message.el (wl-message-display-internal):
8089         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8090         (Patch is provided by <kita@coe.nttdata.co.jp>).
8091
8092 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8095
8096 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8097
8098         * wl.el (wl): Fix for wl-demo.
8099
8100 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8101
8102         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8103
8104 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8105
8106         * wl-folder.el (wl-folder-prefetch-entity): Use
8107         `wl-folder-get-elmo-folder'.
8108         (wl-folder-count-incorporates): Do not use
8109         `wl-folder-get-elmo-folder'.
8110
8111 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8112
8113         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8114         instead of `elmo-folder-get-type'.
8115
8116 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8117
8118         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8119         position on Subject: field.
8120         (Advised by Mito <mit@nines.nec.co.jp>)
8121
8122 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8123
8124         * wl-folder.el (wl-folder-prefetch-entity): Use
8125         `wl-folder-get-elmo-folder'.
8126
8127 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8130
8131         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8132         `process-duplicates' slot.
8133
8134         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8135         if detection failed.
8136
8137 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8138
8139         * wl-version.el (wl-version-status): Set to "alpha".
8140
8141 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8142
8143         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8144         Check wl-message-buffer lives before set-buffer.
8145
8146 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8147
8148         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8149         called in folder mode.
8150         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8151         * wl-summary.el (wl-summary-exit-pre-hook): Run
8152         `wl-summary-exit-pre-hook' before exit summary mode.
8153
8154 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8155
8156         * wl-version.el (wl-version-status): New variable.
8157         (wl-version-status-alist): Removed.
8158         (wl-version-status): Rule included.
8159
8160 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8163         @sponichi.
8164
8165         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8166         when `mail-reply-buffer' is buffer-local variable.
8167         (Reported by <kita@coe.nttdata.co.jp>).
8168
8169 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-vars.el (toplevel): Require 'elmo-util.
8172
8173 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8174
8175         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8176         (All other related portions are changed)
8177
8178         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8179
8180         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8181
8182 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8183
8184         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8185
8186 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8189         Delete other windows to avoid an error.
8190         Use `point-marker' instead of `point' to remember the start point
8191         of body.
8192
8193         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8194
8195         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8196         number not to exceed all message number.
8197
8198 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8199
8200         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8201         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8202
8203 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-summary.el (wl-summary-sync-force-update): Added argument
8206         no-check.
8207         (wl-summary-sync-update): Ditto.
8208         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8209         with `no-check'.
8210
8211         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8212         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8213         already running.
8214
8215 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8216
8217         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8218         `dst-folder-arg'.
8219         (wl-expire-archive-number1): Diito.
8220         (wl-expire-archive-number2): Diito.
8221         (wl-expire-archive-Date): Diito.
8222         (wl-archive-number1): Diito.
8223         (wl-archive-number2): Diito.
8224         (wl-archive-date): Diito.
8225         (wl-archive-folder-p): New function.
8226         (wl-summary-expire): Support of expand folder name at
8227         wl-expire-alist.
8228         * wl-util.el (wl-expand-newtext): Renamed from
8229         `wl-refile-expand-newtext'.
8230
8231 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8232
8233         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8234         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8235         `(elmo-msgdb-get-overview msgdb)'.
8236         (wl-summary-prefetch): Bind match data before call
8237         `wl-summay-prefetch-msg'.
8238         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8239         'off if `wl-summary-buffer-disp-msg' is non-nil.
8240         Fixed problem that couldn't show only one new or unread message when
8241         enter folder.
8242         (wl-summary-reply): Don't call `split-window-vertically' and other
8243         window.
8244
8245 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8246
8247         * wl-expire.el (wl-expire-refile): Fixed.
8248
8249 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8252
8253         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8254         biff notification is removed.
8255
8256         * wl.el (wl): Changed position of `elmo-init'.
8257
8258         * wl-draft.el (wl-default-draft-cite): Use date field
8259         on the citation buffer.
8260
8261         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8262
8263         * wl-xmas.el (wl-folder-internal-icon-list): Added
8264         `wl-folder-shimbun-image'.
8265
8266         * wl-e21.el (wl-folder-internal-icon-list): Added
8267         `wl-folder-shimbun-image'.
8268
8269 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8270
8271         * wl.el (wl-init): Eliminated argument.
8272         (wl): Rewrite.
8273
8274         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8275         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8276         instead of `elmo-folder-msgdb-internal'.
8277         (wl-summary-sync-update): Ditto.
8278         (wl-summary-flush-pending-append-operations): Eliminated.
8279         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8280         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8281         `elmo-folder-open'.
8282
8283         * wl-mime.el (wl-summary-burst): Fixed.
8284
8285         * wl-folder.el (wl-folder-info-save): Check data type.
8286
8287         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8288         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8289         instead of `elmo-folder-msgdb-internal'.
8290         (wl-expire-hide): Ditto.
8291
8292
8293         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8294
8295 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8296
8297         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8298
8299 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8300
8301         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8302
8303 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8304
8305         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8306         Fixed `match-beginning' argument mismatch.
8307
8308 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8309
8310         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8311         the default value.
8312
8313 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8316         instead of `elmo-nntp-default-port'.
8317
8318         * wl-vars.el: Fixed some doc strings.
8319
8320 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * wl-summary.el (wl-summary-prefetch-msg): Use
8323         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8324
8325         * wl-vars.el: Define *-func as obsolete variable using
8326         `elmo-define-obsolete-variable'.
8327
8328         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8329         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8330         instead of `wl-message-buffer-prefetch-threshold'.
8331
8332         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8333
8334         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8335
8336         * wl-draft.el (wl-caesar-region-func): Ditto.
8337
8338         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8339         Keep unread status in elmo-folder-move-messages.
8340         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8341
8342 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8343
8344         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8345         `wl-summary-buffer-exit-func'
8346         (wl-summary-buffer-message-redisplay-function): Renamed from
8347         `wl-summary-buffer-message-redisplay-func'
8348         (wl-summary-buffer-next-folder-function): Renamed from
8349         `wl-summary-buffer-next-folder-func'.
8350         (wl-summary-buffer-prev-folder-function): Renamed from
8351         `wl-summary-buffer-prev-folder-func'.
8352         (wl-summary-get-petname-function): Renamed from
8353         `wl-summary-get-petname-func'.
8354
8355         * wl-score.el (wl-score-edit-exit-function): Renamed from
8356         `wl-score-edit-exit-func'.
8357
8358         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8359         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8360
8361         * wl-util.el (wl-load-profile-function): Renamed from
8362         `wl-load-profile-func'.
8363
8364         * wl-folder.el (wl-folder-completion-function): Renamed from
8365         `wl-folder-completion-func'.
8366         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8367
8368         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8369         `wl-expire-archive-get-folder-func'.
8370         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8371         (wl-draft-send-mail-function): Renamed from
8372         `wl-draft-send-mail-func'.
8373         (wl-draft-send-news-function): Renamed from
8374         `wl-draft-send-news-func'.
8375         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8376         (wl-generate-mailer-string-function): Renamed from
8377         `wl-generate-mailer-string-func'.
8378         (wl-highlight-signature-search-function): Renamed from
8379         `wl-highlight-signature-search-func'.
8380         (wl-highlight-x-face-function): Renamed from
8381         `wl-highlight-x-face-func'
8382         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8383         (wl-ps-print-buffer-function): Renamed from
8384         `wl-ps-print-buffer-func'
8385         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8386         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8387         (wl-summary-subject-filter-function): Renamed from
8388         `wl-summary-subject-filter-func'.
8389
8390         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8391         `wl-draft-queue-flush-send-func'
8392         (wl-draft-cite-function): Renamed from
8393         `wl-draft-cite-func'
8394
8395         * wl-address.el (wl-address-init-function): Renamed from
8396         `wl-address-init-func'.
8397
8398 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * wl-draft.el (wl-draft-queue-flush): Don't call
8401         `elmo-dop-unlock-message'.
8402         * wl-draft.el (wl-draft-queue-append): Don't call
8403         `elmo-dop-lock-message'.
8404
8405         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8406         (wl-summary-buffer-folder-name): Ditto.
8407         (wl-summary-message-regexp): Added '-' (all other related portions
8408         are changed).
8409         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8410         wl-summary-buffer-folder-name.
8411
8412 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8413
8414         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8415         the number of mails in the folder buffer is not updated by wl-biff.
8416
8417 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8418
8419         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8420         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8421
8422 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8423
8424         * wl-summary.el (wl-summary-next-message):
8425         Return next message number when wl-summary-move-order is nil.
8426
8427 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8428
8429         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8430         `wl-summary-move-spec-alist'.
8431         (wl-summary-move-spec-unplugged-alist): New variable
8432         (Move spec for unplugged status).
8433         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8434         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8435
8436 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8437
8438         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8439         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8440
8441 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8442
8443         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8444         simple quotation to quote the anonymous function.
8445         * tm-wl.el (wl-draft-preview-message): Ditto.
8446
8447 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8448
8449         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8450         Eliminate redundant `save-excursion'.
8451         (wl-highlight-summary-current-line): Ditto.
8452
8453         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8454         accessing match data when `looking-at' failed.
8455
8456         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8457         `elmo-match-string' where users don't care about the speed.
8458         (wl-draft-save): Ditto.
8459
8460 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl-util.el (wl-regexp-opt): New function.
8463
8464         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8465         number from `wl-summary-buffer-number-list'.
8466         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8467         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8468         (wl-summary-move-spec-alist): Changed default setting.
8469
8470 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8471
8472         * wl-vars.el (wl-biff-notify-hook): New hook.
8473         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8474         the arrival of new mail.
8475         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8476         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8477
8478 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8481
8482 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8485
8486         * Version number is increased to 2.5.8.
8487
8488         * wl-thread.el (toplevel): require 'cl.
8489         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8490         (wl-thread-make-number-list): New function.
8491         (wl-thread-entity-make-number-list-from-children): Ditto.
8492         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8493         (wl-thread-entity-insert-as-children): Likewise.
8494         (wl-thread-delete-message): Likewise.
8495         (wl-meaning-of-mark): Eliminated.
8496         (wl-thread-next-failure-mark-p): Ditto.
8497         (wl-thread-entity-get-mark): Ditto.
8498         (wl-thread-meaning-alist-get-result): Ditto.
8499         (wl-thread-entity-check-prev-mark): Ditto.
8500         (wl-thread-entity-check-next-mark): Ditto.
8501         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8502         (wl-thread-entity-get-prev-marked-entity): Ditto.
8503         (wl-thread-get-prev-unread): Ditto.
8504         (wl-thread-jump-to-prev-unread): Ditto.
8505         (wl-thread-get-next-unread): Ditto.
8506         (wl-thread-jump-to-next-unread): Ditto.
8507         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8508         (wl-thread-entity-get-next-marked-entity): Ditto.
8509
8510         * wl-summary.el (wl-summary-buffer-number-list):
8511         New bufer-local variable.
8512         (wl-summary-switch-to-clone-buffer): Clone
8513         `wl-summary-buffer-number-list'.
8514         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8515         (wl-summary-cursor-move-regex): Eliminated.
8516         (wl-summary-cursor-up): Rewrite.
8517         (wl-summary-cursor-down): Ditto.
8518         (wl-summary-mode-spec-alist): New variable.
8519         (wl-summary-next-message): New inline function.
8520         (wl-summary-cursor-move): New function.
8521         (wl-summary-default-get-next-msg): Rewrite.
8522         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8523         (wl-summary-rescan): Ditto.
8524         (wl-summary-sync-all-init): Ditto.
8525         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8526         summary is not thread view.
8527         (wl-summary-sync-update): Ditto.
8528         (wl-summary-rescan): Ditto.
8529         (wl-summary-make-number-list): New function.
8530
8531         * wl-draft.el: "FCC" -> "Fcc".
8532
8533 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8534
8535         * wl-highlight.el (wl-highlight-summary-window):
8536         Call `set-buffer-modified-p'.
8537
8538         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8539         (wl): Call `elmo-init' and fix.
8540
8541         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8542         Use new variables.
8543
8544         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8545
8546 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8549
8550 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8551
8552         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8553
8554 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8555
8556         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8557         `wl-use-toolbar' nor `display-graphic-p'.
8558         (wl-e21-setup-message-toolbar): Ditto.
8559         (wl-e21-setup-summary-toolbar): Ditto.
8560         (wl-e21-setup-folder-toolbar): Ditto.
8561
8562         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8563         (wl-plugged-init-icons): Ditto.
8564
8565         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8566         `display-graphic-p'.
8567         (wl-plugged-set-folder-icon): Ditto.
8568         (wl-highlight-plugged-current-line): Ditto.
8569         (wl-highlight-folder-current-line): Ditto.
8570         (wl-e21-highlight-folder-group-line): Ditto.
8571         (wl-e21-setup-toolbar): Ditto.
8572         (wl-e21-display-image-p): New macro.
8573
8574         * wl-demo.el (wl-demo): Simplified.
8575         (wl-demo-image-type-alist): Use `image-type-available-p' for
8576         checking whether the image type `xbm' is available.
8577
8578 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8581         (wl-summary-input-range): Ditto.
8582
8583 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8584
8585         * wl-summary.el (wl-summary-edit-addresses): Use
8586         `wl-summary-get-original-buffer'
8587         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8588         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8589         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8590         (wl-summary-get-newsgroups): Eliminated.
8591         (wl-summary-set-crosspost): Ditto.
8592         (wl-summary-is-crosspost-folder): Ditto.
8593         (wl-crosspost-alist-load): Ditto.
8594         (wl-crosspost-alist-save): Ditto.
8595
8596         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8597         `elmo-setup-subscribed-newsgroups' instead of
8598         `elmo-nntp-make-groups-hashtb'.
8599         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8600         instead of `wl-crosspost-alist-save'.
8601
8602         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8603         of `elmo-folder-message-appendable-p'.
8604         (wl-mime-header-presentation-method): Eliminated.
8605
8606         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8607         (Error occurs in emacs21).
8608
8609         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8610         the current buffer).
8611
8612         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8613         instead of `wl-crosspost-alist-save'.
8614         (wl-init): `elmo-crosspost-message-alist-load'
8615         instead of `wl-crosspost-alist-load'
8616
8617         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8618         (wl-parse-newsgroups): Likewise.
8619         (wl-biff-notify): Run `wl-biff-notify-hook'.
8620
8621 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8622
8623         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8624
8625         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8626         when `wl-summary-lazy-highlight' is non-nil.
8627         (wl-summary-goto-folder-subr): Highlight only when
8628         `wl-summary-lazy-highlight' is non-nil.
8629
8630         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8631         Don't display progress and highlight temp-mark when
8632         `wl-summary-lazy-highlight' is non-nil.
8633         (wl-highlight-summary-window): New function.
8634         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8635
8636 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8637
8638         * wl-summary.el (wl-summary-sync): Change `all-visible'
8639         from `all-shown'
8640         (wl-summary-input-range): Ditto.
8641
8642 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8643
8644         * wl-e21.el (wl-highlight-folder-current-line): Call
8645         `wl-folder-init-icons' when folder icons have not been initialized.
8646
8647         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8648
8649         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8650         (wl-demo-image-type-alist): New macro.
8651
8652 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8653
8654         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8655         display does not support graphics.
8656         (wl-plugged-init-icons): Ditto.
8657         (wl-folder-init-icons): Ditto.
8658
8659         * wl-demo.el (wl-demo): Chech closely whether the display
8660         supports graphics.
8661
8662 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-summary.el (wl-summary-get-original-buffer): New function.
8665         (wl-summary-set-crosspost): Use it.
8666         (wl-summary-target-mark-uudecode): Ditto.
8667         (wl-summary-reedit): Ditto.
8668         (wl-summary-resend-bounced-mail): Ditto.
8669         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8670         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8671
8672         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8673         (wl-message-display-internal): Ditto.
8674
8675 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8676
8677         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8678
8679 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8680
8681         * wl-summary.el (wl-summary-save-view): Renamed from
8682         `wl-summary-save-status'.
8683
8684 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8685
8686         * wl-summary.el (wl-summary-sync): Added `all-shown'
8687
8688 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8689
8690         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8691
8692 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8693
8694         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8695
8696 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8697
8698         * wl-highlight.el (wl-highlight-summary-line-string): Use
8699         `zerop' instead of `= 0'.
8700         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8701
8702         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8703         for comparing numbers.
8704         (wl-template-prev): Use `zerop' instead of `eq 0'.
8705
8706         * wl-draft.el (wl-draft-insert-current-message): Use
8707         `with-current-buffer' instead of `save-excursion'.
8708         Use `zerop' instead of `eq 0'.
8709
8710 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8711
8712         * wl-draft.el (wl-draft-insert-ccs): New function.
8713         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8714         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8715
8716 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8719
8720 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8721
8722         * wl-expire.el (wl-expire-refile): Don't call
8723         elmo-msgdb-add-msgs-to-seen-list;
8724         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8725         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8726
8727 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8728
8729         * wl-message.el (wl-message-prev-page): Ignore errors while
8730         scroll-down.
8731
8732 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8733
8734         * wl-mime.el: Use elmo-original-message-mode instead of
8735         mmelmo-original-mode.
8736
8737         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8738         `elmo-folder-get-spec';
8739         (wl-fldmgr-add-completion-all-completions):
8740         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8741
8742         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8743         of `elmo-folder-get-type'.
8744
8745         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8746         `elmo-folder-get-spec';
8747         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8748         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8749         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8750         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8751         `elmo-read-msg-no-cache';
8752         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8753         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8754         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8755         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8756         `elmo-cache-save';
8757         (wl-draft-reedit): Use `elmo-message-file-name'.
8758
8759         * wl-expire.el: Use `elmo-folder-name-internal';
8760         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8761         Use macro `wl-summary-buffer-msgdb' instead of variable
8762         `wl-summary-buffer-msgdb';
8763         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8764         Use macro `wl-summary-buffer-folder-name' instead of variable
8765         `wl-summary-buffer-folder-name'.
8766         * wl-score.el: Likewise.
8767
8768         * wl-message.el: Rewrite for new message buffer cache mechanism.
8769         (wl-message-buffer-cache-buffer-get): New macro.
8770         (wl-message-buffer-cache-folder-get): Ditto.
8771         (wl-message-buffer-cache-message-get): Ditto.
8772         (wl-message-buffer-cache-entry-make): Ditto.
8773         (wl-message-buffer-cache-hit): Ditto.
8774         (wl-message-buffer-cache-sort): New function.
8775         (wl-message-buffer-cache-add): Ditto.
8776         (wl-message-buffer-cache-delete): Ditto.
8777         (wl-message-buffer-cache-clean-up): Ditto.
8778         (wl-message-buffer-window): Rewrite.
8779         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8780         (wl-message-buffer-display): New function.
8781         (wl-message-display-internal): New function.
8782
8783 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-folder.el: Use `elmo-folder-name-internal';
8786         Use `wl-folder-get-elmo-folder';
8787         Use `elmo-folder-list-messages' instead of
8788         `elmo-list-folder';
8789         Use `elmo-folder-get-primitive-list' instead of
8790         `elmo-folder-get-primitive-spec-list';
8791         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8792         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8793         Use `elmo-folder-create' instead of `elmo-create-folder'.
8794         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8795         (wl-folder-get-elmo-folder): New macro.
8796         (wl-folder-elmo-folder-cache-get): Ditto.
8797         (wl-folder-elmo-folder-cache-put): Ditto.
8798         (wl-folder-suspend): Call `elmo-quit'.
8799
8800         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8801         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8802         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8803         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8804         (toplevel): require 'cl.
8805         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8806
8807         * wl-summary.el: Rewrite to use new elmo interface.
8808
8809 \f
8810 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-mime.el (wl-draft-preview-message):
8813         Run `wl-draft-send-hook' before collecting recipients information;
8814         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8815
8816         * tm-wl.el (wl-draft-preview-message): Ditto.
8817
8818 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8819
8820         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8821         wrong recipients are displayed when forwarded message.
8822
8823 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8824
8825         * Version number is increased to 2.5.7.
8826
8827 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8828
8829         * wl-message.el (wl-message-next-page): Bind
8830         `window-pixel-scroll-increment' to nil while scrolling up.
8831
8832 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8833
8834         * wl-vars.el (wl-save-hook): New hook.
8835         * wl.el (wl-save): Call `wl-save-hook'.
8836
8837 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8838
8839         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8840         Argument WITH-ARG instead of NO-ARG (negative mean).
8841         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8842         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8843         * wl-message.el (wl-message-follow-current-entity): Likewise.
8844
8845 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8846
8847         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8848         FROM was optional argument.
8849         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8850
8851 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8852
8853         * Version number is increased to 2.5.6.
8854
8855 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8856
8857         * wl-version.el (wl-version-show): Removed.
8858         (wl-version): Add `interactive'.
8859
8860 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8861
8862         * wl-summary.el (wl-summary-get-petname-func): New variable.
8863         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8864         instead of `wl-address-get-petname-1'.
8865         (wl-summary-simple-from): Ditto.
8866
8867         * wl-address.el (wl-address-get-petname-1): Define as function.
8868
8869 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8872         field in the original message.
8873         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8874
8875 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8876
8877         * wl-expire.el (wl-expire-hide):
8878         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8879
8880 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8883         find decoder for To, Cc, and Subject.
8884
8885 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8888         for checking `elmo-use-buffer-cache'.
8889         (wl-summary-mark-as-important): Fixed typo in comment.
8890
8891 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8894         field in the original message.
8895         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8896
8897 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8898
8899         * wl-expire.el (wl-expire-hide):
8900         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8901
8902 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8905         find decoder for To, Cc, and Subject.
8906
8907 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * Version number is increased to 2.5.5.
8910
8911         * wl-address.el (wl-address-specials-regexp): New constant.
8912         (wl-address-quote-specials): Use it.
8913
8914 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8915
8916         * wl-summary.el (wl-summary-rescan):
8917         Call `wl-summary-buffer-number-column-detect'.
8918         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8919
8920         * wl-message.el (wl-message-mode-map): Define.
8921         (wl-message-decode): Use it as local-map.
8922
8923 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8924
8925         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8926         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8927
8928 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8929
8930         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8931
8932         * wl-mule.el (wl-read-event-char): Ditto.
8933
8934         * wl-e21.el (wl-read-event-char): Ditto.
8935
8936         * wl-nemacs.el (wl-read-event-char): Ditto.
8937         (read-event): Removed.
8938
8939         * wl-util.el (toplevel): Removed dummy definition of
8940         `read-event'.
8941         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8942
8943 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8944
8945         * wl-nemacs.el (elmo-archive-call-process): Moved to
8946         elmo-archive.el.
8947
8948 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8949
8950         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8951         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8952
8953         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8954         instead of magic-number 6.  Use `not' instead of `null' for symbol
8955         `nil' check (not empty list).
8956         (wl-draft-insert-x-face-field): Fixed paren style.
8957
8958         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8959         one-branch conditional statement, instead of `and' and `if'.
8960         (wl-draft-forward): Likewise.
8961         (wl-draft-add-references): Likewise.
8962         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8963
8964         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8965         conditional steatment.  Use `cond' instead of `if'.
8966         (wl-draft-confirm): Likewise.
8967
8968 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8969
8970         * wl-version.el (wl-version-show): Use `product-string-1'
8971         instead of `wl-version'.
8972         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8973
8974         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8975
8976 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8977
8978         * wl-highlight.el (wl-highlight-headers): Revert
8979         `wl-highlight-x-face-func' argument (`beg' and `end').
8980
8981 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8982
8983         * wl.el (toplevel): Move `product-provide' declare.
8984         * wl-demo.el (toplevel): Ditto.
8985         * wl-dnd.el (toplevel): Ditto.
8986         * wl-highlight.el (toplevel): Ditto.
8987         * wl-message.el (toplevel): Ditto.
8988         * wl-refile.el (toplevel): Ditto.
8989         * wl-util.el (toplevel): Ditto.
8990
8991 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8994         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8995         (wl-thread-close-all): keep cursor position.
8996
8997 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8998
8999         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9000         (eq x 0).
9001         (wl-generate-user-agent-string-1): Fix conditional statement.
9002
9003 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9004
9005         * wl.el (wl-check-environment): Additional check for
9006         'wl-local-domain' and `wl-message-id-domain'.
9007
9008 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9011
9012 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9013
9014         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9015         instead of `smtp-sasl-user-realm'.
9016
9017 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9018
9019         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9020
9021 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9022
9023         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9024         to the default value as well as `eword-lexical-analyzer'.
9025
9026 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9027
9028         * wl-version.el (wl-extended-emacs-version,
9029         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9030         `elmo-match-string' instead of `wl-match-string'.
9031
9032 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9033
9034         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9035         docstring.
9036
9037 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9038
9039         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9040
9041 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9042
9043         * wl-highlight.el (wl-highlight-headers): Remove
9044         `wl-highlight-x-face-func' argument (`beg' and `end').
9045
9046 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9047
9048         * wl-summary.el (wl-summary-mark-as-important):
9049         Remove cache if folder is local.
9050
9051 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9052
9053         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9054         to get existing e-mail address string.
9055
9056 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9057
9058         * wl-version.el (wl-generate-user-agent-string): Commentary.
9059         (wl-generate-user-agent-string-1): Use `when' for
9060         one-branch conditional statement, instead of `and' and `if'.
9061         (wl-extended-emacs-version, wl-extended-emacs-version2,
9062         wl-extended-emacs-version3): Ditto.
9063
9064 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9065
9066         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9067         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9068         condition-case; Remove initialization.
9069         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9070         (wl-summary-sync-update3): Added argument `sync-all';
9071         Eliminated local variable `msgdb';
9072         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9073         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9074         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9075
9076 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9077
9078         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9079         connection before call `wl-draft-send-mail-with-smtp'.
9080
9081 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * Version number is increased to 2.5.4.
9084
9085 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9086
9087         * wl.el (wl-check-environment): Additional check for
9088         'wl-local-domain' and `wl-message-id-domain'.
9089
9090 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9091
9092         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9093         buffer as command specific.
9094         (wl-folder-mark-as-read-all-entity): Ditto.
9095         (wl-folder-prefetch-entity): Ditto.
9096         (wl-folder-drop-unsync-entity): Ditto.
9097
9098         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9099         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9100         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9101
9102         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9103         save-excursion.
9104
9105 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9106
9107         * Version number is increased to 2.5.3.
9108
9109         * wl-summary.el (wl-summary-save-view-cache):
9110         Delete duplicated `write-region';
9111         Use `write-region-as-binary' instead of `as-binary-output-file' and
9112         `write-region'.
9113
9114 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9115
9116         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9117
9118 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9121         instead of `smtp-via-smtp'.
9122
9123 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9126
9127 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9128
9129         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9130         instead of `smtp-sasl-user-realm'.
9131
9132 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9133
9134         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9135
9136 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9137
9138         * Version number is increased to 2.5.2.
9139
9140 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9143         does not exist.
9144         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9145         (wl-biff-start): Call `timer-activate' if timer already exists.
9146
9147         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9148         only when it is bound as function.
9149
9150 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * Version number is increased to 2.5.1.
9153
9154 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9157         Print refile/copy destination.
9158
9159 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9162         queue-flush-only is non-nil.
9163
9164         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9165
9166         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9167         checking cache folder.
9168
9169 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9170
9171         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9172         `regexp-quote'.
9173
9174 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9175
9176         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9177         function.
9178         * wl-summary.el (wl-summary-write-current-folder-functions):
9179         Change default value.  Use it.
9180
9181 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * Version number is increased to 2.5.0.
9184
9185         * wl-version.el (wl-version): Changed codename.
9186
9187 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9188
9189         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9190         (wl-summary-supersedes-message): Ditto.
9191
9192 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9193
9194         * wl-refile.el (wl-refile-guess-functions): Renamed from
9195         `wl-refile-guess-func-list'.
9196
9197 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9198
9199         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9200         Fixed problem when no rule was matched.
9201
9202 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9203
9204         * wl-summary.el (wl-summary-get-mark): Fixed
9205         `wl-summary-buffer-target-mark' check logic.
9206
9207 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9208
9209         * wl-folder.el (wl-folder-write-current-folder): Added group
9210         folder check.
9211
9212         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9213         `wl-summary-write-current-newsgroup'.
9214         (wl-summary-write-current-folder-functions): New variable.
9215         * wl-folder.el (wl-folder-get-newsgroups): New function.
9216         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9217         (wl-folder-write-current-folder): Renamed from
9218         `wl-folder-write-current-newsgroup'.
9219
9220 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9221
9222         * Version number is increased to 2.3.93.
9223
9224 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9227         (wl-ldap-make-matched-value-list): Ditto.
9228         (wl-ldap-alias-safe-string): Split e-mail address.
9229
9230         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9231         petname folder default was selected.
9232         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9233         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9234
9235 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9236
9237         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9238         to `wl-draft-config-exec'.
9239
9240         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9241         instead of calling `wl-draft-config-exec';
9242         Process group-list and show recipients in minibuffer.
9243
9244         * tm-wl.el (wl-draft-preview-message): Ditto.
9245
9246 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9247
9248         * wl.el (toplevel): Added (C) to copyright notice, and
9249         sync Author header.
9250         * tm-wl.el (toplevel): Ditto.
9251         * wl-address.el (toplevel): Ditto.
9252         * wl-demo.el (toplevel): Ditto.
9253         * wl-dnd.el (toplevel): Ditto.
9254         * wl-draft.el (toplevel): Ditto.
9255         * wl-e21.el (toplevel): Ditto.
9256         * wl-expire.el (toplevel): Ditto.
9257         * wl-folder.el (toplevel): Ditto.
9258         * wl-highlight.el (toplevel): Ditto.
9259         * wl-message.el (toplevel): Ditto.
9260         * wl-mime.el (toplevel): Ditto.
9261         * wl-mule.el (toplevel): Ditto.
9262         * wl-nemacs.el (toplevel): Ditto.
9263         * wl-refile.el (toplevel): Ditto.
9264         * wl-score.el (toplevel): Ditto.
9265         * wl-summary.el (toplevel): Ditto.
9266         * wl-template.el (toplevel): Ditto.
9267         * wl-thread.el (toplevel): Ditto.
9268         * wl-util.el (toplevel): Ditto.
9269         * wl-vars.el (toplevel): Ditto.
9270         * wl-xmas.el (toplevel): Ditto.
9271
9272 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9273
9274         * wl.el (wl-init): Added comment about `wl-init-hook'.
9275         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9276         * wl-vars.el (wl-init-hook): Added docs.
9277         (wl-make-plugged-hook): Removed useless docs.
9278         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9279         * wl-xmas.el (toplevel): Ditto.
9280
9281 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9282
9283         * wl-address.el (toplevel): Fixed multiple Author header format.
9284         * wl-demo.el (toplevel): Ditto.
9285         * wl-draft.el (toplevel): Ditto.
9286         * wl-folder.el (toplevel): Ditto.
9287         * wl-summary.el (toplevel): Ditto.
9288         * wl-thread.el (toplevel): Ditto.
9289         * wl-util.el (toplevel): Ditto.
9290         * wl-vars.el (toplevel): Ditto.
9291         * wl-version.el (toplevel): Ditto.
9292         * wl-xmas.el (toplevel): Ditto.
9293         * wl.el (toplevel): Ditto.
9294
9295         * wl-version.el (toplevel): Added require `elmo-version' for
9296         `product-version-as-string'.
9297
9298 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9299
9300         * wl-vars.el (wl-draft-send-hook): Changed default value to
9301         '(wl-draft-config-exec).
9302
9303         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9304         explicitly.
9305         (wl-draft): Set `wl-draft-config-exec-flag' before running
9306         `wl-mail-setup-hook'.
9307
9308         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9309         `wl-biff-init-icons' to `wl-init-hook' instead of
9310         `wl-make-plugged-hook'.
9311         (Because if `wl-draft' command is invoked at first,
9312         they are not initialized)
9313         Updated copyright notice.
9314
9315         * wl-e21.el (toplevel): Ditto;
9316
9317         * wl-demo.el (toplevel): Updated copyright notice.
9318         * wl-address.el (toplevel): Ditto.
9319         * wl-draft.el (toplevel): Ditto.
9320         * wl-version.el (toplevel): Ditto.
9321         * wl-folder.el (toplevel): Ditto.
9322         * wl-summary.el (toplevel): Ditto.
9323         * wl-thread.el (toplevel): Ditto.
9324         * wl-util.el (toplevel): Ditto.
9325         * wl-vars.el (toplevel): Ditto.
9326         * wl.el (toplevel): Ditto.
9327
9328 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-highlight.el (wl-highlight-message): Fixed problem of
9331         highlighting failure which occured when the last field contains
9332         multiple lines in the draft buffer.
9333
9334         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9335         `wl-biff-start' if plugged.
9336
9337         * wl-util.el (wl-biff-check-folder): New function.
9338         (wl-biff-check-folders): Don't set session name prefix.
9339         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9340         (wl-biff-check-folder-async): Ditto.
9341
9342         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9343         in email address.
9344
9345 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9346
9347         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9348
9349         * wl-draft.el (wl-draft-strip-subject-re): New function.
9350
9351         * wl-draft.el (wl-draft-reply): Use it.
9352
9353 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9354
9355         * wl-message.el (wl-mmelmo-message-redisplay): Use
9356         `mime-display-message' instead of `wl-mime-display-message'.
9357
9358         * wl-mime.el (toplevel): Removed compatibility workaround
9359         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9360         (wl-mime-display-message): Abolished.
9361         (wl-mime-entity-read-field): Ditto.
9362         (wl-mime-combine-message/partial-pieces): Use
9363         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9364
9365 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9366
9367         * wl-template.el: Doc fixes.
9368
9369 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9370
9371         * wl-e21.el (wl-message-overload-functions): Do nothing if
9372         `current-local-map' is not available.
9373         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9374
9375 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9376
9377         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9378         representation.
9379
9380         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9381         number.
9382         (wl-fldmgr-save-folders): Don't use `format' when insert
9383         `wl-fldmgr-folders-header'.
9384
9385 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9386
9387         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9388
9389 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9390
9391         * wl-highlight.el (wl-highlight-message):
9392         Use `std11-field-end' to detect end point of the header field.
9393         Refer `wl-highlight-max-header-size'.
9394
9395         * wl-vars.el (wl-highlight-max-header-size): New variable.
9396
9397         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9398
9399         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9400         Set `for-draft' argument of wl-highlight-headers.
9401         (wl-draft): Ditto.
9402         (wl-draft-reedit): Ditto.
9403         (wl-user-agent-compose-internal): Ditto.
9404
9405 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9406
9407         * wl-message.el (wl-message-add-button): Use overlay.
9408
9409 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9412
9413         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9414         problem when group-list content is nothing.
9415         (Reported by Mito <mit@nines.nec.co.jp>)
9416
9417 2000-10-18  SAITO Atsunori <sai@yedo.com>
9418
9419         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9420
9421 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9422
9423         * tm-wl.el (toplevel): Use product-provide.
9424
9425 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9426
9427         * Version number is increased to 2.3.92.
9428
9429 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9430
9431         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9432         title text, use `display' property for left margin under Emacs 21.
9433
9434         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9435         properties.
9436         (wl-plugged-init-icons): Ditto.
9437
9438 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9439
9440         * wl.el (wl-save-status, wl-init): Remove last period in
9441         "...done." message.
9442         * tm-wl.el (wl-summary-burst): Ditto.
9443         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9444         wl-summary-resume-cache-status,
9445         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9446         wl-summary-sync-update3, wl-summary-highlight-msgs,
9447         wl-summary-flush-pending-append-operations,
9448         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9449         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9450         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9451         wl-thread-open-all): Ditto.
9452         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9453         * wl-mime.el (wl-summary-burst): Ditto.
9454         * wl-highlight.el (wl-highlight-summary): Ditto.
9455         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9456         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9457         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9458         * wl-address.el (wl-local-address-init): Ditto.
9459
9460 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9461
9462         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9463         `add-text-properties'.
9464         (wl-plugged-init-icons): Ditto.
9465         (wl-folder-init-icons): Use `propertize' instead of
9466         `put-text-property'.
9467         (wl-plugged-set-folder-icon): Ditto.
9468         (wl-e21-highlight-folder-group-line): Ditto.
9469
9470 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9471
9472         * wl-version.el (wl-version-status-alist): New variable.
9473         (wl-version-status): New function.
9474
9475         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9476         "Cc" part of the case "Reply-To".
9477
9478         * wl-draft.el (wl-draft-reply): Use result of
9479         `eword-extract-address-components'.
9480
9481         * wl-demo.el (wl-demo-icon-name): New constant.
9482         (wl-logo-xpm): Use it.
9483         (wl-logo-xbm): Ditto.
9484         (wl-logo-bitmap): Ditto.
9485
9486         * Version number is increased to 2.3.91.
9487
9488 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9489
9490         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9491         (wl-extended-emacs-version, wl-extended-emacs-version2,
9492         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9493         docstring.
9494
9495         * wl-version.el (wl-generate-user-agent-string-1): New function.
9496         (wl-generate-user-agent-string): Use it.
9497
9498         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9499         `mime-edit-insert-user-agent-field'.
9500         (wl-generate-user-agent-string): Check
9501         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9502
9503         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9504         instead of `if', when verbose case.
9505
9506 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9507
9508         * wl-expire.el (wl-summary-expire): Fix.
9509
9510 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9511
9512         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9513         and `elmo-lost+found-folder' if 'wl-draft.
9514         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9515
9516 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9517
9518         * wl-expire.el (wl-summary-expire): Change messages.
9519         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9520         `deleing-info' instead of "Deleting..."
9521
9522 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9523
9524         * wl-summary.el (wl-summary-refile-subr): Fix.
9525
9526 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9527
9528         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9529         if pipe folder.
9530
9531 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9532
9533         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9534
9535 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9536
9537         * wl-expire.el (wl-expire-hide): New function.
9538         (wl-summary-expire): Add `hide'.
9539
9540 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9541
9542         * wl-vars.el (wl-draft-reply-without-argument-list):
9543         Changed default value to consider `Reply-To:'.
9544         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9545
9546         * Version number is increased to 2.3.90.
9547
9548         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9549         elmo-imap4-get-session with unwind-protect.
9550         Don't cause error.
9551         (wl-summary-sync-marks): Don't check plugged nor folder type.
9552         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9553         (Always keep current buffer).
9554
9555 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9556
9557         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9558         Enclose with `save-excursion'.
9559
9560 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9561
9562         * wl-version.el (wl-version): Remove interactive.
9563
9564 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9565
9566         * wl-version.el (wl-generate-user-agent-string): Use
9567         `product-string-verbose' instead of `product-string-1'.
9568
9569 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9570
9571         * wl-vars.el (wl-draft-use-cache): New variable.
9572         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9573         if wl-draft-use-cache is non-nil.
9574
9575 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9576
9577         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9578         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9579
9580 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9581
9582         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9583         (wl-thread-msg-mark-as-unread): Ditto.
9584
9585         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9586         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9587         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9588         Don't set mark in summary if return value of `elmo-mark-as-read'
9589         is nil.
9590         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9591         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9592         instead of `wl-thread-msg-mark-as-read'.
9593         (wl-summary-mark-as-unread-region): Ditto.
9594         (wl-summary-target-mark-mark-as-read): Ditto.
9595
9596         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9597
9598 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9599
9600         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9601
9602         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9603
9604 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9605
9606         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9607         face.
9608
9609 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9610
9611         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9612         `running-xemacs'.
9613
9614 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9615
9616         * wl-version.el (toplevel): Use `product-version-as-string' for
9617         set verstion-string, if defined.
9618
9619         * wl-version.el (wl-version-show): Insert string at point, when
9620         call with argument.
9621
9622         * wl-version.el (wl-generate-user-agent-string): Use
9623         `product-string-1' instead of `wl-appname', `wl-version' and
9624         `wl-codename'.
9625
9626 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9627
9628         * wl-address.el (toplevel): Use product-provide.
9629         * wl-demo.el (toplevel): Ditto.
9630         * wl-dnd.el (toplevel): Ditto.
9631         * wl-draft.el (toplevel): Ditto.
9632         * wl-e21.el (toplevel): Ditto.
9633         * wl-expire.el (toplevel): Ditto.
9634         * wl-fldmgr.el (toplevel): Ditto.
9635         * wl-folder.el (toplevel): Ditto.
9636         * wl-highlight.el (toplevel): Ditto.
9637         * wl-message.el (toplevel): Ditto.
9638         * wl-mime.el (toplevel): Ditto.
9639         * wl-mule.el (toplevel): Ditto.
9640         * wl-nemacs.el (toplevel): Ditto.
9641         * wl-refile.el (toplevel): Ditto.
9642         * wl-score.el (toplevel): Ditto.
9643         * wl-summary.el (toplevel): Ditto.
9644         * wl-template.el (toplevel): Ditto.
9645         * wl-thread.el (toplevel): Ditto.
9646         * wl-util.el (toplevel): Ditto.
9647         * wl-vars.el (toplevel): Ditto.
9648         * wl-xmas.el (toplevel): Ditto.
9649         * wl.el (toplevel): Ditto.
9650
9651 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9652
9653         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9654         instead of product.
9655
9656         * wl-version.el (wl-version): Compile time evalution elmo-version.
9657
9658 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9659
9660         * wl-summary.el (wl-summary-sync-force-update): Append queue
9661         `mark-as-read'if unplugged.
9662
9663 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9664
9665         * wl-version.el: New file.  Use product.el.
9666         * wl.el: add (require 'wl-version).
9667         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9668         for ~/.folders header.
9669         (wl-fldmgr-folders-header): Changed.
9670         * wl-demo.el (wl-demo): Use product.el.
9671
9672         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9673         wl-version.el.
9674         * wl-util.el (wl-version, wl-version-show): Ditto.
9675
9676         * wl-util.el (wl-generate-user-agent-string,
9677         wl-extended-emacs-version, wl-extended-emacs-version2,
9678         wl-extended-emacs-version3): Move to wl-version.el.
9679         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9680         xemacs-codename, mime-edit-insert-user-agent-field,
9681         mime-edit-user-agent-value, mime-editor/version,
9682         mime-editor/codename): Compile warning killer move to
9683         wl-version.el
9684
9685 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9686
9687         * wl-summary.el (wl-summary-refile-subr): Fix.
9688
9689 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9690
9691         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9692         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9693
9694 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9695
9696         * wl.el (wl-check-environment): Check too many `@'.
9697
9698 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9699
9700         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9701
9702 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9703
9704         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9705         wl-draft-reply-myself-without-argument-list): Add variables.
9706         * wl-draft.el (wl-draft-reply): Use it.
9707
9708 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9709
9710         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9711         the 5th argument of `elmo-network-get-spec'.
9712
9713         * wl-thread.el (wl-thread-reparent-children): New inline function.
9714         (wl-thread-delete-message): Use it.
9715
9716         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9717         (wl-summary-score-update-all-lines): Don't use `dolist'.
9718
9719 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9720
9721         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9722         (require 'elmo-msgdb) for inline function.
9723
9724 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9725
9726         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9727
9728 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9729
9730         * wl-score.el (wl-score-headers): Fix for the confusing macro
9731         `elmo-kill-buffer'.
9732
9733 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9734
9735         * wl-summary.el: Don't use the 3rd argument of `require' because
9736         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9737         * wl-util.el: Ditto.
9738         * wl-draft.el: Ditto.
9739
9740 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9741
9742         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9743         window system is not used.
9744
9745 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9746
9747         * wl-thread.el: Don't use `mapcar' only for iteration.
9748         (wl-thread-resume-entity): Ditto.
9749         (wl-thread-delete-message): Ditto.
9750
9751         * wl-summary.el: Bind `dragdrop-drop-functions',
9752         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9753         of `require' for `timezone', `easymenu' and `ps-print';
9754         don't use `mapcar' only for iteration.
9755
9756         * wl-util.el: Bind `mule-version', `nemacs-version',
9757         `emacs-beta-version', `xemacs-codename',
9758         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9759         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9760         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9761         only for iteration.
9762
9763         * wl-score.el: Don't use `mapcar' only for iteration.
9764         (wl-score-simplify-buffer-fuzzy): Ditto.
9765         (wl-score-simplify-subject): Ditto.
9766         (wl-score-headers): Ditto.
9767         (wl-summary-score-update-all-lines): Ditto.
9768
9769         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9770         `enable-multibyte-characters' and `mule-version'.
9771
9772         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9773         `mapcar' only for iteration.
9774
9775         * wl-demo.el: Don't use `mapcar' only for iteration.
9776
9777         * wl-folder.el: Don't use `mapcar' only for iteration.
9778         (wl-folder-open-all): Ditto.
9779         (wl-folder-count-incorporates): Ditto.
9780
9781         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9782         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9783
9784         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9785         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9786         `smtp-connection-type'; specify 3rd argument of `require' for
9787         `timezone'; don't use `mapcar' only for iteration.
9788         (wl-draft-clone-local-variables): Don't use `mapcar'.
9789         (wl-draft-generate-clone-buffer): Ditto.
9790         (wl-user-agent-compose-internal): Ditto.
9791
9792         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9793
9794         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9795         (wl-save-status): Ditto.
9796
9797         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9798         for iteration.
9799
9800 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9801
9802         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9803         removed `Date'.
9804         (wl-fldmgr-make-filter-default): New user option.
9805
9806         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9807         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9808         (wl-fldmgr-filter-completion-alist): Abolish.
9809
9810         * wl.el (wl): Don't check servers if arg is non-nil.
9811
9812         * wl-draft.el (wl-draft-reply): Set only message-id string to
9813         In-Reply-To field.
9814
9815 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9816
9817         * wl-summary.el (wl-summary-pick): Rewrite.
9818
9819         * wl-draft.el (wl-draft-forward): Get references field from
9820         original buffer.
9821         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9822
9823 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9824
9825         * wl-draft.el (wl-draft-forward): Add references field.
9826
9827 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9830         (wl-draft-reply): Use it.
9831
9832 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9833
9834         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9835         when Emacs 21 is running.
9836
9837         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9838         bindings.
9839
9840 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9841
9842         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9843         XPM icons transparent.
9844
9845         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9846         Emacs 21.
9847
9848 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9849
9850         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9851         nil.
9852
9853         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9854         when it is persistent.
9855         (wl-summary-sync-marks): Changed argument for
9856         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9857         (wl-summary-virtual): Use `elmo-read-search-condition'.
9858         (wl-summary-redisplay-internal): If folder is local, mark as read
9859         even when folder is plugged.
9860
9861 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9862
9863         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9864         of `tool-bar-lines' in the frame parameters.
9865         (after-make-frame-functions, post-command-hook): Don't modify the
9866         value.
9867         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9868         wl-e21-tool-bar-lines): Removed.
9869
9870 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9871
9872         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9873         properties `evaporate' and `wl-momentary-overlay' as well.
9874         (wl-highlight-summary-displaying): Ditto.
9875         (wl-delete-all-overlays): Don't delete overlay which does not have
9876         a property `wl-momentary-overlay'.
9877
9878         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9879         `display-mouse-p' and `display-graphic-p'.
9880         (wl-folder-init-icons): Don't search for XBM or the other files.
9881         (wl-plugged-set-folder-icon): Make icons if and only if
9882         `display-graphic-p' returns non-nil.
9883         (wl-highlight-plugged-current-line): Use `before-string' overlay
9884         property to show icon images.
9885         (wl-highlight-folder-current-line): Ditto.
9886         (wl-e21-highlight-folder-group-line): Ditto.
9887         (wl-e21-highlight-folder-by-numbers): Ditto.
9888         (wl-e21-insert-image): Removed.
9889         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9890         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9891         said.
9892         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9893         `wl-e21-force-switch-toolbar'.
9894         (wl-e21-make-icon-image): Removed.
9895         (wl-e21-setup-toolbar): Don't search for XBM files.
9896         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9897         the default value.
9898
9899 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9900
9901         * wl-util.el (wl-biff-check-folder-async): Set
9902         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9903
9904 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9905
9906         * wl-e21.el (after-make-frame-functions): Add
9907         `wl-e21-force-switch-toolbar'.
9908         (wl-e21-force-switch-toolbar): New function force to switch the
9909         toolbar appearance automatically.
9910         (post-command-hook): Add `wl-e21-switch-toolbar'.
9911         (wl-e21-switch-toolbar): New function to switch the toolbar
9912         appearance automatically.
9913         (wl-e21-tool-bar-lines): New buffer local variable.
9914
9915 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9916
9917         * wl-util.el (wl-biff-check-folders-running): New variable.
9918         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9919         (wl-biff-check-folder-async-callback):
9920         Set `wl-biff-check-folders-running'.
9921         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9922         with unwind-protect.
9923
9924         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9925         Enclose `wl-folder-auto-check' with unwind-protect.
9926
9927         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9928         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9929
9930         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9931
9932         * wl-util.el (wl-biff-notify): New inline function.
9933         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9934         locally.
9935         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9936         folder-list' is 1.
9937         Use `wl-biff-notify'.
9938         (wl-biff-check-folder-async-callback): New function.
9939         (wl-biff-check-folder-async): Ditto.
9940
9941         * wl-folder.el (wl-folder): Don't check folders.
9942         (wl-folder-auto-check): New function.
9943
9944 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9945
9946         * wl-util.el (wl-biff-start) [Emacs19+]:
9947         Use `timer-next-integral-multiple-of-time'.
9948         (wl-biff-check-folders): Use `wl-default-folder'
9949         if `wl-biff-check-folder-list' is nil.
9950
9951 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9952
9953         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9954         instead of `elmo-delete-lists'.
9955
9956 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl.el (wl-plugged-toggle-all): Set the value of
9959         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9960         (wl-plugged-toggle): Ditto.
9961         (wl-toggle-plugged): Ditto.
9962         (wl-plugged-init): Ditto.
9963
9964         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9965         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9966         instead of `wl-biff-state-indicator-off' and
9967         `wl-biff-state-indicator-on'; don't modify the value and the type
9968         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9969         (wl-plugged-init-icons): Set icons data to
9970         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9971         instead of `wl-plug-state-indicator-off' and
9972         `wl-plug-state-indicator-on'; don't modify the value and the type
9973         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9974
9975         * wl-vars.el (wl-modeline-biff-state-off,
9976         wl-modeline-biff-state-on, wl-modeline-biff-status,
9977         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9978         wl-modeline-plug-status): New internal variables.
9979         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9980         wl-biff-check-interval, wl-biff-check-folder-list): Change
9981         customization group from `wl-folder' to `wl-highlight'.
9982         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9983         wl-show-plug-status-on-modeline): Defcustomized.
9984
9985         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9986         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9987         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9988         a flag to `mode-line-buffer-identification'.
9989
9990         * wl-e21.el (wl-biff-init-icons): Set icons data to
9991         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9992         instead of `wl-biff-state-indicator-off' and
9993         `wl-biff-state-indicator-on'.
9994         (wl-plugged-init-icons): Set icons data to
9995         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9996         instead of `wl-plug-state-indicator-off' and
9997         `wl-plug-state-indicator-on'.
9998
9999 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10000
10001         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10002         excessive titles.
10003
10004 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10005
10006         * wl.el (wl-plugged-mode): Use revised
10007         `wl-mode-line-buffer-identification'.
10008         (wl-plugged-init): Don't use `force-mode-line-update'.
10009
10010         * wl-xmas.el (wl-draft-overload-functions): Use revised
10011         `wl-mode-line-buffer-identification'.
10012         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10013         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10014         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10015         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10016         `wl-make-plugged-hook';
10017         add `wl-folder-init-icons' and `wl-setup-folder' to
10018         `wl-folder-mode-hook'.
10019
10020         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10021         19 as well.
10022         (wl-mode-line-display-priority-list): New user option.
10023         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10024         Defcustomized.
10025         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10026         Add docs.
10027
10028         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10029         start.
10030         (wl-mode-line-buffer-identification): Revised as a function.
10031
10032         * wl-summary.el (wl-summary-mode): Use revised
10033         `wl-mode-line-buffer-identification'; don't call
10034         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10035         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10036         `wl-xmas-setup-summary'.
10037
10038         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10039         `wl-mode-line-buffer-identification'.
10040
10041         * wl-mule.el (wl-draft-overload-functions): Use revised
10042         `wl-mode-line-buffer-identification'.
10043
10044         * wl-folder.el (wl-make-plugged-alist): Don't call
10045         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10046         (wl-folder): Don't call `wl-folder-init-icons' directly.
10047         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10048         `wl-xmas-setup-folder' directly;
10049         use revised `wl-mode-line-buffer-identification'.
10050         (TopLevel): Don't bind `wl-biff-init-icons',
10051         `wl-plugged-init-icons', `wl-folder-init-icons',
10052         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10053
10054         * wl-e21.el (wl-draft-overload-functions): Use revised
10055         `wl-mode-line-buffer-identification'.
10056         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10057         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10058         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10059         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10060         `wl-make-plugged-hook';
10061         add `wl-folder-init-icons' and `wl-setup-folder' to
10062         `wl-folder-mode-hook'.
10063
10064 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10065             Katsumi Yamaoka    <yamaoka@jpl.org>
10066
10067         * wl.el (wl): Call `wl-biff-start'.
10068         (wl-exit): Call `wl-biff-stop'.
10069         (wl-plugged-mode): Show biff in modeline.
10070         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10071
10072         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10073         (wl-biff-init-icons): New function.
10074         (wl-plugged-init-icons): Don't make too much keymaps.
10075         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10076
10077         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10078         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10079         variables.
10080         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10081         options.
10082
10083         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10084         wl-biff-start, wl-biff-stop): New functions.
10085         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10086         (wl-biff-timer-name): New variable.
10087
10088         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10089
10090         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10091         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10092
10093         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10094         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10095
10096         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10097         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10098         `wl-folder-init-icons' to `ignore' if they are not available.
10099         (wl-folder-mode): Show biff in modeline.
10100
10101         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10102         (wl-biff-init-icons): New function.
10103         (wl-plugged-init-icons): Don't make too much keymaps.
10104         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10105
10106 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10107
10108         * wl-vars.el (wl-strict-diff-folders): Customization Type
10109         and doc fix.  Define as a list of regular expressions for
10110         folders or nil.
10111         * wl-folder.el (wl-folder-check-one-entity): Use
10112         `wl-string-match-member' instead of `wl-string-member' for
10113         `wl-strict-diff-folders'.
10114
10115 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10116
10117         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10118         (wl-highlight-folder-current-line): Use it; new implementation.
10119         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10120         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10121         `defsubst' instead of `defun'.
10122
10123         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10124         `wl-highlight-group-folder-by-numbers'; made it can also be a
10125         number.  See info for more details.
10126
10127         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10128         running.
10129
10130         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10131         to bind them.
10132
10133         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10134         (wl-highlight-folder-current-line): New implementation.
10135
10136         * wl-highlight.el (wl-highlight-folder-group-line): New
10137         implementation.
10138         (wl-delete-all-overlays): Rewrite as a marco.
10139         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10140
10141         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10142         running.
10143         (wl-folder-*-glyph): No need to bind them.
10144
10145         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10146         `wl-e21-highlight-folder-group-icon'; rewrite.
10147         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10148         `defsubst' instead of `defun'.
10149         (wl-folder-mode-map): Bind it when compiling.
10150
10151 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10152
10153         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10154
10155         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10156
10157 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10158
10159         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10160
10161 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10162
10163         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10164         (wl-highlight-folder-current-line): Use it.
10165
10166         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10167         in `id-name'.
10168
10169 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10170
10171         * wl.el: Require `wl-e21' when Emacs 21 is running.
10172
10173         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10174         default when Emacs 21 is running.
10175         (wl-use-highlight-mouse-line): Ditto.
10176         (wl-on-emacs21): New constant.
10177         (wl-on-emacs20): Removed.
10178
10179         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10180         Emacs 21 is running.
10181
10182         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10183         Emacs 21 is running.
10184
10185         * wl-e21.el: New file.
10186
10187 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10188
10189         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10190         (wl-toggle-plugged): Ditto.
10191         (wl-plugged-toggle): Ditto.
10192         (wl-plugged-toggle-all): Ditto.
10193
10194         * wl-vars.el (wl-plug-state-indicator): Refer
10195         `wl-plug-state-indicator-on' indirectly.
10196
10197 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10198
10199         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10200         Call `wl-folder-confirm-existence'.
10201
10202         * wl-folder.el (wl-folder-confirm-existence): Added optional
10203         argument `force'.
10204
10205 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10206
10207         * wl-summary.el (wl-summary-refile-subr): Assume
10208         `copy-or-refile' as symbol.
10209         (wl-summary-refile): Follow up above change.
10210         (wl-summary-copy): Ditto.  Doc fix.
10211
10212 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10213
10214         * wl-summary.el (wl-summary-pick): Don't bind
10215         `elmo-search-mime-charset'.
10216
10217         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10218         default using old backquote style.
10219         (wl-search-mime-charset): Abolished.
10220
10221         * wl-highlight.el (wl-highlight-headers):
10222         Call `point' after `re-search-forward'(for Nemacs).
10223
10224         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10225         for elmo-imap4.el.
10226
10227 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10228
10229         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10230         `wl-message-ignored-field-list' instead of
10231         `mime-view-ignored-field-list'.
10232
10233         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10234         Add interactive spec.
10235         (wl-folder-goto-bottom-of-current-folder): Ditto.
10236         (wl-folder-mode-map): Bind them.
10237
10238         * wl-vars.el (wl-message-ignored-field-list): New variable.
10239         (wl-message-visible-field-list): New variable.
10240
10241         * wl-mime.el (wl-mime-header-presentation-method): New function.
10242         (wl-mime-setup): Set header-presentation-method.
10243
10244 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10245
10246         * wl-nemacs.el (wl-draft-overload-functions): Set
10247         `mode-line-buffer-identification' instead of using
10248         `wl-make-modeline'.
10249
10250         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10251         instead of using `wl-make-modeline'.
10252
10253         * wl-xmas.el (wl-plugged-init-icons): Set up
10254         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10255         (wl-make-modeline): Abolish.
10256         (wl-draft-overload-functions): Set
10257         `mode-line-buffer-identification' instead of using
10258         `wl-make-modeline'.
10259
10260         * wl-util.el (wl-make-modeline-subr): Abolish.
10261         (wl-mode-line-buffer-identification): New alias.
10262
10263         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10264         (wl-summary-make-modeline): Abolish.
10265         (wl-summary-buffer-set-folder): Set
10266         `wl-summary-buffer-folder-indicator'.
10267         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10268         of using `wl-make-modeline'.
10269         (wl-summary-switch-to-clone-buffer): Don't set
10270         `mode-line-buffer-identification'.
10271         (wl-summary-goto-folder-subr): Ditto.
10272
10273         * wl-mule.el (wl-draft-overload-functions): Set
10274         `mode-line-buffer-identification' instead of using
10275         `wl-make-modeline'.
10276
10277         * wl-folder.el (wl-folder-mode): Set
10278         `mode-line-buffer-identification' instead of using
10279         `wl-make-modeline'.
10280         (wl-folder): Don't set `mode-line-buffer-identification'.
10281
10282 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10283
10284         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10285         instead of `member' for `wl-refile-guess-func-list' look-ups.
10286         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10287
10288 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10289
10290         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10291         `wl-message-button-dispatcher'.
10292
10293         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10294
10295         * wl-message.el (wl-message-button-dispatcher): Use it.
10296
10297         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10298         "In-Reply-To".
10299
10300         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10301         Bind `case-fold-search' to t.
10302
10303 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10304
10305         * wl-xmas.el (wl-message-overload-functions): Initialize
10306         `wl-message-button-map'.
10307
10308         * wl-mule.el (wl-message-overload-functions): Initialize
10309         `wl-message-button-map'.
10310
10311         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10312
10313         * wl-message.el (wl-message-button-map): New keymap.
10314         (wl-message-add-button): New function.
10315         (wl-message-button-dispatcher): New function.
10316         (wl-message-button-refer-article): New function.
10317
10318         * wl-highlight.el
10319         (wl-highlight-message-add-buttons-to-header): New function.
10320         (wl-highlight-headers): Use it.
10321
10322 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10323
10324         * wl-summary.el (wl-summary-default-from): Use
10325         `wl-address-get-petname-1'.
10326         (wl-summary-simple-from): Ditto.
10327
10328         * wl-address.el (wl-address-get-petname-1): New inline function.
10329         (wl-address-get-petname): Use it.
10330
10331 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10332
10333         * wl-summary.el (wl-summary-default-from): Return full-name part
10334         from the address if no petname was found.
10335         (wl-summary-simple-from): Ditto.
10336
10337         * wl-address.el (wl-address-get-petname): Return nil if no petname
10338         associated with the address was found.
10339
10340 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10341
10342         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10343         display is finished.
10344
10345 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10346
10347         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10348         `elmo-folder-exists-p' argument.
10349
10350 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10351
10352         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10353         the folder.
10354
10355 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10356
10357         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10358
10359         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10360         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10361
10362 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10363
10364         * wl-folder.el (wl-folder-create-subr): New function.
10365         (wl-folder-confirm-existence): Use it.
10366         (wl-folder-check-one-entity): Use it.
10367         Check the error symbol is derived from 'elmo-open-error.
10368
10369         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10370         `ignore-error'.
10371
10372 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10373
10374         * wl-util.el (toplevel): Add (eval-when-compile (require
10375         'elmo-util)).  (Maybe `provide' is typo.)
10376
10377 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10378
10379         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10380         (I don't know why this was needed.)
10381
10382         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10383         Follow up changes for stream-type.
10384
10385         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10386         (wl-draft-elmo-nntp-send): Ditto.
10387
10388         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10389         (wl-nntp-posting-stream-type): Ditto.
10390         (wl-pop-before-smtp-ssl): Abolished.
10391         (wl-nntp-posting-ssl): Ditto.
10392
10393         * wl-address.el (wl-address-quote-specials): New function.
10394         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10395
10396         * wl-draft.el (wl-draft-reply): Ditto.
10397
10398 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10399
10400         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10401         use function `wl-string-match-assoc'.
10402
10403 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10404
10405         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10406
10407         * wl-draft.el (wl-draft-deduce-address-list): New function.
10408         (wl-draft-parse-mailbox-list): Ditto.
10409         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10410         instead of `smtp-deduce-address-list'.
10411         (wl-draft-on-field-p): Follow group list.
10412
10413         * wl-address.el (wl-address-concat-token): New function.
10414         (wl-address-string-without-group-list-contents): Ditto.
10415         (wl-complete-field-body): Fixed problem of completion
10416         by japanese petname.
10417         (wl-address-make-completion-list): Rewrite.
10418
10419 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10420
10421         * wl-address.el (wl-address-make-completion-list): Completion by
10422         petname.
10423         (wl-complete-field-body): Likewise.
10424
10425 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10426
10427         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10428         contains invalid address syntax.
10429
10430 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10431
10432         * wl-folder.el (wl-folder-check-entity-async): Use
10433         `elmo-nntp-spec-hostname'.
10434
10435 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10436
10437         * wl-summary.el (wl-summary-msgdb-load-async): Use
10438         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10439
10440 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10441
10442         * wl-draft.el (wl-draft-reply): Set argument
10443         `content-transfer-encoding' as nil.
10444
10445 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10446
10447         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10448         `wl-refile-alist'.
10449
10450 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10451
10452         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10453         (wl-draft-edit-string): Ditto.
10454         (wl-draft-forward): Ditto.
10455         * wl-summary.el (wl-summary-write): Ditto.
10456
10457 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10458
10459         * wl-summary.el (wl-summary-sync-update3): Call
10460         `wl-summary-buffer-number-column-detect'.
10461         (wl-summary-buffer-number-column-detect): Search from point-min.
10462
10463 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10464
10465         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10466         contains an address which is not included in original to or cc.
10467
10468 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10469
10470         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10471         begin-line does not exist.
10472         * wl-message.el (wl-message-uu-substring): Ditto.
10473
10474 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10475
10476         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10477         clear local variables.
10478         (wl-summary-exit): Call `elmo-commit'.
10479         (wl-summary-switch-to-clone-buffer): Call
10480         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10481         (wl-summary-goto-folder-subr): Ditto.
10482
10483         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10484         POP folder.
10485
10486 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10487
10488         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10489         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10490         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10491         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10492         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10493         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10494
10495         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10496
10497 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10498
10499         * wl-summary.el (wl-summary-search-by-subject):
10500         Search parent message from the latest one.
10501
10502 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10503
10504         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10505         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10506
10507         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10508         New user option.
10509
10510         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10511         if elmo-nntp-use-killed-list is nil.
10512         Use `elmo-msgdb-append-to-killed-list'.
10513         (Append numbers confirmed as disappeared to the killed list.)
10514         (wl-summary-confirm-appends): Don't display negative number.
10515
10516 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10517
10518         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10519
10520 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10521
10522         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10523         range is `all'.
10524         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10525         `elmo-list-bigger-diff'.
10526
10527 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10528
10529         * wl-summary.el (wl-summary-buffer-exit-func):
10530         New buffer local variable.
10531         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10532
10533 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10534
10535         * wl-demo.el (wl-demo): Fix the last change.
10536
10537 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10538
10539         * wl-demo.el (wl-demo): Don't use `eval'.
10540
10541 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10542
10543         * wl-summary.el (wl-summary-buffer-thread-modified):
10544         New buffer-local variable.
10545         (wl-summary-set-thread-modified): New function.
10546         (wl-summary-thread-modified-p): New function.
10547         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10548         (wl-summary-yank-saved-message): Use function
10549         `wl-summary-set-thread-modified'
10550         (wl-summary-switch-to-clone-buffer): Add
10551         `wl-summary-buffer-thread-modified'.
10552
10553         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10554         (wl-summary-buffer-mark-saved-hook): Ditto.
10555         * wl-summary.el (wl-summary-msgdb-save): New hook
10556         `wl-summary-buffer-message-saved-hook' and
10557         `wl-summary-buffer-mark-saved-hook'.
10558
10559 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10560
10561         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10562
10563 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10564
10565         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10566         don't hide scroll bars under FSF Emacsen because it may incur an
10567         undesirable redrawing.
10568
10569 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10570
10571         * wl-draft.el (wl-draft-edit-string): Call
10572         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10573
10574 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10575
10576         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10577
10578 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10579
10580         * wl-summary.el (wl-summary-msgdb-load-async): Call
10581         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10582
10583 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10584
10585         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10586         fringes in demo buffer; center bitmap logo correctly even if old
10587         Mule is used.
10588
10589 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10590
10591         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10592
10593         * wl-refile.el (wl-refile-subject-alist): New variable.
10594         (wl-refile-subject-alist-file-name): Ditto.
10595         (wl-refile-alist-setup): Rewrite.
10596         (wl-refile-alist-save): Use `elmo-object-save'.
10597         Eliminated arguments.
10598         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10599         (wl-refile-guess-by-subject): New function.
10600         (wl-refile-guess-func-list): Added it.
10601
10602 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10603
10604         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10605         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10606
10607 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10608
10609         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10610         New buffer-local variable.
10611         (wl-summary-buffer-next-folder-func): Ditto.
10612         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10613         if non-nil.
10614         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10615         if non-nil.
10616         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10617         if non-nil.
10618         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10619         if non-nil.
10620
10621 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10622
10623         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10624         permanently in the demo buffer.
10625
10626 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10629         `mime-entity-fetch-field'.
10630
10631         * wl.el (wl-exit): Delete plugged buffer.
10632
10633         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10634         XEmacs has menubar feature.
10635
10636 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10637
10638         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10639         cannot arrive at the beginning of the buffer under old Emacsen.
10640
10641 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10642
10643         * wl-address.el (wl-address-ldap-search):
10644         Call `ldap-search-entries' with `withdn' argument t.
10645         (wl-complete-field-body): Bind completion-ignore-case as t.
10646         Clear ldap search hash when it was sole completion.
10647         Use elmo-string for pattern string.
10648         (wl-ldap-alias-safe-string): Eliminated needless let.
10649
10650 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10651
10652         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10653         (wl-ldap-alias-sep): New constant.
10654         (wl-ldap-search-attribute-type-list): Ditto.
10655         (wl-ldap-get-value): New function.
10656         (wl-ldap-make-filter): Ditto.
10657         (wl-ldap-make-matched-value-list): Ditto.
10658         (wl-ldap-alias-safe-string): Ditto.
10659         (wl-ldap-register-dn-string): Ditto.
10660         (wl-address-ldap-search): Rewrite.
10661
10662 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10663
10664         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10665         thread is deleted.
10666         (wl-thread-delete-line-from-buffer): Ditto.
10667         (wl-thread-get-exist-children): New function.
10668
10669 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10670
10671         * wl-demo.el (wl-demo): Made it to select various image types.
10672         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10673         from `wl-title-logo'.
10674         (wl-logo-ascii): New variable.
10675         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10676         (wl-demo-copyright-notice): New constant.
10677
10678         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10679
10680 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10681
10682         * wl-vars.el (wl-summary-target-above): Renamed from
10683         wl-summary-temp-above.
10684         * wl-score.el (wl-score-get-score-alist): Use it.
10685         (wl-summary-score-update-all-lines): Use it.
10686         * wl-summary.el: Ditto. (make-variable-buffer-local).
10687
10688 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10689
10690         * wl-vars.el (wl-ldap-port): New user option.
10691
10692         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10693         Rewite whole implementation.
10694         (wl-complete-field-body): Fixed.
10695
10696 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10697
10698         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10699         Choose implementation at compile time.
10700
10701 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10702
10703         * wl-address.el (wl-ldap-search-internal): New function.
10704         (wl-complete-field-to): Use it.
10705
10706 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10707
10708         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10709         Use `let' instead of `let*'.
10710         Require 'wl-vars.
10711
10712         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10713         Define as defcustom.
10714         (wl-ldap-base): Ditto.
10715         (wl-use-ldap): Ditto.
10716
10717 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10718
10719         * wl-address.el (wl-ldap-search): New function.
10720         (wl-complete-field-body): Use `wl-ldap-search'.
10721         (wl-ldap-server): New variable.
10722         (wl-ldap-base): Ditto.
10723         (wl-use-ldap): Ditto.
10724
10725 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10726
10727         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10728         (Pointed out by Mito <mit@nines.nec.co.jp>).
10729         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10730         buffer-local variables like `wl-summary-redisplay-internal'.
10731         (wl-summary-redisplay-all-header): Likewise.  Update
10732         Summary view too.
10733
10734 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10735
10736         * wl-summary.el (wl-summary-jump-to-parent-message):
10737         Consider prefix argument.
10738
10739         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10740         when closed thread is deleted.
10741
10742 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10743
10744         * wl-summary.el (wl-summary-jump-to-parent-message):
10745         Consider thread modification.
10746
10747 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10748
10749         * wl-message.el (wl-message-normal-get-original-buffer): Use
10750         `save-excursion'.
10751
10752         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10753         (wl-summary-showto-folder-regexp): Ditto.
10754
10755 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10756
10757         * wl-util.el (wl-delete-alist): Doc fix.
10758         (wl-delete-associations): New function.
10759         (wl-inverse-alist): New function.
10760         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10761         Split temporary variables. Use `wl-delete-associations'
10762         and `wl-inverse-alist'.
10763         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10764
10765 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10766
10767         * wl-folder.el (wl-folder-prefetch-entity):
10768         Execute prefetching if new count is unknown.
10769
10770 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10771
10772         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10773
10774         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10775         delete entity.
10776         (wl-thread-set-parent): If insert as top, set linked as nil.
10777
10778         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10779         `wl-thread-cleanup-symbols' when view mode is thread.
10780
10781 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10782
10783         * wl-folder.el (wl-folder-create-folder-entity): Use
10784         with-current-buffer.
10785         (wl-local-folder-init): Call set-buffer to make sure we are in
10786         the Folder buffer. Don't touch buffer-local variables here.
10787         (wl-folder-mode): Initialize buffer-local variables here.
10788
10789         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10790         (wl-folder-entity-assign-id): Ditto.
10791         (wl-folder-create-entity-hashtb): Ditto.
10792         (wl-local-folder-init): Ditto.
10793         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10794
10795 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10796
10797         * wl-summary.el (wl-summary-default-from): Fix probrem when
10798         std11-extract-address-components return (nil "foo@bar").
10799
10800 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10801
10802         * wl-draft.el (wl-draft-clone-local-variables):
10803         Remove redundant `setq'.
10804
10805 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10806
10807         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10808         Bind wl-highlight-x-face-func as nil while highlighting header.
10809
10810 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10811
10812         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10813
10814 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10815
10816         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10817         elmo-msgdb-overview-hashtb from copy-variables.
10818         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10819         instead of `elmo-msgdb-overview-get-entity-by-number'.
10820         (wl-summary-auto-refile): Ditto.
10821
10822         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10823         `elmo-msgdb-overview-get-entity' instead of
10824         `elmo-msgdb-search-overview-entity'.  Use
10825         `elmo-msgdb-overview-get-entity' instead of
10826         `elmo-msgdb-overview-get-entity-by-number'.
10827         (wl-thread-insert-entity-sub): Ditto.
10828         (wl-thread-insert-message): Ditto.
10829
10830         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10831         `elmo-msgdb-overview-get-entity'.
10832         (wl-normal-message-redisplay): Ditto.
10833
10834 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10835
10836         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10837         `wl-thread-entities'.
10838         (wl-thread-delete-message): Fix remove top message from
10839         `wl-thread-entity-list'.
10840
10841         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10842         wl-append(nconc), because update-list is broken on Meadow.
10843
10844         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10845         updating process.
10846         (wl-summary-rescan): Ditto.
10847         (wl-summary-sync-update3): Ditto.
10848         * wl-thread.el (wl-thread-set-parent): Renamed from
10849         `wl-summary-set-parent'.
10850         (wl-thread-insert-message): Updating buffer faster.
10851         (wl-thread-delete-message): Updating buffer faster.
10852
10853         * wl-score.el (wl-summary-score-update-all-lines): Changed
10854         interval for display progress gauge.
10855
10856 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10857
10858         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10859         folder always-sticky.
10860         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10861         defmacro.
10862
10863 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10864
10865         * wl-vars.el (wl-draft-add-references): New user option.
10866
10867         * wl-draft.el (wl-draft-add-references): New function.
10868         (wl-draft-yank-from-mail-reply-buffer): Use it.
10869         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10870         as nil.
10871
10872 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10873
10874         * wl-thread.el (wl-thread-update-line-msgs): Called
10875         `wl-thread-update-line-on-buffer-sub'.
10876         (wl-thread-update-line-on-buffer): Delete routine of inserting
10877         thread.
10878         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10879         moved from `wl-thread-update-line-on-buffer'.
10880         Add threshold for displaying progress gauge.
10881         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10882         argument of `wl-thread-update-line-msgs'.
10883         Add threshold for displaying progress gauge.
10884         * wl-folder.el:
10885         Add threshold for displaying progress gauge.
10886         * wl-score.el: Ditto.
10887
10888         * wl-expire.el (wl-summary-expire): Display deleting info.
10889
10890 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10891
10892         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10893         `no-msg'.
10894         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10895         argument of `wl-thread-update-line-msgs'.
10896         (wl-summary-set-parent): Added optional argument `parent-number'.
10897         (wl-summary-buffer-saved-message): New buffer local variable.
10898         (wl-summary-save-current-message): New command.
10899         (wl-summary-yank-saved-message): Ditto.
10900         (wl-summary-mode-map): Added key binding for
10901         `wl-summary-save-current-message' (\ew) and
10902         `wl-summary-yank-saved-message' (\C-y).
10903         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10904
10905 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10906
10907         * wl-summary.el (wl-summary-mode-map): Added key binding for
10908         `wl-summary-set-parent' (ts).
10909
10910 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10911
10912         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10913         subject faster. If thread number is reverse, delayed updating
10914         thread.
10915         (wl-summary-search-by-subject): Ditto.
10916         (wl-summary-put-alike): Ditto.
10917         (wl-summary-get-alike): Ditto.
10918         (wl-summary-insert-headers): Insert header of all overview in
10919         buffer.
10920         (wl-summary-rescan): Delayed updating thread. Kill search subject
10921         buffer for wl-summary-search-by-subject.
10922         (wl-summary-sync-update3): Ditto.
10923         (wl-summary-exit): Ditto.
10924         (wl-summary-goto-bottom-of-current-thread): Change for linked
10925         thread.
10926         (wl-summary-overview-create-summary-line): Change line for linked
10927         thread.
10928
10929         * wl-summary.el (wl-summary-update-thread): Use
10930         wl-thread-maybe-get-children-num.
10931         (wl-summary-set-parent): If change parent, move sub thread.
10932         (wl-summary-redisplay-internal): Add horizontal recenter.
10933         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10934
10935         * wl-thread.el (wl-thread-entity-get-linked): New function.
10936         (wl-thread-entity-set-linked): New function.
10937         (wl-thread-create-entity): Add linked element.
10938         (wl-thread-entity-insert-as-top): Use wl-append.
10939         (wl-thread-maybe-get-children-num): If closing thread, return
10940         children msgs.
10941         (wl-thread-update-line-msgs): Displaying progress message.
10942         (wl-thread-update-line-on-buffer-sub): Use
10943         wl-thread-maybe-get-children-num.
10944         (wl-thread-update-line-on-buffer): If update line is not exists,
10945         insert thread.
10946         (wl-thread-delete-message): If delete top msg of thread, search
10947         parent by subject.
10948         (wl-thread-insert-entity): Use
10949         wl-thread-maybe-get-children-num.
10950
10951         * wl-highlight.el (wl-highlight-summary-current-line): change
10952         sregexp for linked thread.
10953         * wl-util.el (wl-count-lines): Count lines.
10954         (wl-horizontal-recenter): horizontal recenter.
10955         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10956         (wl-score-get-alike): Ditto.
10957         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10958         (wl-subject-length-limit): New variable.
10959         (wl-highlight-thread-indent-string-regexp): Changed for linked
10960         thread.
10961
10962 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10963
10964         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10965         New variable (revival).
10966         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10967         by subject matching if there's no in-reply-to nor references field
10968         (revival).
10969
10970 \f
10971 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10972
10973         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10974         message.
10975
10976 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10977
10978         * wl-summary.el (wl-summary-reply): Return t if there was a
10979         message at cursor point.
10980         Added unwind-protect.
10981         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10982         returns t.
10983         (wl-summary-cancel-message): Do nothing when there's no message at
10984         cursor point.
10985         (wl-summary-forward): Ditto.
10986         (wl-summary-jump-to-parent-message): Ditto.
10987         (wl-summary-reedit): Ditto.
10988         (wl-summary-edit-addresses): Ditto.
10989         (wl-summary-pipe-message): Ditto.
10990         (wl-summary-print-message-with-ps-print): Ditto.
10991         (wl-summary-print-message): Ditto.
10992         (wl-summary-mark-as-important): Ditto.
10993         (wl-summary-mark-as-unread): Ditto.
10994
10995         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10996         message at cursor point.
10997         (wl-summary-reply-with-citation): Remove unwind-protect.
10998
10999         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11000         subject searching feature.
11001         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11002         Eliminated.
11003
11004 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11005
11006         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11007         New variable.
11008         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11009         by subject matching if there's no in-reply-to nor references field.
11010
11011         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11012
11013         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11014         when display is finished.
11015         (wl-folder-open-all): Ditto.
11016         (wl-folder-update-access-group): Ditto.
11017         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11018         * wl-thread.el (wl-thread-close-all): Ditto.
11019
11020         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11021         progress gauge only when it was displayed.
11022         * wl-folder.el (wl-folder-insert-entity): Ditto.
11023
11024 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11025
11026         * wl-summary.el (wl-summary-incorporate): Enclose
11027         `wl-summary-sync-force-update' with save-excursion.
11028
11029 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11030
11031         * wl-summary.el (wl-summary-prefetch-region):
11032         Pass current cursor point to `pos-visible-in-window-p' after
11033         moving cursor to the started point.
11034
11035 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11036
11037         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11038
11039         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11040         fields from the forwarding message.
11041         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11042         `ignored-fields'.
11043
11044 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11045
11046         * wl-mime.el (wl-message-request-partial):
11047         Eliminated argument `msgdb'.
11048         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11049         (wl-mime-combine-message/partial-pieces): Likewise.
11050         * tm-wl.el (wl-message-request-partial): Likewise.
11051         (wl-mime-combine-message/partial-pieces): Likewise.
11052
11053 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11054
11055         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11056         when display is finished.
11057
11058 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11059
11060         * wl-summary.el (wl-summary-goto-folder-subr):
11061         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11062
11063 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11064
11065         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11066         when cursor point is visible.
11067
11068 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11069
11070         * wl-expire.el (wl-expire-archive-get-max-number):
11071         Don't use `file-name-directory'.
11072
11073 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11074
11075         * wl-expire.el (wl-expire-archive-get-max-number):
11076         Use `file-name-directory'.
11077
11078 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11079
11080         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11081         only when there is progress.
11082
11083 2000-04-13  Mito <mit@nines.nec.co.jp>
11084
11085         * wl-summary.el (wl-summary-sync-marks): Display progress.
11086
11087 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11088
11089         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11090         (wl-summary-prev): Move cursor regardless of unread status.
11091         (wl-summary-next): Ditto.
11092
11093 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11094
11095         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11096         Added argument `target' and `number'.
11097         * tm-wl.el (wl-summary-burst-subr): New function.
11098         (wl-summary-burst): Use it.
11099
11100 2000-04-10  Mito <mit@nines.nec.co.jp>
11101
11102         * wl-mime.el (wl-burst): New function.
11103         (wl-summary-burst): Use it.
11104
11105 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11106
11107         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11108         as petname when there's no candidate.
11109
11110 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11111
11112         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11113         New variable.
11114         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11115
11116         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11117
11118         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11119
11120 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11121
11122         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11123         Use substring of `original' instead of buffer-substring.
11124         (wl-refile-evaluate-rule):
11125         Set `original' argument of wl-refile-expand-newtext.
11126
11127         * wl-summary.el
11128         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11129         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11130         (wl-summary-auto-refile): Check existence of destination folder just
11131         before marking.
11132
11133 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11134
11135         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11136         when wl-refile-get-field-value return nil.
11137
11138 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11139
11140         * wl-refile.el
11141         (wl-refile-expand-newtext): New function imported from Gnus.
11142         (wl-refile-evaluate-rule): Use it.
11143
11144 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11145
11146         * wl-summary.el (wl-summary-print-destination):
11147         Duplicate folder string to avoid putting text-property on
11148         original string.
11149
11150         * wl-refile.el (wl-refile-get-field-value): New function.
11151         (wl-refile-evaluate-rule): New function;
11152         Evaluate refile rule recursively.
11153         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11154         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11155         New function; Check existence of a target folder recursively.
11156         (wl-summary-auto-refile-check-refile-rule-alist):
11157         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11158
11159 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11160
11161         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11162
11163         * wl-folder.el (wl-create-folder-entity-from-buffer):
11164         Fixed problem when '}' character is contained in folder name.
11165
11166         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11167
11168 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11169
11170         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11171         (wl-fldmgr-add-completion-all-completions):
11172         Use wl-fldmgr-add-completion-hashtb.
11173
11174 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11175
11176         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11177         wl-fldmgr-add-completion-subr): New functions.
11178         * wl-folder.el (wl-folder-completion-func): New variable.
11179         * wl-summary.el (wl-summary-read-folder):
11180         Use wl-folder-completion-func.
11181
11182         * wl-refile.el: Eliminate throw & catch.
11183
11184         * wl.el (wl-plugged-sending-queue-status): Fixed.
11185
11186 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11187
11188         * wl-draft.el (wl-draft): Put category property on
11189         mail-header-separator.