* wl-address.el (wl-address-add-or-change): Use `point-at-bol' and `point-at-eol'.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
4         and `point-at-eol'.
5         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
6         Ditto.
7
8 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9
10         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
11         `(beginning-of-line) (point)'.
12
13         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
14         (wl-fldmgr-delete-line): Change from macro to function. Use
15         `point-at-bol' and `point-at-eol'.
16
17         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
18         `function' for lambda.
19
20         * wl.el (wl-plugged-server-indent): Change from macro to function.
21
22         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
23
24         * wl-draft.el (wl-draft-config-body-goto-header)
25         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
26         macro to function.
27
28         * wl-score.el (wl-score-get-alike): Change from macro to
29         inline-function.
30
31         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
32         instead of `mapcar'. Don't use `function' for lambda.
33         (wl-read-search-condition-internal): Don't use `function' for
34         lambda.
35         (wl-kill-buffers): Change from macro to function.
36         (wl-count-lines): Change from macro to inline-function.
37
38         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
39
40         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
41
42         * wl.el (wl-plugged-change): Suppress compile warnings; Use
43         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
44         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
45         * wl-address.el (wl-complete-window-show): Ditto.
46         * wl-message.el (wl-message-select-buffer): Ditto.
47         * wl-template.el (wl-template-show): Ditto.
48         * wl-util.el (wl-collect-summary): Ditto.
49         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
50         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
51         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
52         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
53         (wl-score-edit-insert-number): Ditto.
54
55         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
56         symbol.
57
58         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
59         of `goto-line'.
60
61         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
62
63 2009-12-16  Lloyd Zusman <ljz@asfast.com>
64
65         * wl-summary.el (wl-summary-detect-mark-position): Force
66         the temporary buffer to enable the use of multibyte characters
67         within searches [wl-en:2460].
68
69 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
70
71         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
72         of `beginning-of-buffer'.
73
74 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
75
76         * wl-summary.el (wl-summary-display-raw): New function, display
77         message in raw format.
78
79 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
80
81         * Version number is increased to 2.15.7.
82
83 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
84
85         * wl-summary.el (wl-summary-previous-message-number): New function.
86         (wl-summary-next-message-number): Ditto.
87         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
88         `wl-summary-next-message-number'.
89         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
90         Inline temporary variable `cur-id'.
91         (wl-summary-get-next-unread-folder): Ditto.
92         (wl-summary-get-next-folder): Ditto.
93         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
94
95 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
96
97         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
98
99 2008-09-05  Kenichi Okada  <okada@opaopa.org>
100
101         * wl-summary.el (wl-summary-buffer-folder-name)
102         (wl-draft-config-body-goto-header): Use backquote instead of quote.
103         * wl-draft.el (wl-draft-body-goto-top)
104         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
105
106 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
107
108         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
109         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
110
111 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
112
113         * wl-expire.el: Fix Comentary section.
114
115 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
116
117         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
118         Require mime-parse, elmo-mime, and wl-util.
119
120         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
121
122         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
123
124 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
125
126         * wl-template.el: Require elmo-util and wl-vars.
127
128         * wl-mime.el (wl-mime-display-header): Revert last change.
129         Remove `delete-matching-lines "^$"'.
130
131 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
132
133         * wl-mime.el (wl-define-dummy-functions): Split
134         `eval-when-compile' form for avoid error; when `make
135         compile-strict.
136
137         * wl-util.el: Move (eval-when-compile (require 'static)).
138         * wl-dnd.el: Add (eval-when-compile (require 'static)).
139         * wl-message.el: Ditto.
140
141         * wl-mime.el (wl-message-delete-current-part): Use
142         `insert-buffer-substring' instead of `insert-buffer'.
143         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
144         * wl-draft.el (wl-draft-generate-clone-buffer)
145         (wl-draft-do-mime-bcc): Ditto.
146
147         * wl-address.el: Add (eval-when-compile (require 'cl)).
148         * wl-addrmgr.el: Ditto.
149         * wl-mime.el: Ditto.
150         * wl-util.el: Ditto.
151         * wl-score.el: Ditto.
152
153 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
154
155         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
156         `string-to-int'.
157
158         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
159         `string-to-int'.
160
161         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
162         `string-to-number' instead of `string-to-int'.
163
164         * wl-summary.el (wl-summary-get-list-info)
165         (wl-summary-message-number): Use `string-to-number' instead of
166         `string-to-int'.
167
168         * wl-score.el (wl-score-overview-entity-get-lines)
169         (wl-score-set-mark-below, wl-score-set-expunge-below)
170         (wl-summary-increase-score, wl-score-get-header-entry): Use
171         `string-to-number' instead of `string-to-int'.
172
173         * wl-folder.el (wl-folder-update-diff-line): Use
174         `string-to-number' instead of `string-to-int'.
175
176         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
177         instead of `string-to-int'.
178
179         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
180         instead of `string-to-int'.
181
182         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
183         `string-to-int'.
184
185 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
186
187         * wl-util.el (wl-match-string, wl-match-buffer)
188         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
189         (wl-kill-buffers, wl-local-variable-p)
190         (wl-line-formatter-setup): New backquote style.
191         (wl-count-lines): Use quote instead of backquote.
192
193         * wl-summary.el (wl-summary-buffer-folder-name)
194         (wl-summary-get-alike): Use quote instead of backquote.
195         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
196         backquote style.
197
198         * wl-message.el (wl-message-buffer-cache-buffer-get)
199         (wl-message-buffer-cache-folder-get)
200         (wl-message-buffer-cache-message-get)
201         (wl-message-buffer-cache-entry-make)
202         (wl-message-buffer-cache-hit): New backquote style.
203
204         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
205         backquote.
206         (wl-folder-unread-regex, wl-folder-entity-exists-p)
207         (wl-folder-clear-entity-info)
208         (wl-folder-get-entity-info, wl-folder-set-entity-info)
209         (wl-folder-elmo-folder-cache-get)
210         (wl-folder-elmo-folder-cache-put): New backquote style.
211
212         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
213         (wl-fldmgr-assign-id): Ditto.
214         (wl-fldmgr-delete-line): Use quote instead of backquote.
215         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
216
217         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
218         (wl-draft-set-sent-message): New backquote style.
219         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
220         (wl-draft-config-body-goto-header): Use quote instead of backquote.
221
222 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
223
224         * wl-address.el (wl-address-concat-token): Fix typo.
225
226 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
227
228         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
229         (wl-score-get-alike): Ditto.
230
231         * wl-vars.el: New backquote style.
232         (wl-message-header-button-alist): Use quote instead of backquote.
233
234         * wl.el (wl-plugged-string): New backquote style.
235
236         * wl-address.el (wl-address-concat-token): New backquote style.
237
238         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
239
240 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
241
242         * wl-highlight.el (wl-highlight-folder-opened-regexp)
243         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
244
245         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
246         in the character alternative.
247
248 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
249
250         * Version number is increased to 2.15.6.
251
252 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
253
254         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
255         optional 3rd argument of epg-context-set-progress-callback; it was
256         temporarily removed in the Emacs trunk due to copyright problem.
257         (wl-mime-pgp-verify-region-with-epg): Ditto.
258
259 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
260
261         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
262
263 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-util.el (wl-biff-check-folders): Set biff flag.
266         (from Naoto Morishima [wl:14031])
267
268 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
269
270         * wl.el (wl-plugged-server-indent): Use quote instead of
271         backquote.
272
273 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
274
275         * wl-score.el (wl-score-insert-header): Add guard for
276         `std11-unfold-string'.
277         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
278         TYPE artgument when TO or CC field.
279
280 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-summary.el (wl-summary-goto-folder-subr): Call
283         `elmo-folder-close' instead of `elmo-folder-commit' if discard
284         current summary.
285
286 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-util.el (wl-read-shell-commande): New function or alias.
289
290         * wl-summary.el (wl-summary-pipe-message): Use
291         `wl-read-shell-command' instead of `read-string'.
292         (wl-summary-target-mark-pipe): Ditto.
293
294 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
295
296         * wl-summary.el (wl-summary-reply): Fix docstring.
297         * wl-draft.el (wl-draft-reply): Ditto.
298
299 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-mime.el (wl-summary-extract-attachments): New command.
302         (wl-summary-extract-attachments-1): New internal function.
303
304 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-expire.el (wl-expire-folder): New function (split from
307         wl-summary-expire).
308         (wl-summary-expire): Use it. Add argument `all' instead of remove
309         `nolist'. Cause an error only if this function is calling
310         interactively.
311
312 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-expire.el (wl-expire-refile): Display progress message.
315         (wl-summary-expire): Simplify.
316
317         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
318         unused argument `deleting-info'.
319
320 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * wl-vars.el (wl-message-popup-buffers): New user option.
323
324         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
325         (wl-message-delete-popup-windows): New function that substitues
326         above one.
327         (wl-mime-setup): Follow the above change.
328
329 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
330
331         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
332
333 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
334
335         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
336         "tkm" to wl-thread-spam.
337
338 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-thread.el (wl-thread-entity-insert-as-children): Use
341         wl-thread-entity-set-children.
342         (wl-thread-insert-message, wl-thread-insert-entity-sub,
343         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
344         Use wl-thread-entity-get-*.
345
346 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-mime.el (wl-epg-progress-callback): New function.
349         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
350         with `elmo-with-progress-display'. Set a progress callback
351         function to epg-context.
352         (wl-mime-pgp-verify-region-with-epg): Ditto.
353
354 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-util.el (wl-completing-read-multiple): Define as an alias of
357         `completing-read-multiple' if emacs-version is not less than 22.
358
359 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
362         change.
363
364 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-summary.el (wl-summary-sync-update): Move
367         `wl-thread-update-indent-string-thread' to outside of
368         `elmo-with-progress-display'.
369
370 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-message.el (wl-message-exit): Check buffer existence.
373
374 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-util.el (wl-simple-display-progress): New function.
377         (wl-display-progress-with-gauge): Ditto.
378         (wl-progress-callback-function): Ditto.
379
380         * wl.el (wl-init): Set `elmo-progress-callback-function' as
381         `wl-progress-callback-function'
382
383         * wl-vars.el (wl-display-progress-threshold): New user option.
384         (wl-display-progress-function): Ditto.
385
386         * Version number is increased to 2.15.5.
387
388 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-thread.el (wl-thread-close-children): New function.
391         (wl-thread-open-children): Ditto.
392         * wl-action.el (wl-summary-set-mark): Redo the last change by
393         using it.
394
395         * wl-action.el (wl-summary-set-mark): Undo the last change.
396         Forbid interactive call.
397
398 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-mime.el (wl-define-dummy-functions): New macro.
401         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
402         `wl-mime-pgp-decrypt-region'.
403         (wl-mime-pgp-verify-region-with-epg): Renamed from
404         `wl-mime-pgp-verify-region'.
405         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
406         `wl-mime-pgp-decrypt-region'.
407         (wl-mime-pgp-verify-region-with-pgg): Renamed from
408         `wl-mime-pgp-verify-region'.
409         (wl-mime-pgp-decrypt-region): New function; To select dispatch
410         function at runtime.
411         (wl-mime-pgp-verify-region): Ditto.
412
413         * wl-vars.el (wl-use-pgp-module): New user option.
414
415 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
418         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
419
420 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
423         even if there are target marks only.
424
425 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * Version number is increased to 2.15.4.
428
429 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-folder.el (wl-folder-check-one-entity): Simplify.
432
433 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
436         variable.
437
438 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
439
440         * wl-spam.el (wl-thread-test-spam): New function.
441         (wl-spam-setup): Bind "tkc".
442
443 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-expire.el (wl-folder-expire-entity): Rewite without
446         `wl-summary-goto-folder-subr'.
447         (wl-folder-expire-current-entity): Don't kill summary buffer.
448
449 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-folder.el (wl-folder-sync-entity): Rewrite without
452         `wl-summary-goto-folder-subr'.
453         (wl-folder-mark-as-read-all-entity): Likewise.
454
455         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
456
457 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
458
459         * wl-thread.el (wl-thread-force-open): Arranged.
460
461 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
462
463         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
464         from regexp.
465
466         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
467         (wl-read-search-condition-internal): Append them.
468
469 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-vars.el (wl-additional-search-condition-fields):
472         New user option.
473
474         * wl-util.el (wl-search-condition-fields): New function; export
475         from `wl-read-search-condition-internal'.
476         (wl-read-search-condition-internal): Use it.
477
478         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
479
480 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-summary.el (wl-summary-define-sort-command): New function.
483         (wl-summary-sort-by-date, wl-summary-sort-by-number)
484         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
485         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
486         define by `wl-summary-define-sort-command' at runtime.
487
488         * wl.el (wl-init): Call wl-summary-define-sort-command.
489
490 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
493         properties at the decrypting region.
494
495 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-util.el (wl-find-region): New function.
498
499         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
500         coding system.
501         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
502         property `wl-mime-decoded-coding-system'.
503         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
504         property `wl-mime-decoded-coding-system' to encode text.
505
506         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
507         message.
508         (wl-mime-pgp-verify-region): Ditto.
509
510 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
513         buffer. Use epa-display-verify-result.
514
515 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
516
517         * wl-draft.el (wl-draft-send): Continue even if setting parent
518         flag was failed.
519
520 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
521
522         * wl-message.el (wl-message-flag-indicator): Fixed the problem
523         of returning string only of parentheses.
524
525 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-summary.el (wl-summary-write): Add argument `folder'.
528         (wl-summary-write-current-folder): Change argument `folder' from
529         optional to require.
530         (wl-summary-get-buffer): Return the buffer associated folder only.
531
532         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
533         change.
534         (wl-folder-toggle-disp-summary): Ditto.
535
536         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
537         current summary as parent-folder.
538
539 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
540
541         * wl-draft.el (wl-draft-reedit): Don't overwrite
542         wl-draft-parent-folder.
543
544 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
547         (wl-mime-pgp-verify-region): Ditto.
548         (wl-message-decrypt-pgp-nonmime): Use the above function.
549         (wl-message-verify-pgp-nonmime): Likewise.
550         (wl-mime-preview-application/pgp): Likewise.
551
552 2006-04-20  Kenichi Okada  <okada@opaopa.org>
553
554         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
555         Fix about the order of `wl-nntp-posting-port' and
556         `wl-nntp-posting-stream-type'.
557         * wl.el (wl-plugged-port-label-alist): Add smtp.
558
559 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-summary.el (wl-summary-message-status): New macro.
562
563         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
564         (wl-summary-killed-mark): New user option.
565
566         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
567         API change.
568         (wl-thread-insert-entity-sub): Ditto.
569         (wl-thread-recover-messages): New command.
570
571         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
572         Don't call `wl-highlight-summary-current-line' directly.
573         (wl-summary-buffer-attach): Connect to signal `status-changed'
574         instead of `cache-changed'.
575         (wl-summary-buffer-detach): Follow the above change.
576         (wl-summary-detect-mark-position): Follow the API change.
577         (wl-summary-rescan-message): Ditto.
578         (wl-summary-insert-sequential): Ditto.
579         (wl-summary-update-thread): Ditto.
580         (wl-summary-message-mark): Ditto.
581         (wl-summary-persistent-mark): Ditto.
582         (wl-summary-create-line): Ditto.
583         (wl-summary-prefetch-region-no-mark): Call
584         `wl-summary-persistent-mark' with number.
585         (wl-summary-recover-messages-region): New command.
586         (wl-summary-target-mark-recover): Ditto.
587         (wl-summary-recover-message): Ditto.
588         (wl-summary-persistent-mark-string): Add argument `status' instead
589         of remove arguments `flags' and `cached'.  Treat killed status.
590         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
591
592         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
593         (wl-highlight-summary-line-face-spec): Treat killed status.
594         (wl-highlight-summary-line-string): Follow the API change.
595         (wl-highlight-summary-current-line): Ditto.
596
597         * Version number is increased to 2.15.3.
598
599 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
602         of symbolp to test whether the condition is function.
603
604 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
605
606         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
607         to nil.
608
609 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-buffer-message-ring): New internal
612         variable.
613         (wl-summary-buffer-last-displayed-msg): Abolish.
614         (wl-summary-push-message): New function.
615         (wl-summary-pop-message): Ditto.
616         (wl-summary-goto-folder-subr): Reset
617         `wl-summary-buffer-message-ring'.
618         (wl-summary-pop-to-last-message): New command.
619         (wl-summary-goto-last-displayed-msg): Call
620         wl-summary-pop-to-last-message if optional argument is non-nil or
621         the last command is itself.
622         (wl-summary-redisplay-internal): Push last message number into
623         `wl-summary-buffer-message-ring'.
624
625         * wl-vars.el (wl-summary-message-ring-max): New user option.
626
627 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
630         from `wl-draft-reply').
631         (wl-draft-reply): Use it.
632         (wl-draft-find-reply-headers): Avoid compile warning.
633
634 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
635
636         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
637
638 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * wl-message.el (wl-message-flag-indicator): New function.
641         (wl-message-redisplay): Use it.
642
643 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
646
647 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
650         instead of `read-event'.
651
652         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
653
654         * wl-mule.el (wl-read-event-char): Ditto.
655
656         * wl-e21.el (wl-read-event-char): Ditto.
657
658 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
659
660         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
661
662 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
663
664         * wl-vars.el (wl-draft-send-confirm-type): New user option.
665
666         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
667
668         * wl-draft.el (wl-draft-send-confirm): Confirmation by
669         `wl-draft-send-confirm-type'
670
671 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
672
673         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
674         Avoid error when the buffer name is already used.
675
676 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
677
678         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
679         the change of elmo-nmz -> elmo-search.
680         (wl-highlight-summary-line-help-echo-alist): Ditto.
681         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
682         (wl-nmz-folder-icon): Define as obsolete.
683         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
684         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
685
686 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-summary.el (wl-summary-get-list-info): Rewrite with
689         `elmo-find-list-match-value'
690
691 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
692
693         * wl-summary.el (wl-summary-get-list-info): Optimize.
694         Use List-Id and List-Post also.
695
696 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
699
700 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
701
702         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
703
704 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-util.el (wl-completing-read-multiple-1): New internal function.
707         (wl-completing-read-multiple-2): Ditto.
708         (wl-completing-read-multiple): Define use above functions.
709
710         * wl-summary.el (wl-summary-sort): Removed the workaround for a
711         bug of `completing-read-multiple' about default value.
712
713         * wl-xmas.el (wl-completing-read-multiple): Removed.
714
715         * wl-mule.el (wl-completing-read-multiple): Ditto.
716
717         * wl-e21.el (wl-completing-read-multiple): Ditto.
718
719 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-util.el (wl-filter-associations): New function.
722
723         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
724         (wl-spam-ignored-folder-list): Ditto.
725         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
726         (wl-spam-string-member-p): New function.
727         (wl-spam-domain): Use it.
728         (wl-spam-split-numbers): New function.
729         (wl-spam-apply-partitions): Ditto.
730         (wl-spam-register-spam-messages): Use `folder' instead of
731         `wl-summary-buffer-elmo-folder'.
732         (wl-spam-register-good-messages): Ditto.
733         (wl-summary-exec-action-spam): Decide a domain by real folder of
734         message.
735         (wl-summary-exec-action-refile-with-register): Likewise.
736
737 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-e21.el (wl-e21-find-image): New function.
740         (wl-e21-setup-toolbar): Use it instead of `find-image'.
741         (wl-e21-highlight-folder-group-line): Ditto.
742         (wl-folder-init-icons): Ditto.
743         (wl-plugged-init-icons): Ditto.
744         (wl-biff-init-icons): Ditto.
745
746 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
749         (wl-inhibit-save-drafts): New internal variable.
750         (wl-disable-auto-save): Ditto.
751         (wl-save-drafts): Treat above variables.
752         (wl-auto-save-drafts): New function.
753         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
754         `wl-stop-save-drafts'.
755         (wl-start-save-drafts): New function.
756         (wl-stop-save-drafts): Ditto.
757         (wl-set-auto-save-draft): New command.
758
759         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
760         `wl-set-save-drafts'.
761
762 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
765         `make-local-variable' instead of `make-variable-buffer-local'.
766
767 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
770
771 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
774
775 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
778         of working buffer.
779
780 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
783
784         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
785         value into recipients; Bind `wl-draft-remove-group-list-contents'
786         as nil.
787
788 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-summary.el (wl-summary-sort): Fixed the last change.
791
792         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
793         (wl-summary-sort-messages): Ditto.
794         (wl-summary-rescan): Use it.
795         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
796         `completing-read'; Append candidates for reverse order.
797
798 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * Version number is increased to 2.15.2.
801
802 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
803
804         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
805         "Smaller".
806         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
807
808 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
809
810         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
811
812 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-vars.el (wl-draft-additional-header-alist): Add into the
815         customize group `wl-draft'.
816         (wl-draft-add-in-reply-to): Move customize group from `wl' to
817         `wl-draft'.
818         (wl-draft-add-references): Ditto.
819
820         * wl-action.el (wl-summary-print-argument): Rename argument from
821         `folder' to `data'.
822
823 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-rescan-message): Call
826         `wl-thread-cleanup-symbols' before insert thread.
827
828 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl.el (wl-init): Set `elmo-get-folder-function' as
831         `wl-folder-make-elmo-folder'.
832
833         * wl-spam.el (wl-summary-exec-action-spam): Use
834         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
835
836         * wl-folder.el (wl-folder-make-elmo-folder): New function.
837         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
838         `elmo-make-folder'.
839         (wl-folder-get-elmo-folder): Ditto.
840         (wl-folder-create-subr): Simplify.
841
842 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
845
846 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
847
848         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
849         contents in message buffer instead of original buffer. If optional
850         argument specified, ask coding system for encode.
851
852 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
853
854         * wl-spam.el (wl-summary-test-spam-region): New function.
855         (wl-spam-setup): Bind "rkc".
856
857 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
858
859         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
860
861 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
862
863         * wl-spam.el (wl-summary-test-spam): Fix typo.
864         (wl-message-check-spam): Ditto.
865
866 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-summary.el (wl-summary-default-from): Simplify.
869
870 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-action.el (wl-summary-exec-action-refile): Simplify.
873         (wl-summary-exec-action-copy): Ditto.
874         (wl-summary-auto-refile): Check existence of temporary mark.
875
876 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl-summary.el (wl-summary-create-line): Use
879         `elmo-time-to-datevec'.
880
881         * wl-expire.el (wl-expire-archive-date): Ditto.
882         (wl-expire-localdir-date): Ditto.
883
884         * wl-util.el (wl-day-number): Abolish.
885
886         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
887         of `wl-day-number'.
888         (wl-score-followup): Ditto.
889         (wl-score-add-followups): Ditto.
890         (wl-score-get-latest-msgs): Ditto.
891         (wl-score-get-header-entry): Ditto.
892         (wl-score-edit-insert-date): Ditto.
893
894 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
897         `elmo-message-entity-field' with 2nd argument `type'.
898
899 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
900
901         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
902
903 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-thread.el (wl-thread-delete-message): Delete descendant
906         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
907
908 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
909
910         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
911
912 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
913
914         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
915         `Access folder'.
916
917 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-vars.el (wl-access-folder-icon): New user option.
920
921         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
922         `Access folder'.
923
924 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-summary.el (wl-summary-buffer-set-folder): Use
927         `wl-folder-mime-charset'.
928
929         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
930         `mime-charset'.
931         (wl-folder-get-elmo-folder): Ditto.
932         (wl-folder-mime-charset): New function.
933
934 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-util.el (wl-parse-addresses): Define alias of
937         `elmo-parse-addresses' (move to `elmo-util.el').
938
939         * wl-summary.el (wl-summary-default-from): Follow the API change.
940         (wl-summary-overview-entity-compare-by-date): Ditto.
941         (wl-summary-overview-entity-compare-by-from): Ditto.
942         (wl-summary-get-list-info): Get value of `ml-info' field from
943         entity at first.
944         (wl-summary-rescan-message): Treat prefix argument.
945         (wl-summary-prefetch-msg): Follow the API change.
946         (wl-summary-search-by-subject): Ditto.
947         (wl-summary-insert-thread): Ditto.
948         (wl-summary-line-subject): Ditto.
949         (wl-summary-line-from): Ditto.
950         (wl-summary-create-line): Ditto.
951         (wl-summary-print-message-with-ps-print): Ditto.
952
953         * wl-score.el (wl-score-ov-entity-get): Ditto.
954         (wl-score-followup): Ditto.
955         (wl-score-add-followups): Use `elmo-message-entity-field' instead
956         of `car'.
957         (wl-score-get-latest-msgs): Follow the API change.
958         (wl-score-get-header): Ditto.
959
960         * wl-refile.el (wl-refile-learn): Ditto.
961         (wl-refile-subject-learn): Ditto.
962         (wl-refile-get-field-value): Ditto.
963         (wl-refile-guess-by-history): Ditto.
964         (wl-refile-guess-by-subject): Ditto.
965
966         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
967
968         * wl-expire.el (wl-expire-date-p): Removed.
969         (wl-expire-archive-date): Follow the API change.
970         (wl-expire-localdir-date): Ditto.
971         (wl-summary-expire): Ditto.
972
973         * Version number is increased to 2.15.1.
974
975 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
976
977         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
978         group is access or not (it is not strict, like wl-fldmgr-rename).
979
980 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
981
982         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
983         duplicate call of `wl-summary-print-argument' on the wrong line.
984
985 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
988         even if argument `number' is nil.
989         (wl-summary-insert-line): Print action argument if current message
990         has it.
991
992 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
993
994         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
995         (wl-draft-reply): Ditto.
996         (wl-draft): Add optional argument `parent-number' and call
997         `wl-draft-create-buffer' with it.
998         (wl-draft-create-buffer): Add optional argument
999         `parent-number'. Set wl-draft-parent-number as it.
1000
1001 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1004         buffer is not for given folder, don't use it.
1005
1006 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1007
1008         * Version number is increased to 2.15.0.
1009
1010 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1013
1014         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1015         (wl-highlight-get-face-by-name): New internal function.
1016         (wl-highlight-summary-line-face-spec): Use it and fixed.
1017
1018 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-summary.el (wl-summary-sync-update): Use
1021         `elmo-message-entity-field' instead of `car' to get message-id
1022         from overview entity.
1023
1024         * wl-summary.el (wl-summary-rescan-message): Call
1025         `wl-highlight-summary-displaying' when displaying a message.
1026
1027 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1028
1029         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1030         `wl-draft-config-info-operation'.
1031         (wl-draft-buffer-change-number): New function.
1032         (wl-draft-rename-saved-config): Ditto.
1033         * wl.el (wl-init): Connect slot for message-number-changed.
1034         (toplevel): Add autoload for wl-draft-rename-saved-config.
1035
1036 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1039         `update-overview'
1040         (wl-summary-buffer-detach): Disconnect from it.
1041         (wl-summary-rescan-message): Use command.
1042
1043         * wl-message.el (wl-message-buffer-display): Use
1044         `with-current-buffer' instead of `save-excursion'.
1045
1046 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1049         wl-draft-preview-attributes-list from distraction.
1050
1051 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1052
1053         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1054         `elmo-list-diff'.
1055
1056 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1057
1058         * wl-summary.el
1059         (wl-summary-edit-addresses-collect-candidate-fields): Use
1060         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1061
1062         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1063         instead of `elmo-set-work-buf'.
1064
1065         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1066         (wl-address-make-address-list): Ditto.
1067
1068         * Version number is increased to 2.13.3.
1069
1070 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1073         user option.
1074
1075         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1076         argument `5'.
1077
1078         * wl-message.el (wl-message-display-no-merge-p): New function.
1079         (wl-message-buffer-display): Check whether the message is
1080         reassembled and follow the API change.
1081
1082 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1085         multibyte on working buffer and removed unnecessary
1086         `buffer-disable-undo'.
1087
1088 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1091         change.
1092
1093 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1094
1095         * wl-util.el (wl-read-search-condition-internal): Protect
1096         elmo-global-flags from distraction.
1097
1098 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1101
1102         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1103         (wl-summary-event-handler): Ditto.
1104         (wl-summary-update-persistent-mark-on-event): New
1105         function (renamed from `elmo-event-handler-flag-changed').
1106         (wl-summary-buffer-attach): New function.
1107         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1108         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1109         instead of `elmo-folder-add-handler'.
1110
1111         * Version number is increased to 2.13.2.
1112
1113 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1116         and "\177" to the `wl-news-previous-page'.
1117         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1118         (wl-news-previous-page): New function.
1119
1120 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1123         instead of `write-region' and simplify.
1124
1125 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-template.el (wl-template-select): Cause error if
1128         `wl-template-alist' is nil.
1129
1130 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1131
1132         * wl-news.el.in: Set file variable `no-byte-compile'.
1133
1134 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1135
1136         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1137         whether a target message is within displaying area.
1138         (elmo-event-handler-cache-changed): Ditto.
1139
1140 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1141
1142         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1143         to `defun'.  Use `nconc' instead of `append' to collect descendant
1144         message numbers.
1145
1146 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1147
1148         * wl-thread.el (wl-thread-save-top-list)
1149         (wl-thread-save-entities): Use `with-temp-buffer'.
1150         * wl-news.el.in (wl-news-previous-version-load):
1151         (wl-news-previous-version-save): Ditto.
1152         * wl-summary.el (wl-summary-load-file-object)
1153         (wl-summary-save-view-cache): Ditto.
1154
1155 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1156
1157         * wl-util.el (toplevel): Require 'elmo-flag'.
1158         (wl-read-search-condition): New function (Renamed from
1159         `elmo-read-search-condition').
1160         (wl-read-search-condition-internal): Likewise.
1161
1162         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1163         invalid.
1164         (wl-summary-pick): Use `wl-read-search-condition' instead of
1165         `elmo-read-search-condition'.
1166         (wl-summary-virtual): Ditto.
1167
1168         * wl-folder.el (wl-folder-virtual): Ditto.
1169         (wl-folder-pick): Ditto.
1170
1171         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1172
1173 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-summary.el (wl-summary-reedit): Call
1176         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1177
1178 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-mime.el (toplevel): Require wl-vars.
1181
1182         * wl-message.el (toplevel): Require cl at compile.
1183
1184         * wl-draft.el (toplevel): Require elmo.
1185
1186 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1187
1188         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1189         and do nothing when it is not positive.
1190         (wl-message-buffer-prefetch-next): Ditto.
1191
1192 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1193
1194         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1195         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1196         (wl-summary-redisplay-internal): Ditto.
1197
1198         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1199         message (the condition is borrowed from `wl-check-variables-2').
1200         (wl-summary-redisplay-internal): Ditto.
1201
1202 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-mime.el (wl-draft-nntp-attribute): New function.
1205         (wl-draft-attribute-nntp-posting-server): Use it.
1206         (wl-draft-attribute-nntp-posting-port): Ditto.
1207
1208         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1209         (wl-draft-show-attributes-buffer): Ditto.
1210         (wl-draft-hide-attributes-buffer): Ditto.
1211         (wl-draft-attribute-newsgroups): Ditto.
1212         (wl-draft-attribute-nntp-posting-server): Ditto.
1213         (wl-draft-attribute-nntp-posting-port): Ditto.
1214         (wl-draft-preview-message): Use there functions.
1215
1216         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1217         value.
1218
1219 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1222         (wl-draft-reedit): Ditto.
1223         (wl-draft-queue-flush): Ditto.
1224
1225         * wl-mime.el (wl-message-request-partial): Ditto.
1226         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1227         instead of `elmo-message-fetch'.
1228
1229         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1230
1231         * wl-summary.el (wl-summary-message-string): Ditto.
1232
1233 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-util.el (wl-current-message-buffer): Follow the API change.
1236
1237         * wl-summary.el (wl-summary-redisplay-internal): Call
1238         `wl-summary-mark-as-read' with 2nd argument as nil and update
1239         unread count instead of persistent mark.
1240
1241         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1242         variable.
1243         (wl-message-redisplay): Follow the API change.
1244         (wl-message-buffer-display): Managed mime-entity directly and
1245         return preview buffer only.
1246         (wl-message-display-internal): Rewrite.
1247         (wl-message-buffer-prefetch-subr): Not save return value of
1248         `wl-message-buffer-display'.
1249
1250         * Version number is increased to 2.13.1.
1251
1252 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1253
1254         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1255         'elmo-multiple-fields-body-list' with boundary specified.
1256
1257 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1258
1259         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1260         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1261         cache if `wl-summary-resend-use-cache' is non-nil.
1262
1263 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1264
1265         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1266         (wl-nntp-posting-stream-type): Ditto.
1267
1268 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1269
1270         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1271
1272 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1273
1274         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1275         message.
1276
1277 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1280         Abolish.
1281         (wl-summary-buffer-persistent-mark-version): New internal
1282         variable.
1283         (wl-summary-update-mark-and-highlight-window): Check by
1284         wl-summary-persistent-mark-invalid-p.
1285         (wl-summary-update-status-marks): Ditto.
1286         (elmo-event-handler-flag-changed): Rewrite.
1287         (elmo-event-handler-cache-changed): Define.
1288         (wl-summary-prefetch-msg): Does not update persistent mark here.
1289         (wl-summary-delete-cache): Ditto.
1290         (wl-summary-resume-cache-status): Ditto.
1291         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1292         (wl-summary-persistent-mark-invalid-p): New function.
1293         (wl-summary-validate-persistent-mark): Ditto.
1294         (wl-summary-validate-persistent-mark-string): Ditto.
1295         (wl-summary-invalidate-persistent-mark): Ditto.
1296         (wl-summary-update-persistent-mark): Call
1297         `wl-summary-validate-persistent-mark'.
1298         (wl-summary-create-line): Call
1299         `wl-summary-validate-persistent-mark-string'.
1300
1301         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1302         status as t if cache used.
1303
1304 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1305
1306         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1307         only if the target is group.
1308         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1309
1310 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1311
1312         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1313
1314 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1315
1316         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1317
1318         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1319
1320 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1321
1322         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1323         (Thanks to Yoichi NAKAYAMA).
1324
1325 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1326
1327         * wl-util.el (wl-save-drafts): Restore echo area.
1328
1329 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1330
1331         * Version number is increased to 2.13.0.
1332
1333         * wl-util.el (wl-biff-check-folder-async): Use
1334         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1335
1336 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1337
1338         * wl-message.el (wl-message-display-internal): Does not put
1339         wl-message-display-type property on message buffer.
1340         (wl-message-buffer-display-type): New function.
1341
1342         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1343
1344         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1345         `wl-summary-buffer-detach'.
1346         (wl-summary-message-display-type): Use
1347         `wl-summary-buffer-display-type'.
1348
1349 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1352         buffer-local.
1353
1354         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1355         kill-buffer-hook instead of make-local-variable.
1356         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1357
1358 2004-12-12  Scott Renfro <scott@renfro.org>
1359
1360         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1361         regex for square-branket.
1362
1363 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1364
1365         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1366         `wl-message-mime-analysis-p' with argument `header'.
1367
1368 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-mime.el (wl-draft-yank-current-message-entity): 
1371         Switch to no-mime following method according to wl-message-display-type
1372         property.
1373         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1374
1375         * wl-message.el (wl-message-display-internal): 
1376         Put wl-message-display-type property on message buffer.
1377
1378         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1379         (wl-message-display-internal): Ditto;
1380
1381         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1382
1383 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1384
1385         * wl-message.el (wl-message-make-display-type): New function.
1386         (wl-message-display-type-property): Ditto.
1387         (wl-message-mime-analysys-p): Ditto.
1388         (wl-message-display-all-header-p): Ditto.
1389         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1390         added `display-type'.
1391         (wl-message-buffer-display): Likewise.
1392         (wl-message-display-internal): Likewise.
1393         (wl-message-buffer-display-type): Abolish.
1394         (wl-message-buffer-prefetch-subr): Follow the API changed.
1395
1396         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1397         from wl-summary-buffer-display-all-header and changed default value.
1398         (wl-summary-message-display-type): New function.
1399         (wl-summary-buffer-display-mime-mode): Ditto.
1400         (wl-summary-buffer-display-header-mode): Ditto.
1401         (wl-summary-toggle-mime): Rewrite with above functions.
1402         (wl-summary-toggle-all-header): Ditto.
1403         (wl-summary-redisplay): Force redisplay with default mode.
1404         (wl-summary-redisplay-internal): Renamed argument from `mode',
1405         `all-header' to `mime-mode', `header-mode'.
1406         Use `wl-message-make-display-type'.
1407
1408         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1409         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1410
1411 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1412
1413         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1414
1415 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1416
1417         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1418         in original message buffer.
1419         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1420         buffer.
1421
1422 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1423
1424         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1425
1426 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1427
1428         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1429
1430 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1431
1432         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1433         when actions succeeded.
1434         (wl-summary-exec-action-copy): Likewise.
1435
1436 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1437
1438         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1439         there is switch-to-buffer at the end of wl-message-select-buffer.
1440         (wl-summary-reply): Ditto.
1441
1442 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1443
1444         * wl-summary.el (wl-summary-forward): Put subject in original
1445         message buffer as argument of wl-draft-forward.
1446         * wl-draft.el (wl-draft-forward): Decode subject as in
1447         wl-draft-reply.
1448
1449 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1450
1451         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1452         a folder under access group.
1453
1454 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1455
1456         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1457         wl-message-buffer-display.
1458
1459         * wl-util.el (wl-set-save-drafts): Fix typo.
1460
1461 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1464         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1465         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1466         the way to measure the width of a bitmap image; don't put face on
1467         ascii and bitmap images; put the mark which should not use the
1468         variable-pitch face on ascii and bitmap images.
1469         (wl-demo-setup-properties): Don't use the variable-pitch face on
1470         ascii and bitmap images; made it work on Emacs 20 and earlier.
1471         (wl-demo-insert-text): End with a newline at the bottom; don't put
1472         face on text.
1473
1474         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1475
1476 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1477
1478         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1479
1480         * wl-util.el (wl-save-drafts): Moved from sample setting.
1481         (wl-set-save-drafts): New function to set idle timer.
1482         * wl-draft.el (wl-draft): Call it.
1483         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1484
1485 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1488         a summary which has toggle display status off.
1489
1490 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1491
1492         * wl-draft.el (wl-draft-do-fcc): No cache save.
1493
1494 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1495
1496         * wl-summary.el (elmo-event-handler-flag-changed): Use
1497         `set-buffer' instead of `with-current-buffer'.
1498
1499 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1500
1501         * wl-summary.el (wl-summary-after-resize-function): New function.
1502         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1503         window-size-change-functions.
1504
1505 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-draft.el (wl-draft-create-buffer): Bind
1508         `change-major-mode-hook' after current buffer is changed.
1509
1510         * wl-summary.el (wl-summary-buffer-detach): New function.
1511         (wl-summary-buffer-set-folder): Call it.
1512         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1513         change-major-mode-hook and kill-buffer-hook.
1514         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1515         (wl-summary-switch-to-clone-buffer): Ditto.
1516         (wl-summary-goto-folder-subr): Ditto.
1517
1518 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1519
1520         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1521         after boundp check.
1522
1523 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1526         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1527         for `kill-buffer'.
1528
1529         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1530         handler of current buffer from elmo-folder.
1531
1532 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1533
1534         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1535
1536 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1537
1538         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1539         variable.
1540         (wl-summary-event-handler): New class.
1541         (elmo-event-handler-flag-changed): Define to update persistent
1542         mark.
1543         (wl-summary-buffer-set-folder): Register event handler to
1544         elmo-folder.
1545         (wl-summary-exit): Unregister event handler.
1546         (wl-summary-goto-folder-subr): Ditto.
1547         (wl-summary-mark-as-read-all): Does not call
1548         `wl-summary-update-persistent-mark' directly.
1549         (wl-summary-mark-as-read-internal): Ditto.
1550         (wl-summary-set-persistent-mark-internal): Ditto.
1551         (wl-summary-set-flags-internal): Ditto.
1552
1553         * Version number is increased to 2.11.33.
1554
1555 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1556
1557         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1558         to nil.
1559
1560 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1561
1562         * wl-spam.el (wl-spam-setup): Add hook
1563         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1564         instead of `wl-summary-prepare-hook'.
1565
1566         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1567         if folder type is `'flag'.
1568         (wl-summary-mark-as-important): Ditto.
1569
1570 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1571
1572         * wl-address.el (wl-address-minibuffer-history): New variable.
1573         (wl-address-minibuffer-local-map): New keymap.
1574         (wl-address-read-from-minibuffer): New function.
1575
1576         * wl-action.el (wl-summary-get-resend-address): Use
1577         `wl-address-read-from-minibuffer' instead of `completing-read'.
1578
1579 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1580
1581         * Version number is increased to 2.11.32.
1582
1583 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1584
1585         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1586         without mule to iso-8859-1.
1587         (wl-draft-add-in-reply-to): Add note in description.
1588         (wl-draft-add-references): Ditto.
1589
1590 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1591
1592         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1593         definition for `m'.
1594         (wl-summary-mode-line-format): Add '[%m]'.
1595         (wl-message-mode-line-format-spec-alist): Ditto.
1596         (wl-summary-display-mime-mode-list): New variable.
1597
1598         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1599         from wl-summary-buffer-display-as-is.
1600         (wl-summary-buffer-display-all-header): New buffer local variable.
1601         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1602         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1603         instead of wl-summary-buffer-display-as-is.
1604         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1605         (wl-summary-set-persistent-mark): Ditto.
1606         (wl-summary-set-message-buffer-or-redisplay): Just call
1607         `wl-summary-redisplay-internal' without optional arguments.
1608         (wl-summary-toggle-mime): Rewrite.
1609         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1610         (wl-summary-toggle-all-header): New function.
1611         (wl-summary-redisplay-internal): Treat mime mode.
1612
1613         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1614         to wl-mime-preview-follow-no-mime.
1615         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1616         accodring to the display-mode.
1617
1618         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1619         (wl-message-buffer-display): Changed argument name from `as-is' to
1620         `mode'.
1621         (wl-message-display-internal): Ditto;
1622         Bind elmo-mime-display-header-analysis according to the mode.
1623         (wl-message-display-internal): Put wl-message-display-mime-mode
1624         property on entire buffer.
1625
1626 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1627
1628         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1629
1630 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1631
1632         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1633         Don't extract mail address.
1634         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1635
1636         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1637
1638         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1639
1640 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1641
1642         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1643         wl-fldmgr-cut-entity-list on confirmation.
1644
1645 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1648         (wl-mime-quit-preview): Check existence of
1649         mime-edit-temp-message-buffer here.
1650
1651 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1652
1653         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1654         after deletion.
1655
1656         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1657         before calling wl-mime-quit-preview.
1658
1659 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * wl-summary.el (wl-summary-pick): If call it with prefix
1662         argument, set `delete-marks' as non-nil. Pick from only visible
1663         messages.
1664         (wl-summary-check-target-mark): New function.
1665         (wl-summary-target-mark-mark-as-read): Use it.
1666         (wl-summary-target-mark-mark-as-unread): Ditto.
1667         (wl-summary-target-mark-operation): Ditto.
1668         (wl-summary-target-mark-set-flags): Ditto.
1669         (wl-summary-target-mark-save): Ditto.
1670         (wl-summary-target-mark-pick): Ditto.
1671         (wl-summary-target-mark-forward): Ditto.
1672         (wl-summary-target-mark-reply-with-citation): Ditto.
1673         (wl-summary-target-mark-print): Ditto.
1674         (wl-summary-target-mark-uudecode): Ditto.
1675
1676         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1677         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1678         with `ask-coding' is non-nil.
1679
1680 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-thread.el (wl-thread-set-parent): If parent is a message
1683         which is identified by references, set linked as nil.
1684
1685 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1686
1687         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1688         (wl-message-mode-line-format-spec-alist): Ditto.
1689         (wl-message-mode-line-format): Ditto.
1690         (wl-summary-mode-line-format): Ditto for docstring.
1691         (wl-summary-no-mime-folder-list): Fix typo.
1692
1693         * wl-util.el (wl-current-message-buffer): Call
1694         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1695
1696         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1697         variable.
1698         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1699         of `wl-summary-redisplay-no-mime'.
1700         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1701         (wl-summary-toggle-mime): New function.
1702         (wl-summary-redisplay-all-header): Rewrite.
1703         (wl-summary-redisplay-no-mime): Ditto.
1704         (wl-summary-redisplay-internal): Added argument `as-is' and
1705         `all-header'.
1706
1707         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1708         New variable.
1709         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1710         bottom.
1711         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1712         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1713         "/" unconditionally.
1714
1715         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1716         wl-mime-preview-follow-no-mime for as-is content.
1717         (wl-mime-preview-follow-no-mime): New function.
1718         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1719
1720         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1721         and added `as-is', `all-header'.
1722         (wl-message-buffer-display): Ditto.
1723         (wl-message-buffer-display-type): New function.
1724
1725 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1726
1727         * wl-vars.el (wl-message-header-button-alist): Change default
1728         value.
1729         (wl-message-body-button-alist): Ditto.
1730
1731 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1732
1733         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1734
1735 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1736
1737         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1738
1739 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1740
1741         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1742         is always true.
1743
1744 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1747         on null entity.
1748
1749 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1750
1751         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1752
1753 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * wl-vars.el (wl-summary-resend-hook): New hook.
1756
1757         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1758         `wl-summary-resend-hook'.
1759
1760 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1761
1762         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1763         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1764         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1765         (wl-summary-new-cached-mark): Changed default value to 'n'.
1766         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1767         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1768         (wl-folder-sync-range-alist): Remove spec for 'flag.
1769         (wl-summary-force-prefetch-folder-list): New user option.
1770
1771         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1772         `wl-summary-toggle-persistent-mark'.
1773         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1774         number is nil.
1775         (wl-summary-mark-as-answered-region): Set interactive argument of
1776         `wl-summary-set-persistent-mark-internal'.
1777         (wl-summary-mark-as-important-region): Ditto.
1778         (wl-summary-unset-persistent-mark): Ditto.
1779         (wl-summary-set-persistent-mark): Ditto.
1780         (wl-summary-mark-as-answered): Ditto.
1781         (wl-summary-mark-as-important): Ditto.
1782         (wl-summary-set-persistent-mark-internal): Do nothing
1783         when `elmo-message-flag-available-p' is nil.
1784         (wl-summary-toggle-persistent-mark): New function.
1785         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1786         when the folder matches `wl-summary-force-prefetch-folder-list'.
1787
1788
1789         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1790         when number is nil.
1791         (wl-highlight-summary-forwarded-face): New face.
1792
1793 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1794
1795         * Version number is increased to 2.11.31.
1796
1797 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1798
1799         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1800         (wl-biff-check-folder-async): Ditto.
1801         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1802
1803 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1804
1805         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1806         Add an argument `reverse'.  All callers are updated.
1807         (wl-summary-sort): Add a prefix argument `reverse' to specify
1808         reverse sorting.
1809         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1810         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1811         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1812
1813 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-message.el (wl-message-redisplay): Does not narrow header if
1816         disply-type is all-header or as-is.
1817
1818         * wl-summary.el (wl-summary-enter-handler): Use
1819         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1820
1821 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1824         after adding wl-draft-parent-variables.
1825         (wl-draft-forward): Ditto.
1826
1827 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1828
1829         * wl-summary.el (wl-summary-sync-marks): Call
1830         `wl-summary-set-persistent-mark' and
1831         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1832         (wl-summary-set-persistent-mark-internal): Add 4th argument
1833         `no-server'.
1834         (wl-summary-unset-persistent-mark): Ditto.
1835         (wl-summary-set-persistent-mark): Ditto.
1836         (wl-summary-add-flags-internal): Abolish.
1837         (wl-summary-remove-flags-internal): Ditto.
1838         (wl-summary-mark-as-important-internal): Ditto.
1839         (wl-summary-mark-as-important): Use
1840         `wl-summary-set-persistent-mark' instead of
1841         `wl-summary-add-flags-internal'.
1842         (wl-summary-mark-as-important-region): Ditto.
1843
1844         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1845
1846         * wl-summary.el (wl-summary-get-available-flags): New function.
1847         (wl-summary-sync-marks): Use it and simplified.
1848         (wl-summary-unset-persistent-mark): Use
1849         `wl-summary-get-available-flags'.
1850         (wl-summary-set-persistent-mark): Ditto.
1851
1852 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1853
1854         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1855         id.
1856
1857 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1858
1859         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1860         number, call `wl-summary-prev-line-content'. Show message when the
1861         message is not found.
1862
1863 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1864
1865         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1866         wl-summary-enter-handler.
1867         (wl-summary-enter-handler): New command.
1868
1869         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1870         docstring and custom spec.
1871
1872         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1873         flags too; Don't treat Cached and New.
1874         (wl-summary-set-persistent-mark): Ditto.
1875
1876         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1877         `wl-folder-set-flag'.
1878
1879         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1880         instead of `wl-folder-set-flag'.
1881
1882         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1883         for completion.
1884         (wl-summary-set-persistent-mark): Ditto.
1885
1886         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1887         instead of `wl-draft-quit-preview'.
1888
1889         * wl-mime.el (toplevel): Avoid compile warning.
1890         (wl-mime-quit-preview): New function
1891         (formarly defined as `wl-draft-quit-preview').
1892         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1893         quitting method.
1894
1895         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1896
1897         * wl-folder.el (wl-folder-set-flag): Renamed from
1898         `wl-draft-set-flag-on-parent'.
1899
1900         * wl-draft.el (wl-draft-quit-preview): New function.
1901         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1902         (wl-draft-send): Call `wl-folder-set-flag' instead of
1903         `wl-draft-set-flag-on-parent'.
1904         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1905
1906 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1907
1908         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1909         (wl-draft-send): Ditto.
1910
1911 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1914         (wl-draft-kill-pre-hook): Set default value as nil.
1915         (wl-summary-reply-hook): Ditto.
1916         (wl-draft-kill-flags): Abolish.
1917
1918         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1919         (wl-draft-parent-variables): Renamed from
1920         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1921         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1922         argument; Add wl-draft-parent-variables to
1923         wl-draft-config-variables.
1924         (wl-draft-reply): Likewise.
1925         (wl-draft-kill-flags): Abolish.
1926         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1927         (wl-draft-set-flag-on-parent): New function.
1928         (wl-draft-setup-parent-flag): Ditto.
1929
1930 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1931
1932         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1933         `wl-draft-parent-folder' is "".
1934
1935 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1936
1937         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1938         (wl-summary-digit-jump): New function.
1939         (Adviced by John Owens and Hiroya Murata)
1940
1941         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1942         (Adviced by John Owens)
1943
1944         * wl-xmas.el (wl-message-define-keymap): Ditto.
1945
1946         * wl-mule.el (wl-message-define-keymap): Ditto.
1947
1948 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1949
1950         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1951         change of return value of elmo-folder-count-flags.
1952
1953         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1954         (wl-summary-mark-as-read-internal): Ditto.
1955         (wl-summary-set-persistent-mark-internal): Ditto.
1956         (wl-summary-folder-info-update): Ditto.
1957         (wl-summary-sync-update): Fixed the last change.
1958
1959         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1960
1961 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1962
1963         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1964         (wl-draft-kill-flags): Fixed docstring.
1965
1966         * wl-draft.el (wl-draft-kill-flags): New function.
1967         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1968
1969 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1970
1971         * wl-vars.el (wl-reply-hook): Abolish.
1972         (wl-draft-reply-hook): New hook.
1973         (wl-summary-reply-hook): Ditto.
1974         (wl-draft-forward-hook): Ditto.
1975         (wl-summary-forward-hook): Ditto.
1976         (wl-draft-kill-flags): New variable.
1977
1978         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1979         wl-summary-set-persistent-mark-internal.
1980         (wl-summary-sync-marks): Use elmo-preserved-flags.
1981         (wl-summary-update-persistent-mark): Make it interactive.
1982         (wl-summary-set-persistent-mark-internal): New inline function.
1983         (wl-summary-mark-as-answered): Use it.
1984         (wl-summary-mark-as-unanswered): Ditto.
1985         (wl-summary-unset-persistent-mark): New function.
1986         (wl-summary-set-persistent-mark): Ditto.
1987         (wl-summary-reply): Don't set answered flag;
1988         Run wl-summary-reply-hook instead.
1989         (wl-summary-forward): Call wl-draft-forward with number.
1990         Run wl-summary-forward-hook.
1991
1992         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1993         (wl-highlight-summary-line-face-spec): Use it as a default
1994         persistent mark face.
1995
1996         * wl-draft.el (wl-draft-forward): Added optional argument number;
1997         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1998         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1999         (wl-draft-kill): Use wl-draft-kill-flags.
2000
2001         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2002
2003         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2004         of return value of elmo-folder-count-flags.
2005
2006         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2007
2008         * wl-summary.el (wl-summary-count-unread): Ditto.
2009         (wl-summary-sync-update): Follow the change above.
2010         (wl-summary-force-prefetch): New function.
2011
2012 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2013
2014         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2015         variable `buf' with `let' instead of `setq'.
2016
2017 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2020         add Content-Disposition heaeder on the deleted part.
2021
2022 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-draft.el (wl-draft-save): Encode address list under edit by
2025         `eword-encode-unstructured-field-body'.
2026
2027         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2028
2029 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2032         wl-current-summary-buffer.
2033
2034 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2035
2036         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2037         `numbers' is ignored.
2038
2039 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-folder.el (wl-folder-open-folder): Avoid error.
2042         Reported by John Owens, [wl-en:815]
2043
2044         * wl.el (wl): Set timer for biff process even if prefix argument
2045         is given or auto-checking is quitted.
2046
2047         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2048         immediately.
2049         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2050         (wl-toggle-plugged): Ditto.
2051
2052         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2053         * wl-util.el (wl-biff-start): Use idle timer if
2054         `wl-biff-use-idle-timer' is non-nil.
2055
2056 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2057
2058         * wl-highlight.el (wl-highlight-message): Fix description.
2059
2060 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2061
2062         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2063         tty.
2064
2065 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-action.el (wl-summary-exec): Print failure count.
2068
2069 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2072         to `defun', remove interactive form.
2073         Set elmo-message-fetch-confirm when force-reload is non-nil.
2074
2075 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-summary.el (toplevel): Removed unnecessary autoload.
2078
2079 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2080
2081         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2082         the buffer is generated from another message buffer.
2083
2084 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2085
2086         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2087         extracted from `wl-fldmgr-save-folders'.
2088         (wl-fldmgr-delete): Call it after deletion.
2089
2090 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2091
2092         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2093         multi-tty support.
2094
2095 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2096
2097         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2098
2099 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2100
2101         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2102         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2103
2104 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2107         unsubscribe list only if argument CLEAR is nil.
2108
2109 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2110
2111         * wl-draft.el (wl-draft-reply): Decode subject before removing
2112         Re: prefix.
2113
2114 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2115
2116         * wl-summary.el (wl-summary-sort-by-size): New command.
2117
2118 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2119
2120         * wl-summary.el (wl-summary-number-list-from-region): New
2121         function.
2122         (wl-summary-mark-as-read-region): Use it.
2123         (wl-summary-mark-as-unread-region): Ditto.
2124         (wl-summary-set-flags-region): Ditto and add optional argument
2125         remove.
2126         (wl-summary-mark-as-answered-region): Ditto.
2127         (wl-summary-mark-as-important-region): Ditto.
2128         (wl-summary-target-mark-mark-as-important): Added optional
2129         argument remove.
2130         (wl-summary-target-mark-mark-as-answered): Ditto.
2131         (wl-summary-target-mark-set-flags): Ditto.
2132
2133 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2134
2135         * wl-summary.el (wl-summary-set-flags-region): Call
2136         `wl-summary-set-flags-internal' with number list instead of call
2137         one by each message.
2138         (wl-summary-target-mark-set-flags): Likewise.
2139
2140 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2141
2142         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2143         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2144         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2145         (wl-summary-target-mark-mark-as-answered): Likewise.
2146
2147 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2148
2149         * wl-summary.el (wl-summary-target-mark-forward): Use
2150         `wl-summary-delete-all-target-marks' instead of
2151         `wl-summary-delete-all-temp-marks'.
2152         (wl-summary-target-mark-reply-with-citation): Ditto.
2153         (wl-summary-target-mark-uudecode): Ditto.
2154         (wl-summary-target-mark-set-flags): Ditto and remove needless
2155         cursor move.
2156
2157 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2158
2159         * wl-summary.el (wl-summary-target-mark-forward): Protect
2160         wl-summary-buffer-target-mark-list from nreverse.
2161         (wl-summary-target-mark-reply-with-citation): Ditto.
2162
2163 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2164
2165         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2166         `elmo-display-progress-threshold'.
2167
2168 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2171         check `wl-summary-highlight'.
2172         (wl-summary-window-scroll-functions): Respect value of
2173         `wl-summary-highlight'.
2174         (wl-summary-sync-update): Run hooks
2175         `wl-summary-buffer-window-scroll-functions' at any time.
2176
2177 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2178
2179         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2180         from `wl-summary-cleanup-temp-marks'.
2181         (wl-summary-cleanup-temp-marks): Abolish argument.
2182         * wl.el (wl-save-status): Revert previous change.
2183         (wl-execute-temp-marks): New function, call
2184         `wl-summary-exec-with-confirmation'.
2185         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2186         (wl-folder-save-and-exec-marks): Abolished.
2187
2188 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * wl-e21.el (wl-e21-display-image-p): Respect
2191         `wl-highlight-folder-with-icon'.
2192         (wl-e21-highlight-folder-group-line): Highlight mouse line
2193         even if wl-e21-display-image-p is nil.
2194
2195         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2196         Respect value of `wl-summary-highlight'.
2197
2198         * wl.el (wl-save-status): Remove unused variable.
2199
2200         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2201         (wl-folder-mode-map): Bind it to "x".
2202
2203 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2204
2205         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2206
2207         * wl-thread.el (wl-thread-get-parent-list): Don't check
2208         disconnected ancestors, neglecting needless work in
2209         `wl-thread-update-indent-string-thread'.
2210
2211         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2212         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2213         argument, add argument default-keep to keep marks by default.
2214
2215         * Version number is increased to 2.11.30.
2216
2217         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2218         customization type and docstring.
2219         (wl-draft-reply-without-argument-list): Ditto.
2220
2221 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2222
2223         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2224
2225         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2226
2227 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2228
2229         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2230
2231 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2232
2233         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2234         save-excursion so as not to include run-hooks.
2235
2236 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2237
2238         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2239         Clarify that marks are going to be cleared.
2240
2241 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2244         according to 3rd element of wl-summary-flag-mark.
2245
2246         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2247
2248 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-action.el (wl-summary-target-mark-all): Don't set
2251         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2252
2253 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2256         (wl-forward-subject-prefix): Ditto.
2257         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2258         (wl-draft-reply-make-subject): Ditto.
2259
2260         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2261         `wl-draft-forward'.
2262         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2263
2264 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2265
2266         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2267         target message does not exist.
2268
2269 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2270
2271         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2272         `wl-subject-prefix-regexp'.
2273         (wl-subject-forward-prefix-regexp): New variable.
2274         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2275         `wl-draft-strip-subject-re' and take regexp as argument.
2276         (wl-draft-forward): Use it.
2277         (wl-draft-reply): Ditto.
2278
2279 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2280
2281         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2282         emacs multi-tty support.
2283
2284 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2285
2286         * wl-e21.el (wl-e21-display-image-p): Don't call
2287         `display-images-p'.
2288         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2289         support.
2290         (wl-highlight-folder-current-line): Ditto.
2291         (wl-folder-init-icons): Ditto.
2292
2293 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2294
2295         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2296         the last line of summary in unplugged mode.
2297
2298 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2299
2300         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2301
2302 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2303
2304         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2305         * wl-address.el (wl-address-user-mail-address-p): Use it.
2306         (wl-address-delete-user-mail-addresses): Ditto.
2307         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2308
2309         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2310         (wl-address-delete-user-mail-addresses): Ditto.
2311
2312         * wl-address.el (wl-address-delete-user-mail-addresses): New
2313         function.
2314         * wl-refile.el (wl-refile-guess-by-history): Use it.
2315         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2316         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2317
2318         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2319         use wl-address-user-mail-address-p.
2320
2321 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2322
2323         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2324         after opening group.
2325
2326 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2327
2328         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2329         of elmo-set-buffer-multibyte.
2330
2331         * wl-message.el (wl-original-message-mode): Ditto.
2332
2333         * wl-score.el (wl-score-insert-header): Ditto.
2334
2335         * wl-summary.el
2336         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2337         (wl-summary-goto-folder-subr): Ditto.
2338         (wl-summary-insert-headers): Ditto.
2339
2340         * wl-util.el (wl-set-string-width): Ditto.
2341
2342         * Version number is increased to 2.11.29.
2343
2344 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345
2346         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2347         (wl-highlight-summary-line-help-echo-alist): New variable.
2348         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2349         into `wl-highlight-summary-line-help-echo' and
2350         `wl-highlight-flag-folder-help-echo'.
2351         (wl-highlight-summary-line-string): Change accordingly.
2352         (wl-highlight-summary-current-line): Ditto.
2353
2354 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2355
2356         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2357         at the beginning of field body (Thanks to Markus Knittig).
2358
2359         * wl-draft.el (wl-draft-insert-current-message): Also check
2360         summary buffer, remove unnecessary tag.
2361
2362 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2363
2364         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2365         when wl-message-buffer is nil.
2366
2367         * wl-folder.el (wl-folder): Abolish unused argument.
2368         Call wl-folder-init when wl-folder-entity is nil.
2369         * wl.el (wl): Change accordingly.
2370
2371 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372
2373         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2374         multibyte string before insert into draft buffer.
2375         (wl-draft-create-buffer): Always enable multibyte characters for
2376         draft buffer.
2377
2378         * Version number is increased to 2.11.28.
2379
2380 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2381
2382         * wl-folder.el (wl-folder-open-close): Handle blank line.
2383         (wl-folder-jump-to-current-entity): Ditto.
2384
2385 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * Version number is increased to 2.11.27.
2388
2389 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-thread.el (wl-thread-insert-message): When the thread is
2392         devided by wl-summary-max-thread-depth, insert line at the end of
2393         buffer.
2394
2395 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2396
2397         * Version number is increased to 2.11.26.
2398
2399 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2400
2401         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2402
2403 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2406         value of stream-type and session.
2407
2408 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2409
2410         * Version number is increased to 2.11.25.
2411
2412 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2413
2414         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2415         in a quit message.
2416
2417 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2420         (wl-summary-redisplay-no-mime-internal): Ditto.
2421
2422 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2425         * wl-vars.el (wl-smtp-connection-type): Ditto.
2426
2427 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2428
2429         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2430         for the separator line and quote mail-header-separator.
2431
2432 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2433
2434         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2435         result message.
2436
2437         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2438         `elmo-multiple-fields-body-list' with boundary as
2439         mail-header-separator.
2440
2441 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2442
2443         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2444
2445 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2446
2447         * wl-util.el (wl-list-diff): Remove unused function.
2448
2449         * wl-draft.el (wl-draft-send-confirm): Discard input before
2450         confirmation.
2451
2452 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2453
2454         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2455         order of flag and new.
2456
2457 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2458
2459         * wl-vars.el (wl-refile-policy-alist): Abolished.
2460
2461         * wl-action.el (wl-summary-set-action-refile): Follow the change
2462         above.
2463
2464 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * wl-highlight.el (wl-highlight-signature-search): Don't use
2467         re-search-backward for a long word since it is possible to crash
2468         XEmacs because of a bug.
2469
2470 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2471
2472         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2473
2474 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2475
2476         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2477         argument for wl-summary-sync-force-update.
2478
2479 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2480
2481         * wl-summary.el (wl-summary-mode-map): Revival of
2482         wl-summary-mark-as-important related bindings;
2483         Bind 'F','tF','mF','rF','m&'.
2484         (wl-summary-mark-as-important-region): Revival.
2485         (wl-summary-target-mark-mark-as-important): Ditto.
2486         (wl-summary-target-mark-operation): New function.
2487         (wl-summary-target-mark-mark-as-answered): Use it.
2488         (wl-summary-decide-flag): Don't set Important as default.
2489         (wl-summary-mark-as-important-internal): Revival.
2490         (wl-summary-mark-as-important): Ditto.
2491
2492         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2493
2494         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2495         instead of facep.
2496
2497 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2498
2499         * wl-dnd.el (wl-dnd-drop-func): Fix.
2500
2501         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2502         mouse-set-point instead of posn-point.
2503
2504         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2505
2506         * wl-mule.el (wl-completing-read-multiple): Ditto.
2507
2508 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * wl-demo.el (face-background-name): Defalias to avoid compile
2511         warning.
2512
2513 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-summary.el (wl-summary-decide-flag): Use
2516         wl-completing-read-multiple instead of completing-read-multiple.
2517
2518         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2519         New alias.
2520
2521         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2522         Use face-background-name instead of face-background.
2523
2524         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2525
2526         * wl-summary.el (wl-summary-save): Use it.
2527         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2528
2529         * wl-mime.el (wl-mime-save-content): Fix last change.
2530
2531 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2532
2533         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2534         New function.
2535         (wl-summary-sort-specs): Added sort.
2536         * wl-mime.el (wl-mime-save-content): Expand file name.
2537
2538 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2541
2542         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2543
2544 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2547         for flag if it is not defined.
2548
2549 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-e21.el (wl-highlight-folder-current-line): Use
2552         elmo-folder-type-internal when elmo-folder-type returns nil.
2553
2554         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2555
2556         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2557
2558         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2559
2560         * wl-e21.el (wl-summary-toolbar): Ditto.
2561
2562         * wl-vars.el (wl-demo-background-color): Abolished.
2563         (wl-summary-persistent-mark-priority-list): Renamed from
2564         wl-summary-flag-priority-list.
2565         (wl-summary-flag-alist): New user option.
2566         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2567         (wl-message-mode-line-format-spec-alist): Added 'F'.
2568         (wl-message-mode-line-format): Likewise.
2569         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2570         instead of wl-summary-important-mark.
2571         (wl-file-folder-icon): New variable.
2572
2573         * wl-thread.el (wl-thread-set-flags): Renamed from
2574         wl-thread-mark-as-important.
2575
2576         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2577         warning.
2578         (wl-summary-mode-menu-spec): Follow the change of 
2579         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2580         (wl-summary-mode-map): Follow the change of
2581         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2582         (wl-summary-detect-mark-position): Follow the variable name change.
2583         (wl-summary-set-flags-region): New function for the replacement of
2584         wl-summary-mark-as-important-region.
2585         (wl-summary-sync-marks): Sync all global-flags.
2586         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2587         instead of elmo-message-flagged-p.
2588         (wl-summary-persistent-mark-string): Follow the variable name change;
2589         Put wl-summary-flag-mark if the message has global-flag.
2590         (wl-summary-target-mark-set-flags): Renamed from 
2591         wl-summary-target-mark-mark-as-important.
2592         (wl-summary-decide-flag): New function.
2593         (wl-summary-set-flags-internal): Renamed from
2594         wl-summary-mark-as-important-internal.
2595         (wl-summary-add-flags-internal): New function.
2596         (wl-summary-remove-flags-internal): Ditto.
2597         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2598         (wl-summary-mark-as-unimportant): Abolish.
2599         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2600         (wl-summary-next-message): List flagged messages in the msgdb.
2601
2602         * wl-score.el (wl-summary-score-update-all-lines): Use
2603         wl-summary-add-flags-internal instead of 
2604
2605         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2606
2607         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2608         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2609         (wl-message-buffer-require-all-header): Renamed from
2610         wl-message-buffer-all-header-flag (Ditto).
2611         (wl-message-buffer-flag-indicator): New variable.
2612         (wl-message-redisplay): Changed local varibale name from `flag' to
2613         `display-type'; Set up wl-message-buffer-flag-indicator.
2614         (wl-message-buffer-display): Changed varibale name from `flag' to
2615         `display-type'.
2616         (wl-message-display-internal): Likewise.
2617
2618         * wl-highlight.el (wl-highlight-demo-face): Define default background
2619         color.
2620         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2621
2622         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2623
2624         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2625         (wl-demo-setup-properties): Renamed from
2626         `wl-demo-set-background-color'.
2627         (wl-demo): Follow the change above.
2628         
2629         * Version number is increased to 2.11.24.
2630
2631 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-summary.el (wl-summary-toggle-thread): Call
2634         `wl-summary-rescan' with disable-thread as non-nil.
2635         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2636
2637 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2638
2639         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2640         foreground property of the face.
2641         (wl-demo-insert-text): Don't set up face property here.
2642         (wl-demo): Call wl-demo-set-background-color, anyway.
2643
2644 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-vars.el (wl-demo-background-color): The value can be nil.
2647
2648 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2651         to wl-summary-wheel-dispatcher.
2652
2653         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2654         wl-message-wheel-dispatcher.
2655         (wl-message-wheel-dispatcher): New function.
2656         (wl-summary-wheel-dispatcher): Ditto.
2657
2658 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-action.el (wl-summary-target-mark-all): List messages which are
2661         not in the killed-list.
2662
2663         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2664         only when the folder is 'flag/important.
2665
2666         * wl-address.el (wl-complete-field-body): Complete if the last
2667         character is a space.
2668
2669 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2670
2671         * wl-folder.el (wl-folder-clear-entity-info): Use
2672         elmo-clear-hash-val.
2673
2674         * wl-fldmgr.el (wl-fldmgr-rename): Set
2675         wl-folder-info-alist-modified as t.
2676
2677 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2678
2679         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2680
2681 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2682
2683         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2684         (wl-folder-buffer-last-visited-entity-id): New buffer local
2685         variable.
2686         (wl-folder-revisit-last-visited-folder): New function.
2687         (wl-folder-mode-map): Bind it to "C-i".
2688         (wl-folder-set-current-entity-id): Set last visited folder.
2689         * wl-summary.el (wl-summary-exit): Ditto.
2690
2691 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2692
2693         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2694         before calling `recenter' in order to cope with an XEmacs bug.
2695
2696 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2697
2698         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2699         to the default value.
2700
2701 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2702
2703         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2704         change.
2705         (wl-summary-sync-marks): Ditto.
2706         (wl-summary-mark-as-read-internal): Ditto.
2707         (wl-summary-mark-as-answered-internal): Ditto.
2708         (wl-summary-mark-as-important-internal): Ditto.
2709         (wl-summary-reply): Ditto.
2710
2711         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2712         instead of `elmo-folder-unflag-answered'.
2713
2714         * Version number is increased to 2.11.23.
2715
2716         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2717         the last change.
2718
2719 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2720
2721         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2722         Specify "spam" or "good".
2723
2724 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-spam.el (wl-summary-exec-action-spam): Call
2727         wl-folder-confirm-existence for spam folder.
2728         (wl-spam-setup): Bind "mk".
2729
2730 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2731
2732         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2733
2734 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2735
2736         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2737         destination folder is empty.
2738
2739 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2742         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2743
2744         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2745         (wl-summary-refile-prev-destination-region): New function.
2746         (wl-thread-refile-prev-destination): Ditto.
2747         (wl-summary-target-mark-refile-prev-destination): Ditto.
2748
2749 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2750
2751         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2752         (wl-demo-background-color): Changed default value.
2753
2754         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2755         color.
2756
2757         * wl-demo.el (wl-demo-set-background-color): New function.
2758         (wl-demo): Call it.
2759
2760 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2761
2762         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2763         * wl-address.el (wl-address-add-or-change): Don't add empty
2764         address.
2765
2766 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2767
2768         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2769
2770 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2771
2772         * wl-vars.el (wl-demo-image-filter-alist): New variable
2773         (wl-demo-background-color): Ditto.
2774
2775         * wl-demo.el (wl-demo-xpm-set-background): New function.
2776         (wl-demo-image-filter): Ditto.
2777         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2778
2779         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2780
2781         * wl-demo.el (wl-demo-icon-name): Define as function.
2782         (wl-demo-insert-image): Use it.
2783
2784 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2785
2786         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2787
2788 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2789
2790         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2791
2792 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2793
2794         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2795
2796 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-thread.el (wl-thread-mark-as-answered): New function.
2799
2800         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2801         answered" entry.
2802         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2803         "r&" and wl-thread-mark-as-answered to "t&".
2804         (wl-summary-mark-as-important-region): Refine to toggle mark.
2805         (wl-summary-mark-as-answered-region): New function.
2806         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2807         and 3rd argument.
2808         (wl-summary-mark-as-important-internal): Likewise.
2809
2810 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2811
2812         * wl-template.el (wl-template-preview): New internal variable.
2813         (wl-template-preview-p): New function.
2814         (wl-template-show): Bind `wl-template-preview' as t.
2815
2816 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2817
2818         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2819         `elmo-message-entity-field' with 3rd argument which is non-nil.
2820
2821 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2822
2823         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2824         Removed duplicate local bind `folder'.
2825
2826 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2827
2828         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2829
2830 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2831
2832         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2833         duplicate definition.
2834
2835 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2836
2837         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2838         non-nil, use it; Don't fetch message if there's no message in the
2839         current cursor position.
2840
2841 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2842
2843         * wl-util.el (wl-region-exists-p): Use region-active-p.
2844         (wl-deactivate-region): New function.
2845         * wl-message.el (wl-message-redisplay): Deactivate region.
2846
2847         * wl-summary.el (wl-summary-reply): Call
2848         `wl-summary-set-message-buffer-or-redisplay' instead of
2849         `wl-summary-redisplay-internal', don't move point.
2850
2851 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2854         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2855         by regexp.
2856
2857 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858
2859         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2860         if no need.
2861
2862 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2863
2864         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2865         default value to nil.
2866         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2867         `wl-summary-prepare-hook'; Replace refile action to
2868         `wl-summary-exec-action-refile-with-register'.
2869
2870         * Version number is increased to 2.11.22.
2871
2872 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2873
2874         * wl-summary.el (wl-summary-detect-mark-position): Set
2875         `wl-summary-buffer-weekday-name-lang'.
2876
2877 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2878
2879         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2880         (wl-summary-mark-as-read-all): Ditto.
2881         (wl-summary-delete-messages-on-buffer): Ditto.
2882         (wl-summary-sync-update): Ditto.
2883         (wl-summary-mark-as-read-internal): Ditto.
2884         (wl-summary-mark-as-answered-internal): Ditto.
2885         (wl-summary-update-folder-info): Abolished.
2886
2887 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl-summary.el (wl-summary-mark-as-read-all): Use
2890         `wl-summary-update-folder-info' instead of
2891         `wl-folder-update-unread'.
2892
2893 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2894
2895         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2896         `wl-summary-folder-info-update'.
2897         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2898         instead of `wl-summary-folder-info-update'.
2899         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2900         `wl-folder-set-folder-updated'.
2901         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2902         instead of `wl-folder-update-unread'.
2903         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2904         the value of `wl-summary-buffer-unread-count' for the second parameter of
2905         `wl-folder-update-unread'.
2906
2907         * Version number is increased to 2.11.21.
2908
2909 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2910
2911         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2912         a local variable.
2913
2914 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2915
2916         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2917         interactively.
2918
2919         * wl-summary.el (wl-summary-mark-as-important-internal): New
2920         internal function.
2921         (wl-summary-mark-as-important): Use it.
2922         (wl-summary-mark-as-unimportant): New function.
2923         (wl-summary-sync-marks): Follow the API change.
2924
2925         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2926
2927         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2928
2929 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2930
2931         * wl-folder.el (wl-folder-update-unread): Re-indent.
2932         Narrow the scope of a local variable.
2933
2934 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2937         (wl-addrmgr-merge-entries): Ditto.
2938         (wl-addrmgr): Added to address entry which exists in draft buffer
2939         if no entry is in original.
2940
2941 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2942
2943         * wl-batch.el: New file.
2944
2945 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2946
2947         * wl-vars.el (wl-use-semi): Remove unused variable.
2948
2949 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2950
2951         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2952         "?".
2953
2954 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2955
2956         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2957         wl-summary-new-mark.
2958         (wl-summary-new-cached-mark): New user option.
2959         (wl-summary-score-marks): Follow the change above.
2960         (wl-summary-auto-refile-skip-marks): Ditto.
2961         (wl-summary-incorporate-marks): Ditto.
2962         (wl-summary-expire-reserve-marks): Ditto.
2963
2964         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2965
2966         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2967         (wl-summary-persistent-mark-string): Distinguished between cached
2968         and uncached mark when the message is new.
2969
2970 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-spam.el (wl-spam-domain): Renamed from
2973         `wl-spam-folder-guess-domain'.
2974         (wl-summary-exec-action-spam): Register as spam if domain of the
2975         source folder is good.
2976         (wl-summary-exec-action-refile-with-register): Register message if
2977         domain of the source folder is not undecided.
2978
2979 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2980
2981         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2982         detect thread loop.
2983
2984 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2987         and wl-summary-skip-mark-list.
2988
2989 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2992
2993         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2994
2995         * wl-spam.el (toplevel): Require wl-highlight.
2996         (wl-spam-auto-check-policy-alist): Abolish.
2997         (wl-spam-auto-check-folder-regexp-list): New user option.
2998         (wl-spam-auto-check-marks): Ditto.
2999         (wl-spam-mark-action-list): Ditto.
3000         (wl-highlight-summary-spam-face): New face.
3001         (wl-spam-auto-check-message-p): New function.
3002         (wl-spam-map-spam-messages): Fixed message.
3003         (wl-spam-register-spam-messages): Ditto.
3004         (wl-spam-register-good-messages): Ditto.
3005         (wl-summary-spam-map): Add and remove keybind.
3006         (wl-summary-target-mark-spam): Abolish.
3007         (wl-summary-refile-spam): Ditto.
3008         (wl-summary-test-spam): New function.
3009         (wl-summary-mark-spam): Ditto.
3010         (wl-summary-auto-check-spam): Follow the above change.
3011         (wl-summary-exec-action-spam): New function.
3012         (wl-summary-exec-action-refile-with-register): Fixed message.
3013         (wl-message-check-spam): New function.
3014         (wl-spam-setup): Ditto.
3015         (toplevel): Call it if this file is loaded interactivity.
3016
3017         * Version number is increased to 2.11.20.
3018
3019 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3022         when new optional argument `force' is non nil or modified.
3023
3024 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3025
3026         * wl.el (toplevel): Require wl-spam when compile.
3027         (wl-save-status): Call wl-spam-save-status.
3028
3029         * wl-spam.el (wl-spam-register-spam-messages): New function.
3030         (wl-spam-register-good-messages): Ditto.
3031         (wl-spam-save-status): Ditto.
3032         (wl-summary-mode-map): Bind
3033         wl-summary-target-mark-register-as-spam to "ms" and
3034         wl-summary-target-mark-register-as-good to "mn".
3035         (wl-summary-register-as-spam): Abolish optional argument; Use
3036         wl-spam-register-spam-messages.
3037         (wl-summary-register-as-spam-all): Use
3038         wl-spam-register-spam-messages.
3039         (wl-summary-register-as-good): Abolish optional argument; Use
3040         wl-spam-register-good-messages.
3041         (wl-summary-register-as-good-all): Use
3042         wl-spam-register-good-messages.
3043         (wl-summary-target-mark-register-as-spam): New funtion.
3044         (wl-summary-target-mark-register-as-good): Ditto.
3045
3046 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * wl-spam.el: New file.
3049
3050 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3053
3054         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3055         (wl-summary-auto-refile): Call wl-refile-guess with
3056         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3057
3058 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3061         with disable-thread argument non-nil.
3062
3063 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-summary.el (wl-summary-rescan): Added optional argument
3066         disable-thread.
3067         (wl-summary-sync): Call wl-summary-rescan with argument
3068         disable-thread.
3069         (wl-summary-input-range): Added new range `rescan-thread'.
3070
3071 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3072
3073         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3074
3075 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3076
3077         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3078         internal variable.
3079         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3080         wl-summary-search-parent-by-subject-regexp and
3081         wl-summary-divide-thread-when-subject-changed as nil.
3082         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3083         (wl-summary-insert-thread): Search parent entity from
3084         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3085         thread loop.
3086
3087 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3088
3089         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3090
3091         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3092
3093         * wl-util.el (wl-require-update-all-folder-p): New function.
3094         (wl-get-assoc-list-value): Added `function' to match directive.
3095         (wl-collect-draft): Rewrite.
3096
3097         * wl-summary.el (wl-summary-sync-update): Clear faces
3098         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3099         are non-nil.
3100         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3101         argument as function.
3102         (wl-summary-input-range): Ditto.
3103
3104         * wl-folder.el (wl-draft-get-folder): New function.
3105         (wl-folder-get-elmo-folder): Consider draft folder.
3106
3107         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3108         (wl-draft-buffer-message-number): New buffer local variable.
3109         (wl-draft-folder-internal): New internal variable.
3110         (wl-draft-delete): Rewrite.
3111         (wl-draft-save): Ditto.
3112         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3113         wl-folder-get-elmo-folder.
3114         (wl-draft-config-info-operation): Ditto.
3115         (wl-jump-to-draft-folder): Ditto.
3116         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3117         (wl-draft-reedit): Rewrite.
3118
3119         * Version number is increased to 2.11.19.
3120         
3121 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3122
3123         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3124         variable.
3125
3126 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3127
3128         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3129         Use ignore-errors instead of unwind-protect.
3130
3131 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3132
3133         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3134         for updating `wl-thread-entity-list'.
3135
3136 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3137
3138         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3139         parameter from calling `wl-thread-entity-get-older-brothers' and
3140         `wl-thread-entity-get-younger-brothers'.
3141         Replace nested `append' with a single one.
3142
3143 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3144
3145         * wl-summary.el (wl-summary-mode): Don't use the return value of
3146         `make-local-hook'.
3147
3148 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3149
3150         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3151         instead of `let*'.
3152         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3153         of local variables.
3154
3155 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3156
3157         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3158         Renamed from wl-summary-window-scroll-functions.
3159         (wl-summary-window-scroll-functions): Don't set to variable.
3160         (wl-summary-display-top): Use run-hooks.
3161         (wl-summary-display-bottom): Ditto.
3162         (wl-summary-toggle-disp-msg): Ditto.
3163         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3164         Use it instead of wl-summary-window-scroll-functions.
3165         (wl-summary-goto-folder-subr): Don't call
3166         wl-summary-window-scroll-functions, use
3167         wl-summary-buffer-window-scroll-functions instead.
3168
3169 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3170
3171         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3172         make-local-variable.
3173
3174 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3175
3176         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3177         set-buffer-modified-p.
3178         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3179         (wl-summary-display-bottom): Ditto.
3180         (wl-summary-toggle-disp-msg): Ditto.
3181
3182 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3185
3186         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3187         (wl-summary-forward): Use elmo-message-entity-field instead of
3188         elmo-message-field.
3189
3190         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3191
3192 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3193
3194         * wl-summary.el (wl-summary-window-scroll-functions): No use
3195         `append'.
3196
3197 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3200         function.
3201         (wl-summary-window-scroll-functions): Call it when both
3202         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3203         (wl-summary-temp-mark): Added optional argument number.
3204         (wl-summary-message-mark): Added optional argument flag.
3205         (wl-summary-persistent-mark): Added optional argument number and flag.
3206         (wl-summary-update-persistent-mark): Ditto.
3207         (wl-summary-update-status-marks): Set "r" for interactive spec.
3208
3209         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3210         argument number and flag.
3211
3212         * wl-action.el (wl-summary-registered-temp-mark): 
3213         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3214
3215 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3218         internal variable (buffer local).
3219         (wl-summary-window-scroll-functions): New function.
3220         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3221         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3222         as nil.
3223         (wl-summary-update-status-marks): Added arguments beg, end and
3224         check.
3225         (wl-summary-update-mark-window): Use function.
3226         (wl-summary-sync-update): Follow the change above.
3227         (wl-summary-switch-to-clone-buffer): Copy
3228         wl-summary-buffer-unsync-mark-number-list.
3229         (wl-summary-goto-folder-subr): Set
3230         wl-summary-buffer-unsync-mark-number-list and
3231         use wl-summary-window-scroll-functions instead of
3232         wl-summary-lazy-highlight.
3233
3234         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3235
3236 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3237
3238         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3239
3240         * wl-summary.el (wl-summary-update-persistent-mark): Call
3241         wl-summary-set-message-modified.
3242
3243         * wl-summary.el (wl-summary-sync-update): Don't call
3244         wl-summary-update-status-marks.
3245
3246         * Version number is increased to 2.11.18.
3247
3248 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3251         (wl-message-next-page): Ditto.
3252
3253 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3254
3255         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3256         local variable.  Change the order of a collected list into the
3257         same as the specified range.  Remove nil from a collected list.
3258
3259 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3260
3261         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3262         argument for elmo-folder-list-messages.
3263
3264 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3265
3266         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3267         change (wl-summary-count-unreads return a list instead of a cons
3268         cell).
3269
3270 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3271
3272         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3273         `wl-summary-folder-info-update'.
3274
3275 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-summary.el (wl-summary-set-message-modified): No use
3278         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3279         (wl-summary-set-mark-modified): Abolish.
3280         (wl-summary-mark-modified-p): Ditto.
3281         (wl-summary-save-view): Follow the change above.
3282
3283         * wl-expire.el (wl-summary-expire): Likewise.
3284
3285 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3286
3287         * wl-summary.el (wl-summary-detect-mark-position): Use
3288         modb-entity-handler.
3289         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3290
3291         * Version number is increased to 2.11.17.
3292
3293 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3296         entity field value.
3297         (wl-summary-prefetch-msg): Ditto.
3298         (wl-summary-print-message-with-ps-print): Ditto.
3299
3300 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3301
3302         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3303         for dummy entity.
3304         (wl-summary-insert-thread): Use elmo-message-entity-field.
3305         (wl-summary-update-thread): Use elmo-message-entity-field and
3306         elmo-message-entity-number.
3307         (wl-summary-line-number):  Use elmo-message-entity-number.
3308         (wl-summary-line-size): Use elmo-message-entity-field.
3309         (wl-summary-line-subject): Ditto.
3310         (wl-summary-line-from): Ditto.
3311         (wl-summary-line-attached): Ditto.
3312         (wl-summary-create-line): Ditto.
3313         (wl-summary-create-line): Use elmo-message-entity-number.
3314         (wl-summary-print-message-with-ps-print): Use
3315         elmo-message-entity-field.
3316
3317 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3318
3319         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3320         change in elmo-msgdb-make-message-entity.
3321         (wl-summary-buffer-set-folder): Don't call
3322         wl-summary-detect-mark-position here.
3323         (wl-summary-rescan): Call elmo-message-entity-number.
3324         (wl-summary-sync-update): Ditto.
3325         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3326
3327         * wl-score.el (wl-score-header-index): Redefine 2th element.
3328         (wl-score-overview-entity-get-extra): Abolish.
3329         (wl-score-ov-entity-get): Rewrite.
3330         (wl-score-string-index<, wl-score-string-func<): Abolish.
3331         (wl-score-string<): New function.
3332         (wl-score-string-sort): Use it.
3333
3334         * wl-refile.el (wl-refile-guess-by-history): Use
3335         elmo-message-entity-field.
3336         (wl-refile-guess-by-from): Ditto.
3337         (wl-refile-guess-by-msgid): Ditto.
3338
3339         * Version number is increased to 2.11.16.
3340
3341 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3342
3343         * wl-folder.el (wl-folder-confirm-existence): Don't call
3344         file-exists-p if msgdb-path is nil.
3345         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3346         `wl-read-folder-hist' to `wl-read-folder-history'.
3347
3348 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3349
3350         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3351         `y-or-n-p'.
3352
3353 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3354
3355         * wl-score.el (wl-score-headers): Don't use
3356         elmo-folder-do-each-message-entity.
3357
3358         * Version number is increased to 2.11.15.
3359
3360 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-summary.el (wl-summary-delete-all-msgs): Use
3363         elmo-folder-move-messages instead of elmo-folder-delete-messages
3364         and elmo-folder-detach-messages.
3365         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3366
3367         * wl-expire.el (wl-expire-delete): Ditto.
3368         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3369
3370 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3373         (wl-message-header-narrowing-fields): Ditto.
3374         (wl-message-header-narrowing-lines): Ditto.
3375         (wl-message-header-narrowing-string): Ditto.
3376
3377         * wl-summary.el (wl-summary-mode-map): Bind
3378         wl-summary-toggle-header-narrowing to "C-cC-f".
3379         (wl-summary-toggle-header-narrowing): New function.
3380
3381         * wl-message.el (wl-message-buffer-create): Call
3382         wl-message-header-narrowing-setup.
3383         (wl-message-redisplay): Call wl-message-header-narrowing.
3384         (wl-message-header-narrowing): New function.
3385         (wl-message-header-narrowing-map): New keymap.
3386         (wl-message-header-narrowing-widen-map): New keymap.
3387         (wl-message-header-narrowing-again-at-mouse): New function.
3388         (wl-message-header-narrowing-1): Ditto.
3389         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3390         (wl-message-header-narrowing-setup): Ditto.
3391         (wl-message-header-narrowing-toggle): Ditto.
3392         
3393         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3394
3395         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3396         'flag as all.
3397         (wl-use-flag-folder-help-echo): New user option.
3398
3399         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3400         wl-summary-highlight as nil.
3401         (wl-summary-set-mark-modified): Follow the API change.
3402         (wl-summary-mark-modified-p): Ditto.
3403         (wl-summary-mark-as-read-all): Ditto.
3404         (wl-summary-sync-marks): Don't call
3405         elmo-folder-list-messages-with-global-mark.
3406         (wl-summary-mark-as-read-internal): Follow the API change.
3407         (wl-summary-mark-as-answered-internal): Ditto.
3408         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3409         Follow the API change.
3410         (wl-summary-create-line): Call with number argument.
3411         (wl-summary-reply): Follow the API change.
3412
3413         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3414         function.
3415         (wl-highlight-summary-line-string): Call it when
3416         wl-use-flag-folder-help-echo is non-nil.
3417         (wl-highlight-summary-current-line): Ditto.
3418         (elmo-flag-folder-referrer): Added autoload setting.
3419
3420         * wl-draft.el (wl-draft-kill): Follow the API change.
3421
3422         * Version number is increased to 2.11.14.
3423         
3424 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3425
3426         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3427
3428 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3429
3430         * Version number is increased to 2.11.13.
3431
3432 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * wl-draft.el (wl-draft-previous-history-element): Fixed
3435         unbalanced parenthesis and bind unbound local variables.
3436
3437 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3438
3439         * wl-draft.el (wl-draft-previous-history-element): New function.
3440         (wl-draft-next-history-element): Ditto.
3441         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3442         them to M-p and M-n.
3443
3444 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3445
3446         * Version number is increased to 2.11.12.
3447
3448 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3449
3450         * wl-draft.el (wl-draft-hide): Select buffer-window.
3451
3452 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3453
3454         * wl-summary.el (wl-summary-narrow-to-region): New function.
3455         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3456         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3457         (wl-summary-save-region): Use it.
3458         * wl-action.el (wl-summary-collect-numbers-region)
3459         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3460
3461 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3462
3463         * wl-folder.el (wl-folder-count-incorporates): Don't use
3464         `elmo-msgdb-mark-load'
3465
3466         * Version number is increased to 2.11.11.
3467
3468 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3469
3470         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3471         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3472
3473 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3474
3475         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3476
3477 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3478
3479         * Version number is increased to 2.11.10.
3480
3481 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3482
3483         * wl-mime.el (wl-draft-attribute-value): Fixed.
3484
3485 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3486
3487         * wl-util.el (wl-copy-local-variables): New function.
3488
3489         * wl-mime.el (wl-draft-attribute-recipients): New function.
3490         (wl-draft-attribute-envelope-from): Ditto.
3491         (wl-draft-attribute-smtp-posting-server): Ditto.
3492         (wl-draft-attribute-smtp-posting-port): Ditto.
3493         (wl-draft-attribute-value): Ditto.
3494         (wl-draft-preview-message): Use it to get value for
3495         attributes. Reflect result of `wl-draft-config'.
3496
3497         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3498         and call `wl-summary-mark-as-read' before to call
3499         `wl-summary-unset-mark'.
3500         (wl-summary-target-mark-mark-as-unread): Likewise.
3501         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3502
3503 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-mime.el (wl-draft-preview-message): Use actual value for
3506         attributes; Fix for small window.
3507
3508 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3509
3510         * wl-refile.el (wl-refile-get-field-value): Call
3511         `elmo-message-entity-field' with 3rd argument is non-nil.
3512
3513 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-vars.el (wl-draft-preview-attributes): New user option.
3516         (wl-draft-preview-attributes-list): Ditto.
3517         (wl-draft-preview-attributes-buffer-lines): Ditto.
3518         (wl-draft-preview-attributes-buffer-name): Ditto.
3519
3520         * wl-mime.el (wl-draft-preview-message): Display attributes.
3521
3522 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3523
3524         * wl-summary.el (wl-summary-detect-mark-position): Bind
3525         wl-summary-flag-priority-list to '(new).
3526
3527 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3528
3529         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3530         funtion.
3531         (wl-highlight-summary-line-string): Use it.
3532         (wl-highlight-summary-current-line): Ditto.
3533
3534 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3535
3536         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3537         line even when the mark string is not changed.
3538
3539         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3540         argument change in the wl-summary-create-line.
3541         (wl-thread-insert-entity-sub): Ditto.
3542
3543         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3544         argument change in the wl-summary-create-line.
3545         (wl-summary-insert-sequential): Ditto.
3546         (wl-summary-update-thread): Ditto.
3547         (wl-summary-persistent-mark-string): New inline function.
3548         (wl-summary-message-mark): Use it.
3549         (wl-summary-create-line): Abolish argument wl-persistent-mark
3550         and added wl-flags, wl-cached.
3551
3552         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3553         mark to flags.
3554         (wl-highlight-summary-current-line): Decide the face not by the 
3555         persistent mark but flags.
3556
3557 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3560         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3561         wl-summary-read-uncached-mark): Revive.
3562         (wl-summary-answered-cached-mark,
3563         wl-summary-answered-uncached-mark): New user option.
3564         (wl-summary-score-marks): Follow the change above.
3565         (wl-summary-auto-refile-skip-marks): Ditto.
3566         (wl-summary-incorporate-marks): Ditto.
3567         (wl-summary-expire-reserve-marks): Ditto.
3568         (wl-summary-flag-priority-list): New user option.
3569
3570         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3571         changes.
3572         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3573         of elmo-message-mark.
3574         (wl-summary-mark-as-read-internal): Ditto.
3575         (wl-summary-mark-as-answered): Ditto.
3576         (wl-summary-mark-as-important): Ditto.
3577         (wl-summary-redisplay-internal): Ditto.
3578         (wl-summary-redisplay-no-mime-internal): Ditto.
3579         (wl-summary-message-mark): New function.
3580         (wl-summary-insert-sequential): Use wl-summary-message-mark
3581         instead of elmo-message-mark.
3582         (wl-summary-update-thread): Ditto.
3583         (wl-summary-persistent-mark): Ditto.
3584         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3585         instead of elmo-message-mark.
3586
3587         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3588         wl-summary-message-mark instead of elmo-message-mark.
3589         (wl-thread-insert-entity-sub): Ditto.
3590         (wl-thread-get-children-msgs-uncached): Ditto.
3591
3592         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3593         variable name changes.
3594         (wl-highlight-summary-current-line): Ditto.
3595
3596         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3597         wl-summary-message-mark instead of elmo-message-mark.
3598
3599         * wl-expire.el (wl-expire-message-p): Ditto.
3600
3601         * wl-score.el (wl-score-headers): Ditto.
3602
3603         * Version number is increased to 2.11.9.
3604
3605         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3606         (wl-summary-sync-update): Follow the change above.
3607         (wl-summary-switch-to-clone-buffer): Ditto.
3608         (wl-summary-open-folder): Ditto.
3609
3610 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3611
3612         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3613         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3614
3615         * Version number is increased to 2.11.8.
3616
3617         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3618
3619         * wl-expire.el (wl-expire-refile): Follow the API change on
3620         `elmo-folder-move-messages'.
3621         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3622
3623         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3624         (wl-summary-exec-action-refile): Ditto.
3625         (wl-summary-exec-action-copy): Ditto.
3626         (wl-summary-no-auto-refile-message-p): No use
3627         `wl-summary-buffer-msgdb'.
3628         (wl-summary-auto-refile): Ditto.
3629
3630 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3631
3632         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3633
3634 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3635
3636         * wl-summary.el (wl-summary-sync): Treat no-sync.
3637
3638         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3639         (wl-default-sync-range): Ditto.
3640
3641 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-refile.el (wl-refile-subject-learn): Call
3644         `elmo-message-entity-field' with 3rd argument is non-nil.
3645         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3646         instead of `elmo-msgdb-overview-entity-get-subject'.
3647
3648 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3649
3650         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3651         scan-type is rescan.
3652         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3653         new optional argument force is non-nil.
3654         (wl-summary-save-view-cache): Call it with force argument non-nil.
3655
3656         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3657
3658 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3659
3660         * wl-action.el (wl-summary-print-argument): Fixed last change.
3661
3662 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3663
3664         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3665         simplified.
3666         (wl-summary-target-mark-mark-as-unread): Likewise.
3667         (wl-summary-target-mark-mark-as-important): Likewise.
3668
3669 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3670
3671         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3672         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3673         (wl-summary-mark-as-important-region): Change accordingly.
3674         (wl-summary-target-mark-mark-as-important): Ditto.
3675
3676 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677
3678         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3679
3680         * wl-action.el (wl-summary-print-argument): Print argument to
3681         right side of window if `wl-summary-print-argument-within-window'
3682         is non-nil.
3683
3684 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-action.el (wl-summary-set-mark): Use
3687         `wl-summary-message-visible-p' to check visibility of the message
3688         and jump to message only when the message line is visible and have
3689         different number; Call wl-summary-unset-mark with number argument.
3690         (wl-summary-unset-mark): 
3691         Use `wl-summary-message-visible-p'
3692         to check visibility of the message and jump to message only when
3693         the message line is visible and have different number;
3694
3695 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3696
3697         * Version number is increased to 2.11.7.
3698
3699         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3700         and wl-folder-summary-line-format.
3701
3702         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3703         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3704         (wl-summary-set-score-mark): Use it.
3705         (wl-summary-target-mark-mark-as-read): Ditto.
3706         (wl-summary-target-mark-mark-as-unread): Ditto.
3707         (wl-summary-target-mark-mark-as-important): Ditto.
3708         (wl-summary-target-mark-msgs): Simplified.
3709         (wl-summary-detect-mark-position): Fixed problem when
3710         summary-line-format no contain persisten/temp mark spec.
3711         (wl-summary-temp-mark): Ditto.
3712         (wl-summary-persistent-mark): Ditto.
3713         (wl-summary-update-persistent-mark): Ditto.
3714
3715         * wl-action.el (wl-summary-set-mark): Ditto.
3716         (wl-summary-unset-mark): Ditto.
3717         All other related portions are changed.
3718
3719 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * Version number is increased to 2.11.6.
3722
3723 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-util.el (wl-current-message-buffer): Define as function;
3726         Don't use the value of wl-messge-buffer.
3727
3728         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3729         persistent mark.
3730
3731         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3732         no current message, cause an error.
3733
3734 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3735
3736         * wl-summary.el (wl-summary-set-message-modified): Use
3737         elmo-folder-set-message-modified instead of
3738         elmo-folder-set-message-modified-internal.
3739
3740 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3741
3742         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3743         interactively.
3744         (wl-summary-sync): nokill->entirely.
3745         (wl-summary-sync-marks): Fixed message.
3746         (wl-summary-input-range): Added mark, nokill->entirely.
3747
3748         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3749         messages as read.
3750
3751 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3754         update-noscore.
3755         (wl-summary-sync): Follow the change above.
3756
3757 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3758
3759         * wl-action.el (wl-summary-target-mark-all): Use
3760         elmo-folder-list-messages.
3761
3762 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3765         (wl-summary-rescan): Set wl-summary-scored as nil.
3766         (wl-summary-sync-force-update): Follow the change above.
3767         (wl-summary-sync): Ditto.
3768         (wl-summary-sync-update): Added argument disable-killed.
3769         (wl-summary-insert-headers): Set visible-only argument for
3770         elmo-folder-list-messages.
3771         (wl-summary-input-range): Added update-nokill, update-noscore,
3772         all-nokill, all-noscore and mark.
3773
3774         * Version number is increased to 2.11.5.
3775
3776         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3777
3778 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3779
3780         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3781         (wl-summary-prefetch-region-no-mark): Change accordingly.
3782         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3783
3784 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3785
3786         * wl-address.el (wl-complete-field-to): Abolished.
3787         (wl-complete-address): Completion function for completing-read.
3788         * wl-action.el (wl-summary-get-resend-address): Use it.
3789
3790         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3791         wl-summary-update-mark and abolish unused argument.
3792         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3793         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3794         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3795         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3796         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3797         * wl-draft.el (wl-draft-kill): Ditto.
3798
3799         * wl-summary.el: Remove unused binding of case-fold-search.
3800         (wl-summary-replace-status-marks): Abolished.
3801
3802 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3805         is specified or folder length is zero.
3806
3807 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3808
3809         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3810         (wl-folder-archive-current-entity): Ditto.
3811
3812 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3813
3814         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3815         retrieving message mark.
3816         (wl-summary-redisplay-internal): Ditto.
3817
3818         * wl-message.el (wl-message-buffer-display): Ignore errors while
3819         retrieving message-id field.
3820
3821         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3822         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3823         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3824         order of the arguments for `wl-expire-message-p'.
3825         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3826
3827         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3828         Check return value of wl-summary-reply.
3829         (wl-summary-reply): Recover window configuration when an error occured.
3830
3831 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3832
3833         * wl-summary.el (wl-summary-resend-message): Abolished, the
3834         feature is inherited by wl-summary-resend (put resend mark).
3835
3836 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3837
3838         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3839         wl-message-buffer to nil when the message is hide.
3840
3841 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3842
3843         * .cvsignore: New file.
3844
3845 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3846
3847         * wl-action.el (wl-summary-action-docstring): Add more info.
3848         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3849         duplicate definition.
3850         (wl-summary-define-mark-action): Functions wl-summary-*-region
3851         keep current position.
3852         (wl-summary-unregister-target-mark): Store result to the variable.
3853
3854 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3855
3856         * Version number is increased to 2.11.4.
3857
3858 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3859
3860         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3861         wl-summary-delete-all-temp-marks.
3862         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3863
3864         * wl-action.el (wl-summary-set-mark): Changed terminology
3865         refile-destination -> action-argument.
3866         (wl-summary-unset-mark): Ditto.
3867         (wl-summary-remove-argument): Ditto.
3868         (wl-summary-print-argument): Ditto.
3869
3870         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3871         (wl-thread-remove-argument-region): Ditto.
3872         (wl-thread-print-argument-region): Ditto.
3873         (wl-thread-close): Ditto.
3874         (wl-thread-open): Ditto.
3875
3876         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3877         (wl-highlight-refile-destination-face is abolished)
3878         (wl-highlight-action-argument-string): Ditto.
3879         (wl-highlight-summary-current-line): Highlight action argument.
3880
3881         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3882         color for light backgrounds.
3883         (wl-highlight-summary-answered-face): Ditto.
3884
3885 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3888
3889         * wl-score.el (wl-summary-score-update-all-lines): Use
3890         wl-summary-set-mark.
3891         (wl-summary-score-update-all-lines): Kill expunged messages.
3892
3893         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3894
3895 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3898         directly.
3899         (wl-score-overview-entity-get-lines): Ditto.
3900         (wl-score-overview-entity-get-xref): Ditto.
3901         (wl-score-get-latest-msgs): Ditto.
3902         (wl-summary-rescore): Ditto.
3903
3904         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3905         to "&".
3906         (wl-summary-mark-as-answered-internal): New inline function.
3907         (wl-summary-mark-as-answered): New function.
3908         (wl-summary-mark-as-unanswered): Ditto.
3909         (wl-summary-sync-marks): Modified for answered-mark synching.
3910
3911 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3912
3913         * wl-action.el (wl-summary-set-mark): Fixed last change.
3914
3915 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3916
3917         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3918         behavior of wl-summary-unread-message-hook
3919         (Pointed out by akira yamada <akira@arika.org>).
3920
3921 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3922
3923         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3924         wl-summary-delete.
3925         * wl-xmas.el (wl-summary-toolbar): Ditto.
3926
3927         * wl-action.el (wl-summary-set-mark): Don't override current
3928         temp-mark.
3929
3930         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3931
3932 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3935         (wl-refile-msgid-learn): Ditto.
3936         (wl-refile-get-field-value): Ditto.
3937
3938         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3939
3940         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3941         (wl-expire-delete-reserved-messages): Renamed from
3942         wl-expire-reserve-marked-msgs-from-list.
3943         (wl-expire-delete): Removed argument `msgdb'.
3944         (wl-expire-refile): Ditto.
3945         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3946         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3947         mark-alist as argument.
3948         (wl-expire-archive-number1): Removed argument `msgdb'.
3949         (wl-expire-archive-number2): Ditto.
3950         (wl-expire-archive-date): Ditto.
3951         (wl-expire-localdir-date): Ditto.
3952         (wl-expire-hide): Ditto.
3953         (wl-archive-number1): Ditto.
3954         (wl-archive-number2): Ditto.
3955         (wl-archive-date): Ditto.
3956         (wl-archive-folder): Ditto.
3957         All other related portions are changed.
3958
3959 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3960
3961         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3962         mean move up and down. (suggested by Takashi Kawachi)
3963
3964 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3965
3966         * wl-acap.el (toplevel): Don't require un-define.
3967
3968 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3969
3970         * wl-thread.el (wl-thread-delete-message): Always update
3971         wl-summary-buffer-number-list.
3972
3973         * wl-action.el (wl-summary-print-destination): 
3974         Do nothing when folder is nil.
3975
3976 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3977
3978         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3979         persistent mark when prefetch is succeeded.
3980
3981 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3982
3983         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3984         instead of elmo-msgdb-delete-msgs.
3985         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3986         (wl-expire-hide): Ditto.
3987
3988         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3989
3990         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3991         elmo-msgdb interface.
3992         (wl-thread-get-exist-children): Likewise.
3993         (wl-thread-insert-message): Likewise.
3994         (wl-thread-msg-mark-as-important): Likewise.
3995         (wl-thread-insert-entity-sub): Likewise.
3996         (wl-thread-get-children-msgs-uncached): Likewise.
3997
3998         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3999         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4000         (wl-summary-sync-update): Likewise.
4001         (wl-summary-auto-select-msg-p): Likewise.
4002         (wl-summary-update-thread): Likewise.
4003         (wl-summary-mark-as-important): Likewise.
4004         (wl-summary-jump-to-msg-internal): Likewise.
4005         (wl-summary-redisplay-internal): Likewise.
4006         (wl-summary-print-message-with-ps-print): Likewise.
4007         (wl-summary-folder-info-update): Likewise.
4008
4009         * wl-folder.el (wl-folder-check-one-entity):
4010         elmo-folder-count-flags instead of wl-summary-count-unread.
4011
4012         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4013
4014         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4015
4016         * wl-summary.el (wl-summary-set-message-modified): 
4017         Call wl-summary-set-mark-modified.
4018         (wl-summary-delete-messages-on-buffer): Call
4019         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4020         (wl-summary-sync-update): Call elmo-folder-length instead of
4021         elmo-folder-messages.
4022         (wl-summary-insert-headers): Don't call
4023         elmo-folder-list-message-entities.
4024
4025 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4026
4027         * wl-action.el (wl-summary-define-mark-action): Call
4028         `wl-summary-set-mark' with argument `data'.
4029         (wl-summary-auto-refile): Fixed order of arguments when call
4030         `wl-summary-refile'.
4031
4032 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4033
4034         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4035
4036         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4037
4038         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4039         (Renamed from wl-highlight-summary-deleted-face).
4040         (wl-highlight-summary-resend-face): New face.
4041
4042         (wl-highlight-summary-deleted-face): Renamed from
4043         wl-highlight-summary-erased-face.
4044
4045         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4046
4047         * wl-action.el (wl-summary-get-resend-address): New function.
4048         (wl-summary-exec-action-resend): Ditto.
4049         (wl-summary-exec-action-resend-subr): Ditto.
4050
4051         * w-thread.el (wl-thread-copy): Removed definition.
4052         (wl-thread-refile): Ditto.
4053         (wl-thread-delete): Ditto.
4054         (wl-thread-target-mark): Ditto.
4055
4056         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4057         (wl-summary-target-mark-set-action): Fixed.
4058         (wl-summary-define-mark-action): Fixed quotation.
4059         (wl-summary-move-mark-list-messages): Display message.
4060         (wl-summary-define-mark-action): Define thread functions.
4061         (wl-summary-exec-action-refile): Changed message.
4062         (wl-summary-exec): Ditto.
4063
4064 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4065         
4066         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4067         '%%'.
4068
4069 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4070
4071         * wl.el (toplevel): Require wl-action.
4072         (wl-init): Call wl-summary-define-mark-action.
4073
4074         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4075
4076         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4077         wl-summary-delete and wl-summary-erase.
4078         (wl-summary-mode-map): Ditto.
4079
4080         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4081         wl-delete-folder-alist.
4082
4083         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4084         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4085         (toplevel): Moved mark & action related functions to the wl-action.el.
4086
4087         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4088         in wl-summary-mark-action-list.
4089         (wl-highlight-summary-current-line): Ditto.
4090
4091         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4092         empty lines.
4093
4094         * wl-action.el: New file. 
4095
4096 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-summary.el (wl-summary-target-mark-replace): New function.
4099         (wl-summary-target-mark-prefetch): Use it.
4100         (wl-summary-target-mark-delete): Ditto.
4101         (toplevel): Rearranged definition order.
4102         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4103         (wl-summary-target-mark-erase): Rewrite.
4104         (wl-summary-erase-region): New function.
4105         (wl-summary-exec-action-erase): Changed message.
4106         (wl-summary-move-mark-list-messages): New function.
4107         (wl-summary-exec-action-delete): Use it.
4108         (wl-summary-exec-action-erase): Ditto.
4109
4110         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4111         (wl-summary-skip-mark-list): Added "d".
4112
4113         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4114         while searching.
4115
4116         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4117         and define using defcustom;
4118         Define 4th element as a face.
4119         
4120         * wl-summary.el (wl-summary-incorporate): Use 
4121         `wl-summary-prefetch-region-no-mark' instead of
4122         `wl-summary-prefetch-region'.
4123         (wl-summary-prefetch-region-no-mark): Revival of old
4124         `wl-summary-prefetch-region'.
4125         (wl-summary-mark-action-list): Moved to wl-vars.el
4126
4127         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4128         face according to the `wl-summary-mark-action-list'.
4129         (wl-highlight-summary-current-line): Ditto;
4130         Removed destination highlighting.
4131
4132         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4133         (wl-highlight-summary-line-string): Highlight for "i" mark.
4134         (wl-highlight-summary-current-line): Ditto.
4135
4136         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4137         no destination.
4138
4139         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4140         exists, just go ahead.
4141         (wl-summary-prefetch-region): Rewrite.
4142         (wl-summary-prefetch): Ditto.
4143         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4144         (wl-summary-exec-action-prefetch): New function.
4145         (wl-summary-target-mark-prefetch): Rewrite.
4146
4147 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4150         (wl-highlight-summary-line-string): Added "d" and "D".
4151         (wl-highlight-summary-current-line): Ditto.
4152
4153         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4154         in wl-summary.el.
4155         (wl-thread-insert-entity-sub): Ditto.
4156         (wl-thread-remove-destination-region): Ditto.
4157         (wl-thread-print-destination-region): Ditto.
4158
4159         * wl-summary.el (wl-summary-buffer-refile-list,
4160         wl-summary-buffer-delete-list,
4161         wl-summary-buffer-copy-list): Abolish.
4162         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4163         All other related portions are changed.
4164         (wl-summary-mark-action-list): New variable.
4165         (wl-summary-set-mark): New function.
4166         (wl-summary-register-target-mark): Ditto.
4167         (wl-summary-unregister-target-mark): Ditto.
4168         (wl-summary-have-target-mark-p): Ditto.
4169         (wl-summary-register-temp-mark): Ditto.
4170         (wl-summary-unregister-temp-mark): Ditto.
4171         (wl-summary-registered-temp-mark): Ditto.
4172         (wl-summary-collect-temp-mark): Ditto.
4173         (wl-summary-unset-mark): Ditto.
4174         (wl-summary-set-target-mark): Ditto.
4175         (wl-summary-unset-target-mark): Ditto.
4176         (wl-summary-set-action-generic): Ditto.
4177         (wl-summary-unset-action-generic): Ditto.
4178         (wl-summary-exec-action-delete): Ditto.
4179         (wl-summary-exec-action-erase): Ditto.
4180         (wl-summary-set-action-refile): Ditto.
4181         (wl-summary-set-action-refile-subr): Ditto.
4182         (wl-summary-unset-action-refile): Ditto.
4183         (wl-summary-make-destination-numbers-list): Ditto.
4184         (wl-summary-exec-action-refile): Ditto.
4185         (wl-summary-set-action-copy): Ditto.
4186         (wl-summary-unset-action-copy): Ditto.
4187         (wl-summary-exec-action-copy): Ditto.
4188         (wl-summary-collect-numbers-region): Ditto.
4189         (wl-summary-delete): Rewrite.
4190         (wl-summary-erase): Ditto.
4191         (wl-summary-remove-destination): Ditto.
4192         (wl-summary-exec): Ditto.
4193         (wl-summary-exec-region): Ditto.
4194         (wl-summary-target-mark-erase): Ditto.
4195         (wl-summary-refile): Ditto.
4196         (wl-summary-copy): Ditto.
4197         (wl-summary-unmark): Ditto.
4198         (wl-summary-delete-all-mark): Ditto.
4199         (wl-summary-mark-line): Don't highlight.
4200         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4201         (wl-summary-target-mark-refile-subr): Rewrite.
4202
4203         (wl-summary-copy-prev-destination): Abolish.
4204
4205 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4206
4207         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4208         default values along the value of wl-on-mule.
4209         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4210         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4211         It is not used anywhere.
4212
4213 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4214
4215         * wl-summary.el (wl-summary-print-destination): Keep position.
4216         (wl-summary-cursor-move-surface): Keep horizontal position.
4217
4218 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4219
4220         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4221         write sendlog.
4222
4223 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4224
4225         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4226         `wl-summary-highlight'.
4227
4228 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4229
4230         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4231         trivial condition for temp-mark.
4232
4233 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4234
4235         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4236         when it hits killed buffer.
4237
4238 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4239
4240         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4241         * wl-news.el.in: `message' and `error' take format string.
4242
4243 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4244
4245         * wl-folder (wl-folder-insert-entity): Display a message,
4246         `...done', when the work finish.
4247         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4248
4249 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4250
4251         * wl-message.el (wl-message-redisplay): Remove unused local
4252         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4253
4254 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4255
4256         * wl-summary.el (wl-summary-replace-status-marks): Disable
4257         interactive use.
4258         (wl-summary-reedit): Check message existence at first.
4259         (wl-summary-mark-line): Fix doc, return value is indefinite.
4260
4261         * wl-highlight.el (wl-highlight-message): Arranged.
4262
4263         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4264         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4265         check temp-mark by wl-summary-temp-mark always.
4266         (wl-highlight-summary): Change accordingly.
4267         * wl-summary.el (wl-summary-mark-as-read-all)
4268         (wl-summary-delete-cache, wl-summary-set-score-mark)
4269         (wl-summary-mark-as-unread, wl-summary-unmark)
4270         (wl-summary-mark-line, wl-summary-mark-as-read)
4271         (wl-summary-mark-as-important): Ditto.
4272
4273         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4274         end of the window if possible.
4275         * wl-summary.el (wl-summary-sync-update): Support lazy
4276         highlighting.
4277         (wl-summary-toggle-disp-msg): Ditto.
4278
4279 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4280
4281         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4282
4283 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4284
4285         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4286         change.
4287
4288 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4289
4290         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4291         API.
4292         (wl-summary-sync-update): Ditto.
4293
4294         * wl-score.el (wl-score-get-score-alist): Changed argument.
4295         (wl-summary-rescore-msgs): Likewise.
4296         (wl-summary-score-headers): Likewise.
4297         (wl-score-headers): Likewise;
4298         Use elmo-folder-do-each-message-entity, etc.
4299         (wl-summary-score-effect): Follow the changes above.
4300         (wl-summary-rescore): Ditto.
4301         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4302         (wl-score-get-overview): Abolish.
4303
4304         * wl-summary.el (wl-summary-default-from): Follow the API change in
4305         elmo-msgdb.
4306         (wl-summary-count-unread): Ditto.
4307         (wl-summary-detect-mark-position): Ditto.
4308         (wl-summary-overview-entity-compare-by-date): Ditto.
4309         (wl-summary-overview-entity-compare-by-number): Ditto.
4310         (wl-summary-overview-entity-compare-by-from): Ditto.
4311         (wl-summary-overview-entity-compare-by-subject): Ditto.
4312         (wl-summary-get-list-info): Ditto.
4313         (wl-summary-rescan): Ditto.
4314         (wl-summary-jump-to-msg-by-message-id): Ditto.
4315         (wl-summary-sync-update): Ditto; Removed comment.
4316         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4317         (wl-summary-insert-message): Use wl-summary-insert
4318         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4319         (wl-summary-insert-headers): Changed argument overview to folder.
4320         (wl-summary-search-by-subject): Likewise.
4321         (wl-summary-insert-thread): Renamed from 
4322         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4323
4324         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4325         too.
4326
4327         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4328         wl-string-member.
4329
4330 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4331
4332         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4333         elmo-folder-append-buffer.
4334         (wl-draft-queue-append): Likewise.
4335
4336         * wl-mime.el (wl-message-delete-current-part): Ditto.
4337         (wl-summary-burst-subr): Ditto.
4338
4339         * wl-news.el.in (wl-news-send-news): Ditto.
4340
4341 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4342
4343         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4344         function.
4345         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4346         (wl-summary-update-mark): Enclose with save-excursion.
4347         (wl-summary-mark-as-read-internal): Fixed last change.
4348         (wl-summary-mark-as-important): Use 3rd argument of
4349         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4350         Don't use elmo-msgdb-set-mark.
4351         (wl-summary-redisplay-internal): If msgdb flag is already read,
4352         just update the mark on buffer.
4353
4354 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4355
4356         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4357         cut visible folder when elmo-folder-delete returns non-nil value.
4358
4359 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4360
4361         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4362         by Kenichi OKADA <okada@opaopa.org>).
4363
4364 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4365
4366         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4367
4368 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4369
4370         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4371         Fixed the last change, search group entity by its real name.
4372         (Thanks to: KOBAYASHI Shinji)
4373
4374 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4375
4376         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4377         (wl-fldmgr-access-display-all): Don't refer visible name.
4378         * wl-expire.el (wl-folder-archive-current-entity)
4379         (wl-folder-expire-current-entity): Ditto.
4380         * wl-folder.el (wl-folder-jump-to-current-entity)
4381         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4382         (wl-folder-open-folder-sub,wl-folder-open-all)
4383         (wl-folder-write-current-folder): Ditto.
4384         (wl-folder-insert-entity): Don't use petname for normal group.
4385         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4386         is the real name.
4387         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4388         Abolished.
4389
4390 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4391
4392         * wl-draft.el (wl-draft-create-buffer): Add
4393         `wl-summary-reply-with-citation'
4394
4395 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4396
4397         * wl-draft.el (wl-draft-reply): Fixed.
4398
4399 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4402         when `wl-draft-send-confirm-with-preview' is non-nil.
4403         You can scroll up/down by j/k.
4404         (wl-draft-send-confirm-with-preview): New variable (default=t).
4405
4406 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4409         (wl-fldmgr-save-folders): Fix comment.
4410
4411 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4414         along the last change in `wl-folder-buffer-group-p'.
4415
4416 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4417
4418         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4419         folder.
4420
4421         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4422         the default value.
4423
4424         * wl-mime.el (wl-summary-burst): Update summary only when target
4425         folder equals current folder.
4426
4427 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4430
4431 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4434         value.
4435
4436 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4439         `map-extents' instead of `extent-at' repeatedly.
4440         (wl-highlight-folder-current-line): Ditto.
4441
4442         * wl-highlight.el: Remove useless dummy functions.
4443
4444 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4445
4446         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4447         (wl-folder-put-folder-property): New function to put text property.
4448         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4449         (wl-folder-insert-entity, wl-folder-update-diff-line)
4450         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4451         * wl-e21.el, wl-xmas.el, wl-mule.el
4452         (wl-highlight-folder-current-line): Ditto.
4453         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4454         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4455         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4456         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4457
4458 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4459
4460         * Version number is increased to 2.11.3.
4461
4462 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4465         Resume current-buffer since it is assumed by remaining tasks.
4466
4467 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4470         (wl-folder-completion-function): Abolished.
4471         (wl-folder-complete-folder): New function.
4472         (wl-folder-complete-filter-condition): Ditto.
4473         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4474         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4475
4476 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-draft.el (wl-draft-send-confirm): New function.
4479         (wl-draft-send): Use it.
4480
4481         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4482         cursor-in-echo-area while confirming.
4483
4484         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4485
4486         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4487         searching via nntp if wl-summary-search-via-nntp is 'force.
4488         Otherwise, invoke searching in nntp folder only.
4489         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4490
4491         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4492         explicitly for mime-make-text-tag.
4493
4494 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4495
4496         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4497         `mime-make-text-tag' instead of `mime-create-tag'.
4498
4499 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4502         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4503
4504 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-score.el (wl-score-save): Bind print-length and print-level.
4507         (wl-score-pretty-print): Ditto.
4508         (wl-score-edit-insert-header-entry): Ditto.
4509
4510         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4511         "From" entry to be treated with wl-draft-eword-encode-address-list.
4512         * wl-mime.el (wl-draft-preview-message): Ditto.
4513
4514         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4515         (wl-summary-mark-as-unread): Ditto.
4516         (wl-summary-mark-as-read-region): Change accordingly.
4517         (wl-summary-mark-as-unread-region): Ditto.
4518         (wl-summary-target-mark-mark-as-read): Ditto.
4519         (wl-summary-target-mark-mark-as-unread): Ditto.
4520
4521 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * Version number is increased to 2.11.2.
4524
4525 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-news.el.in (wl-news-previous-version-save): Bind
4528         print-length and print-level.
4529         * wl-thread.el (wl-thread-save-entities): Ditto.
4530         (wl-thread-save-top-list): Bind print-length.
4531
4532 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4533
4534         * wl-highlight.el (wl-highlight-summary-line-string): Use
4535         wl-summary-score-below-mark, wl-summary-score-over-mark.
4536         (wl-highlight-summary-current-line): Ditto.
4537
4538 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4541         insert it.
4542
4543 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4544
4545         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4546
4547 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4550         message without msgid.
4551         Rewrite with elmo-folder-move-messages.
4552         Set wl-message-buffer to nil.
4553
4554         * wl-summary.el (wl-summary-erase-subr): New function. Use
4555         elmo-folder-move-messages.
4556         (wl-summary-erase): Call it.
4557         (wl-summary-target-mark-erase): Ditto.
4558
4559 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4562         it is not up-tp-date.
4563
4564 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4567         buffer after calling `wl-summary-goto-folder-subr' without the
4568         argument `interactive'.
4569         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4570
4571 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4572
4573         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4574         `mime-create-tag'. Use `string=' instead of `looking-at'.
4575
4576 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4579         to avoid compile warning.
4580
4581         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4582         entity-id when folder is given.
4583         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4584         save-excursion, use save-selected-window instead.
4585         Select folder buffer window if exists.
4586         (To correct behavior with wl-folder-move-cur-folder.)
4587
4588 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4589
4590         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4591
4592 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4593
4594         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4595         list-count instead of %d.
4596
4597 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4600         (wl-news): Set it.
4601         (wl-news-append-to-folder): Use it.
4602
4603         * wl-news.el.in (wl-news-send-news): Append to specified folder
4604         instead of wl-default-folder.
4605         (wl-news-append-to-folder): Show error message with specified folder.
4606
4607         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4608                 In most major modes, Emacs assumes that any opening
4609                 delimiter found at the left margin is the start of a
4610                 top-level definition, or defun. Therefore, *never put an
4611                 opening delimiter at the left margin unless it should have
4612                 that significance.*
4613
4614         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4615
4616 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4617
4618         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4619
4620 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4621
4622         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4623
4624 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4625
4626         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4627         for sequential numbering case.
4628
4629 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4632         value.
4633         (wl-draft-reply-without-argument-list): Ditto.
4634         (wl-draft-reply-myself-with-argument-list): Abolish.
4635         (wl-draft-reply-myself-without-argument-list): Ditto.
4636         * wl-draft.el (wl-draft-self-reply-p): New function.
4637         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4638
4639 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4640
4641         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4642         (avoid error for the case without byte-compiling)
4643
4644 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4645
4646         * wl-news.el.in (wl-news-append-to-folder): New function.
4647         (wl-news-exit): Rewrite.
4648         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4649
4650 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4651
4652         * wl-draft.el (wl-draft-reply-position): New function.
4653         (wl-draft-reply-position): Fix.
4654         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4655         (wl-summary-target-mark-reply-with-citation): Ditto.
4656         (wl-summary-reply-with-citation): Ditto.
4657         * wl-vars.el (wl-draft-reply-default-position): New variable.
4658
4659 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4660
4661         * wl-draft.el (wl-draft-send): Preview when interactive send.
4662
4663 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4664
4665         * wl-draft.el (wl-draft-reply): Set default position.
4666         * wl-summary.el (wl-summary-reply): Ditto.
4667         (wl-summary-reply-with-citation): Ditto.
4668         (wl-summary-target-mark-reply-with-citation): Ditto.
4669
4670 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4671
4672         * wl-news.el.in (wl-news-lang): Set default value according to
4673         current-language-environment.
4674         (wl-news-append-news): Do nothing when news-list is nil.
4675
4676 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4679         (wl-news): Change message.
4680         (wl-news-exit): Check buffer.
4681         (wl-news-force-exit): New function.
4682         (wl-news-show-all): New function.
4683         (wl-news-discard-and-exit): Fix.
4684
4685 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4688         according to current-language-environment.
4689
4690         * wl-news.el.in (wl-news): If arg, show all NEWS after
4691         wl-news-default-previous-version.
4692
4693 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4694
4695         * wl-news.el.in (wl-news-check): Rewritten.
4696         (wl-news-previous-version-load): Change data type.
4697         (wl-news-previous-version-save): Change data type.
4698         (wl-news-append-news): Add return value.
4699         (wl-news-check-news): New function.
4700         (wl-news-already-current-p): New function.
4701         (wl-news-send-news): Rewritten.
4702         (wl-news-mode-map): Add new keybind.
4703         (wl-news): Rewritten.
4704         (wl-news-exit): Rewritten.
4705         (wl-news-discard-and-mail): New function.
4706         (wl-news-send-to-address): Abolished.
4707         * wl.el (wl-init): Delete a message.
4708
4709 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-news.el.in (wl-news-exit): Update previous version.
4712         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4713
4714 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4715
4716         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4717
4718 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4719
4720         * wl-news.el.in (wl-news): New function.
4721         (wl-news-mode): New function.
4722         (wl-news-next-line): New function.
4723         (wl-news-next-page): New function.
4724         (wl-news-exit): New function.
4725         (wl-news-buf-name): New variable.
4726         (wl-news-mode-map): New variable.
4727         (wl-news-winconf): New variable.
4728         (wl-news-append-news): Add an option.
4729
4730 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4731
4732         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4733
4734 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4735
4736         * wl-news.el.in (wl-news-send-to-address): New variable.
4737         (wl-news-send-news): Use it.
4738         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4739         Return updating status.
4740         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4741
4742 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4743
4744         * wl-news.el.in (wl-news-send-news): Delete
4745         Organization and X-Face.
4746
4747 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4748
4749         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4750         (wl-news-append-news): New function.
4751         (wl-news-send-news): New function.
4752
4753 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * Version number is increased to 2.11.1.
4756
4757 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl-news.el.in : New file.
4760
4761 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4762
4763         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4764         default value.
4765         (wl-draft-reply-without-argument-list): Ditto.
4766
4767 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4768
4769         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4770         (wl-message-buffer-prefetch-idle-time): Ditto.
4771         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4772
4773 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4774
4775         * wl-thread.el (wl-thread-insert-message): Use
4776         wl-summary-max-thread-depth.
4777
4778         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4779         loop detection.
4780
4781         * wl-message.el (wl-message-buffer-display): Back to the first page
4782         when cache is hit.
4783
4784 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4787
4788         * wl-summary.el (wl-summary-insert-thread-entity):
4789         If the thread depth is reached to wl-summary-max-thread-depth,
4790         divide the thread.
4791
4792 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4793
4794         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4795         for elmo-remove-passwd.
4796
4797 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4800         folder is sticky.
4801         (wl-folder-mark-as-read-all-entity): Ditto.
4802         (wl-folder-prefetch-entity): Ditto.
4803
4804 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4805
4806         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4807
4808 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4811         Delete messages on buffer for unplugged operation.
4812         (wl-summary-erase): Ditto.
4813
4814 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4817         take nil so as not to search parent by subject.
4818
4819 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4822         (wl-folder-get-next-folder): Ditto.
4823         (wl-folder-get-path): Ditto.
4824
4825 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4828         system and encode the region with it before verifying.
4829
4830 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4833         system of the echo buffer before decoding.
4834
4835 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4838         original contents.
4839
4840 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4841
4842         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4843         with argument 'any-exists.
4844
4845 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4846
4847         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4848         Use `wl-cs-autoconv'.
4849
4850 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4853         by `mime-view-automatic-conversion'.
4854
4855         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4856         (wl-message-verify-pgp-nonmime): Ditto.
4857         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4858         Bind them to C-c:d and C-c:v respectively.
4859
4860         Merge following code by Teranishi-san from [wl-en:00167].
4861         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4862         (wl-mime-preview-application/pgp-encrypted): Ditto.
4863         (wl-mime-setup): Add entry.
4864
4865 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867         * wl-summary.el (wl-summary-target-mark-erase): New function.
4868         Bind it to "mD".
4869
4870 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-vars.el (wl-draft-write-file-function): Fix.
4873         (wl-draft-reedit-hook): Changed default value.
4874
4875         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4876         wl-draft-reedit-hook.
4877         (wl-draft-remove-text-plain-tag): New function.
4878         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4879
4880         * wl-vars.el (wl-draft-write-file-function): New user option.
4881
4882         * wl-draft.el (wl-draft-prepare-edit): Use it for
4883         local-write-file-hooks.
4884         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4885
4886         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4887         (wl-draft-insert-mail-header-separator): Return the body beginning
4888         point.
4889         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4890         text/plain.
4891         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4892
4893 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4894
4895         * wl-summary.el (wl-summary-erase): New function to erase message
4896         without moving it to trash. Bind to "D".
4897
4898         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4899         as `keep' unless switch-function.
4900
4901 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4902
4903         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4904         message buffer by using `wl-summary-toggle-disp-msg'.
4905         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4906         buffer window.
4907         (wl-summary-supresedes-message): Ditto.
4908
4909         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4910         Do not delete other windows.
4911         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4912         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4913         (wl-draft-create-buffer): Set reply-or-forward also for target
4914         mark commands.
4915
4916 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * wl-draft.el (wl-user-agent-compose): Delete special case for
4919         switch-to-buffer-other-window.
4920
4921         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4922         (wl-summary-forward): Ditto.
4923
4924         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4925         function.
4926         (wl-draft-buffer-style): New use option.
4927
4928         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4929         (wl-draft): Follow the change above.
4930         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4931         wl-draft-buffer-style.
4932         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4933         switch-function.
4934
4935 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4936
4937         * wl-address.el (wl-address-make-completion-entry): Extracted from
4938         `wl-address-make-completion-list'.
4939         (wl-address-enable-strict-loading): New variable.
4940         (wl-address-make-completion-list): Revive petname duplication
4941         inquiry, and enable it if `wl-address-enable-strict-loading'.
4942         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4943
4944 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-message.el (wl-message-get-original-buffer): Avoid
4947         'Selecting deleted buffer' error when original buffer is killed.
4948
4949 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4950
4951         * wl-summary.el (wl-summary-next-message): Use
4952         elmo-message-accessible-p instead of elmo-message-cached-p.
4953
4954 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4957
4958         * wl-thread.el (wl-thread-open-all-unread): Use
4959         elmo-folder-list-flagged instead of
4960         elmo-folder-list-messages-mark-match.
4961
4962         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4963         instead of elmo-folder-list-messages-mark-match.
4964         (wl-summary-move-spec-alist): New variable.
4965         (wl-summary-move-spec-plugged-alist,
4966         wl-summary-move-spec-unplugged-alist): Abolish.
4967         (wl-summary-next-message): Follow the change above.
4968         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4969         with 'no-msg' argument.
4970
4971         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4972         variable.
4973         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4974         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4975         (wl-message-buffer-prefetch-get-next): Follow the change above.
4976
4977 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-version.el (wl-version): Changed codename.
4980
4981         * Version number is increased to 2.11.0.
4982
4983 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4984
4985         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4986         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4987         `wl-draft-config-variables'.
4988         (wl-draft-kill): Fixed problem when the draft is reedit.
4989
4990 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4993         buffer-modified status (Thanks to
4994         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4995
4996 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4997
4998         * wl-util.el (wl-region-exists-p): New function.
4999
5000         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5001         Remove defvars for byte-compile warnings.
5002
5003 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5004
5005         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5006         defvar-maybe. Removed unused bind.
5007
5008 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5011         summary buffer window before creating new frame.
5012         (wl-draft-reply): Ditto.
5013
5014 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5015
5016         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5017
5018 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5019
5020         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5021
5022 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5023
5024         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5025         instead of `kill-region'.
5026
5027 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5030         (wl-highlight-summary-line-string): Use it.
5031         (wl-highlight-summary-current-line): Ditto.
5032
5033         * wl-mime.el (wl-message-delete-current-part): Check the class of
5034         mime-entity.
5035
5036         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5037
5038         * wl-summary.el (wl-summary-make-number-list): Initialize.
5039         (wl-summary-update-mark): New function.
5040         (wl-summary-reply): Put `answered' mark on the message.
5041         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5042
5043         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5044         (wl-draft-reply): Added optional argument `number';
5045         Set wl-draft-parent-number.
5046         (wl-draft-kill): Delete answered mark if it is a reply.
5047
5048 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5049
5050         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5051         that originates in mime-preview-follow-current-entity.
5052         (wl-draft-yank-current-message-entity): Use it if region is active.
5053
5054         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5055         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5056         `wl-message-delete-current-part'.
5057         * wl-mule.el (wl-message-define-keymap): Ditto.
5058         * wl-xmas.el (wl-message-define-keymap): Ditto.
5059
5060 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5061
5062         * wl-mime.el (wl-message-delete-current-part): New function.
5063         (wl-mime-node-id-to-string): Ditto.
5064
5065         * wl-mime.el (wl-message-delete-current-part): Use existing
5066         original buffer which corresponds current mime-view buffer.
5067         (fetched buffer might have different structure, possibly)
5068
5069         * wl-mime.el (wl-message-delete-current-part): Quit if the
5070         message content differs from the actual message.
5071
5072 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5075         order.
5076         (wl-summary-search-by-subject): Search parent message from tail;
5077         Check the existence of the parent message on the current thread tree.
5078         (wl-summary-update-thread): Check whether the line is inserted.
5079
5080 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl-vars.el (wl-summary-line-format): Undo last change.
5083         * wl-summary.el (wl-summary-print-destination): Do not put
5084         invisible property when `wl-summary-width' is nil.
5085         (wl-summary-line-subject-minimum-length): Abolished.
5086         (wl-summary-line-subject): Ditto.
5087
5088 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5089
5090         * wl-vars.el (wl-summary-line-format): Change default value.
5091         (wl-summary-subject-length-limit): Abolished.
5092         * wl-summary.el (wl-summary-line-subject): Ditto.
5093
5094 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5095
5096         * wl-template.el (wl-template-select): Added optional argument.
5097         If optional argument is specified, reverse
5098         `wl-template-visible-select'.
5099
5100 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5103         Take prefix argument to force asking the destination folder.
5104
5105 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5106
5107         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5108         count and update status.
5109
5110 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5111
5112         * wl-summary.el (wl-summary-redisplay-internal): If
5113         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5114         after fetching.
5115
5116 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5117
5118         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5119         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5120
5121         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5122
5123 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5126         (All other related portions are changed).
5127         (wl-summary-mark-as-read-all): Rewrite.
5128
5129 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5132         `wl-summary-mark-as-read'.
5133         (wl-summary-mark-as-unread): Rewrite.
5134         (wl-summary-mark-as-read): Added no-modeline argument.
5135         (wl-summary-resume-cache-status): Rewrite.
5136         (wl-summary-exec-subr): Remove unused local variable.
5137
5138 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5139
5140         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5141         logic to call `wl-summary-buffer-prev-folder-function'.
5142         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5143
5144 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5147         is nil.
5148
5149 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5150
5151         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5152         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5153         (wl-mime-setup): Add its entry.
5154
5155 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5158         (wl-summary-delete-cache): Likewise.
5159         (wl-summary-mark-as-read): Rewrite.
5160
5161 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5162
5163         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5164         `wl-summary-count-unread'.
5165
5166         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5167
5168         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5169
5170 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5173         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5174         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5175         Renamed to the elmo-msgdb-*-mark.
5176         (wl-summary-score-marks): Follow the change above.
5177         (wl-summary-auto-refile-skip-marks): Ditto.
5178         (wl-summary-incorporate-marks): Ditto.
5179         (wl-summary-expire-reserve-marks): Ditto.
5180
5181         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5182         changes.
5183         (wl-thread-insert-top): Changed updating message.
5184
5185         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5186         variable.
5187         (wl-summary-count-unread): Count answered marks.
5188         (wl-summary-rescan): Call wl-summary-insert-message instead of
5189         wl-summary-append-message-func-internal.
5190         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5191         (wl-summary-prefetch-msg): Follow the variable name changes.
5192         (wl-summary-prefetch-region): Ditto.
5193         (wl-summary-mark-as-read-all): Follow the API changes;
5194         Don't call elmo-folder-replace-marks.
5195         (wl-summary-delete-cache): Follow the variable name changes.
5196         (wl-summary-resume-cache-status): Ditto.
5197         (wl-summary-update-status-marks): New function.
5198         (wl-summary-insert-message): New function.
5199         (wl-summary-sync-marks): Follow the variable name changes.
5200         (wl-summary-sync-update): Synchronize to the msgdb, too;
5201         Changed update messages.
5202         (wl-summary-make-number-list): Rewrite.
5203         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5204         (wl-summary-mark-as-unread): Follow the API changes.
5205         (wl-summary-exec-subr): Follow the variable name changes.
5206         (wl-summary-mark-as-read): Ditto.
5207         (wl-summary-move-spec-plugged-alist): Ditto.
5208         (wl-summary-move-spec-unplugged-alist): Ditto.
5209         (wl-summary-cursor-move-surface): Ditto.
5210
5211         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5212         variable name changes.
5213         (wl-highlight-summary-current-line): Ditto.
5214
5215         * wl-expire.el (wl-expire-refile): Follow the API change in
5216         elmo-folder-move-messages.
5217         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5218         (wl-summary-archive): Use elmo-folder-msgdb instead of
5219         elmo-msgdb-load.
5220
5221 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5222
5223         * wl-mime.el (wl-draft-preview-message): Restore the position
5224         before evaluating wl-draft-send-hook in preview buffer.
5225
5226 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5229         when it creates new draft buffer.
5230
5231         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5232         without argument.
5233
5234         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5235         Evaluate content and if the value is string, insert it.
5236         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5237         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5238         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5239         wl-draft-config-sub-part-bottom): Use it.
5240
5241         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5242         with the folder name. The question was unintelligible when it is
5243         called from wl-save-status.
5244
5245 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5246
5247         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5248         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5249         cannot take second argument).
5250
5251 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5252
5253         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5254         as t. Since type and subtype are not case sensitive (RFC 2045).
5255
5256 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * wl-vars.el (wl-message-mode-line-format): New variable.
5259         (wl-message-mode-line-format-spec-alist): Ditto.
5260         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5261         (wl-message-redisplay): Use wl-message-mode-line-format.
5262
5263 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5264
5265         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5266
5267 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5268
5269         * wl-summary.el (wl-summary-default-from): Write description.
5270
5271 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5272
5273         * wl-vars.el (wl-ldap-objectclass): Abolish.
5274
5275         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5276         (wl-ldap-make-filter): Removed condition for objectclass.
5277         (wl-ldap-make-matched-value-list): Remove meaningless process.
5278         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5279         (wl-address-ldap-search): Don't add `*' to `pat' string;
5280         use ignore-errors; added `email';
5281         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5282         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5283         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5284
5285
5286 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-draft.el (wl-draft-parent-folder): Write description.
5289         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5290
5291 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5294         as "" (zero-length string) if no parent.
5295         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5296
5297 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * wl-address.el (wl-address-make-completion-list): Skip duplication
5300         checking.
5301         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5302         `append'.
5303
5304 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5305
5306         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5307         instead of `beginning-of-buffer'.
5308
5309 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5312
5313 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5314
5315         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5316         Refer wl-message-buffer-name.
5317         (wl-message-wheel-down): Ditto.
5318
5319 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl-vars.el (wl-message-buffer-name): New user option.
5322
5323         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5324         directly instead of making alist dinamically.
5325
5326         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5327         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5328         wl-message-buffer-cache-name.
5329         (wl-message-buffer-cache-clean-up): Ditto.
5330
5331         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5332
5333         * Version number is increased to 2.9.15.
5334
5335 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-vars.el (wl-summary-default-view-alist): New user option.
5338
5339         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5340
5341         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5342         while deleting address.
5343         (wl-draft-delete-myself-from-cc): Ditto.
5344
5345         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5346         If optional argument is specified, reverse sort order.
5347
5348         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5349
5350 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * wl-thread.el (wl-thread-insert-message): Return parent number if
5353         exists.
5354         (wl-thread-update-indent-string-region): Use
5355         wl-thread-update-line-on-buffer-sub instead of
5356         wl-thread-update-line-on-buffer.
5357
5358 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5359
5360         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5361         (wl-folder-close-all): Ditto.
5362
5363 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5364
5365         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5366         and mailing-list:.
5367         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5368         value.
5369         (wl-summary-line-list-info): Print mailing-list name even when 
5370         list-number is empty.
5371
5372 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5373
5374         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5375
5376         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5377         (wl-draft-open-file): Ditto.
5378         (wl-draft-random-alphabet): Ditto.
5379
5380         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5381         bindings.
5382
5383 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5386         * wl-vars.el (wl-draft-config-alist): Ditto.
5387
5388 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * Version number is increased to 2.9.14.
5391
5392         * wl.el (wl): Don't set wl-init as nil when error occured while
5393         auto-checking folders.
5394
5395         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5396         `elmo-expand-newtext'.
5397
5398 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5399
5400         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5401         `this-command' so that `wl-folder-goto-folder' contained in
5402         `wl-summary-keep-cursor-command' work.
5403
5404 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5407         message buffer displaying state.
5408
5409 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-vars.el (wl-summary-default-view): New variable to specify
5412         default value for `wl-summary-buffer-view' instead of using
5413         set-default.
5414         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5415
5416 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5417
5418         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5419
5420         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5421
5422 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5423
5424         * wl-vars.el (wl-forward-subject-prefix): New variable.
5425         * wl-draft.el (wl-draft-forward): Use it.
5426
5427 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5428
5429         * wl-message.el (wl-message-prev-page): When it is called without
5430         lines argument, scroll down by wl-message-scroll-amount lines.
5431         (wl-message-next-page): Ditto.
5432         * wl-vars.el (wl-message-scroll-amount): Change default value
5433         to preserve current behavior.
5434
5435 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5436
5437         * wl-summary.el (wl-summary-prefetch-msg): Bind
5438         `wl-message-entity' to call `wl-summary-from-function'.
5439
5440 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5441
5442         * wl-message.el (wl-message-buffer-create): Run
5443         wl-message-buffer-created-hook.
5444
5445 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5446
5447         * wl-summary.el (wl-summary-sort-specs): New variable.
5448         (wl-summary-default-sort-spec): Ditto.
5449         (wl-summary-sort): Rewrite.
5450         (wl-summary-sort-by-list-info): New function.
5451
5452 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5453
5454         * wl-summary.el (wl-summary-get-list-info): New function.
5455         (wl-summary-sort): Rewrite.
5456         (wl-summary-line-list-info): Ditto.
5457         (wl-summary-line-list-count): Ditto.
5458         (wl-summary-refile-region): Fixed docstring.
5459
5460 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5463         `wl-folder-entity-hashtb' as completion table.
5464
5465 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5468         only when this command is called interactively; silence the byte-
5469         compiler.
5470
5471 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5472
5473         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5474         active in XEmacs.
5475
5476 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5477
5478         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5479         plural lines.
5480
5481 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5484         of current line when the cursor is on the header name.
5485         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5486
5487 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5488
5489         * wl-util.el (wl-read-directory-name): Return displayed directory
5490         as the default value also on XEmacs.
5491
5492 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5495         formatting.
5496
5497 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5500         argument and when it is non-nil, check face property before
5501         highlighting for each line.
5502         (wl-highlight-summary-window): Set it.
5503
5504 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5507         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5508
5509         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5510         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5511         (wl-draft-get-fcc-list): Likewise.
5512
5513 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5516         (wl-thread-entity-cur): Ditto.
5517         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5518         wl-thread-indent-regexp setting.
5519         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5520
5521         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5522         wl-summary-lazy-highlight.
5523         (wl-summary-display-bottom): Ditto.
5524
5525         * wl-thread.el (wl-thread-open-close): Likewise.
5526
5527         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5528         from and subject;
5529         Bind wl-draft-use-frame;
5530         Enclose with save-window-excursion;
5531         Use wl-draft-create-buffer instead of with-temp-buffer;
5532         Use wl-draft-prepare-edit;
5533         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5534         Use wl-draft-send instead of wl-draft-raw-send.
5535
5536 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5537
5538         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5539         of using wl-from.
5540
5541 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5544         insert-buffer instead of clone-buffer.
5545         (wl-draft-doing-mime-bcc): New variable.
5546         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5547         infinite loop.
5548         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5549
5550         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5551         (wl-draft-mime-bcc-body): Ditto.
5552
5553         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5554         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5555         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5556         wl-draft-do-mime-bcc.
5557         (wl-draft-mime-bcc-field): New function.
5558         (wl-draft-do-mime-bcc): Ditto.
5559
5560         * wl-address.el (wl-address-complete-header-list): New variable.
5561         (wl-address-complete-header-regexp): Changed default value.
5562
5563         * Version number is increased to 2.9.13.
5564
5565 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5568         it is differed.
5569
5570 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5571
5572         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5573         (wl-summary-line-list-count): Ditto.
5574
5575 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5576
5577         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5578         (wl-nntp-posting-function): New variable.
5579         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5580         `wl-nntp-posting-config-alist'.
5581
5582 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5583
5584         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5585         FLIM.
5586
5587 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5588
5589         * wl-summary.el (wl-summary-target-mark-refile-sub):
5590         Remove a nuisance funcall.
5591
5592 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5595         as t for `try-completion'.
5596
5597 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-summary.el (wl-summary-default-from): Use
5600         wl-address-header-extract-address instead of
5601         std11-extract-address-components.
5602         (wl-summary-simple-from): Ditto.
5603         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5604         (wl-summary-insert-headers): Show message.
5605         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5606         for whole line.
5607         (wl-summary-default-from): Revert last change.
5608         (wl-summary-simple-from): Ditto.
5609         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5610         (wl-summary-mark-as-read-region): Follow the change above.
5611         (wl-summary-sync-marks): Ditto.
5612         (wl-summary-target-mark-mark-as-read): Ditto.
5613         (wl-summary-redisplay-internal): Ditto.
5614         (wl-summary-redisplay-no-mime-internal): Ditto.
5615         (wl-summary-redisplay-all-header): Ditto.
5616         (wl-summary-mark-as-read): Removed argument `cached';
5617         Use current cache status to set cache mark.
5618         (wl-summary-redisplay-internal): Follow the change above.
5619         (wl-summary-redisplay-no-mime-internal): Ditto.
5620         (wl-summary-redisplay-all-header): Ditto.
5621
5622         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5623
5624         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5625         Don't call itself recursively (Adviced by Yamaoka-san).
5626
5627 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5628
5629         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5630         bind wl-summary-highlight as nil to avoid error caused by missing
5631         local variables.
5632
5633 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl-vars.el (wl-invalid-character-message): New user option.
5636
5637         * wl-util.el (wl-set-string-width): If truncated string-width is
5638         larger than specified width, use `wl-invalid-character-message'.
5639
5640 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5641
5642         * wl-summary.el (wl-summary-prefetch-msg): 
5643         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5644
5645 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-vars.el (wl-summary-check-line-format): New user option.
5648         (wl-summary-line-format-file): Ditto.
5649
5650         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5651         variable.
5652         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5653         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5654         and `wl-summary-view-old-p' to check whether do a rescan or not.
5655         (wl-summary-view-old-p): New function.
5656         (wl-summary-line-format-changed-p): Ditto.
5657         (wl-summary-line-format-save): Ditto.
5658         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5659
5660         * wl-util.el (wl-set-string-width): Avoid using negative number
5661         for make-string.
5662
5663 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5664
5665         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5666         return value.
5667
5668         * wl-util.el (wl-set-string-width): Added optional argument
5669         `padding' (All other related portions are changed).
5670         (wl-line-parse-format): If the first letter of column number is
5671         `0', zero-padding the result (ex: "%05l").
5672
5673         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5674
5675 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5678         sequential summary view.
5679
5680 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5683         if it doesn't have a -unix version.
5684
5685 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5688
5689 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5690
5691         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5692         content.
5693         (wl-draft): Follow the change above.
5694
5695         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5696
5697         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5698         and wl-folder-summary-line-format-alist contain %T and %P.
5699
5700         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5701         (wl-summary-mode-line-format): New user option.
5702         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5703         (wl-summary-line-format): Changed default value.
5704         (wl-summary-lazy-highlight): Changed default value.
5705
5706         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5707         change in wl-summary-create-line.
5708         (wl-thread-insert-entity-sub): Ditto.
5709
5710         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5711         (wl-summary-buffer-unread-status): Ditto.
5712         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5713         (wl-summary-buffer-persistent-mark-column): Ditto.
5714         (wl-summary-buffer-mode-line-formatter): Ditto.
5715         (wl-summary-buffer-mode-line): Ditto.
5716         (wl-summary-message-regexp): Abolished.
5717         (All other related portions are changed.)
5718         (wl-summary-detect-mark-position): New function.
5719         (wl-summary-buffer-set-folder): Setup
5720         wl-summary-buffer-mode-line-formatter.
5721         (wl-summary-mode): Setup selective-display;
5722         Setup pre-idle-hook when xemacs.
5723         (wl-summary-update-modeline): Rewrite.
5724         (wl-summary-jump-to-msg): Define as function;
5725         Changed regexp for searching messages.
5726         (wl-summary-message-number): Rewrite.
5727         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5728         Do rescan when old type summary cache.
5729         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5730         (wl-summary-remove-destination): Use '\r' to detect EOL.
5731         (wl-summary-print-destination): Ditto.
5732         (wl-summary-temp-mark): New inline function.
5733         (wl-summary-persistent-mark): Ditto.
5734         (wl-summary-line-number): New function.
5735         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5736         (wl-summary-line-list-count): New function.
5737         (wl-summary-create-line): Added argument persistent-mark.
5738         (All other related portions are changed)
5739         (wl-summary-create-line): Insert '\r'.
5740         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5741         (wl-summary-cursor-move-surface): New inline function.
5742         (wl-summary-prev): Use it.
5743         (wl-summary-next): Ditto.
5744
5745         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5746         wl-summary-message-regexp.
5747         (wl-highlight-summary): Delete progress message.
5748         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5749
5750         * Version number is increased to 2.9.12.
5751
5752 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5753
5754         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5755         variable (nil: no minimum).
5756         (wl-summary-line-subject): Add some spaces after subject by
5757         wl-summary-line-subject-minimum-length.
5758
5759 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5760
5761         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5762         and removed `F'.
5763         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5764         change above).
5765
5766 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5767
5768         * wl-summary.el (wl-summary-line-list-count): Reverted.
5769         (example setting in samples/*/dot.wl is also updated)
5770
5771 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5774
5775         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5776
5777         * wl-vars.el (wl-summary-line-format): Addes some description to the
5778         docstring.
5779
5780         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5781         (wl-summary-line-close-bracket): Ditto.
5782         (wl-summary-line-children-number): Ditto.
5783         (wl-summary-line-thread-indent): Ditto.
5784         (wl-summary-line-children-and-from): Ditto.
5785
5786         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5787         't', 'c', 'F' and added 'C'.
5788
5789         * wl-util.el (wl-set-string-width): Accept negative value.
5790         (wl-line-parse-format): Added "%number(" and "%)".
5791
5792 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5793
5794         * wl-summary.el (wl-summary-line-list-count): Change format of the
5795         return value.
5796
5797 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5798
5799         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5800         from the recent message.el.
5801         (wl-draft-point-in-header-p): Ditto.
5802         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5803         wl-draft-beginning-of-line.
5804         * wl-e21.el (wl-draft-mode-map): Ditto.
5805         * wl-xmas.el (wl-draft-mode-map): Ditto.
5806
5807         * wl-folder.el: Sort macrodefs by dependencies.
5808
5809 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5810
5811         * wl-summary.el (wl-summary-prev): Fixed regexp.
5812         (wl-summary-next): Ditto.
5813
5814 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5815
5816         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5817
5818 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5819
5820         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5821         for backward compatibility.
5822
5823 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5824
5825         * wl-summary.el (wl-summary-line-list-count): New function, merged
5826         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5827         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5828         list counts.
5829
5830 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5831
5832         * wl-summary.el (wl-summary-create-line): Ignore errors while
5833         timezone-fix-time.
5834
5835         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5836
5837         * wl-summary.el (wl-summary-sync-update): Ditto.
5838         (wl-summary-default-from): Use wl-message-entity
5839         instead of entity.
5840
5841         * wl-summary.el (wl-summary-create-line): Fix.
5842
5843         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5844         (wl-summary-line-format): New user option.
5845         (wl-folder-summary-line-format-alist): Ditto.
5846         (wl-summary-from-width): Abolished.
5847
5848         * wl-util.el (toplevel): Require 'bytecomp.
5849         (wl-line-parse-format): New function.
5850         (wl-line-formatter-setup): New macro.
5851
5852         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5853         (wl-summary-buffer-line-formatter): New buffer local variable.
5854         (wl-summary-switch-to-clone-buffer): Follow the change above.
5855         (wl-summary-message-regexp): Fix.
5856         (wl-summary-from-func-internal): Abolished.
5857         (wl-summary-subject-func-internal): Ditto.
5858         (wl-summary-subject-filter-func-internal): Ditto.
5859         (All other related portions are changed.)
5860         (wl-summary-buffer-set-folder):
5861         Set up wl-summary-buffer-number-column and 
5862         wl-summary-buffer-line-formatter
5863         (All other related portions are changed.)
5864         (wl-summary-buffer-number-column-detect): Abolished.
5865         (All other related portions are changed.)
5866         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5867         (wl-summary-delete-all-temp-marks-on-buffer): Use
5868         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5869         (wl-summary-target-mark-delete): Ditto.
5870         (wl-summary-target-mark-refile-subr): Ditto.
5871         (wl-summary-target-mark-mark-as-read): Ditto.
5872         (wl-summary-target-mark-mark-as-unread): Ditto.
5873         (wl-summary-target-mark-mark-as-important): Ditto.
5874         (wl-summary-target-mark-save): Ditto.
5875         (wl-summary-replace-status-marks): Renamed from
5876         wl-summary-set-status-marks-on-buffer;
5877         Use wl-summary-message-regexp instead of
5878         wl-summary-buffer-number-regexp.
5879         (wl-summary-sync-update): Follow the change above.
5880         (wl-summary-goto-previous-message-beginning): New function.
5881         (wl-summary-mark-as-unread): Use it.
5882         (wl-summary-mark-as-important): Ditto.
5883         (wl-summary-line-formatter): New variable.
5884         (wl-summary-line-year): New function.
5885         (wl-summary-line-day): Ditto.
5886         (wl-summary-line-day-of-week): Ditto.
5887         (wl-summary-line-hour): Ditto.
5888         (wl-summary-line-minute): Ditto.
5889         (wl-summary-line-open-bracket): Ditto.
5890         (wl-summary-line-close-bracket): Ditto.
5891         (wl-summary-line-children-number): Ditto.
5892         (wl-summary-line-thread-indent): Ditto.
5893         (wl-summary-line-size): Ditto.
5894         (wl-summary-line-subject): Ditto.
5895         (wl-summary-line-from): Ditto.
5896         (wl-summary-line-children-and-from): Ditto.
5897         (wl-summary-create-line): Rewritten.
5898         (wl-summary-format-date): Abolished.
5899
5900         * wl-highlight.el (wl-highlight-summary-current-line): Use
5901         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5902         Use thread structure to detect thread top message.
5903
5904         * wl-draft.el (wl-default-draft-cite): Don't use
5905         wl-summary-from-func-internal.
5906
5907         * wl-refile.el (wl-refile-subject-learn): Don't use
5908         wl-summary-subject-filter-func-internal.
5909         (wl-refile-guess-by-subject): Ditto.
5910
5911         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5912         parameters.
5913
5914         * wl-thread.el (wl-thread-update-indent-string-region):
5915         Use wl-thread-update-line-on-buffer instead of
5916         wl-thread-update-indent-string.
5917         (wl-thread-update-children-number): Redefine using
5918         wl-thread-update-line-on-buffer.
5919         (wl-thread-update-indent-string): Abolished.
5920
5921         * Version number is increased to 2.9.11.
5922
5923 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5924
5925         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5926         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5927         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5928
5929         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5930         as nil.
5931
5932         * wl-thread.el (wl-thread-open-all-unread): Use 
5933         elmo-folder-list-messages-mark-match.
5934         (wl-thread-insert-message): Removed argument `mark-alist'.
5935         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5936         elmo-msgdb-set-mark.
5937         (wl-thread-get-children-msgs-uncached): Likewise.
5938         (wl-thread-get-exist-children): Added argument include-self.
5939         (wl-thread-delete-message): Follow the change above.
5940
5941         * wl-summary.el (wl-summary-count-unread): Removed argument.
5942         (wl-summary-rescan): Follow the change above.
5943         (wl-summary-mark-as-read-region): Ditto
5944         (wl-summary-mark-as-unread-region): Ditto.
5945         (wl-summary-delete-messages-on-buffer): Ditto.
5946         (wl-summary-sync-update): Ditto.
5947         (wl-summary-switch-to-clone-buffer): Ditto.
5948         (wl-summary-goto-folder-subr): Ditto.
5949         (wl-summary-target-mark-mark-as-read): Ditto.
5950         (wl-summary-target-mark-mark-as-unread): Ditto.
5951         (wl-summary-target-mark-mark-as-important): Ditto.
5952         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5953         (wl-summary-update-thread): Removed argument `mark-alist'.
5954         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5955         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5956         (wl-summary-resume-cache-status): Likewise.
5957         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5958         elmo-msgdb-set-mark.
5959         (wl-summary-mark-as-read-all): Likewise.
5960         (wl-summary-delete-cache): Ditto.
5961         (wl-summary-auto-select-msg-p): Ditto.
5962         (wl-summary-mark-as-unread): Ditto.
5963         (wl-summary-no-auto-refile-message-p): Ditto.
5964         (wl-summary-mark-as-read): Ditto.
5965         (wl-summary-mark-as-important): Ditto.
5966         (wl-summary-auto-refile): Follow the change above.
5967         (wl-summary-delete-all-marks): Removed.
5968         (wl-summary-resume-marks-and-highlight): Ditto.
5969         (wl-summary-resume-marks): Ditto.
5970         (wl-summary-delete-important-msgs-from-list): Ditto.
5971         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5972
5973         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5974         wl-summary-count-unread.
5975
5976         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5977         (wl-summary-score-update-all-lines): Use
5978         elmo-msgdb-set-mark.
5979
5980 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5981
5982         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5983         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5984         (wl-summary-create-line): Renamed from
5985         wl-summary-overview-create-summary-line;
5986         Argument rearrangement.
5987         (wl-summary-update-thread): Follow the change above.
5988
5989         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5990         (wl-thread-insert-entity-sub): Likewise.
5991
5992         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5993         argument `overview', `mark-alist' and added `msgdb'.
5994
5995         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5996
5997         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5998         (wl-summary-rescan): Follow the change above.
5999         (wl-summary-sync-update): Ditto.
6000         (wl-summary-insert-thread-entity): Ditto;
6001         Don't use `let*' in every while loop;
6002         Detect infinite loop of threads.
6003         (wl-summary-update-thread): Removed argument `overview'.
6004
6005         * wl-thread.el (wl-thread-insert-message): Ditto.
6006
6007         * Version number is increased to 2.9.10.
6008
6009         * wl-message.el (wl-message-redisplay): Ignore errors while
6010         wl-message-redisplay-hook.
6011
6012 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6015
6016 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * wl.el (wl): inhibit-quit while wl-folder.
6019
6020 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6023         while msgdb access.
6024
6025 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6026
6027         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6028         even if no folder is not created.
6029
6030 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6031
6032         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6033
6034         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6035         implementation.
6036         (wl-summary-target-mark-thread): Ditto.
6037
6038         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6039
6040 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6041
6042         * wl-util.el (wl-display-bytes): Remove unused function.
6043
6044 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6045
6046         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6047         seems critical one (partially reverse the change in 2002/03/17).
6048
6049 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6052         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6053
6054 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6055
6056         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6057         is not writable.
6058         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6059         plugged status instead of `'force' as 2nd argument.
6060
6061         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6062         is not creatable.
6063
6064         * Version number is increased to 2.9.9.
6065
6066 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * wl-summary.el (wl-summary-suspend): New function.
6069
6070 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6071
6072         * wl.el (wl): Do not check variables if check is nil.
6073         * wl-utils.el (wl-collect-draft): New function.
6074         * wl-folder.el (wl-folder-suspend): Put summary buffers
6075         and draft buffers at the end of buffer list.
6076         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6077
6078 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6079
6080         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6081         loop instead of recursive call.
6082
6083         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6084         2nd argument.
6085
6086 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6087
6088         * wl-draft.el (wl-draft-create-contents): Don't take neither
6089         (function . args) nor (string . something) any more.
6090
6091         * wl-version.el (wl-generate-user-agent-string): Return string
6092         without header symbol.
6093         * wl-draft.el (wl-draft-default-headers): Use it.
6094
6095         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6096         `wl-draft-insert-ccs' and return field value instead of inserting
6097         the header. Abolish cc argument.
6098         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6099
6100         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6101         rather than one with string car.
6102
6103         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6104         * wl-draft.el (wl-draft-create-contents): Add it after the default
6105         headers.
6106
6107         * wl-draft.el (wl-draft-create-contents): For the case of
6108         (symbol-or-string . function) insert header only when the function
6109         returns string value.
6110
6111 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6114         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6115
6116 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl.el (wl-check-environment): Don't check Message-ID when
6119         `wl-insert-message-id' is nil.
6120         Revive checking if `wl-message-id-domain' contains "@".
6121
6122 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6123
6124         * wl.el (wl-check-environment): Merge examination for "@" at
6125         inappropriate position into the first string-match.
6126
6127         * wl-summary.el (wl-summary-target-mark-print): New function.
6128         (wl-summary-pipe-message-subr): Extracted from
6129         `wl-summary-pipe-message'.
6130         (wl-summary-target-mark-pipe): New function.
6131         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6132         `wl-summary-target-mark-pipe'.
6133
6134 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6135
6136         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6137
6138 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6139
6140         * wl.el (wl-check-environment): Use elmo-warning instead of
6141         error for non-critical ones.
6142         Remove trash folder check.
6143         (wl): Don't ignore error in wl-check-environment.
6144
6145         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6146         check, which is moved from `wl-check-environment'.
6147         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6148
6149 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6152         guess anything, call wl-summary-write.
6153         (wl-summary-write): Create draft with blank To field.
6154         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6155
6156 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6157
6158         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6159         argument full as well for wl-folder-write-current-folder.
6160         If wl-*-write-current-folder cannot guess addressee, add blank
6161         To header.
6162         Rewrite condition for positioning cursor.
6163
6164 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6167         summary buffer is present, use it.
6168         (wl-folder-jump-to-previous-summary): Ditto.
6169
6170 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6171
6172         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6173
6174         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6175         wl-summary-previous-buffer and wl-summary-next-buffer.
6176
6177         * wl-folder.el (wl-folder-mode-map): Bind
6178         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6179         (wl-folder-jump-to-next-summary): New function.
6180         (wl-folder-jump-to-previous-summary): Ditto.
6181
6182         * wl-draft.el (wl-draft): Rearranged.
6183
6184 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6185
6186         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6187         of header.
6188         (wl-draft): Collect arguments for the header as header-alist.
6189         (wl-draft-forward): Arrange arguments for wl-draft.
6190         (wl-draft-reply): Ditto.
6191         (wl-draft-edit-string): Ditto.
6192         * wl-summary.el (wl-summary-write): Ditto.
6193         (wl-summary-write-current-folder): Ditto.
6194
6195         * Version number is increased to 2.9.8.
6196
6197 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6198
6199         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6200
6201         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6202
6203         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6204         even if the guess failed.
6205
6206         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6207         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6208         wl-summary-write-current-folder.
6209         * wl-xmas.el: Ditto.
6210
6211 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-summary.el (wl-summary-next-page): Force display message if
6214         message is not displayed yet.
6215         (wl-summary-prev-page): Ditto.
6216
6217 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6218
6219         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6220
6221 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6222
6223         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6224         add "Preview Message" and "Save Draft and Exit".
6225
6226 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6227
6228         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6229         if addrmgr is called from draft in splitted window.
6230
6231         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6232         * wl-mule.el: Ditto.
6233         * wl-xmas.el: Ditto.
6234
6235 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6236
6237         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6238
6239         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6240         * wl-xmas.el (wl-folder-toolbar): Ditto.
6241
6242 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243
6244         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6245         and wl-draft-save-and-exit.
6246         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6247         * wl-xmas.el: Ditto.
6248         * wl-mule.el: Ditto.
6249
6250         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6251         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6252
6253 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6256         lists for saving buffer.
6257
6258 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6259
6260         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6261         parent-folder argument instead of it.
6262         (wl-draft-create-buffer): Ditto.
6263         (wl-draft-forward): Ditto.
6264         (wl-draft-reply): Ditto.
6265         * wl-summary.el (wl-summary-write): Ditto.
6266         (wl-summary-write-current-folder): Ditto.
6267
6268         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6269         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6270         Folder buffer after composing.
6271
6272 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6275         header if the file `wl-x-face-file' already contains it.
6276
6277 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6278
6279         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6280         folder" entry.
6281         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6282         * wl-e21.el (wl-folder-toolbar): Ditto.
6283         * wl-xmas.el (wl-folder-toolbar): Ditto.
6284
6285 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6286
6287         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6288         wl-folder-goto-folder with sticky argument.
6289         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6290
6291 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6292
6293         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6294         and wl-summary-previous-buffer.
6295         (wl-summary-next-buffer): New function.
6296         (wl-summary-previous-buffer): Ditto.
6297
6298 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6301         wl-folder-jump-to-current-entity-with-arg.
6302         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6303         `wl-folder-jump-to-current-entity'.
6304         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6305         `wl-summary-goto-folder-sticky'.
6306         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6307         `wl-summary-goto-folder'.
6308         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6309         Unless force-exit, do not clean temp. marks for sticky summary.
6310         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6311
6312 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6313
6314         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6315         not entire.
6316
6317 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6320         to `C-x C-s'.
6321         (wl-summary-save-status): New command.
6322         (wl-summary-exit): Don't clean-up temp marks when sticky.
6323         (Applied patch from Nakayama-san [wl: 09548])
6324         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6325         Do nothing when no mark data.
6326         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6327         Call `wl-summary-delete-all-temp-marks' before saving.
6328
6329 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6330
6331         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6332
6333 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6334
6335         * wl.el (wl-check-environment): Also cause error when (system-name)
6336         returns "localhost.localdomain". (Although it doesn't affect because
6337         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6338
6339 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6340
6341         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6342         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6343
6344         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6345         value.
6346
6347 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6348
6349         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6350         Likewise r-cc-list and r-ng-list.
6351
6352 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6355         only if it is bound as variable.
6356
6357         * wl-mime.el (wl-draft-preview-message): Ditto.
6358
6359 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6362         needless `goto-char'.
6363
6364         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6365         `wl-summary-redisplay-no-mime-internal' instead of
6366         `wl-summary-redisplay-no-mime'.
6367         (wl-summary-redisplay-no-mime): Changed argument;
6368         Call `wl-summary-redisplay-no-mime-internal'.
6369
6370         * wl-mime.el (wl-draft-preview-message): Bind
6371         `mime-header-encode-method-alist' locally.
6372
6373         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6374         (wl-draft-std11-parse-addresses): Added the first address check.
6375         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6376
6377         * Version number is increased to 2.9.7.
6378
6379 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6382
6383 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6384
6385         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6386         related to scrollbar support, if there is no such a feature
6387         compiled in.
6388
6389 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6390
6391         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6392         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6393         for prefetch.
6394
6395 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-summary.el (wl-summary-pick): Fix for no match.
6398
6399 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6400
6401         * wl-draft.el (wl-draft-save):
6402         Override `mime-header-encode-method-alist'.
6403
6404 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6405
6406         * wl-folder.el (wl-folder-pick): New function.
6407         Define key as "?".
6408
6409 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6412         Fix for unplugged.
6413
6414 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-folder.el (wl-folder-virtual): New function.
6417         Define key as "V".
6418
6419 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6422         multi folder if entity is group.
6423
6424 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6425
6426         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6427         is nil.
6428
6429 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6430
6431         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6432         (wl-summary-target-mark-msgs): Return the number of marked messages.
6433
6434 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6435
6436         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6437         "first:" is specified.
6438
6439 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6440
6441         * wl-vars.el (wl-from): Use return value of function
6442         user-full-name instead of the variable user-full-name since
6443         XEmacs-20.4 doesn't set this variable.
6444
6445 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6448         call `wl' directly.
6449
6450 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6451
6452         * wl-draft.el (wl-draft-reedit): Removed duplicated
6453         switch-to-buffers.
6454
6455 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * wl.el (wl-other-frame): Removed garbages.
6458
6459 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6460
6461         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6462
6463         * wl-xmas.el (wl-draft-key-setup): Ditto.
6464
6465         * wl-mule.el (wl-draft-key-setup): Ditto.
6466
6467         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6468         (wl-draft-reedit): Ditto.
6469         (wl-draft-prepare-edit): Add `wl-draft-save' to
6470         `local-write-file-hooks'.
6471         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6472         (wl-draft-reedit): Set buffer-file-name.
6473         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6474
6475
6476         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6477         call it.
6478         (wl-delete-startup-frame-function): New variable.
6479         (wl-other-frame): New function
6480         (Original was written by Yamaoka san [wl: 09239]).
6481
6482         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6483         if `wl-folder-use-frame'.
6484
6485 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6488
6489 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6492         New variable.
6493         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6494         (wl-message-buffer-prefetch-get-next): Use them.
6495         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6496
6497 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6500         with unwind-protect.
6501
6502         * wl-draft.el (wl-draft-reedit): Rewrite.
6503         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6504         (wl-draft-save): Insert header separator if it does not exist;
6505         Removed condition-case.
6506
6507         * wl-summary.el (wl-summary-reedit): Revert last change.
6508
6509         * wl-draft.el (wl-draft-save): Rewrite.
6510         (wl-draft-create-buffer): Set buffer-file-name as nil.
6511
6512         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6513
6514         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6515
6516         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6517         nil.
6518
6519 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6522         If count is nil, do not prefetch.
6523         (wl-message-buffer-prefetch-next): Next.
6524
6525 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6526
6527         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6528
6529 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6532         `delete-backward-char'
6533         (wl-draft-prepare-edit): Check major-mode.
6534         (wl-draft-decode-header): Rewrite.
6535         (wl-draft): Fix.
6536
6537 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6540
6541 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6542
6543         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6544         (wl-message-buffer-prefetch-get-next): Remove size checking.
6545         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6546
6547 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6548
6549         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6550         (wl-draft-default-headers): Fix.
6551
6552 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6553
6554         * wl-draft.el (wl-draft-default-headers): Insert return value of
6555         `wl-generate-mailer-string-function'.
6556
6557 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6560         (wl-draft-insert-mail-header-separator): Ditto.
6561
6562         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6563         again (Reverted the change on 2002-01-17 by OKADA san).
6564
6565 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6566
6567         * wl-draft.el (wl-draft): Rewrite.
6568         (wl-draft-create-buffer): New function.
6569         (wl-draft-create-contents): Ditto.
6570         (wl-draft-prepare-edit): Ditto.
6571         (wl-draft-decode-header): Ditto.
6572         (wl-draft-decode-body): Ditto.
6573         (wl-draft-check-new-line): Ditto.
6574         (wl-draft-default-headers): Ditto.
6575         (wl-draft-insert-mail-header-separator): Ditto.
6576
6577 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6578
6579         * Version number is increased to 2.9.6.
6580
6581 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-draft.el (wl-draft-delete-field): Optional argument.
6584         (wl-draft-delete-fields): Ditto.
6585
6586 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-message.el (toplevel): Eliminated byte-compile warning.
6589         for `itimer-function', `delete-timer' and `itimer-list'.
6590
6591 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6592
6593         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6594         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6595         `wl-message-buffer-prefetch-threshold'.
6596         * wl-summary.el (wl-summary-redisplay-internal): Remove
6597         the check of `wl-message-buffer-prefetch-depth'.
6598
6599 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6602         size of article.
6603         (wl-message-buffer-prefetch-subr): Remove size check.
6604
6605 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6606
6607         * wl-vars.el (wl-plugged): Make customizable.
6608
6609 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6612         (wl-message-buffer-prefetch-set-timer): New function.
6613         (wl-message-buffer-prefetch-get-next): New function.
6614         (wl-message-buffer-prefetch): New function.
6615         (wl-message-buffer-prefetch-next): Rewrite.
6616         (wl-message-buffer-prefetch-subr): Rewrite.
6617         * wl-vars.el (wl-auto-prefetch-first): New variable.
6618         * wl-summary.el (wl-summary-goto-folder-subr): Call
6619         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6620
6621 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6624         `wl-summary-unread-message-hook'.
6625
6626 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6627
6628         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6629         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6630         if range is `cache-status'.
6631
6632 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6633
6634         * wl-message.el (wl-message-buffer-prefetch-subr):
6635         Improve debug message.
6636
6637 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6638
6639         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6640         `wl-mail-send-pre-hook'.
6641         (wl-draft-send-mail-with-qmail): Ditto.
6642         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6643
6644 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * wl-message.el (wl-message-buffer-prefetch-subr):
6647         Fix for cancel-function-timers bug.
6648         (wl-message-buffer-prefetch-debug): Default value is t.
6649
6650 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6651
6652         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6653         (wl-message-buffer-prefetch-subr): Rewrite.
6654         Rename from `wl-message-buffer-prefetch'.
6655
6656 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6657
6658         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6659         (wl-default-draft-cite-decorate-author): Ditto.
6660
6661         * wl-draft.el (wl-draft-cite-function): Removed.
6662         (wl-default-draft-cite-decorate-author): Ditto.
6663
6664 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6665
6666         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6667         (wl-default-draft-cite): Do not arrange author name if the value of
6668         `wl-default-draft-cite-decorate-author' is nil.
6669
6670 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6673
6674         * wl-folder.el (wl-folder-check-one-entity): Don't care
6675         `elmo-folder-use-flag-p'.
6676
6677 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-folder (wl-folder-check-one-entity): Fix
6680         problem if unread is nil.
6681
6682 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6683
6684         * wl-address.el (wl-address-make-completion-list): Check whether
6685         the address is a group list.
6686         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6687
6688 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6689
6690         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6691         The number of the messages of new and unread does not count
6692         correctly.
6693
6694         * wl-summary.el (wl-summary-count-unread): Changed to return
6695         `(new . unread)' instead of total.
6696         (wl-summary-sync-update): Follow the change above.
6697
6698         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6699
6700 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6701
6702         * wl-address.el (wl-address-make-completion-list): Do not enclose
6703         address by " <" and ">" if associated realname is "".
6704         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6705         This is against the promblem with group list in .addresses pointed
6706         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6707
6708 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6709
6710         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6711         message is a format control string.
6712         * wl-expire.el (wl-expire-append-log): Ditto.
6713         * wl-mime.el (wl-summary-burst-subr): Ditto.
6714         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6715         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6716
6717 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6718
6719         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6720         wl.el (wl-check-variables): Rename from `wl-check-type'.
6721         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6722         (wl-check-variables-2): New function.
6723         (wl): Call `wl-check-variables-2'.
6724
6725 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6726
6727         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6728         after renaming folder in access group.
6729
6730 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6731
6732         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6733         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6734         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6735         (wl-message-buffer-prefetch): Rewrite.
6736         (wl-message-buffer-prefetch-idle-time): Removed.
6737         * wl-summary.el (wl-summary-redisplay-internal):
6738         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6739         Error check for `wl-message-buffer-prefetch-depht'.
6740
6741 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6742
6743         * Version number is increased to 2.9.5.
6744         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6745
6746 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6749         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6750         Based on the patch written by
6751         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6752
6753 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6754
6755         * wl-draft.el (wl-draft-raw-send): Fix for
6756         `wl-news-send-pre-hook'
6757
6758 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6759
6760         * wl-utils.el (wl-message-id-function): New variable.
6761         * wl-draft.el (wl-draft-insert-required-fields):
6762         Use `wl-message-id-function'.
6763
6764 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6765
6766         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6767         * wl-utils.el (wl-draft-make-message-id-string):
6768         Use `wl-from' for domain part of Message-ID
6769         if `wl-message-id-use-wl-from' if non-nil.
6770         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6771
6772 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl.el (wl): Call `wl-check-type'
6775         Do not 'condition-case'.
6776
6777 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6778
6779         * wl.el (wl-check-type): New function.
6780         (wl-check-type-variables): New variable.
6781
6782 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6783
6784         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6785
6786 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6787
6788         * wl-draft.el (wl-smtp-password-key): New function.
6789         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6790         (wl-draft-send-mail-with-smtp): Ditto.
6791         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6792
6793 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6794
6795         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6796         * wl-utils.el (wl-unique-id-suffix): Remove.
6797
6798 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * Version number is increased to 2.9.4.
6801
6802 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-utils.el (wl-unique-id-suffix): New variable.
6805         (wl-unique-id): Use `wl-unique-id-suffix'
6806
6807 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6808
6809         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6810         instead of `elmo-msgdb-search'.
6811
6812         * Version number is increased to 2.9.3.
6813
6814 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6815
6816         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6817
6818 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6821         (wl-draft-dispatch-message): Changed for send-later.
6822         (wl-draft-queue-flush): Ditto.
6823         (wl-draft): Clear `wl-sent-message-queued'.
6824         (wl-draft-reedit): Ditto.
6825         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6826         * wl-vars.el (wl-draft-force-queuing): New variable.
6827         (wl-draft-force-queuing-mail): New variable.
6828         (wl-draft-force-queuing-news): New variable.
6829
6830 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6833         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6834
6835 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6836
6837         * Version number is increased to 2.9.2.
6838
6839 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * wl-draft.el (wl-draft-elide-region): New user command.
6842         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6843
6844         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6845         command `wl-draft-elide-region'.
6846         * wl-mule.el: Ditto.
6847         * wl-xmas.el: Ditto.
6848
6849 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6852         (wl-biff-check-folder-async): Removed needless let.
6853
6854 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6857         wl-folder-get-elmo-folder.
6858         (wl-biff-check-folder): Set `biff' argument of
6859         `wl-folder-check-one-entity'.
6860         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6861
6862         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6863         (wl-folder-check-one-entity): Added `biff' argument;
6864         Setup `biff' slot of folder.
6865
6866         * Version number is increased to 2.9.1.
6867
6868 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6871         comment out and fixed.
6872         (wl-fldmgr-add-completion-subr): Ditto.
6873
6874         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6875         and msgdb.
6876
6877         * wl.el (wl-toggle-plugged): Save summary view.
6878
6879 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6882
6883 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6884
6885         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6886
6887 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6890         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6891         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6892
6893         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6894         if it was failed.
6895         (wl-demo): Disable undo in the demo buffer.
6896
6897 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-version.el (wl-version): Changed codename.
6900
6901         * Version number is increased to 2.9.0.
6902
6903 2001-12-14  Takuo KITAME <kitame@northeye.org>
6904
6905         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6906         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6907         (wl-folder-mark-as-read-all-current-entity): Ditto.
6908
6909 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl-vars.el (wl-from-width): Define as obsolete variable.
6912         (wl-subject-length-limit): Ditto.
6913
6914         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6915
6916         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6917         wl-summary-save-view.
6918
6919         * wl.el (wl-save-status): Ditto.
6920         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6921
6922         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6923         (wl-summary-exit): Follow the change above.
6924         (wl-summary-goto-folder-subr): Ditto.
6925
6926         * wl-folder.el (wl-folder-create-subr): Don't use
6927         `elmo-folder-creatable-p'.
6928
6929 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6932
6933 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6936         rather than bitmap on Emacs 21.
6937         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6938         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6939         for xbm if the new redisplay engine is not available.
6940
6941 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6942
6943         * wl-folder.el (wl-folder-init-hook): New hook.
6944         (wl-folder-init): Run `wl-folder-init-hook'.
6945
6946 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6949
6950 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6951
6952         * wl-acap.el (wl-acap-cache-filename): New variable.
6953         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6954         (wl-acap-init): Use cache if no ACAP server found.
6955
6956 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6957
6958         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6959         `wl-acap-original-msgdb-dir'.
6960
6961         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6962         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6963
6964         * wl-mime.el (wl-mime-save-directory): Renamed from
6965         `wl-mime-save-dir'.
6966
6967 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6970
6971         * wl-demo.el: Require `path-util'.
6972         (wl-demo-bitmap-mule-available-p): New internal variable.
6973         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6974         `module-installed-p' instead.
6975         (wl-demo-insert-image): Use *.img file for a bitmap image.
6976         (wl-demo): Don't call the ascii demo recursively.
6977
6978 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6979
6980         * Version number is increased to 2.7.7.
6981
6982 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl.el (wl-exit): Eliminated byte-compile warning.
6985
6986 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6987
6988         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6989         obsolete variable using `elmo-define-obsolete-variable'.
6990         (wl-fetch-confirm-threshold): Ditto.
6991         (wl-cache-prefetch-folder-type-list): Ditto.
6992         (wl-cache-prefetch-folder-list): Ditto.
6993
6994 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6997         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6998         (wl-demo-insert-image): New function.
6999         (wl-demo-insert-text): New function.
7000         (wl-demo-image-type-alist): Redefine as a function.
7001         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7002         (wl-demo-with-temp-file-buffer): Removed.
7003         (wl-logo-xpm): Removed.
7004         (wl-logo-xbm): Removed.
7005         (wl-logo-bitmap): Removed.
7006
7007 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7008
7009         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7010         (wl-expire-localdir-get-folder-function): New user option.
7011         (wl-expire-localdir-get-folder): New function.
7012         (wl-expire-localdir-date): Ditto.
7013
7014 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7015
7016         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7017         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7018         Fixed unread number mismatch when all-unread < unread.
7019
7020 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7023         (wl-fetch-confirm-threshold): Ditto.
7024
7025         * wl-summary.el (wl-summary-confirm-appends): Removed.
7026         (wl-summary-sync-update): Don't refer
7027         `wl-summary-update-confirm-threshold' (It is now abolished).
7028
7029         * wl-message.el (wl-message-display-internal): Don't refer
7030         `wl-fetch-confirm-threshold' (It is now abolished).
7031
7032 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7035
7036 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7037
7038         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7039         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7040         Change default value to nil.
7041         (wl-summary-indent-length-limit): The value can be nil, nil means
7042         unlimited.
7043
7044         * wl-summary.el: Don't set limit for indent length if the value of
7045         wl-summary-indent-length-limit is nil.
7046         If the value of wl-summary-width is nil, it means only that the width
7047         of summary is unlimited (nil doesn't mean that the indent length is
7048         unlimited).
7049
7050         * wl-thread.el: Ditto.
7051
7052 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7053
7054         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7055         be nil, nil means never confirm.
7056         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7057
7058 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7059
7060         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7061         means unlimited).
7062
7063 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7064
7065         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7066         Use `with-temp-buffer'.
7067
7068 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7069
7070         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7071         with new backquote style).
7072         (wl-folder-get-entity-from-buffer): Ditto.
7073
7074 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7075
7076         * wl-version.el (nemacs-version): Eliminated.
7077         (wl-extended-emacs-version2): Ignore nemacs.
7078         (wl-extended-emacs-version3): Ditto.
7079
7080 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7081
7082         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7083         (wl-draft-add-in-reply-to): New variable.
7084         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7085         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7086         (wl-draft-yank-from-mail-reply-buffer): Use
7087         `wl-draft-add-in-reply-to'.
7088         (wl-draft-insert-current-message): Ditto.
7089
7090 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7091
7092         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7093         typo (kill->hide).
7094         (wl-message-buffer-prefetch-folder-type-list): Added elements
7095         `mark' and `cache' instead of `internal'.
7096
7097 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7098
7099         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7100         resume msgdb directory.
7101
7102 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl.el (wl-exit): Call `wl-acap-exit'.
7105
7106         * wl-summary.el (wl-summary-message-string): New function.
7107         (wl-summary-reedit): Use it.
7108         (wl-summary-resend-bounced-mail): Remove needless let.
7109         (wl-summary-supersedes-message): Ditto.
7110         (wl-summary-save): Ditto.
7111
7112         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7113         (wl-acap-init): Set it.
7114         (wl-acap-exit): New function.
7115
7116 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7117
7118         * wl.el (wl-init): Revert (require 'mime-setup). move from
7119         toplevel.
7120
7121 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7122
7123         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7124         local variables.  Add error when guess function return invalid
7125         value.
7126
7127 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7128
7129         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7130         Change local variable name.
7131         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7132         (wl-folder-get-newsgroups): Return nil when non-news folder.
7133         * wl-summary.el (wl-summary-write-current-folder): State through
7134         when guess-list return nil.
7135         (wl-summary-write-current-folder-functions): Fixed docstring.
7136
7137         * wl.el (wl-exit): Changed confirm message.
7138
7139         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7140         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7141
7142         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7143
7144 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7145
7146         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7147         user option (Renamed from wl-cache-prefetch-folder-type-list).
7148         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7149         from wl-cache-prefetch-folder-list).
7150
7151         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7152         Move to wl-vars.el.
7153         (wl-message-buffer-prefetch-p): Changed to enable
7154         `wl-message-buffer-prefetch-folder-list'.
7155
7156         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7157         `ignore-cache'.
7158
7159 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7160
7161         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7162         `part-top' and `part-bottom'.
7163         (wl-draft-config-sub-part-top): New function.
7164         (wl-draft-config-sub-part-bottom): New function.
7165
7166 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7167
7168         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7169
7170 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7171
7172         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7173
7174 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7175
7176         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7177
7178         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7179         (wl-summary-write-current-folder): Ditto.
7180
7181 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-folder.el (wl-folder-get-newsgroups): Use
7184         `elmo-folder-newsgroups'.
7185
7186 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7187
7188         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7189         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7190         `wl-draft-config-sub-header-bottom'.
7191
7192 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7193
7194         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7195         localnews folder.
7196
7197 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7198
7199         * wl-summary.el (wl-summary-mode): Undo last change.
7200
7201         * wl-folder.el (wl-folder-mode): Ditto.
7202
7203 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7204
7205         * wl-summary.el (wl-summary-mode): Locally set
7206         truncate-partial-window-width to nil.
7207         (for XEmacs)
7208
7209         * wl-folder.el (wl-folder-mode): Ditto.
7210
7211 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7214
7215 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7218         number.
7219
7220         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7221
7222         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7223
7224         * Version number is increased to 2.7.6.
7225
7226 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7229
7230 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl-summary.el (wl-summary-sync-update): Enclose network
7233         related portion with `unwind-protect'.
7234
7235 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7236
7237         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7238
7239 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7240
7241         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7242         element.
7243         * wl-vars.el (wl-message-body-button-alist): Ditto.
7244
7245         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7246         max match length.
7247         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7248
7249         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7250         for the max match length;
7251         Use 4th element value for the button string regexp group.
7252
7253         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7254         candidate exists, prompt to select.
7255
7256 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7257
7258         * wl-summary.el (wl-summary-jump-to-msg): Search before
7259         calibration point by `beginning-of-line'.
7260
7261 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7262
7263         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7264         for access group.
7265
7266 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * wl-message.el (wl-message-display-internal): Bind
7269         `default-mime-charset'.
7270
7271         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7272
7273         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7274
7275         * Version number is increased to 2.7.5.
7276
7277 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7278
7279         * wl-expire.el (wl-summary-archive): Fixed;
7280         Use `elmo-folder-name-internal'.
7281
7282 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7283
7284         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7285         from `elmo-folder-move-messages' caller.
7286         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7287
7288         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7289         related portions are changed).
7290
7291 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7292
7293         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7294         counter.
7295
7296 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7297
7298         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7299         buffer local and set it to nil.
7300
7301         * wl-message.el (wl-message-redisplay): Ditto.
7302
7303 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * wl-summary.el (wl-summary-mark-as-important): If message is
7306         already cached, set messag as read, otherwise encache and mark as read.
7307
7308 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7309
7310         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7311         point-min.
7312
7313 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7316         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7317         a keymap.
7318
7319 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7320
7321         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7322         parent.
7323
7324         * wl-mule.el (wl-message-define-keymap): Ditto.
7325
7326         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7327
7328         * wl-xmas.el (wl-message-display-internal-hook): Define.
7329         (wl-xmas-setup-message-toolbar): Define as function.
7330         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7331         (wl-message-overload-functions): Abolished.
7332         (wl-message-define-keymap): New function.
7333
7334         * wl-vars.el (wl-message-display-internal-hook): New variable.
7335         (wl-message-header-button-alist): New variable (Renamed from
7336         wl-highlight-message-header-button-alist).
7337         (wl-message-body-button-alist): Ditto.
7338
7339         * wl-mule.el (wl-message-define-keymap): New function.
7340         (wl-message-overload-functions): Abolished.
7341
7342         * wl-message.el (wl-message-add-buttons-to-body): New function.
7343         (wl-message-redisplay): Don't call wl-message-overload-functions;
7344         Call wl-message-add-buttons-to-header and
7345         wl-message-add-buttons-to-body.
7346         (wl-message-display-internal): Set keymap argument for
7347         elmo-mime-display-as-is, elmo-mime-message-display;
7348         Run wl-message-display-internal-hook.
7349         (wl-message-refer-article-or-url): Abolished.
7350
7351         * wl-highlight.el (wl-highlight-headers): Don't call
7352         wl-highlight-message-add-buttons-to-header.
7353         (wl-highlight-message-add-buttons-to-header): Abolished.
7354
7355
7356         * wl-e21.el (wl-message-display-internal-hook): Define.
7357         (wl-e21-setup-toolbar): Deleted duplicated binding.
7358         (wl-e21-setup-message-toolbar): Define as function.
7359         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7360         (wl-message-define-keymap): New function.
7361         (wl-message-overload-functions): Abolished.
7362
7363 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7366         and elmo-folder-close.
7367
7368         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7369
7370 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7371
7372         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7373         boolean value.
7374         * wl-draft.el (wl-draft-do-fcc): Ditto.
7375
7376 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7377
7378         * wl-vars.el (wl-fcc-force-as-read): New variable.
7379         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7380         mark copied message as read.
7381
7382 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7383
7384         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7385
7386 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7387
7388         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7389         `wl-summary-target-above' instead of obsolete variable
7390         `wl-summary-temp-above'.
7391
7392         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7393         instead of `make-obsolete-variable'.
7394         * wl-refile.el (toplevel): Ditto.
7395
7396 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7397
7398         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7399         with third argument t.
7400         (wl-draft): Set first argument for wl-plugged-init as t.
7401
7402         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7403         definition.
7404
7405 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7406
7407         * wl-vars.el: Tabify.
7408         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7409
7410         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7411         message.
7412
7413 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7414
7415         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7416         and set default to beep.
7417
7418 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7419
7420         * wl-vars.el (wl-draft-truncate-lines): New variable.
7421
7422         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7423         instead of wl-message-truncate-lines for truncate-lines.
7424
7425 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-message.el (wl-message-display-internal): Call
7428         `wl-highlight-message' after `elmo-mime-display-as-is'.
7429
7430         * wl-mime.el (wl-mime-display-text/plain): New function.
7431         (wl-mime-display-header): Ditto.
7432         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7433         body-presentation-method for text/plain;
7434         Register `wl-mime-display-header' as a header-presentation-method;
7435         Don't set up `elmo-message-text-content-inserted-hook' and
7436         `elmo-message-header-inserted-hook'.
7437
7438         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7439         variable.
7440         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7441         as t if flag is 'all-header;
7442         Don't bind `elmo-message-ignored-field-list',
7443         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7444
7445 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7448         for xemacs with non-mule environment.
7449
7450 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7451
7452         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7453         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7454         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7455
7456 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7457
7458         * wl-vars.el (wl-interactive-send): Set default value as t.
7459
7460 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7461
7462         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7463         (wl-addrmgr-method-list): Abolished.
7464         (wl-addrmgr-change-method): Follow above change.
7465
7466         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7467
7468 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7469
7470         * wl-vars.el (wl-message-truncate-lines): Change default value
7471         to default-truncate-lines.
7472
7473         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7474
7475 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7476
7477         * wl-vars.el (wl-message-truncate-lines): New variable.
7478
7479         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7480         wl-message-truncate-lines.
7481
7482 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7483
7484         * wl-acap.el (wl-acap-init): Remove period from error message.
7485         (wl-acap-find-acap-service): Remove period from message.
7486
7487 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl.el (wl-check-environment): Undo last change.
7490
7491         * wl-vars.el (wl-from): Changed default value.
7492
7493         * wl-util.el (toplevel): Don't require tm-edit.
7494
7495         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7496         `wl-folder-init';
7497         Don't set mark on mail body.
7498         (wl-draft-reedit): Ditto.
7499
7500         * wl-address.el (wl-address-quote-specials): Define as an alias for
7501         elmo-address-quote-specials.
7502
7503 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7506
7507         * wl-vars.el (wl-from): Set default value as nil.
7508         (wl-organization): Set default value as ORGANIZATION environment
7509         variable.
7510
7511         * wl-draft.el (wl-smtp-extension-bind): Check value of
7512         wl-smtp-connection-type.
7513
7514         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7515         error.
7516
7517 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7518
7519         * Version number is increased to 2.7.4.
7520
7521         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7522         arguments from `wl-highlight-x-face-function' caller.
7523         Use x-face-1.3.6.12 or later.
7524
7525 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7526
7527         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7528
7529 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7530
7531         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7532         (wl-fcc): Fix to accept function.
7533         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7534
7535 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7536
7537         * wl-acap.el (toplevel): Added `product-provide' declare.
7538         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7539
7540 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl.el (wl): Changed order of calling `elmo-init'
7543         and `elmo-folder-init'.
7544
7545 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7546
7547         * wl-mime.el (wl-summary-burst): Extract message when content-type
7548         of root entity is not only `multipart' but also `message/rfc822'.
7549         (wl-summary-burst-subr): Ditto.
7550
7551 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7552
7553         * wl-vars.el (toplevel): Require 'custom.
7554         (wl-trash-folder): Added to `wl-setting' group.
7555
7556         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7557         exists.
7558         (wl-addrmgr-draw): Insert empty line when no entry exists.
7559
7560         * wl-mule.el (wl-message-wheel-up): Fixed.
7561         (wl-message-wheel-down): Ditto.
7562
7563 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7564
7565         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7566         config is an anonymous lambda expression.
7567
7568 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7571         when Mule 2 is running.
7572
7573 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7574
7575         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7576
7577 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7580         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7581
7582         * wl-address.el (wl-address-specials-regexp): Eliminated.
7583         (wl-address-quote-specials): Rewrite.
7584
7585 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7588         shy-groups for regexp.
7589
7590         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7591         character classes and Perl style shy-groups for regexp.
7592         (wl-highlight-plugged-current-line): Use Posix style character
7593         classes for regexp.
7594         (wl-e21-highlight-folder-by-numbers): Ditto.
7595         (wl-e21-display-image-p): Use `display-images-p' instead of
7596         `display-graphic-p'.
7597         (display-images-p): Make an alias to `display-graphic-p' if it is
7598         not available.  It is for Emacs version prior to 21.0.105.
7599
7600         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7601         `display-graphic-p'.
7602         (wl-demo-image-type-alist): Ditto.
7603         (display-images-p): Make an alias to `display-graphic-p' if it is
7604         not available.  It is for Emacs version prior to 21.0.105.
7605
7606 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7607
7608         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7609         support.
7610         (wl-generate-user-agent-string): Ditto.
7611
7612         * wl-version.el (wl-version): Update docsting.
7613         (wl-version-status): Ditto.
7614
7615 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7616
7617         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7618         21.0.105.  For Emacs 21.0.104 or earlier.
7619
7620 2001-09-03  Takuo KITAME <kitame@northeye.org>
7621
7622         * wl-e21.el (wl-plugged-init-icons): Use
7623         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7624         (wl-biff-init-icons): Ditto.
7625
7626 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7627
7628         * wl-highlight.el (wl-highlight-summary-current-line):
7629         Fixed highlighting refile/copy destination.
7630
7631         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7632         (wl-acap-store): Encode string by wl-acap-coding-system.
7633
7634 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * wl-acap.el (toplevel): Check and require 'un-define before
7637         'xemacs-ucs;
7638          Added checking for UTF-2000.
7639
7640 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7641
7642         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7643         Don't enclose with `eval-and-compile'.
7644
7645         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7646         wl-init is non-nil.
7647
7648         * wl-draft.el (wl-draft): Ditto.
7649
7650         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7651
7652         * wl-acap.el (toplevel): Require 'wl.
7653         (wl-acap-store): Call `elmo-init'.
7654
7655         * wl.el (wl): Changed position of `wl-check-environment'.
7656         (toplevel): Added autoload setting for wl-acap.
7657
7658         * wl-vars.el (wl-setting): New custom group.
7659         (wl-from): Added wl-setting group.
7660         (wl-user-mail-address-list): Ditto.
7661         (wl-organization): Ditto.
7662         (wl-subscribed-mailing-list): Ditto.
7663         (wl-envelope-from): Ditto.
7664         (wl-smtp-posting-user): Ditto.
7665         (wl-smtp-posting-server): Ditto.
7666         (wl-smtp-posting-port): Ditto.
7667         (wl-smtp-authenticate-type): Ditto.
7668         (wl-pop-before-smtp-user): Ditto.
7669         (wl-pop-before-smtp-server): Ditto.
7670         (wl-pop-before-smtp-port): Ditto.
7671         (wl-pop-before-smtp-authenticate-type): Ditto.
7672         (wl-nntp-posting-server): Ditto.
7673         (wl-nntp-posting-user): Ditto.
7674         (wl-nntp-posting-port): Ditto.
7675         (wl-fetch-confirm-threshold): Ditto.
7676         (wl-prefetch-threshold): Ditto.
7677         (wl-thread-insert-opened): Ditto.
7678         (wl-ldap-server): Ditto.
7679         (wl-ldap-port): Ditto.
7680         (wl-ldap-base): Ditto.
7681         (wl-ldap-objectclass): Ditto.
7682         (wl-use-ldap): Ditto.
7683         (wl-draft-config-alist): Ditto.
7684         (wl-draft-config-matchone): Ditto.
7685         (wl-template-alist): Ditto.
7686         (wl-message-sort-field-list): Ditto.
7687         (wl-message-ignored-field-list): Ditto.
7688         (wl-message-visible-field-list): Ditto.
7689         (wl-interactive-send): Ditto.
7690         (wl-summary-move-order): Ditto.
7691         (wl-auto-select-first): Ditto.
7692         (wl-auto-select-next): Ditto.
7693         (wl-interactive-save-folders): Ditto.
7694
7695         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7696         Initialization codes are moved from wl-local-folder-init.
7697         (wl-local-folder-init): Follow the change above.
7698         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7699
7700         * wl-acap.el: New file.
7701
7702         * Version number is increased to 2.7.3.
7703
7704 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7705
7706         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7707
7708 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7709
7710         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7711         (wl-addrmgr-address-entry-list): Ditto.
7712
7713 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7714
7715         * wl-e21.el (wl-draft-mode-map): Removed binding for
7716         `wl-draft-insert-x-face-field'.
7717
7718         * wl-mule.el (wl-draft-mode-map): Ditto.
7719
7720         * wl-xmas.el (wl-draft-mode-map): Ditto.
7721
7722         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7723         (wl-cs-autoconv): Ditto.
7724         (wl-cs-local): Ditto.
7725         (wl-use-scoring): Ditto.
7726         (wl-mime-charset): Ditto.
7727         (wl-folder-check-async): Ditto.
7728
7729         * wl.el (toplevel): Ignore nemacs and tm.
7730         (wl-exit): Ditto.
7731
7732         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7733         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7734         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7735         instead of wl-address-petname-add-or-change.
7736         (wl-summary-edit-addresses-subr): Use wl-address-delete
7737         instead of wl-address-petname-delete.
7738
7739         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7740
7741         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7742         if error occured.
7743
7744         * wl-message.el (require): Remove tm support.
7745
7746         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7747
7748         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7749         (wl-folder-jump-to-current-entity): Ditto.
7750         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7751
7752         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7753         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7754         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7755
7756         * wl-mule.el (wl-draft-key-setup): Ditto.
7757
7758         * wl-xmas.el (wl-draft-key-setup): Ditto.
7759
7760         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7761         (wl-draft-std11-parse-addresses): New function.
7762         (wl-draft-parse-mailbox-list): Use it.
7763         (wl-draft): Ignore nemacs.
7764         (wl-draft-reedit): Ditto.
7765
7766         * wl-addrmgr.el: New file.
7767         (Original is wl-rcpt.el written by
7768         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7769         Thanks Kitamoto-san.)
7770
7771         * wl-address.el (wl-address-make-address-list): Modified parsing
7772         process.
7773         (wl-address-delete): Renamed from `wl-address-petname-delete';
7774         Modify wl-address-list too.
7775         (wl-address-add-or-change): Renamed from
7776         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7777
7778 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7779
7780         * wl-highlight.el (wl-highlight-summary-current-line):
7781           Work with transient-mark-mode
7782
7783 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * Version number is increased to 2.7.2.
7786
7787         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7788         instead of elmo-dop-queue-method.
7789
7790 2001-08-06  SAITO Atsunori <sai@yedo.com>
7791
7792         * wl-vars.el (wl-ldap-objectclass): New user option.
7793
7794         * wl-address.el (wl-ldap-make-filter): Use it.
7795
7796 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7797
7798         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7799
7800 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-folder.el (wl-folder): redisplay after folder insertion.
7803
7804         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7805
7806         * wl-summary.el (wl-summary-sync-update):
7807         Change status mark only when new-msgdb exists.
7808         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7809
7810 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-summary.el (wl-summary-open-folder): New function.
7813         (wl-summary-goto-folder-subr): Use it.
7814         (wl-summary-mark-as-important): Fix;
7815         Encache only when no cache exists.
7816
7817 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7820         Use with-current-buffer.
7821
7822 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7823
7824         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7825         before call `get-buffer'. Fixed parenthesis.
7826         (wl-score-get-header-entry): Clear message and help window when
7827         keyboard quit.
7828         (wl-score-edit-insert-header): Ditto.
7829
7830 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7833         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7834         (wl-default-draft-cite): Fix.
7835
7836         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7837         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7838
7839 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7840
7841         * wl-message.el (wl-message-prev-page): Do same bahavior
7842         as summary when it is called in the message buffer.
7843         (wl-message-next-page): Ditto.
7844
7845 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-summary.el (wl-summary-forward): Use cache if it is not
7848         section cache.
7849
7850 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7851
7852         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7853         Removed redundant require of elmo-vars.
7854         (wl-biff-state-indicator-on): Changed default value for
7855         xemacs with non-mule environment.
7856
7857         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7858         wl-message-buffer is nil;
7859         Hide progress bar after moving messages.
7860
7861 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7864         message at cursor point is deleted.
7865
7866 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7867
7868         * wl-vars.el: Changed file coding system to euc-japan.
7869         Added -*-coding:-*- magic to the first line.
7870
7871         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7872         Search parent from the first message.
7873
7874         * Version number is increased to 2.7.1.
7875
7876 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7877
7878         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7879
7880 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7881
7882         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7883         refile/delete execution.
7884
7885         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7886         Fixed docstring.
7887
7888 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7889
7890         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7891         do update process;
7892         Don't update marks when update process is interrupted.
7893
7894 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * wl-summary.el (wl-summary-reply): Fixed problem when
7897         wl-draft-use-frame is non-nil.
7898         (wl-summary-forward): Ditto.
7899
7900         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7901         as nil.
7902         (wl-folder-mark-as-read-all-entity): Ditto.
7903         (wl-folder-prefetch-entity): Ditto.
7904
7905         * wl.el (wl): Check environment before wl-init.
7906
7907         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7908         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7909         instead of wl-summary-collect-unread.
7910         (wl-summary-reply): Split message window.
7911
7912 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7915         only if current language environment is japanese,
7916
7917         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7918         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7919         (wl-folder-goto-folder-subr): Ditto.
7920
7921         * wl-draft.el (wl-draft-dispatch-message): Call
7922         `elmo-file-cache-get-path'.
7923
7924 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-summary.el (wl-summary-cursor-move): If return value of
7927         wl-summary-next-message is not number, don't jump.
7928
7929 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl-summary.el (wl-summary-buffer-next-message-function): New
7932         variable.
7933         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7934         if it is bound.
7935
7936         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7937         string.
7938
7939         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7940         (wl-plugged-drawing): Ditto.
7941
7942 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7945         process.
7946         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7947         with unwind-protect.
7948
7949         * wl.el (wl-init): Require mime-setup.
7950         (wl-check-environment): Don't require mime-setup.
7951
7952         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7953         instead of elmo-folder-type.
7954
7955         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7956         value as nil.
7957
7958 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * Version number is increased to 2.7.0.
7961
7962         * wl-version.el (wl-version): Changed codename.
7963
7964         * wl-summary.el (wl-summary-delete-cache): Fixed.
7965
7966         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7967         Workaround for net folders.
7968         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7969
7970         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7971         value to nil (According to the patch from
7972         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7973
7974         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7975         of elmo-folder-close.
7976
7977 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7978
7979         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7980         for postfix.
7981
7982 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-summary.el (wl-summary-resend-message): Fixed.
7985
7986         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7987         Call wl-draft with `from' argument if its address is included in
7988         `wl-user-mail-address-list'.
7989         (wl-draft): Added `from' argument.
7990
7991         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7992         non-nil.
7993         (wl): Don't show demo if wl-demo is nil.
7994
7995         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7996         wl-summary-use-frame.
7997
7998         * wl-vars.el (wl-summary-use-frame): New user option.
7999         (wl-folder-use-frame): Changed docstring.
8000
8001         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8002         non-nil.
8003         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8004         wl-summary-use-frame.
8005
8006         * wl-vars.el (wl-folder-use-frame): New user option.
8007
8008         * wl-summary.el (wl-summary-exit): Back to folder frame if
8009         wl-folder-use-frame is non-nil.
8010         (wl-summary-redisplay-internal): Ignore cache if current folder
8011         is draft folder,
8012         (wl-summary-redisplay-no-mime): Ditto.
8013         (wl-summary-redisplay-all-header): Ditto.
8014
8015         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8016         if wl-folder-use-frame is non-nil.
8017
8018 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * wl-summary.el (wl-summary-sync-update): Bind
8021         elmo-folder-update-threshold.
8022         (wl-summary-mark-as-important): Enclosed server mark processing
8023         with `save-match-data'.
8024
8025         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8026         only when it is already defined.
8027
8028 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8029
8030         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8031         name of folder exclude localdir is wrong.
8032         * wl-folder.el (wl-folder-sync-entity):
8033         Set `wl-summary-always-sticky-folder-list' as nil.
8034         (wl-folder-mark-as-read-all-entity): Ditto.
8035         (wl-folder-prefetch-entity): Ditto.
8036
8037 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8038
8039         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8040         instead of `wl-summary-write-current-newsgroup'.
8041
8042 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8043
8044         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8045         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8046         non-nil and selected message is important, do not display.
8047
8048 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8049
8050         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8051
8052 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8053
8054         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8055
8056         * wl-summary.el (wl-summary-mark-as-important): Set message number
8057         using wl-summary-message-number.
8058
8059 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8060
8061         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8062         destination folder is 'null.
8063
8064 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8065
8066         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8067         New function.
8068         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8069         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8070         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8071
8072 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8073
8074         * wl-mime.el (wl-mime-setup): Added setting for
8075         `mime-setup-signature-key-alist' to avoid overriding key bind for
8076         `wl-draft-send'.
8077
8078         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8079         for `wl-draft-send'.
8080         * wl-mule.el (wl-draft-overload-functions): Ditto.
8081         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8082         * wl-draft.el (wl-draft-send): Ditto.
8083
8084         * wl-message.el (wl-message-display-internal):
8085         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8086         (Patch is provided by <kita@coe.nttdata.co.jp>).
8087
8088 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8089
8090         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8091
8092 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8093
8094         * wl.el (wl): Fix for wl-demo.
8095
8096 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8097
8098         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8099
8100 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8101
8102         * wl-folder.el (wl-folder-prefetch-entity): Use
8103         `wl-folder-get-elmo-folder'.
8104         (wl-folder-count-incorporates): Do not use
8105         `wl-folder-get-elmo-folder'.
8106
8107 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8108
8109         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8110         instead of `elmo-folder-get-type'.
8111
8112 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8113
8114         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8115         position on Subject: field.
8116         (Advised by Mito <mit@nines.nec.co.jp>)
8117
8118 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8119
8120         * wl-folder.el (wl-folder-prefetch-entity): Use
8121         `wl-folder-get-elmo-folder'.
8122
8123 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8126
8127         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8128         `process-duplicates' slot.
8129
8130         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8131         if detection failed.
8132
8133 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8134
8135         * wl-version.el (wl-version-status): Set to "alpha".
8136
8137 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8140         Check wl-message-buffer lives before set-buffer.
8141
8142 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8143
8144         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8145         called in folder mode.
8146         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8147         * wl-summary.el (wl-summary-exit-pre-hook): Run
8148         `wl-summary-exit-pre-hook' before exit summary mode.
8149
8150 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8151
8152         * wl-version.el (wl-version-status): New variable.
8153         (wl-version-status-alist): Removed.
8154         (wl-version-status): Rule included.
8155
8156 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8157
8158         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8159         @sponichi.
8160
8161         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8162         when `mail-reply-buffer' is buffer-local variable.
8163         (Reported by <kita@coe.nttdata.co.jp>).
8164
8165 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8166
8167         * wl-vars.el (toplevel): Require 'elmo-util.
8168
8169 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8170
8171         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8172         (All other related portions are changed)
8173
8174         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8175
8176         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8177
8178 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8179
8180         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8181
8182 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8185         Delete other windows to avoid an error.
8186         Use `point-marker' instead of `point' to remember the start point
8187         of body.
8188
8189         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8190
8191         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8192         number not to exceed all message number.
8193
8194 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8195
8196         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8197         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8198
8199 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * wl-summary.el (wl-summary-sync-force-update): Added argument
8202         no-check.
8203         (wl-summary-sync-update): Ditto.
8204         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8205         with `no-check'.
8206
8207         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8208         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8209         already running.
8210
8211 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8212
8213         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8214         `dst-folder-arg'.
8215         (wl-expire-archive-number1): Diito.
8216         (wl-expire-archive-number2): Diito.
8217         (wl-expire-archive-Date): Diito.
8218         (wl-archive-number1): Diito.
8219         (wl-archive-number2): Diito.
8220         (wl-archive-date): Diito.
8221         (wl-archive-folder-p): New function.
8222         (wl-summary-expire): Support of expand folder name at
8223         wl-expire-alist.
8224         * wl-util.el (wl-expand-newtext): Renamed from
8225         `wl-refile-expand-newtext'.
8226
8227 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8228
8229         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8230         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8231         `(elmo-msgdb-get-overview msgdb)'.
8232         (wl-summary-prefetch): Bind match data before call
8233         `wl-summay-prefetch-msg'.
8234         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8235         'off if `wl-summary-buffer-disp-msg' is non-nil.
8236         Fixed problem that couldn't show only one new or unread message when
8237         enter folder.
8238         (wl-summary-reply): Don't call `split-window-vertically' and other
8239         window.
8240
8241 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-expire.el (wl-expire-refile): Fixed.
8244
8245 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8246
8247         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8248
8249         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8250         biff notification is removed.
8251
8252         * wl.el (wl): Changed position of `elmo-init'.
8253
8254         * wl-draft.el (wl-default-draft-cite): Use date field
8255         on the citation buffer.
8256
8257         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8258
8259         * wl-xmas.el (wl-folder-internal-icon-list): Added
8260         `wl-folder-shimbun-image'.
8261
8262         * wl-e21.el (wl-folder-internal-icon-list): Added
8263         `wl-folder-shimbun-image'.
8264
8265 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl.el (wl-init): Eliminated argument.
8268         (wl): Rewrite.
8269
8270         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8271         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8272         instead of `elmo-folder-msgdb-internal'.
8273         (wl-summary-sync-update): Ditto.
8274         (wl-summary-flush-pending-append-operations): Eliminated.
8275         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8276         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8277         `elmo-folder-open'.
8278
8279         * wl-mime.el (wl-summary-burst): Fixed.
8280
8281         * wl-folder.el (wl-folder-info-save): Check data type.
8282
8283         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8284         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8285         instead of `elmo-folder-msgdb-internal'.
8286         (wl-expire-hide): Ditto.
8287
8288
8289         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8290
8291 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8292
8293         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8294
8295 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8296
8297         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8298
8299 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8300
8301         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8302         Fixed `match-beginning' argument mismatch.
8303
8304 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8305
8306         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8307         the default value.
8308
8309 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8312         instead of `elmo-nntp-default-port'.
8313
8314         * wl-vars.el: Fixed some doc strings.
8315
8316 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * wl-summary.el (wl-summary-prefetch-msg): Use
8319         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8320
8321         * wl-vars.el: Define *-func as obsolete variable using
8322         `elmo-define-obsolete-variable'.
8323
8324         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8325         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8326         instead of `wl-message-buffer-prefetch-threshold'.
8327
8328         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8329
8330         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8331
8332         * wl-draft.el (wl-caesar-region-func): Ditto.
8333
8334         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8335         Keep unread status in elmo-folder-move-messages.
8336         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8337
8338 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8339
8340         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8341         `wl-summary-buffer-exit-func'
8342         (wl-summary-buffer-message-redisplay-function): Renamed from
8343         `wl-summary-buffer-message-redisplay-func'
8344         (wl-summary-buffer-next-folder-function): Renamed from
8345         `wl-summary-buffer-next-folder-func'.
8346         (wl-summary-buffer-prev-folder-function): Renamed from
8347         `wl-summary-buffer-prev-folder-func'.
8348         (wl-summary-get-petname-function): Renamed from
8349         `wl-summary-get-petname-func'.
8350
8351         * wl-score.el (wl-score-edit-exit-function): Renamed from
8352         `wl-score-edit-exit-func'.
8353
8354         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8355         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8356
8357         * wl-util.el (wl-load-profile-function): Renamed from
8358         `wl-load-profile-func'.
8359
8360         * wl-folder.el (wl-folder-completion-function): Renamed from
8361         `wl-folder-completion-func'.
8362         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8363
8364         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8365         `wl-expire-archive-get-folder-func'.
8366         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8367         (wl-draft-send-mail-function): Renamed from
8368         `wl-draft-send-mail-func'.
8369         (wl-draft-send-news-function): Renamed from
8370         `wl-draft-send-news-func'.
8371         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8372         (wl-generate-mailer-string-function): Renamed from
8373         `wl-generate-mailer-string-func'.
8374         (wl-highlight-signature-search-function): Renamed from
8375         `wl-highlight-signature-search-func'.
8376         (wl-highlight-x-face-function): Renamed from
8377         `wl-highlight-x-face-func'
8378         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8379         (wl-ps-print-buffer-function): Renamed from
8380         `wl-ps-print-buffer-func'
8381         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8382         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8383         (wl-summary-subject-filter-function): Renamed from
8384         `wl-summary-subject-filter-func'.
8385
8386         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8387         `wl-draft-queue-flush-send-func'
8388         (wl-draft-cite-function): Renamed from
8389         `wl-draft-cite-func'
8390
8391         * wl-address.el (wl-address-init-function): Renamed from
8392         `wl-address-init-func'.
8393
8394 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8395
8396         * wl-draft.el (wl-draft-queue-flush): Don't call
8397         `elmo-dop-unlock-message'.
8398         * wl-draft.el (wl-draft-queue-append): Don't call
8399         `elmo-dop-lock-message'.
8400
8401         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8402         (wl-summary-buffer-folder-name): Ditto.
8403         (wl-summary-message-regexp): Added '-' (all other related portions
8404         are changed).
8405         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8406         wl-summary-buffer-folder-name.
8407
8408 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8409
8410         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8411         the number of mails in the folder buffer is not updated by wl-biff.
8412
8413 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8414
8415         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8416         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8417
8418 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8419
8420         * wl-summary.el (wl-summary-next-message):
8421         Return next message number when wl-summary-move-order is nil.
8422
8423 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8424
8425         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8426         `wl-summary-move-spec-alist'.
8427         (wl-summary-move-spec-unplugged-alist): New variable
8428         (Move spec for unplugged status).
8429         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8430         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8431
8432 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8433
8434         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8435         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8436
8437 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8438
8439         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8440         simple quotation to quote the anonymous function.
8441         * tm-wl.el (wl-draft-preview-message): Ditto.
8442
8443 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8444
8445         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8446         Eliminate redundant `save-excursion'.
8447         (wl-highlight-summary-current-line): Ditto.
8448
8449         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8450         accessing match data when `looking-at' failed.
8451
8452         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8453         `elmo-match-string' where users don't care about the speed.
8454         (wl-draft-save): Ditto.
8455
8456 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-util.el (wl-regexp-opt): New function.
8459
8460         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8461         number from `wl-summary-buffer-number-list'.
8462         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8463         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8464         (wl-summary-move-spec-alist): Changed default setting.
8465
8466 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8467
8468         * wl-vars.el (wl-biff-notify-hook): New hook.
8469         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8470         the arrival of new mail.
8471         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8472         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8473
8474 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8477
8478 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8481
8482         * Version number is increased to 2.5.8.
8483
8484         * wl-thread.el (toplevel): require 'cl.
8485         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8486         (wl-thread-make-number-list): New function.
8487         (wl-thread-entity-make-number-list-from-children): Ditto.
8488         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8489         (wl-thread-entity-insert-as-children): Likewise.
8490         (wl-thread-delete-message): Likewise.
8491         (wl-meaning-of-mark): Eliminated.
8492         (wl-thread-next-failure-mark-p): Ditto.
8493         (wl-thread-entity-get-mark): Ditto.
8494         (wl-thread-meaning-alist-get-result): Ditto.
8495         (wl-thread-entity-check-prev-mark): Ditto.
8496         (wl-thread-entity-check-next-mark): Ditto.
8497         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8498         (wl-thread-entity-get-prev-marked-entity): Ditto.
8499         (wl-thread-get-prev-unread): Ditto.
8500         (wl-thread-jump-to-prev-unread): Ditto.
8501         (wl-thread-get-next-unread): Ditto.
8502         (wl-thread-jump-to-next-unread): Ditto.
8503         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8504         (wl-thread-entity-get-next-marked-entity): Ditto.
8505
8506         * wl-summary.el (wl-summary-buffer-number-list):
8507         New bufer-local variable.
8508         (wl-summary-switch-to-clone-buffer): Clone
8509         `wl-summary-buffer-number-list'.
8510         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8511         (wl-summary-cursor-move-regex): Eliminated.
8512         (wl-summary-cursor-up): Rewrite.
8513         (wl-summary-cursor-down): Ditto.
8514         (wl-summary-mode-spec-alist): New variable.
8515         (wl-summary-next-message): New inline function.
8516         (wl-summary-cursor-move): New function.
8517         (wl-summary-default-get-next-msg): Rewrite.
8518         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8519         (wl-summary-rescan): Ditto.
8520         (wl-summary-sync-all-init): Ditto.
8521         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8522         summary is not thread view.
8523         (wl-summary-sync-update): Ditto.
8524         (wl-summary-rescan): Ditto.
8525         (wl-summary-make-number-list): New function.
8526
8527         * wl-draft.el: "FCC" -> "Fcc".
8528
8529 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-highlight.el (wl-highlight-summary-window):
8532         Call `set-buffer-modified-p'.
8533
8534         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8535         (wl): Call `elmo-init' and fix.
8536
8537         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8538         Use new variables.
8539
8540         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8541
8542 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8543
8544         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8545
8546 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8547
8548         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8549
8550 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8551
8552         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8553         `wl-use-toolbar' nor `display-graphic-p'.
8554         (wl-e21-setup-message-toolbar): Ditto.
8555         (wl-e21-setup-summary-toolbar): Ditto.
8556         (wl-e21-setup-folder-toolbar): Ditto.
8557
8558         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8559         (wl-plugged-init-icons): Ditto.
8560
8561         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8562         `display-graphic-p'.
8563         (wl-plugged-set-folder-icon): Ditto.
8564         (wl-highlight-plugged-current-line): Ditto.
8565         (wl-highlight-folder-current-line): Ditto.
8566         (wl-e21-highlight-folder-group-line): Ditto.
8567         (wl-e21-setup-toolbar): Ditto.
8568         (wl-e21-display-image-p): New macro.
8569
8570         * wl-demo.el (wl-demo): Simplified.
8571         (wl-demo-image-type-alist): Use `image-type-available-p' for
8572         checking whether the image type `xbm' is available.
8573
8574 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8575
8576         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8577         (wl-summary-input-range): Ditto.
8578
8579 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8580
8581         * wl-summary.el (wl-summary-edit-addresses): Use
8582         `wl-summary-get-original-buffer'
8583         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8584         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8585         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8586         (wl-summary-get-newsgroups): Eliminated.
8587         (wl-summary-set-crosspost): Ditto.
8588         (wl-summary-is-crosspost-folder): Ditto.
8589         (wl-crosspost-alist-load): Ditto.
8590         (wl-crosspost-alist-save): Ditto.
8591
8592         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8593         `elmo-setup-subscribed-newsgroups' instead of
8594         `elmo-nntp-make-groups-hashtb'.
8595         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8596         instead of `wl-crosspost-alist-save'.
8597
8598         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8599         of `elmo-folder-message-appendable-p'.
8600         (wl-mime-header-presentation-method): Eliminated.
8601
8602         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8603         (Error occurs in emacs21).
8604
8605         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8606         the current buffer).
8607
8608         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8609         instead of `wl-crosspost-alist-save'.
8610         (wl-init): `elmo-crosspost-message-alist-load'
8611         instead of `wl-crosspost-alist-load'
8612
8613         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8614         (wl-parse-newsgroups): Likewise.
8615         (wl-biff-notify): Run `wl-biff-notify-hook'.
8616
8617 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8618
8619         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8620
8621         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8622         when `wl-summary-lazy-highlight' is non-nil.
8623         (wl-summary-goto-folder-subr): Highlight only when
8624         `wl-summary-lazy-highlight' is non-nil.
8625
8626         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8627         Don't display progress and highlight temp-mark when
8628         `wl-summary-lazy-highlight' is non-nil.
8629         (wl-highlight-summary-window): New function.
8630         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8631
8632 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8633
8634         * wl-summary.el (wl-summary-sync): Change `all-visible'
8635         from `all-shown'
8636         (wl-summary-input-range): Ditto.
8637
8638 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8639
8640         * wl-e21.el (wl-highlight-folder-current-line): Call
8641         `wl-folder-init-icons' when folder icons have not been initialized.
8642
8643         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8644
8645         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8646         (wl-demo-image-type-alist): New macro.
8647
8648 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8649
8650         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8651         display does not support graphics.
8652         (wl-plugged-init-icons): Ditto.
8653         (wl-folder-init-icons): Ditto.
8654
8655         * wl-demo.el (wl-demo): Chech closely whether the display
8656         supports graphics.
8657
8658 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-summary.el (wl-summary-get-original-buffer): New function.
8661         (wl-summary-set-crosspost): Use it.
8662         (wl-summary-target-mark-uudecode): Ditto.
8663         (wl-summary-reedit): Ditto.
8664         (wl-summary-resend-bounced-mail): Ditto.
8665         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8666         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8667
8668         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8669         (wl-message-display-internal): Ditto.
8670
8671 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8672
8673         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8674
8675 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8676
8677         * wl-summary.el (wl-summary-save-view): Renamed from
8678         `wl-summary-save-status'.
8679
8680 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8681
8682         * wl-summary.el (wl-summary-sync): Added `all-shown'
8683
8684 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8685
8686         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8687
8688 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8689
8690         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8691
8692 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8693
8694         * wl-highlight.el (wl-highlight-summary-line-string): Use
8695         `zerop' instead of `= 0'.
8696         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8697
8698         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8699         for comparing numbers.
8700         (wl-template-prev): Use `zerop' instead of `eq 0'.
8701
8702         * wl-draft.el (wl-draft-insert-current-message): Use
8703         `with-current-buffer' instead of `save-excursion'.
8704         Use `zerop' instead of `eq 0'.
8705
8706 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8707
8708         * wl-draft.el (wl-draft-insert-ccs): New function.
8709         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8710         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8711
8712 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8715
8716 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-expire.el (wl-expire-refile): Don't call
8719         elmo-msgdb-add-msgs-to-seen-list;
8720         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8721         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8722
8723 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-message.el (wl-message-prev-page): Ignore errors while
8726         scroll-down.
8727
8728 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-mime.el: Use elmo-original-message-mode instead of
8731         mmelmo-original-mode.
8732
8733         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8734         `elmo-folder-get-spec';
8735         (wl-fldmgr-add-completion-all-completions):
8736         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8737
8738         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8739         of `elmo-folder-get-type'.
8740
8741         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8742         `elmo-folder-get-spec';
8743         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8744         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8745         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8746         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8747         `elmo-read-msg-no-cache';
8748         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8749         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8750         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8751         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8752         `elmo-cache-save';
8753         (wl-draft-reedit): Use `elmo-message-file-name'.
8754
8755         * wl-expire.el: Use `elmo-folder-name-internal';
8756         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8757         Use macro `wl-summary-buffer-msgdb' instead of variable
8758         `wl-summary-buffer-msgdb';
8759         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8760         Use macro `wl-summary-buffer-folder-name' instead of variable
8761         `wl-summary-buffer-folder-name'.
8762         * wl-score.el: Likewise.
8763
8764         * wl-message.el: Rewrite for new message buffer cache mechanism.
8765         (wl-message-buffer-cache-buffer-get): New macro.
8766         (wl-message-buffer-cache-folder-get): Ditto.
8767         (wl-message-buffer-cache-message-get): Ditto.
8768         (wl-message-buffer-cache-entry-make): Ditto.
8769         (wl-message-buffer-cache-hit): Ditto.
8770         (wl-message-buffer-cache-sort): New function.
8771         (wl-message-buffer-cache-add): Ditto.
8772         (wl-message-buffer-cache-delete): Ditto.
8773         (wl-message-buffer-cache-clean-up): Ditto.
8774         (wl-message-buffer-window): Rewrite.
8775         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8776         (wl-message-buffer-display): New function.
8777         (wl-message-display-internal): New function.
8778
8779 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-folder.el: Use `elmo-folder-name-internal';
8782         Use `wl-folder-get-elmo-folder';
8783         Use `elmo-folder-list-messages' instead of
8784         `elmo-list-folder';
8785         Use `elmo-folder-get-primitive-list' instead of
8786         `elmo-folder-get-primitive-spec-list';
8787         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8788         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8789         Use `elmo-folder-create' instead of `elmo-create-folder'.
8790         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8791         (wl-folder-get-elmo-folder): New macro.
8792         (wl-folder-elmo-folder-cache-get): Ditto.
8793         (wl-folder-elmo-folder-cache-put): Ditto.
8794         (wl-folder-suspend): Call `elmo-quit'.
8795
8796         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8797         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8798         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8799         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8800         (toplevel): require 'cl.
8801         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8802
8803         * wl-summary.el: Rewrite to use new elmo interface.
8804
8805 \f
8806 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8807
8808         * wl-mime.el (wl-draft-preview-message):
8809         Run `wl-draft-send-hook' before collecting recipients information;
8810         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8811
8812         * tm-wl.el (wl-draft-preview-message): Ditto.
8813
8814 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8817         wrong recipients are displayed when forwarded message.
8818
8819 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8820
8821         * Version number is increased to 2.5.7.
8822
8823 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8824
8825         * wl-message.el (wl-message-next-page): Bind
8826         `window-pixel-scroll-increment' to nil while scrolling up.
8827
8828 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8829
8830         * wl-vars.el (wl-save-hook): New hook.
8831         * wl.el (wl-save): Call `wl-save-hook'.
8832
8833 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8834
8835         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8836         Argument WITH-ARG instead of NO-ARG (negative mean).
8837         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8838         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8839         * wl-message.el (wl-message-follow-current-entity): Likewise.
8840
8841 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8842
8843         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8844         FROM was optional argument.
8845         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8846
8847 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8848
8849         * Version number is increased to 2.5.6.
8850
8851 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8852
8853         * wl-version.el (wl-version-show): Removed.
8854         (wl-version): Add `interactive'.
8855
8856 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8857
8858         * wl-summary.el (wl-summary-get-petname-func): New variable.
8859         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8860         instead of `wl-address-get-petname-1'.
8861         (wl-summary-simple-from): Ditto.
8862
8863         * wl-address.el (wl-address-get-petname-1): Define as function.
8864
8865 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8868         field in the original message.
8869         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8870
8871 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8872
8873         * wl-expire.el (wl-expire-hide):
8874         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8875
8876 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8877
8878         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8879         find decoder for To, Cc, and Subject.
8880
8881 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8884         for checking `elmo-use-buffer-cache'.
8885         (wl-summary-mark-as-important): Fixed typo in comment.
8886
8887 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8888
8889         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8890         field in the original message.
8891         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8892
8893 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8894
8895         * wl-expire.el (wl-expire-hide):
8896         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8897
8898 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8899
8900         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8901         find decoder for To, Cc, and Subject.
8902
8903 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * Version number is increased to 2.5.5.
8906
8907         * wl-address.el (wl-address-specials-regexp): New constant.
8908         (wl-address-quote-specials): Use it.
8909
8910 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * wl-summary.el (wl-summary-rescan):
8913         Call `wl-summary-buffer-number-column-detect'.
8914         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8915
8916         * wl-message.el (wl-message-mode-map): Define.
8917         (wl-message-decode): Use it as local-map.
8918
8919 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8922         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8923
8924 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8925
8926         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8927
8928         * wl-mule.el (wl-read-event-char): Ditto.
8929
8930         * wl-e21.el (wl-read-event-char): Ditto.
8931
8932         * wl-nemacs.el (wl-read-event-char): Ditto.
8933         (read-event): Removed.
8934
8935         * wl-util.el (toplevel): Removed dummy definition of
8936         `read-event'.
8937         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8938
8939 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8940
8941         * wl-nemacs.el (elmo-archive-call-process): Moved to
8942         elmo-archive.el.
8943
8944 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8945
8946         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8947         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8948
8949         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8950         instead of magic-number 6.  Use `not' instead of `null' for symbol
8951         `nil' check (not empty list).
8952         (wl-draft-insert-x-face-field): Fixed paren style.
8953
8954         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8955         one-branch conditional statement, instead of `and' and `if'.
8956         (wl-draft-forward): Likewise.
8957         (wl-draft-add-references): Likewise.
8958         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8959
8960         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8961         conditional steatment.  Use `cond' instead of `if'.
8962         (wl-draft-confirm): Likewise.
8963
8964 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8965
8966         * wl-version.el (wl-version-show): Use `product-string-1'
8967         instead of `wl-version'.
8968         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8969
8970         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8971
8972 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8973
8974         * wl-highlight.el (wl-highlight-headers): Revert
8975         `wl-highlight-x-face-func' argument (`beg' and `end').
8976
8977 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8978
8979         * wl.el (toplevel): Move `product-provide' declare.
8980         * wl-demo.el (toplevel): Ditto.
8981         * wl-dnd.el (toplevel): Ditto.
8982         * wl-highlight.el (toplevel): Ditto.
8983         * wl-message.el (toplevel): Ditto.
8984         * wl-refile.el (toplevel): Ditto.
8985         * wl-util.el (toplevel): Ditto.
8986
8987 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8988
8989         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8990         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8991         (wl-thread-close-all): keep cursor position.
8992
8993 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8994
8995         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8996         (eq x 0).
8997         (wl-generate-user-agent-string-1): Fix conditional statement.
8998
8999 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9000
9001         * wl.el (wl-check-environment): Additional check for
9002         'wl-local-domain' and `wl-message-id-domain'.
9003
9004 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9005
9006         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9007
9008 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9011         instead of `smtp-sasl-user-realm'.
9012
9013 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9014
9015         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9016
9017 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9018
9019         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9020         to the default value as well as `eword-lexical-analyzer'.
9021
9022 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9023
9024         * wl-version.el (wl-extended-emacs-version,
9025         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9026         `elmo-match-string' instead of `wl-match-string'.
9027
9028 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9031         docstring.
9032
9033 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9034
9035         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9036
9037 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9038
9039         * wl-highlight.el (wl-highlight-headers): Remove
9040         `wl-highlight-x-face-func' argument (`beg' and `end').
9041
9042 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-summary.el (wl-summary-mark-as-important):
9045         Remove cache if folder is local.
9046
9047 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9048
9049         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9050         to get existing e-mail address string.
9051
9052 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9053
9054         * wl-version.el (wl-generate-user-agent-string): Commentary.
9055         (wl-generate-user-agent-string-1): Use `when' for
9056         one-branch conditional statement, instead of `and' and `if'.
9057         (wl-extended-emacs-version, wl-extended-emacs-version2,
9058         wl-extended-emacs-version3): Ditto.
9059
9060 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9063         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9064         condition-case; Remove initialization.
9065         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9066         (wl-summary-sync-update3): Added argument `sync-all';
9067         Eliminated local variable `msgdb';
9068         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9069         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9070         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9071
9072 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9073
9074         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9075         connection before call `wl-draft-send-mail-with-smtp'.
9076
9077 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9078
9079         * Version number is increased to 2.5.4.
9080
9081 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9082
9083         * wl.el (wl-check-environment): Additional check for
9084         'wl-local-domain' and `wl-message-id-domain'.
9085
9086 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9087
9088         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9089         buffer as command specific.
9090         (wl-folder-mark-as-read-all-entity): Ditto.
9091         (wl-folder-prefetch-entity): Ditto.
9092         (wl-folder-drop-unsync-entity): Ditto.
9093
9094         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9095         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9096         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9097
9098         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9099         save-excursion.
9100
9101 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9102
9103         * Version number is increased to 2.5.3.
9104
9105         * wl-summary.el (wl-summary-save-view-cache):
9106         Delete duplicated `write-region';
9107         Use `write-region-as-binary' instead of `as-binary-output-file' and
9108         `write-region'.
9109
9110 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9111
9112         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9113
9114 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9117         instead of `smtp-via-smtp'.
9118
9119 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9120
9121         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9122
9123 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9124
9125         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9126         instead of `smtp-sasl-user-realm'.
9127
9128 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9129
9130         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9131
9132 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9133
9134         * Version number is increased to 2.5.2.
9135
9136 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9139         does not exist.
9140         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9141         (wl-biff-start): Call `timer-activate' if timer already exists.
9142
9143         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9144         only when it is bound as function.
9145
9146 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * Version number is increased to 2.5.1.
9149
9150 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9153         Print refile/copy destination.
9154
9155 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9156
9157         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9158         queue-flush-only is non-nil.
9159
9160         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9161
9162         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9163         checking cache folder.
9164
9165 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9166
9167         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9168         `regexp-quote'.
9169
9170 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9171
9172         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9173         function.
9174         * wl-summary.el (wl-summary-write-current-folder-functions):
9175         Change default value.  Use it.
9176
9177 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9178
9179         * Version number is increased to 2.5.0.
9180
9181         * wl-version.el (wl-version): Changed codename.
9182
9183 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9184
9185         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9186         (wl-summary-supersedes-message): Ditto.
9187
9188 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9189
9190         * wl-refile.el (wl-refile-guess-functions): Renamed from
9191         `wl-refile-guess-func-list'.
9192
9193 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9194
9195         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9196         Fixed problem when no rule was matched.
9197
9198 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9199
9200         * wl-summary.el (wl-summary-get-mark): Fixed
9201         `wl-summary-buffer-target-mark' check logic.
9202
9203 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9204
9205         * wl-folder.el (wl-folder-write-current-folder): Added group
9206         folder check.
9207
9208         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9209         `wl-summary-write-current-newsgroup'.
9210         (wl-summary-write-current-folder-functions): New variable.
9211         * wl-folder.el (wl-folder-get-newsgroups): New function.
9212         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9213         (wl-folder-write-current-folder): Renamed from
9214         `wl-folder-write-current-newsgroup'.
9215
9216 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9217
9218         * Version number is increased to 2.3.93.
9219
9220 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9223         (wl-ldap-make-matched-value-list): Ditto.
9224         (wl-ldap-alias-safe-string): Split e-mail address.
9225
9226         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9227         petname folder default was selected.
9228         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9229         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9230
9231 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9232
9233         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9234         to `wl-draft-config-exec'.
9235
9236         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9237         instead of calling `wl-draft-config-exec';
9238         Process group-list and show recipients in minibuffer.
9239
9240         * tm-wl.el (wl-draft-preview-message): Ditto.
9241
9242 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9243
9244         * wl.el (toplevel): Added (C) to copyright notice, and
9245         sync Author header.
9246         * tm-wl.el (toplevel): Ditto.
9247         * wl-address.el (toplevel): Ditto.
9248         * wl-demo.el (toplevel): Ditto.
9249         * wl-dnd.el (toplevel): Ditto.
9250         * wl-draft.el (toplevel): Ditto.
9251         * wl-e21.el (toplevel): Ditto.
9252         * wl-expire.el (toplevel): Ditto.
9253         * wl-folder.el (toplevel): Ditto.
9254         * wl-highlight.el (toplevel): Ditto.
9255         * wl-message.el (toplevel): Ditto.
9256         * wl-mime.el (toplevel): Ditto.
9257         * wl-mule.el (toplevel): Ditto.
9258         * wl-nemacs.el (toplevel): Ditto.
9259         * wl-refile.el (toplevel): Ditto.
9260         * wl-score.el (toplevel): Ditto.
9261         * wl-summary.el (toplevel): Ditto.
9262         * wl-template.el (toplevel): Ditto.
9263         * wl-thread.el (toplevel): Ditto.
9264         * wl-util.el (toplevel): Ditto.
9265         * wl-vars.el (toplevel): Ditto.
9266         * wl-xmas.el (toplevel): Ditto.
9267
9268 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9269
9270         * wl.el (wl-init): Added comment about `wl-init-hook'.
9271         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9272         * wl-vars.el (wl-init-hook): Added docs.
9273         (wl-make-plugged-hook): Removed useless docs.
9274         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9275         * wl-xmas.el (toplevel): Ditto.
9276
9277 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9278
9279         * wl-address.el (toplevel): Fixed multiple Author header format.
9280         * wl-demo.el (toplevel): Ditto.
9281         * wl-draft.el (toplevel): Ditto.
9282         * wl-folder.el (toplevel): Ditto.
9283         * wl-summary.el (toplevel): Ditto.
9284         * wl-thread.el (toplevel): Ditto.
9285         * wl-util.el (toplevel): Ditto.
9286         * wl-vars.el (toplevel): Ditto.
9287         * wl-version.el (toplevel): Ditto.
9288         * wl-xmas.el (toplevel): Ditto.
9289         * wl.el (toplevel): Ditto.
9290
9291         * wl-version.el (toplevel): Added require `elmo-version' for
9292         `product-version-as-string'.
9293
9294 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9295
9296         * wl-vars.el (wl-draft-send-hook): Changed default value to
9297         '(wl-draft-config-exec).
9298
9299         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9300         explicitly.
9301         (wl-draft): Set `wl-draft-config-exec-flag' before running
9302         `wl-mail-setup-hook'.
9303
9304         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9305         `wl-biff-init-icons' to `wl-init-hook' instead of
9306         `wl-make-plugged-hook'.
9307         (Because if `wl-draft' command is invoked at first,
9308         they are not initialized)
9309         Updated copyright notice.
9310
9311         * wl-e21.el (toplevel): Ditto;
9312
9313         * wl-demo.el (toplevel): Updated copyright notice.
9314         * wl-address.el (toplevel): Ditto.
9315         * wl-draft.el (toplevel): Ditto.
9316         * wl-version.el (toplevel): Ditto.
9317         * wl-folder.el (toplevel): Ditto.
9318         * wl-summary.el (toplevel): Ditto.
9319         * wl-thread.el (toplevel): Ditto.
9320         * wl-util.el (toplevel): Ditto.
9321         * wl-vars.el (toplevel): Ditto.
9322         * wl.el (toplevel): Ditto.
9323
9324 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9325
9326         * wl-highlight.el (wl-highlight-message): Fixed problem of
9327         highlighting failure which occured when the last field contains
9328         multiple lines in the draft buffer.
9329
9330         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9331         `wl-biff-start' if plugged.
9332
9333         * wl-util.el (wl-biff-check-folder): New function.
9334         (wl-biff-check-folders): Don't set session name prefix.
9335         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9336         (wl-biff-check-folder-async): Ditto.
9337
9338         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9339         in email address.
9340
9341 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9342
9343         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9344
9345         * wl-draft.el (wl-draft-strip-subject-re): New function.
9346
9347         * wl-draft.el (wl-draft-reply): Use it.
9348
9349 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9350
9351         * wl-message.el (wl-mmelmo-message-redisplay): Use
9352         `mime-display-message' instead of `wl-mime-display-message'.
9353
9354         * wl-mime.el (toplevel): Removed compatibility workaround
9355         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9356         (wl-mime-display-message): Abolished.
9357         (wl-mime-entity-read-field): Ditto.
9358         (wl-mime-combine-message/partial-pieces): Use
9359         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9360
9361 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9362
9363         * wl-template.el: Doc fixes.
9364
9365 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9366
9367         * wl-e21.el (wl-message-overload-functions): Do nothing if
9368         `current-local-map' is not available.
9369         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9370
9371 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9372
9373         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9374         representation.
9375
9376         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9377         number.
9378         (wl-fldmgr-save-folders): Don't use `format' when insert
9379         `wl-fldmgr-folders-header'.
9380
9381 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9382
9383         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9384
9385 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9386
9387         * wl-highlight.el (wl-highlight-message):
9388         Use `std11-field-end' to detect end point of the header field.
9389         Refer `wl-highlight-max-header-size'.
9390
9391         * wl-vars.el (wl-highlight-max-header-size): New variable.
9392
9393         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9394
9395         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9396         Set `for-draft' argument of wl-highlight-headers.
9397         (wl-draft): Ditto.
9398         (wl-draft-reedit): Ditto.
9399         (wl-user-agent-compose-internal): Ditto.
9400
9401 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9402
9403         * wl-message.el (wl-message-add-button): Use overlay.
9404
9405 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9406
9407         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9408
9409         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9410         problem when group-list content is nothing.
9411         (Reported by Mito <mit@nines.nec.co.jp>)
9412
9413 2000-10-18  SAITO Atsunori <sai@yedo.com>
9414
9415         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9416
9417 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9418
9419         * tm-wl.el (toplevel): Use product-provide.
9420
9421 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9422
9423         * Version number is increased to 2.3.92.
9424
9425 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9426
9427         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9428         title text, use `display' property for left margin under Emacs 21.
9429
9430         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9431         properties.
9432         (wl-plugged-init-icons): Ditto.
9433
9434 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9435
9436         * wl.el (wl-save-status, wl-init): Remove last period in
9437         "...done." message.
9438         * tm-wl.el (wl-summary-burst): Ditto.
9439         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9440         wl-summary-resume-cache-status,
9441         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9442         wl-summary-sync-update3, wl-summary-highlight-msgs,
9443         wl-summary-flush-pending-append-operations,
9444         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9445         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9446         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9447         wl-thread-open-all): Ditto.
9448         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9449         * wl-mime.el (wl-summary-burst): Ditto.
9450         * wl-highlight.el (wl-highlight-summary): Ditto.
9451         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9452         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9453         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9454         * wl-address.el (wl-local-address-init): Ditto.
9455
9456 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9457
9458         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9459         `add-text-properties'.
9460         (wl-plugged-init-icons): Ditto.
9461         (wl-folder-init-icons): Use `propertize' instead of
9462         `put-text-property'.
9463         (wl-plugged-set-folder-icon): Ditto.
9464         (wl-e21-highlight-folder-group-line): Ditto.
9465
9466 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9467
9468         * wl-version.el (wl-version-status-alist): New variable.
9469         (wl-version-status): New function.
9470
9471         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9472         "Cc" part of the case "Reply-To".
9473
9474         * wl-draft.el (wl-draft-reply): Use result of
9475         `eword-extract-address-components'.
9476
9477         * wl-demo.el (wl-demo-icon-name): New constant.
9478         (wl-logo-xpm): Use it.
9479         (wl-logo-xbm): Ditto.
9480         (wl-logo-bitmap): Ditto.
9481
9482         * Version number is increased to 2.3.91.
9483
9484 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9485
9486         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9487         (wl-extended-emacs-version, wl-extended-emacs-version2,
9488         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9489         docstring.
9490
9491         * wl-version.el (wl-generate-user-agent-string-1): New function.
9492         (wl-generate-user-agent-string): Use it.
9493
9494         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9495         `mime-edit-insert-user-agent-field'.
9496         (wl-generate-user-agent-string): Check
9497         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9498
9499         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9500         instead of `if', when verbose case.
9501
9502 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9503
9504         * wl-expire.el (wl-summary-expire): Fix.
9505
9506 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9507
9508         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9509         and `elmo-lost+found-folder' if 'wl-draft.
9510         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9511
9512 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9513
9514         * wl-expire.el (wl-summary-expire): Change messages.
9515         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9516         `deleing-info' instead of "Deleting..."
9517
9518 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9519
9520         * wl-summary.el (wl-summary-refile-subr): Fix.
9521
9522 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9523
9524         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9525         if pipe folder.
9526
9527 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9528
9529         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9530
9531 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9532
9533         * wl-expire.el (wl-expire-hide): New function.
9534         (wl-summary-expire): Add `hide'.
9535
9536 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9537
9538         * wl-vars.el (wl-draft-reply-without-argument-list):
9539         Changed default value to consider `Reply-To:'.
9540         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9541
9542         * Version number is increased to 2.3.90.
9543
9544         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9545         elmo-imap4-get-session with unwind-protect.
9546         Don't cause error.
9547         (wl-summary-sync-marks): Don't check plugged nor folder type.
9548         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9549         (Always keep current buffer).
9550
9551 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9552
9553         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9554         Enclose with `save-excursion'.
9555
9556 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9557
9558         * wl-version.el (wl-version): Remove interactive.
9559
9560 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9561
9562         * wl-version.el (wl-generate-user-agent-string): Use
9563         `product-string-verbose' instead of `product-string-1'.
9564
9565 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9566
9567         * wl-vars.el (wl-draft-use-cache): New variable.
9568         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9569         if wl-draft-use-cache is non-nil.
9570
9571 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9572
9573         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9574         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9575
9576 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9577
9578         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9579         (wl-thread-msg-mark-as-unread): Ditto.
9580
9581         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9582         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9583         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9584         Don't set mark in summary if return value of `elmo-mark-as-read'
9585         is nil.
9586         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9587         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9588         instead of `wl-thread-msg-mark-as-read'.
9589         (wl-summary-mark-as-unread-region): Ditto.
9590         (wl-summary-target-mark-mark-as-read): Ditto.
9591
9592         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9593
9594 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9595
9596         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9597
9598         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9599
9600 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9601
9602         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9603         face.
9604
9605 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9606
9607         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9608         `running-xemacs'.
9609
9610 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9611
9612         * wl-version.el (toplevel): Use `product-version-as-string' for
9613         set verstion-string, if defined.
9614
9615         * wl-version.el (wl-version-show): Insert string at point, when
9616         call with argument.
9617
9618         * wl-version.el (wl-generate-user-agent-string): Use
9619         `product-string-1' instead of `wl-appname', `wl-version' and
9620         `wl-codename'.
9621
9622 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9623
9624         * wl-address.el (toplevel): Use product-provide.
9625         * wl-demo.el (toplevel): Ditto.
9626         * wl-dnd.el (toplevel): Ditto.
9627         * wl-draft.el (toplevel): Ditto.
9628         * wl-e21.el (toplevel): Ditto.
9629         * wl-expire.el (toplevel): Ditto.
9630         * wl-fldmgr.el (toplevel): Ditto.
9631         * wl-folder.el (toplevel): Ditto.
9632         * wl-highlight.el (toplevel): Ditto.
9633         * wl-message.el (toplevel): Ditto.
9634         * wl-mime.el (toplevel): Ditto.
9635         * wl-mule.el (toplevel): Ditto.
9636         * wl-nemacs.el (toplevel): Ditto.
9637         * wl-refile.el (toplevel): Ditto.
9638         * wl-score.el (toplevel): Ditto.
9639         * wl-summary.el (toplevel): Ditto.
9640         * wl-template.el (toplevel): Ditto.
9641         * wl-thread.el (toplevel): Ditto.
9642         * wl-util.el (toplevel): Ditto.
9643         * wl-vars.el (toplevel): Ditto.
9644         * wl-xmas.el (toplevel): Ditto.
9645         * wl.el (toplevel): Ditto.
9646
9647 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9648
9649         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9650         instead of product.
9651
9652         * wl-version.el (wl-version): Compile time evalution elmo-version.
9653
9654 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9655
9656         * wl-summary.el (wl-summary-sync-force-update): Append queue
9657         `mark-as-read'if unplugged.
9658
9659 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9660
9661         * wl-version.el: New file.  Use product.el.
9662         * wl.el: add (require 'wl-version).
9663         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9664         for ~/.folders header.
9665         (wl-fldmgr-folders-header): Changed.
9666         * wl-demo.el (wl-demo): Use product.el.
9667
9668         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9669         wl-version.el.
9670         * wl-util.el (wl-version, wl-version-show): Ditto.
9671
9672         * wl-util.el (wl-generate-user-agent-string,
9673         wl-extended-emacs-version, wl-extended-emacs-version2,
9674         wl-extended-emacs-version3): Move to wl-version.el.
9675         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9676         xemacs-codename, mime-edit-insert-user-agent-field,
9677         mime-edit-user-agent-value, mime-editor/version,
9678         mime-editor/codename): Compile warning killer move to
9679         wl-version.el
9680
9681 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9682
9683         * wl-summary.el (wl-summary-refile-subr): Fix.
9684
9685 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9686
9687         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9688         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9689
9690 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9691
9692         * wl.el (wl-check-environment): Check too many `@'.
9693
9694 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9695
9696         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9697
9698 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9699
9700         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9701         wl-draft-reply-myself-without-argument-list): Add variables.
9702         * wl-draft.el (wl-draft-reply): Use it.
9703
9704 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9705
9706         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9707         the 5th argument of `elmo-network-get-spec'.
9708
9709         * wl-thread.el (wl-thread-reparent-children): New inline function.
9710         (wl-thread-delete-message): Use it.
9711
9712         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9713         (wl-summary-score-update-all-lines): Don't use `dolist'.
9714
9715 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9716
9717         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9718         (require 'elmo-msgdb) for inline function.
9719
9720 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9721
9722         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9723
9724 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9725
9726         * wl-score.el (wl-score-headers): Fix for the confusing macro
9727         `elmo-kill-buffer'.
9728
9729 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9730
9731         * wl-summary.el: Don't use the 3rd argument of `require' because
9732         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9733         * wl-util.el: Ditto.
9734         * wl-draft.el: Ditto.
9735
9736 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9737
9738         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9739         window system is not used.
9740
9741 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9742
9743         * wl-thread.el: Don't use `mapcar' only for iteration.
9744         (wl-thread-resume-entity): Ditto.
9745         (wl-thread-delete-message): Ditto.
9746
9747         * wl-summary.el: Bind `dragdrop-drop-functions',
9748         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9749         of `require' for `timezone', `easymenu' and `ps-print';
9750         don't use `mapcar' only for iteration.
9751
9752         * wl-util.el: Bind `mule-version', `nemacs-version',
9753         `emacs-beta-version', `xemacs-codename',
9754         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9755         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9756         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9757         only for iteration.
9758
9759         * wl-score.el: Don't use `mapcar' only for iteration.
9760         (wl-score-simplify-buffer-fuzzy): Ditto.
9761         (wl-score-simplify-subject): Ditto.
9762         (wl-score-headers): Ditto.
9763         (wl-summary-score-update-all-lines): Ditto.
9764
9765         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9766         `enable-multibyte-characters' and `mule-version'.
9767
9768         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9769         `mapcar' only for iteration.
9770
9771         * wl-demo.el: Don't use `mapcar' only for iteration.
9772
9773         * wl-folder.el: Don't use `mapcar' only for iteration.
9774         (wl-folder-open-all): Ditto.
9775         (wl-folder-count-incorporates): Ditto.
9776
9777         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9778         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9779
9780         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9781         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9782         `smtp-connection-type'; specify 3rd argument of `require' for
9783         `timezone'; don't use `mapcar' only for iteration.
9784         (wl-draft-clone-local-variables): Don't use `mapcar'.
9785         (wl-draft-generate-clone-buffer): Ditto.
9786         (wl-user-agent-compose-internal): Ditto.
9787
9788         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9789
9790         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9791         (wl-save-status): Ditto.
9792
9793         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9794         for iteration.
9795
9796 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9797
9798         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9799         removed `Date'.
9800         (wl-fldmgr-make-filter-default): New user option.
9801
9802         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9803         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9804         (wl-fldmgr-filter-completion-alist): Abolish.
9805
9806         * wl.el (wl): Don't check servers if arg is non-nil.
9807
9808         * wl-draft.el (wl-draft-reply): Set only message-id string to
9809         In-Reply-To field.
9810
9811 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9812
9813         * wl-summary.el (wl-summary-pick): Rewrite.
9814
9815         * wl-draft.el (wl-draft-forward): Get references field from
9816         original buffer.
9817         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9818
9819 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9820
9821         * wl-draft.el (wl-draft-forward): Add references field.
9822
9823 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9824
9825         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9826         (wl-draft-reply): Use it.
9827
9828 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9829
9830         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9831         when Emacs 21 is running.
9832
9833         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9834         bindings.
9835
9836 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9837
9838         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9839         XPM icons transparent.
9840
9841         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9842         Emacs 21.
9843
9844 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9845
9846         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9847         nil.
9848
9849         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9850         when it is persistent.
9851         (wl-summary-sync-marks): Changed argument for
9852         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9853         (wl-summary-virtual): Use `elmo-read-search-condition'.
9854         (wl-summary-redisplay-internal): If folder is local, mark as read
9855         even when folder is plugged.
9856
9857 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9858
9859         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9860         of `tool-bar-lines' in the frame parameters.
9861         (after-make-frame-functions, post-command-hook): Don't modify the
9862         value.
9863         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9864         wl-e21-tool-bar-lines): Removed.
9865
9866 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9867
9868         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9869         properties `evaporate' and `wl-momentary-overlay' as well.
9870         (wl-highlight-summary-displaying): Ditto.
9871         (wl-delete-all-overlays): Don't delete overlay which does not have
9872         a property `wl-momentary-overlay'.
9873
9874         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9875         `display-mouse-p' and `display-graphic-p'.
9876         (wl-folder-init-icons): Don't search for XBM or the other files.
9877         (wl-plugged-set-folder-icon): Make icons if and only if
9878         `display-graphic-p' returns non-nil.
9879         (wl-highlight-plugged-current-line): Use `before-string' overlay
9880         property to show icon images.
9881         (wl-highlight-folder-current-line): Ditto.
9882         (wl-e21-highlight-folder-group-line): Ditto.
9883         (wl-e21-highlight-folder-by-numbers): Ditto.
9884         (wl-e21-insert-image): Removed.
9885         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9886         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9887         said.
9888         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9889         `wl-e21-force-switch-toolbar'.
9890         (wl-e21-make-icon-image): Removed.
9891         (wl-e21-setup-toolbar): Don't search for XBM files.
9892         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9893         the default value.
9894
9895 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9896
9897         * wl-util.el (wl-biff-check-folder-async): Set
9898         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9899
9900 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9901
9902         * wl-e21.el (after-make-frame-functions): Add
9903         `wl-e21-force-switch-toolbar'.
9904         (wl-e21-force-switch-toolbar): New function force to switch the
9905         toolbar appearance automatically.
9906         (post-command-hook): Add `wl-e21-switch-toolbar'.
9907         (wl-e21-switch-toolbar): New function to switch the toolbar
9908         appearance automatically.
9909         (wl-e21-tool-bar-lines): New buffer local variable.
9910
9911 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9912
9913         * wl-util.el (wl-biff-check-folders-running): New variable.
9914         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9915         (wl-biff-check-folder-async-callback):
9916         Set `wl-biff-check-folders-running'.
9917         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9918         with unwind-protect.
9919
9920         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9921         Enclose `wl-folder-auto-check' with unwind-protect.
9922
9923         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9924         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9925
9926         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9927
9928         * wl-util.el (wl-biff-notify): New inline function.
9929         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9930         locally.
9931         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9932         folder-list' is 1.
9933         Use `wl-biff-notify'.
9934         (wl-biff-check-folder-async-callback): New function.
9935         (wl-biff-check-folder-async): Ditto.
9936
9937         * wl-folder.el (wl-folder): Don't check folders.
9938         (wl-folder-auto-check): New function.
9939
9940 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9941
9942         * wl-util.el (wl-biff-start) [Emacs19+]:
9943         Use `timer-next-integral-multiple-of-time'.
9944         (wl-biff-check-folders): Use `wl-default-folder'
9945         if `wl-biff-check-folder-list' is nil.
9946
9947 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9948
9949         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9950         instead of `elmo-delete-lists'.
9951
9952 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9953
9954         * wl.el (wl-plugged-toggle-all): Set the value of
9955         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9956         (wl-plugged-toggle): Ditto.
9957         (wl-toggle-plugged): Ditto.
9958         (wl-plugged-init): Ditto.
9959
9960         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9961         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9962         instead of `wl-biff-state-indicator-off' and
9963         `wl-biff-state-indicator-on'; don't modify the value and the type
9964         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9965         (wl-plugged-init-icons): Set icons data to
9966         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9967         instead of `wl-plug-state-indicator-off' and
9968         `wl-plug-state-indicator-on'; don't modify the value and the type
9969         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9970
9971         * wl-vars.el (wl-modeline-biff-state-off,
9972         wl-modeline-biff-state-on, wl-modeline-biff-status,
9973         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9974         wl-modeline-plug-status): New internal variables.
9975         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9976         wl-biff-check-interval, wl-biff-check-folder-list): Change
9977         customization group from `wl-folder' to `wl-highlight'.
9978         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9979         wl-show-plug-status-on-modeline): Defcustomized.
9980
9981         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9982         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9983         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9984         a flag to `mode-line-buffer-identification'.
9985
9986         * wl-e21.el (wl-biff-init-icons): Set icons data to
9987         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9988         instead of `wl-biff-state-indicator-off' and
9989         `wl-biff-state-indicator-on'.
9990         (wl-plugged-init-icons): Set icons data to
9991         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9992         instead of `wl-plug-state-indicator-off' and
9993         `wl-plug-state-indicator-on'.
9994
9995 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9996
9997         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9998         excessive titles.
9999
10000 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10001
10002         * wl.el (wl-plugged-mode): Use revised
10003         `wl-mode-line-buffer-identification'.
10004         (wl-plugged-init): Don't use `force-mode-line-update'.
10005
10006         * wl-xmas.el (wl-draft-overload-functions): Use revised
10007         `wl-mode-line-buffer-identification'.
10008         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10009         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10010         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10011         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10012         `wl-make-plugged-hook';
10013         add `wl-folder-init-icons' and `wl-setup-folder' to
10014         `wl-folder-mode-hook'.
10015
10016         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10017         19 as well.
10018         (wl-mode-line-display-priority-list): New user option.
10019         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10020         Defcustomized.
10021         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10022         Add docs.
10023
10024         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10025         start.
10026         (wl-mode-line-buffer-identification): Revised as a function.
10027
10028         * wl-summary.el (wl-summary-mode): Use revised
10029         `wl-mode-line-buffer-identification'; don't call
10030         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10031         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10032         `wl-xmas-setup-summary'.
10033
10034         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10035         `wl-mode-line-buffer-identification'.
10036
10037         * wl-mule.el (wl-draft-overload-functions): Use revised
10038         `wl-mode-line-buffer-identification'.
10039
10040         * wl-folder.el (wl-make-plugged-alist): Don't call
10041         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10042         (wl-folder): Don't call `wl-folder-init-icons' directly.
10043         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10044         `wl-xmas-setup-folder' directly;
10045         use revised `wl-mode-line-buffer-identification'.
10046         (TopLevel): Don't bind `wl-biff-init-icons',
10047         `wl-plugged-init-icons', `wl-folder-init-icons',
10048         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10049
10050         * wl-e21.el (wl-draft-overload-functions): Use revised
10051         `wl-mode-line-buffer-identification'.
10052         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10053         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10054         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10055         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10056         `wl-make-plugged-hook';
10057         add `wl-folder-init-icons' and `wl-setup-folder' to
10058         `wl-folder-mode-hook'.
10059
10060 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10061             Katsumi Yamaoka    <yamaoka@jpl.org>
10062
10063         * wl.el (wl): Call `wl-biff-start'.
10064         (wl-exit): Call `wl-biff-stop'.
10065         (wl-plugged-mode): Show biff in modeline.
10066         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10067
10068         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10069         (wl-biff-init-icons): New function.
10070         (wl-plugged-init-icons): Don't make too much keymaps.
10071         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10072
10073         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10074         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10075         variables.
10076         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10077         options.
10078
10079         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10080         wl-biff-start, wl-biff-stop): New functions.
10081         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10082         (wl-biff-timer-name): New variable.
10083
10084         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10085
10086         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10087         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10088
10089         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10090         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10091
10092         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10093         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10094         `wl-folder-init-icons' to `ignore' if they are not available.
10095         (wl-folder-mode): Show biff in modeline.
10096
10097         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10098         (wl-biff-init-icons): New function.
10099         (wl-plugged-init-icons): Don't make too much keymaps.
10100         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10101
10102 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10103
10104         * wl-vars.el (wl-strict-diff-folders): Customization Type
10105         and doc fix.  Define as a list of regular expressions for
10106         folders or nil.
10107         * wl-folder.el (wl-folder-check-one-entity): Use
10108         `wl-string-match-member' instead of `wl-string-member' for
10109         `wl-strict-diff-folders'.
10110
10111 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10112
10113         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10114         (wl-highlight-folder-current-line): Use it; new implementation.
10115         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10116         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10117         `defsubst' instead of `defun'.
10118
10119         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10120         `wl-highlight-group-folder-by-numbers'; made it can also be a
10121         number.  See info for more details.
10122
10123         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10124         running.
10125
10126         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10127         to bind them.
10128
10129         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10130         (wl-highlight-folder-current-line): New implementation.
10131
10132         * wl-highlight.el (wl-highlight-folder-group-line): New
10133         implementation.
10134         (wl-delete-all-overlays): Rewrite as a marco.
10135         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10136
10137         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10138         running.
10139         (wl-folder-*-glyph): No need to bind them.
10140
10141         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10142         `wl-e21-highlight-folder-group-icon'; rewrite.
10143         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10144         `defsubst' instead of `defun'.
10145         (wl-folder-mode-map): Bind it when compiling.
10146
10147 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10148
10149         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10150
10151         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10152
10153 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10154
10155         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10156
10157 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10158
10159         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10160         (wl-highlight-folder-current-line): Use it.
10161
10162         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10163         in `id-name'.
10164
10165 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10166
10167         * wl.el: Require `wl-e21' when Emacs 21 is running.
10168
10169         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10170         default when Emacs 21 is running.
10171         (wl-use-highlight-mouse-line): Ditto.
10172         (wl-on-emacs21): New constant.
10173         (wl-on-emacs20): Removed.
10174
10175         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10176         Emacs 21 is running.
10177
10178         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10179         Emacs 21 is running.
10180
10181         * wl-e21.el: New file.
10182
10183 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10184
10185         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10186         (wl-toggle-plugged): Ditto.
10187         (wl-plugged-toggle): Ditto.
10188         (wl-plugged-toggle-all): Ditto.
10189
10190         * wl-vars.el (wl-plug-state-indicator): Refer
10191         `wl-plug-state-indicator-on' indirectly.
10192
10193 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10194
10195         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10196         Call `wl-folder-confirm-existence'.
10197
10198         * wl-folder.el (wl-folder-confirm-existence): Added optional
10199         argument `force'.
10200
10201 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10202
10203         * wl-summary.el (wl-summary-refile-subr): Assume
10204         `copy-or-refile' as symbol.
10205         (wl-summary-refile): Follow up above change.
10206         (wl-summary-copy): Ditto.  Doc fix.
10207
10208 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10209
10210         * wl-summary.el (wl-summary-pick): Don't bind
10211         `elmo-search-mime-charset'.
10212
10213         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10214         default using old backquote style.
10215         (wl-search-mime-charset): Abolished.
10216
10217         * wl-highlight.el (wl-highlight-headers):
10218         Call `point' after `re-search-forward'(for Nemacs).
10219
10220         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10221         for elmo-imap4.el.
10222
10223 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10224
10225         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10226         `wl-message-ignored-field-list' instead of
10227         `mime-view-ignored-field-list'.
10228
10229         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10230         Add interactive spec.
10231         (wl-folder-goto-bottom-of-current-folder): Ditto.
10232         (wl-folder-mode-map): Bind them.
10233
10234         * wl-vars.el (wl-message-ignored-field-list): New variable.
10235         (wl-message-visible-field-list): New variable.
10236
10237         * wl-mime.el (wl-mime-header-presentation-method): New function.
10238         (wl-mime-setup): Set header-presentation-method.
10239
10240 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10241
10242         * wl-nemacs.el (wl-draft-overload-functions): Set
10243         `mode-line-buffer-identification' instead of using
10244         `wl-make-modeline'.
10245
10246         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10247         instead of using `wl-make-modeline'.
10248
10249         * wl-xmas.el (wl-plugged-init-icons): Set up
10250         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10251         (wl-make-modeline): Abolish.
10252         (wl-draft-overload-functions): Set
10253         `mode-line-buffer-identification' instead of using
10254         `wl-make-modeline'.
10255
10256         * wl-util.el (wl-make-modeline-subr): Abolish.
10257         (wl-mode-line-buffer-identification): New alias.
10258
10259         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10260         (wl-summary-make-modeline): Abolish.
10261         (wl-summary-buffer-set-folder): Set
10262         `wl-summary-buffer-folder-indicator'.
10263         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10264         of using `wl-make-modeline'.
10265         (wl-summary-switch-to-clone-buffer): Don't set
10266         `mode-line-buffer-identification'.
10267         (wl-summary-goto-folder-subr): Ditto.
10268
10269         * wl-mule.el (wl-draft-overload-functions): Set
10270         `mode-line-buffer-identification' instead of using
10271         `wl-make-modeline'.
10272
10273         * wl-folder.el (wl-folder-mode): Set
10274         `mode-line-buffer-identification' instead of using
10275         `wl-make-modeline'.
10276         (wl-folder): Don't set `mode-line-buffer-identification'.
10277
10278 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10279
10280         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10281         instead of `member' for `wl-refile-guess-func-list' look-ups.
10282         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10283
10284 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10285
10286         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10287         `wl-message-button-dispatcher'.
10288
10289         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10290
10291         * wl-message.el (wl-message-button-dispatcher): Use it.
10292
10293         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10294         "In-Reply-To".
10295
10296         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10297         Bind `case-fold-search' to t.
10298
10299 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10300
10301         * wl-xmas.el (wl-message-overload-functions): Initialize
10302         `wl-message-button-map'.
10303
10304         * wl-mule.el (wl-message-overload-functions): Initialize
10305         `wl-message-button-map'.
10306
10307         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10308
10309         * wl-message.el (wl-message-button-map): New keymap.
10310         (wl-message-add-button): New function.
10311         (wl-message-button-dispatcher): New function.
10312         (wl-message-button-refer-article): New function.
10313
10314         * wl-highlight.el
10315         (wl-highlight-message-add-buttons-to-header): New function.
10316         (wl-highlight-headers): Use it.
10317
10318 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10319
10320         * wl-summary.el (wl-summary-default-from): Use
10321         `wl-address-get-petname-1'.
10322         (wl-summary-simple-from): Ditto.
10323
10324         * wl-address.el (wl-address-get-petname-1): New inline function.
10325         (wl-address-get-petname): Use it.
10326
10327 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10328
10329         * wl-summary.el (wl-summary-default-from): Return full-name part
10330         from the address if no petname was found.
10331         (wl-summary-simple-from): Ditto.
10332
10333         * wl-address.el (wl-address-get-petname): Return nil if no petname
10334         associated with the address was found.
10335
10336 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10337
10338         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10339         display is finished.
10340
10341 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10342
10343         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10344         `elmo-folder-exists-p' argument.
10345
10346 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10347
10348         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10349         the folder.
10350
10351 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10352
10353         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10354
10355         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10356         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10357
10358 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10359
10360         * wl-folder.el (wl-folder-create-subr): New function.
10361         (wl-folder-confirm-existence): Use it.
10362         (wl-folder-check-one-entity): Use it.
10363         Check the error symbol is derived from 'elmo-open-error.
10364
10365         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10366         `ignore-error'.
10367
10368 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10369
10370         * wl-util.el (toplevel): Add (eval-when-compile (require
10371         'elmo-util)).  (Maybe `provide' is typo.)
10372
10373 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10374
10375         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10376         (I don't know why this was needed.)
10377
10378         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10379         Follow up changes for stream-type.
10380
10381         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10382         (wl-draft-elmo-nntp-send): Ditto.
10383
10384         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10385         (wl-nntp-posting-stream-type): Ditto.
10386         (wl-pop-before-smtp-ssl): Abolished.
10387         (wl-nntp-posting-ssl): Ditto.
10388
10389         * wl-address.el (wl-address-quote-specials): New function.
10390         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10391
10392         * wl-draft.el (wl-draft-reply): Ditto.
10393
10394 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10395
10396         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10397         use function `wl-string-match-assoc'.
10398
10399 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10400
10401         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10402
10403         * wl-draft.el (wl-draft-deduce-address-list): New function.
10404         (wl-draft-parse-mailbox-list): Ditto.
10405         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10406         instead of `smtp-deduce-address-list'.
10407         (wl-draft-on-field-p): Follow group list.
10408
10409         * wl-address.el (wl-address-concat-token): New function.
10410         (wl-address-string-without-group-list-contents): Ditto.
10411         (wl-complete-field-body): Fixed problem of completion
10412         by japanese petname.
10413         (wl-address-make-completion-list): Rewrite.
10414
10415 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10416
10417         * wl-address.el (wl-address-make-completion-list): Completion by
10418         petname.
10419         (wl-complete-field-body): Likewise.
10420
10421 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10422
10423         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10424         contains invalid address syntax.
10425
10426 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10427
10428         * wl-folder.el (wl-folder-check-entity-async): Use
10429         `elmo-nntp-spec-hostname'.
10430
10431 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10432
10433         * wl-summary.el (wl-summary-msgdb-load-async): Use
10434         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10435
10436 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10437
10438         * wl-draft.el (wl-draft-reply): Set argument
10439         `content-transfer-encoding' as nil.
10440
10441 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10442
10443         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10444         `wl-refile-alist'.
10445
10446 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10447
10448         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10449         (wl-draft-edit-string): Ditto.
10450         (wl-draft-forward): Ditto.
10451         * wl-summary.el (wl-summary-write): Ditto.
10452
10453 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10454
10455         * wl-summary.el (wl-summary-sync-update3): Call
10456         `wl-summary-buffer-number-column-detect'.
10457         (wl-summary-buffer-number-column-detect): Search from point-min.
10458
10459 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10460
10461         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10462         contains an address which is not included in original to or cc.
10463
10464 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10465
10466         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10467         begin-line does not exist.
10468         * wl-message.el (wl-message-uu-substring): Ditto.
10469
10470 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10471
10472         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10473         clear local variables.
10474         (wl-summary-exit): Call `elmo-commit'.
10475         (wl-summary-switch-to-clone-buffer): Call
10476         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10477         (wl-summary-goto-folder-subr): Ditto.
10478
10479         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10480         POP folder.
10481
10482 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10483
10484         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10485         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10486         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10487         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10488         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10489         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10490
10491         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10492
10493 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10494
10495         * wl-summary.el (wl-summary-search-by-subject):
10496         Search parent message from the latest one.
10497
10498 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10499
10500         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10501         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10502
10503         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10504         New user option.
10505
10506         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10507         if elmo-nntp-use-killed-list is nil.
10508         Use `elmo-msgdb-append-to-killed-list'.
10509         (Append numbers confirmed as disappeared to the killed list.)
10510         (wl-summary-confirm-appends): Don't display negative number.
10511
10512 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10513
10514         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10515
10516 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10517
10518         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10519         range is `all'.
10520         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10521         `elmo-list-bigger-diff'.
10522
10523 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10524
10525         * wl-summary.el (wl-summary-buffer-exit-func):
10526         New buffer local variable.
10527         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10528
10529 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10530
10531         * wl-demo.el (wl-demo): Fix the last change.
10532
10533 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10534
10535         * wl-demo.el (wl-demo): Don't use `eval'.
10536
10537 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10538
10539         * wl-summary.el (wl-summary-buffer-thread-modified):
10540         New buffer-local variable.
10541         (wl-summary-set-thread-modified): New function.
10542         (wl-summary-thread-modified-p): New function.
10543         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10544         (wl-summary-yank-saved-message): Use function
10545         `wl-summary-set-thread-modified'
10546         (wl-summary-switch-to-clone-buffer): Add
10547         `wl-summary-buffer-thread-modified'.
10548
10549         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10550         (wl-summary-buffer-mark-saved-hook): Ditto.
10551         * wl-summary.el (wl-summary-msgdb-save): New hook
10552         `wl-summary-buffer-message-saved-hook' and
10553         `wl-summary-buffer-mark-saved-hook'.
10554
10555 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10556
10557         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10558
10559 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10560
10561         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10562         don't hide scroll bars under FSF Emacsen because it may incur an
10563         undesirable redrawing.
10564
10565 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10566
10567         * wl-draft.el (wl-draft-edit-string): Call
10568         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10569
10570 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10571
10572         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10573
10574 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10575
10576         * wl-summary.el (wl-summary-msgdb-load-async): Call
10577         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10578
10579 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10580
10581         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10582         fringes in demo buffer; center bitmap logo correctly even if old
10583         Mule is used.
10584
10585 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10586
10587         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10588
10589         * wl-refile.el (wl-refile-subject-alist): New variable.
10590         (wl-refile-subject-alist-file-name): Ditto.
10591         (wl-refile-alist-setup): Rewrite.
10592         (wl-refile-alist-save): Use `elmo-object-save'.
10593         Eliminated arguments.
10594         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10595         (wl-refile-guess-by-subject): New function.
10596         (wl-refile-guess-func-list): Added it.
10597
10598 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10599
10600         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10601         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10602
10603 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10604
10605         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10606         New buffer-local variable.
10607         (wl-summary-buffer-next-folder-func): Ditto.
10608         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10609         if non-nil.
10610         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10611         if non-nil.
10612         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10613         if non-nil.
10614         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10615         if non-nil.
10616
10617 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10618
10619         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10620         permanently in the demo buffer.
10621
10622 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10623
10624         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10625         `mime-entity-fetch-field'.
10626
10627         * wl.el (wl-exit): Delete plugged buffer.
10628
10629         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10630         XEmacs has menubar feature.
10631
10632 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10633
10634         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10635         cannot arrive at the beginning of the buffer under old Emacsen.
10636
10637 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10638
10639         * wl-address.el (wl-address-ldap-search):
10640         Call `ldap-search-entries' with `withdn' argument t.
10641         (wl-complete-field-body): Bind completion-ignore-case as t.
10642         Clear ldap search hash when it was sole completion.
10643         Use elmo-string for pattern string.
10644         (wl-ldap-alias-safe-string): Eliminated needless let.
10645
10646 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10647
10648         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10649         (wl-ldap-alias-sep): New constant.
10650         (wl-ldap-search-attribute-type-list): Ditto.
10651         (wl-ldap-get-value): New function.
10652         (wl-ldap-make-filter): Ditto.
10653         (wl-ldap-make-matched-value-list): Ditto.
10654         (wl-ldap-alias-safe-string): Ditto.
10655         (wl-ldap-register-dn-string): Ditto.
10656         (wl-address-ldap-search): Rewrite.
10657
10658 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10659
10660         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10661         thread is deleted.
10662         (wl-thread-delete-line-from-buffer): Ditto.
10663         (wl-thread-get-exist-children): New function.
10664
10665 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10666
10667         * wl-demo.el (wl-demo): Made it to select various image types.
10668         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10669         from `wl-title-logo'.
10670         (wl-logo-ascii): New variable.
10671         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10672         (wl-demo-copyright-notice): New constant.
10673
10674         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10675
10676 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10677
10678         * wl-vars.el (wl-summary-target-above): Renamed from
10679         wl-summary-temp-above.
10680         * wl-score.el (wl-score-get-score-alist): Use it.
10681         (wl-summary-score-update-all-lines): Use it.
10682         * wl-summary.el: Ditto. (make-variable-buffer-local).
10683
10684 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10685
10686         * wl-vars.el (wl-ldap-port): New user option.
10687
10688         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10689         Rewite whole implementation.
10690         (wl-complete-field-body): Fixed.
10691
10692 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10693
10694         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10695         Choose implementation at compile time.
10696
10697 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10698
10699         * wl-address.el (wl-ldap-search-internal): New function.
10700         (wl-complete-field-to): Use it.
10701
10702 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10703
10704         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10705         Use `let' instead of `let*'.
10706         Require 'wl-vars.
10707
10708         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10709         Define as defcustom.
10710         (wl-ldap-base): Ditto.
10711         (wl-use-ldap): Ditto.
10712
10713 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10714
10715         * wl-address.el (wl-ldap-search): New function.
10716         (wl-complete-field-body): Use `wl-ldap-search'.
10717         (wl-ldap-server): New variable.
10718         (wl-ldap-base): Ditto.
10719         (wl-use-ldap): Ditto.
10720
10721 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10722
10723         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10724         (Pointed out by Mito <mit@nines.nec.co.jp>).
10725         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10726         buffer-local variables like `wl-summary-redisplay-internal'.
10727         (wl-summary-redisplay-all-header): Likewise.  Update
10728         Summary view too.
10729
10730 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10731
10732         * wl-summary.el (wl-summary-jump-to-parent-message):
10733         Consider prefix argument.
10734
10735         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10736         when closed thread is deleted.
10737
10738 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10739
10740         * wl-summary.el (wl-summary-jump-to-parent-message):
10741         Consider thread modification.
10742
10743 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10744
10745         * wl-message.el (wl-message-normal-get-original-buffer): Use
10746         `save-excursion'.
10747
10748         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10749         (wl-summary-showto-folder-regexp): Ditto.
10750
10751 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10752
10753         * wl-util.el (wl-delete-alist): Doc fix.
10754         (wl-delete-associations): New function.
10755         (wl-inverse-alist): New function.
10756         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10757         Split temporary variables. Use `wl-delete-associations'
10758         and `wl-inverse-alist'.
10759         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10760
10761 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10762
10763         * wl-folder.el (wl-folder-prefetch-entity):
10764         Execute prefetching if new count is unknown.
10765
10766 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10767
10768         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10769
10770         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10771         delete entity.
10772         (wl-thread-set-parent): If insert as top, set linked as nil.
10773
10774         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10775         `wl-thread-cleanup-symbols' when view mode is thread.
10776
10777 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10778
10779         * wl-folder.el (wl-folder-create-folder-entity): Use
10780         with-current-buffer.
10781         (wl-local-folder-init): Call set-buffer to make sure we are in
10782         the Folder buffer. Don't touch buffer-local variables here.
10783         (wl-folder-mode): Initialize buffer-local variables here.
10784
10785         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10786         (wl-folder-entity-assign-id): Ditto.
10787         (wl-folder-create-entity-hashtb): Ditto.
10788         (wl-local-folder-init): Ditto.
10789         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10790
10791 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10792
10793         * wl-summary.el (wl-summary-default-from): Fix probrem when
10794         std11-extract-address-components return (nil "foo@bar").
10795
10796 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10797
10798         * wl-draft.el (wl-draft-clone-local-variables):
10799         Remove redundant `setq'.
10800
10801 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10802
10803         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10804         Bind wl-highlight-x-face-func as nil while highlighting header.
10805
10806 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10807
10808         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10809
10810 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10811
10812         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10813         elmo-msgdb-overview-hashtb from copy-variables.
10814         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10815         instead of `elmo-msgdb-overview-get-entity-by-number'.
10816         (wl-summary-auto-refile): Ditto.
10817
10818         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10819         `elmo-msgdb-overview-get-entity' instead of
10820         `elmo-msgdb-search-overview-entity'.  Use
10821         `elmo-msgdb-overview-get-entity' instead of
10822         `elmo-msgdb-overview-get-entity-by-number'.
10823         (wl-thread-insert-entity-sub): Ditto.
10824         (wl-thread-insert-message): Ditto.
10825
10826         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10827         `elmo-msgdb-overview-get-entity'.
10828         (wl-normal-message-redisplay): Ditto.
10829
10830 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10831
10832         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10833         `wl-thread-entities'.
10834         (wl-thread-delete-message): Fix remove top message from
10835         `wl-thread-entity-list'.
10836
10837         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10838         wl-append(nconc), because update-list is broken on Meadow.
10839
10840         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10841         updating process.
10842         (wl-summary-rescan): Ditto.
10843         (wl-summary-sync-update3): Ditto.
10844         * wl-thread.el (wl-thread-set-parent): Renamed from
10845         `wl-summary-set-parent'.
10846         (wl-thread-insert-message): Updating buffer faster.
10847         (wl-thread-delete-message): Updating buffer faster.
10848
10849         * wl-score.el (wl-summary-score-update-all-lines): Changed
10850         interval for display progress gauge.
10851
10852 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10853
10854         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10855         folder always-sticky.
10856         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10857         defmacro.
10858
10859 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10860
10861         * wl-vars.el (wl-draft-add-references): New user option.
10862
10863         * wl-draft.el (wl-draft-add-references): New function.
10864         (wl-draft-yank-from-mail-reply-buffer): Use it.
10865         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10866         as nil.
10867
10868 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10869
10870         * wl-thread.el (wl-thread-update-line-msgs): Called
10871         `wl-thread-update-line-on-buffer-sub'.
10872         (wl-thread-update-line-on-buffer): Delete routine of inserting
10873         thread.
10874         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10875         moved from `wl-thread-update-line-on-buffer'.
10876         Add threshold for displaying progress gauge.
10877         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10878         argument of `wl-thread-update-line-msgs'.
10879         Add threshold for displaying progress gauge.
10880         * wl-folder.el:
10881         Add threshold for displaying progress gauge.
10882         * wl-score.el: Ditto.
10883
10884         * wl-expire.el (wl-summary-expire): Display deleting info.
10885
10886 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10887
10888         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10889         `no-msg'.
10890         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10891         argument of `wl-thread-update-line-msgs'.
10892         (wl-summary-set-parent): Added optional argument `parent-number'.
10893         (wl-summary-buffer-saved-message): New buffer local variable.
10894         (wl-summary-save-current-message): New command.
10895         (wl-summary-yank-saved-message): Ditto.
10896         (wl-summary-mode-map): Added key binding for
10897         `wl-summary-save-current-message' (\ew) and
10898         `wl-summary-yank-saved-message' (\C-y).
10899         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10900
10901 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10902
10903         * wl-summary.el (wl-summary-mode-map): Added key binding for
10904         `wl-summary-set-parent' (ts).
10905
10906 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10907
10908         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10909         subject faster. If thread number is reverse, delayed updating
10910         thread.
10911         (wl-summary-search-by-subject): Ditto.
10912         (wl-summary-put-alike): Ditto.
10913         (wl-summary-get-alike): Ditto.
10914         (wl-summary-insert-headers): Insert header of all overview in
10915         buffer.
10916         (wl-summary-rescan): Delayed updating thread. Kill search subject
10917         buffer for wl-summary-search-by-subject.
10918         (wl-summary-sync-update3): Ditto.
10919         (wl-summary-exit): Ditto.
10920         (wl-summary-goto-bottom-of-current-thread): Change for linked
10921         thread.
10922         (wl-summary-overview-create-summary-line): Change line for linked
10923         thread.
10924
10925         * wl-summary.el (wl-summary-update-thread): Use
10926         wl-thread-maybe-get-children-num.
10927         (wl-summary-set-parent): If change parent, move sub thread.
10928         (wl-summary-redisplay-internal): Add horizontal recenter.
10929         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10930
10931         * wl-thread.el (wl-thread-entity-get-linked): New function.
10932         (wl-thread-entity-set-linked): New function.
10933         (wl-thread-create-entity): Add linked element.
10934         (wl-thread-entity-insert-as-top): Use wl-append.
10935         (wl-thread-maybe-get-children-num): If closing thread, return
10936         children msgs.
10937         (wl-thread-update-line-msgs): Displaying progress message.
10938         (wl-thread-update-line-on-buffer-sub): Use
10939         wl-thread-maybe-get-children-num.
10940         (wl-thread-update-line-on-buffer): If update line is not exists,
10941         insert thread.
10942         (wl-thread-delete-message): If delete top msg of thread, search
10943         parent by subject.
10944         (wl-thread-insert-entity): Use
10945         wl-thread-maybe-get-children-num.
10946
10947         * wl-highlight.el (wl-highlight-summary-current-line): change
10948         sregexp for linked thread.
10949         * wl-util.el (wl-count-lines): Count lines.
10950         (wl-horizontal-recenter): horizontal recenter.
10951         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10952         (wl-score-get-alike): Ditto.
10953         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10954         (wl-subject-length-limit): New variable.
10955         (wl-highlight-thread-indent-string-regexp): Changed for linked
10956         thread.
10957
10958 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10959
10960         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10961         New variable (revival).
10962         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10963         by subject matching if there's no in-reply-to nor references field
10964         (revival).
10965
10966 \f
10967 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10968
10969         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10970         message.
10971
10972 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10973
10974         * wl-summary.el (wl-summary-reply): Return t if there was a
10975         message at cursor point.
10976         Added unwind-protect.
10977         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10978         returns t.
10979         (wl-summary-cancel-message): Do nothing when there's no message at
10980         cursor point.
10981         (wl-summary-forward): Ditto.
10982         (wl-summary-jump-to-parent-message): Ditto.
10983         (wl-summary-reedit): Ditto.
10984         (wl-summary-edit-addresses): Ditto.
10985         (wl-summary-pipe-message): Ditto.
10986         (wl-summary-print-message-with-ps-print): Ditto.
10987         (wl-summary-print-message): Ditto.
10988         (wl-summary-mark-as-important): Ditto.
10989         (wl-summary-mark-as-unread): Ditto.
10990
10991         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10992         message at cursor point.
10993         (wl-summary-reply-with-citation): Remove unwind-protect.
10994
10995         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10996         subject searching feature.
10997         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10998         Eliminated.
10999
11000 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11001
11002         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11003         New variable.
11004         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11005         by subject matching if there's no in-reply-to nor references field.
11006
11007         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11008
11009         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11010         when display is finished.
11011         (wl-folder-open-all): Ditto.
11012         (wl-folder-update-access-group): Ditto.
11013         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11014         * wl-thread.el (wl-thread-close-all): Ditto.
11015
11016         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11017         progress gauge only when it was displayed.
11018         * wl-folder.el (wl-folder-insert-entity): Ditto.
11019
11020 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11021
11022         * wl-summary.el (wl-summary-incorporate): Enclose
11023         `wl-summary-sync-force-update' with save-excursion.
11024
11025 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11026
11027         * wl-summary.el (wl-summary-prefetch-region):
11028         Pass current cursor point to `pos-visible-in-window-p' after
11029         moving cursor to the started point.
11030
11031 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11032
11033         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11034
11035         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11036         fields from the forwarding message.
11037         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11038         `ignored-fields'.
11039
11040 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11041
11042         * wl-mime.el (wl-message-request-partial):
11043         Eliminated argument `msgdb'.
11044         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11045         (wl-mime-combine-message/partial-pieces): Likewise.
11046         * tm-wl.el (wl-message-request-partial): Likewise.
11047         (wl-mime-combine-message/partial-pieces): Likewise.
11048
11049 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11050
11051         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11052         when display is finished.
11053
11054 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11055
11056         * wl-summary.el (wl-summary-goto-folder-subr):
11057         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11058
11059 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11060
11061         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11062         when cursor point is visible.
11063
11064 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11065
11066         * wl-expire.el (wl-expire-archive-get-max-number):
11067         Don't use `file-name-directory'.
11068
11069 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11070
11071         * wl-expire.el (wl-expire-archive-get-max-number):
11072         Use `file-name-directory'.
11073
11074 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11075
11076         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11077         only when there is progress.
11078
11079 2000-04-13  Mito <mit@nines.nec.co.jp>
11080
11081         * wl-summary.el (wl-summary-sync-marks): Display progress.
11082
11083 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11084
11085         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11086         (wl-summary-prev): Move cursor regardless of unread status.
11087         (wl-summary-next): Ditto.
11088
11089 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11090
11091         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11092         Added argument `target' and `number'.
11093         * tm-wl.el (wl-summary-burst-subr): New function.
11094         (wl-summary-burst): Use it.
11095
11096 2000-04-10  Mito <mit@nines.nec.co.jp>
11097
11098         * wl-mime.el (wl-burst): New function.
11099         (wl-summary-burst): Use it.
11100
11101 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11102
11103         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11104         as petname when there's no candidate.
11105
11106 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11107
11108         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11109         New variable.
11110         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11111
11112         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11113
11114         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11115
11116 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11117
11118         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11119         Use substring of `original' instead of buffer-substring.
11120         (wl-refile-evaluate-rule):
11121         Set `original' argument of wl-refile-expand-newtext.
11122
11123         * wl-summary.el
11124         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11125         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11126         (wl-summary-auto-refile): Check existence of destination folder just
11127         before marking.
11128
11129 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11130
11131         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11132         when wl-refile-get-field-value return nil.
11133
11134 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11135
11136         * wl-refile.el
11137         (wl-refile-expand-newtext): New function imported from Gnus.
11138         (wl-refile-evaluate-rule): Use it.
11139
11140 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11141
11142         * wl-summary.el (wl-summary-print-destination):
11143         Duplicate folder string to avoid putting text-property on
11144         original string.
11145
11146         * wl-refile.el (wl-refile-get-field-value): New function.
11147         (wl-refile-evaluate-rule): New function;
11148         Evaluate refile rule recursively.
11149         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11150         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11151         New function; Check existence of a target folder recursively.
11152         (wl-summary-auto-refile-check-refile-rule-alist):
11153         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11154
11155 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11156
11157         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11158
11159         * wl-folder.el (wl-create-folder-entity-from-buffer):
11160         Fixed problem when '}' character is contained in folder name.
11161
11162         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11163
11164 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11165
11166         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11167         (wl-fldmgr-add-completion-all-completions):
11168         Use wl-fldmgr-add-completion-hashtb.
11169
11170 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11171
11172         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11173         wl-fldmgr-add-completion-subr): New functions.
11174         * wl-folder.el (wl-folder-completion-func): New variable.
11175         * wl-summary.el (wl-summary-read-folder):
11176         Use wl-folder-completion-func.
11177
11178         * wl-refile.el: Eliminate throw & catch.
11179
11180         * wl.el (wl-plugged-sending-queue-status): Fixed.
11181
11182 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11183
11184         * wl-draft.el (wl-draft): Put category property on
11185         mail-header-separator.