* wl-util.el (wl-count-lines): Use `point-at-bol' instead of `(beginning-of-line...
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
4         `(beginning-of-line) (point)'.
5
6         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
7         (wl-fldmgr-delete-line): Change from macro to function. Use
8         `point-at-bol' and `point-at-eol'.
9
10         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
11         `function' for lambda.
12
13         * wl.el (wl-plugged-server-indent): Change from macro to function.
14
15         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
16
17         * wl-draft.el (wl-draft-config-body-goto-header)
18         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
19         macro to function.
20
21         * wl-score.el (wl-score-get-alike): Change from macro to
22         inline-function.
23
24         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
25         instead of `mapcar'. Don't use `function' for lambda.
26         (wl-read-search-condition-internal): Don't use `function' for
27         lambda.
28         (wl-kill-buffers): Change from macro to function.
29         (wl-count-lines): Change from macro to inline-function.
30
31         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
32
33         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
34
35         * wl.el (wl-plugged-change): Suppress compile warnings; Use
36         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
37         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
38         * wl-address.el (wl-complete-window-show): Ditto.
39         * wl-message.el (wl-message-select-buffer): Ditto.
40         * wl-template.el (wl-template-show): Ditto.
41         * wl-util.el (wl-collect-summary): Ditto.
42         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
43         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
44         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
45         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
46         (wl-score-edit-insert-number): Ditto.
47
48         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
49         symbol.
50
51         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
52         of `goto-line'.
53
54         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
55
56 2009-12-16  Lloyd Zusman <ljz@asfast.com>
57
58         * wl-summary.el (wl-summary-detect-mark-position): Force
59         the temporary buffer to enable the use of multibyte characters
60         within searches [wl-en:2460].
61
62 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
65         of `beginning-of-buffer'.
66
67 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
68
69         * wl-summary.el (wl-summary-display-raw): New function, display
70         message in raw format.
71
72 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74         * Version number is increased to 2.15.7.
75
76 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
77
78         * wl-summary.el (wl-summary-previous-message-number): New function.
79         (wl-summary-next-message-number): Ditto.
80         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
81         `wl-summary-next-message-number'.
82         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
83         Inline temporary variable `cur-id'.
84         (wl-summary-get-next-unread-folder): Ditto.
85         (wl-summary-get-next-folder): Ditto.
86         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
87
88 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
89
90         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
91
92 2008-09-05  Kenichi Okada  <okada@opaopa.org>
93
94         * wl-summary.el (wl-summary-buffer-folder-name)
95         (wl-draft-config-body-goto-header): Use backquote instead of quote.
96         * wl-draft.el (wl-draft-body-goto-top)
97         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
98
99 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
100
101         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
102         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
103
104 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
105
106         * wl-expire.el: Fix Comentary section.
107
108 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
109
110         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
111         Require mime-parse, elmo-mime, and wl-util.
112
113         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
114
115         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
116
117 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
118
119         * wl-template.el: Require elmo-util and wl-vars.
120
121         * wl-mime.el (wl-mime-display-header): Revert last change.
122         Remove `delete-matching-lines "^$"'.
123
124 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
125
126         * wl-mime.el (wl-define-dummy-functions): Split
127         `eval-when-compile' form for avoid error; when `make
128         compile-strict.
129
130         * wl-util.el: Move (eval-when-compile (require 'static)).
131         * wl-dnd.el: Add (eval-when-compile (require 'static)).
132         * wl-message.el: Ditto.
133
134         * wl-mime.el (wl-message-delete-current-part): Use
135         `insert-buffer-substring' instead of `insert-buffer'.
136         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
137         * wl-draft.el (wl-draft-generate-clone-buffer)
138         (wl-draft-do-mime-bcc): Ditto.
139
140         * wl-address.el: Add (eval-when-compile (require 'cl)).
141         * wl-addrmgr.el: Ditto.
142         * wl-mime.el: Ditto.
143         * wl-util.el: Ditto.
144         * wl-score.el: Ditto.
145
146 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
147
148         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
149         `string-to-int'.
150
151         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
152         `string-to-int'.
153
154         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
155         `string-to-number' instead of `string-to-int'.
156
157         * wl-summary.el (wl-summary-get-list-info)
158         (wl-summary-message-number): Use `string-to-number' instead of
159         `string-to-int'.
160
161         * wl-score.el (wl-score-overview-entity-get-lines)
162         (wl-score-set-mark-below, wl-score-set-expunge-below)
163         (wl-summary-increase-score, wl-score-get-header-entry): Use
164         `string-to-number' instead of `string-to-int'.
165
166         * wl-folder.el (wl-folder-update-diff-line): Use
167         `string-to-number' instead of `string-to-int'.
168
169         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
170         instead of `string-to-int'.
171
172         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
173         instead of `string-to-int'.
174
175         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
176         `string-to-int'.
177
178 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
179
180         * wl-util.el (wl-match-string, wl-match-buffer)
181         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
182         (wl-kill-buffers, wl-local-variable-p)
183         (wl-line-formatter-setup): New backquote style.
184         (wl-count-lines): Use quote instead of backquote.
185
186         * wl-summary.el (wl-summary-buffer-folder-name)
187         (wl-summary-get-alike): Use quote instead of backquote.
188         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
189         backquote style.
190
191         * wl-message.el (wl-message-buffer-cache-buffer-get)
192         (wl-message-buffer-cache-folder-get)
193         (wl-message-buffer-cache-message-get)
194         (wl-message-buffer-cache-entry-make)
195         (wl-message-buffer-cache-hit): New backquote style.
196
197         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
198         backquote.
199         (wl-folder-unread-regex, wl-folder-entity-exists-p)
200         (wl-folder-clear-entity-info)
201         (wl-folder-get-entity-info, wl-folder-set-entity-info)
202         (wl-folder-elmo-folder-cache-get)
203         (wl-folder-elmo-folder-cache-put): New backquote style.
204
205         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
206         (wl-fldmgr-assign-id): Ditto.
207         (wl-fldmgr-delete-line): Use quote instead of backquote.
208         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
209
210         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
211         (wl-draft-set-sent-message): New backquote style.
212         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
213         (wl-draft-config-body-goto-header): Use quote instead of backquote.
214
215 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
216
217         * wl-address.el (wl-address-concat-token): Fix typo.
218
219 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
220
221         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
222         (wl-score-get-alike): Ditto.
223
224         * wl-vars.el: New backquote style.
225         (wl-message-header-button-alist): Use quote instead of backquote.
226
227         * wl.el (wl-plugged-string): New backquote style.
228
229         * wl-address.el (wl-address-concat-token): New backquote style.
230
231         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
232
233 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
234
235         * wl-highlight.el (wl-highlight-folder-opened-regexp)
236         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
237
238         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
239         in the character alternative.
240
241 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
242
243         * Version number is increased to 2.15.6.
244
245 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
246
247         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
248         optional 3rd argument of epg-context-set-progress-callback; it was
249         temporarily removed in the Emacs trunk due to copyright problem.
250         (wl-mime-pgp-verify-region-with-epg): Ditto.
251
252 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
255
256 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
257
258         * wl-util.el (wl-biff-check-folders): Set biff flag.
259         (from Naoto Morishima [wl:14031])
260
261 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
262
263         * wl.el (wl-plugged-server-indent): Use quote instead of
264         backquote.
265
266 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
267
268         * wl-score.el (wl-score-insert-header): Add guard for
269         `std11-unfold-string'.
270         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
271         TYPE artgument when TO or CC field.
272
273 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-summary.el (wl-summary-goto-folder-subr): Call
276         `elmo-folder-close' instead of `elmo-folder-commit' if discard
277         current summary.
278
279 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-util.el (wl-read-shell-commande): New function or alias.
282
283         * wl-summary.el (wl-summary-pipe-message): Use
284         `wl-read-shell-command' instead of `read-string'.
285         (wl-summary-target-mark-pipe): Ditto.
286
287 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
288
289         * wl-summary.el (wl-summary-reply): Fix docstring.
290         * wl-draft.el (wl-draft-reply): Ditto.
291
292 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-mime.el (wl-summary-extract-attachments): New command.
295         (wl-summary-extract-attachments-1): New internal function.
296
297 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-expire.el (wl-expire-folder): New function (split from
300         wl-summary-expire).
301         (wl-summary-expire): Use it. Add argument `all' instead of remove
302         `nolist'. Cause an error only if this function is calling
303         interactively.
304
305 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
306
307         * wl-expire.el (wl-expire-refile): Display progress message.
308         (wl-summary-expire): Simplify.
309
310         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
311         unused argument `deleting-info'.
312
313 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-vars.el (wl-message-popup-buffers): New user option.
316
317         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
318         (wl-message-delete-popup-windows): New function that substitues
319         above one.
320         (wl-mime-setup): Follow the above change.
321
322 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
323
324         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
325
326 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
327
328         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
329         "tkm" to wl-thread-spam.
330
331 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-thread.el (wl-thread-entity-insert-as-children): Use
334         wl-thread-entity-set-children.
335         (wl-thread-insert-message, wl-thread-insert-entity-sub,
336         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
337         Use wl-thread-entity-get-*.
338
339 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-mime.el (wl-epg-progress-callback): New function.
342         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
343         with `elmo-with-progress-display'. Set a progress callback
344         function to epg-context.
345         (wl-mime-pgp-verify-region-with-epg): Ditto.
346
347 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-util.el (wl-completing-read-multiple): Define as an alias of
350         `completing-read-multiple' if emacs-version is not less than 22.
351
352 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
355         change.
356
357 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-summary.el (wl-summary-sync-update): Move
360         `wl-thread-update-indent-string-thread' to outside of
361         `elmo-with-progress-display'.
362
363 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
364
365         * wl-message.el (wl-message-exit): Check buffer existence.
366
367 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * wl-util.el (wl-simple-display-progress): New function.
370         (wl-display-progress-with-gauge): Ditto.
371         (wl-progress-callback-function): Ditto.
372
373         * wl.el (wl-init): Set `elmo-progress-callback-function' as
374         `wl-progress-callback-function'
375
376         * wl-vars.el (wl-display-progress-threshold): New user option.
377         (wl-display-progress-function): Ditto.
378
379         * Version number is increased to 2.15.5.
380
381 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-thread.el (wl-thread-close-children): New function.
384         (wl-thread-open-children): Ditto.
385         * wl-action.el (wl-summary-set-mark): Redo the last change by
386         using it.
387
388         * wl-action.el (wl-summary-set-mark): Undo the last change.
389         Forbid interactive call.
390
391 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-mime.el (wl-define-dummy-functions): New macro.
394         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
395         `wl-mime-pgp-decrypt-region'.
396         (wl-mime-pgp-verify-region-with-epg): Renamed from
397         `wl-mime-pgp-verify-region'.
398         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
399         `wl-mime-pgp-decrypt-region'.
400         (wl-mime-pgp-verify-region-with-pgg): Renamed from
401         `wl-mime-pgp-verify-region'.
402         (wl-mime-pgp-decrypt-region): New function; To select dispatch
403         function at runtime.
404         (wl-mime-pgp-verify-region): Ditto.
405
406         * wl-vars.el (wl-use-pgp-module): New user option.
407
408 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
409
410         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
411         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
412
413 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
414
415         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
416         even if there are target marks only.
417
418 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * Version number is increased to 2.15.4.
421
422 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-folder.el (wl-folder-check-one-entity): Simplify.
425
426 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
427
428         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
429         variable.
430
431 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
432
433         * wl-spam.el (wl-thread-test-spam): New function.
434         (wl-spam-setup): Bind "tkc".
435
436 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-expire.el (wl-folder-expire-entity): Rewite without
439         `wl-summary-goto-folder-subr'.
440         (wl-folder-expire-current-entity): Don't kill summary buffer.
441
442 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-folder.el (wl-folder-sync-entity): Rewrite without
445         `wl-summary-goto-folder-subr'.
446         (wl-folder-mark-as-read-all-entity): Likewise.
447
448         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
449
450 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-thread.el (wl-thread-force-open): Arranged.
453
454 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
455
456         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
457         from regexp.
458
459         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
460         (wl-read-search-condition-internal): Append them.
461
462 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-vars.el (wl-additional-search-condition-fields):
465         New user option.
466
467         * wl-util.el (wl-search-condition-fields): New function; export
468         from `wl-read-search-condition-internal'.
469         (wl-read-search-condition-internal): Use it.
470
471         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
472
473 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-summary.el (wl-summary-define-sort-command): New function.
476         (wl-summary-sort-by-date, wl-summary-sort-by-number)
477         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
478         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
479         define by `wl-summary-define-sort-command' at runtime.
480
481         * wl.el (wl-init): Call wl-summary-define-sort-command.
482
483 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
486         properties at the decrypting region.
487
488 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-util.el (wl-find-region): New function.
491
492         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
493         coding system.
494         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
495         property `wl-mime-decoded-coding-system'.
496         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
497         property `wl-mime-decoded-coding-system' to encode text.
498
499         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
500         message.
501         (wl-mime-pgp-verify-region): Ditto.
502
503 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
506         buffer. Use epa-display-verify-result.
507
508 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
509
510         * wl-draft.el (wl-draft-send): Continue even if setting parent
511         flag was failed.
512
513 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-message.el (wl-message-flag-indicator): Fixed the problem
516         of returning string only of parentheses.
517
518 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-summary.el (wl-summary-write): Add argument `folder'.
521         (wl-summary-write-current-folder): Change argument `folder' from
522         optional to require.
523         (wl-summary-get-buffer): Return the buffer associated folder only.
524
525         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
526         change.
527         (wl-folder-toggle-disp-summary): Ditto.
528
529         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
530         current summary as parent-folder.
531
532 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
533
534         * wl-draft.el (wl-draft-reedit): Don't overwrite
535         wl-draft-parent-folder.
536
537 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
540         (wl-mime-pgp-verify-region): Ditto.
541         (wl-message-decrypt-pgp-nonmime): Use the above function.
542         (wl-message-verify-pgp-nonmime): Likewise.
543         (wl-mime-preview-application/pgp): Likewise.
544
545 2006-04-20  Kenichi Okada  <okada@opaopa.org>
546
547         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
548         Fix about the order of `wl-nntp-posting-port' and
549         `wl-nntp-posting-stream-type'.
550         * wl.el (wl-plugged-port-label-alist): Add smtp.
551
552 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-summary.el (wl-summary-message-status): New macro.
555
556         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
557         (wl-summary-killed-mark): New user option.
558
559         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
560         API change.
561         (wl-thread-insert-entity-sub): Ditto.
562         (wl-thread-recover-messages): New command.
563
564         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
565         Don't call `wl-highlight-summary-current-line' directly.
566         (wl-summary-buffer-attach): Connect to signal `status-changed'
567         instead of `cache-changed'.
568         (wl-summary-buffer-detach): Follow the above change.
569         (wl-summary-detect-mark-position): Follow the API change.
570         (wl-summary-rescan-message): Ditto.
571         (wl-summary-insert-sequential): Ditto.
572         (wl-summary-update-thread): Ditto.
573         (wl-summary-message-mark): Ditto.
574         (wl-summary-persistent-mark): Ditto.
575         (wl-summary-create-line): Ditto.
576         (wl-summary-prefetch-region-no-mark): Call
577         `wl-summary-persistent-mark' with number.
578         (wl-summary-recover-messages-region): New command.
579         (wl-summary-target-mark-recover): Ditto.
580         (wl-summary-recover-message): Ditto.
581         (wl-summary-persistent-mark-string): Add argument `status' instead
582         of remove arguments `flags' and `cached'.  Treat killed status.
583         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
584
585         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
586         (wl-highlight-summary-line-face-spec): Treat killed status.
587         (wl-highlight-summary-line-string): Follow the API change.
588         (wl-highlight-summary-current-line): Ditto.
589
590         * Version number is increased to 2.15.3.
591
592 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
595         of symbolp to test whether the condition is function.
596
597 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
600         to nil.
601
602 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-summary.el (wl-summary-buffer-message-ring): New internal
605         variable.
606         (wl-summary-buffer-last-displayed-msg): Abolish.
607         (wl-summary-push-message): New function.
608         (wl-summary-pop-message): Ditto.
609         (wl-summary-goto-folder-subr): Reset
610         `wl-summary-buffer-message-ring'.
611         (wl-summary-pop-to-last-message): New command.
612         (wl-summary-goto-last-displayed-msg): Call
613         wl-summary-pop-to-last-message if optional argument is non-nil or
614         the last command is itself.
615         (wl-summary-redisplay-internal): Push last message number into
616         `wl-summary-buffer-message-ring'.
617
618         * wl-vars.el (wl-summary-message-ring-max): New user option.
619
620 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
623         from `wl-draft-reply').
624         (wl-draft-reply): Use it.
625         (wl-draft-find-reply-headers): Avoid compile warning.
626
627 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
628
629         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
630
631 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-message.el (wl-message-flag-indicator): New function.
634         (wl-message-redisplay): Use it.
635
636 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
637
638         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
639
640 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
643         instead of `read-event'.
644
645         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
646
647         * wl-mule.el (wl-read-event-char): Ditto.
648
649         * wl-e21.el (wl-read-event-char): Ditto.
650
651 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
652
653         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
654
655 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * wl-vars.el (wl-draft-send-confirm-type): New user option.
658
659         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
660
661         * wl-draft.el (wl-draft-send-confirm): Confirmation by
662         `wl-draft-send-confirm-type'
663
664 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
667         Avoid error when the buffer name is already used.
668
669 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
672         the change of elmo-nmz -> elmo-search.
673         (wl-highlight-summary-line-help-echo-alist): Ditto.
674         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
675         (wl-nmz-folder-icon): Define as obsolete.
676         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
677         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
678
679 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-summary.el (wl-summary-get-list-info): Rewrite with
682         `elmo-find-list-match-value'
683
684 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-summary.el (wl-summary-get-list-info): Optimize.
687         Use List-Id and List-Post also.
688
689 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
692
693 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
694
695         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
696
697 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-util.el (wl-completing-read-multiple-1): New internal function.
700         (wl-completing-read-multiple-2): Ditto.
701         (wl-completing-read-multiple): Define use above functions.
702
703         * wl-summary.el (wl-summary-sort): Removed the workaround for a
704         bug of `completing-read-multiple' about default value.
705
706         * wl-xmas.el (wl-completing-read-multiple): Removed.
707
708         * wl-mule.el (wl-completing-read-multiple): Ditto.
709
710         * wl-e21.el (wl-completing-read-multiple): Ditto.
711
712 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-util.el (wl-filter-associations): New function.
715
716         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
717         (wl-spam-ignored-folder-list): Ditto.
718         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
719         (wl-spam-string-member-p): New function.
720         (wl-spam-domain): Use it.
721         (wl-spam-split-numbers): New function.
722         (wl-spam-apply-partitions): Ditto.
723         (wl-spam-register-spam-messages): Use `folder' instead of
724         `wl-summary-buffer-elmo-folder'.
725         (wl-spam-register-good-messages): Ditto.
726         (wl-summary-exec-action-spam): Decide a domain by real folder of
727         message.
728         (wl-summary-exec-action-refile-with-register): Likewise.
729
730 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-e21.el (wl-e21-find-image): New function.
733         (wl-e21-setup-toolbar): Use it instead of `find-image'.
734         (wl-e21-highlight-folder-group-line): Ditto.
735         (wl-folder-init-icons): Ditto.
736         (wl-plugged-init-icons): Ditto.
737         (wl-biff-init-icons): Ditto.
738
739 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
742         (wl-inhibit-save-drafts): New internal variable.
743         (wl-disable-auto-save): Ditto.
744         (wl-save-drafts): Treat above variables.
745         (wl-auto-save-drafts): New function.
746         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
747         `wl-stop-save-drafts'.
748         (wl-start-save-drafts): New function.
749         (wl-stop-save-drafts): Ditto.
750         (wl-set-auto-save-draft): New command.
751
752         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
753         `wl-set-save-drafts'.
754
755 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
758         `make-local-variable' instead of `make-variable-buffer-local'.
759
760 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
763
764 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
765
766         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
767
768 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
771         of working buffer.
772
773 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
776
777         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
778         value into recipients; Bind `wl-draft-remove-group-list-contents'
779         as nil.
780
781 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-summary.el (wl-summary-sort): Fixed the last change.
784
785         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
786         (wl-summary-sort-messages): Ditto.
787         (wl-summary-rescan): Use it.
788         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
789         `completing-read'; Append candidates for reverse order.
790
791 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * Version number is increased to 2.15.2.
794
795 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
796
797         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
798         "Smaller".
799         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
800
801 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
802
803         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
804
805 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-vars.el (wl-draft-additional-header-alist): Add into the
808         customize group `wl-draft'.
809         (wl-draft-add-in-reply-to): Move customize group from `wl' to
810         `wl-draft'.
811         (wl-draft-add-references): Ditto.
812
813         * wl-action.el (wl-summary-print-argument): Rename argument from
814         `folder' to `data'.
815
816 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
817
818         * wl-summary.el (wl-summary-rescan-message): Call
819         `wl-thread-cleanup-symbols' before insert thread.
820
821 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl.el (wl-init): Set `elmo-get-folder-function' as
824         `wl-folder-make-elmo-folder'.
825
826         * wl-spam.el (wl-summary-exec-action-spam): Use
827         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
828
829         * wl-folder.el (wl-folder-make-elmo-folder): New function.
830         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
831         `elmo-make-folder'.
832         (wl-folder-get-elmo-folder): Ditto.
833         (wl-folder-create-subr): Simplify.
834
835 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
838
839 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
840
841         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
842         contents in message buffer instead of original buffer. If optional
843         argument specified, ask coding system for encode.
844
845 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
846
847         * wl-spam.el (wl-summary-test-spam-region): New function.
848         (wl-spam-setup): Bind "rkc".
849
850 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
853
854 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
855
856         * wl-spam.el (wl-summary-test-spam): Fix typo.
857         (wl-message-check-spam): Ditto.
858
859 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-summary.el (wl-summary-default-from): Simplify.
862
863 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-action.el (wl-summary-exec-action-refile): Simplify.
866         (wl-summary-exec-action-copy): Ditto.
867         (wl-summary-auto-refile): Check existence of temporary mark.
868
869 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-summary.el (wl-summary-create-line): Use
872         `elmo-time-to-datevec'.
873
874         * wl-expire.el (wl-expire-archive-date): Ditto.
875         (wl-expire-localdir-date): Ditto.
876
877         * wl-util.el (wl-day-number): Abolish.
878
879         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
880         of `wl-day-number'.
881         (wl-score-followup): Ditto.
882         (wl-score-add-followups): Ditto.
883         (wl-score-get-latest-msgs): Ditto.
884         (wl-score-get-header-entry): Ditto.
885         (wl-score-edit-insert-date): Ditto.
886
887 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
890         `elmo-message-entity-field' with 2nd argument `type'.
891
892 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
893
894         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
895
896 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-thread.el (wl-thread-delete-message): Delete descendant
899         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
900
901 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
904
905 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
906
907         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
908         `Access folder'.
909
910 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
911
912         * wl-vars.el (wl-access-folder-icon): New user option.
913
914         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
915         `Access folder'.
916
917 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-summary.el (wl-summary-buffer-set-folder): Use
920         `wl-folder-mime-charset'.
921
922         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
923         `mime-charset'.
924         (wl-folder-get-elmo-folder): Ditto.
925         (wl-folder-mime-charset): New function.
926
927 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-util.el (wl-parse-addresses): Define alias of
930         `elmo-parse-addresses' (move to `elmo-util.el').
931
932         * wl-summary.el (wl-summary-default-from): Follow the API change.
933         (wl-summary-overview-entity-compare-by-date): Ditto.
934         (wl-summary-overview-entity-compare-by-from): Ditto.
935         (wl-summary-get-list-info): Get value of `ml-info' field from
936         entity at first.
937         (wl-summary-rescan-message): Treat prefix argument.
938         (wl-summary-prefetch-msg): Follow the API change.
939         (wl-summary-search-by-subject): Ditto.
940         (wl-summary-insert-thread): Ditto.
941         (wl-summary-line-subject): Ditto.
942         (wl-summary-line-from): Ditto.
943         (wl-summary-create-line): Ditto.
944         (wl-summary-print-message-with-ps-print): Ditto.
945
946         * wl-score.el (wl-score-ov-entity-get): Ditto.
947         (wl-score-followup): Ditto.
948         (wl-score-add-followups): Use `elmo-message-entity-field' instead
949         of `car'.
950         (wl-score-get-latest-msgs): Follow the API change.
951         (wl-score-get-header): Ditto.
952
953         * wl-refile.el (wl-refile-learn): Ditto.
954         (wl-refile-subject-learn): Ditto.
955         (wl-refile-get-field-value): Ditto.
956         (wl-refile-guess-by-history): Ditto.
957         (wl-refile-guess-by-subject): Ditto.
958
959         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
960
961         * wl-expire.el (wl-expire-date-p): Removed.
962         (wl-expire-archive-date): Follow the API change.
963         (wl-expire-localdir-date): Ditto.
964         (wl-summary-expire): Ditto.
965
966         * Version number is increased to 2.15.1.
967
968 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
969
970         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
971         group is access or not (it is not strict, like wl-fldmgr-rename).
972
973 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
976         duplicate call of `wl-summary-print-argument' on the wrong line.
977
978 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
981         even if argument `number' is nil.
982         (wl-summary-insert-line): Print action argument if current message
983         has it.
984
985 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
988         (wl-draft-reply): Ditto.
989         (wl-draft): Add optional argument `parent-number' and call
990         `wl-draft-create-buffer' with it.
991         (wl-draft-create-buffer): Add optional argument
992         `parent-number'. Set wl-draft-parent-number as it.
993
994 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-folder.el (wl-folder-set-persistent-mark): If summary
997         buffer is not for given folder, don't use it.
998
999 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1000
1001         * Version number is increased to 2.15.0.
1002
1003 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1006
1007         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1008         (wl-highlight-get-face-by-name): New internal function.
1009         (wl-highlight-summary-line-face-spec): Use it and fixed.
1010
1011 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-summary.el (wl-summary-sync-update): Use
1014         `elmo-message-entity-field' instead of `car' to get message-id
1015         from overview entity.
1016
1017         * wl-summary.el (wl-summary-rescan-message): Call
1018         `wl-highlight-summary-displaying' when displaying a message.
1019
1020 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1021
1022         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1023         `wl-draft-config-info-operation'.
1024         (wl-draft-buffer-change-number): New function.
1025         (wl-draft-rename-saved-config): Ditto.
1026         * wl.el (wl-init): Connect slot for message-number-changed.
1027         (toplevel): Add autoload for wl-draft-rename-saved-config.
1028
1029 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1032         `update-overview'
1033         (wl-summary-buffer-detach): Disconnect from it.
1034         (wl-summary-rescan-message): Use command.
1035
1036         * wl-message.el (wl-message-buffer-display): Use
1037         `with-current-buffer' instead of `save-excursion'.
1038
1039 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1042         wl-draft-preview-attributes-list from distraction.
1043
1044 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1045
1046         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1047         `elmo-list-diff'.
1048
1049 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-summary.el
1052         (wl-summary-edit-addresses-collect-candidate-fields): Use
1053         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1054
1055         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1056         instead of `elmo-set-work-buf'.
1057
1058         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1059         (wl-address-make-address-list): Ditto.
1060
1061         * Version number is increased to 2.13.3.
1062
1063 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1066         user option.
1067
1068         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1069         argument `5'.
1070
1071         * wl-message.el (wl-message-display-no-merge-p): New function.
1072         (wl-message-buffer-display): Check whether the message is
1073         reassembled and follow the API change.
1074
1075 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1078         multibyte on working buffer and removed unnecessary
1079         `buffer-disable-undo'.
1080
1081 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1084         change.
1085
1086 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1087
1088         * wl-util.el (wl-read-search-condition-internal): Protect
1089         elmo-global-flags from distraction.
1090
1091 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1092
1093         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1094
1095         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1096         (wl-summary-event-handler): Ditto.
1097         (wl-summary-update-persistent-mark-on-event): New
1098         function (renamed from `elmo-event-handler-flag-changed').
1099         (wl-summary-buffer-attach): New function.
1100         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1101         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1102         instead of `elmo-folder-add-handler'.
1103
1104         * Version number is increased to 2.13.2.
1105
1106 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1109         and "\177" to the `wl-news-previous-page'.
1110         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1111         (wl-news-previous-page): New function.
1112
1113 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1116         instead of `write-region' and simplify.
1117
1118 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-template.el (wl-template-select): Cause error if
1121         `wl-template-alist' is nil.
1122
1123 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1124
1125         * wl-news.el.in: Set file variable `no-byte-compile'.
1126
1127 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1130         whether a target message is within displaying area.
1131         (elmo-event-handler-cache-changed): Ditto.
1132
1133 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1134
1135         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1136         to `defun'.  Use `nconc' instead of `append' to collect descendant
1137         message numbers.
1138
1139 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1140
1141         * wl-thread.el (wl-thread-save-top-list)
1142         (wl-thread-save-entities): Use `with-temp-buffer'.
1143         * wl-news.el.in (wl-news-previous-version-load):
1144         (wl-news-previous-version-save): Ditto.
1145         * wl-summary.el (wl-summary-load-file-object)
1146         (wl-summary-save-view-cache): Ditto.
1147
1148 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * wl-util.el (toplevel): Require 'elmo-flag'.
1151         (wl-read-search-condition): New function (Renamed from
1152         `elmo-read-search-condition').
1153         (wl-read-search-condition-internal): Likewise.
1154
1155         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1156         invalid.
1157         (wl-summary-pick): Use `wl-read-search-condition' instead of
1158         `elmo-read-search-condition'.
1159         (wl-summary-virtual): Ditto.
1160
1161         * wl-folder.el (wl-folder-virtual): Ditto.
1162         (wl-folder-pick): Ditto.
1163
1164         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1165
1166 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-summary.el (wl-summary-reedit): Call
1169         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1170
1171 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-mime.el (toplevel): Require wl-vars.
1174
1175         * wl-message.el (toplevel): Require cl at compile.
1176
1177         * wl-draft.el (toplevel): Require elmo.
1178
1179 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1182         and do nothing when it is not positive.
1183         (wl-message-buffer-prefetch-next): Ditto.
1184
1185 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1188         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1189         (wl-summary-redisplay-internal): Ditto.
1190
1191         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1192         message (the condition is borrowed from `wl-check-variables-2').
1193         (wl-summary-redisplay-internal): Ditto.
1194
1195 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-mime.el (wl-draft-nntp-attribute): New function.
1198         (wl-draft-attribute-nntp-posting-server): Use it.
1199         (wl-draft-attribute-nntp-posting-port): Ditto.
1200
1201         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1202         (wl-draft-show-attributes-buffer): Ditto.
1203         (wl-draft-hide-attributes-buffer): Ditto.
1204         (wl-draft-attribute-newsgroups): Ditto.
1205         (wl-draft-attribute-nntp-posting-server): Ditto.
1206         (wl-draft-attribute-nntp-posting-port): Ditto.
1207         (wl-draft-preview-message): Use there functions.
1208
1209         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1210         value.
1211
1212 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1215         (wl-draft-reedit): Ditto.
1216         (wl-draft-queue-flush): Ditto.
1217
1218         * wl-mime.el (wl-message-request-partial): Ditto.
1219         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1220         instead of `elmo-message-fetch'.
1221
1222         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1223
1224         * wl-summary.el (wl-summary-message-string): Ditto.
1225
1226 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-util.el (wl-current-message-buffer): Follow the API change.
1229
1230         * wl-summary.el (wl-summary-redisplay-internal): Call
1231         `wl-summary-mark-as-read' with 2nd argument as nil and update
1232         unread count instead of persistent mark.
1233
1234         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1235         variable.
1236         (wl-message-redisplay): Follow the API change.
1237         (wl-message-buffer-display): Managed mime-entity directly and
1238         return preview buffer only.
1239         (wl-message-display-internal): Rewrite.
1240         (wl-message-buffer-prefetch-subr): Not save return value of
1241         `wl-message-buffer-display'.
1242
1243         * Version number is increased to 2.13.1.
1244
1245 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1248         'elmo-multiple-fields-body-list' with boundary specified.
1249
1250 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1251
1252         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1253         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1254         cache if `wl-summary-resend-use-cache' is non-nil.
1255
1256 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1257
1258         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1259         (wl-nntp-posting-stream-type): Ditto.
1260
1261 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1262
1263         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1264
1265 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1266
1267         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1268         message.
1269
1270 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1273         Abolish.
1274         (wl-summary-buffer-persistent-mark-version): New internal
1275         variable.
1276         (wl-summary-update-mark-and-highlight-window): Check by
1277         wl-summary-persistent-mark-invalid-p.
1278         (wl-summary-update-status-marks): Ditto.
1279         (elmo-event-handler-flag-changed): Rewrite.
1280         (elmo-event-handler-cache-changed): Define.
1281         (wl-summary-prefetch-msg): Does not update persistent mark here.
1282         (wl-summary-delete-cache): Ditto.
1283         (wl-summary-resume-cache-status): Ditto.
1284         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1285         (wl-summary-persistent-mark-invalid-p): New function.
1286         (wl-summary-validate-persistent-mark): Ditto.
1287         (wl-summary-validate-persistent-mark-string): Ditto.
1288         (wl-summary-invalidate-persistent-mark): Ditto.
1289         (wl-summary-update-persistent-mark): Call
1290         `wl-summary-validate-persistent-mark'.
1291         (wl-summary-create-line): Call
1292         `wl-summary-validate-persistent-mark-string'.
1293
1294         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1295         status as t if cache used.
1296
1297 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1298
1299         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1300         only if the target is group.
1301         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1302
1303 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1306
1307 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1308
1309         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1310
1311         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1312
1313 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1314
1315         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1316         (Thanks to Yoichi NAKAYAMA).
1317
1318 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1319
1320         * wl-util.el (wl-save-drafts): Restore echo area.
1321
1322 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1323
1324         * Version number is increased to 2.13.0.
1325
1326         * wl-util.el (wl-biff-check-folder-async): Use
1327         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1328
1329 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1330
1331         * wl-message.el (wl-message-display-internal): Does not put
1332         wl-message-display-type property on message buffer.
1333         (wl-message-buffer-display-type): New function.
1334
1335         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1336
1337         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1338         `wl-summary-buffer-detach'.
1339         (wl-summary-message-display-type): Use
1340         `wl-summary-buffer-display-type'.
1341
1342 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1343
1344         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1345         buffer-local.
1346
1347         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1348         kill-buffer-hook instead of make-local-variable.
1349         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1350
1351 2004-12-12  Scott Renfro <scott@renfro.org>
1352
1353         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1354         regex for square-branket.
1355
1356 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1359         `wl-message-mime-analysis-p' with argument `header'.
1360
1361 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1362
1363         * wl-mime.el (wl-draft-yank-current-message-entity): 
1364         Switch to no-mime following method according to wl-message-display-type
1365         property.
1366         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1367
1368         * wl-message.el (wl-message-display-internal): 
1369         Put wl-message-display-type property on message buffer.
1370
1371         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1372         (wl-message-display-internal): Ditto;
1373
1374         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1375
1376 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-message.el (wl-message-make-display-type): New function.
1379         (wl-message-display-type-property): Ditto.
1380         (wl-message-mime-analysys-p): Ditto.
1381         (wl-message-display-all-header-p): Ditto.
1382         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1383         added `display-type'.
1384         (wl-message-buffer-display): Likewise.
1385         (wl-message-display-internal): Likewise.
1386         (wl-message-buffer-display-type): Abolish.
1387         (wl-message-buffer-prefetch-subr): Follow the API changed.
1388
1389         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1390         from wl-summary-buffer-display-all-header and changed default value.
1391         (wl-summary-message-display-type): New function.
1392         (wl-summary-buffer-display-mime-mode): Ditto.
1393         (wl-summary-buffer-display-header-mode): Ditto.
1394         (wl-summary-toggle-mime): Rewrite with above functions.
1395         (wl-summary-toggle-all-header): Ditto.
1396         (wl-summary-redisplay): Force redisplay with default mode.
1397         (wl-summary-redisplay-internal): Renamed argument from `mode',
1398         `all-header' to `mime-mode', `header-mode'.
1399         Use `wl-message-make-display-type'.
1400
1401         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1402         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1403
1404 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1405
1406         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1407
1408 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1409
1410         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1411         in original message buffer.
1412         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1413         buffer.
1414
1415 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1416
1417         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1418
1419 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1422
1423 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1424
1425         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1426         when actions succeeded.
1427         (wl-summary-exec-action-copy): Likewise.
1428
1429 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1430
1431         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1432         there is switch-to-buffer at the end of wl-message-select-buffer.
1433         (wl-summary-reply): Ditto.
1434
1435 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1436
1437         * wl-summary.el (wl-summary-forward): Put subject in original
1438         message buffer as argument of wl-draft-forward.
1439         * wl-draft.el (wl-draft-forward): Decode subject as in
1440         wl-draft-reply.
1441
1442 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1443
1444         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1445         a folder under access group.
1446
1447 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1448
1449         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1450         wl-message-buffer-display.
1451
1452         * wl-util.el (wl-set-save-drafts): Fix typo.
1453
1454 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1455
1456         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1457         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1458         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1459         the way to measure the width of a bitmap image; don't put face on
1460         ascii and bitmap images; put the mark which should not use the
1461         variable-pitch face on ascii and bitmap images.
1462         (wl-demo-setup-properties): Don't use the variable-pitch face on
1463         ascii and bitmap images; made it work on Emacs 20 and earlier.
1464         (wl-demo-insert-text): End with a newline at the bottom; don't put
1465         face on text.
1466
1467         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1468
1469 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1470
1471         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1472
1473         * wl-util.el (wl-save-drafts): Moved from sample setting.
1474         (wl-set-save-drafts): New function to set idle timer.
1475         * wl-draft.el (wl-draft): Call it.
1476         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1477
1478 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1479
1480         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1481         a summary which has toggle display status off.
1482
1483 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1484
1485         * wl-draft.el (wl-draft-do-fcc): No cache save.
1486
1487 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-summary.el (elmo-event-handler-flag-changed): Use
1490         `set-buffer' instead of `with-current-buffer'.
1491
1492 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1493
1494         * wl-summary.el (wl-summary-after-resize-function): New function.
1495         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1496         window-size-change-functions.
1497
1498 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-draft.el (wl-draft-create-buffer): Bind
1501         `change-major-mode-hook' after current buffer is changed.
1502
1503         * wl-summary.el (wl-summary-buffer-detach): New function.
1504         (wl-summary-buffer-set-folder): Call it.
1505         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1506         change-major-mode-hook and kill-buffer-hook.
1507         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1508         (wl-summary-switch-to-clone-buffer): Ditto.
1509         (wl-summary-goto-folder-subr): Ditto.
1510
1511 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1512
1513         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1514         after boundp check.
1515
1516 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1519         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1520         for `kill-buffer'.
1521
1522         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1523         handler of current buffer from elmo-folder.
1524
1525 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1528
1529 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1530
1531         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1532         variable.
1533         (wl-summary-event-handler): New class.
1534         (elmo-event-handler-flag-changed): Define to update persistent
1535         mark.
1536         (wl-summary-buffer-set-folder): Register event handler to
1537         elmo-folder.
1538         (wl-summary-exit): Unregister event handler.
1539         (wl-summary-goto-folder-subr): Ditto.
1540         (wl-summary-mark-as-read-all): Does not call
1541         `wl-summary-update-persistent-mark' directly.
1542         (wl-summary-mark-as-read-internal): Ditto.
1543         (wl-summary-set-persistent-mark-internal): Ditto.
1544         (wl-summary-set-flags-internal): Ditto.
1545
1546         * Version number is increased to 2.11.33.
1547
1548 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1549
1550         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1551         to nil.
1552
1553 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-spam.el (wl-spam-setup): Add hook
1556         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1557         instead of `wl-summary-prepare-hook'.
1558
1559         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1560         if folder type is `'flag'.
1561         (wl-summary-mark-as-important): Ditto.
1562
1563 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-address.el (wl-address-minibuffer-history): New variable.
1566         (wl-address-minibuffer-local-map): New keymap.
1567         (wl-address-read-from-minibuffer): New function.
1568
1569         * wl-action.el (wl-summary-get-resend-address): Use
1570         `wl-address-read-from-minibuffer' instead of `completing-read'.
1571
1572 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * Version number is increased to 2.11.32.
1575
1576 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1577
1578         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1579         without mule to iso-8859-1.
1580         (wl-draft-add-in-reply-to): Add note in description.
1581         (wl-draft-add-references): Ditto.
1582
1583 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1584
1585         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1586         definition for `m'.
1587         (wl-summary-mode-line-format): Add '[%m]'.
1588         (wl-message-mode-line-format-spec-alist): Ditto.
1589         (wl-summary-display-mime-mode-list): New variable.
1590
1591         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1592         from wl-summary-buffer-display-as-is.
1593         (wl-summary-buffer-display-all-header): New buffer local variable.
1594         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1595         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1596         instead of wl-summary-buffer-display-as-is.
1597         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1598         (wl-summary-set-persistent-mark): Ditto.
1599         (wl-summary-set-message-buffer-or-redisplay): Just call
1600         `wl-summary-redisplay-internal' without optional arguments.
1601         (wl-summary-toggle-mime): Rewrite.
1602         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1603         (wl-summary-toggle-all-header): New function.
1604         (wl-summary-redisplay-internal): Treat mime mode.
1605
1606         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1607         to wl-mime-preview-follow-no-mime.
1608         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1609         accodring to the display-mode.
1610
1611         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1612         (wl-message-buffer-display): Changed argument name from `as-is' to
1613         `mode'.
1614         (wl-message-display-internal): Ditto;
1615         Bind elmo-mime-display-header-analysis according to the mode.
1616         (wl-message-display-internal): Put wl-message-display-mime-mode
1617         property on entire buffer.
1618
1619 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1622
1623 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1626         Don't extract mail address.
1627         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1628
1629         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1630
1631         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1632
1633 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1634
1635         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1636         wl-fldmgr-cut-entity-list on confirmation.
1637
1638 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1639
1640         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1641         (wl-mime-quit-preview): Check existence of
1642         mime-edit-temp-message-buffer here.
1643
1644 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1647         after deletion.
1648
1649         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1650         before calling wl-mime-quit-preview.
1651
1652 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1653
1654         * wl-summary.el (wl-summary-pick): If call it with prefix
1655         argument, set `delete-marks' as non-nil. Pick from only visible
1656         messages.
1657         (wl-summary-check-target-mark): New function.
1658         (wl-summary-target-mark-mark-as-read): Use it.
1659         (wl-summary-target-mark-mark-as-unread): Ditto.
1660         (wl-summary-target-mark-operation): Ditto.
1661         (wl-summary-target-mark-set-flags): Ditto.
1662         (wl-summary-target-mark-save): Ditto.
1663         (wl-summary-target-mark-pick): Ditto.
1664         (wl-summary-target-mark-forward): Ditto.
1665         (wl-summary-target-mark-reply-with-citation): Ditto.
1666         (wl-summary-target-mark-print): Ditto.
1667         (wl-summary-target-mark-uudecode): Ditto.
1668
1669         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1670         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1671         with `ask-coding' is non-nil.
1672
1673 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1674
1675         * wl-thread.el (wl-thread-set-parent): If parent is a message
1676         which is identified by references, set linked as nil.
1677
1678 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1679
1680         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1681         (wl-message-mode-line-format-spec-alist): Ditto.
1682         (wl-message-mode-line-format): Ditto.
1683         (wl-summary-mode-line-format): Ditto for docstring.
1684         (wl-summary-no-mime-folder-list): Fix typo.
1685
1686         * wl-util.el (wl-current-message-buffer): Call
1687         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1688
1689         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1690         variable.
1691         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1692         of `wl-summary-redisplay-no-mime'.
1693         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1694         (wl-summary-toggle-mime): New function.
1695         (wl-summary-redisplay-all-header): Rewrite.
1696         (wl-summary-redisplay-no-mime): Ditto.
1697         (wl-summary-redisplay-internal): Added argument `as-is' and
1698         `all-header'.
1699
1700         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1701         New variable.
1702         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1703         bottom.
1704         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1705         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1706         "/" unconditionally.
1707
1708         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1709         wl-mime-preview-follow-no-mime for as-is content.
1710         (wl-mime-preview-follow-no-mime): New function.
1711         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1712
1713         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1714         and added `as-is', `all-header'.
1715         (wl-message-buffer-display): Ditto.
1716         (wl-message-buffer-display-type): New function.
1717
1718 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1719
1720         * wl-vars.el (wl-message-header-button-alist): Change default
1721         value.
1722         (wl-message-body-button-alist): Ditto.
1723
1724 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1727
1728 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1729
1730         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1731
1732 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1733
1734         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1735         is always true.
1736
1737 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1738
1739         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1740         on null entity.
1741
1742 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1745
1746 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1747
1748         * wl-vars.el (wl-summary-resend-hook): New hook.
1749
1750         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1751         `wl-summary-resend-hook'.
1752
1753 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1754
1755         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1756         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1757         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1758         (wl-summary-new-cached-mark): Changed default value to 'n'.
1759         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1760         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1761         (wl-folder-sync-range-alist): Remove spec for 'flag.
1762         (wl-summary-force-prefetch-folder-list): New user option.
1763
1764         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1765         `wl-summary-toggle-persistent-mark'.
1766         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1767         number is nil.
1768         (wl-summary-mark-as-answered-region): Set interactive argument of
1769         `wl-summary-set-persistent-mark-internal'.
1770         (wl-summary-mark-as-important-region): Ditto.
1771         (wl-summary-unset-persistent-mark): Ditto.
1772         (wl-summary-set-persistent-mark): Ditto.
1773         (wl-summary-mark-as-answered): Ditto.
1774         (wl-summary-mark-as-important): Ditto.
1775         (wl-summary-set-persistent-mark-internal): Do nothing
1776         when `elmo-message-flag-available-p' is nil.
1777         (wl-summary-toggle-persistent-mark): New function.
1778         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1779         when the folder matches `wl-summary-force-prefetch-folder-list'.
1780
1781
1782         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1783         when number is nil.
1784         (wl-highlight-summary-forwarded-face): New face.
1785
1786 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * Version number is increased to 2.11.31.
1789
1790 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1791
1792         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1793         (wl-biff-check-folder-async): Ditto.
1794         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1795
1796 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1797
1798         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1799         Add an argument `reverse'.  All callers are updated.
1800         (wl-summary-sort): Add a prefix argument `reverse' to specify
1801         reverse sorting.
1802         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1803         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1804         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1805
1806 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-message.el (wl-message-redisplay): Does not narrow header if
1809         disply-type is all-header or as-is.
1810
1811         * wl-summary.el (wl-summary-enter-handler): Use
1812         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1813
1814 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1815
1816         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1817         after adding wl-draft-parent-variables.
1818         (wl-draft-forward): Ditto.
1819
1820 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1821
1822         * wl-summary.el (wl-summary-sync-marks): Call
1823         `wl-summary-set-persistent-mark' and
1824         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1825         (wl-summary-set-persistent-mark-internal): Add 4th argument
1826         `no-server'.
1827         (wl-summary-unset-persistent-mark): Ditto.
1828         (wl-summary-set-persistent-mark): Ditto.
1829         (wl-summary-add-flags-internal): Abolish.
1830         (wl-summary-remove-flags-internal): Ditto.
1831         (wl-summary-mark-as-important-internal): Ditto.
1832         (wl-summary-mark-as-important): Use
1833         `wl-summary-set-persistent-mark' instead of
1834         `wl-summary-add-flags-internal'.
1835         (wl-summary-mark-as-important-region): Ditto.
1836
1837         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1838
1839         * wl-summary.el (wl-summary-get-available-flags): New function.
1840         (wl-summary-sync-marks): Use it and simplified.
1841         (wl-summary-unset-persistent-mark): Use
1842         `wl-summary-get-available-flags'.
1843         (wl-summary-set-persistent-mark): Ditto.
1844
1845 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1846
1847         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1848         id.
1849
1850 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1851
1852         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1853         number, call `wl-summary-prev-line-content'. Show message when the
1854         message is not found.
1855
1856 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1859         wl-summary-enter-handler.
1860         (wl-summary-enter-handler): New command.
1861
1862         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1863         docstring and custom spec.
1864
1865         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1866         flags too; Don't treat Cached and New.
1867         (wl-summary-set-persistent-mark): Ditto.
1868
1869         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1870         `wl-folder-set-flag'.
1871
1872         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1873         instead of `wl-folder-set-flag'.
1874
1875         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1876         for completion.
1877         (wl-summary-set-persistent-mark): Ditto.
1878
1879         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1880         instead of `wl-draft-quit-preview'.
1881
1882         * wl-mime.el (toplevel): Avoid compile warning.
1883         (wl-mime-quit-preview): New function
1884         (formarly defined as `wl-draft-quit-preview').
1885         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1886         quitting method.
1887
1888         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1889
1890         * wl-folder.el (wl-folder-set-flag): Renamed from
1891         `wl-draft-set-flag-on-parent'.
1892
1893         * wl-draft.el (wl-draft-quit-preview): New function.
1894         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1895         (wl-draft-send): Call `wl-folder-set-flag' instead of
1896         `wl-draft-set-flag-on-parent'.
1897         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1898
1899 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1900
1901         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1902         (wl-draft-send): Ditto.
1903
1904 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1905
1906         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1907         (wl-draft-kill-pre-hook): Set default value as nil.
1908         (wl-summary-reply-hook): Ditto.
1909         (wl-draft-kill-flags): Abolish.
1910
1911         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1912         (wl-draft-parent-variables): Renamed from
1913         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1914         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1915         argument; Add wl-draft-parent-variables to
1916         wl-draft-config-variables.
1917         (wl-draft-reply): Likewise.
1918         (wl-draft-kill-flags): Abolish.
1919         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1920         (wl-draft-set-flag-on-parent): New function.
1921         (wl-draft-setup-parent-flag): Ditto.
1922
1923 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1924
1925         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1926         `wl-draft-parent-folder' is "".
1927
1928 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1929
1930         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1931         (wl-summary-digit-jump): New function.
1932         (Adviced by John Owens and Hiroya Murata)
1933
1934         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1935         (Adviced by John Owens)
1936
1937         * wl-xmas.el (wl-message-define-keymap): Ditto.
1938
1939         * wl-mule.el (wl-message-define-keymap): Ditto.
1940
1941 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1944         change of return value of elmo-folder-count-flags.
1945
1946         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1947         (wl-summary-mark-as-read-internal): Ditto.
1948         (wl-summary-set-persistent-mark-internal): Ditto.
1949         (wl-summary-folder-info-update): Ditto.
1950         (wl-summary-sync-update): Fixed the last change.
1951
1952         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1953
1954 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1955
1956         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1957         (wl-draft-kill-flags): Fixed docstring.
1958
1959         * wl-draft.el (wl-draft-kill-flags): New function.
1960         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1961
1962 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1963
1964         * wl-vars.el (wl-reply-hook): Abolish.
1965         (wl-draft-reply-hook): New hook.
1966         (wl-summary-reply-hook): Ditto.
1967         (wl-draft-forward-hook): Ditto.
1968         (wl-summary-forward-hook): Ditto.
1969         (wl-draft-kill-flags): New variable.
1970
1971         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1972         wl-summary-set-persistent-mark-internal.
1973         (wl-summary-sync-marks): Use elmo-preserved-flags.
1974         (wl-summary-update-persistent-mark): Make it interactive.
1975         (wl-summary-set-persistent-mark-internal): New inline function.
1976         (wl-summary-mark-as-answered): Use it.
1977         (wl-summary-mark-as-unanswered): Ditto.
1978         (wl-summary-unset-persistent-mark): New function.
1979         (wl-summary-set-persistent-mark): Ditto.
1980         (wl-summary-reply): Don't set answered flag;
1981         Run wl-summary-reply-hook instead.
1982         (wl-summary-forward): Call wl-draft-forward with number.
1983         Run wl-summary-forward-hook.
1984
1985         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1986         (wl-highlight-summary-line-face-spec): Use it as a default
1987         persistent mark face.
1988
1989         * wl-draft.el (wl-draft-forward): Added optional argument number;
1990         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1991         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1992         (wl-draft-kill): Use wl-draft-kill-flags.
1993
1994         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1995
1996         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1997         of return value of elmo-folder-count-flags.
1998
1999         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2000
2001         * wl-summary.el (wl-summary-count-unread): Ditto.
2002         (wl-summary-sync-update): Follow the change above.
2003         (wl-summary-force-prefetch): New function.
2004
2005 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2006
2007         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2008         variable `buf' with `let' instead of `setq'.
2009
2010 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2011
2012         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2013         add Content-Disposition heaeder on the deleted part.
2014
2015 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2016
2017         * wl-draft.el (wl-draft-save): Encode address list under edit by
2018         `eword-encode-unstructured-field-body'.
2019
2020         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2021
2022 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2025         wl-current-summary-buffer.
2026
2027 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2028
2029         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2030         `numbers' is ignored.
2031
2032 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-folder.el (wl-folder-open-folder): Avoid error.
2035         Reported by John Owens, [wl-en:815]
2036
2037         * wl.el (wl): Set timer for biff process even if prefix argument
2038         is given or auto-checking is quitted.
2039
2040         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2041         immediately.
2042         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2043         (wl-toggle-plugged): Ditto.
2044
2045         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2046         * wl-util.el (wl-biff-start): Use idle timer if
2047         `wl-biff-use-idle-timer' is non-nil.
2048
2049 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2050
2051         * wl-highlight.el (wl-highlight-message): Fix description.
2052
2053 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2056         tty.
2057
2058 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * wl-action.el (wl-summary-exec): Print failure count.
2061
2062 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2063
2064         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2065         to `defun', remove interactive form.
2066         Set elmo-message-fetch-confirm when force-reload is non-nil.
2067
2068 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-summary.el (toplevel): Removed unnecessary autoload.
2071
2072 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2073
2074         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2075         the buffer is generated from another message buffer.
2076
2077 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2080         extracted from `wl-fldmgr-save-folders'.
2081         (wl-fldmgr-delete): Call it after deletion.
2082
2083 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2084
2085         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2086         multi-tty support.
2087
2088 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2089
2090         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2091
2092 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2093
2094         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2095         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2096
2097 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2098
2099         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2100         unsubscribe list only if argument CLEAR is nil.
2101
2102 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-draft.el (wl-draft-reply): Decode subject before removing
2105         Re: prefix.
2106
2107 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2108
2109         * wl-summary.el (wl-summary-sort-by-size): New command.
2110
2111 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2112
2113         * wl-summary.el (wl-summary-number-list-from-region): New
2114         function.
2115         (wl-summary-mark-as-read-region): Use it.
2116         (wl-summary-mark-as-unread-region): Ditto.
2117         (wl-summary-set-flags-region): Ditto and add optional argument
2118         remove.
2119         (wl-summary-mark-as-answered-region): Ditto.
2120         (wl-summary-mark-as-important-region): Ditto.
2121         (wl-summary-target-mark-mark-as-important): Added optional
2122         argument remove.
2123         (wl-summary-target-mark-mark-as-answered): Ditto.
2124         (wl-summary-target-mark-set-flags): Ditto.
2125
2126 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-summary.el (wl-summary-set-flags-region): Call
2129         `wl-summary-set-flags-internal' with number list instead of call
2130         one by each message.
2131         (wl-summary-target-mark-set-flags): Likewise.
2132
2133 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2134
2135         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2136         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2137         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2138         (wl-summary-target-mark-mark-as-answered): Likewise.
2139
2140 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-summary.el (wl-summary-target-mark-forward): Use
2143         `wl-summary-delete-all-target-marks' instead of
2144         `wl-summary-delete-all-temp-marks'.
2145         (wl-summary-target-mark-reply-with-citation): Ditto.
2146         (wl-summary-target-mark-uudecode): Ditto.
2147         (wl-summary-target-mark-set-flags): Ditto and remove needless
2148         cursor move.
2149
2150 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-summary.el (wl-summary-target-mark-forward): Protect
2153         wl-summary-buffer-target-mark-list from nreverse.
2154         (wl-summary-target-mark-reply-with-citation): Ditto.
2155
2156 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157
2158         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2159         `elmo-display-progress-threshold'.
2160
2161 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2162
2163         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2164         check `wl-summary-highlight'.
2165         (wl-summary-window-scroll-functions): Respect value of
2166         `wl-summary-highlight'.
2167         (wl-summary-sync-update): Run hooks
2168         `wl-summary-buffer-window-scroll-functions' at any time.
2169
2170 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2173         from `wl-summary-cleanup-temp-marks'.
2174         (wl-summary-cleanup-temp-marks): Abolish argument.
2175         * wl.el (wl-save-status): Revert previous change.
2176         (wl-execute-temp-marks): New function, call
2177         `wl-summary-exec-with-confirmation'.
2178         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2179         (wl-folder-save-and-exec-marks): Abolished.
2180
2181 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2182
2183         * wl-e21.el (wl-e21-display-image-p): Respect
2184         `wl-highlight-folder-with-icon'.
2185         (wl-e21-highlight-folder-group-line): Highlight mouse line
2186         even if wl-e21-display-image-p is nil.
2187
2188         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2189         Respect value of `wl-summary-highlight'.
2190
2191         * wl.el (wl-save-status): Remove unused variable.
2192
2193         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2194         (wl-folder-mode-map): Bind it to "x".
2195
2196 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2199
2200         * wl-thread.el (wl-thread-get-parent-list): Don't check
2201         disconnected ancestors, neglecting needless work in
2202         `wl-thread-update-indent-string-thread'.
2203
2204         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2205         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2206         argument, add argument default-keep to keep marks by default.
2207
2208         * Version number is increased to 2.11.30.
2209
2210         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2211         customization type and docstring.
2212         (wl-draft-reply-without-argument-list): Ditto.
2213
2214 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2215
2216         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2217
2218         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2219
2220 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2223
2224 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2225
2226         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2227         save-excursion so as not to include run-hooks.
2228
2229 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2232         Clarify that marks are going to be cleared.
2233
2234 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2235
2236         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2237         according to 3rd element of wl-summary-flag-mark.
2238
2239         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2240
2241 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-action.el (wl-summary-target-mark-all): Don't set
2244         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2245
2246 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2247
2248         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2249         (wl-forward-subject-prefix): Ditto.
2250         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2251         (wl-draft-reply-make-subject): Ditto.
2252
2253         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2254         `wl-draft-forward'.
2255         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2256
2257 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2260         target message does not exist.
2261
2262 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2263
2264         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2265         `wl-subject-prefix-regexp'.
2266         (wl-subject-forward-prefix-regexp): New variable.
2267         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2268         `wl-draft-strip-subject-re' and take regexp as argument.
2269         (wl-draft-forward): Use it.
2270         (wl-draft-reply): Ditto.
2271
2272 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2273
2274         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2275         emacs multi-tty support.
2276
2277 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2278
2279         * wl-e21.el (wl-e21-display-image-p): Don't call
2280         `display-images-p'.
2281         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2282         support.
2283         (wl-highlight-folder-current-line): Ditto.
2284         (wl-folder-init-icons): Ditto.
2285
2286 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2289         the last line of summary in unplugged mode.
2290
2291 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2292
2293         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2294
2295 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2298         * wl-address.el (wl-address-user-mail-address-p): Use it.
2299         (wl-address-delete-user-mail-addresses): Ditto.
2300         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2301
2302         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2303         (wl-address-delete-user-mail-addresses): Ditto.
2304
2305         * wl-address.el (wl-address-delete-user-mail-addresses): New
2306         function.
2307         * wl-refile.el (wl-refile-guess-by-history): Use it.
2308         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2309         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2310
2311         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2312         use wl-address-user-mail-address-p.
2313
2314 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2315
2316         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2317         after opening group.
2318
2319 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2320
2321         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2322         of elmo-set-buffer-multibyte.
2323
2324         * wl-message.el (wl-original-message-mode): Ditto.
2325
2326         * wl-score.el (wl-score-insert-header): Ditto.
2327
2328         * wl-summary.el
2329         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2330         (wl-summary-goto-folder-subr): Ditto.
2331         (wl-summary-insert-headers): Ditto.
2332
2333         * wl-util.el (wl-set-string-width): Ditto.
2334
2335         * Version number is increased to 2.11.29.
2336
2337 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2340         (wl-highlight-summary-line-help-echo-alist): New variable.
2341         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2342         into `wl-highlight-summary-line-help-echo' and
2343         `wl-highlight-flag-folder-help-echo'.
2344         (wl-highlight-summary-line-string): Change accordingly.
2345         (wl-highlight-summary-current-line): Ditto.
2346
2347 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2350         at the beginning of field body (Thanks to Markus Knittig).
2351
2352         * wl-draft.el (wl-draft-insert-current-message): Also check
2353         summary buffer, remove unnecessary tag.
2354
2355 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2356
2357         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2358         when wl-message-buffer is nil.
2359
2360         * wl-folder.el (wl-folder): Abolish unused argument.
2361         Call wl-folder-init when wl-folder-entity is nil.
2362         * wl.el (wl): Change accordingly.
2363
2364 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2365
2366         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2367         multibyte string before insert into draft buffer.
2368         (wl-draft-create-buffer): Always enable multibyte characters for
2369         draft buffer.
2370
2371         * Version number is increased to 2.11.28.
2372
2373 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2374
2375         * wl-folder.el (wl-folder-open-close): Handle blank line.
2376         (wl-folder-jump-to-current-entity): Ditto.
2377
2378 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * Version number is increased to 2.11.27.
2381
2382 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-thread.el (wl-thread-insert-message): When the thread is
2385         devided by wl-summary-max-thread-depth, insert line at the end of
2386         buffer.
2387
2388 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * Version number is increased to 2.11.26.
2391
2392 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2393
2394         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2395
2396 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2397
2398         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2399         value of stream-type and session.
2400
2401 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2402
2403         * Version number is increased to 2.11.25.
2404
2405 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2406
2407         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2408         in a quit message.
2409
2410 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2411
2412         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2413         (wl-summary-redisplay-no-mime-internal): Ditto.
2414
2415 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2416
2417         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2418         * wl-vars.el (wl-smtp-connection-type): Ditto.
2419
2420 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2421
2422         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2423         for the separator line and quote mail-header-separator.
2424
2425 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2428         result message.
2429
2430         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2431         `elmo-multiple-fields-body-list' with boundary as
2432         mail-header-separator.
2433
2434 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2435
2436         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2437
2438 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2439
2440         * wl-util.el (wl-list-diff): Remove unused function.
2441
2442         * wl-draft.el (wl-draft-send-confirm): Discard input before
2443         confirmation.
2444
2445 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2448         order of flag and new.
2449
2450 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-vars.el (wl-refile-policy-alist): Abolished.
2453
2454         * wl-action.el (wl-summary-set-action-refile): Follow the change
2455         above.
2456
2457 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * wl-highlight.el (wl-highlight-signature-search): Don't use
2460         re-search-backward for a long word since it is possible to crash
2461         XEmacs because of a bug.
2462
2463 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2464
2465         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2466
2467 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2468
2469         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2470         argument for wl-summary-sync-force-update.
2471
2472 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * wl-summary.el (wl-summary-mode-map): Revival of
2475         wl-summary-mark-as-important related bindings;
2476         Bind 'F','tF','mF','rF','m&'.
2477         (wl-summary-mark-as-important-region): Revival.
2478         (wl-summary-target-mark-mark-as-important): Ditto.
2479         (wl-summary-target-mark-operation): New function.
2480         (wl-summary-target-mark-mark-as-answered): Use it.
2481         (wl-summary-decide-flag): Don't set Important as default.
2482         (wl-summary-mark-as-important-internal): Revival.
2483         (wl-summary-mark-as-important): Ditto.
2484
2485         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2486
2487         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2488         instead of facep.
2489
2490 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2491
2492         * wl-dnd.el (wl-dnd-drop-func): Fix.
2493
2494         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2495         mouse-set-point instead of posn-point.
2496
2497         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2498
2499         * wl-mule.el (wl-completing-read-multiple): Ditto.
2500
2501 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-demo.el (face-background-name): Defalias to avoid compile
2504         warning.
2505
2506 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-summary.el (wl-summary-decide-flag): Use
2509         wl-completing-read-multiple instead of completing-read-multiple.
2510
2511         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2512         New alias.
2513
2514         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2515         Use face-background-name instead of face-background.
2516
2517         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2518
2519         * wl-summary.el (wl-summary-save): Use it.
2520         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2521
2522         * wl-mime.el (wl-mime-save-content): Fix last change.
2523
2524 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2525
2526         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2527         New function.
2528         (wl-summary-sort-specs): Added sort.
2529         * wl-mime.el (wl-mime-save-content): Expand file name.
2530
2531 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2532
2533         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2534
2535         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2536
2537 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2538
2539         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2540         for flag if it is not defined.
2541
2542 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2543
2544         * wl-e21.el (wl-highlight-folder-current-line): Use
2545         elmo-folder-type-internal when elmo-folder-type returns nil.
2546
2547         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2548
2549         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2550
2551         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2552
2553         * wl-e21.el (wl-summary-toolbar): Ditto.
2554
2555         * wl-vars.el (wl-demo-background-color): Abolished.
2556         (wl-summary-persistent-mark-priority-list): Renamed from
2557         wl-summary-flag-priority-list.
2558         (wl-summary-flag-alist): New user option.
2559         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2560         (wl-message-mode-line-format-spec-alist): Added 'F'.
2561         (wl-message-mode-line-format): Likewise.
2562         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2563         instead of wl-summary-important-mark.
2564         (wl-file-folder-icon): New variable.
2565
2566         * wl-thread.el (wl-thread-set-flags): Renamed from
2567         wl-thread-mark-as-important.
2568
2569         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2570         warning.
2571         (wl-summary-mode-menu-spec): Follow the change of 
2572         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2573         (wl-summary-mode-map): Follow the change of
2574         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2575         (wl-summary-detect-mark-position): Follow the variable name change.
2576         (wl-summary-set-flags-region): New function for the replacement of
2577         wl-summary-mark-as-important-region.
2578         (wl-summary-sync-marks): Sync all global-flags.
2579         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2580         instead of elmo-message-flagged-p.
2581         (wl-summary-persistent-mark-string): Follow the variable name change;
2582         Put wl-summary-flag-mark if the message has global-flag.
2583         (wl-summary-target-mark-set-flags): Renamed from 
2584         wl-summary-target-mark-mark-as-important.
2585         (wl-summary-decide-flag): New function.
2586         (wl-summary-set-flags-internal): Renamed from
2587         wl-summary-mark-as-important-internal.
2588         (wl-summary-add-flags-internal): New function.
2589         (wl-summary-remove-flags-internal): Ditto.
2590         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2591         (wl-summary-mark-as-unimportant): Abolish.
2592         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2593         (wl-summary-next-message): List flagged messages in the msgdb.
2594
2595         * wl-score.el (wl-summary-score-update-all-lines): Use
2596         wl-summary-add-flags-internal instead of 
2597
2598         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2599
2600         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2601         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2602         (wl-message-buffer-require-all-header): Renamed from
2603         wl-message-buffer-all-header-flag (Ditto).
2604         (wl-message-buffer-flag-indicator): New variable.
2605         (wl-message-redisplay): Changed local varibale name from `flag' to
2606         `display-type'; Set up wl-message-buffer-flag-indicator.
2607         (wl-message-buffer-display): Changed varibale name from `flag' to
2608         `display-type'.
2609         (wl-message-display-internal): Likewise.
2610
2611         * wl-highlight.el (wl-highlight-demo-face): Define default background
2612         color.
2613         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2614
2615         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2616
2617         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2618         (wl-demo-setup-properties): Renamed from
2619         `wl-demo-set-background-color'.
2620         (wl-demo): Follow the change above.
2621         
2622         * Version number is increased to 2.11.24.
2623
2624 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2625
2626         * wl-summary.el (wl-summary-toggle-thread): Call
2627         `wl-summary-rescan' with disable-thread as non-nil.
2628         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2629
2630 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2631
2632         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2633         foreground property of the face.
2634         (wl-demo-insert-text): Don't set up face property here.
2635         (wl-demo): Call wl-demo-set-background-color, anyway.
2636
2637 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2638
2639         * wl-vars.el (wl-demo-background-color): The value can be nil.
2640
2641 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2642
2643         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2644         to wl-summary-wheel-dispatcher.
2645
2646         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2647         wl-message-wheel-dispatcher.
2648         (wl-message-wheel-dispatcher): New function.
2649         (wl-summary-wheel-dispatcher): Ditto.
2650
2651 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-action.el (wl-summary-target-mark-all): List messages which are
2654         not in the killed-list.
2655
2656         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2657         only when the folder is 'flag/important.
2658
2659         * wl-address.el (wl-complete-field-body): Complete if the last
2660         character is a space.
2661
2662 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * wl-folder.el (wl-folder-clear-entity-info): Use
2665         elmo-clear-hash-val.
2666
2667         * wl-fldmgr.el (wl-fldmgr-rename): Set
2668         wl-folder-info-alist-modified as t.
2669
2670 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2671
2672         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2673
2674 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2675
2676         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2677         (wl-folder-buffer-last-visited-entity-id): New buffer local
2678         variable.
2679         (wl-folder-revisit-last-visited-folder): New function.
2680         (wl-folder-mode-map): Bind it to "C-i".
2681         (wl-folder-set-current-entity-id): Set last visited folder.
2682         * wl-summary.el (wl-summary-exit): Ditto.
2683
2684 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2687         before calling `recenter' in order to cope with an XEmacs bug.
2688
2689 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2690
2691         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2692         to the default value.
2693
2694 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2695
2696         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2697         change.
2698         (wl-summary-sync-marks): Ditto.
2699         (wl-summary-mark-as-read-internal): Ditto.
2700         (wl-summary-mark-as-answered-internal): Ditto.
2701         (wl-summary-mark-as-important-internal): Ditto.
2702         (wl-summary-reply): Ditto.
2703
2704         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2705         instead of `elmo-folder-unflag-answered'.
2706
2707         * Version number is increased to 2.11.23.
2708
2709         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2710         the last change.
2711
2712 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2713
2714         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2715         Specify "spam" or "good".
2716
2717 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2718
2719         * wl-spam.el (wl-summary-exec-action-spam): Call
2720         wl-folder-confirm-existence for spam folder.
2721         (wl-spam-setup): Bind "mk".
2722
2723 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2724
2725         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2726
2727 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2728
2729         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2730         destination folder is empty.
2731
2732 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2735         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2736
2737         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2738         (wl-summary-refile-prev-destination-region): New function.
2739         (wl-thread-refile-prev-destination): Ditto.
2740         (wl-summary-target-mark-refile-prev-destination): Ditto.
2741
2742 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2743
2744         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2745         (wl-demo-background-color): Changed default value.
2746
2747         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2748         color.
2749
2750         * wl-demo.el (wl-demo-set-background-color): New function.
2751         (wl-demo): Call it.
2752
2753 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2754
2755         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2756         * wl-address.el (wl-address-add-or-change): Don't add empty
2757         address.
2758
2759 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2760
2761         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2762
2763 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2764
2765         * wl-vars.el (wl-demo-image-filter-alist): New variable
2766         (wl-demo-background-color): Ditto.
2767
2768         * wl-demo.el (wl-demo-xpm-set-background): New function.
2769         (wl-demo-image-filter): Ditto.
2770         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2771
2772         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2773
2774         * wl-demo.el (wl-demo-icon-name): Define as function.
2775         (wl-demo-insert-image): Use it.
2776
2777 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2778
2779         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2780
2781 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2782
2783         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2784
2785 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2786
2787         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2788
2789 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2790
2791         * wl-thread.el (wl-thread-mark-as-answered): New function.
2792
2793         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2794         answered" entry.
2795         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2796         "r&" and wl-thread-mark-as-answered to "t&".
2797         (wl-summary-mark-as-important-region): Refine to toggle mark.
2798         (wl-summary-mark-as-answered-region): New function.
2799         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2800         and 3rd argument.
2801         (wl-summary-mark-as-important-internal): Likewise.
2802
2803 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2804
2805         * wl-template.el (wl-template-preview): New internal variable.
2806         (wl-template-preview-p): New function.
2807         (wl-template-show): Bind `wl-template-preview' as t.
2808
2809 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2812         `elmo-message-entity-field' with 3rd argument which is non-nil.
2813
2814 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2817         Removed duplicate local bind `folder'.
2818
2819 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820
2821         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2822
2823 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2824
2825         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2826         duplicate definition.
2827
2828 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2831         non-nil, use it; Don't fetch message if there's no message in the
2832         current cursor position.
2833
2834 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2835
2836         * wl-util.el (wl-region-exists-p): Use region-active-p.
2837         (wl-deactivate-region): New function.
2838         * wl-message.el (wl-message-redisplay): Deactivate region.
2839
2840         * wl-summary.el (wl-summary-reply): Call
2841         `wl-summary-set-message-buffer-or-redisplay' instead of
2842         `wl-summary-redisplay-internal', don't move point.
2843
2844 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2847         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2848         by regexp.
2849
2850 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2853         if no need.
2854
2855 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2858         default value to nil.
2859         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2860         `wl-summary-prepare-hook'; Replace refile action to
2861         `wl-summary-exec-action-refile-with-register'.
2862
2863         * Version number is increased to 2.11.22.
2864
2865 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-summary.el (wl-summary-detect-mark-position): Set
2868         `wl-summary-buffer-weekday-name-lang'.
2869
2870 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2871
2872         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2873         (wl-summary-mark-as-read-all): Ditto.
2874         (wl-summary-delete-messages-on-buffer): Ditto.
2875         (wl-summary-sync-update): Ditto.
2876         (wl-summary-mark-as-read-internal): Ditto.
2877         (wl-summary-mark-as-answered-internal): Ditto.
2878         (wl-summary-update-folder-info): Abolished.
2879
2880 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2881
2882         * wl-summary.el (wl-summary-mark-as-read-all): Use
2883         `wl-summary-update-folder-info' instead of
2884         `wl-folder-update-unread'.
2885
2886 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2887
2888         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2889         `wl-summary-folder-info-update'.
2890         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2891         instead of `wl-summary-folder-info-update'.
2892         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2893         `wl-folder-set-folder-updated'.
2894         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2895         instead of `wl-folder-update-unread'.
2896         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2897         the value of `wl-summary-buffer-unread-count' for the second parameter of
2898         `wl-folder-update-unread'.
2899
2900         * Version number is increased to 2.11.21.
2901
2902 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2903
2904         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2905         a local variable.
2906
2907 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2908
2909         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2910         interactively.
2911
2912         * wl-summary.el (wl-summary-mark-as-important-internal): New
2913         internal function.
2914         (wl-summary-mark-as-important): Use it.
2915         (wl-summary-mark-as-unimportant): New function.
2916         (wl-summary-sync-marks): Follow the API change.
2917
2918         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2919
2920         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2921
2922 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2923
2924         * wl-folder.el (wl-folder-update-unread): Re-indent.
2925         Narrow the scope of a local variable.
2926
2927 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2930         (wl-addrmgr-merge-entries): Ditto.
2931         (wl-addrmgr): Added to address entry which exists in draft buffer
2932         if no entry is in original.
2933
2934 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-batch.el: New file.
2937
2938 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2939
2940         * wl-vars.el (wl-use-semi): Remove unused variable.
2941
2942 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2943
2944         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2945         "?".
2946
2947 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2950         wl-summary-new-mark.
2951         (wl-summary-new-cached-mark): New user option.
2952         (wl-summary-score-marks): Follow the change above.
2953         (wl-summary-auto-refile-skip-marks): Ditto.
2954         (wl-summary-incorporate-marks): Ditto.
2955         (wl-summary-expire-reserve-marks): Ditto.
2956
2957         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2958
2959         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2960         (wl-summary-persistent-mark-string): Distinguished between cached
2961         and uncached mark when the message is new.
2962
2963 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * wl-spam.el (wl-spam-domain): Renamed from
2966         `wl-spam-folder-guess-domain'.
2967         (wl-summary-exec-action-spam): Register as spam if domain of the
2968         source folder is good.
2969         (wl-summary-exec-action-refile-with-register): Register message if
2970         domain of the source folder is not undecided.
2971
2972 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2973
2974         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2975         detect thread loop.
2976
2977 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2978
2979         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2980         and wl-summary-skip-mark-list.
2981
2982 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2983
2984         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2985
2986         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2987
2988         * wl-spam.el (toplevel): Require wl-highlight.
2989         (wl-spam-auto-check-policy-alist): Abolish.
2990         (wl-spam-auto-check-folder-regexp-list): New user option.
2991         (wl-spam-auto-check-marks): Ditto.
2992         (wl-spam-mark-action-list): Ditto.
2993         (wl-highlight-summary-spam-face): New face.
2994         (wl-spam-auto-check-message-p): New function.
2995         (wl-spam-map-spam-messages): Fixed message.
2996         (wl-spam-register-spam-messages): Ditto.
2997         (wl-spam-register-good-messages): Ditto.
2998         (wl-summary-spam-map): Add and remove keybind.
2999         (wl-summary-target-mark-spam): Abolish.
3000         (wl-summary-refile-spam): Ditto.
3001         (wl-summary-test-spam): New function.
3002         (wl-summary-mark-spam): Ditto.
3003         (wl-summary-auto-check-spam): Follow the above change.
3004         (wl-summary-exec-action-spam): New function.
3005         (wl-summary-exec-action-refile-with-register): Fixed message.
3006         (wl-message-check-spam): New function.
3007         (wl-spam-setup): Ditto.
3008         (toplevel): Call it if this file is loaded interactivity.
3009
3010         * Version number is increased to 2.11.20.
3011
3012 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3013
3014         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3015         when new optional argument `force' is non nil or modified.
3016
3017 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3018
3019         * wl.el (toplevel): Require wl-spam when compile.
3020         (wl-save-status): Call wl-spam-save-status.
3021
3022         * wl-spam.el (wl-spam-register-spam-messages): New function.
3023         (wl-spam-register-good-messages): Ditto.
3024         (wl-spam-save-status): Ditto.
3025         (wl-summary-mode-map): Bind
3026         wl-summary-target-mark-register-as-spam to "ms" and
3027         wl-summary-target-mark-register-as-good to "mn".
3028         (wl-summary-register-as-spam): Abolish optional argument; Use
3029         wl-spam-register-spam-messages.
3030         (wl-summary-register-as-spam-all): Use
3031         wl-spam-register-spam-messages.
3032         (wl-summary-register-as-good): Abolish optional argument; Use
3033         wl-spam-register-good-messages.
3034         (wl-summary-register-as-good-all): Use
3035         wl-spam-register-good-messages.
3036         (wl-summary-target-mark-register-as-spam): New funtion.
3037         (wl-summary-target-mark-register-as-good): Ditto.
3038
3039 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3040
3041         * wl-spam.el: New file.
3042
3043 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3044
3045         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3046
3047         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3048         (wl-summary-auto-refile): Call wl-refile-guess with
3049         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3050
3051 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3052
3053         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3054         with disable-thread argument non-nil.
3055
3056 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3057
3058         * wl-summary.el (wl-summary-rescan): Added optional argument
3059         disable-thread.
3060         (wl-summary-sync): Call wl-summary-rescan with argument
3061         disable-thread.
3062         (wl-summary-input-range): Added new range `rescan-thread'.
3063
3064 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3065
3066         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3067
3068 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3071         internal variable.
3072         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3073         wl-summary-search-parent-by-subject-regexp and
3074         wl-summary-divide-thread-when-subject-changed as nil.
3075         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3076         (wl-summary-insert-thread): Search parent entity from
3077         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3078         thread loop.
3079
3080 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3081
3082         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3083
3084         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3085
3086         * wl-util.el (wl-require-update-all-folder-p): New function.
3087         (wl-get-assoc-list-value): Added `function' to match directive.
3088         (wl-collect-draft): Rewrite.
3089
3090         * wl-summary.el (wl-summary-sync-update): Clear faces
3091         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3092         are non-nil.
3093         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3094         argument as function.
3095         (wl-summary-input-range): Ditto.
3096
3097         * wl-folder.el (wl-draft-get-folder): New function.
3098         (wl-folder-get-elmo-folder): Consider draft folder.
3099
3100         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3101         (wl-draft-buffer-message-number): New buffer local variable.
3102         (wl-draft-folder-internal): New internal variable.
3103         (wl-draft-delete): Rewrite.
3104         (wl-draft-save): Ditto.
3105         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3106         wl-folder-get-elmo-folder.
3107         (wl-draft-config-info-operation): Ditto.
3108         (wl-jump-to-draft-folder): Ditto.
3109         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3110         (wl-draft-reedit): Rewrite.
3111
3112         * Version number is increased to 2.11.19.
3113         
3114 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3115
3116         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3117         variable.
3118
3119 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3122         Use ignore-errors instead of unwind-protect.
3123
3124 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3125
3126         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3127         for updating `wl-thread-entity-list'.
3128
3129 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3130
3131         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3132         parameter from calling `wl-thread-entity-get-older-brothers' and
3133         `wl-thread-entity-get-younger-brothers'.
3134         Replace nested `append' with a single one.
3135
3136 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-summary.el (wl-summary-mode): Don't use the return value of
3139         `make-local-hook'.
3140
3141 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3142
3143         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3144         instead of `let*'.
3145         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3146         of local variables.
3147
3148 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3149
3150         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3151         Renamed from wl-summary-window-scroll-functions.
3152         (wl-summary-window-scroll-functions): Don't set to variable.
3153         (wl-summary-display-top): Use run-hooks.
3154         (wl-summary-display-bottom): Ditto.
3155         (wl-summary-toggle-disp-msg): Ditto.
3156         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3157         Use it instead of wl-summary-window-scroll-functions.
3158         (wl-summary-goto-folder-subr): Don't call
3159         wl-summary-window-scroll-functions, use
3160         wl-summary-buffer-window-scroll-functions instead.
3161
3162 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3163
3164         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3165         make-local-variable.
3166
3167 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3168
3169         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3170         set-buffer-modified-p.
3171         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3172         (wl-summary-display-bottom): Ditto.
3173         (wl-summary-toggle-disp-msg): Ditto.
3174
3175 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3178
3179         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3180         (wl-summary-forward): Use elmo-message-entity-field instead of
3181         elmo-message-field.
3182
3183         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3184
3185 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3186
3187         * wl-summary.el (wl-summary-window-scroll-functions): No use
3188         `append'.
3189
3190 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3193         function.
3194         (wl-summary-window-scroll-functions): Call it when both
3195         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3196         (wl-summary-temp-mark): Added optional argument number.
3197         (wl-summary-message-mark): Added optional argument flag.
3198         (wl-summary-persistent-mark): Added optional argument number and flag.
3199         (wl-summary-update-persistent-mark): Ditto.
3200         (wl-summary-update-status-marks): Set "r" for interactive spec.
3201
3202         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3203         argument number and flag.
3204
3205         * wl-action.el (wl-summary-registered-temp-mark): 
3206         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3207
3208 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3211         internal variable (buffer local).
3212         (wl-summary-window-scroll-functions): New function.
3213         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3214         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3215         as nil.
3216         (wl-summary-update-status-marks): Added arguments beg, end and
3217         check.
3218         (wl-summary-update-mark-window): Use function.
3219         (wl-summary-sync-update): Follow the change above.
3220         (wl-summary-switch-to-clone-buffer): Copy
3221         wl-summary-buffer-unsync-mark-number-list.
3222         (wl-summary-goto-folder-subr): Set
3223         wl-summary-buffer-unsync-mark-number-list and
3224         use wl-summary-window-scroll-functions instead of
3225         wl-summary-lazy-highlight.
3226
3227         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3228
3229 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3230
3231         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3232
3233         * wl-summary.el (wl-summary-update-persistent-mark): Call
3234         wl-summary-set-message-modified.
3235
3236         * wl-summary.el (wl-summary-sync-update): Don't call
3237         wl-summary-update-status-marks.
3238
3239         * Version number is increased to 2.11.18.
3240
3241 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3242
3243         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3244         (wl-message-next-page): Ditto.
3245
3246 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3247
3248         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3249         local variable.  Change the order of a collected list into the
3250         same as the specified range.  Remove nil from a collected list.
3251
3252 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3255         argument for elmo-folder-list-messages.
3256
3257 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3258
3259         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3260         change (wl-summary-count-unreads return a list instead of a cons
3261         cell).
3262
3263 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3264
3265         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3266         `wl-summary-folder-info-update'.
3267
3268 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3269
3270         * wl-summary.el (wl-summary-set-message-modified): No use
3271         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3272         (wl-summary-set-mark-modified): Abolish.
3273         (wl-summary-mark-modified-p): Ditto.
3274         (wl-summary-save-view): Follow the change above.
3275
3276         * wl-expire.el (wl-summary-expire): Likewise.
3277
3278 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3279
3280         * wl-summary.el (wl-summary-detect-mark-position): Use
3281         modb-entity-handler.
3282         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3283
3284         * Version number is increased to 2.11.17.
3285
3286 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3289         entity field value.
3290         (wl-summary-prefetch-msg): Ditto.
3291         (wl-summary-print-message-with-ps-print): Ditto.
3292
3293 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3296         for dummy entity.
3297         (wl-summary-insert-thread): Use elmo-message-entity-field.
3298         (wl-summary-update-thread): Use elmo-message-entity-field and
3299         elmo-message-entity-number.
3300         (wl-summary-line-number):  Use elmo-message-entity-number.
3301         (wl-summary-line-size): Use elmo-message-entity-field.
3302         (wl-summary-line-subject): Ditto.
3303         (wl-summary-line-from): Ditto.
3304         (wl-summary-line-attached): Ditto.
3305         (wl-summary-create-line): Ditto.
3306         (wl-summary-create-line): Use elmo-message-entity-number.
3307         (wl-summary-print-message-with-ps-print): Use
3308         elmo-message-entity-field.
3309
3310 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3311
3312         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3313         change in elmo-msgdb-make-message-entity.
3314         (wl-summary-buffer-set-folder): Don't call
3315         wl-summary-detect-mark-position here.
3316         (wl-summary-rescan): Call elmo-message-entity-number.
3317         (wl-summary-sync-update): Ditto.
3318         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3319
3320         * wl-score.el (wl-score-header-index): Redefine 2th element.
3321         (wl-score-overview-entity-get-extra): Abolish.
3322         (wl-score-ov-entity-get): Rewrite.
3323         (wl-score-string-index<, wl-score-string-func<): Abolish.
3324         (wl-score-string<): New function.
3325         (wl-score-string-sort): Use it.
3326
3327         * wl-refile.el (wl-refile-guess-by-history): Use
3328         elmo-message-entity-field.
3329         (wl-refile-guess-by-from): Ditto.
3330         (wl-refile-guess-by-msgid): Ditto.
3331
3332         * Version number is increased to 2.11.16.
3333
3334 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3335
3336         * wl-folder.el (wl-folder-confirm-existence): Don't call
3337         file-exists-p if msgdb-path is nil.
3338         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3339         `wl-read-folder-hist' to `wl-read-folder-history'.
3340
3341 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3342
3343         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3344         `y-or-n-p'.
3345
3346 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3347
3348         * wl-score.el (wl-score-headers): Don't use
3349         elmo-folder-do-each-message-entity.
3350
3351         * Version number is increased to 2.11.15.
3352
3353 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-summary.el (wl-summary-delete-all-msgs): Use
3356         elmo-folder-move-messages instead of elmo-folder-delete-messages
3357         and elmo-folder-detach-messages.
3358         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3359
3360         * wl-expire.el (wl-expire-delete): Ditto.
3361         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3362
3363 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3364
3365         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3366         (wl-message-header-narrowing-fields): Ditto.
3367         (wl-message-header-narrowing-lines): Ditto.
3368         (wl-message-header-narrowing-string): Ditto.
3369
3370         * wl-summary.el (wl-summary-mode-map): Bind
3371         wl-summary-toggle-header-narrowing to "C-cC-f".
3372         (wl-summary-toggle-header-narrowing): New function.
3373
3374         * wl-message.el (wl-message-buffer-create): Call
3375         wl-message-header-narrowing-setup.
3376         (wl-message-redisplay): Call wl-message-header-narrowing.
3377         (wl-message-header-narrowing): New function.
3378         (wl-message-header-narrowing-map): New keymap.
3379         (wl-message-header-narrowing-widen-map): New keymap.
3380         (wl-message-header-narrowing-again-at-mouse): New function.
3381         (wl-message-header-narrowing-1): Ditto.
3382         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3383         (wl-message-header-narrowing-setup): Ditto.
3384         (wl-message-header-narrowing-toggle): Ditto.
3385         
3386         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3387
3388         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3389         'flag as all.
3390         (wl-use-flag-folder-help-echo): New user option.
3391
3392         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3393         wl-summary-highlight as nil.
3394         (wl-summary-set-mark-modified): Follow the API change.
3395         (wl-summary-mark-modified-p): Ditto.
3396         (wl-summary-mark-as-read-all): Ditto.
3397         (wl-summary-sync-marks): Don't call
3398         elmo-folder-list-messages-with-global-mark.
3399         (wl-summary-mark-as-read-internal): Follow the API change.
3400         (wl-summary-mark-as-answered-internal): Ditto.
3401         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3402         Follow the API change.
3403         (wl-summary-create-line): Call with number argument.
3404         (wl-summary-reply): Follow the API change.
3405
3406         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3407         function.
3408         (wl-highlight-summary-line-string): Call it when
3409         wl-use-flag-folder-help-echo is non-nil.
3410         (wl-highlight-summary-current-line): Ditto.
3411         (elmo-flag-folder-referrer): Added autoload setting.
3412
3413         * wl-draft.el (wl-draft-kill): Follow the API change.
3414
3415         * Version number is increased to 2.11.14.
3416         
3417 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3420
3421 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3422
3423         * Version number is increased to 2.11.13.
3424
3425 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-draft.el (wl-draft-previous-history-element): Fixed
3428         unbalanced parenthesis and bind unbound local variables.
3429
3430 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3431
3432         * wl-draft.el (wl-draft-previous-history-element): New function.
3433         (wl-draft-next-history-element): Ditto.
3434         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3435         them to M-p and M-n.
3436
3437 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3438
3439         * Version number is increased to 2.11.12.
3440
3441 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3442
3443         * wl-draft.el (wl-draft-hide): Select buffer-window.
3444
3445 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3446
3447         * wl-summary.el (wl-summary-narrow-to-region): New function.
3448         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3449         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3450         (wl-summary-save-region): Use it.
3451         * wl-action.el (wl-summary-collect-numbers-region)
3452         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3453
3454 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3455
3456         * wl-folder.el (wl-folder-count-incorporates): Don't use
3457         `elmo-msgdb-mark-load'
3458
3459         * Version number is increased to 2.11.11.
3460
3461 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3462
3463         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3464         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3465
3466 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3467
3468         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3469
3470 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3471
3472         * Version number is increased to 2.11.10.
3473
3474 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3475
3476         * wl-mime.el (wl-draft-attribute-value): Fixed.
3477
3478 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3479
3480         * wl-util.el (wl-copy-local-variables): New function.
3481
3482         * wl-mime.el (wl-draft-attribute-recipients): New function.
3483         (wl-draft-attribute-envelope-from): Ditto.
3484         (wl-draft-attribute-smtp-posting-server): Ditto.
3485         (wl-draft-attribute-smtp-posting-port): Ditto.
3486         (wl-draft-attribute-value): Ditto.
3487         (wl-draft-preview-message): Use it to get value for
3488         attributes. Reflect result of `wl-draft-config'.
3489
3490         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3491         and call `wl-summary-mark-as-read' before to call
3492         `wl-summary-unset-mark'.
3493         (wl-summary-target-mark-mark-as-unread): Likewise.
3494         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3495
3496 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-mime.el (wl-draft-preview-message): Use actual value for
3499         attributes; Fix for small window.
3500
3501 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3502
3503         * wl-refile.el (wl-refile-get-field-value): Call
3504         `elmo-message-entity-field' with 3rd argument is non-nil.
3505
3506 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3507
3508         * wl-vars.el (wl-draft-preview-attributes): New user option.
3509         (wl-draft-preview-attributes-list): Ditto.
3510         (wl-draft-preview-attributes-buffer-lines): Ditto.
3511         (wl-draft-preview-attributes-buffer-name): Ditto.
3512
3513         * wl-mime.el (wl-draft-preview-message): Display attributes.
3514
3515 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3516
3517         * wl-summary.el (wl-summary-detect-mark-position): Bind
3518         wl-summary-flag-priority-list to '(new).
3519
3520 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3521
3522         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3523         funtion.
3524         (wl-highlight-summary-line-string): Use it.
3525         (wl-highlight-summary-current-line): Ditto.
3526
3527 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3530         line even when the mark string is not changed.
3531
3532         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3533         argument change in the wl-summary-create-line.
3534         (wl-thread-insert-entity-sub): Ditto.
3535
3536         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3537         argument change in the wl-summary-create-line.
3538         (wl-summary-insert-sequential): Ditto.
3539         (wl-summary-update-thread): Ditto.
3540         (wl-summary-persistent-mark-string): New inline function.
3541         (wl-summary-message-mark): Use it.
3542         (wl-summary-create-line): Abolish argument wl-persistent-mark
3543         and added wl-flags, wl-cached.
3544
3545         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3546         mark to flags.
3547         (wl-highlight-summary-current-line): Decide the face not by the 
3548         persistent mark but flags.
3549
3550 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3551
3552         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3553         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3554         wl-summary-read-uncached-mark): Revive.
3555         (wl-summary-answered-cached-mark,
3556         wl-summary-answered-uncached-mark): New user option.
3557         (wl-summary-score-marks): Follow the change above.
3558         (wl-summary-auto-refile-skip-marks): Ditto.
3559         (wl-summary-incorporate-marks): Ditto.
3560         (wl-summary-expire-reserve-marks): Ditto.
3561         (wl-summary-flag-priority-list): New user option.
3562
3563         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3564         changes.
3565         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3566         of elmo-message-mark.
3567         (wl-summary-mark-as-read-internal): Ditto.
3568         (wl-summary-mark-as-answered): Ditto.
3569         (wl-summary-mark-as-important): Ditto.
3570         (wl-summary-redisplay-internal): Ditto.
3571         (wl-summary-redisplay-no-mime-internal): Ditto.
3572         (wl-summary-message-mark): New function.
3573         (wl-summary-insert-sequential): Use wl-summary-message-mark
3574         instead of elmo-message-mark.
3575         (wl-summary-update-thread): Ditto.
3576         (wl-summary-persistent-mark): Ditto.
3577         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3578         instead of elmo-message-mark.
3579
3580         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3581         wl-summary-message-mark instead of elmo-message-mark.
3582         (wl-thread-insert-entity-sub): Ditto.
3583         (wl-thread-get-children-msgs-uncached): Ditto.
3584
3585         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3586         variable name changes.
3587         (wl-highlight-summary-current-line): Ditto.
3588
3589         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3590         wl-summary-message-mark instead of elmo-message-mark.
3591
3592         * wl-expire.el (wl-expire-message-p): Ditto.
3593
3594         * wl-score.el (wl-score-headers): Ditto.
3595
3596         * Version number is increased to 2.11.9.
3597
3598         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3599         (wl-summary-sync-update): Follow the change above.
3600         (wl-summary-switch-to-clone-buffer): Ditto.
3601         (wl-summary-open-folder): Ditto.
3602
3603 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3604
3605         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3606         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3607
3608         * Version number is increased to 2.11.8.
3609
3610         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3611
3612         * wl-expire.el (wl-expire-refile): Follow the API change on
3613         `elmo-folder-move-messages'.
3614         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3615
3616         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3617         (wl-summary-exec-action-refile): Ditto.
3618         (wl-summary-exec-action-copy): Ditto.
3619         (wl-summary-no-auto-refile-message-p): No use
3620         `wl-summary-buffer-msgdb'.
3621         (wl-summary-auto-refile): Ditto.
3622
3623 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3624
3625         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3626
3627 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl-summary.el (wl-summary-sync): Treat no-sync.
3630
3631         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3632         (wl-default-sync-range): Ditto.
3633
3634 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3635
3636         * wl-refile.el (wl-refile-subject-learn): Call
3637         `elmo-message-entity-field' with 3rd argument is non-nil.
3638         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3639         instead of `elmo-msgdb-overview-entity-get-subject'.
3640
3641 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3642
3643         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3644         scan-type is rescan.
3645         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3646         new optional argument force is non-nil.
3647         (wl-summary-save-view-cache): Call it with force argument non-nil.
3648
3649         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3650
3651 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3652
3653         * wl-action.el (wl-summary-print-argument): Fixed last change.
3654
3655 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3656
3657         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3658         simplified.
3659         (wl-summary-target-mark-mark-as-unread): Likewise.
3660         (wl-summary-target-mark-mark-as-important): Likewise.
3661
3662 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3663
3664         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3665         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3666         (wl-summary-mark-as-important-region): Change accordingly.
3667         (wl-summary-target-mark-mark-as-important): Ditto.
3668
3669 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3670
3671         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3672
3673         * wl-action.el (wl-summary-print-argument): Print argument to
3674         right side of window if `wl-summary-print-argument-within-window'
3675         is non-nil.
3676
3677 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-action.el (wl-summary-set-mark): Use
3680         `wl-summary-message-visible-p' to check visibility of the message
3681         and jump to message only when the message line is visible and have
3682         different number; Call wl-summary-unset-mark with number argument.
3683         (wl-summary-unset-mark): 
3684         Use `wl-summary-message-visible-p'
3685         to check visibility of the message and jump to message only when
3686         the message line is visible and have different number;
3687
3688 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3689
3690         * Version number is increased to 2.11.7.
3691
3692         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3693         and wl-folder-summary-line-format.
3694
3695         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3696         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3697         (wl-summary-set-score-mark): Use it.
3698         (wl-summary-target-mark-mark-as-read): Ditto.
3699         (wl-summary-target-mark-mark-as-unread): Ditto.
3700         (wl-summary-target-mark-mark-as-important): Ditto.
3701         (wl-summary-target-mark-msgs): Simplified.
3702         (wl-summary-detect-mark-position): Fixed problem when
3703         summary-line-format no contain persisten/temp mark spec.
3704         (wl-summary-temp-mark): Ditto.
3705         (wl-summary-persistent-mark): Ditto.
3706         (wl-summary-update-persistent-mark): Ditto.
3707
3708         * wl-action.el (wl-summary-set-mark): Ditto.
3709         (wl-summary-unset-mark): Ditto.
3710         All other related portions are changed.
3711
3712 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3713
3714         * Version number is increased to 2.11.6.
3715
3716 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3717
3718         * wl-util.el (wl-current-message-buffer): Define as function;
3719         Don't use the value of wl-messge-buffer.
3720
3721         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3722         persistent mark.
3723
3724         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3725         no current message, cause an error.
3726
3727 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3728
3729         * wl-summary.el (wl-summary-set-message-modified): Use
3730         elmo-folder-set-message-modified instead of
3731         elmo-folder-set-message-modified-internal.
3732
3733 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3734
3735         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3736         interactively.
3737         (wl-summary-sync): nokill->entirely.
3738         (wl-summary-sync-marks): Fixed message.
3739         (wl-summary-input-range): Added mark, nokill->entirely.
3740
3741         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3742         messages as read.
3743
3744 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3747         update-noscore.
3748         (wl-summary-sync): Follow the change above.
3749
3750 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3751
3752         * wl-action.el (wl-summary-target-mark-all): Use
3753         elmo-folder-list-messages.
3754
3755 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3756
3757         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3758         (wl-summary-rescan): Set wl-summary-scored as nil.
3759         (wl-summary-sync-force-update): Follow the change above.
3760         (wl-summary-sync): Ditto.
3761         (wl-summary-sync-update): Added argument disable-killed.
3762         (wl-summary-insert-headers): Set visible-only argument for
3763         elmo-folder-list-messages.
3764         (wl-summary-input-range): Added update-nokill, update-noscore,
3765         all-nokill, all-noscore and mark.
3766
3767         * Version number is increased to 2.11.5.
3768
3769         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3770
3771 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3772
3773         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3774         (wl-summary-prefetch-region-no-mark): Change accordingly.
3775         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3776
3777 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3778
3779         * wl-address.el (wl-complete-field-to): Abolished.
3780         (wl-complete-address): Completion function for completing-read.
3781         * wl-action.el (wl-summary-get-resend-address): Use it.
3782
3783         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3784         wl-summary-update-mark and abolish unused argument.
3785         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3786         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3787         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3788         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3789         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3790         * wl-draft.el (wl-draft-kill): Ditto.
3791
3792         * wl-summary.el: Remove unused binding of case-fold-search.
3793         (wl-summary-replace-status-marks): Abolished.
3794
3795 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3798         is specified or folder length is zero.
3799
3800 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3801
3802         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3803         (wl-folder-archive-current-entity): Ditto.
3804
3805 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3806
3807         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3808         retrieving message mark.
3809         (wl-summary-redisplay-internal): Ditto.
3810
3811         * wl-message.el (wl-message-buffer-display): Ignore errors while
3812         retrieving message-id field.
3813
3814         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3815         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3816         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3817         order of the arguments for `wl-expire-message-p'.
3818         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3819
3820         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3821         Check return value of wl-summary-reply.
3822         (wl-summary-reply): Recover window configuration when an error occured.
3823
3824 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3825
3826         * wl-summary.el (wl-summary-resend-message): Abolished, the
3827         feature is inherited by wl-summary-resend (put resend mark).
3828
3829 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3830
3831         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3832         wl-message-buffer to nil when the message is hide.
3833
3834 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3835
3836         * .cvsignore: New file.
3837
3838 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3839
3840         * wl-action.el (wl-summary-action-docstring): Add more info.
3841         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3842         duplicate definition.
3843         (wl-summary-define-mark-action): Functions wl-summary-*-region
3844         keep current position.
3845         (wl-summary-unregister-target-mark): Store result to the variable.
3846
3847 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * Version number is increased to 2.11.4.
3850
3851 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3852
3853         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3854         wl-summary-delete-all-temp-marks.
3855         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3856
3857         * wl-action.el (wl-summary-set-mark): Changed terminology
3858         refile-destination -> action-argument.
3859         (wl-summary-unset-mark): Ditto.
3860         (wl-summary-remove-argument): Ditto.
3861         (wl-summary-print-argument): Ditto.
3862
3863         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3864         (wl-thread-remove-argument-region): Ditto.
3865         (wl-thread-print-argument-region): Ditto.
3866         (wl-thread-close): Ditto.
3867         (wl-thread-open): Ditto.
3868
3869         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3870         (wl-highlight-refile-destination-face is abolished)
3871         (wl-highlight-action-argument-string): Ditto.
3872         (wl-highlight-summary-current-line): Highlight action argument.
3873
3874         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3875         color for light backgrounds.
3876         (wl-highlight-summary-answered-face): Ditto.
3877
3878 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3881
3882         * wl-score.el (wl-summary-score-update-all-lines): Use
3883         wl-summary-set-mark.
3884         (wl-summary-score-update-all-lines): Kill expunged messages.
3885
3886         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3887
3888 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3889
3890         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3891         directly.
3892         (wl-score-overview-entity-get-lines): Ditto.
3893         (wl-score-overview-entity-get-xref): Ditto.
3894         (wl-score-get-latest-msgs): Ditto.
3895         (wl-summary-rescore): Ditto.
3896
3897         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3898         to "&".
3899         (wl-summary-mark-as-answered-internal): New inline function.
3900         (wl-summary-mark-as-answered): New function.
3901         (wl-summary-mark-as-unanswered): Ditto.
3902         (wl-summary-sync-marks): Modified for answered-mark synching.
3903
3904 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3905
3906         * wl-action.el (wl-summary-set-mark): Fixed last change.
3907
3908 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3909
3910         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3911         behavior of wl-summary-unread-message-hook
3912         (Pointed out by akira yamada <akira@arika.org>).
3913
3914 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3915
3916         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3917         wl-summary-delete.
3918         * wl-xmas.el (wl-summary-toolbar): Ditto.
3919
3920         * wl-action.el (wl-summary-set-mark): Don't override current
3921         temp-mark.
3922
3923         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3924
3925 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3926
3927         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3928         (wl-refile-msgid-learn): Ditto.
3929         (wl-refile-get-field-value): Ditto.
3930
3931         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3932
3933         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3934         (wl-expire-delete-reserved-messages): Renamed from
3935         wl-expire-reserve-marked-msgs-from-list.
3936         (wl-expire-delete): Removed argument `msgdb'.
3937         (wl-expire-refile): Ditto.
3938         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3939         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3940         mark-alist as argument.
3941         (wl-expire-archive-number1): Removed argument `msgdb'.
3942         (wl-expire-archive-number2): Ditto.
3943         (wl-expire-archive-date): Ditto.
3944         (wl-expire-localdir-date): Ditto.
3945         (wl-expire-hide): Ditto.
3946         (wl-archive-number1): Ditto.
3947         (wl-archive-number2): Ditto.
3948         (wl-archive-date): Ditto.
3949         (wl-archive-folder): Ditto.
3950         All other related portions are changed.
3951
3952 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3953
3954         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3955         mean move up and down. (suggested by Takashi Kawachi)
3956
3957 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3958
3959         * wl-acap.el (toplevel): Don't require un-define.
3960
3961 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-thread.el (wl-thread-delete-message): Always update
3964         wl-summary-buffer-number-list.
3965
3966         * wl-action.el (wl-summary-print-destination): 
3967         Do nothing when folder is nil.
3968
3969 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3970
3971         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3972         persistent mark when prefetch is succeeded.
3973
3974 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3975
3976         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3977         instead of elmo-msgdb-delete-msgs.
3978         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3979         (wl-expire-hide): Ditto.
3980
3981         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3982
3983         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3984         elmo-msgdb interface.
3985         (wl-thread-get-exist-children): Likewise.
3986         (wl-thread-insert-message): Likewise.
3987         (wl-thread-msg-mark-as-important): Likewise.
3988         (wl-thread-insert-entity-sub): Likewise.
3989         (wl-thread-get-children-msgs-uncached): Likewise.
3990
3991         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3992         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3993         (wl-summary-sync-update): Likewise.
3994         (wl-summary-auto-select-msg-p): Likewise.
3995         (wl-summary-update-thread): Likewise.
3996         (wl-summary-mark-as-important): Likewise.
3997         (wl-summary-jump-to-msg-internal): Likewise.
3998         (wl-summary-redisplay-internal): Likewise.
3999         (wl-summary-print-message-with-ps-print): Likewise.
4000         (wl-summary-folder-info-update): Likewise.
4001
4002         * wl-folder.el (wl-folder-check-one-entity):
4003         elmo-folder-count-flags instead of wl-summary-count-unread.
4004
4005         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4006
4007         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4008
4009         * wl-summary.el (wl-summary-set-message-modified): 
4010         Call wl-summary-set-mark-modified.
4011         (wl-summary-delete-messages-on-buffer): Call
4012         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4013         (wl-summary-sync-update): Call elmo-folder-length instead of
4014         elmo-folder-messages.
4015         (wl-summary-insert-headers): Don't call
4016         elmo-folder-list-message-entities.
4017
4018 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4019
4020         * wl-action.el (wl-summary-define-mark-action): Call
4021         `wl-summary-set-mark' with argument `data'.
4022         (wl-summary-auto-refile): Fixed order of arguments when call
4023         `wl-summary-refile'.
4024
4025 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4026
4027         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4028
4029         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4030
4031         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4032         (Renamed from wl-highlight-summary-deleted-face).
4033         (wl-highlight-summary-resend-face): New face.
4034
4035         (wl-highlight-summary-deleted-face): Renamed from
4036         wl-highlight-summary-erased-face.
4037
4038         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4039
4040         * wl-action.el (wl-summary-get-resend-address): New function.
4041         (wl-summary-exec-action-resend): Ditto.
4042         (wl-summary-exec-action-resend-subr): Ditto.
4043
4044         * w-thread.el (wl-thread-copy): Removed definition.
4045         (wl-thread-refile): Ditto.
4046         (wl-thread-delete): Ditto.
4047         (wl-thread-target-mark): Ditto.
4048
4049         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4050         (wl-summary-target-mark-set-action): Fixed.
4051         (wl-summary-define-mark-action): Fixed quotation.
4052         (wl-summary-move-mark-list-messages): Display message.
4053         (wl-summary-define-mark-action): Define thread functions.
4054         (wl-summary-exec-action-refile): Changed message.
4055         (wl-summary-exec): Ditto.
4056
4057 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4058         
4059         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4060         '%%'.
4061
4062 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4063
4064         * wl.el (toplevel): Require wl-action.
4065         (wl-init): Call wl-summary-define-mark-action.
4066
4067         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4068
4069         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4070         wl-summary-delete and wl-summary-erase.
4071         (wl-summary-mode-map): Ditto.
4072
4073         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4074         wl-delete-folder-alist.
4075
4076         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4077         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4078         (toplevel): Moved mark & action related functions to the wl-action.el.
4079
4080         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4081         in wl-summary-mark-action-list.
4082         (wl-highlight-summary-current-line): Ditto.
4083
4084         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4085         empty lines.
4086
4087         * wl-action.el: New file. 
4088
4089 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-summary.el (wl-summary-target-mark-replace): New function.
4092         (wl-summary-target-mark-prefetch): Use it.
4093         (wl-summary-target-mark-delete): Ditto.
4094         (toplevel): Rearranged definition order.
4095         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4096         (wl-summary-target-mark-erase): Rewrite.
4097         (wl-summary-erase-region): New function.
4098         (wl-summary-exec-action-erase): Changed message.
4099         (wl-summary-move-mark-list-messages): New function.
4100         (wl-summary-exec-action-delete): Use it.
4101         (wl-summary-exec-action-erase): Ditto.
4102
4103         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4104         (wl-summary-skip-mark-list): Added "d".
4105
4106         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4107         while searching.
4108
4109         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4110         and define using defcustom;
4111         Define 4th element as a face.
4112         
4113         * wl-summary.el (wl-summary-incorporate): Use 
4114         `wl-summary-prefetch-region-no-mark' instead of
4115         `wl-summary-prefetch-region'.
4116         (wl-summary-prefetch-region-no-mark): Revival of old
4117         `wl-summary-prefetch-region'.
4118         (wl-summary-mark-action-list): Moved to wl-vars.el
4119
4120         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4121         face according to the `wl-summary-mark-action-list'.
4122         (wl-highlight-summary-current-line): Ditto;
4123         Removed destination highlighting.
4124
4125         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4126         (wl-highlight-summary-line-string): Highlight for "i" mark.
4127         (wl-highlight-summary-current-line): Ditto.
4128
4129         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4130         no destination.
4131
4132         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4133         exists, just go ahead.
4134         (wl-summary-prefetch-region): Rewrite.
4135         (wl-summary-prefetch): Ditto.
4136         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4137         (wl-summary-exec-action-prefetch): New function.
4138         (wl-summary-target-mark-prefetch): Rewrite.
4139
4140 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4143         (wl-highlight-summary-line-string): Added "d" and "D".
4144         (wl-highlight-summary-current-line): Ditto.
4145
4146         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4147         in wl-summary.el.
4148         (wl-thread-insert-entity-sub): Ditto.
4149         (wl-thread-remove-destination-region): Ditto.
4150         (wl-thread-print-destination-region): Ditto.
4151
4152         * wl-summary.el (wl-summary-buffer-refile-list,
4153         wl-summary-buffer-delete-list,
4154         wl-summary-buffer-copy-list): Abolish.
4155         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4156         All other related portions are changed.
4157         (wl-summary-mark-action-list): New variable.
4158         (wl-summary-set-mark): New function.
4159         (wl-summary-register-target-mark): Ditto.
4160         (wl-summary-unregister-target-mark): Ditto.
4161         (wl-summary-have-target-mark-p): Ditto.
4162         (wl-summary-register-temp-mark): Ditto.
4163         (wl-summary-unregister-temp-mark): Ditto.
4164         (wl-summary-registered-temp-mark): Ditto.
4165         (wl-summary-collect-temp-mark): Ditto.
4166         (wl-summary-unset-mark): Ditto.
4167         (wl-summary-set-target-mark): Ditto.
4168         (wl-summary-unset-target-mark): Ditto.
4169         (wl-summary-set-action-generic): Ditto.
4170         (wl-summary-unset-action-generic): Ditto.
4171         (wl-summary-exec-action-delete): Ditto.
4172         (wl-summary-exec-action-erase): Ditto.
4173         (wl-summary-set-action-refile): Ditto.
4174         (wl-summary-set-action-refile-subr): Ditto.
4175         (wl-summary-unset-action-refile): Ditto.
4176         (wl-summary-make-destination-numbers-list): Ditto.
4177         (wl-summary-exec-action-refile): Ditto.
4178         (wl-summary-set-action-copy): Ditto.
4179         (wl-summary-unset-action-copy): Ditto.
4180         (wl-summary-exec-action-copy): Ditto.
4181         (wl-summary-collect-numbers-region): Ditto.
4182         (wl-summary-delete): Rewrite.
4183         (wl-summary-erase): Ditto.
4184         (wl-summary-remove-destination): Ditto.
4185         (wl-summary-exec): Ditto.
4186         (wl-summary-exec-region): Ditto.
4187         (wl-summary-target-mark-erase): Ditto.
4188         (wl-summary-refile): Ditto.
4189         (wl-summary-copy): Ditto.
4190         (wl-summary-unmark): Ditto.
4191         (wl-summary-delete-all-mark): Ditto.
4192         (wl-summary-mark-line): Don't highlight.
4193         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4194         (wl-summary-target-mark-refile-subr): Rewrite.
4195
4196         (wl-summary-copy-prev-destination): Abolish.
4197
4198 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4199
4200         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4201         default values along the value of wl-on-mule.
4202         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4203         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4204         It is not used anywhere.
4205
4206 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4207
4208         * wl-summary.el (wl-summary-print-destination): Keep position.
4209         (wl-summary-cursor-move-surface): Keep horizontal position.
4210
4211 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4212
4213         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4214         write sendlog.
4215
4216 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4217
4218         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4219         `wl-summary-highlight'.
4220
4221 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4222
4223         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4224         trivial condition for temp-mark.
4225
4226 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4227
4228         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4229         when it hits killed buffer.
4230
4231 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4232
4233         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4234         * wl-news.el.in: `message' and `error' take format string.
4235
4236 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4237
4238         * wl-folder (wl-folder-insert-entity): Display a message,
4239         `...done', when the work finish.
4240         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4241
4242 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4243
4244         * wl-message.el (wl-message-redisplay): Remove unused local
4245         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4246
4247 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4248
4249         * wl-summary.el (wl-summary-replace-status-marks): Disable
4250         interactive use.
4251         (wl-summary-reedit): Check message existence at first.
4252         (wl-summary-mark-line): Fix doc, return value is indefinite.
4253
4254         * wl-highlight.el (wl-highlight-message): Arranged.
4255
4256         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4257         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4258         check temp-mark by wl-summary-temp-mark always.
4259         (wl-highlight-summary): Change accordingly.
4260         * wl-summary.el (wl-summary-mark-as-read-all)
4261         (wl-summary-delete-cache, wl-summary-set-score-mark)
4262         (wl-summary-mark-as-unread, wl-summary-unmark)
4263         (wl-summary-mark-line, wl-summary-mark-as-read)
4264         (wl-summary-mark-as-important): Ditto.
4265
4266         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4267         end of the window if possible.
4268         * wl-summary.el (wl-summary-sync-update): Support lazy
4269         highlighting.
4270         (wl-summary-toggle-disp-msg): Ditto.
4271
4272 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4273
4274         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4275
4276 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4277
4278         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4279         change.
4280
4281 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4282
4283         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4284         API.
4285         (wl-summary-sync-update): Ditto.
4286
4287         * wl-score.el (wl-score-get-score-alist): Changed argument.
4288         (wl-summary-rescore-msgs): Likewise.
4289         (wl-summary-score-headers): Likewise.
4290         (wl-score-headers): Likewise;
4291         Use elmo-folder-do-each-message-entity, etc.
4292         (wl-summary-score-effect): Follow the changes above.
4293         (wl-summary-rescore): Ditto.
4294         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4295         (wl-score-get-overview): Abolish.
4296
4297         * wl-summary.el (wl-summary-default-from): Follow the API change in
4298         elmo-msgdb.
4299         (wl-summary-count-unread): Ditto.
4300         (wl-summary-detect-mark-position): Ditto.
4301         (wl-summary-overview-entity-compare-by-date): Ditto.
4302         (wl-summary-overview-entity-compare-by-number): Ditto.
4303         (wl-summary-overview-entity-compare-by-from): Ditto.
4304         (wl-summary-overview-entity-compare-by-subject): Ditto.
4305         (wl-summary-get-list-info): Ditto.
4306         (wl-summary-rescan): Ditto.
4307         (wl-summary-jump-to-msg-by-message-id): Ditto.
4308         (wl-summary-sync-update): Ditto; Removed comment.
4309         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4310         (wl-summary-insert-message): Use wl-summary-insert
4311         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4312         (wl-summary-insert-headers): Changed argument overview to folder.
4313         (wl-summary-search-by-subject): Likewise.
4314         (wl-summary-insert-thread): Renamed from 
4315         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4316
4317         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4318         too.
4319
4320         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4321         wl-string-member.
4322
4323 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4324
4325         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4326         elmo-folder-append-buffer.
4327         (wl-draft-queue-append): Likewise.
4328
4329         * wl-mime.el (wl-message-delete-current-part): Ditto.
4330         (wl-summary-burst-subr): Ditto.
4331
4332         * wl-news.el.in (wl-news-send-news): Ditto.
4333
4334 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4335
4336         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4337         function.
4338         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4339         (wl-summary-update-mark): Enclose with save-excursion.
4340         (wl-summary-mark-as-read-internal): Fixed last change.
4341         (wl-summary-mark-as-important): Use 3rd argument of
4342         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4343         Don't use elmo-msgdb-set-mark.
4344         (wl-summary-redisplay-internal): If msgdb flag is already read,
4345         just update the mark on buffer.
4346
4347 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4348
4349         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4350         cut visible folder when elmo-folder-delete returns non-nil value.
4351
4352 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4353
4354         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4355         by Kenichi OKADA <okada@opaopa.org>).
4356
4357 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4358
4359         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4360
4361 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4362
4363         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4364         Fixed the last change, search group entity by its real name.
4365         (Thanks to: KOBAYASHI Shinji)
4366
4367 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4368
4369         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4370         (wl-fldmgr-access-display-all): Don't refer visible name.
4371         * wl-expire.el (wl-folder-archive-current-entity)
4372         (wl-folder-expire-current-entity): Ditto.
4373         * wl-folder.el (wl-folder-jump-to-current-entity)
4374         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4375         (wl-folder-open-folder-sub,wl-folder-open-all)
4376         (wl-folder-write-current-folder): Ditto.
4377         (wl-folder-insert-entity): Don't use petname for normal group.
4378         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4379         is the real name.
4380         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4381         Abolished.
4382
4383 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4384
4385         * wl-draft.el (wl-draft-create-buffer): Add
4386         `wl-summary-reply-with-citation'
4387
4388 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4389
4390         * wl-draft.el (wl-draft-reply): Fixed.
4391
4392 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4395         when `wl-draft-send-confirm-with-preview' is non-nil.
4396         You can scroll up/down by j/k.
4397         (wl-draft-send-confirm-with-preview): New variable (default=t).
4398
4399 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4402         (wl-fldmgr-save-folders): Fix comment.
4403
4404 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4407         along the last change in `wl-folder-buffer-group-p'.
4408
4409 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4412         folder.
4413
4414         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4415         the default value.
4416
4417         * wl-mime.el (wl-summary-burst): Update summary only when target
4418         folder equals current folder.
4419
4420 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4423
4424 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4427         value.
4428
4429 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4432         `map-extents' instead of `extent-at' repeatedly.
4433         (wl-highlight-folder-current-line): Ditto.
4434
4435         * wl-highlight.el: Remove useless dummy functions.
4436
4437 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4438
4439         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4440         (wl-folder-put-folder-property): New function to put text property.
4441         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4442         (wl-folder-insert-entity, wl-folder-update-diff-line)
4443         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4444         * wl-e21.el, wl-xmas.el, wl-mule.el
4445         (wl-highlight-folder-current-line): Ditto.
4446         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4447         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4448         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4449         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4450
4451 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452
4453         * Version number is increased to 2.11.3.
4454
4455 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4458         Resume current-buffer since it is assumed by remaining tasks.
4459
4460 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4461
4462         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4463         (wl-folder-completion-function): Abolished.
4464         (wl-folder-complete-folder): New function.
4465         (wl-folder-complete-filter-condition): Ditto.
4466         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4467         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4468
4469 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * wl-draft.el (wl-draft-send-confirm): New function.
4472         (wl-draft-send): Use it.
4473
4474         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4475         cursor-in-echo-area while confirming.
4476
4477         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4478
4479         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4480         searching via nntp if wl-summary-search-via-nntp is 'force.
4481         Otherwise, invoke searching in nntp folder only.
4482         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4483
4484         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4485         explicitly for mime-make-text-tag.
4486
4487 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4488
4489         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4490         `mime-make-text-tag' instead of `mime-create-tag'.
4491
4492 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4495         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4496
4497 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-score.el (wl-score-save): Bind print-length and print-level.
4500         (wl-score-pretty-print): Ditto.
4501         (wl-score-edit-insert-header-entry): Ditto.
4502
4503         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4504         "From" entry to be treated with wl-draft-eword-encode-address-list.
4505         * wl-mime.el (wl-draft-preview-message): Ditto.
4506
4507         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4508         (wl-summary-mark-as-unread): Ditto.
4509         (wl-summary-mark-as-read-region): Change accordingly.
4510         (wl-summary-mark-as-unread-region): Ditto.
4511         (wl-summary-target-mark-mark-as-read): Ditto.
4512         (wl-summary-target-mark-mark-as-unread): Ditto.
4513
4514 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * Version number is increased to 2.11.2.
4517
4518 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * wl-news.el.in (wl-news-previous-version-save): Bind
4521         print-length and print-level.
4522         * wl-thread.el (wl-thread-save-entities): Ditto.
4523         (wl-thread-save-top-list): Bind print-length.
4524
4525 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-highlight.el (wl-highlight-summary-line-string): Use
4528         wl-summary-score-below-mark, wl-summary-score-over-mark.
4529         (wl-highlight-summary-current-line): Ditto.
4530
4531 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4532
4533         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4534         insert it.
4535
4536 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4537
4538         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4539
4540 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4543         message without msgid.
4544         Rewrite with elmo-folder-move-messages.
4545         Set wl-message-buffer to nil.
4546
4547         * wl-summary.el (wl-summary-erase-subr): New function. Use
4548         elmo-folder-move-messages.
4549         (wl-summary-erase): Call it.
4550         (wl-summary-target-mark-erase): Ditto.
4551
4552 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4553
4554         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4555         it is not up-tp-date.
4556
4557 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4558
4559         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4560         buffer after calling `wl-summary-goto-folder-subr' without the
4561         argument `interactive'.
4562         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4563
4564 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4565
4566         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4567         `mime-create-tag'. Use `string=' instead of `looking-at'.
4568
4569 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4570
4571         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4572         to avoid compile warning.
4573
4574         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4575         entity-id when folder is given.
4576         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4577         save-excursion, use save-selected-window instead.
4578         Select folder buffer window if exists.
4579         (To correct behavior with wl-folder-move-cur-folder.)
4580
4581 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4582
4583         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4584
4585 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4586
4587         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4588         list-count instead of %d.
4589
4590 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4591
4592         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4593         (wl-news): Set it.
4594         (wl-news-append-to-folder): Use it.
4595
4596         * wl-news.el.in (wl-news-send-news): Append to specified folder
4597         instead of wl-default-folder.
4598         (wl-news-append-to-folder): Show error message with specified folder.
4599
4600         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4601                 In most major modes, Emacs assumes that any opening
4602                 delimiter found at the left margin is the start of a
4603                 top-level definition, or defun. Therefore, *never put an
4604                 opening delimiter at the left margin unless it should have
4605                 that significance.*
4606
4607         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4608
4609 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4610
4611         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4612
4613 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4614
4615         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4616
4617 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4618
4619         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4620         for sequential numbering case.
4621
4622 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4625         value.
4626         (wl-draft-reply-without-argument-list): Ditto.
4627         (wl-draft-reply-myself-with-argument-list): Abolish.
4628         (wl-draft-reply-myself-without-argument-list): Ditto.
4629         * wl-draft.el (wl-draft-self-reply-p): New function.
4630         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4631
4632 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4635         (avoid error for the case without byte-compiling)
4636
4637 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4638
4639         * wl-news.el.in (wl-news-append-to-folder): New function.
4640         (wl-news-exit): Rewrite.
4641         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4642
4643 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4644
4645         * wl-draft.el (wl-draft-reply-position): New function.
4646         (wl-draft-reply-position): Fix.
4647         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4648         (wl-summary-target-mark-reply-with-citation): Ditto.
4649         (wl-summary-reply-with-citation): Ditto.
4650         * wl-vars.el (wl-draft-reply-default-position): New variable.
4651
4652 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-draft.el (wl-draft-send): Preview when interactive send.
4655
4656 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-draft.el (wl-draft-reply): Set default position.
4659         * wl-summary.el (wl-summary-reply): Ditto.
4660         (wl-summary-reply-with-citation): Ditto.
4661         (wl-summary-target-mark-reply-with-citation): Ditto.
4662
4663 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-news.el.in (wl-news-lang): Set default value according to
4666         current-language-environment.
4667         (wl-news-append-news): Do nothing when news-list is nil.
4668
4669 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4670
4671         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4672         (wl-news): Change message.
4673         (wl-news-exit): Check buffer.
4674         (wl-news-force-exit): New function.
4675         (wl-news-show-all): New function.
4676         (wl-news-discard-and-exit): Fix.
4677
4678 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4681         according to current-language-environment.
4682
4683         * wl-news.el.in (wl-news): If arg, show all NEWS after
4684         wl-news-default-previous-version.
4685
4686 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4687
4688         * wl-news.el.in (wl-news-check): Rewritten.
4689         (wl-news-previous-version-load): Change data type.
4690         (wl-news-previous-version-save): Change data type.
4691         (wl-news-append-news): Add return value.
4692         (wl-news-check-news): New function.
4693         (wl-news-already-current-p): New function.
4694         (wl-news-send-news): Rewritten.
4695         (wl-news-mode-map): Add new keybind.
4696         (wl-news): Rewritten.
4697         (wl-news-exit): Rewritten.
4698         (wl-news-discard-and-mail): New function.
4699         (wl-news-send-to-address): Abolished.
4700         * wl.el (wl-init): Delete a message.
4701
4702 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * wl-news.el.in (wl-news-exit): Update previous version.
4705         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4706
4707 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4708
4709         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4710
4711 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4712
4713         * wl-news.el.in (wl-news): New function.
4714         (wl-news-mode): New function.
4715         (wl-news-next-line): New function.
4716         (wl-news-next-page): New function.
4717         (wl-news-exit): New function.
4718         (wl-news-buf-name): New variable.
4719         (wl-news-mode-map): New variable.
4720         (wl-news-winconf): New variable.
4721         (wl-news-append-news): Add an option.
4722
4723 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4724
4725         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4726
4727 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-news.el.in (wl-news-send-to-address): New variable.
4730         (wl-news-send-news): Use it.
4731         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4732         Return updating status.
4733         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4734
4735 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4736
4737         * wl-news.el.in (wl-news-send-news): Delete
4738         Organization and X-Face.
4739
4740 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4743         (wl-news-append-news): New function.
4744         (wl-news-send-news): New function.
4745
4746 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * Version number is increased to 2.11.1.
4749
4750 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4751
4752         * wl-news.el.in : New file.
4753
4754 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4755
4756         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4757         default value.
4758         (wl-draft-reply-without-argument-list): Ditto.
4759
4760 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4761
4762         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4763         (wl-message-buffer-prefetch-idle-time): Ditto.
4764         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4765
4766 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4767
4768         * wl-thread.el (wl-thread-insert-message): Use
4769         wl-summary-max-thread-depth.
4770
4771         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4772         loop detection.
4773
4774         * wl-message.el (wl-message-buffer-display): Back to the first page
4775         when cache is hit.
4776
4777 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4778
4779         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4780
4781         * wl-summary.el (wl-summary-insert-thread-entity):
4782         If the thread depth is reached to wl-summary-max-thread-depth,
4783         divide the thread.
4784
4785 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4786
4787         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4788         for elmo-remove-passwd.
4789
4790 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4791
4792         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4793         folder is sticky.
4794         (wl-folder-mark-as-read-all-entity): Ditto.
4795         (wl-folder-prefetch-entity): Ditto.
4796
4797 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4798
4799         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4800
4801 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4802
4803         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4804         Delete messages on buffer for unplugged operation.
4805         (wl-summary-erase): Ditto.
4806
4807 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4810         take nil so as not to search parent by subject.
4811
4812 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4815         (wl-folder-get-next-folder): Ditto.
4816         (wl-folder-get-path): Ditto.
4817
4818 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4819
4820         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4821         system and encode the region with it before verifying.
4822
4823 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4824
4825         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4826         system of the echo buffer before decoding.
4827
4828 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4829
4830         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4831         original contents.
4832
4833 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4836         with argument 'any-exists.
4837
4838 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4839
4840         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4841         Use `wl-cs-autoconv'.
4842
4843 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4846         by `mime-view-automatic-conversion'.
4847
4848         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4849         (wl-message-verify-pgp-nonmime): Ditto.
4850         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4851         Bind them to C-c:d and C-c:v respectively.
4852
4853         Merge following code by Teranishi-san from [wl-en:00167].
4854         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4855         (wl-mime-preview-application/pgp-encrypted): Ditto.
4856         (wl-mime-setup): Add entry.
4857
4858 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4859
4860         * wl-summary.el (wl-summary-target-mark-erase): New function.
4861         Bind it to "mD".
4862
4863 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4864
4865         * wl-vars.el (wl-draft-write-file-function): Fix.
4866         (wl-draft-reedit-hook): Changed default value.
4867
4868         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4869         wl-draft-reedit-hook.
4870         (wl-draft-remove-text-plain-tag): New function.
4871         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4872
4873         * wl-vars.el (wl-draft-write-file-function): New user option.
4874
4875         * wl-draft.el (wl-draft-prepare-edit): Use it for
4876         local-write-file-hooks.
4877         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4878
4879         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4880         (wl-draft-insert-mail-header-separator): Return the body beginning
4881         point.
4882         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4883         text/plain.
4884         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4885
4886 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4887
4888         * wl-summary.el (wl-summary-erase): New function to erase message
4889         without moving it to trash. Bind to "D".
4890
4891         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4892         as `keep' unless switch-function.
4893
4894 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4895
4896         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4897         message buffer by using `wl-summary-toggle-disp-msg'.
4898         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4899         buffer window.
4900         (wl-summary-supresedes-message): Ditto.
4901
4902         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4903         Do not delete other windows.
4904         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4905         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4906         (wl-draft-create-buffer): Set reply-or-forward also for target
4907         mark commands.
4908
4909 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-draft.el (wl-user-agent-compose): Delete special case for
4912         switch-to-buffer-other-window.
4913
4914         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4915         (wl-summary-forward): Ditto.
4916
4917         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4918         function.
4919         (wl-draft-buffer-style): New use option.
4920
4921         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4922         (wl-draft): Follow the change above.
4923         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4924         wl-draft-buffer-style.
4925         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4926         switch-function.
4927
4928 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4929
4930         * wl-address.el (wl-address-make-completion-entry): Extracted from
4931         `wl-address-make-completion-list'.
4932         (wl-address-enable-strict-loading): New variable.
4933         (wl-address-make-completion-list): Revive petname duplication
4934         inquiry, and enable it if `wl-address-enable-strict-loading'.
4935         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4936
4937 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-message.el (wl-message-get-original-buffer): Avoid
4940         'Selecting deleted buffer' error when original buffer is killed.
4941
4942 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-summary.el (wl-summary-next-message): Use
4945         elmo-message-accessible-p instead of elmo-message-cached-p.
4946
4947 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4950
4951         * wl-thread.el (wl-thread-open-all-unread): Use
4952         elmo-folder-list-flagged instead of
4953         elmo-folder-list-messages-mark-match.
4954
4955         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4956         instead of elmo-folder-list-messages-mark-match.
4957         (wl-summary-move-spec-alist): New variable.
4958         (wl-summary-move-spec-plugged-alist,
4959         wl-summary-move-spec-unplugged-alist): Abolish.
4960         (wl-summary-next-message): Follow the change above.
4961         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4962         with 'no-msg' argument.
4963
4964         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4965         variable.
4966         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4967         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4968         (wl-message-buffer-prefetch-get-next): Follow the change above.
4969
4970 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-version.el (wl-version): Changed codename.
4973
4974         * Version number is increased to 2.11.0.
4975
4976 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4979         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4980         `wl-draft-config-variables'.
4981         (wl-draft-kill): Fixed problem when the draft is reedit.
4982
4983 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4984
4985         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4986         buffer-modified status (Thanks to
4987         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4988
4989 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl-util.el (wl-region-exists-p): New function.
4992
4993         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4994         Remove defvars for byte-compile warnings.
4995
4996 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4997
4998         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4999         defvar-maybe. Removed unused bind.
5000
5001 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5002
5003         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5004         summary buffer window before creating new frame.
5005         (wl-draft-reply): Ditto.
5006
5007 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5008
5009         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5010
5011 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5012
5013         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5014
5015 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5016
5017         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5018         instead of `kill-region'.
5019
5020 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5023         (wl-highlight-summary-line-string): Use it.
5024         (wl-highlight-summary-current-line): Ditto.
5025
5026         * wl-mime.el (wl-message-delete-current-part): Check the class of
5027         mime-entity.
5028
5029         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5030
5031         * wl-summary.el (wl-summary-make-number-list): Initialize.
5032         (wl-summary-update-mark): New function.
5033         (wl-summary-reply): Put `answered' mark on the message.
5034         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5035
5036         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5037         (wl-draft-reply): Added optional argument `number';
5038         Set wl-draft-parent-number.
5039         (wl-draft-kill): Delete answered mark if it is a reply.
5040
5041 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5042
5043         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5044         that originates in mime-preview-follow-current-entity.
5045         (wl-draft-yank-current-message-entity): Use it if region is active.
5046
5047         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5048         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5049         `wl-message-delete-current-part'.
5050         * wl-mule.el (wl-message-define-keymap): Ditto.
5051         * wl-xmas.el (wl-message-define-keymap): Ditto.
5052
5053 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5054
5055         * wl-mime.el (wl-message-delete-current-part): New function.
5056         (wl-mime-node-id-to-string): Ditto.
5057
5058         * wl-mime.el (wl-message-delete-current-part): Use existing
5059         original buffer which corresponds current mime-view buffer.
5060         (fetched buffer might have different structure, possibly)
5061
5062         * wl-mime.el (wl-message-delete-current-part): Quit if the
5063         message content differs from the actual message.
5064
5065 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5068         order.
5069         (wl-summary-search-by-subject): Search parent message from tail;
5070         Check the existence of the parent message on the current thread tree.
5071         (wl-summary-update-thread): Check whether the line is inserted.
5072
5073 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5074
5075         * wl-vars.el (wl-summary-line-format): Undo last change.
5076         * wl-summary.el (wl-summary-print-destination): Do not put
5077         invisible property when `wl-summary-width' is nil.
5078         (wl-summary-line-subject-minimum-length): Abolished.
5079         (wl-summary-line-subject): Ditto.
5080
5081 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-vars.el (wl-summary-line-format): Change default value.
5084         (wl-summary-subject-length-limit): Abolished.
5085         * wl-summary.el (wl-summary-line-subject): Ditto.
5086
5087 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5088
5089         * wl-template.el (wl-template-select): Added optional argument.
5090         If optional argument is specified, reverse
5091         `wl-template-visible-select'.
5092
5093 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5094
5095         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5096         Take prefix argument to force asking the destination folder.
5097
5098 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5099
5100         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5101         count and update status.
5102
5103 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-summary.el (wl-summary-redisplay-internal): If
5106         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5107         after fetching.
5108
5109 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5110
5111         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5112         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5113
5114         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5115
5116 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5119         (All other related portions are changed).
5120         (wl-summary-mark-as-read-all): Rewrite.
5121
5122 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5125         `wl-summary-mark-as-read'.
5126         (wl-summary-mark-as-unread): Rewrite.
5127         (wl-summary-mark-as-read): Added no-modeline argument.
5128         (wl-summary-resume-cache-status): Rewrite.
5129         (wl-summary-exec-subr): Remove unused local variable.
5130
5131 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5132
5133         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5134         logic to call `wl-summary-buffer-prev-folder-function'.
5135         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5136
5137 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5140         is nil.
5141
5142 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5143
5144         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5145         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5146         (wl-mime-setup): Add its entry.
5147
5148 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5151         (wl-summary-delete-cache): Likewise.
5152         (wl-summary-mark-as-read): Rewrite.
5153
5154 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5155
5156         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5157         `wl-summary-count-unread'.
5158
5159         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5160
5161         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5162
5163 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5164
5165         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5166         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5167         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5168         Renamed to the elmo-msgdb-*-mark.
5169         (wl-summary-score-marks): Follow the change above.
5170         (wl-summary-auto-refile-skip-marks): Ditto.
5171         (wl-summary-incorporate-marks): Ditto.
5172         (wl-summary-expire-reserve-marks): Ditto.
5173
5174         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5175         changes.
5176         (wl-thread-insert-top): Changed updating message.
5177
5178         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5179         variable.
5180         (wl-summary-count-unread): Count answered marks.
5181         (wl-summary-rescan): Call wl-summary-insert-message instead of
5182         wl-summary-append-message-func-internal.
5183         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5184         (wl-summary-prefetch-msg): Follow the variable name changes.
5185         (wl-summary-prefetch-region): Ditto.
5186         (wl-summary-mark-as-read-all): Follow the API changes;
5187         Don't call elmo-folder-replace-marks.
5188         (wl-summary-delete-cache): Follow the variable name changes.
5189         (wl-summary-resume-cache-status): Ditto.
5190         (wl-summary-update-status-marks): New function.
5191         (wl-summary-insert-message): New function.
5192         (wl-summary-sync-marks): Follow the variable name changes.
5193         (wl-summary-sync-update): Synchronize to the msgdb, too;
5194         Changed update messages.
5195         (wl-summary-make-number-list): Rewrite.
5196         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5197         (wl-summary-mark-as-unread): Follow the API changes.
5198         (wl-summary-exec-subr): Follow the variable name changes.
5199         (wl-summary-mark-as-read): Ditto.
5200         (wl-summary-move-spec-plugged-alist): Ditto.
5201         (wl-summary-move-spec-unplugged-alist): Ditto.
5202         (wl-summary-cursor-move-surface): Ditto.
5203
5204         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5205         variable name changes.
5206         (wl-highlight-summary-current-line): Ditto.
5207
5208         * wl-expire.el (wl-expire-refile): Follow the API change in
5209         elmo-folder-move-messages.
5210         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5211         (wl-summary-archive): Use elmo-folder-msgdb instead of
5212         elmo-msgdb-load.
5213
5214 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5215
5216         * wl-mime.el (wl-draft-preview-message): Restore the position
5217         before evaluating wl-draft-send-hook in preview buffer.
5218
5219 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5220
5221         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5222         when it creates new draft buffer.
5223
5224         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5225         without argument.
5226
5227         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5228         Evaluate content and if the value is string, insert it.
5229         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5230         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5231         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5232         wl-draft-config-sub-part-bottom): Use it.
5233
5234         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5235         with the folder name. The question was unintelligible when it is
5236         called from wl-save-status.
5237
5238 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5239
5240         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5241         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5242         cannot take second argument).
5243
5244 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5245
5246         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5247         as t. Since type and subtype are not case sensitive (RFC 2045).
5248
5249 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-vars.el (wl-message-mode-line-format): New variable.
5252         (wl-message-mode-line-format-spec-alist): Ditto.
5253         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5254         (wl-message-redisplay): Use wl-message-mode-line-format.
5255
5256 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5259
5260 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5261
5262         * wl-summary.el (wl-summary-default-from): Write description.
5263
5264 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-vars.el (wl-ldap-objectclass): Abolish.
5267
5268         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5269         (wl-ldap-make-filter): Removed condition for objectclass.
5270         (wl-ldap-make-matched-value-list): Remove meaningless process.
5271         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5272         (wl-address-ldap-search): Don't add `*' to `pat' string;
5273         use ignore-errors; added `email';
5274         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5275         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5276         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5277
5278
5279 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5280
5281         * wl-draft.el (wl-draft-parent-folder): Write description.
5282         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5283
5284 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5285
5286         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5287         as "" (zero-length string) if no parent.
5288         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5289
5290 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-address.el (wl-address-make-completion-list): Skip duplication
5293         checking.
5294         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5295         `append'.
5296
5297 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5298
5299         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5300         instead of `beginning-of-buffer'.
5301
5302 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5305
5306 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5309         Refer wl-message-buffer-name.
5310         (wl-message-wheel-down): Ditto.
5311
5312 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-vars.el (wl-message-buffer-name): New user option.
5315
5316         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5317         directly instead of making alist dinamically.
5318
5319         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5320         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5321         wl-message-buffer-cache-name.
5322         (wl-message-buffer-cache-clean-up): Ditto.
5323
5324         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5325
5326         * Version number is increased to 2.9.15.
5327
5328 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5329
5330         * wl-vars.el (wl-summary-default-view-alist): New user option.
5331
5332         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5333
5334         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5335         while deleting address.
5336         (wl-draft-delete-myself-from-cc): Ditto.
5337
5338         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5339         If optional argument is specified, reverse sort order.
5340
5341         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5342
5343 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5344
5345         * wl-thread.el (wl-thread-insert-message): Return parent number if
5346         exists.
5347         (wl-thread-update-indent-string-region): Use
5348         wl-thread-update-line-on-buffer-sub instead of
5349         wl-thread-update-line-on-buffer.
5350
5351 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5352
5353         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5354         (wl-folder-close-all): Ditto.
5355
5356 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5357
5358         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5359         and mailing-list:.
5360         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5361         value.
5362         (wl-summary-line-list-info): Print mailing-list name even when 
5363         list-number is empty.
5364
5365 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5366
5367         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5368
5369         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5370         (wl-draft-open-file): Ditto.
5371         (wl-draft-random-alphabet): Ditto.
5372
5373         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5374         bindings.
5375
5376 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5379         * wl-vars.el (wl-draft-config-alist): Ditto.
5380
5381 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * Version number is increased to 2.9.14.
5384
5385         * wl.el (wl): Don't set wl-init as nil when error occured while
5386         auto-checking folders.
5387
5388         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5389         `elmo-expand-newtext'.
5390
5391 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5392
5393         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5394         `this-command' so that `wl-folder-goto-folder' contained in
5395         `wl-summary-keep-cursor-command' work.
5396
5397 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5398
5399         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5400         message buffer displaying state.
5401
5402 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-vars.el (wl-summary-default-view): New variable to specify
5405         default value for `wl-summary-buffer-view' instead of using
5406         set-default.
5407         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5408
5409 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5412
5413         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5414
5415 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5416
5417         * wl-vars.el (wl-forward-subject-prefix): New variable.
5418         * wl-draft.el (wl-draft-forward): Use it.
5419
5420 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5421
5422         * wl-message.el (wl-message-prev-page): When it is called without
5423         lines argument, scroll down by wl-message-scroll-amount lines.
5424         (wl-message-next-page): Ditto.
5425         * wl-vars.el (wl-message-scroll-amount): Change default value
5426         to preserve current behavior.
5427
5428 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5429
5430         * wl-summary.el (wl-summary-prefetch-msg): Bind
5431         `wl-message-entity' to call `wl-summary-from-function'.
5432
5433 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5434
5435         * wl-message.el (wl-message-buffer-create): Run
5436         wl-message-buffer-created-hook.
5437
5438 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5439
5440         * wl-summary.el (wl-summary-sort-specs): New variable.
5441         (wl-summary-default-sort-spec): Ditto.
5442         (wl-summary-sort): Rewrite.
5443         (wl-summary-sort-by-list-info): New function.
5444
5445 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5446
5447         * wl-summary.el (wl-summary-get-list-info): New function.
5448         (wl-summary-sort): Rewrite.
5449         (wl-summary-line-list-info): Ditto.
5450         (wl-summary-line-list-count): Ditto.
5451         (wl-summary-refile-region): Fixed docstring.
5452
5453 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5454
5455         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5456         `wl-folder-entity-hashtb' as completion table.
5457
5458 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5461         only when this command is called interactively; silence the byte-
5462         compiler.
5463
5464 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5465
5466         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5467         active in XEmacs.
5468
5469 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5470
5471         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5472         plural lines.
5473
5474 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5475
5476         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5477         of current line when the cursor is on the header name.
5478         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5479
5480 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5481
5482         * wl-util.el (wl-read-directory-name): Return displayed directory
5483         as the default value also on XEmacs.
5484
5485 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5488         formatting.
5489
5490 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5491
5492         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5493         argument and when it is non-nil, check face property before
5494         highlighting for each line.
5495         (wl-highlight-summary-window): Set it.
5496
5497 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5500         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5501
5502         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5503         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5504         (wl-draft-get-fcc-list): Likewise.
5505
5506 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5507
5508         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5509         (wl-thread-entity-cur): Ditto.
5510         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5511         wl-thread-indent-regexp setting.
5512         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5513
5514         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5515         wl-summary-lazy-highlight.
5516         (wl-summary-display-bottom): Ditto.
5517
5518         * wl-thread.el (wl-thread-open-close): Likewise.
5519
5520         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5521         from and subject;
5522         Bind wl-draft-use-frame;
5523         Enclose with save-window-excursion;
5524         Use wl-draft-create-buffer instead of with-temp-buffer;
5525         Use wl-draft-prepare-edit;
5526         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5527         Use wl-draft-send instead of wl-draft-raw-send.
5528
5529 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5530
5531         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5532         of using wl-from.
5533
5534 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5537         insert-buffer instead of clone-buffer.
5538         (wl-draft-doing-mime-bcc): New variable.
5539         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5540         infinite loop.
5541         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5542
5543         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5544         (wl-draft-mime-bcc-body): Ditto.
5545
5546         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5547         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5548         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5549         wl-draft-do-mime-bcc.
5550         (wl-draft-mime-bcc-field): New function.
5551         (wl-draft-do-mime-bcc): Ditto.
5552
5553         * wl-address.el (wl-address-complete-header-list): New variable.
5554         (wl-address-complete-header-regexp): Changed default value.
5555
5556         * Version number is increased to 2.9.13.
5557
5558 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5559
5560         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5561         it is differed.
5562
5563 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5564
5565         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5566         (wl-summary-line-list-count): Ditto.
5567
5568 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5569
5570         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5571         (wl-nntp-posting-function): New variable.
5572         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5573         `wl-nntp-posting-config-alist'.
5574
5575 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5576
5577         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5578         FLIM.
5579
5580 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5581
5582         * wl-summary.el (wl-summary-target-mark-refile-sub):
5583         Remove a nuisance funcall.
5584
5585 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5588         as t for `try-completion'.
5589
5590 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5591
5592         * wl-summary.el (wl-summary-default-from): Use
5593         wl-address-header-extract-address instead of
5594         std11-extract-address-components.
5595         (wl-summary-simple-from): Ditto.
5596         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5597         (wl-summary-insert-headers): Show message.
5598         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5599         for whole line.
5600         (wl-summary-default-from): Revert last change.
5601         (wl-summary-simple-from): Ditto.
5602         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5603         (wl-summary-mark-as-read-region): Follow the change above.
5604         (wl-summary-sync-marks): Ditto.
5605         (wl-summary-target-mark-mark-as-read): Ditto.
5606         (wl-summary-redisplay-internal): Ditto.
5607         (wl-summary-redisplay-no-mime-internal): Ditto.
5608         (wl-summary-redisplay-all-header): Ditto.
5609         (wl-summary-mark-as-read): Removed argument `cached';
5610         Use current cache status to set cache mark.
5611         (wl-summary-redisplay-internal): Follow the change above.
5612         (wl-summary-redisplay-no-mime-internal): Ditto.
5613         (wl-summary-redisplay-all-header): Ditto.
5614
5615         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5616
5617         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5618         Don't call itself recursively (Adviced by Yamaoka-san).
5619
5620 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5623         bind wl-summary-highlight as nil to avoid error caused by missing
5624         local variables.
5625
5626 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-vars.el (wl-invalid-character-message): New user option.
5629
5630         * wl-util.el (wl-set-string-width): If truncated string-width is
5631         larger than specified width, use `wl-invalid-character-message'.
5632
5633 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5634
5635         * wl-summary.el (wl-summary-prefetch-msg): 
5636         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5637
5638 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5639
5640         * wl-vars.el (wl-summary-check-line-format): New user option.
5641         (wl-summary-line-format-file): Ditto.
5642
5643         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5644         variable.
5645         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5646         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5647         and `wl-summary-view-old-p' to check whether do a rescan or not.
5648         (wl-summary-view-old-p): New function.
5649         (wl-summary-line-format-changed-p): Ditto.
5650         (wl-summary-line-format-save): Ditto.
5651         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5652
5653         * wl-util.el (wl-set-string-width): Avoid using negative number
5654         for make-string.
5655
5656 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5657
5658         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5659         return value.
5660
5661         * wl-util.el (wl-set-string-width): Added optional argument
5662         `padding' (All other related portions are changed).
5663         (wl-line-parse-format): If the first letter of column number is
5664         `0', zero-padding the result (ex: "%05l").
5665
5666         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5667
5668 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5671         sequential summary view.
5672
5673 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5676         if it doesn't have a -unix version.
5677
5678 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5679
5680         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5681
5682 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5683
5684         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5685         content.
5686         (wl-draft): Follow the change above.
5687
5688         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5689
5690         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5691         and wl-folder-summary-line-format-alist contain %T and %P.
5692
5693         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5694         (wl-summary-mode-line-format): New user option.
5695         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5696         (wl-summary-line-format): Changed default value.
5697         (wl-summary-lazy-highlight): Changed default value.
5698
5699         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5700         change in wl-summary-create-line.
5701         (wl-thread-insert-entity-sub): Ditto.
5702
5703         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5704         (wl-summary-buffer-unread-status): Ditto.
5705         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5706         (wl-summary-buffer-persistent-mark-column): Ditto.
5707         (wl-summary-buffer-mode-line-formatter): Ditto.
5708         (wl-summary-buffer-mode-line): Ditto.
5709         (wl-summary-message-regexp): Abolished.
5710         (All other related portions are changed.)
5711         (wl-summary-detect-mark-position): New function.
5712         (wl-summary-buffer-set-folder): Setup
5713         wl-summary-buffer-mode-line-formatter.
5714         (wl-summary-mode): Setup selective-display;
5715         Setup pre-idle-hook when xemacs.
5716         (wl-summary-update-modeline): Rewrite.
5717         (wl-summary-jump-to-msg): Define as function;
5718         Changed regexp for searching messages.
5719         (wl-summary-message-number): Rewrite.
5720         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5721         Do rescan when old type summary cache.
5722         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5723         (wl-summary-remove-destination): Use '\r' to detect EOL.
5724         (wl-summary-print-destination): Ditto.
5725         (wl-summary-temp-mark): New inline function.
5726         (wl-summary-persistent-mark): Ditto.
5727         (wl-summary-line-number): New function.
5728         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5729         (wl-summary-line-list-count): New function.
5730         (wl-summary-create-line): Added argument persistent-mark.
5731         (All other related portions are changed)
5732         (wl-summary-create-line): Insert '\r'.
5733         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5734         (wl-summary-cursor-move-surface): New inline function.
5735         (wl-summary-prev): Use it.
5736         (wl-summary-next): Ditto.
5737
5738         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5739         wl-summary-message-regexp.
5740         (wl-highlight-summary): Delete progress message.
5741         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5742
5743         * Version number is increased to 2.9.12.
5744
5745 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5748         variable (nil: no minimum).
5749         (wl-summary-line-subject): Add some spaces after subject by
5750         wl-summary-line-subject-minimum-length.
5751
5752 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5753
5754         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5755         and removed `F'.
5756         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5757         change above).
5758
5759 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5760
5761         * wl-summary.el (wl-summary-line-list-count): Reverted.
5762         (example setting in samples/*/dot.wl is also updated)
5763
5764 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5767
5768         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5769
5770         * wl-vars.el (wl-summary-line-format): Addes some description to the
5771         docstring.
5772
5773         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5774         (wl-summary-line-close-bracket): Ditto.
5775         (wl-summary-line-children-number): Ditto.
5776         (wl-summary-line-thread-indent): Ditto.
5777         (wl-summary-line-children-and-from): Ditto.
5778
5779         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5780         't', 'c', 'F' and added 'C'.
5781
5782         * wl-util.el (wl-set-string-width): Accept negative value.
5783         (wl-line-parse-format): Added "%number(" and "%)".
5784
5785 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5786
5787         * wl-summary.el (wl-summary-line-list-count): Change format of the
5788         return value.
5789
5790 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5791
5792         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5793         from the recent message.el.
5794         (wl-draft-point-in-header-p): Ditto.
5795         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5796         wl-draft-beginning-of-line.
5797         * wl-e21.el (wl-draft-mode-map): Ditto.
5798         * wl-xmas.el (wl-draft-mode-map): Ditto.
5799
5800         * wl-folder.el: Sort macrodefs by dependencies.
5801
5802 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5803
5804         * wl-summary.el (wl-summary-prev): Fixed regexp.
5805         (wl-summary-next): Ditto.
5806
5807 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5808
5809         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5810
5811 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5812
5813         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5814         for backward compatibility.
5815
5816 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5817
5818         * wl-summary.el (wl-summary-line-list-count): New function, merged
5819         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5820         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5821         list counts.
5822
5823 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5824
5825         * wl-summary.el (wl-summary-create-line): Ignore errors while
5826         timezone-fix-time.
5827
5828         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5829
5830         * wl-summary.el (wl-summary-sync-update): Ditto.
5831         (wl-summary-default-from): Use wl-message-entity
5832         instead of entity.
5833
5834         * wl-summary.el (wl-summary-create-line): Fix.
5835
5836         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5837         (wl-summary-line-format): New user option.
5838         (wl-folder-summary-line-format-alist): Ditto.
5839         (wl-summary-from-width): Abolished.
5840
5841         * wl-util.el (toplevel): Require 'bytecomp.
5842         (wl-line-parse-format): New function.
5843         (wl-line-formatter-setup): New macro.
5844
5845         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5846         (wl-summary-buffer-line-formatter): New buffer local variable.
5847         (wl-summary-switch-to-clone-buffer): Follow the change above.
5848         (wl-summary-message-regexp): Fix.
5849         (wl-summary-from-func-internal): Abolished.
5850         (wl-summary-subject-func-internal): Ditto.
5851         (wl-summary-subject-filter-func-internal): Ditto.
5852         (All other related portions are changed.)
5853         (wl-summary-buffer-set-folder):
5854         Set up wl-summary-buffer-number-column and 
5855         wl-summary-buffer-line-formatter
5856         (All other related portions are changed.)
5857         (wl-summary-buffer-number-column-detect): Abolished.
5858         (All other related portions are changed.)
5859         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5860         (wl-summary-delete-all-temp-marks-on-buffer): Use
5861         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5862         (wl-summary-target-mark-delete): Ditto.
5863         (wl-summary-target-mark-refile-subr): Ditto.
5864         (wl-summary-target-mark-mark-as-read): Ditto.
5865         (wl-summary-target-mark-mark-as-unread): Ditto.
5866         (wl-summary-target-mark-mark-as-important): Ditto.
5867         (wl-summary-target-mark-save): Ditto.
5868         (wl-summary-replace-status-marks): Renamed from
5869         wl-summary-set-status-marks-on-buffer;
5870         Use wl-summary-message-regexp instead of
5871         wl-summary-buffer-number-regexp.
5872         (wl-summary-sync-update): Follow the change above.
5873         (wl-summary-goto-previous-message-beginning): New function.
5874         (wl-summary-mark-as-unread): Use it.
5875         (wl-summary-mark-as-important): Ditto.
5876         (wl-summary-line-formatter): New variable.
5877         (wl-summary-line-year): New function.
5878         (wl-summary-line-day): Ditto.
5879         (wl-summary-line-day-of-week): Ditto.
5880         (wl-summary-line-hour): Ditto.
5881         (wl-summary-line-minute): Ditto.
5882         (wl-summary-line-open-bracket): Ditto.
5883         (wl-summary-line-close-bracket): Ditto.
5884         (wl-summary-line-children-number): Ditto.
5885         (wl-summary-line-thread-indent): Ditto.
5886         (wl-summary-line-size): Ditto.
5887         (wl-summary-line-subject): Ditto.
5888         (wl-summary-line-from): Ditto.
5889         (wl-summary-line-children-and-from): Ditto.
5890         (wl-summary-create-line): Rewritten.
5891         (wl-summary-format-date): Abolished.
5892
5893         * wl-highlight.el (wl-highlight-summary-current-line): Use
5894         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5895         Use thread structure to detect thread top message.
5896
5897         * wl-draft.el (wl-default-draft-cite): Don't use
5898         wl-summary-from-func-internal.
5899
5900         * wl-refile.el (wl-refile-subject-learn): Don't use
5901         wl-summary-subject-filter-func-internal.
5902         (wl-refile-guess-by-subject): Ditto.
5903
5904         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5905         parameters.
5906
5907         * wl-thread.el (wl-thread-update-indent-string-region):
5908         Use wl-thread-update-line-on-buffer instead of
5909         wl-thread-update-indent-string.
5910         (wl-thread-update-children-number): Redefine using
5911         wl-thread-update-line-on-buffer.
5912         (wl-thread-update-indent-string): Abolished.
5913
5914         * Version number is increased to 2.9.11.
5915
5916 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5919         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5920         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5921
5922         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5923         as nil.
5924
5925         * wl-thread.el (wl-thread-open-all-unread): Use 
5926         elmo-folder-list-messages-mark-match.
5927         (wl-thread-insert-message): Removed argument `mark-alist'.
5928         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5929         elmo-msgdb-set-mark.
5930         (wl-thread-get-children-msgs-uncached): Likewise.
5931         (wl-thread-get-exist-children): Added argument include-self.
5932         (wl-thread-delete-message): Follow the change above.
5933
5934         * wl-summary.el (wl-summary-count-unread): Removed argument.
5935         (wl-summary-rescan): Follow the change above.
5936         (wl-summary-mark-as-read-region): Ditto
5937         (wl-summary-mark-as-unread-region): Ditto.
5938         (wl-summary-delete-messages-on-buffer): Ditto.
5939         (wl-summary-sync-update): Ditto.
5940         (wl-summary-switch-to-clone-buffer): Ditto.
5941         (wl-summary-goto-folder-subr): Ditto.
5942         (wl-summary-target-mark-mark-as-read): Ditto.
5943         (wl-summary-target-mark-mark-as-unread): Ditto.
5944         (wl-summary-target-mark-mark-as-important): Ditto.
5945         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5946         (wl-summary-update-thread): Removed argument `mark-alist'.
5947         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5948         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5949         (wl-summary-resume-cache-status): Likewise.
5950         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5951         elmo-msgdb-set-mark.
5952         (wl-summary-mark-as-read-all): Likewise.
5953         (wl-summary-delete-cache): Ditto.
5954         (wl-summary-auto-select-msg-p): Ditto.
5955         (wl-summary-mark-as-unread): Ditto.
5956         (wl-summary-no-auto-refile-message-p): Ditto.
5957         (wl-summary-mark-as-read): Ditto.
5958         (wl-summary-mark-as-important): Ditto.
5959         (wl-summary-auto-refile): Follow the change above.
5960         (wl-summary-delete-all-marks): Removed.
5961         (wl-summary-resume-marks-and-highlight): Ditto.
5962         (wl-summary-resume-marks): Ditto.
5963         (wl-summary-delete-important-msgs-from-list): Ditto.
5964         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5965
5966         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5967         wl-summary-count-unread.
5968
5969         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5970         (wl-summary-score-update-all-lines): Use
5971         elmo-msgdb-set-mark.
5972
5973 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5974
5975         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5976         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5977         (wl-summary-create-line): Renamed from
5978         wl-summary-overview-create-summary-line;
5979         Argument rearrangement.
5980         (wl-summary-update-thread): Follow the change above.
5981
5982         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5983         (wl-thread-insert-entity-sub): Likewise.
5984
5985         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5986         argument `overview', `mark-alist' and added `msgdb'.
5987
5988         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5989
5990         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5991         (wl-summary-rescan): Follow the change above.
5992         (wl-summary-sync-update): Ditto.
5993         (wl-summary-insert-thread-entity): Ditto;
5994         Don't use `let*' in every while loop;
5995         Detect infinite loop of threads.
5996         (wl-summary-update-thread): Removed argument `overview'.
5997
5998         * wl-thread.el (wl-thread-insert-message): Ditto.
5999
6000         * Version number is increased to 2.9.10.
6001
6002         * wl-message.el (wl-message-redisplay): Ignore errors while
6003         wl-message-redisplay-hook.
6004
6005 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6006
6007         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6008
6009 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl.el (wl): inhibit-quit while wl-folder.
6012
6013 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6016         while msgdb access.
6017
6018 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6019
6020         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6021         even if no folder is not created.
6022
6023 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6024
6025         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6026
6027         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6028         implementation.
6029         (wl-summary-target-mark-thread): Ditto.
6030
6031         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6032
6033 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6034
6035         * wl-util.el (wl-display-bytes): Remove unused function.
6036
6037 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6038
6039         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6040         seems critical one (partially reverse the change in 2002/03/17).
6041
6042 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6043
6044         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6045         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6046
6047 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6048
6049         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6050         is not writable.
6051         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6052         plugged status instead of `'force' as 2nd argument.
6053
6054         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6055         is not creatable.
6056
6057         * Version number is increased to 2.9.9.
6058
6059 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6060
6061         * wl-summary.el (wl-summary-suspend): New function.
6062
6063 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6064
6065         * wl.el (wl): Do not check variables if check is nil.
6066         * wl-utils.el (wl-collect-draft): New function.
6067         * wl-folder.el (wl-folder-suspend): Put summary buffers
6068         and draft buffers at the end of buffer list.
6069         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6070
6071 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6072
6073         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6074         loop instead of recursive call.
6075
6076         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6077         2nd argument.
6078
6079 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-draft.el (wl-draft-create-contents): Don't take neither
6082         (function . args) nor (string . something) any more.
6083
6084         * wl-version.el (wl-generate-user-agent-string): Return string
6085         without header symbol.
6086         * wl-draft.el (wl-draft-default-headers): Use it.
6087
6088         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6089         `wl-draft-insert-ccs' and return field value instead of inserting
6090         the header. Abolish cc argument.
6091         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6092
6093         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6094         rather than one with string car.
6095
6096         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6097         * wl-draft.el (wl-draft-create-contents): Add it after the default
6098         headers.
6099
6100         * wl-draft.el (wl-draft-create-contents): For the case of
6101         (symbol-or-string . function) insert header only when the function
6102         returns string value.
6103
6104 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6105
6106         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6107         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6108
6109 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6110
6111         * wl.el (wl-check-environment): Don't check Message-ID when
6112         `wl-insert-message-id' is nil.
6113         Revive checking if `wl-message-id-domain' contains "@".
6114
6115 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6116
6117         * wl.el (wl-check-environment): Merge examination for "@" at
6118         inappropriate position into the first string-match.
6119
6120         * wl-summary.el (wl-summary-target-mark-print): New function.
6121         (wl-summary-pipe-message-subr): Extracted from
6122         `wl-summary-pipe-message'.
6123         (wl-summary-target-mark-pipe): New function.
6124         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6125         `wl-summary-target-mark-pipe'.
6126
6127 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6128
6129         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6130
6131 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6132
6133         * wl.el (wl-check-environment): Use elmo-warning instead of
6134         error for non-critical ones.
6135         Remove trash folder check.
6136         (wl): Don't ignore error in wl-check-environment.
6137
6138         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6139         check, which is moved from `wl-check-environment'.
6140         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6141
6142 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6145         guess anything, call wl-summary-write.
6146         (wl-summary-write): Create draft with blank To field.
6147         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6148
6149 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6152         argument full as well for wl-folder-write-current-folder.
6153         If wl-*-write-current-folder cannot guess addressee, add blank
6154         To header.
6155         Rewrite condition for positioning cursor.
6156
6157 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6160         summary buffer is present, use it.
6161         (wl-folder-jump-to-previous-summary): Ditto.
6162
6163 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6164
6165         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6166
6167         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6168         wl-summary-previous-buffer and wl-summary-next-buffer.
6169
6170         * wl-folder.el (wl-folder-mode-map): Bind
6171         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6172         (wl-folder-jump-to-next-summary): New function.
6173         (wl-folder-jump-to-previous-summary): Ditto.
6174
6175         * wl-draft.el (wl-draft): Rearranged.
6176
6177 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178
6179         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6180         of header.
6181         (wl-draft): Collect arguments for the header as header-alist.
6182         (wl-draft-forward): Arrange arguments for wl-draft.
6183         (wl-draft-reply): Ditto.
6184         (wl-draft-edit-string): Ditto.
6185         * wl-summary.el (wl-summary-write): Ditto.
6186         (wl-summary-write-current-folder): Ditto.
6187
6188         * Version number is increased to 2.9.8.
6189
6190 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6191
6192         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6193
6194         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6195
6196         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6197         even if the guess failed.
6198
6199         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6200         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6201         wl-summary-write-current-folder.
6202         * wl-xmas.el: Ditto.
6203
6204 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-summary.el (wl-summary-next-page): Force display message if
6207         message is not displayed yet.
6208         (wl-summary-prev-page): Ditto.
6209
6210 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6211
6212         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6213
6214 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6217         add "Preview Message" and "Save Draft and Exit".
6218
6219 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6220
6221         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6222         if addrmgr is called from draft in splitted window.
6223
6224         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6225         * wl-mule.el: Ditto.
6226         * wl-xmas.el: Ditto.
6227
6228 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6229
6230         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6231
6232         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6233         * wl-xmas.el (wl-folder-toolbar): Ditto.
6234
6235 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6236
6237         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6238         and wl-draft-save-and-exit.
6239         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6240         * wl-xmas.el: Ditto.
6241         * wl-mule.el: Ditto.
6242
6243         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6244         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6245
6246 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6249         lists for saving buffer.
6250
6251 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6252
6253         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6254         parent-folder argument instead of it.
6255         (wl-draft-create-buffer): Ditto.
6256         (wl-draft-forward): Ditto.
6257         (wl-draft-reply): Ditto.
6258         * wl-summary.el (wl-summary-write): Ditto.
6259         (wl-summary-write-current-folder): Ditto.
6260
6261         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6262         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6263         Folder buffer after composing.
6264
6265 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6268         header if the file `wl-x-face-file' already contains it.
6269
6270 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6271
6272         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6273         folder" entry.
6274         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6275         * wl-e21.el (wl-folder-toolbar): Ditto.
6276         * wl-xmas.el (wl-folder-toolbar): Ditto.
6277
6278 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6279
6280         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6281         wl-folder-goto-folder with sticky argument.
6282         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6283
6284 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6287         and wl-summary-previous-buffer.
6288         (wl-summary-next-buffer): New function.
6289         (wl-summary-previous-buffer): Ditto.
6290
6291 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6292
6293         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6294         wl-folder-jump-to-current-entity-with-arg.
6295         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6296         `wl-folder-jump-to-current-entity'.
6297         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6298         `wl-summary-goto-folder-sticky'.
6299         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6300         `wl-summary-goto-folder'.
6301         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6302         Unless force-exit, do not clean temp. marks for sticky summary.
6303         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6304
6305 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6306
6307         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6308         not entire.
6309
6310 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6313         to `C-x C-s'.
6314         (wl-summary-save-status): New command.
6315         (wl-summary-exit): Don't clean-up temp marks when sticky.
6316         (Applied patch from Nakayama-san [wl: 09548])
6317         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6318         Do nothing when no mark data.
6319         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6320         Call `wl-summary-delete-all-temp-marks' before saving.
6321
6322 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6323
6324         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6325
6326 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6327
6328         * wl.el (wl-check-environment): Also cause error when (system-name)
6329         returns "localhost.localdomain". (Although it doesn't affect because
6330         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6331
6332 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6333
6334         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6335         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6336
6337         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6338         value.
6339
6340 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6343         Likewise r-cc-list and r-ng-list.
6344
6345 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6348         only if it is bound as variable.
6349
6350         * wl-mime.el (wl-draft-preview-message): Ditto.
6351
6352 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6355         needless `goto-char'.
6356
6357         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6358         `wl-summary-redisplay-no-mime-internal' instead of
6359         `wl-summary-redisplay-no-mime'.
6360         (wl-summary-redisplay-no-mime): Changed argument;
6361         Call `wl-summary-redisplay-no-mime-internal'.
6362
6363         * wl-mime.el (wl-draft-preview-message): Bind
6364         `mime-header-encode-method-alist' locally.
6365
6366         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6367         (wl-draft-std11-parse-addresses): Added the first address check.
6368         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6369
6370         * Version number is increased to 2.9.7.
6371
6372 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6375
6376 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6377
6378         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6379         related to scrollbar support, if there is no such a feature
6380         compiled in.
6381
6382 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6383
6384         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6385         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6386         for prefetch.
6387
6388 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-summary.el (wl-summary-pick): Fix for no match.
6391
6392 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-draft.el (wl-draft-save):
6395         Override `mime-header-encode-method-alist'.
6396
6397 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6398
6399         * wl-folder.el (wl-folder-pick): New function.
6400         Define key as "?".
6401
6402 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6403
6404         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6405         Fix for unplugged.
6406
6407 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6408
6409         * wl-folder.el (wl-folder-virtual): New function.
6410         Define key as "V".
6411
6412 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6413
6414         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6415         multi folder if entity is group.
6416
6417 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6418
6419         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6420         is nil.
6421
6422 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6423
6424         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6425         (wl-summary-target-mark-msgs): Return the number of marked messages.
6426
6427 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6428
6429         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6430         "first:" is specified.
6431
6432 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6433
6434         * wl-vars.el (wl-from): Use return value of function
6435         user-full-name instead of the variable user-full-name since
6436         XEmacs-20.4 doesn't set this variable.
6437
6438 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6439
6440         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6441         call `wl' directly.
6442
6443 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6444
6445         * wl-draft.el (wl-draft-reedit): Removed duplicated
6446         switch-to-buffers.
6447
6448 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * wl.el (wl-other-frame): Removed garbages.
6451
6452 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6455
6456         * wl-xmas.el (wl-draft-key-setup): Ditto.
6457
6458         * wl-mule.el (wl-draft-key-setup): Ditto.
6459
6460         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6461         (wl-draft-reedit): Ditto.
6462         (wl-draft-prepare-edit): Add `wl-draft-save' to
6463         `local-write-file-hooks'.
6464         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6465         (wl-draft-reedit): Set buffer-file-name.
6466         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6467
6468
6469         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6470         call it.
6471         (wl-delete-startup-frame-function): New variable.
6472         (wl-other-frame): New function
6473         (Original was written by Yamaoka san [wl: 09239]).
6474
6475         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6476         if `wl-folder-use-frame'.
6477
6478 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6479
6480         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6481
6482 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6483
6484         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6485         New variable.
6486         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6487         (wl-message-buffer-prefetch-get-next): Use them.
6488         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6489
6490 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6493         with unwind-protect.
6494
6495         * wl-draft.el (wl-draft-reedit): Rewrite.
6496         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6497         (wl-draft-save): Insert header separator if it does not exist;
6498         Removed condition-case.
6499
6500         * wl-summary.el (wl-summary-reedit): Revert last change.
6501
6502         * wl-draft.el (wl-draft-save): Rewrite.
6503         (wl-draft-create-buffer): Set buffer-file-name as nil.
6504
6505         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6506
6507         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6508
6509         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6510         nil.
6511
6512 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6513
6514         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6515         If count is nil, do not prefetch.
6516         (wl-message-buffer-prefetch-next): Next.
6517
6518 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6519
6520         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6521
6522 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6525         `delete-backward-char'
6526         (wl-draft-prepare-edit): Check major-mode.
6527         (wl-draft-decode-header): Rewrite.
6528         (wl-draft): Fix.
6529
6530 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6531
6532         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6533
6534 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6535
6536         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6537         (wl-message-buffer-prefetch-get-next): Remove size checking.
6538         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6539
6540 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6541
6542         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6543         (wl-draft-default-headers): Fix.
6544
6545 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6546
6547         * wl-draft.el (wl-draft-default-headers): Insert return value of
6548         `wl-generate-mailer-string-function'.
6549
6550 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6553         (wl-draft-insert-mail-header-separator): Ditto.
6554
6555         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6556         again (Reverted the change on 2002-01-17 by OKADA san).
6557
6558 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6559
6560         * wl-draft.el (wl-draft): Rewrite.
6561         (wl-draft-create-buffer): New function.
6562         (wl-draft-create-contents): Ditto.
6563         (wl-draft-prepare-edit): Ditto.
6564         (wl-draft-decode-header): Ditto.
6565         (wl-draft-decode-body): Ditto.
6566         (wl-draft-check-new-line): Ditto.
6567         (wl-draft-default-headers): Ditto.
6568         (wl-draft-insert-mail-header-separator): Ditto.
6569
6570 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6571
6572         * Version number is increased to 2.9.6.
6573
6574 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6575
6576         * wl-draft.el (wl-draft-delete-field): Optional argument.
6577         (wl-draft-delete-fields): Ditto.
6578
6579 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6580
6581         * wl-message.el (toplevel): Eliminated byte-compile warning.
6582         for `itimer-function', `delete-timer' and `itimer-list'.
6583
6584 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6585
6586         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6587         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6588         `wl-message-buffer-prefetch-threshold'.
6589         * wl-summary.el (wl-summary-redisplay-internal): Remove
6590         the check of `wl-message-buffer-prefetch-depth'.
6591
6592 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6595         size of article.
6596         (wl-message-buffer-prefetch-subr): Remove size check.
6597
6598 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6599
6600         * wl-vars.el (wl-plugged): Make customizable.
6601
6602 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6603
6604         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6605         (wl-message-buffer-prefetch-set-timer): New function.
6606         (wl-message-buffer-prefetch-get-next): New function.
6607         (wl-message-buffer-prefetch): New function.
6608         (wl-message-buffer-prefetch-next): Rewrite.
6609         (wl-message-buffer-prefetch-subr): Rewrite.
6610         * wl-vars.el (wl-auto-prefetch-first): New variable.
6611         * wl-summary.el (wl-summary-goto-folder-subr): Call
6612         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6613
6614 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6615
6616         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6617         `wl-summary-unread-message-hook'.
6618
6619 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6620
6621         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6622         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6623         if range is `cache-status'.
6624
6625 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-message.el (wl-message-buffer-prefetch-subr):
6628         Improve debug message.
6629
6630 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6633         `wl-mail-send-pre-hook'.
6634         (wl-draft-send-mail-with-qmail): Ditto.
6635         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6636
6637 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6638
6639         * wl-message.el (wl-message-buffer-prefetch-subr):
6640         Fix for cancel-function-timers bug.
6641         (wl-message-buffer-prefetch-debug): Default value is t.
6642
6643 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6644
6645         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6646         (wl-message-buffer-prefetch-subr): Rewrite.
6647         Rename from `wl-message-buffer-prefetch'.
6648
6649 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6650
6651         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6652         (wl-default-draft-cite-decorate-author): Ditto.
6653
6654         * wl-draft.el (wl-draft-cite-function): Removed.
6655         (wl-default-draft-cite-decorate-author): Ditto.
6656
6657 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6658
6659         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6660         (wl-default-draft-cite): Do not arrange author name if the value of
6661         `wl-default-draft-cite-decorate-author' is nil.
6662
6663 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6666
6667         * wl-folder.el (wl-folder-check-one-entity): Don't care
6668         `elmo-folder-use-flag-p'.
6669
6670 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-folder (wl-folder-check-one-entity): Fix
6673         problem if unread is nil.
6674
6675 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6676
6677         * wl-address.el (wl-address-make-completion-list): Check whether
6678         the address is a group list.
6679         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6680
6681 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6682
6683         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6684         The number of the messages of new and unread does not count
6685         correctly.
6686
6687         * wl-summary.el (wl-summary-count-unread): Changed to return
6688         `(new . unread)' instead of total.
6689         (wl-summary-sync-update): Follow the change above.
6690
6691         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6692
6693 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6694
6695         * wl-address.el (wl-address-make-completion-list): Do not enclose
6696         address by " <" and ">" if associated realname is "".
6697         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6698         This is against the promblem with group list in .addresses pointed
6699         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6700
6701 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6702
6703         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6704         message is a format control string.
6705         * wl-expire.el (wl-expire-append-log): Ditto.
6706         * wl-mime.el (wl-summary-burst-subr): Ditto.
6707         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6708         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6709
6710 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6711
6712         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6713         wl.el (wl-check-variables): Rename from `wl-check-type'.
6714         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6715         (wl-check-variables-2): New function.
6716         (wl): Call `wl-check-variables-2'.
6717
6718 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6719
6720         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6721         after renaming folder in access group.
6722
6723 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6724
6725         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6726         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6727         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6728         (wl-message-buffer-prefetch): Rewrite.
6729         (wl-message-buffer-prefetch-idle-time): Removed.
6730         * wl-summary.el (wl-summary-redisplay-internal):
6731         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6732         Error check for `wl-message-buffer-prefetch-depht'.
6733
6734 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * Version number is increased to 2.9.5.
6737         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6738
6739 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6742         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6743         Based on the patch written by
6744         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6745
6746 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-draft.el (wl-draft-raw-send): Fix for
6749         `wl-news-send-pre-hook'
6750
6751 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6752
6753         * wl-utils.el (wl-message-id-function): New variable.
6754         * wl-draft.el (wl-draft-insert-required-fields):
6755         Use `wl-message-id-function'.
6756
6757 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6758
6759         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6760         * wl-utils.el (wl-draft-make-message-id-string):
6761         Use `wl-from' for domain part of Message-ID
6762         if `wl-message-id-use-wl-from' if non-nil.
6763         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6764
6765 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * wl.el (wl): Call `wl-check-type'
6768         Do not 'condition-case'.
6769
6770 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6771
6772         * wl.el (wl-check-type): New function.
6773         (wl-check-type-variables): New variable.
6774
6775 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6778
6779 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * wl-draft.el (wl-smtp-password-key): New function.
6782         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6783         (wl-draft-send-mail-with-smtp): Ditto.
6784         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6785
6786 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6787
6788         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6789         * wl-utils.el (wl-unique-id-suffix): Remove.
6790
6791 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6792
6793         * Version number is increased to 2.9.4.
6794
6795 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6796
6797         * wl-utils.el (wl-unique-id-suffix): New variable.
6798         (wl-unique-id): Use `wl-unique-id-suffix'
6799
6800 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6801
6802         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6803         instead of `elmo-msgdb-search'.
6804
6805         * Version number is increased to 2.9.3.
6806
6807 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6808
6809         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6810
6811 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6812
6813         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6814         (wl-draft-dispatch-message): Changed for send-later.
6815         (wl-draft-queue-flush): Ditto.
6816         (wl-draft): Clear `wl-sent-message-queued'.
6817         (wl-draft-reedit): Ditto.
6818         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6819         * wl-vars.el (wl-draft-force-queuing): New variable.
6820         (wl-draft-force-queuing-mail): New variable.
6821         (wl-draft-force-queuing-news): New variable.
6822
6823 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6824
6825         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6826         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6827
6828 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6829
6830         * Version number is increased to 2.9.2.
6831
6832 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * wl-draft.el (wl-draft-elide-region): New user command.
6835         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6836
6837         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6838         command `wl-draft-elide-region'.
6839         * wl-mule.el: Ditto.
6840         * wl-xmas.el: Ditto.
6841
6842 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6845         (wl-biff-check-folder-async): Removed needless let.
6846
6847 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6850         wl-folder-get-elmo-folder.
6851         (wl-biff-check-folder): Set `biff' argument of
6852         `wl-folder-check-one-entity'.
6853         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6854
6855         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6856         (wl-folder-check-one-entity): Added `biff' argument;
6857         Setup `biff' slot of folder.
6858
6859         * Version number is increased to 2.9.1.
6860
6861 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6864         comment out and fixed.
6865         (wl-fldmgr-add-completion-subr): Ditto.
6866
6867         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6868         and msgdb.
6869
6870         * wl.el (wl-toggle-plugged): Save summary view.
6871
6872 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6873
6874         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6875
6876 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6877
6878         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6879
6880 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6883         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6884         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6885
6886         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6887         if it was failed.
6888         (wl-demo): Disable undo in the demo buffer.
6889
6890 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-version.el (wl-version): Changed codename.
6893
6894         * Version number is increased to 2.9.0.
6895
6896 2001-12-14  Takuo KITAME <kitame@northeye.org>
6897
6898         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6899         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6900         (wl-folder-mark-as-read-all-current-entity): Ditto.
6901
6902 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-vars.el (wl-from-width): Define as obsolete variable.
6905         (wl-subject-length-limit): Ditto.
6906
6907         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6908
6909         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6910         wl-summary-save-view.
6911
6912         * wl.el (wl-save-status): Ditto.
6913         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6914
6915         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6916         (wl-summary-exit): Follow the change above.
6917         (wl-summary-goto-folder-subr): Ditto.
6918
6919         * wl-folder.el (wl-folder-create-subr): Don't use
6920         `elmo-folder-creatable-p'.
6921
6922 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6925
6926 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6929         rather than bitmap on Emacs 21.
6930         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6931         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6932         for xbm if the new redisplay engine is not available.
6933
6934 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-folder.el (wl-folder-init-hook): New hook.
6937         (wl-folder-init): Run `wl-folder-init-hook'.
6938
6939 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6942
6943 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-acap.el (wl-acap-cache-filename): New variable.
6946         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6947         (wl-acap-init): Use cache if no ACAP server found.
6948
6949 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6952         `wl-acap-original-msgdb-dir'.
6953
6954         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6955         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6956
6957         * wl-mime.el (wl-mime-save-directory): Renamed from
6958         `wl-mime-save-dir'.
6959
6960 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6963
6964         * wl-demo.el: Require `path-util'.
6965         (wl-demo-bitmap-mule-available-p): New internal variable.
6966         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6967         `module-installed-p' instead.
6968         (wl-demo-insert-image): Use *.img file for a bitmap image.
6969         (wl-demo): Don't call the ascii demo recursively.
6970
6971 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6972
6973         * Version number is increased to 2.7.7.
6974
6975 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * wl.el (wl-exit): Eliminated byte-compile warning.
6978
6979 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6980
6981         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6982         obsolete variable using `elmo-define-obsolete-variable'.
6983         (wl-fetch-confirm-threshold): Ditto.
6984         (wl-cache-prefetch-folder-type-list): Ditto.
6985         (wl-cache-prefetch-folder-list): Ditto.
6986
6987 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6990         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6991         (wl-demo-insert-image): New function.
6992         (wl-demo-insert-text): New function.
6993         (wl-demo-image-type-alist): Redefine as a function.
6994         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6995         (wl-demo-with-temp-file-buffer): Removed.
6996         (wl-logo-xpm): Removed.
6997         (wl-logo-xbm): Removed.
6998         (wl-logo-bitmap): Removed.
6999
7000 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7001
7002         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7003         (wl-expire-localdir-get-folder-function): New user option.
7004         (wl-expire-localdir-get-folder): New function.
7005         (wl-expire-localdir-date): Ditto.
7006
7007 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7008
7009         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7010         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7011         Fixed unread number mismatch when all-unread < unread.
7012
7013 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7016         (wl-fetch-confirm-threshold): Ditto.
7017
7018         * wl-summary.el (wl-summary-confirm-appends): Removed.
7019         (wl-summary-sync-update): Don't refer
7020         `wl-summary-update-confirm-threshold' (It is now abolished).
7021
7022         * wl-message.el (wl-message-display-internal): Don't refer
7023         `wl-fetch-confirm-threshold' (It is now abolished).
7024
7025 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7028
7029 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7030
7031         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7032         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7033         Change default value to nil.
7034         (wl-summary-indent-length-limit): The value can be nil, nil means
7035         unlimited.
7036
7037         * wl-summary.el: Don't set limit for indent length if the value of
7038         wl-summary-indent-length-limit is nil.
7039         If the value of wl-summary-width is nil, it means only that the width
7040         of summary is unlimited (nil doesn't mean that the indent length is
7041         unlimited).
7042
7043         * wl-thread.el: Ditto.
7044
7045 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7046
7047         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7048         be nil, nil means never confirm.
7049         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7050
7051 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7052
7053         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7054         means unlimited).
7055
7056 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7059         Use `with-temp-buffer'.
7060
7061 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7062
7063         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7064         with new backquote style).
7065         (wl-folder-get-entity-from-buffer): Ditto.
7066
7067 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7068
7069         * wl-version.el (nemacs-version): Eliminated.
7070         (wl-extended-emacs-version2): Ignore nemacs.
7071         (wl-extended-emacs-version3): Ditto.
7072
7073 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7074
7075         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7076         (wl-draft-add-in-reply-to): New variable.
7077         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7078         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7079         (wl-draft-yank-from-mail-reply-buffer): Use
7080         `wl-draft-add-in-reply-to'.
7081         (wl-draft-insert-current-message): Ditto.
7082
7083 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7084
7085         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7086         typo (kill->hide).
7087         (wl-message-buffer-prefetch-folder-type-list): Added elements
7088         `mark' and `cache' instead of `internal'.
7089
7090 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7093         resume msgdb directory.
7094
7095 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl.el (wl-exit): Call `wl-acap-exit'.
7098
7099         * wl-summary.el (wl-summary-message-string): New function.
7100         (wl-summary-reedit): Use it.
7101         (wl-summary-resend-bounced-mail): Remove needless let.
7102         (wl-summary-supersedes-message): Ditto.
7103         (wl-summary-save): Ditto.
7104
7105         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7106         (wl-acap-init): Set it.
7107         (wl-acap-exit): New function.
7108
7109 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7110
7111         * wl.el (wl-init): Revert (require 'mime-setup). move from
7112         toplevel.
7113
7114 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7115
7116         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7117         local variables.  Add error when guess function return invalid
7118         value.
7119
7120 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7121
7122         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7123         Change local variable name.
7124         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7125         (wl-folder-get-newsgroups): Return nil when non-news folder.
7126         * wl-summary.el (wl-summary-write-current-folder): State through
7127         when guess-list return nil.
7128         (wl-summary-write-current-folder-functions): Fixed docstring.
7129
7130         * wl.el (wl-exit): Changed confirm message.
7131
7132         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7133         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7134
7135         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7136
7137 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7138
7139         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7140         user option (Renamed from wl-cache-prefetch-folder-type-list).
7141         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7142         from wl-cache-prefetch-folder-list).
7143
7144         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7145         Move to wl-vars.el.
7146         (wl-message-buffer-prefetch-p): Changed to enable
7147         `wl-message-buffer-prefetch-folder-list'.
7148
7149         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7150         `ignore-cache'.
7151
7152 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7153
7154         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7155         `part-top' and `part-bottom'.
7156         (wl-draft-config-sub-part-top): New function.
7157         (wl-draft-config-sub-part-bottom): New function.
7158
7159 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7160
7161         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7162
7163 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7164
7165         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7166
7167 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7168
7169         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7170
7171         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7172         (wl-summary-write-current-folder): Ditto.
7173
7174 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-folder.el (wl-folder-get-newsgroups): Use
7177         `elmo-folder-newsgroups'.
7178
7179 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7180
7181         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7182         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7183         `wl-draft-config-sub-header-bottom'.
7184
7185 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7186
7187         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7188         localnews folder.
7189
7190 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7191
7192         * wl-summary.el (wl-summary-mode): Undo last change.
7193
7194         * wl-folder.el (wl-folder-mode): Ditto.
7195
7196 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7197
7198         * wl-summary.el (wl-summary-mode): Locally set
7199         truncate-partial-window-width to nil.
7200         (for XEmacs)
7201
7202         * wl-folder.el (wl-folder-mode): Ditto.
7203
7204 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7207
7208 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7211         number.
7212
7213         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7214
7215         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7216
7217         * Version number is increased to 2.7.6.
7218
7219 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7222
7223 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-summary.el (wl-summary-sync-update): Enclose network
7226         related portion with `unwind-protect'.
7227
7228 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7229
7230         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7231
7232 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7233
7234         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7235         element.
7236         * wl-vars.el (wl-message-body-button-alist): Ditto.
7237
7238         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7239         max match length.
7240         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7241
7242         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7243         for the max match length;
7244         Use 4th element value for the button string regexp group.
7245
7246         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7247         candidate exists, prompt to select.
7248
7249 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7250
7251         * wl-summary.el (wl-summary-jump-to-msg): Search before
7252         calibration point by `beginning-of-line'.
7253
7254 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7255
7256         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7257         for access group.
7258
7259 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl-message.el (wl-message-display-internal): Bind
7262         `default-mime-charset'.
7263
7264         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7265
7266         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7267
7268         * Version number is increased to 2.7.5.
7269
7270 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7271
7272         * wl-expire.el (wl-summary-archive): Fixed;
7273         Use `elmo-folder-name-internal'.
7274
7275 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7276
7277         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7278         from `elmo-folder-move-messages' caller.
7279         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7280
7281         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7282         related portions are changed).
7283
7284 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7285
7286         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7287         counter.
7288
7289 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7290
7291         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7292         buffer local and set it to nil.
7293
7294         * wl-message.el (wl-message-redisplay): Ditto.
7295
7296 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-summary.el (wl-summary-mark-as-important): If message is
7299         already cached, set messag as read, otherwise encache and mark as read.
7300
7301 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7302
7303         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7304         point-min.
7305
7306 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7309         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7310         a keymap.
7311
7312 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7313
7314         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7315         parent.
7316
7317         * wl-mule.el (wl-message-define-keymap): Ditto.
7318
7319         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7320
7321         * wl-xmas.el (wl-message-display-internal-hook): Define.
7322         (wl-xmas-setup-message-toolbar): Define as function.
7323         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7324         (wl-message-overload-functions): Abolished.
7325         (wl-message-define-keymap): New function.
7326
7327         * wl-vars.el (wl-message-display-internal-hook): New variable.
7328         (wl-message-header-button-alist): New variable (Renamed from
7329         wl-highlight-message-header-button-alist).
7330         (wl-message-body-button-alist): Ditto.
7331
7332         * wl-mule.el (wl-message-define-keymap): New function.
7333         (wl-message-overload-functions): Abolished.
7334
7335         * wl-message.el (wl-message-add-buttons-to-body): New function.
7336         (wl-message-redisplay): Don't call wl-message-overload-functions;
7337         Call wl-message-add-buttons-to-header and
7338         wl-message-add-buttons-to-body.
7339         (wl-message-display-internal): Set keymap argument for
7340         elmo-mime-display-as-is, elmo-mime-message-display;
7341         Run wl-message-display-internal-hook.
7342         (wl-message-refer-article-or-url): Abolished.
7343
7344         * wl-highlight.el (wl-highlight-headers): Don't call
7345         wl-highlight-message-add-buttons-to-header.
7346         (wl-highlight-message-add-buttons-to-header): Abolished.
7347
7348
7349         * wl-e21.el (wl-message-display-internal-hook): Define.
7350         (wl-e21-setup-toolbar): Deleted duplicated binding.
7351         (wl-e21-setup-message-toolbar): Define as function.
7352         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7353         (wl-message-define-keymap): New function.
7354         (wl-message-overload-functions): Abolished.
7355
7356 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7359         and elmo-folder-close.
7360
7361         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7362
7363 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7364
7365         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7366         boolean value.
7367         * wl-draft.el (wl-draft-do-fcc): Ditto.
7368
7369 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7370
7371         * wl-vars.el (wl-fcc-force-as-read): New variable.
7372         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7373         mark copied message as read.
7374
7375 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7376
7377         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7378
7379 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7380
7381         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7382         `wl-summary-target-above' instead of obsolete variable
7383         `wl-summary-temp-above'.
7384
7385         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7386         instead of `make-obsolete-variable'.
7387         * wl-refile.el (toplevel): Ditto.
7388
7389 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7392         with third argument t.
7393         (wl-draft): Set first argument for wl-plugged-init as t.
7394
7395         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7396         definition.
7397
7398 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl-vars.el: Tabify.
7401         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7402
7403         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7404         message.
7405
7406 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7407
7408         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7409         and set default to beep.
7410
7411 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7412
7413         * wl-vars.el (wl-draft-truncate-lines): New variable.
7414
7415         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7416         instead of wl-message-truncate-lines for truncate-lines.
7417
7418 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-message.el (wl-message-display-internal): Call
7421         `wl-highlight-message' after `elmo-mime-display-as-is'.
7422
7423         * wl-mime.el (wl-mime-display-text/plain): New function.
7424         (wl-mime-display-header): Ditto.
7425         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7426         body-presentation-method for text/plain;
7427         Register `wl-mime-display-header' as a header-presentation-method;
7428         Don't set up `elmo-message-text-content-inserted-hook' and
7429         `elmo-message-header-inserted-hook'.
7430
7431         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7432         variable.
7433         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7434         as t if flag is 'all-header;
7435         Don't bind `elmo-message-ignored-field-list',
7436         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7437
7438 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7441         for xemacs with non-mule environment.
7442
7443 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7444
7445         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7446         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7447         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7448
7449 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7450
7451         * wl-vars.el (wl-interactive-send): Set default value as t.
7452
7453 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7454
7455         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7456         (wl-addrmgr-method-list): Abolished.
7457         (wl-addrmgr-change-method): Follow above change.
7458
7459         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7460
7461 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7462
7463         * wl-vars.el (wl-message-truncate-lines): Change default value
7464         to default-truncate-lines.
7465
7466         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7467
7468 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7469
7470         * wl-vars.el (wl-message-truncate-lines): New variable.
7471
7472         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7473         wl-message-truncate-lines.
7474
7475 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7476
7477         * wl-acap.el (wl-acap-init): Remove period from error message.
7478         (wl-acap-find-acap-service): Remove period from message.
7479
7480 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl.el (wl-check-environment): Undo last change.
7483
7484         * wl-vars.el (wl-from): Changed default value.
7485
7486         * wl-util.el (toplevel): Don't require tm-edit.
7487
7488         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7489         `wl-folder-init';
7490         Don't set mark on mail body.
7491         (wl-draft-reedit): Ditto.
7492
7493         * wl-address.el (wl-address-quote-specials): Define as an alias for
7494         elmo-address-quote-specials.
7495
7496 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7499
7500         * wl-vars.el (wl-from): Set default value as nil.
7501         (wl-organization): Set default value as ORGANIZATION environment
7502         variable.
7503
7504         * wl-draft.el (wl-smtp-extension-bind): Check value of
7505         wl-smtp-connection-type.
7506
7507         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7508         error.
7509
7510 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7511
7512         * Version number is increased to 2.7.4.
7513
7514         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7515         arguments from `wl-highlight-x-face-function' caller.
7516         Use x-face-1.3.6.12 or later.
7517
7518 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7519
7520         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7521
7522 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7523
7524         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7525         (wl-fcc): Fix to accept function.
7526         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7527
7528 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7529
7530         * wl-acap.el (toplevel): Added `product-provide' declare.
7531         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7532
7533 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7534
7535         * wl.el (wl): Changed order of calling `elmo-init'
7536         and `elmo-folder-init'.
7537
7538 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7539
7540         * wl-mime.el (wl-summary-burst): Extract message when content-type
7541         of root entity is not only `multipart' but also `message/rfc822'.
7542         (wl-summary-burst-subr): Ditto.
7543
7544 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * wl-vars.el (toplevel): Require 'custom.
7547         (wl-trash-folder): Added to `wl-setting' group.
7548
7549         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7550         exists.
7551         (wl-addrmgr-draw): Insert empty line when no entry exists.
7552
7553         * wl-mule.el (wl-message-wheel-up): Fixed.
7554         (wl-message-wheel-down): Ditto.
7555
7556 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7557
7558         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7559         config is an anonymous lambda expression.
7560
7561 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7564         when Mule 2 is running.
7565
7566 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7569
7570 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7573         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7574
7575         * wl-address.el (wl-address-specials-regexp): Eliminated.
7576         (wl-address-quote-specials): Rewrite.
7577
7578 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7581         shy-groups for regexp.
7582
7583         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7584         character classes and Perl style shy-groups for regexp.
7585         (wl-highlight-plugged-current-line): Use Posix style character
7586         classes for regexp.
7587         (wl-e21-highlight-folder-by-numbers): Ditto.
7588         (wl-e21-display-image-p): Use `display-images-p' instead of
7589         `display-graphic-p'.
7590         (display-images-p): Make an alias to `display-graphic-p' if it is
7591         not available.  It is for Emacs version prior to 21.0.105.
7592
7593         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7594         `display-graphic-p'.
7595         (wl-demo-image-type-alist): Ditto.
7596         (display-images-p): Make an alias to `display-graphic-p' if it is
7597         not available.  It is for Emacs version prior to 21.0.105.
7598
7599 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7600
7601         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7602         support.
7603         (wl-generate-user-agent-string): Ditto.
7604
7605         * wl-version.el (wl-version): Update docsting.
7606         (wl-version-status): Ditto.
7607
7608 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7609
7610         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7611         21.0.105.  For Emacs 21.0.104 or earlier.
7612
7613 2001-09-03  Takuo KITAME <kitame@northeye.org>
7614
7615         * wl-e21.el (wl-plugged-init-icons): Use
7616         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7617         (wl-biff-init-icons): Ditto.
7618
7619 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-highlight.el (wl-highlight-summary-current-line):
7622         Fixed highlighting refile/copy destination.
7623
7624         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7625         (wl-acap-store): Encode string by wl-acap-coding-system.
7626
7627 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7628
7629         * wl-acap.el (toplevel): Check and require 'un-define before
7630         'xemacs-ucs;
7631          Added checking for UTF-2000.
7632
7633 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7636         Don't enclose with `eval-and-compile'.
7637
7638         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7639         wl-init is non-nil.
7640
7641         * wl-draft.el (wl-draft): Ditto.
7642
7643         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7644
7645         * wl-acap.el (toplevel): Require 'wl.
7646         (wl-acap-store): Call `elmo-init'.
7647
7648         * wl.el (wl): Changed position of `wl-check-environment'.
7649         (toplevel): Added autoload setting for wl-acap.
7650
7651         * wl-vars.el (wl-setting): New custom group.
7652         (wl-from): Added wl-setting group.
7653         (wl-user-mail-address-list): Ditto.
7654         (wl-organization): Ditto.
7655         (wl-subscribed-mailing-list): Ditto.
7656         (wl-envelope-from): Ditto.
7657         (wl-smtp-posting-user): Ditto.
7658         (wl-smtp-posting-server): Ditto.
7659         (wl-smtp-posting-port): Ditto.
7660         (wl-smtp-authenticate-type): Ditto.
7661         (wl-pop-before-smtp-user): Ditto.
7662         (wl-pop-before-smtp-server): Ditto.
7663         (wl-pop-before-smtp-port): Ditto.
7664         (wl-pop-before-smtp-authenticate-type): Ditto.
7665         (wl-nntp-posting-server): Ditto.
7666         (wl-nntp-posting-user): Ditto.
7667         (wl-nntp-posting-port): Ditto.
7668         (wl-fetch-confirm-threshold): Ditto.
7669         (wl-prefetch-threshold): Ditto.
7670         (wl-thread-insert-opened): Ditto.
7671         (wl-ldap-server): Ditto.
7672         (wl-ldap-port): Ditto.
7673         (wl-ldap-base): Ditto.
7674         (wl-ldap-objectclass): Ditto.
7675         (wl-use-ldap): Ditto.
7676         (wl-draft-config-alist): Ditto.
7677         (wl-draft-config-matchone): Ditto.
7678         (wl-template-alist): Ditto.
7679         (wl-message-sort-field-list): Ditto.
7680         (wl-message-ignored-field-list): Ditto.
7681         (wl-message-visible-field-list): Ditto.
7682         (wl-interactive-send): Ditto.
7683         (wl-summary-move-order): Ditto.
7684         (wl-auto-select-first): Ditto.
7685         (wl-auto-select-next): Ditto.
7686         (wl-interactive-save-folders): Ditto.
7687
7688         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7689         Initialization codes are moved from wl-local-folder-init.
7690         (wl-local-folder-init): Follow the change above.
7691         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7692
7693         * wl-acap.el: New file.
7694
7695         * Version number is increased to 2.7.3.
7696
7697 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7698
7699         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7700
7701 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7702
7703         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7704         (wl-addrmgr-address-entry-list): Ditto.
7705
7706 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * wl-e21.el (wl-draft-mode-map): Removed binding for
7709         `wl-draft-insert-x-face-field'.
7710
7711         * wl-mule.el (wl-draft-mode-map): Ditto.
7712
7713         * wl-xmas.el (wl-draft-mode-map): Ditto.
7714
7715         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7716         (wl-cs-autoconv): Ditto.
7717         (wl-cs-local): Ditto.
7718         (wl-use-scoring): Ditto.
7719         (wl-mime-charset): Ditto.
7720         (wl-folder-check-async): Ditto.
7721
7722         * wl.el (toplevel): Ignore nemacs and tm.
7723         (wl-exit): Ditto.
7724
7725         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7726         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7727         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7728         instead of wl-address-petname-add-or-change.
7729         (wl-summary-edit-addresses-subr): Use wl-address-delete
7730         instead of wl-address-petname-delete.
7731
7732         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7733
7734         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7735         if error occured.
7736
7737         * wl-message.el (require): Remove tm support.
7738
7739         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7740
7741         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7742         (wl-folder-jump-to-current-entity): Ditto.
7743         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7744
7745         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7746         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7747         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7748
7749         * wl-mule.el (wl-draft-key-setup): Ditto.
7750
7751         * wl-xmas.el (wl-draft-key-setup): Ditto.
7752
7753         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7754         (wl-draft-std11-parse-addresses): New function.
7755         (wl-draft-parse-mailbox-list): Use it.
7756         (wl-draft): Ignore nemacs.
7757         (wl-draft-reedit): Ditto.
7758
7759         * wl-addrmgr.el: New file.
7760         (Original is wl-rcpt.el written by
7761         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7762         Thanks Kitamoto-san.)
7763
7764         * wl-address.el (wl-address-make-address-list): Modified parsing
7765         process.
7766         (wl-address-delete): Renamed from `wl-address-petname-delete';
7767         Modify wl-address-list too.
7768         (wl-address-add-or-change): Renamed from
7769         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7770
7771 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7772
7773         * wl-highlight.el (wl-highlight-summary-current-line):
7774           Work with transient-mark-mode
7775
7776 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7777
7778         * Version number is increased to 2.7.2.
7779
7780         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7781         instead of elmo-dop-queue-method.
7782
7783 2001-08-06  SAITO Atsunori <sai@yedo.com>
7784
7785         * wl-vars.el (wl-ldap-objectclass): New user option.
7786
7787         * wl-address.el (wl-ldap-make-filter): Use it.
7788
7789 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7792
7793 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-folder.el (wl-folder): redisplay after folder insertion.
7796
7797         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7798
7799         * wl-summary.el (wl-summary-sync-update):
7800         Change status mark only when new-msgdb exists.
7801         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7802
7803 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * wl-summary.el (wl-summary-open-folder): New function.
7806         (wl-summary-goto-folder-subr): Use it.
7807         (wl-summary-mark-as-important): Fix;
7808         Encache only when no cache exists.
7809
7810 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7813         Use with-current-buffer.
7814
7815 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7816
7817         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7818         before call `get-buffer'. Fixed parenthesis.
7819         (wl-score-get-header-entry): Clear message and help window when
7820         keyboard quit.
7821         (wl-score-edit-insert-header): Ditto.
7822
7823 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7826         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7827         (wl-default-draft-cite): Fix.
7828
7829         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7830         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7831
7832 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-message.el (wl-message-prev-page): Do same bahavior
7835         as summary when it is called in the message buffer.
7836         (wl-message-next-page): Ditto.
7837
7838 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7839
7840         * wl-summary.el (wl-summary-forward): Use cache if it is not
7841         section cache.
7842
7843 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7846         Removed redundant require of elmo-vars.
7847         (wl-biff-state-indicator-on): Changed default value for
7848         xemacs with non-mule environment.
7849
7850         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7851         wl-message-buffer is nil;
7852         Hide progress bar after moving messages.
7853
7854 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7857         message at cursor point is deleted.
7858
7859 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-vars.el: Changed file coding system to euc-japan.
7862         Added -*-coding:-*- magic to the first line.
7863
7864         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7865         Search parent from the first message.
7866
7867         * Version number is increased to 2.7.1.
7868
7869 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7870
7871         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7872
7873 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7876         refile/delete execution.
7877
7878         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7879         Fixed docstring.
7880
7881 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7884         do update process;
7885         Don't update marks when update process is interrupted.
7886
7887 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-summary.el (wl-summary-reply): Fixed problem when
7890         wl-draft-use-frame is non-nil.
7891         (wl-summary-forward): Ditto.
7892
7893         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7894         as nil.
7895         (wl-folder-mark-as-read-all-entity): Ditto.
7896         (wl-folder-prefetch-entity): Ditto.
7897
7898         * wl.el (wl): Check environment before wl-init.
7899
7900         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7901         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7902         instead of wl-summary-collect-unread.
7903         (wl-summary-reply): Split message window.
7904
7905 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7908         only if current language environment is japanese,
7909
7910         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7911         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7912         (wl-folder-goto-folder-subr): Ditto.
7913
7914         * wl-draft.el (wl-draft-dispatch-message): Call
7915         `elmo-file-cache-get-path'.
7916
7917 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7918
7919         * wl-summary.el (wl-summary-cursor-move): If return value of
7920         wl-summary-next-message is not number, don't jump.
7921
7922 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-summary.el (wl-summary-buffer-next-message-function): New
7925         variable.
7926         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7927         if it is bound.
7928
7929         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7930         string.
7931
7932         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7933         (wl-plugged-drawing): Ditto.
7934
7935 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7938         process.
7939         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7940         with unwind-protect.
7941
7942         * wl.el (wl-init): Require mime-setup.
7943         (wl-check-environment): Don't require mime-setup.
7944
7945         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7946         instead of elmo-folder-type.
7947
7948         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7949         value as nil.
7950
7951 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7952
7953         * Version number is increased to 2.7.0.
7954
7955         * wl-version.el (wl-version): Changed codename.
7956
7957         * wl-summary.el (wl-summary-delete-cache): Fixed.
7958
7959         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7960         Workaround for net folders.
7961         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7962
7963         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7964         value to nil (According to the patch from
7965         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7966
7967         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7968         of elmo-folder-close.
7969
7970 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7971
7972         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7973         for postfix.
7974
7975 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-summary.el (wl-summary-resend-message): Fixed.
7978
7979         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7980         Call wl-draft with `from' argument if its address is included in
7981         `wl-user-mail-address-list'.
7982         (wl-draft): Added `from' argument.
7983
7984         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7985         non-nil.
7986         (wl): Don't show demo if wl-demo is nil.
7987
7988         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7989         wl-summary-use-frame.
7990
7991         * wl-vars.el (wl-summary-use-frame): New user option.
7992         (wl-folder-use-frame): Changed docstring.
7993
7994         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7995         non-nil.
7996         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7997         wl-summary-use-frame.
7998
7999         * wl-vars.el (wl-folder-use-frame): New user option.
8000
8001         * wl-summary.el (wl-summary-exit): Back to folder frame if
8002         wl-folder-use-frame is non-nil.
8003         (wl-summary-redisplay-internal): Ignore cache if current folder
8004         is draft folder,
8005         (wl-summary-redisplay-no-mime): Ditto.
8006         (wl-summary-redisplay-all-header): Ditto.
8007
8008         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8009         if wl-folder-use-frame is non-nil.
8010
8011 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-summary.el (wl-summary-sync-update): Bind
8014         elmo-folder-update-threshold.
8015         (wl-summary-mark-as-important): Enclosed server mark processing
8016         with `save-match-data'.
8017
8018         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8019         only when it is already defined.
8020
8021 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8022
8023         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8024         name of folder exclude localdir is wrong.
8025         * wl-folder.el (wl-folder-sync-entity):
8026         Set `wl-summary-always-sticky-folder-list' as nil.
8027         (wl-folder-mark-as-read-all-entity): Ditto.
8028         (wl-folder-prefetch-entity): Ditto.
8029
8030 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8033         instead of `wl-summary-write-current-newsgroup'.
8034
8035 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8036
8037         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8038         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8039         non-nil and selected message is important, do not display.
8040
8041 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8042
8043         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8044
8045 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8048
8049         * wl-summary.el (wl-summary-mark-as-important): Set message number
8050         using wl-summary-message-number.
8051
8052 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8053
8054         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8055         destination folder is 'null.
8056
8057 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8058
8059         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8060         New function.
8061         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8062         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8063         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8064
8065 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * wl-mime.el (wl-mime-setup): Added setting for
8068         `mime-setup-signature-key-alist' to avoid overriding key bind for
8069         `wl-draft-send'.
8070
8071         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8072         for `wl-draft-send'.
8073         * wl-mule.el (wl-draft-overload-functions): Ditto.
8074         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8075         * wl-draft.el (wl-draft-send): Ditto.
8076
8077         * wl-message.el (wl-message-display-internal):
8078         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8079         (Patch is provided by <kita@coe.nttdata.co.jp>).
8080
8081 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8082
8083         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8084
8085 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8086
8087         * wl.el (wl): Fix for wl-demo.
8088
8089 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8090
8091         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8092
8093 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8094
8095         * wl-folder.el (wl-folder-prefetch-entity): Use
8096         `wl-folder-get-elmo-folder'.
8097         (wl-folder-count-incorporates): Do not use
8098         `wl-folder-get-elmo-folder'.
8099
8100 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8101
8102         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8103         instead of `elmo-folder-get-type'.
8104
8105 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8106
8107         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8108         position on Subject: field.
8109         (Advised by Mito <mit@nines.nec.co.jp>)
8110
8111 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8112
8113         * wl-folder.el (wl-folder-prefetch-entity): Use
8114         `wl-folder-get-elmo-folder'.
8115
8116 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8119
8120         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8121         `process-duplicates' slot.
8122
8123         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8124         if detection failed.
8125
8126 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8127
8128         * wl-version.el (wl-version-status): Set to "alpha".
8129
8130 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8131
8132         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8133         Check wl-message-buffer lives before set-buffer.
8134
8135 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8136
8137         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8138         called in folder mode.
8139         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8140         * wl-summary.el (wl-summary-exit-pre-hook): Run
8141         `wl-summary-exit-pre-hook' before exit summary mode.
8142
8143 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8144
8145         * wl-version.el (wl-version-status): New variable.
8146         (wl-version-status-alist): Removed.
8147         (wl-version-status): Rule included.
8148
8149 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8152         @sponichi.
8153
8154         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8155         when `mail-reply-buffer' is buffer-local variable.
8156         (Reported by <kita@coe.nttdata.co.jp>).
8157
8158 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8159
8160         * wl-vars.el (toplevel): Require 'elmo-util.
8161
8162 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8165         (All other related portions are changed)
8166
8167         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8168
8169         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8170
8171 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8172
8173         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8174
8175 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8178         Delete other windows to avoid an error.
8179         Use `point-marker' instead of `point' to remember the start point
8180         of body.
8181
8182         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8183
8184         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8185         number not to exceed all message number.
8186
8187 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8188
8189         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8190         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8191
8192 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8193
8194         * wl-summary.el (wl-summary-sync-force-update): Added argument
8195         no-check.
8196         (wl-summary-sync-update): Ditto.
8197         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8198         with `no-check'.
8199
8200         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8201         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8202         already running.
8203
8204 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8205
8206         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8207         `dst-folder-arg'.
8208         (wl-expire-archive-number1): Diito.
8209         (wl-expire-archive-number2): Diito.
8210         (wl-expire-archive-Date): Diito.
8211         (wl-archive-number1): Diito.
8212         (wl-archive-number2): Diito.
8213         (wl-archive-date): Diito.
8214         (wl-archive-folder-p): New function.
8215         (wl-summary-expire): Support of expand folder name at
8216         wl-expire-alist.
8217         * wl-util.el (wl-expand-newtext): Renamed from
8218         `wl-refile-expand-newtext'.
8219
8220 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8221
8222         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8223         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8224         `(elmo-msgdb-get-overview msgdb)'.
8225         (wl-summary-prefetch): Bind match data before call
8226         `wl-summay-prefetch-msg'.
8227         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8228         'off if `wl-summary-buffer-disp-msg' is non-nil.
8229         Fixed problem that couldn't show only one new or unread message when
8230         enter folder.
8231         (wl-summary-reply): Don't call `split-window-vertically' and other
8232         window.
8233
8234 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-expire.el (wl-expire-refile): Fixed.
8237
8238 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8241
8242         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8243         biff notification is removed.
8244
8245         * wl.el (wl): Changed position of `elmo-init'.
8246
8247         * wl-draft.el (wl-default-draft-cite): Use date field
8248         on the citation buffer.
8249
8250         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8251
8252         * wl-xmas.el (wl-folder-internal-icon-list): Added
8253         `wl-folder-shimbun-image'.
8254
8255         * wl-e21.el (wl-folder-internal-icon-list): Added
8256         `wl-folder-shimbun-image'.
8257
8258 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl.el (wl-init): Eliminated argument.
8261         (wl): Rewrite.
8262
8263         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8264         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8265         instead of `elmo-folder-msgdb-internal'.
8266         (wl-summary-sync-update): Ditto.
8267         (wl-summary-flush-pending-append-operations): Eliminated.
8268         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8269         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8270         `elmo-folder-open'.
8271
8272         * wl-mime.el (wl-summary-burst): Fixed.
8273
8274         * wl-folder.el (wl-folder-info-save): Check data type.
8275
8276         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8277         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8278         instead of `elmo-folder-msgdb-internal'.
8279         (wl-expire-hide): Ditto.
8280
8281
8282         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8283
8284 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8285
8286         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8287
8288 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8289
8290         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8291
8292 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8293
8294         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8295         Fixed `match-beginning' argument mismatch.
8296
8297 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8298
8299         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8300         the default value.
8301
8302 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8305         instead of `elmo-nntp-default-port'.
8306
8307         * wl-vars.el: Fixed some doc strings.
8308
8309 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-summary.el (wl-summary-prefetch-msg): Use
8312         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8313
8314         * wl-vars.el: Define *-func as obsolete variable using
8315         `elmo-define-obsolete-variable'.
8316
8317         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8318         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8319         instead of `wl-message-buffer-prefetch-threshold'.
8320
8321         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8322
8323         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8324
8325         * wl-draft.el (wl-caesar-region-func): Ditto.
8326
8327         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8328         Keep unread status in elmo-folder-move-messages.
8329         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8330
8331 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8332
8333         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8334         `wl-summary-buffer-exit-func'
8335         (wl-summary-buffer-message-redisplay-function): Renamed from
8336         `wl-summary-buffer-message-redisplay-func'
8337         (wl-summary-buffer-next-folder-function): Renamed from
8338         `wl-summary-buffer-next-folder-func'.
8339         (wl-summary-buffer-prev-folder-function): Renamed from
8340         `wl-summary-buffer-prev-folder-func'.
8341         (wl-summary-get-petname-function): Renamed from
8342         `wl-summary-get-petname-func'.
8343
8344         * wl-score.el (wl-score-edit-exit-function): Renamed from
8345         `wl-score-edit-exit-func'.
8346
8347         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8348         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8349
8350         * wl-util.el (wl-load-profile-function): Renamed from
8351         `wl-load-profile-func'.
8352
8353         * wl-folder.el (wl-folder-completion-function): Renamed from
8354         `wl-folder-completion-func'.
8355         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8356
8357         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8358         `wl-expire-archive-get-folder-func'.
8359         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8360         (wl-draft-send-mail-function): Renamed from
8361         `wl-draft-send-mail-func'.
8362         (wl-draft-send-news-function): Renamed from
8363         `wl-draft-send-news-func'.
8364         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8365         (wl-generate-mailer-string-function): Renamed from
8366         `wl-generate-mailer-string-func'.
8367         (wl-highlight-signature-search-function): Renamed from
8368         `wl-highlight-signature-search-func'.
8369         (wl-highlight-x-face-function): Renamed from
8370         `wl-highlight-x-face-func'
8371         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8372         (wl-ps-print-buffer-function): Renamed from
8373         `wl-ps-print-buffer-func'
8374         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8375         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8376         (wl-summary-subject-filter-function): Renamed from
8377         `wl-summary-subject-filter-func'.
8378
8379         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8380         `wl-draft-queue-flush-send-func'
8381         (wl-draft-cite-function): Renamed from
8382         `wl-draft-cite-func'
8383
8384         * wl-address.el (wl-address-init-function): Renamed from
8385         `wl-address-init-func'.
8386
8387 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8388
8389         * wl-draft.el (wl-draft-queue-flush): Don't call
8390         `elmo-dop-unlock-message'.
8391         * wl-draft.el (wl-draft-queue-append): Don't call
8392         `elmo-dop-lock-message'.
8393
8394         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8395         (wl-summary-buffer-folder-name): Ditto.
8396         (wl-summary-message-regexp): Added '-' (all other related portions
8397         are changed).
8398         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8399         wl-summary-buffer-folder-name.
8400
8401 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8402
8403         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8404         the number of mails in the folder buffer is not updated by wl-biff.
8405
8406 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8407
8408         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8409         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8410
8411 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8412
8413         * wl-summary.el (wl-summary-next-message):
8414         Return next message number when wl-summary-move-order is nil.
8415
8416 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8417
8418         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8419         `wl-summary-move-spec-alist'.
8420         (wl-summary-move-spec-unplugged-alist): New variable
8421         (Move spec for unplugged status).
8422         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8423         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8424
8425 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8426
8427         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8428         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8429
8430 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8431
8432         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8433         simple quotation to quote the anonymous function.
8434         * tm-wl.el (wl-draft-preview-message): Ditto.
8435
8436 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8437
8438         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8439         Eliminate redundant `save-excursion'.
8440         (wl-highlight-summary-current-line): Ditto.
8441
8442         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8443         accessing match data when `looking-at' failed.
8444
8445         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8446         `elmo-match-string' where users don't care about the speed.
8447         (wl-draft-save): Ditto.
8448
8449 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-util.el (wl-regexp-opt): New function.
8452
8453         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8454         number from `wl-summary-buffer-number-list'.
8455         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8456         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8457         (wl-summary-move-spec-alist): Changed default setting.
8458
8459 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8460
8461         * wl-vars.el (wl-biff-notify-hook): New hook.
8462         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8463         the arrival of new mail.
8464         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8465         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8466
8467 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8470
8471 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8472
8473         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8474
8475         * Version number is increased to 2.5.8.
8476
8477         * wl-thread.el (toplevel): require 'cl.
8478         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8479         (wl-thread-make-number-list): New function.
8480         (wl-thread-entity-make-number-list-from-children): Ditto.
8481         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8482         (wl-thread-entity-insert-as-children): Likewise.
8483         (wl-thread-delete-message): Likewise.
8484         (wl-meaning-of-mark): Eliminated.
8485         (wl-thread-next-failure-mark-p): Ditto.
8486         (wl-thread-entity-get-mark): Ditto.
8487         (wl-thread-meaning-alist-get-result): Ditto.
8488         (wl-thread-entity-check-prev-mark): Ditto.
8489         (wl-thread-entity-check-next-mark): Ditto.
8490         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8491         (wl-thread-entity-get-prev-marked-entity): Ditto.
8492         (wl-thread-get-prev-unread): Ditto.
8493         (wl-thread-jump-to-prev-unread): Ditto.
8494         (wl-thread-get-next-unread): Ditto.
8495         (wl-thread-jump-to-next-unread): Ditto.
8496         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8497         (wl-thread-entity-get-next-marked-entity): Ditto.
8498
8499         * wl-summary.el (wl-summary-buffer-number-list):
8500         New bufer-local variable.
8501         (wl-summary-switch-to-clone-buffer): Clone
8502         `wl-summary-buffer-number-list'.
8503         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8504         (wl-summary-cursor-move-regex): Eliminated.
8505         (wl-summary-cursor-up): Rewrite.
8506         (wl-summary-cursor-down): Ditto.
8507         (wl-summary-mode-spec-alist): New variable.
8508         (wl-summary-next-message): New inline function.
8509         (wl-summary-cursor-move): New function.
8510         (wl-summary-default-get-next-msg): Rewrite.
8511         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8512         (wl-summary-rescan): Ditto.
8513         (wl-summary-sync-all-init): Ditto.
8514         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8515         summary is not thread view.
8516         (wl-summary-sync-update): Ditto.
8517         (wl-summary-rescan): Ditto.
8518         (wl-summary-make-number-list): New function.
8519
8520         * wl-draft.el: "FCC" -> "Fcc".
8521
8522 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8523
8524         * wl-highlight.el (wl-highlight-summary-window):
8525         Call `set-buffer-modified-p'.
8526
8527         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8528         (wl): Call `elmo-init' and fix.
8529
8530         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8531         Use new variables.
8532
8533         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8534
8535 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8538
8539 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8540
8541         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8542
8543 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8544
8545         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8546         `wl-use-toolbar' nor `display-graphic-p'.
8547         (wl-e21-setup-message-toolbar): Ditto.
8548         (wl-e21-setup-summary-toolbar): Ditto.
8549         (wl-e21-setup-folder-toolbar): Ditto.
8550
8551         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8552         (wl-plugged-init-icons): Ditto.
8553
8554         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8555         `display-graphic-p'.
8556         (wl-plugged-set-folder-icon): Ditto.
8557         (wl-highlight-plugged-current-line): Ditto.
8558         (wl-highlight-folder-current-line): Ditto.
8559         (wl-e21-highlight-folder-group-line): Ditto.
8560         (wl-e21-setup-toolbar): Ditto.
8561         (wl-e21-display-image-p): New macro.
8562
8563         * wl-demo.el (wl-demo): Simplified.
8564         (wl-demo-image-type-alist): Use `image-type-available-p' for
8565         checking whether the image type `xbm' is available.
8566
8567 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8570         (wl-summary-input-range): Ditto.
8571
8572 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8573
8574         * wl-summary.el (wl-summary-edit-addresses): Use
8575         `wl-summary-get-original-buffer'
8576         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8577         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8578         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8579         (wl-summary-get-newsgroups): Eliminated.
8580         (wl-summary-set-crosspost): Ditto.
8581         (wl-summary-is-crosspost-folder): Ditto.
8582         (wl-crosspost-alist-load): Ditto.
8583         (wl-crosspost-alist-save): Ditto.
8584
8585         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8586         `elmo-setup-subscribed-newsgroups' instead of
8587         `elmo-nntp-make-groups-hashtb'.
8588         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8589         instead of `wl-crosspost-alist-save'.
8590
8591         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8592         of `elmo-folder-message-appendable-p'.
8593         (wl-mime-header-presentation-method): Eliminated.
8594
8595         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8596         (Error occurs in emacs21).
8597
8598         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8599         the current buffer).
8600
8601         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8602         instead of `wl-crosspost-alist-save'.
8603         (wl-init): `elmo-crosspost-message-alist-load'
8604         instead of `wl-crosspost-alist-load'
8605
8606         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8607         (wl-parse-newsgroups): Likewise.
8608         (wl-biff-notify): Run `wl-biff-notify-hook'.
8609
8610 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8613
8614         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8615         when `wl-summary-lazy-highlight' is non-nil.
8616         (wl-summary-goto-folder-subr): Highlight only when
8617         `wl-summary-lazy-highlight' is non-nil.
8618
8619         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8620         Don't display progress and highlight temp-mark when
8621         `wl-summary-lazy-highlight' is non-nil.
8622         (wl-highlight-summary-window): New function.
8623         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8624
8625 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8626
8627         * wl-summary.el (wl-summary-sync): Change `all-visible'
8628         from `all-shown'
8629         (wl-summary-input-range): Ditto.
8630
8631 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8632
8633         * wl-e21.el (wl-highlight-folder-current-line): Call
8634         `wl-folder-init-icons' when folder icons have not been initialized.
8635
8636         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8637
8638         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8639         (wl-demo-image-type-alist): New macro.
8640
8641 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8642
8643         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8644         display does not support graphics.
8645         (wl-plugged-init-icons): Ditto.
8646         (wl-folder-init-icons): Ditto.
8647
8648         * wl-demo.el (wl-demo): Chech closely whether the display
8649         supports graphics.
8650
8651 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-summary.el (wl-summary-get-original-buffer): New function.
8654         (wl-summary-set-crosspost): Use it.
8655         (wl-summary-target-mark-uudecode): Ditto.
8656         (wl-summary-reedit): Ditto.
8657         (wl-summary-resend-bounced-mail): Ditto.
8658         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8659         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8660
8661         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8662         (wl-message-display-internal): Ditto.
8663
8664 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8665
8666         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8667
8668 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * wl-summary.el (wl-summary-save-view): Renamed from
8671         `wl-summary-save-status'.
8672
8673 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8674
8675         * wl-summary.el (wl-summary-sync): Added `all-shown'
8676
8677 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8678
8679         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8680
8681 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8682
8683         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8684
8685 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8686
8687         * wl-highlight.el (wl-highlight-summary-line-string): Use
8688         `zerop' instead of `= 0'.
8689         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8690
8691         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8692         for comparing numbers.
8693         (wl-template-prev): Use `zerop' instead of `eq 0'.
8694
8695         * wl-draft.el (wl-draft-insert-current-message): Use
8696         `with-current-buffer' instead of `save-excursion'.
8697         Use `zerop' instead of `eq 0'.
8698
8699 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8700
8701         * wl-draft.el (wl-draft-insert-ccs): New function.
8702         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8703         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8704
8705 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8706
8707         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8708
8709 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-expire.el (wl-expire-refile): Don't call
8712         elmo-msgdb-add-msgs-to-seen-list;
8713         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8714         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8715
8716 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-message.el (wl-message-prev-page): Ignore errors while
8719         scroll-down.
8720
8721 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8722
8723         * wl-mime.el: Use elmo-original-message-mode instead of
8724         mmelmo-original-mode.
8725
8726         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8727         `elmo-folder-get-spec';
8728         (wl-fldmgr-add-completion-all-completions):
8729         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8730
8731         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8732         of `elmo-folder-get-type'.
8733
8734         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8735         `elmo-folder-get-spec';
8736         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8737         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8738         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8739         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8740         `elmo-read-msg-no-cache';
8741         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8742         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8743         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8744         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8745         `elmo-cache-save';
8746         (wl-draft-reedit): Use `elmo-message-file-name'.
8747
8748         * wl-expire.el: Use `elmo-folder-name-internal';
8749         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8750         Use macro `wl-summary-buffer-msgdb' instead of variable
8751         `wl-summary-buffer-msgdb';
8752         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8753         Use macro `wl-summary-buffer-folder-name' instead of variable
8754         `wl-summary-buffer-folder-name'.
8755         * wl-score.el: Likewise.
8756
8757         * wl-message.el: Rewrite for new message buffer cache mechanism.
8758         (wl-message-buffer-cache-buffer-get): New macro.
8759         (wl-message-buffer-cache-folder-get): Ditto.
8760         (wl-message-buffer-cache-message-get): Ditto.
8761         (wl-message-buffer-cache-entry-make): Ditto.
8762         (wl-message-buffer-cache-hit): Ditto.
8763         (wl-message-buffer-cache-sort): New function.
8764         (wl-message-buffer-cache-add): Ditto.
8765         (wl-message-buffer-cache-delete): Ditto.
8766         (wl-message-buffer-cache-clean-up): Ditto.
8767         (wl-message-buffer-window): Rewrite.
8768         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8769         (wl-message-buffer-display): New function.
8770         (wl-message-display-internal): New function.
8771
8772 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl-folder.el: Use `elmo-folder-name-internal';
8775         Use `wl-folder-get-elmo-folder';
8776         Use `elmo-folder-list-messages' instead of
8777         `elmo-list-folder';
8778         Use `elmo-folder-get-primitive-list' instead of
8779         `elmo-folder-get-primitive-spec-list';
8780         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8781         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8782         Use `elmo-folder-create' instead of `elmo-create-folder'.
8783         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8784         (wl-folder-get-elmo-folder): New macro.
8785         (wl-folder-elmo-folder-cache-get): Ditto.
8786         (wl-folder-elmo-folder-cache-put): Ditto.
8787         (wl-folder-suspend): Call `elmo-quit'.
8788
8789         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8790         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8791         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8792         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8793         (toplevel): require 'cl.
8794         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8795
8796         * wl-summary.el: Rewrite to use new elmo interface.
8797
8798 \f
8799 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8800
8801         * wl-mime.el (wl-draft-preview-message):
8802         Run `wl-draft-send-hook' before collecting recipients information;
8803         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8804
8805         * tm-wl.el (wl-draft-preview-message): Ditto.
8806
8807 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8810         wrong recipients are displayed when forwarded message.
8811
8812 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8813
8814         * Version number is increased to 2.5.7.
8815
8816 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8817
8818         * wl-message.el (wl-message-next-page): Bind
8819         `window-pixel-scroll-increment' to nil while scrolling up.
8820
8821 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8822
8823         * wl-vars.el (wl-save-hook): New hook.
8824         * wl.el (wl-save): Call `wl-save-hook'.
8825
8826 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8827
8828         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8829         Argument WITH-ARG instead of NO-ARG (negative mean).
8830         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8831         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8832         * wl-message.el (wl-message-follow-current-entity): Likewise.
8833
8834 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8835
8836         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8837         FROM was optional argument.
8838         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8839
8840 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8841
8842         * Version number is increased to 2.5.6.
8843
8844 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8845
8846         * wl-version.el (wl-version-show): Removed.
8847         (wl-version): Add `interactive'.
8848
8849 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8850
8851         * wl-summary.el (wl-summary-get-petname-func): New variable.
8852         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8853         instead of `wl-address-get-petname-1'.
8854         (wl-summary-simple-from): Ditto.
8855
8856         * wl-address.el (wl-address-get-petname-1): Define as function.
8857
8858 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8861         field in the original message.
8862         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8863
8864 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8865
8866         * wl-expire.el (wl-expire-hide):
8867         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8868
8869 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8872         find decoder for To, Cc, and Subject.
8873
8874 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8877         for checking `elmo-use-buffer-cache'.
8878         (wl-summary-mark-as-important): Fixed typo in comment.
8879
8880 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8881
8882         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8883         field in the original message.
8884         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8885
8886 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8887
8888         * wl-expire.el (wl-expire-hide):
8889         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8890
8891 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8894         find decoder for To, Cc, and Subject.
8895
8896 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8897
8898         * Version number is increased to 2.5.5.
8899
8900         * wl-address.el (wl-address-specials-regexp): New constant.
8901         (wl-address-quote-specials): Use it.
8902
8903 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-summary.el (wl-summary-rescan):
8906         Call `wl-summary-buffer-number-column-detect'.
8907         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8908
8909         * wl-message.el (wl-message-mode-map): Define.
8910         (wl-message-decode): Use it as local-map.
8911
8912 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8913
8914         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8915         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8916
8917 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8920
8921         * wl-mule.el (wl-read-event-char): Ditto.
8922
8923         * wl-e21.el (wl-read-event-char): Ditto.
8924
8925         * wl-nemacs.el (wl-read-event-char): Ditto.
8926         (read-event): Removed.
8927
8928         * wl-util.el (toplevel): Removed dummy definition of
8929         `read-event'.
8930         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8931
8932 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8933
8934         * wl-nemacs.el (elmo-archive-call-process): Moved to
8935         elmo-archive.el.
8936
8937 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8938
8939         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8940         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8941
8942         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8943         instead of magic-number 6.  Use `not' instead of `null' for symbol
8944         `nil' check (not empty list).
8945         (wl-draft-insert-x-face-field): Fixed paren style.
8946
8947         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8948         one-branch conditional statement, instead of `and' and `if'.
8949         (wl-draft-forward): Likewise.
8950         (wl-draft-add-references): Likewise.
8951         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8952
8953         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8954         conditional steatment.  Use `cond' instead of `if'.
8955         (wl-draft-confirm): Likewise.
8956
8957 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8958
8959         * wl-version.el (wl-version-show): Use `product-string-1'
8960         instead of `wl-version'.
8961         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8962
8963         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8964
8965 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8966
8967         * wl-highlight.el (wl-highlight-headers): Revert
8968         `wl-highlight-x-face-func' argument (`beg' and `end').
8969
8970 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8971
8972         * wl.el (toplevel): Move `product-provide' declare.
8973         * wl-demo.el (toplevel): Ditto.
8974         * wl-dnd.el (toplevel): Ditto.
8975         * wl-highlight.el (toplevel): Ditto.
8976         * wl-message.el (toplevel): Ditto.
8977         * wl-refile.el (toplevel): Ditto.
8978         * wl-util.el (toplevel): Ditto.
8979
8980 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8983         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8984         (wl-thread-close-all): keep cursor position.
8985
8986 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8987
8988         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8989         (eq x 0).
8990         (wl-generate-user-agent-string-1): Fix conditional statement.
8991
8992 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8993
8994         * wl.el (wl-check-environment): Additional check for
8995         'wl-local-domain' and `wl-message-id-domain'.
8996
8997 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8998
8999         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9000
9001 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9002
9003         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9004         instead of `smtp-sasl-user-realm'.
9005
9006 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9007
9008         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9009
9010 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9011
9012         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9013         to the default value as well as `eword-lexical-analyzer'.
9014
9015 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9016
9017         * wl-version.el (wl-extended-emacs-version,
9018         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9019         `elmo-match-string' instead of `wl-match-string'.
9020
9021 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9022
9023         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9024         docstring.
9025
9026 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9027
9028         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9029
9030 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9031
9032         * wl-highlight.el (wl-highlight-headers): Remove
9033         `wl-highlight-x-face-func' argument (`beg' and `end').
9034
9035 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9036
9037         * wl-summary.el (wl-summary-mark-as-important):
9038         Remove cache if folder is local.
9039
9040 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9041
9042         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9043         to get existing e-mail address string.
9044
9045 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9046
9047         * wl-version.el (wl-generate-user-agent-string): Commentary.
9048         (wl-generate-user-agent-string-1): Use `when' for
9049         one-branch conditional statement, instead of `and' and `if'.
9050         (wl-extended-emacs-version, wl-extended-emacs-version2,
9051         wl-extended-emacs-version3): Ditto.
9052
9053 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9054
9055         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9056         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9057         condition-case; Remove initialization.
9058         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9059         (wl-summary-sync-update3): Added argument `sync-all';
9060         Eliminated local variable `msgdb';
9061         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9062         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9063         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9064
9065 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9066
9067         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9068         connection before call `wl-draft-send-mail-with-smtp'.
9069
9070 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9071
9072         * Version number is increased to 2.5.4.
9073
9074 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9075
9076         * wl.el (wl-check-environment): Additional check for
9077         'wl-local-domain' and `wl-message-id-domain'.
9078
9079 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9082         buffer as command specific.
9083         (wl-folder-mark-as-read-all-entity): Ditto.
9084         (wl-folder-prefetch-entity): Ditto.
9085         (wl-folder-drop-unsync-entity): Ditto.
9086
9087         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9088         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9089         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9090
9091         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9092         save-excursion.
9093
9094 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9095
9096         * Version number is increased to 2.5.3.
9097
9098         * wl-summary.el (wl-summary-save-view-cache):
9099         Delete duplicated `write-region';
9100         Use `write-region-as-binary' instead of `as-binary-output-file' and
9101         `write-region'.
9102
9103 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9104
9105         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9106
9107 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9108
9109         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9110         instead of `smtp-via-smtp'.
9111
9112 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9113
9114         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9115
9116 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9117
9118         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9119         instead of `smtp-sasl-user-realm'.
9120
9121 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9122
9123         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9124
9125 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9126
9127         * Version number is increased to 2.5.2.
9128
9129 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9130
9131         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9132         does not exist.
9133         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9134         (wl-biff-start): Call `timer-activate' if timer already exists.
9135
9136         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9137         only when it is bound as function.
9138
9139 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9140
9141         * Version number is increased to 2.5.1.
9142
9143 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9144
9145         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9146         Print refile/copy destination.
9147
9148 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9149
9150         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9151         queue-flush-only is non-nil.
9152
9153         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9154
9155         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9156         checking cache folder.
9157
9158 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9159
9160         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9161         `regexp-quote'.
9162
9163 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9164
9165         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9166         function.
9167         * wl-summary.el (wl-summary-write-current-folder-functions):
9168         Change default value.  Use it.
9169
9170 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9171
9172         * Version number is increased to 2.5.0.
9173
9174         * wl-version.el (wl-version): Changed codename.
9175
9176 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9177
9178         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9179         (wl-summary-supersedes-message): Ditto.
9180
9181 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9182
9183         * wl-refile.el (wl-refile-guess-functions): Renamed from
9184         `wl-refile-guess-func-list'.
9185
9186 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9187
9188         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9189         Fixed problem when no rule was matched.
9190
9191 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9192
9193         * wl-summary.el (wl-summary-get-mark): Fixed
9194         `wl-summary-buffer-target-mark' check logic.
9195
9196 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197
9198         * wl-folder.el (wl-folder-write-current-folder): Added group
9199         folder check.
9200
9201         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9202         `wl-summary-write-current-newsgroup'.
9203         (wl-summary-write-current-folder-functions): New variable.
9204         * wl-folder.el (wl-folder-get-newsgroups): New function.
9205         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9206         (wl-folder-write-current-folder): Renamed from
9207         `wl-folder-write-current-newsgroup'.
9208
9209 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * Version number is increased to 2.3.93.
9212
9213 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9214
9215         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9216         (wl-ldap-make-matched-value-list): Ditto.
9217         (wl-ldap-alias-safe-string): Split e-mail address.
9218
9219         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9220         petname folder default was selected.
9221         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9222         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9223
9224 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9227         to `wl-draft-config-exec'.
9228
9229         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9230         instead of calling `wl-draft-config-exec';
9231         Process group-list and show recipients in minibuffer.
9232
9233         * tm-wl.el (wl-draft-preview-message): Ditto.
9234
9235 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9236
9237         * wl.el (toplevel): Added (C) to copyright notice, and
9238         sync Author header.
9239         * tm-wl.el (toplevel): Ditto.
9240         * wl-address.el (toplevel): Ditto.
9241         * wl-demo.el (toplevel): Ditto.
9242         * wl-dnd.el (toplevel): Ditto.
9243         * wl-draft.el (toplevel): Ditto.
9244         * wl-e21.el (toplevel): Ditto.
9245         * wl-expire.el (toplevel): Ditto.
9246         * wl-folder.el (toplevel): Ditto.
9247         * wl-highlight.el (toplevel): Ditto.
9248         * wl-message.el (toplevel): Ditto.
9249         * wl-mime.el (toplevel): Ditto.
9250         * wl-mule.el (toplevel): Ditto.
9251         * wl-nemacs.el (toplevel): Ditto.
9252         * wl-refile.el (toplevel): Ditto.
9253         * wl-score.el (toplevel): Ditto.
9254         * wl-summary.el (toplevel): Ditto.
9255         * wl-template.el (toplevel): Ditto.
9256         * wl-thread.el (toplevel): Ditto.
9257         * wl-util.el (toplevel): Ditto.
9258         * wl-vars.el (toplevel): Ditto.
9259         * wl-xmas.el (toplevel): Ditto.
9260
9261 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9262
9263         * wl.el (wl-init): Added comment about `wl-init-hook'.
9264         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9265         * wl-vars.el (wl-init-hook): Added docs.
9266         (wl-make-plugged-hook): Removed useless docs.
9267         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9268         * wl-xmas.el (toplevel): Ditto.
9269
9270 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9271
9272         * wl-address.el (toplevel): Fixed multiple Author header format.
9273         * wl-demo.el (toplevel): Ditto.
9274         * wl-draft.el (toplevel): Ditto.
9275         * wl-folder.el (toplevel): Ditto.
9276         * wl-summary.el (toplevel): Ditto.
9277         * wl-thread.el (toplevel): Ditto.
9278         * wl-util.el (toplevel): Ditto.
9279         * wl-vars.el (toplevel): Ditto.
9280         * wl-version.el (toplevel): Ditto.
9281         * wl-xmas.el (toplevel): Ditto.
9282         * wl.el (toplevel): Ditto.
9283
9284         * wl-version.el (toplevel): Added require `elmo-version' for
9285         `product-version-as-string'.
9286
9287 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * wl-vars.el (wl-draft-send-hook): Changed default value to
9290         '(wl-draft-config-exec).
9291
9292         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9293         explicitly.
9294         (wl-draft): Set `wl-draft-config-exec-flag' before running
9295         `wl-mail-setup-hook'.
9296
9297         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9298         `wl-biff-init-icons' to `wl-init-hook' instead of
9299         `wl-make-plugged-hook'.
9300         (Because if `wl-draft' command is invoked at first,
9301         they are not initialized)
9302         Updated copyright notice.
9303
9304         * wl-e21.el (toplevel): Ditto;
9305
9306         * wl-demo.el (toplevel): Updated copyright notice.
9307         * wl-address.el (toplevel): Ditto.
9308         * wl-draft.el (toplevel): Ditto.
9309         * wl-version.el (toplevel): Ditto.
9310         * wl-folder.el (toplevel): Ditto.
9311         * wl-summary.el (toplevel): Ditto.
9312         * wl-thread.el (toplevel): Ditto.
9313         * wl-util.el (toplevel): Ditto.
9314         * wl-vars.el (toplevel): Ditto.
9315         * wl.el (toplevel): Ditto.
9316
9317 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9318
9319         * wl-highlight.el (wl-highlight-message): Fixed problem of
9320         highlighting failure which occured when the last field contains
9321         multiple lines in the draft buffer.
9322
9323         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9324         `wl-biff-start' if plugged.
9325
9326         * wl-util.el (wl-biff-check-folder): New function.
9327         (wl-biff-check-folders): Don't set session name prefix.
9328         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9329         (wl-biff-check-folder-async): Ditto.
9330
9331         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9332         in email address.
9333
9334 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9335
9336         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9337
9338         * wl-draft.el (wl-draft-strip-subject-re): New function.
9339
9340         * wl-draft.el (wl-draft-reply): Use it.
9341
9342 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9343
9344         * wl-message.el (wl-mmelmo-message-redisplay): Use
9345         `mime-display-message' instead of `wl-mime-display-message'.
9346
9347         * wl-mime.el (toplevel): Removed compatibility workaround
9348         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9349         (wl-mime-display-message): Abolished.
9350         (wl-mime-entity-read-field): Ditto.
9351         (wl-mime-combine-message/partial-pieces): Use
9352         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9353
9354 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9355
9356         * wl-template.el: Doc fixes.
9357
9358 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9359
9360         * wl-e21.el (wl-message-overload-functions): Do nothing if
9361         `current-local-map' is not available.
9362         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9363
9364 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9365
9366         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9367         representation.
9368
9369         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9370         number.
9371         (wl-fldmgr-save-folders): Don't use `format' when insert
9372         `wl-fldmgr-folders-header'.
9373
9374 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9375
9376         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9377
9378 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9379
9380         * wl-highlight.el (wl-highlight-message):
9381         Use `std11-field-end' to detect end point of the header field.
9382         Refer `wl-highlight-max-header-size'.
9383
9384         * wl-vars.el (wl-highlight-max-header-size): New variable.
9385
9386         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9387
9388         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9389         Set `for-draft' argument of wl-highlight-headers.
9390         (wl-draft): Ditto.
9391         (wl-draft-reedit): Ditto.
9392         (wl-user-agent-compose-internal): Ditto.
9393
9394 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9395
9396         * wl-message.el (wl-message-add-button): Use overlay.
9397
9398 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9399
9400         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9401
9402         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9403         problem when group-list content is nothing.
9404         (Reported by Mito <mit@nines.nec.co.jp>)
9405
9406 2000-10-18  SAITO Atsunori <sai@yedo.com>
9407
9408         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9409
9410 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9411
9412         * tm-wl.el (toplevel): Use product-provide.
9413
9414 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9415
9416         * Version number is increased to 2.3.92.
9417
9418 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9419
9420         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9421         title text, use `display' property for left margin under Emacs 21.
9422
9423         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9424         properties.
9425         (wl-plugged-init-icons): Ditto.
9426
9427 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9428
9429         * wl.el (wl-save-status, wl-init): Remove last period in
9430         "...done." message.
9431         * tm-wl.el (wl-summary-burst): Ditto.
9432         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9433         wl-summary-resume-cache-status,
9434         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9435         wl-summary-sync-update3, wl-summary-highlight-msgs,
9436         wl-summary-flush-pending-append-operations,
9437         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9438         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9439         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9440         wl-thread-open-all): Ditto.
9441         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9442         * wl-mime.el (wl-summary-burst): Ditto.
9443         * wl-highlight.el (wl-highlight-summary): Ditto.
9444         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9445         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9446         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9447         * wl-address.el (wl-local-address-init): Ditto.
9448
9449 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9450
9451         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9452         `add-text-properties'.
9453         (wl-plugged-init-icons): Ditto.
9454         (wl-folder-init-icons): Use `propertize' instead of
9455         `put-text-property'.
9456         (wl-plugged-set-folder-icon): Ditto.
9457         (wl-e21-highlight-folder-group-line): Ditto.
9458
9459 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9460
9461         * wl-version.el (wl-version-status-alist): New variable.
9462         (wl-version-status): New function.
9463
9464         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9465         "Cc" part of the case "Reply-To".
9466
9467         * wl-draft.el (wl-draft-reply): Use result of
9468         `eword-extract-address-components'.
9469
9470         * wl-demo.el (wl-demo-icon-name): New constant.
9471         (wl-logo-xpm): Use it.
9472         (wl-logo-xbm): Ditto.
9473         (wl-logo-bitmap): Ditto.
9474
9475         * Version number is increased to 2.3.91.
9476
9477 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9478
9479         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9480         (wl-extended-emacs-version, wl-extended-emacs-version2,
9481         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9482         docstring.
9483
9484         * wl-version.el (wl-generate-user-agent-string-1): New function.
9485         (wl-generate-user-agent-string): Use it.
9486
9487         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9488         `mime-edit-insert-user-agent-field'.
9489         (wl-generate-user-agent-string): Check
9490         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9491
9492         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9493         instead of `if', when verbose case.
9494
9495 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9496
9497         * wl-expire.el (wl-summary-expire): Fix.
9498
9499 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9500
9501         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9502         and `elmo-lost+found-folder' if 'wl-draft.
9503         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9504
9505 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9506
9507         * wl-expire.el (wl-summary-expire): Change messages.
9508         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9509         `deleing-info' instead of "Deleting..."
9510
9511 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9512
9513         * wl-summary.el (wl-summary-refile-subr): Fix.
9514
9515 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9516
9517         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9518         if pipe folder.
9519
9520 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9521
9522         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9523
9524 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9525
9526         * wl-expire.el (wl-expire-hide): New function.
9527         (wl-summary-expire): Add `hide'.
9528
9529 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9530
9531         * wl-vars.el (wl-draft-reply-without-argument-list):
9532         Changed default value to consider `Reply-To:'.
9533         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9534
9535         * Version number is increased to 2.3.90.
9536
9537         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9538         elmo-imap4-get-session with unwind-protect.
9539         Don't cause error.
9540         (wl-summary-sync-marks): Don't check plugged nor folder type.
9541         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9542         (Always keep current buffer).
9543
9544 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9545
9546         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9547         Enclose with `save-excursion'.
9548
9549 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9550
9551         * wl-version.el (wl-version): Remove interactive.
9552
9553 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9554
9555         * wl-version.el (wl-generate-user-agent-string): Use
9556         `product-string-verbose' instead of `product-string-1'.
9557
9558 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9559
9560         * wl-vars.el (wl-draft-use-cache): New variable.
9561         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9562         if wl-draft-use-cache is non-nil.
9563
9564 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9565
9566         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9567         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9568
9569 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9570
9571         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9572         (wl-thread-msg-mark-as-unread): Ditto.
9573
9574         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9575         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9576         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9577         Don't set mark in summary if return value of `elmo-mark-as-read'
9578         is nil.
9579         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9580         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9581         instead of `wl-thread-msg-mark-as-read'.
9582         (wl-summary-mark-as-unread-region): Ditto.
9583         (wl-summary-target-mark-mark-as-read): Ditto.
9584
9585         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9586
9587 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9588
9589         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9590
9591         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9592
9593 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9594
9595         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9596         face.
9597
9598 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9599
9600         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9601         `running-xemacs'.
9602
9603 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9604
9605         * wl-version.el (toplevel): Use `product-version-as-string' for
9606         set verstion-string, if defined.
9607
9608         * wl-version.el (wl-version-show): Insert string at point, when
9609         call with argument.
9610
9611         * wl-version.el (wl-generate-user-agent-string): Use
9612         `product-string-1' instead of `wl-appname', `wl-version' and
9613         `wl-codename'.
9614
9615 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9616
9617         * wl-address.el (toplevel): Use product-provide.
9618         * wl-demo.el (toplevel): Ditto.
9619         * wl-dnd.el (toplevel): Ditto.
9620         * wl-draft.el (toplevel): Ditto.
9621         * wl-e21.el (toplevel): Ditto.
9622         * wl-expire.el (toplevel): Ditto.
9623         * wl-fldmgr.el (toplevel): Ditto.
9624         * wl-folder.el (toplevel): Ditto.
9625         * wl-highlight.el (toplevel): Ditto.
9626         * wl-message.el (toplevel): Ditto.
9627         * wl-mime.el (toplevel): Ditto.
9628         * wl-mule.el (toplevel): Ditto.
9629         * wl-nemacs.el (toplevel): Ditto.
9630         * wl-refile.el (toplevel): Ditto.
9631         * wl-score.el (toplevel): Ditto.
9632         * wl-summary.el (toplevel): Ditto.
9633         * wl-template.el (toplevel): Ditto.
9634         * wl-thread.el (toplevel): Ditto.
9635         * wl-util.el (toplevel): Ditto.
9636         * wl-vars.el (toplevel): Ditto.
9637         * wl-xmas.el (toplevel): Ditto.
9638         * wl.el (toplevel): Ditto.
9639
9640 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9641
9642         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9643         instead of product.
9644
9645         * wl-version.el (wl-version): Compile time evalution elmo-version.
9646
9647 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9648
9649         * wl-summary.el (wl-summary-sync-force-update): Append queue
9650         `mark-as-read'if unplugged.
9651
9652 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9653
9654         * wl-version.el: New file.  Use product.el.
9655         * wl.el: add (require 'wl-version).
9656         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9657         for ~/.folders header.
9658         (wl-fldmgr-folders-header): Changed.
9659         * wl-demo.el (wl-demo): Use product.el.
9660
9661         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9662         wl-version.el.
9663         * wl-util.el (wl-version, wl-version-show): Ditto.
9664
9665         * wl-util.el (wl-generate-user-agent-string,
9666         wl-extended-emacs-version, wl-extended-emacs-version2,
9667         wl-extended-emacs-version3): Move to wl-version.el.
9668         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9669         xemacs-codename, mime-edit-insert-user-agent-field,
9670         mime-edit-user-agent-value, mime-editor/version,
9671         mime-editor/codename): Compile warning killer move to
9672         wl-version.el
9673
9674 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9675
9676         * wl-summary.el (wl-summary-refile-subr): Fix.
9677
9678 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9679
9680         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9681         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9682
9683 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9684
9685         * wl.el (wl-check-environment): Check too many `@'.
9686
9687 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9688
9689         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9690
9691 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9692
9693         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9694         wl-draft-reply-myself-without-argument-list): Add variables.
9695         * wl-draft.el (wl-draft-reply): Use it.
9696
9697 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9698
9699         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9700         the 5th argument of `elmo-network-get-spec'.
9701
9702         * wl-thread.el (wl-thread-reparent-children): New inline function.
9703         (wl-thread-delete-message): Use it.
9704
9705         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9706         (wl-summary-score-update-all-lines): Don't use `dolist'.
9707
9708 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9709
9710         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9711         (require 'elmo-msgdb) for inline function.
9712
9713 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9714
9715         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9716
9717 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9718
9719         * wl-score.el (wl-score-headers): Fix for the confusing macro
9720         `elmo-kill-buffer'.
9721
9722 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9723
9724         * wl-summary.el: Don't use the 3rd argument of `require' because
9725         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9726         * wl-util.el: Ditto.
9727         * wl-draft.el: Ditto.
9728
9729 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9730
9731         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9732         window system is not used.
9733
9734 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9735
9736         * wl-thread.el: Don't use `mapcar' only for iteration.
9737         (wl-thread-resume-entity): Ditto.
9738         (wl-thread-delete-message): Ditto.
9739
9740         * wl-summary.el: Bind `dragdrop-drop-functions',
9741         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9742         of `require' for `timezone', `easymenu' and `ps-print';
9743         don't use `mapcar' only for iteration.
9744
9745         * wl-util.el: Bind `mule-version', `nemacs-version',
9746         `emacs-beta-version', `xemacs-codename',
9747         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9748         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9749         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9750         only for iteration.
9751
9752         * wl-score.el: Don't use `mapcar' only for iteration.
9753         (wl-score-simplify-buffer-fuzzy): Ditto.
9754         (wl-score-simplify-subject): Ditto.
9755         (wl-score-headers): Ditto.
9756         (wl-summary-score-update-all-lines): Ditto.
9757
9758         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9759         `enable-multibyte-characters' and `mule-version'.
9760
9761         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9762         `mapcar' only for iteration.
9763
9764         * wl-demo.el: Don't use `mapcar' only for iteration.
9765
9766         * wl-folder.el: Don't use `mapcar' only for iteration.
9767         (wl-folder-open-all): Ditto.
9768         (wl-folder-count-incorporates): Ditto.
9769
9770         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9771         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9772
9773         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9774         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9775         `smtp-connection-type'; specify 3rd argument of `require' for
9776         `timezone'; don't use `mapcar' only for iteration.
9777         (wl-draft-clone-local-variables): Don't use `mapcar'.
9778         (wl-draft-generate-clone-buffer): Ditto.
9779         (wl-user-agent-compose-internal): Ditto.
9780
9781         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9782
9783         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9784         (wl-save-status): Ditto.
9785
9786         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9787         for iteration.
9788
9789 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9790
9791         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9792         removed `Date'.
9793         (wl-fldmgr-make-filter-default): New user option.
9794
9795         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9796         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9797         (wl-fldmgr-filter-completion-alist): Abolish.
9798
9799         * wl.el (wl): Don't check servers if arg is non-nil.
9800
9801         * wl-draft.el (wl-draft-reply): Set only message-id string to
9802         In-Reply-To field.
9803
9804 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9805
9806         * wl-summary.el (wl-summary-pick): Rewrite.
9807
9808         * wl-draft.el (wl-draft-forward): Get references field from
9809         original buffer.
9810         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9811
9812 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9813
9814         * wl-draft.el (wl-draft-forward): Add references field.
9815
9816 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9817
9818         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9819         (wl-draft-reply): Use it.
9820
9821 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9822
9823         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9824         when Emacs 21 is running.
9825
9826         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9827         bindings.
9828
9829 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9830
9831         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9832         XPM icons transparent.
9833
9834         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9835         Emacs 21.
9836
9837 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9838
9839         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9840         nil.
9841
9842         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9843         when it is persistent.
9844         (wl-summary-sync-marks): Changed argument for
9845         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9846         (wl-summary-virtual): Use `elmo-read-search-condition'.
9847         (wl-summary-redisplay-internal): If folder is local, mark as read
9848         even when folder is plugged.
9849
9850 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9851
9852         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9853         of `tool-bar-lines' in the frame parameters.
9854         (after-make-frame-functions, post-command-hook): Don't modify the
9855         value.
9856         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9857         wl-e21-tool-bar-lines): Removed.
9858
9859 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9860
9861         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9862         properties `evaporate' and `wl-momentary-overlay' as well.
9863         (wl-highlight-summary-displaying): Ditto.
9864         (wl-delete-all-overlays): Don't delete overlay which does not have
9865         a property `wl-momentary-overlay'.
9866
9867         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9868         `display-mouse-p' and `display-graphic-p'.
9869         (wl-folder-init-icons): Don't search for XBM or the other files.
9870         (wl-plugged-set-folder-icon): Make icons if and only if
9871         `display-graphic-p' returns non-nil.
9872         (wl-highlight-plugged-current-line): Use `before-string' overlay
9873         property to show icon images.
9874         (wl-highlight-folder-current-line): Ditto.
9875         (wl-e21-highlight-folder-group-line): Ditto.
9876         (wl-e21-highlight-folder-by-numbers): Ditto.
9877         (wl-e21-insert-image): Removed.
9878         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9879         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9880         said.
9881         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9882         `wl-e21-force-switch-toolbar'.
9883         (wl-e21-make-icon-image): Removed.
9884         (wl-e21-setup-toolbar): Don't search for XBM files.
9885         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9886         the default value.
9887
9888 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9889
9890         * wl-util.el (wl-biff-check-folder-async): Set
9891         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9892
9893 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9894
9895         * wl-e21.el (after-make-frame-functions): Add
9896         `wl-e21-force-switch-toolbar'.
9897         (wl-e21-force-switch-toolbar): New function force to switch the
9898         toolbar appearance automatically.
9899         (post-command-hook): Add `wl-e21-switch-toolbar'.
9900         (wl-e21-switch-toolbar): New function to switch the toolbar
9901         appearance automatically.
9902         (wl-e21-tool-bar-lines): New buffer local variable.
9903
9904 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9905
9906         * wl-util.el (wl-biff-check-folders-running): New variable.
9907         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9908         (wl-biff-check-folder-async-callback):
9909         Set `wl-biff-check-folders-running'.
9910         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9911         with unwind-protect.
9912
9913         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9914         Enclose `wl-folder-auto-check' with unwind-protect.
9915
9916         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9917         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9918
9919         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9920
9921         * wl-util.el (wl-biff-notify): New inline function.
9922         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9923         locally.
9924         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9925         folder-list' is 1.
9926         Use `wl-biff-notify'.
9927         (wl-biff-check-folder-async-callback): New function.
9928         (wl-biff-check-folder-async): Ditto.
9929
9930         * wl-folder.el (wl-folder): Don't check folders.
9931         (wl-folder-auto-check): New function.
9932
9933 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9934
9935         * wl-util.el (wl-biff-start) [Emacs19+]:
9936         Use `timer-next-integral-multiple-of-time'.
9937         (wl-biff-check-folders): Use `wl-default-folder'
9938         if `wl-biff-check-folder-list' is nil.
9939
9940 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9941
9942         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9943         instead of `elmo-delete-lists'.
9944
9945 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9946
9947         * wl.el (wl-plugged-toggle-all): Set the value of
9948         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9949         (wl-plugged-toggle): Ditto.
9950         (wl-toggle-plugged): Ditto.
9951         (wl-plugged-init): Ditto.
9952
9953         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9954         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9955         instead of `wl-biff-state-indicator-off' and
9956         `wl-biff-state-indicator-on'; don't modify the value and the type
9957         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9958         (wl-plugged-init-icons): Set icons data to
9959         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9960         instead of `wl-plug-state-indicator-off' and
9961         `wl-plug-state-indicator-on'; don't modify the value and the type
9962         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9963
9964         * wl-vars.el (wl-modeline-biff-state-off,
9965         wl-modeline-biff-state-on, wl-modeline-biff-status,
9966         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9967         wl-modeline-plug-status): New internal variables.
9968         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9969         wl-biff-check-interval, wl-biff-check-folder-list): Change
9970         customization group from `wl-folder' to `wl-highlight'.
9971         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9972         wl-show-plug-status-on-modeline): Defcustomized.
9973
9974         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9975         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9976         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9977         a flag to `mode-line-buffer-identification'.
9978
9979         * wl-e21.el (wl-biff-init-icons): Set icons data to
9980         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9981         instead of `wl-biff-state-indicator-off' and
9982         `wl-biff-state-indicator-on'.
9983         (wl-plugged-init-icons): Set icons data to
9984         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9985         instead of `wl-plug-state-indicator-off' and
9986         `wl-plug-state-indicator-on'.
9987
9988 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9989
9990         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9991         excessive titles.
9992
9993 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9994
9995         * wl.el (wl-plugged-mode): Use revised
9996         `wl-mode-line-buffer-identification'.
9997         (wl-plugged-init): Don't use `force-mode-line-update'.
9998
9999         * wl-xmas.el (wl-draft-overload-functions): Use revised
10000         `wl-mode-line-buffer-identification'.
10001         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10002         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10003         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10004         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10005         `wl-make-plugged-hook';
10006         add `wl-folder-init-icons' and `wl-setup-folder' to
10007         `wl-folder-mode-hook'.
10008
10009         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10010         19 as well.
10011         (wl-mode-line-display-priority-list): New user option.
10012         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10013         Defcustomized.
10014         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10015         Add docs.
10016
10017         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10018         start.
10019         (wl-mode-line-buffer-identification): Revised as a function.
10020
10021         * wl-summary.el (wl-summary-mode): Use revised
10022         `wl-mode-line-buffer-identification'; don't call
10023         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10024         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10025         `wl-xmas-setup-summary'.
10026
10027         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10028         `wl-mode-line-buffer-identification'.
10029
10030         * wl-mule.el (wl-draft-overload-functions): Use revised
10031         `wl-mode-line-buffer-identification'.
10032
10033         * wl-folder.el (wl-make-plugged-alist): Don't call
10034         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10035         (wl-folder): Don't call `wl-folder-init-icons' directly.
10036         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10037         `wl-xmas-setup-folder' directly;
10038         use revised `wl-mode-line-buffer-identification'.
10039         (TopLevel): Don't bind `wl-biff-init-icons',
10040         `wl-plugged-init-icons', `wl-folder-init-icons',
10041         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10042
10043         * wl-e21.el (wl-draft-overload-functions): Use revised
10044         `wl-mode-line-buffer-identification'.
10045         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10046         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10047         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10048         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10049         `wl-make-plugged-hook';
10050         add `wl-folder-init-icons' and `wl-setup-folder' to
10051         `wl-folder-mode-hook'.
10052
10053 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10054             Katsumi Yamaoka    <yamaoka@jpl.org>
10055
10056         * wl.el (wl): Call `wl-biff-start'.
10057         (wl-exit): Call `wl-biff-stop'.
10058         (wl-plugged-mode): Show biff in modeline.
10059         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10060
10061         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10062         (wl-biff-init-icons): New function.
10063         (wl-plugged-init-icons): Don't make too much keymaps.
10064         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10065
10066         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10067         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10068         variables.
10069         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10070         options.
10071
10072         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10073         wl-biff-start, wl-biff-stop): New functions.
10074         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10075         (wl-biff-timer-name): New variable.
10076
10077         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10078
10079         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10080         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10081
10082         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10083         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10084
10085         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10086         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10087         `wl-folder-init-icons' to `ignore' if they are not available.
10088         (wl-folder-mode): Show biff in modeline.
10089
10090         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10091         (wl-biff-init-icons): New function.
10092         (wl-plugged-init-icons): Don't make too much keymaps.
10093         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10094
10095 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10096
10097         * wl-vars.el (wl-strict-diff-folders): Customization Type
10098         and doc fix.  Define as a list of regular expressions for
10099         folders or nil.
10100         * wl-folder.el (wl-folder-check-one-entity): Use
10101         `wl-string-match-member' instead of `wl-string-member' for
10102         `wl-strict-diff-folders'.
10103
10104 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10105
10106         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10107         (wl-highlight-folder-current-line): Use it; new implementation.
10108         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10109         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10110         `defsubst' instead of `defun'.
10111
10112         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10113         `wl-highlight-group-folder-by-numbers'; made it can also be a
10114         number.  See info for more details.
10115
10116         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10117         running.
10118
10119         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10120         to bind them.
10121
10122         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10123         (wl-highlight-folder-current-line): New implementation.
10124
10125         * wl-highlight.el (wl-highlight-folder-group-line): New
10126         implementation.
10127         (wl-delete-all-overlays): Rewrite as a marco.
10128         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10129
10130         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10131         running.
10132         (wl-folder-*-glyph): No need to bind them.
10133
10134         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10135         `wl-e21-highlight-folder-group-icon'; rewrite.
10136         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10137         `defsubst' instead of `defun'.
10138         (wl-folder-mode-map): Bind it when compiling.
10139
10140 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10141
10142         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10143
10144         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10145
10146 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10147
10148         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10149
10150 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10151
10152         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10153         (wl-highlight-folder-current-line): Use it.
10154
10155         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10156         in `id-name'.
10157
10158 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10159
10160         * wl.el: Require `wl-e21' when Emacs 21 is running.
10161
10162         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10163         default when Emacs 21 is running.
10164         (wl-use-highlight-mouse-line): Ditto.
10165         (wl-on-emacs21): New constant.
10166         (wl-on-emacs20): Removed.
10167
10168         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10169         Emacs 21 is running.
10170
10171         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10172         Emacs 21 is running.
10173
10174         * wl-e21.el: New file.
10175
10176 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10177
10178         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10179         (wl-toggle-plugged): Ditto.
10180         (wl-plugged-toggle): Ditto.
10181         (wl-plugged-toggle-all): Ditto.
10182
10183         * wl-vars.el (wl-plug-state-indicator): Refer
10184         `wl-plug-state-indicator-on' indirectly.
10185
10186 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10187
10188         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10189         Call `wl-folder-confirm-existence'.
10190
10191         * wl-folder.el (wl-folder-confirm-existence): Added optional
10192         argument `force'.
10193
10194 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10195
10196         * wl-summary.el (wl-summary-refile-subr): Assume
10197         `copy-or-refile' as symbol.
10198         (wl-summary-refile): Follow up above change.
10199         (wl-summary-copy): Ditto.  Doc fix.
10200
10201 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10202
10203         * wl-summary.el (wl-summary-pick): Don't bind
10204         `elmo-search-mime-charset'.
10205
10206         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10207         default using old backquote style.
10208         (wl-search-mime-charset): Abolished.
10209
10210         * wl-highlight.el (wl-highlight-headers):
10211         Call `point' after `re-search-forward'(for Nemacs).
10212
10213         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10214         for elmo-imap4.el.
10215
10216 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10217
10218         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10219         `wl-message-ignored-field-list' instead of
10220         `mime-view-ignored-field-list'.
10221
10222         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10223         Add interactive spec.
10224         (wl-folder-goto-bottom-of-current-folder): Ditto.
10225         (wl-folder-mode-map): Bind them.
10226
10227         * wl-vars.el (wl-message-ignored-field-list): New variable.
10228         (wl-message-visible-field-list): New variable.
10229
10230         * wl-mime.el (wl-mime-header-presentation-method): New function.
10231         (wl-mime-setup): Set header-presentation-method.
10232
10233 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10234
10235         * wl-nemacs.el (wl-draft-overload-functions): Set
10236         `mode-line-buffer-identification' instead of using
10237         `wl-make-modeline'.
10238
10239         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10240         instead of using `wl-make-modeline'.
10241
10242         * wl-xmas.el (wl-plugged-init-icons): Set up
10243         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10244         (wl-make-modeline): Abolish.
10245         (wl-draft-overload-functions): Set
10246         `mode-line-buffer-identification' instead of using
10247         `wl-make-modeline'.
10248
10249         * wl-util.el (wl-make-modeline-subr): Abolish.
10250         (wl-mode-line-buffer-identification): New alias.
10251
10252         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10253         (wl-summary-make-modeline): Abolish.
10254         (wl-summary-buffer-set-folder): Set
10255         `wl-summary-buffer-folder-indicator'.
10256         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10257         of using `wl-make-modeline'.
10258         (wl-summary-switch-to-clone-buffer): Don't set
10259         `mode-line-buffer-identification'.
10260         (wl-summary-goto-folder-subr): Ditto.
10261
10262         * wl-mule.el (wl-draft-overload-functions): Set
10263         `mode-line-buffer-identification' instead of using
10264         `wl-make-modeline'.
10265
10266         * wl-folder.el (wl-folder-mode): Set
10267         `mode-line-buffer-identification' instead of using
10268         `wl-make-modeline'.
10269         (wl-folder): Don't set `mode-line-buffer-identification'.
10270
10271 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10272
10273         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10274         instead of `member' for `wl-refile-guess-func-list' look-ups.
10275         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10276
10277 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10278
10279         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10280         `wl-message-button-dispatcher'.
10281
10282         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10283
10284         * wl-message.el (wl-message-button-dispatcher): Use it.
10285
10286         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10287         "In-Reply-To".
10288
10289         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10290         Bind `case-fold-search' to t.
10291
10292 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10293
10294         * wl-xmas.el (wl-message-overload-functions): Initialize
10295         `wl-message-button-map'.
10296
10297         * wl-mule.el (wl-message-overload-functions): Initialize
10298         `wl-message-button-map'.
10299
10300         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10301
10302         * wl-message.el (wl-message-button-map): New keymap.
10303         (wl-message-add-button): New function.
10304         (wl-message-button-dispatcher): New function.
10305         (wl-message-button-refer-article): New function.
10306
10307         * wl-highlight.el
10308         (wl-highlight-message-add-buttons-to-header): New function.
10309         (wl-highlight-headers): Use it.
10310
10311 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10312
10313         * wl-summary.el (wl-summary-default-from): Use
10314         `wl-address-get-petname-1'.
10315         (wl-summary-simple-from): Ditto.
10316
10317         * wl-address.el (wl-address-get-petname-1): New inline function.
10318         (wl-address-get-petname): Use it.
10319
10320 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10321
10322         * wl-summary.el (wl-summary-default-from): Return full-name part
10323         from the address if no petname was found.
10324         (wl-summary-simple-from): Ditto.
10325
10326         * wl-address.el (wl-address-get-petname): Return nil if no petname
10327         associated with the address was found.
10328
10329 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10330
10331         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10332         display is finished.
10333
10334 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10335
10336         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10337         `elmo-folder-exists-p' argument.
10338
10339 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10340
10341         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10342         the folder.
10343
10344 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10345
10346         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10347
10348         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10349         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10350
10351 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10352
10353         * wl-folder.el (wl-folder-create-subr): New function.
10354         (wl-folder-confirm-existence): Use it.
10355         (wl-folder-check-one-entity): Use it.
10356         Check the error symbol is derived from 'elmo-open-error.
10357
10358         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10359         `ignore-error'.
10360
10361 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10362
10363         * wl-util.el (toplevel): Add (eval-when-compile (require
10364         'elmo-util)).  (Maybe `provide' is typo.)
10365
10366 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10367
10368         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10369         (I don't know why this was needed.)
10370
10371         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10372         Follow up changes for stream-type.
10373
10374         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10375         (wl-draft-elmo-nntp-send): Ditto.
10376
10377         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10378         (wl-nntp-posting-stream-type): Ditto.
10379         (wl-pop-before-smtp-ssl): Abolished.
10380         (wl-nntp-posting-ssl): Ditto.
10381
10382         * wl-address.el (wl-address-quote-specials): New function.
10383         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10384
10385         * wl-draft.el (wl-draft-reply): Ditto.
10386
10387 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10388
10389         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10390         use function `wl-string-match-assoc'.
10391
10392 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10393
10394         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10395
10396         * wl-draft.el (wl-draft-deduce-address-list): New function.
10397         (wl-draft-parse-mailbox-list): Ditto.
10398         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10399         instead of `smtp-deduce-address-list'.
10400         (wl-draft-on-field-p): Follow group list.
10401
10402         * wl-address.el (wl-address-concat-token): New function.
10403         (wl-address-string-without-group-list-contents): Ditto.
10404         (wl-complete-field-body): Fixed problem of completion
10405         by japanese petname.
10406         (wl-address-make-completion-list): Rewrite.
10407
10408 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10409
10410         * wl-address.el (wl-address-make-completion-list): Completion by
10411         petname.
10412         (wl-complete-field-body): Likewise.
10413
10414 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10415
10416         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10417         contains invalid address syntax.
10418
10419 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10420
10421         * wl-folder.el (wl-folder-check-entity-async): Use
10422         `elmo-nntp-spec-hostname'.
10423
10424 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10425
10426         * wl-summary.el (wl-summary-msgdb-load-async): Use
10427         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10428
10429 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10430
10431         * wl-draft.el (wl-draft-reply): Set argument
10432         `content-transfer-encoding' as nil.
10433
10434 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10435
10436         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10437         `wl-refile-alist'.
10438
10439 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10440
10441         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10442         (wl-draft-edit-string): Ditto.
10443         (wl-draft-forward): Ditto.
10444         * wl-summary.el (wl-summary-write): Ditto.
10445
10446 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10447
10448         * wl-summary.el (wl-summary-sync-update3): Call
10449         `wl-summary-buffer-number-column-detect'.
10450         (wl-summary-buffer-number-column-detect): Search from point-min.
10451
10452 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10453
10454         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10455         contains an address which is not included in original to or cc.
10456
10457 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10458
10459         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10460         begin-line does not exist.
10461         * wl-message.el (wl-message-uu-substring): Ditto.
10462
10463 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10464
10465         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10466         clear local variables.
10467         (wl-summary-exit): Call `elmo-commit'.
10468         (wl-summary-switch-to-clone-buffer): Call
10469         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10470         (wl-summary-goto-folder-subr): Ditto.
10471
10472         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10473         POP folder.
10474
10475 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10476
10477         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10478         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10479         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10480         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10481         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10482         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10483
10484         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10485
10486 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10487
10488         * wl-summary.el (wl-summary-search-by-subject):
10489         Search parent message from the latest one.
10490
10491 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10492
10493         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10494         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10495
10496         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10497         New user option.
10498
10499         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10500         if elmo-nntp-use-killed-list is nil.
10501         Use `elmo-msgdb-append-to-killed-list'.
10502         (Append numbers confirmed as disappeared to the killed list.)
10503         (wl-summary-confirm-appends): Don't display negative number.
10504
10505 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10506
10507         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10508
10509 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10510
10511         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10512         range is `all'.
10513         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10514         `elmo-list-bigger-diff'.
10515
10516 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10517
10518         * wl-summary.el (wl-summary-buffer-exit-func):
10519         New buffer local variable.
10520         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10521
10522 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10523
10524         * wl-demo.el (wl-demo): Fix the last change.
10525
10526 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10527
10528         * wl-demo.el (wl-demo): Don't use `eval'.
10529
10530 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10531
10532         * wl-summary.el (wl-summary-buffer-thread-modified):
10533         New buffer-local variable.
10534         (wl-summary-set-thread-modified): New function.
10535         (wl-summary-thread-modified-p): New function.
10536         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10537         (wl-summary-yank-saved-message): Use function
10538         `wl-summary-set-thread-modified'
10539         (wl-summary-switch-to-clone-buffer): Add
10540         `wl-summary-buffer-thread-modified'.
10541
10542         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10543         (wl-summary-buffer-mark-saved-hook): Ditto.
10544         * wl-summary.el (wl-summary-msgdb-save): New hook
10545         `wl-summary-buffer-message-saved-hook' and
10546         `wl-summary-buffer-mark-saved-hook'.
10547
10548 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10549
10550         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10551
10552 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10553
10554         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10555         don't hide scroll bars under FSF Emacsen because it may incur an
10556         undesirable redrawing.
10557
10558 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10559
10560         * wl-draft.el (wl-draft-edit-string): Call
10561         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10562
10563 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10564
10565         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10566
10567 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10568
10569         * wl-summary.el (wl-summary-msgdb-load-async): Call
10570         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10571
10572 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10573
10574         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10575         fringes in demo buffer; center bitmap logo correctly even if old
10576         Mule is used.
10577
10578 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10579
10580         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10581
10582         * wl-refile.el (wl-refile-subject-alist): New variable.
10583         (wl-refile-subject-alist-file-name): Ditto.
10584         (wl-refile-alist-setup): Rewrite.
10585         (wl-refile-alist-save): Use `elmo-object-save'.
10586         Eliminated arguments.
10587         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10588         (wl-refile-guess-by-subject): New function.
10589         (wl-refile-guess-func-list): Added it.
10590
10591 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10592
10593         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10594         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10595
10596 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10597
10598         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10599         New buffer-local variable.
10600         (wl-summary-buffer-next-folder-func): Ditto.
10601         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10602         if non-nil.
10603         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10604         if non-nil.
10605         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10606         if non-nil.
10607         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10608         if non-nil.
10609
10610 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10611
10612         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10613         permanently in the demo buffer.
10614
10615 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10616
10617         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10618         `mime-entity-fetch-field'.
10619
10620         * wl.el (wl-exit): Delete plugged buffer.
10621
10622         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10623         XEmacs has menubar feature.
10624
10625 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10626
10627         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10628         cannot arrive at the beginning of the buffer under old Emacsen.
10629
10630 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10631
10632         * wl-address.el (wl-address-ldap-search):
10633         Call `ldap-search-entries' with `withdn' argument t.
10634         (wl-complete-field-body): Bind completion-ignore-case as t.
10635         Clear ldap search hash when it was sole completion.
10636         Use elmo-string for pattern string.
10637         (wl-ldap-alias-safe-string): Eliminated needless let.
10638
10639 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10640
10641         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10642         (wl-ldap-alias-sep): New constant.
10643         (wl-ldap-search-attribute-type-list): Ditto.
10644         (wl-ldap-get-value): New function.
10645         (wl-ldap-make-filter): Ditto.
10646         (wl-ldap-make-matched-value-list): Ditto.
10647         (wl-ldap-alias-safe-string): Ditto.
10648         (wl-ldap-register-dn-string): Ditto.
10649         (wl-address-ldap-search): Rewrite.
10650
10651 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10652
10653         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10654         thread is deleted.
10655         (wl-thread-delete-line-from-buffer): Ditto.
10656         (wl-thread-get-exist-children): New function.
10657
10658 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10659
10660         * wl-demo.el (wl-demo): Made it to select various image types.
10661         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10662         from `wl-title-logo'.
10663         (wl-logo-ascii): New variable.
10664         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10665         (wl-demo-copyright-notice): New constant.
10666
10667         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10668
10669 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10670
10671         * wl-vars.el (wl-summary-target-above): Renamed from
10672         wl-summary-temp-above.
10673         * wl-score.el (wl-score-get-score-alist): Use it.
10674         (wl-summary-score-update-all-lines): Use it.
10675         * wl-summary.el: Ditto. (make-variable-buffer-local).
10676
10677 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10678
10679         * wl-vars.el (wl-ldap-port): New user option.
10680
10681         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10682         Rewite whole implementation.
10683         (wl-complete-field-body): Fixed.
10684
10685 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10686
10687         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10688         Choose implementation at compile time.
10689
10690 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10691
10692         * wl-address.el (wl-ldap-search-internal): New function.
10693         (wl-complete-field-to): Use it.
10694
10695 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10696
10697         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10698         Use `let' instead of `let*'.
10699         Require 'wl-vars.
10700
10701         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10702         Define as defcustom.
10703         (wl-ldap-base): Ditto.
10704         (wl-use-ldap): Ditto.
10705
10706 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10707
10708         * wl-address.el (wl-ldap-search): New function.
10709         (wl-complete-field-body): Use `wl-ldap-search'.
10710         (wl-ldap-server): New variable.
10711         (wl-ldap-base): Ditto.
10712         (wl-use-ldap): Ditto.
10713
10714 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10715
10716         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10717         (Pointed out by Mito <mit@nines.nec.co.jp>).
10718         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10719         buffer-local variables like `wl-summary-redisplay-internal'.
10720         (wl-summary-redisplay-all-header): Likewise.  Update
10721         Summary view too.
10722
10723 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10724
10725         * wl-summary.el (wl-summary-jump-to-parent-message):
10726         Consider prefix argument.
10727
10728         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10729         when closed thread is deleted.
10730
10731 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10732
10733         * wl-summary.el (wl-summary-jump-to-parent-message):
10734         Consider thread modification.
10735
10736 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10737
10738         * wl-message.el (wl-message-normal-get-original-buffer): Use
10739         `save-excursion'.
10740
10741         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10742         (wl-summary-showto-folder-regexp): Ditto.
10743
10744 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10745
10746         * wl-util.el (wl-delete-alist): Doc fix.
10747         (wl-delete-associations): New function.
10748         (wl-inverse-alist): New function.
10749         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10750         Split temporary variables. Use `wl-delete-associations'
10751         and `wl-inverse-alist'.
10752         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10753
10754 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10755
10756         * wl-folder.el (wl-folder-prefetch-entity):
10757         Execute prefetching if new count is unknown.
10758
10759 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10760
10761         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10762
10763         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10764         delete entity.
10765         (wl-thread-set-parent): If insert as top, set linked as nil.
10766
10767         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10768         `wl-thread-cleanup-symbols' when view mode is thread.
10769
10770 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10771
10772         * wl-folder.el (wl-folder-create-folder-entity): Use
10773         with-current-buffer.
10774         (wl-local-folder-init): Call set-buffer to make sure we are in
10775         the Folder buffer. Don't touch buffer-local variables here.
10776         (wl-folder-mode): Initialize buffer-local variables here.
10777
10778         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10779         (wl-folder-entity-assign-id): Ditto.
10780         (wl-folder-create-entity-hashtb): Ditto.
10781         (wl-local-folder-init): Ditto.
10782         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10783
10784 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10785
10786         * wl-summary.el (wl-summary-default-from): Fix probrem when
10787         std11-extract-address-components return (nil "foo@bar").
10788
10789 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10790
10791         * wl-draft.el (wl-draft-clone-local-variables):
10792         Remove redundant `setq'.
10793
10794 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10795
10796         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10797         Bind wl-highlight-x-face-func as nil while highlighting header.
10798
10799 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10800
10801         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10802
10803 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10804
10805         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10806         elmo-msgdb-overview-hashtb from copy-variables.
10807         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10808         instead of `elmo-msgdb-overview-get-entity-by-number'.
10809         (wl-summary-auto-refile): Ditto.
10810
10811         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10812         `elmo-msgdb-overview-get-entity' instead of
10813         `elmo-msgdb-search-overview-entity'.  Use
10814         `elmo-msgdb-overview-get-entity' instead of
10815         `elmo-msgdb-overview-get-entity-by-number'.
10816         (wl-thread-insert-entity-sub): Ditto.
10817         (wl-thread-insert-message): Ditto.
10818
10819         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10820         `elmo-msgdb-overview-get-entity'.
10821         (wl-normal-message-redisplay): Ditto.
10822
10823 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10824
10825         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10826         `wl-thread-entities'.
10827         (wl-thread-delete-message): Fix remove top message from
10828         `wl-thread-entity-list'.
10829
10830         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10831         wl-append(nconc), because update-list is broken on Meadow.
10832
10833         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10834         updating process.
10835         (wl-summary-rescan): Ditto.
10836         (wl-summary-sync-update3): Ditto.
10837         * wl-thread.el (wl-thread-set-parent): Renamed from
10838         `wl-summary-set-parent'.
10839         (wl-thread-insert-message): Updating buffer faster.
10840         (wl-thread-delete-message): Updating buffer faster.
10841
10842         * wl-score.el (wl-summary-score-update-all-lines): Changed
10843         interval for display progress gauge.
10844
10845 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10846
10847         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10848         folder always-sticky.
10849         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10850         defmacro.
10851
10852 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10853
10854         * wl-vars.el (wl-draft-add-references): New user option.
10855
10856         * wl-draft.el (wl-draft-add-references): New function.
10857         (wl-draft-yank-from-mail-reply-buffer): Use it.
10858         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10859         as nil.
10860
10861 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10862
10863         * wl-thread.el (wl-thread-update-line-msgs): Called
10864         `wl-thread-update-line-on-buffer-sub'.
10865         (wl-thread-update-line-on-buffer): Delete routine of inserting
10866         thread.
10867         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10868         moved from `wl-thread-update-line-on-buffer'.
10869         Add threshold for displaying progress gauge.
10870         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10871         argument of `wl-thread-update-line-msgs'.
10872         Add threshold for displaying progress gauge.
10873         * wl-folder.el:
10874         Add threshold for displaying progress gauge.
10875         * wl-score.el: Ditto.
10876
10877         * wl-expire.el (wl-summary-expire): Display deleting info.
10878
10879 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10880
10881         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10882         `no-msg'.
10883         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10884         argument of `wl-thread-update-line-msgs'.
10885         (wl-summary-set-parent): Added optional argument `parent-number'.
10886         (wl-summary-buffer-saved-message): New buffer local variable.
10887         (wl-summary-save-current-message): New command.
10888         (wl-summary-yank-saved-message): Ditto.
10889         (wl-summary-mode-map): Added key binding for
10890         `wl-summary-save-current-message' (\ew) and
10891         `wl-summary-yank-saved-message' (\C-y).
10892         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10893
10894 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10895
10896         * wl-summary.el (wl-summary-mode-map): Added key binding for
10897         `wl-summary-set-parent' (ts).
10898
10899 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10900
10901         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10902         subject faster. If thread number is reverse, delayed updating
10903         thread.
10904         (wl-summary-search-by-subject): Ditto.
10905         (wl-summary-put-alike): Ditto.
10906         (wl-summary-get-alike): Ditto.
10907         (wl-summary-insert-headers): Insert header of all overview in
10908         buffer.
10909         (wl-summary-rescan): Delayed updating thread. Kill search subject
10910         buffer for wl-summary-search-by-subject.
10911         (wl-summary-sync-update3): Ditto.
10912         (wl-summary-exit): Ditto.
10913         (wl-summary-goto-bottom-of-current-thread): Change for linked
10914         thread.
10915         (wl-summary-overview-create-summary-line): Change line for linked
10916         thread.
10917
10918         * wl-summary.el (wl-summary-update-thread): Use
10919         wl-thread-maybe-get-children-num.
10920         (wl-summary-set-parent): If change parent, move sub thread.
10921         (wl-summary-redisplay-internal): Add horizontal recenter.
10922         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10923
10924         * wl-thread.el (wl-thread-entity-get-linked): New function.
10925         (wl-thread-entity-set-linked): New function.
10926         (wl-thread-create-entity): Add linked element.
10927         (wl-thread-entity-insert-as-top): Use wl-append.
10928         (wl-thread-maybe-get-children-num): If closing thread, return
10929         children msgs.
10930         (wl-thread-update-line-msgs): Displaying progress message.
10931         (wl-thread-update-line-on-buffer-sub): Use
10932         wl-thread-maybe-get-children-num.
10933         (wl-thread-update-line-on-buffer): If update line is not exists,
10934         insert thread.
10935         (wl-thread-delete-message): If delete top msg of thread, search
10936         parent by subject.
10937         (wl-thread-insert-entity): Use
10938         wl-thread-maybe-get-children-num.
10939
10940         * wl-highlight.el (wl-highlight-summary-current-line): change
10941         sregexp for linked thread.
10942         * wl-util.el (wl-count-lines): Count lines.
10943         (wl-horizontal-recenter): horizontal recenter.
10944         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10945         (wl-score-get-alike): Ditto.
10946         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10947         (wl-subject-length-limit): New variable.
10948         (wl-highlight-thread-indent-string-regexp): Changed for linked
10949         thread.
10950
10951 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10952
10953         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10954         New variable (revival).
10955         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10956         by subject matching if there's no in-reply-to nor references field
10957         (revival).
10958
10959 \f
10960 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10961
10962         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10963         message.
10964
10965 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10966
10967         * wl-summary.el (wl-summary-reply): Return t if there was a
10968         message at cursor point.
10969         Added unwind-protect.
10970         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10971         returns t.
10972         (wl-summary-cancel-message): Do nothing when there's no message at
10973         cursor point.
10974         (wl-summary-forward): Ditto.
10975         (wl-summary-jump-to-parent-message): Ditto.
10976         (wl-summary-reedit): Ditto.
10977         (wl-summary-edit-addresses): Ditto.
10978         (wl-summary-pipe-message): Ditto.
10979         (wl-summary-print-message-with-ps-print): Ditto.
10980         (wl-summary-print-message): Ditto.
10981         (wl-summary-mark-as-important): Ditto.
10982         (wl-summary-mark-as-unread): Ditto.
10983
10984         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10985         message at cursor point.
10986         (wl-summary-reply-with-citation): Remove unwind-protect.
10987
10988         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10989         subject searching feature.
10990         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10991         Eliminated.
10992
10993 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10994
10995         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10996         New variable.
10997         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10998         by subject matching if there's no in-reply-to nor references field.
10999
11000         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11001
11002         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11003         when display is finished.
11004         (wl-folder-open-all): Ditto.
11005         (wl-folder-update-access-group): Ditto.
11006         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11007         * wl-thread.el (wl-thread-close-all): Ditto.
11008
11009         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11010         progress gauge only when it was displayed.
11011         * wl-folder.el (wl-folder-insert-entity): Ditto.
11012
11013 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11014
11015         * wl-summary.el (wl-summary-incorporate): Enclose
11016         `wl-summary-sync-force-update' with save-excursion.
11017
11018 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11019
11020         * wl-summary.el (wl-summary-prefetch-region):
11021         Pass current cursor point to `pos-visible-in-window-p' after
11022         moving cursor to the started point.
11023
11024 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11025
11026         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11027
11028         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11029         fields from the forwarding message.
11030         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11031         `ignored-fields'.
11032
11033 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11034
11035         * wl-mime.el (wl-message-request-partial):
11036         Eliminated argument `msgdb'.
11037         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11038         (wl-mime-combine-message/partial-pieces): Likewise.
11039         * tm-wl.el (wl-message-request-partial): Likewise.
11040         (wl-mime-combine-message/partial-pieces): Likewise.
11041
11042 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11043
11044         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11045         when display is finished.
11046
11047 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11048
11049         * wl-summary.el (wl-summary-goto-folder-subr):
11050         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11051
11052 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11053
11054         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11055         when cursor point is visible.
11056
11057 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11058
11059         * wl-expire.el (wl-expire-archive-get-max-number):
11060         Don't use `file-name-directory'.
11061
11062 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11063
11064         * wl-expire.el (wl-expire-archive-get-max-number):
11065         Use `file-name-directory'.
11066
11067 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11068
11069         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11070         only when there is progress.
11071
11072 2000-04-13  Mito <mit@nines.nec.co.jp>
11073
11074         * wl-summary.el (wl-summary-sync-marks): Display progress.
11075
11076 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11077
11078         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11079         (wl-summary-prev): Move cursor regardless of unread status.
11080         (wl-summary-next): Ditto.
11081
11082 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11083
11084         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11085         Added argument `target' and `number'.
11086         * tm-wl.el (wl-summary-burst-subr): New function.
11087         (wl-summary-burst): Use it.
11088
11089 2000-04-10  Mito <mit@nines.nec.co.jp>
11090
11091         * wl-mime.el (wl-burst): New function.
11092         (wl-summary-burst): Use it.
11093
11094 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11095
11096         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11097         as petname when there's no candidate.
11098
11099 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11100
11101         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11102         New variable.
11103         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11104
11105         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11106
11107         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11108
11109 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11110
11111         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11112         Use substring of `original' instead of buffer-substring.
11113         (wl-refile-evaluate-rule):
11114         Set `original' argument of wl-refile-expand-newtext.
11115
11116         * wl-summary.el
11117         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11118         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11119         (wl-summary-auto-refile): Check existence of destination folder just
11120         before marking.
11121
11122 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11123
11124         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11125         when wl-refile-get-field-value return nil.
11126
11127 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11128
11129         * wl-refile.el
11130         (wl-refile-expand-newtext): New function imported from Gnus.
11131         (wl-refile-evaluate-rule): Use it.
11132
11133 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11134
11135         * wl-summary.el (wl-summary-print-destination):
11136         Duplicate folder string to avoid putting text-property on
11137         original string.
11138
11139         * wl-refile.el (wl-refile-get-field-value): New function.
11140         (wl-refile-evaluate-rule): New function;
11141         Evaluate refile rule recursively.
11142         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11143         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11144         New function; Check existence of a target folder recursively.
11145         (wl-summary-auto-refile-check-refile-rule-alist):
11146         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11147
11148 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11149
11150         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11151
11152         * wl-folder.el (wl-create-folder-entity-from-buffer):
11153         Fixed problem when '}' character is contained in folder name.
11154
11155         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11156
11157 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11158
11159         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11160         (wl-fldmgr-add-completion-all-completions):
11161         Use wl-fldmgr-add-completion-hashtb.
11162
11163 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11164
11165         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11166         wl-fldmgr-add-completion-subr): New functions.
11167         * wl-folder.el (wl-folder-completion-func): New variable.
11168         * wl-summary.el (wl-summary-read-folder):
11169         Use wl-folder-completion-func.
11170
11171         * wl-refile.el: Eliminate throw & catch.
11172
11173         * wl.el (wl-plugged-sending-queue-status): Fixed.
11174
11175 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11176
11177         * wl-draft.el (wl-draft): Put category property on
11178         mail-header-separator.