* wl.el (wl-plugged-server-indent): Change from macro to function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl.el (wl-plugged-server-indent): Change from macro to function.
4
5         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
6
7         * wl-draft.el (wl-draft-config-body-goto-header)
8         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
9         macro to function.
10
11         * wl-score.el (wl-score-get-alike): Change from macro to
12         inline-function.
13
14         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
15         instead of `mapcar'. Don't use `function' for lambda.
16         (wl-read-search-condition-internal): Don't use `function' for
17         lambda.
18         (wl-kill-buffers): Change from macro to function.
19         (wl-count-lines): Change from macro to inline-function.
20
21         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
22
23         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
24
25         * wl.el (wl-plugged-change): Suppress compile warnings; Use
26         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
27         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
28         * wl-address.el (wl-complete-window-show): Ditto.
29         * wl-message.el (wl-message-select-buffer): Ditto.
30         * wl-template.el (wl-template-show): Ditto.
31         * wl-util.el (wl-collect-summary): Ditto.
32         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
33         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
34         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
35         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
36         (wl-score-edit-insert-number): Ditto.
37
38         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
39         symbol.
40
41         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
42         of `goto-line'.
43
44         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
45
46 2009-12-16  Lloyd Zusman <ljz@asfast.com>
47
48         * wl-summary.el (wl-summary-detect-mark-position): Force
49         the temporary buffer to enable the use of multibyte characters
50         within searches [wl-en:2460].
51
52 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
53
54         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
55         of `beginning-of-buffer'.
56
57 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
58
59         * wl-summary.el (wl-summary-display-raw): New function, display
60         message in raw format.
61
62 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * Version number is increased to 2.15.7.
65
66 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
67
68         * wl-summary.el (wl-summary-previous-message-number): New function.
69         (wl-summary-next-message-number): Ditto.
70         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
71         `wl-summary-next-message-number'.
72         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
73         Inline temporary variable `cur-id'.
74         (wl-summary-get-next-unread-folder): Ditto.
75         (wl-summary-get-next-folder): Ditto.
76         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
77
78 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
79
80         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
81
82 2008-09-05  Kenichi Okada  <okada@opaopa.org>
83
84         * wl-summary.el (wl-summary-buffer-folder-name)
85         (wl-draft-config-body-goto-header): Use backquote instead of quote.
86         * wl-draft.el (wl-draft-body-goto-top)
87         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
88
89 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
90
91         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
92         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
93
94 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
95
96         * wl-expire.el: Fix Comentary section.
97
98 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
99
100         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
101         Require mime-parse, elmo-mime, and wl-util.
102
103         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
104
105         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
106
107 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
108
109         * wl-template.el: Require elmo-util and wl-vars.
110
111         * wl-mime.el (wl-mime-display-header): Revert last change.
112         Remove `delete-matching-lines "^$"'.
113
114 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
115
116         * wl-mime.el (wl-define-dummy-functions): Split
117         `eval-when-compile' form for avoid error; when `make
118         compile-strict.
119
120         * wl-util.el: Move (eval-when-compile (require 'static)).
121         * wl-dnd.el: Add (eval-when-compile (require 'static)).
122         * wl-message.el: Ditto.
123
124         * wl-mime.el (wl-message-delete-current-part): Use
125         `insert-buffer-substring' instead of `insert-buffer'.
126         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
127         * wl-draft.el (wl-draft-generate-clone-buffer)
128         (wl-draft-do-mime-bcc): Ditto.
129
130         * wl-address.el: Add (eval-when-compile (require 'cl)).
131         * wl-addrmgr.el: Ditto.
132         * wl-mime.el: Ditto.
133         * wl-util.el: Ditto.
134         * wl-score.el: Ditto.
135
136 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
139         `string-to-int'.
140
141         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
142         `string-to-int'.
143
144         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
145         `string-to-number' instead of `string-to-int'.
146
147         * wl-summary.el (wl-summary-get-list-info)
148         (wl-summary-message-number): Use `string-to-number' instead of
149         `string-to-int'.
150
151         * wl-score.el (wl-score-overview-entity-get-lines)
152         (wl-score-set-mark-below, wl-score-set-expunge-below)
153         (wl-summary-increase-score, wl-score-get-header-entry): Use
154         `string-to-number' instead of `string-to-int'.
155
156         * wl-folder.el (wl-folder-update-diff-line): Use
157         `string-to-number' instead of `string-to-int'.
158
159         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
160         instead of `string-to-int'.
161
162         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
163         instead of `string-to-int'.
164
165         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
166         `string-to-int'.
167
168 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
169
170         * wl-util.el (wl-match-string, wl-match-buffer)
171         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
172         (wl-kill-buffers, wl-local-variable-p)
173         (wl-line-formatter-setup): New backquote style.
174         (wl-count-lines): Use quote instead of backquote.
175
176         * wl-summary.el (wl-summary-buffer-folder-name)
177         (wl-summary-get-alike): Use quote instead of backquote.
178         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
179         backquote style.
180
181         * wl-message.el (wl-message-buffer-cache-buffer-get)
182         (wl-message-buffer-cache-folder-get)
183         (wl-message-buffer-cache-message-get)
184         (wl-message-buffer-cache-entry-make)
185         (wl-message-buffer-cache-hit): New backquote style.
186
187         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
188         backquote.
189         (wl-folder-unread-regex, wl-folder-entity-exists-p)
190         (wl-folder-clear-entity-info)
191         (wl-folder-get-entity-info, wl-folder-set-entity-info)
192         (wl-folder-elmo-folder-cache-get)
193         (wl-folder-elmo-folder-cache-put): New backquote style.
194
195         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
196         (wl-fldmgr-assign-id): Ditto.
197         (wl-fldmgr-delete-line): Use quote instead of backquote.
198         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
199
200         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
201         (wl-draft-set-sent-message): New backquote style.
202         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
203         (wl-draft-config-body-goto-header): Use quote instead of backquote.
204
205 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
206
207         * wl-address.el (wl-address-concat-token): Fix typo.
208
209 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
210
211         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
212         (wl-score-get-alike): Ditto.
213
214         * wl-vars.el: New backquote style.
215         (wl-message-header-button-alist): Use quote instead of backquote.
216
217         * wl.el (wl-plugged-string): New backquote style.
218
219         * wl-address.el (wl-address-concat-token): New backquote style.
220
221         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
222
223 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
224
225         * wl-highlight.el (wl-highlight-folder-opened-regexp)
226         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
227
228         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
229         in the character alternative.
230
231 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
232
233         * Version number is increased to 2.15.6.
234
235 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
236
237         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
238         optional 3rd argument of epg-context-set-progress-callback; it was
239         temporarily removed in the Emacs trunk due to copyright problem.
240         (wl-mime-pgp-verify-region-with-epg): Ditto.
241
242 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
243
244         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
245
246 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
247
248         * wl-util.el (wl-biff-check-folders): Set biff flag.
249         (from Naoto Morishima [wl:14031])
250
251 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
252
253         * wl.el (wl-plugged-server-indent): Use quote instead of
254         backquote.
255
256 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
257
258         * wl-score.el (wl-score-insert-header): Add guard for
259         `std11-unfold-string'.
260         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
261         TYPE artgument when TO or CC field.
262
263 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-summary.el (wl-summary-goto-folder-subr): Call
266         `elmo-folder-close' instead of `elmo-folder-commit' if discard
267         current summary.
268
269 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-util.el (wl-read-shell-commande): New function or alias.
272
273         * wl-summary.el (wl-summary-pipe-message): Use
274         `wl-read-shell-command' instead of `read-string'.
275         (wl-summary-target-mark-pipe): Ditto.
276
277 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
278
279         * wl-summary.el (wl-summary-reply): Fix docstring.
280         * wl-draft.el (wl-draft-reply): Ditto.
281
282 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-mime.el (wl-summary-extract-attachments): New command.
285         (wl-summary-extract-attachments-1): New internal function.
286
287 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
288
289         * wl-expire.el (wl-expire-folder): New function (split from
290         wl-summary-expire).
291         (wl-summary-expire): Use it. Add argument `all' instead of remove
292         `nolist'. Cause an error only if this function is calling
293         interactively.
294
295 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-expire.el (wl-expire-refile): Display progress message.
298         (wl-summary-expire): Simplify.
299
300         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
301         unused argument `deleting-info'.
302
303 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
304
305         * wl-vars.el (wl-message-popup-buffers): New user option.
306
307         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
308         (wl-message-delete-popup-windows): New function that substitues
309         above one.
310         (wl-mime-setup): Follow the above change.
311
312 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
313
314         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
315
316 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
317
318         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
319         "tkm" to wl-thread-spam.
320
321 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-thread.el (wl-thread-entity-insert-as-children): Use
324         wl-thread-entity-set-children.
325         (wl-thread-insert-message, wl-thread-insert-entity-sub,
326         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
327         Use wl-thread-entity-get-*.
328
329 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-mime.el (wl-epg-progress-callback): New function.
332         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
333         with `elmo-with-progress-display'. Set a progress callback
334         function to epg-context.
335         (wl-mime-pgp-verify-region-with-epg): Ditto.
336
337 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
338
339         * wl-util.el (wl-completing-read-multiple): Define as an alias of
340         `completing-read-multiple' if emacs-version is not less than 22.
341
342 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
345         change.
346
347 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-summary.el (wl-summary-sync-update): Move
350         `wl-thread-update-indent-string-thread' to outside of
351         `elmo-with-progress-display'.
352
353 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
354
355         * wl-message.el (wl-message-exit): Check buffer existence.
356
357 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-util.el (wl-simple-display-progress): New function.
360         (wl-display-progress-with-gauge): Ditto.
361         (wl-progress-callback-function): Ditto.
362
363         * wl.el (wl-init): Set `elmo-progress-callback-function' as
364         `wl-progress-callback-function'
365
366         * wl-vars.el (wl-display-progress-threshold): New user option.
367         (wl-display-progress-function): Ditto.
368
369         * Version number is increased to 2.15.5.
370
371 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
372
373         * wl-thread.el (wl-thread-close-children): New function.
374         (wl-thread-open-children): Ditto.
375         * wl-action.el (wl-summary-set-mark): Redo the last change by
376         using it.
377
378         * wl-action.el (wl-summary-set-mark): Undo the last change.
379         Forbid interactive call.
380
381 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-mime.el (wl-define-dummy-functions): New macro.
384         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
385         `wl-mime-pgp-decrypt-region'.
386         (wl-mime-pgp-verify-region-with-epg): Renamed from
387         `wl-mime-pgp-verify-region'.
388         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
389         `wl-mime-pgp-decrypt-region'.
390         (wl-mime-pgp-verify-region-with-pgg): Renamed from
391         `wl-mime-pgp-verify-region'.
392         (wl-mime-pgp-decrypt-region): New function; To select dispatch
393         function at runtime.
394         (wl-mime-pgp-verify-region): Ditto.
395
396         * wl-vars.el (wl-use-pgp-module): New user option.
397
398 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
401         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
402
403 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
404
405         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
406         even if there are target marks only.
407
408 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * Version number is increased to 2.15.4.
411
412 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
413
414         * wl-folder.el (wl-folder-check-one-entity): Simplify.
415
416 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
417
418         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
419         variable.
420
421 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
422
423         * wl-spam.el (wl-thread-test-spam): New function.
424         (wl-spam-setup): Bind "tkc".
425
426 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-expire.el (wl-folder-expire-entity): Rewite without
429         `wl-summary-goto-folder-subr'.
430         (wl-folder-expire-current-entity): Don't kill summary buffer.
431
432 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-folder.el (wl-folder-sync-entity): Rewrite without
435         `wl-summary-goto-folder-subr'.
436         (wl-folder-mark-as-read-all-entity): Likewise.
437
438         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
439
440 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-thread.el (wl-thread-force-open): Arranged.
443
444 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
445
446         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
447         from regexp.
448
449         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
450         (wl-read-search-condition-internal): Append them.
451
452 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-vars.el (wl-additional-search-condition-fields):
455         New user option.
456
457         * wl-util.el (wl-search-condition-fields): New function; export
458         from `wl-read-search-condition-internal'.
459         (wl-read-search-condition-internal): Use it.
460
461         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
462
463 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-summary.el (wl-summary-define-sort-command): New function.
466         (wl-summary-sort-by-date, wl-summary-sort-by-number)
467         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
468         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
469         define by `wl-summary-define-sort-command' at runtime.
470
471         * wl.el (wl-init): Call wl-summary-define-sort-command.
472
473 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
476         properties at the decrypting region.
477
478 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-util.el (wl-find-region): New function.
481
482         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
483         coding system.
484         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
485         property `wl-mime-decoded-coding-system'.
486         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
487         property `wl-mime-decoded-coding-system' to encode text.
488
489         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
490         message.
491         (wl-mime-pgp-verify-region): Ditto.
492
493 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
496         buffer. Use epa-display-verify-result.
497
498 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-draft.el (wl-draft-send): Continue even if setting parent
501         flag was failed.
502
503 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-message.el (wl-message-flag-indicator): Fixed the problem
506         of returning string only of parentheses.
507
508 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
509
510         * wl-summary.el (wl-summary-write): Add argument `folder'.
511         (wl-summary-write-current-folder): Change argument `folder' from
512         optional to require.
513         (wl-summary-get-buffer): Return the buffer associated folder only.
514
515         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
516         change.
517         (wl-folder-toggle-disp-summary): Ditto.
518
519         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
520         current summary as parent-folder.
521
522 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
523
524         * wl-draft.el (wl-draft-reedit): Don't overwrite
525         wl-draft-parent-folder.
526
527 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
530         (wl-mime-pgp-verify-region): Ditto.
531         (wl-message-decrypt-pgp-nonmime): Use the above function.
532         (wl-message-verify-pgp-nonmime): Likewise.
533         (wl-mime-preview-application/pgp): Likewise.
534
535 2006-04-20  Kenichi Okada  <okada@opaopa.org>
536
537         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
538         Fix about the order of `wl-nntp-posting-port' and
539         `wl-nntp-posting-stream-type'.
540         * wl.el (wl-plugged-port-label-alist): Add smtp.
541
542 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-summary.el (wl-summary-message-status): New macro.
545
546         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
547         (wl-summary-killed-mark): New user option.
548
549         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
550         API change.
551         (wl-thread-insert-entity-sub): Ditto.
552         (wl-thread-recover-messages): New command.
553
554         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
555         Don't call `wl-highlight-summary-current-line' directly.
556         (wl-summary-buffer-attach): Connect to signal `status-changed'
557         instead of `cache-changed'.
558         (wl-summary-buffer-detach): Follow the above change.
559         (wl-summary-detect-mark-position): Follow the API change.
560         (wl-summary-rescan-message): Ditto.
561         (wl-summary-insert-sequential): Ditto.
562         (wl-summary-update-thread): Ditto.
563         (wl-summary-message-mark): Ditto.
564         (wl-summary-persistent-mark): Ditto.
565         (wl-summary-create-line): Ditto.
566         (wl-summary-prefetch-region-no-mark): Call
567         `wl-summary-persistent-mark' with number.
568         (wl-summary-recover-messages-region): New command.
569         (wl-summary-target-mark-recover): Ditto.
570         (wl-summary-recover-message): Ditto.
571         (wl-summary-persistent-mark-string): Add argument `status' instead
572         of remove arguments `flags' and `cached'.  Treat killed status.
573         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
574
575         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
576         (wl-highlight-summary-line-face-spec): Treat killed status.
577         (wl-highlight-summary-line-string): Follow the API change.
578         (wl-highlight-summary-current-line): Ditto.
579
580         * Version number is increased to 2.15.3.
581
582 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
585         of symbolp to test whether the condition is function.
586
587 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
588
589         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
590         to nil.
591
592 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-summary.el (wl-summary-buffer-message-ring): New internal
595         variable.
596         (wl-summary-buffer-last-displayed-msg): Abolish.
597         (wl-summary-push-message): New function.
598         (wl-summary-pop-message): Ditto.
599         (wl-summary-goto-folder-subr): Reset
600         `wl-summary-buffer-message-ring'.
601         (wl-summary-pop-to-last-message): New command.
602         (wl-summary-goto-last-displayed-msg): Call
603         wl-summary-pop-to-last-message if optional argument is non-nil or
604         the last command is itself.
605         (wl-summary-redisplay-internal): Push last message number into
606         `wl-summary-buffer-message-ring'.
607
608         * wl-vars.el (wl-summary-message-ring-max): New user option.
609
610 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
613         from `wl-draft-reply').
614         (wl-draft-reply): Use it.
615         (wl-draft-find-reply-headers): Avoid compile warning.
616
617 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
618
619         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
620
621 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * wl-message.el (wl-message-flag-indicator): New function.
624         (wl-message-redisplay): Use it.
625
626 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
629
630 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
633         instead of `read-event'.
634
635         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
636
637         * wl-mule.el (wl-read-event-char): Ditto.
638
639         * wl-e21.el (wl-read-event-char): Ditto.
640
641 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
642
643         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
644
645 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-vars.el (wl-draft-send-confirm-type): New user option.
648
649         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
650
651         * wl-draft.el (wl-draft-send-confirm): Confirmation by
652         `wl-draft-send-confirm-type'
653
654 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
655
656         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
657         Avoid error when the buffer name is already used.
658
659 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
660
661         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
662         the change of elmo-nmz -> elmo-search.
663         (wl-highlight-summary-line-help-echo-alist): Ditto.
664         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
665         (wl-nmz-folder-icon): Define as obsolete.
666         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
667         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
668
669 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-summary.el (wl-summary-get-list-info): Rewrite with
672         `elmo-find-list-match-value'
673
674 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-summary.el (wl-summary-get-list-info): Optimize.
677         Use List-Id and List-Post also.
678
679 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
682
683 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
684
685         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
686
687 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-util.el (wl-completing-read-multiple-1): New internal function.
690         (wl-completing-read-multiple-2): Ditto.
691         (wl-completing-read-multiple): Define use above functions.
692
693         * wl-summary.el (wl-summary-sort): Removed the workaround for a
694         bug of `completing-read-multiple' about default value.
695
696         * wl-xmas.el (wl-completing-read-multiple): Removed.
697
698         * wl-mule.el (wl-completing-read-multiple): Ditto.
699
700         * wl-e21.el (wl-completing-read-multiple): Ditto.
701
702 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-util.el (wl-filter-associations): New function.
705
706         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
707         (wl-spam-ignored-folder-list): Ditto.
708         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
709         (wl-spam-string-member-p): New function.
710         (wl-spam-domain): Use it.
711         (wl-spam-split-numbers): New function.
712         (wl-spam-apply-partitions): Ditto.
713         (wl-spam-register-spam-messages): Use `folder' instead of
714         `wl-summary-buffer-elmo-folder'.
715         (wl-spam-register-good-messages): Ditto.
716         (wl-summary-exec-action-spam): Decide a domain by real folder of
717         message.
718         (wl-summary-exec-action-refile-with-register): Likewise.
719
720 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
721
722         * wl-e21.el (wl-e21-find-image): New function.
723         (wl-e21-setup-toolbar): Use it instead of `find-image'.
724         (wl-e21-highlight-folder-group-line): Ditto.
725         (wl-folder-init-icons): Ditto.
726         (wl-plugged-init-icons): Ditto.
727         (wl-biff-init-icons): Ditto.
728
729 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
732         (wl-inhibit-save-drafts): New internal variable.
733         (wl-disable-auto-save): Ditto.
734         (wl-save-drafts): Treat above variables.
735         (wl-auto-save-drafts): New function.
736         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
737         `wl-stop-save-drafts'.
738         (wl-start-save-drafts): New function.
739         (wl-stop-save-drafts): Ditto.
740         (wl-set-auto-save-draft): New command.
741
742         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
743         `wl-set-save-drafts'.
744
745 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
748         `make-local-variable' instead of `make-variable-buffer-local'.
749
750 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
753
754 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
755
756         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
757
758 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
761         of working buffer.
762
763 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
766
767         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
768         value into recipients; Bind `wl-draft-remove-group-list-contents'
769         as nil.
770
771 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el (wl-summary-sort): Fixed the last change.
774
775         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
776         (wl-summary-sort-messages): Ditto.
777         (wl-summary-rescan): Use it.
778         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
779         `completing-read'; Append candidates for reverse order.
780
781 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * Version number is increased to 2.15.2.
784
785 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
788         "Smaller".
789         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
790
791 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
794
795 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-vars.el (wl-draft-additional-header-alist): Add into the
798         customize group `wl-draft'.
799         (wl-draft-add-in-reply-to): Move customize group from `wl' to
800         `wl-draft'.
801         (wl-draft-add-references): Ditto.
802
803         * wl-action.el (wl-summary-print-argument): Rename argument from
804         `folder' to `data'.
805
806 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-summary.el (wl-summary-rescan-message): Call
809         `wl-thread-cleanup-symbols' before insert thread.
810
811 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl.el (wl-init): Set `elmo-get-folder-function' as
814         `wl-folder-make-elmo-folder'.
815
816         * wl-spam.el (wl-summary-exec-action-spam): Use
817         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
818
819         * wl-folder.el (wl-folder-make-elmo-folder): New function.
820         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
821         `elmo-make-folder'.
822         (wl-folder-get-elmo-folder): Ditto.
823         (wl-folder-create-subr): Simplify.
824
825 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
826
827         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
828
829 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
832         contents in message buffer instead of original buffer. If optional
833         argument specified, ask coding system for encode.
834
835 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
836
837         * wl-spam.el (wl-summary-test-spam-region): New function.
838         (wl-spam-setup): Bind "rkc".
839
840 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
843
844 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
845
846         * wl-spam.el (wl-summary-test-spam): Fix typo.
847         (wl-message-check-spam): Ditto.
848
849 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-summary.el (wl-summary-default-from): Simplify.
852
853 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-action.el (wl-summary-exec-action-refile): Simplify.
856         (wl-summary-exec-action-copy): Ditto.
857         (wl-summary-auto-refile): Check existence of temporary mark.
858
859 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-summary.el (wl-summary-create-line): Use
862         `elmo-time-to-datevec'.
863
864         * wl-expire.el (wl-expire-archive-date): Ditto.
865         (wl-expire-localdir-date): Ditto.
866
867         * wl-util.el (wl-day-number): Abolish.
868
869         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
870         of `wl-day-number'.
871         (wl-score-followup): Ditto.
872         (wl-score-add-followups): Ditto.
873         (wl-score-get-latest-msgs): Ditto.
874         (wl-score-get-header-entry): Ditto.
875         (wl-score-edit-insert-date): Ditto.
876
877 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
880         `elmo-message-entity-field' with 2nd argument `type'.
881
882 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
883
884         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
885
886 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-thread.el (wl-thread-delete-message): Delete descendant
889         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
890
891 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
892
893         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
894
895 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
896
897         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
898         `Access folder'.
899
900 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-vars.el (wl-access-folder-icon): New user option.
903
904         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
905         `Access folder'.
906
907 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
908
909         * wl-summary.el (wl-summary-buffer-set-folder): Use
910         `wl-folder-mime-charset'.
911
912         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
913         `mime-charset'.
914         (wl-folder-get-elmo-folder): Ditto.
915         (wl-folder-mime-charset): New function.
916
917 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
918
919         * wl-util.el (wl-parse-addresses): Define alias of
920         `elmo-parse-addresses' (move to `elmo-util.el').
921
922         * wl-summary.el (wl-summary-default-from): Follow the API change.
923         (wl-summary-overview-entity-compare-by-date): Ditto.
924         (wl-summary-overview-entity-compare-by-from): Ditto.
925         (wl-summary-get-list-info): Get value of `ml-info' field from
926         entity at first.
927         (wl-summary-rescan-message): Treat prefix argument.
928         (wl-summary-prefetch-msg): Follow the API change.
929         (wl-summary-search-by-subject): Ditto.
930         (wl-summary-insert-thread): Ditto.
931         (wl-summary-line-subject): Ditto.
932         (wl-summary-line-from): Ditto.
933         (wl-summary-create-line): Ditto.
934         (wl-summary-print-message-with-ps-print): Ditto.
935
936         * wl-score.el (wl-score-ov-entity-get): Ditto.
937         (wl-score-followup): Ditto.
938         (wl-score-add-followups): Use `elmo-message-entity-field' instead
939         of `car'.
940         (wl-score-get-latest-msgs): Follow the API change.
941         (wl-score-get-header): Ditto.
942
943         * wl-refile.el (wl-refile-learn): Ditto.
944         (wl-refile-subject-learn): Ditto.
945         (wl-refile-get-field-value): Ditto.
946         (wl-refile-guess-by-history): Ditto.
947         (wl-refile-guess-by-subject): Ditto.
948
949         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
950
951         * wl-expire.el (wl-expire-date-p): Removed.
952         (wl-expire-archive-date): Follow the API change.
953         (wl-expire-localdir-date): Ditto.
954         (wl-summary-expire): Ditto.
955
956         * Version number is increased to 2.15.1.
957
958 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
961         group is access or not (it is not strict, like wl-fldmgr-rename).
962
963 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
964
965         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
966         duplicate call of `wl-summary-print-argument' on the wrong line.
967
968 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
971         even if argument `number' is nil.
972         (wl-summary-insert-line): Print action argument if current message
973         has it.
974
975 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
978         (wl-draft-reply): Ditto.
979         (wl-draft): Add optional argument `parent-number' and call
980         `wl-draft-create-buffer' with it.
981         (wl-draft-create-buffer): Add optional argument
982         `parent-number'. Set wl-draft-parent-number as it.
983
984 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-folder.el (wl-folder-set-persistent-mark): If summary
987         buffer is not for given folder, don't use it.
988
989 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
990
991         * Version number is increased to 2.15.0.
992
993 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
996
997         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
998         (wl-highlight-get-face-by-name): New internal function.
999         (wl-highlight-summary-line-face-spec): Use it and fixed.
1000
1001 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-summary.el (wl-summary-sync-update): Use
1004         `elmo-message-entity-field' instead of `car' to get message-id
1005         from overview entity.
1006
1007         * wl-summary.el (wl-summary-rescan-message): Call
1008         `wl-highlight-summary-displaying' when displaying a message.
1009
1010 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1011
1012         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1013         `wl-draft-config-info-operation'.
1014         (wl-draft-buffer-change-number): New function.
1015         (wl-draft-rename-saved-config): Ditto.
1016         * wl.el (wl-init): Connect slot for message-number-changed.
1017         (toplevel): Add autoload for wl-draft-rename-saved-config.
1018
1019 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1022         `update-overview'
1023         (wl-summary-buffer-detach): Disconnect from it.
1024         (wl-summary-rescan-message): Use command.
1025
1026         * wl-message.el (wl-message-buffer-display): Use
1027         `with-current-buffer' instead of `save-excursion'.
1028
1029 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1032         wl-draft-preview-attributes-list from distraction.
1033
1034 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1035
1036         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1037         `elmo-list-diff'.
1038
1039 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-summary.el
1042         (wl-summary-edit-addresses-collect-candidate-fields): Use
1043         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1044
1045         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1046         instead of `elmo-set-work-buf'.
1047
1048         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1049         (wl-address-make-address-list): Ditto.
1050
1051         * Version number is increased to 2.13.3.
1052
1053 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1056         user option.
1057
1058         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1059         argument `5'.
1060
1061         * wl-message.el (wl-message-display-no-merge-p): New function.
1062         (wl-message-buffer-display): Check whether the message is
1063         reassembled and follow the API change.
1064
1065 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1068         multibyte on working buffer and removed unnecessary
1069         `buffer-disable-undo'.
1070
1071 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1072
1073         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1074         change.
1075
1076 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-util.el (wl-read-search-condition-internal): Protect
1079         elmo-global-flags from distraction.
1080
1081 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1082
1083         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1084
1085         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1086         (wl-summary-event-handler): Ditto.
1087         (wl-summary-update-persistent-mark-on-event): New
1088         function (renamed from `elmo-event-handler-flag-changed').
1089         (wl-summary-buffer-attach): New function.
1090         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1091         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1092         instead of `elmo-folder-add-handler'.
1093
1094         * Version number is increased to 2.13.2.
1095
1096 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1099         and "\177" to the `wl-news-previous-page'.
1100         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1101         (wl-news-previous-page): New function.
1102
1103 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1106         instead of `write-region' and simplify.
1107
1108 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-template.el (wl-template-select): Cause error if
1111         `wl-template-alist' is nil.
1112
1113 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1114
1115         * wl-news.el.in: Set file variable `no-byte-compile'.
1116
1117 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1120         whether a target message is within displaying area.
1121         (elmo-event-handler-cache-changed): Ditto.
1122
1123 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1124
1125         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1126         to `defun'.  Use `nconc' instead of `append' to collect descendant
1127         message numbers.
1128
1129 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1130
1131         * wl-thread.el (wl-thread-save-top-list)
1132         (wl-thread-save-entities): Use `with-temp-buffer'.
1133         * wl-news.el.in (wl-news-previous-version-load):
1134         (wl-news-previous-version-save): Ditto.
1135         * wl-summary.el (wl-summary-load-file-object)
1136         (wl-summary-save-view-cache): Ditto.
1137
1138 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-util.el (toplevel): Require 'elmo-flag'.
1141         (wl-read-search-condition): New function (Renamed from
1142         `elmo-read-search-condition').
1143         (wl-read-search-condition-internal): Likewise.
1144
1145         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1146         invalid.
1147         (wl-summary-pick): Use `wl-read-search-condition' instead of
1148         `elmo-read-search-condition'.
1149         (wl-summary-virtual): Ditto.
1150
1151         * wl-folder.el (wl-folder-virtual): Ditto.
1152         (wl-folder-pick): Ditto.
1153
1154         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1155
1156 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-summary.el (wl-summary-reedit): Call
1159         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1160
1161 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-mime.el (toplevel): Require wl-vars.
1164
1165         * wl-message.el (toplevel): Require cl at compile.
1166
1167         * wl-draft.el (toplevel): Require elmo.
1168
1169 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1172         and do nothing when it is not positive.
1173         (wl-message-buffer-prefetch-next): Ditto.
1174
1175 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1178         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1179         (wl-summary-redisplay-internal): Ditto.
1180
1181         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1182         message (the condition is borrowed from `wl-check-variables-2').
1183         (wl-summary-redisplay-internal): Ditto.
1184
1185 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-mime.el (wl-draft-nntp-attribute): New function.
1188         (wl-draft-attribute-nntp-posting-server): Use it.
1189         (wl-draft-attribute-nntp-posting-port): Ditto.
1190
1191         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1192         (wl-draft-show-attributes-buffer): Ditto.
1193         (wl-draft-hide-attributes-buffer): Ditto.
1194         (wl-draft-attribute-newsgroups): Ditto.
1195         (wl-draft-attribute-nntp-posting-server): Ditto.
1196         (wl-draft-attribute-nntp-posting-port): Ditto.
1197         (wl-draft-preview-message): Use there functions.
1198
1199         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1200         value.
1201
1202 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1205         (wl-draft-reedit): Ditto.
1206         (wl-draft-queue-flush): Ditto.
1207
1208         * wl-mime.el (wl-message-request-partial): Ditto.
1209         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1210         instead of `elmo-message-fetch'.
1211
1212         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1213
1214         * wl-summary.el (wl-summary-message-string): Ditto.
1215
1216 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-util.el (wl-current-message-buffer): Follow the API change.
1219
1220         * wl-summary.el (wl-summary-redisplay-internal): Call
1221         `wl-summary-mark-as-read' with 2nd argument as nil and update
1222         unread count instead of persistent mark.
1223
1224         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1225         variable.
1226         (wl-message-redisplay): Follow the API change.
1227         (wl-message-buffer-display): Managed mime-entity directly and
1228         return preview buffer only.
1229         (wl-message-display-internal): Rewrite.
1230         (wl-message-buffer-prefetch-subr): Not save return value of
1231         `wl-message-buffer-display'.
1232
1233         * Version number is increased to 2.13.1.
1234
1235 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1236
1237         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1238         'elmo-multiple-fields-body-list' with boundary specified.
1239
1240 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1241
1242         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1243         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1244         cache if `wl-summary-resend-use-cache' is non-nil.
1245
1246 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1249         (wl-nntp-posting-stream-type): Ditto.
1250
1251 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1252
1253         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1254
1255 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1256
1257         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1258         message.
1259
1260 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1263         Abolish.
1264         (wl-summary-buffer-persistent-mark-version): New internal
1265         variable.
1266         (wl-summary-update-mark-and-highlight-window): Check by
1267         wl-summary-persistent-mark-invalid-p.
1268         (wl-summary-update-status-marks): Ditto.
1269         (elmo-event-handler-flag-changed): Rewrite.
1270         (elmo-event-handler-cache-changed): Define.
1271         (wl-summary-prefetch-msg): Does not update persistent mark here.
1272         (wl-summary-delete-cache): Ditto.
1273         (wl-summary-resume-cache-status): Ditto.
1274         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1275         (wl-summary-persistent-mark-invalid-p): New function.
1276         (wl-summary-validate-persistent-mark): Ditto.
1277         (wl-summary-validate-persistent-mark-string): Ditto.
1278         (wl-summary-invalidate-persistent-mark): Ditto.
1279         (wl-summary-update-persistent-mark): Call
1280         `wl-summary-validate-persistent-mark'.
1281         (wl-summary-create-line): Call
1282         `wl-summary-validate-persistent-mark-string'.
1283
1284         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1285         status as t if cache used.
1286
1287 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1290         only if the target is group.
1291         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1292
1293 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1294
1295         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1296
1297 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1298
1299         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1300
1301         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1302
1303 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1304
1305         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1306         (Thanks to Yoichi NAKAYAMA).
1307
1308 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-util.el (wl-save-drafts): Restore echo area.
1311
1312 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * Version number is increased to 2.13.0.
1315
1316         * wl-util.el (wl-biff-check-folder-async): Use
1317         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1318
1319 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-message.el (wl-message-display-internal): Does not put
1322         wl-message-display-type property on message buffer.
1323         (wl-message-buffer-display-type): New function.
1324
1325         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1326
1327         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1328         `wl-summary-buffer-detach'.
1329         (wl-summary-message-display-type): Use
1330         `wl-summary-buffer-display-type'.
1331
1332 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1333
1334         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1335         buffer-local.
1336
1337         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1338         kill-buffer-hook instead of make-local-variable.
1339         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1340
1341 2004-12-12  Scott Renfro <scott@renfro.org>
1342
1343         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1344         regex for square-branket.
1345
1346 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1349         `wl-message-mime-analysis-p' with argument `header'.
1350
1351 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-mime.el (wl-draft-yank-current-message-entity): 
1354         Switch to no-mime following method according to wl-message-display-type
1355         property.
1356         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1357
1358         * wl-message.el (wl-message-display-internal): 
1359         Put wl-message-display-type property on message buffer.
1360
1361         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1362         (wl-message-display-internal): Ditto;
1363
1364         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1365
1366 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1367
1368         * wl-message.el (wl-message-make-display-type): New function.
1369         (wl-message-display-type-property): Ditto.
1370         (wl-message-mime-analysys-p): Ditto.
1371         (wl-message-display-all-header-p): Ditto.
1372         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1373         added `display-type'.
1374         (wl-message-buffer-display): Likewise.
1375         (wl-message-display-internal): Likewise.
1376         (wl-message-buffer-display-type): Abolish.
1377         (wl-message-buffer-prefetch-subr): Follow the API changed.
1378
1379         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1380         from wl-summary-buffer-display-all-header and changed default value.
1381         (wl-summary-message-display-type): New function.
1382         (wl-summary-buffer-display-mime-mode): Ditto.
1383         (wl-summary-buffer-display-header-mode): Ditto.
1384         (wl-summary-toggle-mime): Rewrite with above functions.
1385         (wl-summary-toggle-all-header): Ditto.
1386         (wl-summary-redisplay): Force redisplay with default mode.
1387         (wl-summary-redisplay-internal): Renamed argument from `mode',
1388         `all-header' to `mime-mode', `header-mode'.
1389         Use `wl-message-make-display-type'.
1390
1391         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1392         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1393
1394 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1397
1398 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1399
1400         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1401         in original message buffer.
1402         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1403         buffer.
1404
1405 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1406
1407         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1408
1409 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1412
1413 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1414
1415         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1416         when actions succeeded.
1417         (wl-summary-exec-action-copy): Likewise.
1418
1419 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1422         there is switch-to-buffer at the end of wl-message-select-buffer.
1423         (wl-summary-reply): Ditto.
1424
1425 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1426
1427         * wl-summary.el (wl-summary-forward): Put subject in original
1428         message buffer as argument of wl-draft-forward.
1429         * wl-draft.el (wl-draft-forward): Decode subject as in
1430         wl-draft-reply.
1431
1432 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1433
1434         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1435         a folder under access group.
1436
1437 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1438
1439         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1440         wl-message-buffer-display.
1441
1442         * wl-util.el (wl-set-save-drafts): Fix typo.
1443
1444 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1447         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1448         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1449         the way to measure the width of a bitmap image; don't put face on
1450         ascii and bitmap images; put the mark which should not use the
1451         variable-pitch face on ascii and bitmap images.
1452         (wl-demo-setup-properties): Don't use the variable-pitch face on
1453         ascii and bitmap images; made it work on Emacs 20 and earlier.
1454         (wl-demo-insert-text): End with a newline at the bottom; don't put
1455         face on text.
1456
1457         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1458
1459 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1462
1463         * wl-util.el (wl-save-drafts): Moved from sample setting.
1464         (wl-set-save-drafts): New function to set idle timer.
1465         * wl-draft.el (wl-draft): Call it.
1466         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1467
1468 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1469
1470         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1471         a summary which has toggle display status off.
1472
1473 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-draft.el (wl-draft-do-fcc): No cache save.
1476
1477 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-summary.el (elmo-event-handler-flag-changed): Use
1480         `set-buffer' instead of `with-current-buffer'.
1481
1482 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1483
1484         * wl-summary.el (wl-summary-after-resize-function): New function.
1485         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1486         window-size-change-functions.
1487
1488 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-draft.el (wl-draft-create-buffer): Bind
1491         `change-major-mode-hook' after current buffer is changed.
1492
1493         * wl-summary.el (wl-summary-buffer-detach): New function.
1494         (wl-summary-buffer-set-folder): Call it.
1495         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1496         change-major-mode-hook and kill-buffer-hook.
1497         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1498         (wl-summary-switch-to-clone-buffer): Ditto.
1499         (wl-summary-goto-folder-subr): Ditto.
1500
1501 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1502
1503         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1504         after boundp check.
1505
1506 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1507
1508         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1509         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1510         for `kill-buffer'.
1511
1512         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1513         handler of current buffer from elmo-folder.
1514
1515 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1518
1519 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1520
1521         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1522         variable.
1523         (wl-summary-event-handler): New class.
1524         (elmo-event-handler-flag-changed): Define to update persistent
1525         mark.
1526         (wl-summary-buffer-set-folder): Register event handler to
1527         elmo-folder.
1528         (wl-summary-exit): Unregister event handler.
1529         (wl-summary-goto-folder-subr): Ditto.
1530         (wl-summary-mark-as-read-all): Does not call
1531         `wl-summary-update-persistent-mark' directly.
1532         (wl-summary-mark-as-read-internal): Ditto.
1533         (wl-summary-set-persistent-mark-internal): Ditto.
1534         (wl-summary-set-flags-internal): Ditto.
1535
1536         * Version number is increased to 2.11.33.
1537
1538 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1539
1540         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1541         to nil.
1542
1543 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1544
1545         * wl-spam.el (wl-spam-setup): Add hook
1546         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1547         instead of `wl-summary-prepare-hook'.
1548
1549         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1550         if folder type is `'flag'.
1551         (wl-summary-mark-as-important): Ditto.
1552
1553 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-address.el (wl-address-minibuffer-history): New variable.
1556         (wl-address-minibuffer-local-map): New keymap.
1557         (wl-address-read-from-minibuffer): New function.
1558
1559         * wl-action.el (wl-summary-get-resend-address): Use
1560         `wl-address-read-from-minibuffer' instead of `completing-read'.
1561
1562 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * Version number is increased to 2.11.32.
1565
1566 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1569         without mule to iso-8859-1.
1570         (wl-draft-add-in-reply-to): Add note in description.
1571         (wl-draft-add-references): Ditto.
1572
1573 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1574
1575         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1576         definition for `m'.
1577         (wl-summary-mode-line-format): Add '[%m]'.
1578         (wl-message-mode-line-format-spec-alist): Ditto.
1579         (wl-summary-display-mime-mode-list): New variable.
1580
1581         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1582         from wl-summary-buffer-display-as-is.
1583         (wl-summary-buffer-display-all-header): New buffer local variable.
1584         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1585         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1586         instead of wl-summary-buffer-display-as-is.
1587         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1588         (wl-summary-set-persistent-mark): Ditto.
1589         (wl-summary-set-message-buffer-or-redisplay): Just call
1590         `wl-summary-redisplay-internal' without optional arguments.
1591         (wl-summary-toggle-mime): Rewrite.
1592         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1593         (wl-summary-toggle-all-header): New function.
1594         (wl-summary-redisplay-internal): Treat mime mode.
1595
1596         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1597         to wl-mime-preview-follow-no-mime.
1598         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1599         accodring to the display-mode.
1600
1601         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1602         (wl-message-buffer-display): Changed argument name from `as-is' to
1603         `mode'.
1604         (wl-message-display-internal): Ditto;
1605         Bind elmo-mime-display-header-analysis according to the mode.
1606         (wl-message-display-internal): Put wl-message-display-mime-mode
1607         property on entire buffer.
1608
1609 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1610
1611         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1612
1613 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1614
1615         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1616         Don't extract mail address.
1617         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1618
1619         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1620
1621         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1622
1623 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1624
1625         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1626         wl-fldmgr-cut-entity-list on confirmation.
1627
1628 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1629
1630         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1631         (wl-mime-quit-preview): Check existence of
1632         mime-edit-temp-message-buffer here.
1633
1634 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1635
1636         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1637         after deletion.
1638
1639         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1640         before calling wl-mime-quit-preview.
1641
1642 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-summary.el (wl-summary-pick): If call it with prefix
1645         argument, set `delete-marks' as non-nil. Pick from only visible
1646         messages.
1647         (wl-summary-check-target-mark): New function.
1648         (wl-summary-target-mark-mark-as-read): Use it.
1649         (wl-summary-target-mark-mark-as-unread): Ditto.
1650         (wl-summary-target-mark-operation): Ditto.
1651         (wl-summary-target-mark-set-flags): Ditto.
1652         (wl-summary-target-mark-save): Ditto.
1653         (wl-summary-target-mark-pick): Ditto.
1654         (wl-summary-target-mark-forward): Ditto.
1655         (wl-summary-target-mark-reply-with-citation): Ditto.
1656         (wl-summary-target-mark-print): Ditto.
1657         (wl-summary-target-mark-uudecode): Ditto.
1658
1659         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1660         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1661         with `ask-coding' is non-nil.
1662
1663 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * wl-thread.el (wl-thread-set-parent): If parent is a message
1666         which is identified by references, set linked as nil.
1667
1668 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1671         (wl-message-mode-line-format-spec-alist): Ditto.
1672         (wl-message-mode-line-format): Ditto.
1673         (wl-summary-mode-line-format): Ditto for docstring.
1674         (wl-summary-no-mime-folder-list): Fix typo.
1675
1676         * wl-util.el (wl-current-message-buffer): Call
1677         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1678
1679         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1680         variable.
1681         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1682         of `wl-summary-redisplay-no-mime'.
1683         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1684         (wl-summary-toggle-mime): New function.
1685         (wl-summary-redisplay-all-header): Rewrite.
1686         (wl-summary-redisplay-no-mime): Ditto.
1687         (wl-summary-redisplay-internal): Added argument `as-is' and
1688         `all-header'.
1689
1690         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1691         New variable.
1692         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1693         bottom.
1694         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1695         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1696         "/" unconditionally.
1697
1698         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1699         wl-mime-preview-follow-no-mime for as-is content.
1700         (wl-mime-preview-follow-no-mime): New function.
1701         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1702
1703         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1704         and added `as-is', `all-header'.
1705         (wl-message-buffer-display): Ditto.
1706         (wl-message-buffer-display-type): New function.
1707
1708 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * wl-vars.el (wl-message-header-button-alist): Change default
1711         value.
1712         (wl-message-body-button-alist): Ditto.
1713
1714 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1717
1718 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1719
1720         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1721
1722 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1723
1724         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1725         is always true.
1726
1727 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1728
1729         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1730         on null entity.
1731
1732 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1733
1734         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1735
1736 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * wl-vars.el (wl-summary-resend-hook): New hook.
1739
1740         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1741         `wl-summary-resend-hook'.
1742
1743 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1744
1745         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1746         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1747         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1748         (wl-summary-new-cached-mark): Changed default value to 'n'.
1749         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1750         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1751         (wl-folder-sync-range-alist): Remove spec for 'flag.
1752         (wl-summary-force-prefetch-folder-list): New user option.
1753
1754         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1755         `wl-summary-toggle-persistent-mark'.
1756         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1757         number is nil.
1758         (wl-summary-mark-as-answered-region): Set interactive argument of
1759         `wl-summary-set-persistent-mark-internal'.
1760         (wl-summary-mark-as-important-region): Ditto.
1761         (wl-summary-unset-persistent-mark): Ditto.
1762         (wl-summary-set-persistent-mark): Ditto.
1763         (wl-summary-mark-as-answered): Ditto.
1764         (wl-summary-mark-as-important): Ditto.
1765         (wl-summary-set-persistent-mark-internal): Do nothing
1766         when `elmo-message-flag-available-p' is nil.
1767         (wl-summary-toggle-persistent-mark): New function.
1768         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1769         when the folder matches `wl-summary-force-prefetch-folder-list'.
1770
1771
1772         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1773         when number is nil.
1774         (wl-highlight-summary-forwarded-face): New face.
1775
1776 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1777
1778         * Version number is increased to 2.11.31.
1779
1780 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1781
1782         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1783         (wl-biff-check-folder-async): Ditto.
1784         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1785
1786 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1787
1788         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1789         Add an argument `reverse'.  All callers are updated.
1790         (wl-summary-sort): Add a prefix argument `reverse' to specify
1791         reverse sorting.
1792         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1793         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1794         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1795
1796 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-message.el (wl-message-redisplay): Does not narrow header if
1799         disply-type is all-header or as-is.
1800
1801         * wl-summary.el (wl-summary-enter-handler): Use
1802         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1803
1804 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1805
1806         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1807         after adding wl-draft-parent-variables.
1808         (wl-draft-forward): Ditto.
1809
1810 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-summary.el (wl-summary-sync-marks): Call
1813         `wl-summary-set-persistent-mark' and
1814         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1815         (wl-summary-set-persistent-mark-internal): Add 4th argument
1816         `no-server'.
1817         (wl-summary-unset-persistent-mark): Ditto.
1818         (wl-summary-set-persistent-mark): Ditto.
1819         (wl-summary-add-flags-internal): Abolish.
1820         (wl-summary-remove-flags-internal): Ditto.
1821         (wl-summary-mark-as-important-internal): Ditto.
1822         (wl-summary-mark-as-important): Use
1823         `wl-summary-set-persistent-mark' instead of
1824         `wl-summary-add-flags-internal'.
1825         (wl-summary-mark-as-important-region): Ditto.
1826
1827         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1828
1829         * wl-summary.el (wl-summary-get-available-flags): New function.
1830         (wl-summary-sync-marks): Use it and simplified.
1831         (wl-summary-unset-persistent-mark): Use
1832         `wl-summary-get-available-flags'.
1833         (wl-summary-set-persistent-mark): Ditto.
1834
1835 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1836
1837         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1838         id.
1839
1840 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1841
1842         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1843         number, call `wl-summary-prev-line-content'. Show message when the
1844         message is not found.
1845
1846 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1849         wl-summary-enter-handler.
1850         (wl-summary-enter-handler): New command.
1851
1852         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1853         docstring and custom spec.
1854
1855         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1856         flags too; Don't treat Cached and New.
1857         (wl-summary-set-persistent-mark): Ditto.
1858
1859         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1860         `wl-folder-set-flag'.
1861
1862         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1863         instead of `wl-folder-set-flag'.
1864
1865         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1866         for completion.
1867         (wl-summary-set-persistent-mark): Ditto.
1868
1869         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1870         instead of `wl-draft-quit-preview'.
1871
1872         * wl-mime.el (toplevel): Avoid compile warning.
1873         (wl-mime-quit-preview): New function
1874         (formarly defined as `wl-draft-quit-preview').
1875         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1876         quitting method.
1877
1878         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1879
1880         * wl-folder.el (wl-folder-set-flag): Renamed from
1881         `wl-draft-set-flag-on-parent'.
1882
1883         * wl-draft.el (wl-draft-quit-preview): New function.
1884         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1885         (wl-draft-send): Call `wl-folder-set-flag' instead of
1886         `wl-draft-set-flag-on-parent'.
1887         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1888
1889 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1892         (wl-draft-send): Ditto.
1893
1894 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1895
1896         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1897         (wl-draft-kill-pre-hook): Set default value as nil.
1898         (wl-summary-reply-hook): Ditto.
1899         (wl-draft-kill-flags): Abolish.
1900
1901         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1902         (wl-draft-parent-variables): Renamed from
1903         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1904         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1905         argument; Add wl-draft-parent-variables to
1906         wl-draft-config-variables.
1907         (wl-draft-reply): Likewise.
1908         (wl-draft-kill-flags): Abolish.
1909         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1910         (wl-draft-set-flag-on-parent): New function.
1911         (wl-draft-setup-parent-flag): Ditto.
1912
1913 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1914
1915         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1916         `wl-draft-parent-folder' is "".
1917
1918 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1919
1920         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1921         (wl-summary-digit-jump): New function.
1922         (Adviced by John Owens and Hiroya Murata)
1923
1924         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1925         (Adviced by John Owens)
1926
1927         * wl-xmas.el (wl-message-define-keymap): Ditto.
1928
1929         * wl-mule.el (wl-message-define-keymap): Ditto.
1930
1931 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1934         change of return value of elmo-folder-count-flags.
1935
1936         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1937         (wl-summary-mark-as-read-internal): Ditto.
1938         (wl-summary-set-persistent-mark-internal): Ditto.
1939         (wl-summary-folder-info-update): Ditto.
1940         (wl-summary-sync-update): Fixed the last change.
1941
1942         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1943
1944 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1945
1946         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1947         (wl-draft-kill-flags): Fixed docstring.
1948
1949         * wl-draft.el (wl-draft-kill-flags): New function.
1950         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1951
1952 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1953
1954         * wl-vars.el (wl-reply-hook): Abolish.
1955         (wl-draft-reply-hook): New hook.
1956         (wl-summary-reply-hook): Ditto.
1957         (wl-draft-forward-hook): Ditto.
1958         (wl-summary-forward-hook): Ditto.
1959         (wl-draft-kill-flags): New variable.
1960
1961         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1962         wl-summary-set-persistent-mark-internal.
1963         (wl-summary-sync-marks): Use elmo-preserved-flags.
1964         (wl-summary-update-persistent-mark): Make it interactive.
1965         (wl-summary-set-persistent-mark-internal): New inline function.
1966         (wl-summary-mark-as-answered): Use it.
1967         (wl-summary-mark-as-unanswered): Ditto.
1968         (wl-summary-unset-persistent-mark): New function.
1969         (wl-summary-set-persistent-mark): Ditto.
1970         (wl-summary-reply): Don't set answered flag;
1971         Run wl-summary-reply-hook instead.
1972         (wl-summary-forward): Call wl-draft-forward with number.
1973         Run wl-summary-forward-hook.
1974
1975         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1976         (wl-highlight-summary-line-face-spec): Use it as a default
1977         persistent mark face.
1978
1979         * wl-draft.el (wl-draft-forward): Added optional argument number;
1980         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1981         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1982         (wl-draft-kill): Use wl-draft-kill-flags.
1983
1984         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1985
1986         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1987         of return value of elmo-folder-count-flags.
1988
1989         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1990
1991         * wl-summary.el (wl-summary-count-unread): Ditto.
1992         (wl-summary-sync-update): Follow the change above.
1993         (wl-summary-force-prefetch): New function.
1994
1995 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1996
1997         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1998         variable `buf' with `let' instead of `setq'.
1999
2000 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2001
2002         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2003         add Content-Disposition heaeder on the deleted part.
2004
2005 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2006
2007         * wl-draft.el (wl-draft-save): Encode address list under edit by
2008         `eword-encode-unstructured-field-body'.
2009
2010         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2011
2012 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2015         wl-current-summary-buffer.
2016
2017 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2018
2019         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2020         `numbers' is ignored.
2021
2022 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-folder.el (wl-folder-open-folder): Avoid error.
2025         Reported by John Owens, [wl-en:815]
2026
2027         * wl.el (wl): Set timer for biff process even if prefix argument
2028         is given or auto-checking is quitted.
2029
2030         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2031         immediately.
2032         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2033         (wl-toggle-plugged): Ditto.
2034
2035         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2036         * wl-util.el (wl-biff-start): Use idle timer if
2037         `wl-biff-use-idle-timer' is non-nil.
2038
2039 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-highlight.el (wl-highlight-message): Fix description.
2042
2043 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2046         tty.
2047
2048 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-action.el (wl-summary-exec): Print failure count.
2051
2052 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2053
2054         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2055         to `defun', remove interactive form.
2056         Set elmo-message-fetch-confirm when force-reload is non-nil.
2057
2058 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2059
2060         * wl-summary.el (toplevel): Removed unnecessary autoload.
2061
2062 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2063
2064         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2065         the buffer is generated from another message buffer.
2066
2067 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2068
2069         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2070         extracted from `wl-fldmgr-save-folders'.
2071         (wl-fldmgr-delete): Call it after deletion.
2072
2073 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2074
2075         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2076         multi-tty support.
2077
2078 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2079
2080         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2081
2082 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2083
2084         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2085         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2086
2087 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2090         unsubscribe list only if argument CLEAR is nil.
2091
2092 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2093
2094         * wl-draft.el (wl-draft-reply): Decode subject before removing
2095         Re: prefix.
2096
2097 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2098
2099         * wl-summary.el (wl-summary-sort-by-size): New command.
2100
2101 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * wl-summary.el (wl-summary-number-list-from-region): New
2104         function.
2105         (wl-summary-mark-as-read-region): Use it.
2106         (wl-summary-mark-as-unread-region): Ditto.
2107         (wl-summary-set-flags-region): Ditto and add optional argument
2108         remove.
2109         (wl-summary-mark-as-answered-region): Ditto.
2110         (wl-summary-mark-as-important-region): Ditto.
2111         (wl-summary-target-mark-mark-as-important): Added optional
2112         argument remove.
2113         (wl-summary-target-mark-mark-as-answered): Ditto.
2114         (wl-summary-target-mark-set-flags): Ditto.
2115
2116 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-summary.el (wl-summary-set-flags-region): Call
2119         `wl-summary-set-flags-internal' with number list instead of call
2120         one by each message.
2121         (wl-summary-target-mark-set-flags): Likewise.
2122
2123 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2126         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2127         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2128         (wl-summary-target-mark-mark-as-answered): Likewise.
2129
2130 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-summary.el (wl-summary-target-mark-forward): Use
2133         `wl-summary-delete-all-target-marks' instead of
2134         `wl-summary-delete-all-temp-marks'.
2135         (wl-summary-target-mark-reply-with-citation): Ditto.
2136         (wl-summary-target-mark-uudecode): Ditto.
2137         (wl-summary-target-mark-set-flags): Ditto and remove needless
2138         cursor move.
2139
2140 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2141
2142         * wl-summary.el (wl-summary-target-mark-forward): Protect
2143         wl-summary-buffer-target-mark-list from nreverse.
2144         (wl-summary-target-mark-reply-with-citation): Ditto.
2145
2146 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147
2148         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2149         `elmo-display-progress-threshold'.
2150
2151 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2154         check `wl-summary-highlight'.
2155         (wl-summary-window-scroll-functions): Respect value of
2156         `wl-summary-highlight'.
2157         (wl-summary-sync-update): Run hooks
2158         `wl-summary-buffer-window-scroll-functions' at any time.
2159
2160 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2161
2162         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2163         from `wl-summary-cleanup-temp-marks'.
2164         (wl-summary-cleanup-temp-marks): Abolish argument.
2165         * wl.el (wl-save-status): Revert previous change.
2166         (wl-execute-temp-marks): New function, call
2167         `wl-summary-exec-with-confirmation'.
2168         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2169         (wl-folder-save-and-exec-marks): Abolished.
2170
2171 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2172
2173         * wl-e21.el (wl-e21-display-image-p): Respect
2174         `wl-highlight-folder-with-icon'.
2175         (wl-e21-highlight-folder-group-line): Highlight mouse line
2176         even if wl-e21-display-image-p is nil.
2177
2178         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2179         Respect value of `wl-summary-highlight'.
2180
2181         * wl.el (wl-save-status): Remove unused variable.
2182
2183         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2184         (wl-folder-mode-map): Bind it to "x".
2185
2186 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2187
2188         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2189
2190         * wl-thread.el (wl-thread-get-parent-list): Don't check
2191         disconnected ancestors, neglecting needless work in
2192         `wl-thread-update-indent-string-thread'.
2193
2194         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2195         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2196         argument, add argument default-keep to keep marks by default.
2197
2198         * Version number is increased to 2.11.30.
2199
2200         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2201         customization type and docstring.
2202         (wl-draft-reply-without-argument-list): Ditto.
2203
2204 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2205
2206         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2207
2208         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2209
2210 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2211
2212         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2213
2214 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2215
2216         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2217         save-excursion so as not to include run-hooks.
2218
2219 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2220
2221         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2222         Clarify that marks are going to be cleared.
2223
2224 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2227         according to 3rd element of wl-summary-flag-mark.
2228
2229         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2230
2231 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2232
2233         * wl-action.el (wl-summary-target-mark-all): Don't set
2234         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2235
2236 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2237
2238         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2239         (wl-forward-subject-prefix): Ditto.
2240         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2241         (wl-draft-reply-make-subject): Ditto.
2242
2243         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2244         `wl-draft-forward'.
2245         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2246
2247 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248
2249         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2250         target message does not exist.
2251
2252 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2253
2254         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2255         `wl-subject-prefix-regexp'.
2256         (wl-subject-forward-prefix-regexp): New variable.
2257         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2258         `wl-draft-strip-subject-re' and take regexp as argument.
2259         (wl-draft-forward): Use it.
2260         (wl-draft-reply): Ditto.
2261
2262 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2263
2264         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2265         emacs multi-tty support.
2266
2267 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2268
2269         * wl-e21.el (wl-e21-display-image-p): Don't call
2270         `display-images-p'.
2271         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2272         support.
2273         (wl-highlight-folder-current-line): Ditto.
2274         (wl-folder-init-icons): Ditto.
2275
2276 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2279         the last line of summary in unplugged mode.
2280
2281 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2282
2283         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2284
2285 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2288         * wl-address.el (wl-address-user-mail-address-p): Use it.
2289         (wl-address-delete-user-mail-addresses): Ditto.
2290         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2291
2292         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2293         (wl-address-delete-user-mail-addresses): Ditto.
2294
2295         * wl-address.el (wl-address-delete-user-mail-addresses): New
2296         function.
2297         * wl-refile.el (wl-refile-guess-by-history): Use it.
2298         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2299         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2300
2301         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2302         use wl-address-user-mail-address-p.
2303
2304 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2307         after opening group.
2308
2309 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2312         of elmo-set-buffer-multibyte.
2313
2314         * wl-message.el (wl-original-message-mode): Ditto.
2315
2316         * wl-score.el (wl-score-insert-header): Ditto.
2317
2318         * wl-summary.el
2319         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2320         (wl-summary-goto-folder-subr): Ditto.
2321         (wl-summary-insert-headers): Ditto.
2322
2323         * wl-util.el (wl-set-string-width): Ditto.
2324
2325         * Version number is increased to 2.11.29.
2326
2327 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2328
2329         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2330         (wl-highlight-summary-line-help-echo-alist): New variable.
2331         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2332         into `wl-highlight-summary-line-help-echo' and
2333         `wl-highlight-flag-folder-help-echo'.
2334         (wl-highlight-summary-line-string): Change accordingly.
2335         (wl-highlight-summary-current-line): Ditto.
2336
2337 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2340         at the beginning of field body (Thanks to Markus Knittig).
2341
2342         * wl-draft.el (wl-draft-insert-current-message): Also check
2343         summary buffer, remove unnecessary tag.
2344
2345 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2346
2347         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2348         when wl-message-buffer is nil.
2349
2350         * wl-folder.el (wl-folder): Abolish unused argument.
2351         Call wl-folder-init when wl-folder-entity is nil.
2352         * wl.el (wl): Change accordingly.
2353
2354 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2357         multibyte string before insert into draft buffer.
2358         (wl-draft-create-buffer): Always enable multibyte characters for
2359         draft buffer.
2360
2361         * Version number is increased to 2.11.28.
2362
2363 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2364
2365         * wl-folder.el (wl-folder-open-close): Handle blank line.
2366         (wl-folder-jump-to-current-entity): Ditto.
2367
2368 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * Version number is increased to 2.11.27.
2371
2372 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2373
2374         * wl-thread.el (wl-thread-insert-message): When the thread is
2375         devided by wl-summary-max-thread-depth, insert line at the end of
2376         buffer.
2377
2378 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * Version number is increased to 2.11.26.
2381
2382 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2383
2384         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2385
2386 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2387
2388         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2389         value of stream-type and session.
2390
2391 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2392
2393         * Version number is increased to 2.11.25.
2394
2395 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2396
2397         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2398         in a quit message.
2399
2400 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2401
2402         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2403         (wl-summary-redisplay-no-mime-internal): Ditto.
2404
2405 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2406
2407         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2408         * wl-vars.el (wl-smtp-connection-type): Ditto.
2409
2410 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2411
2412         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2413         for the separator line and quote mail-header-separator.
2414
2415 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2416
2417         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2418         result message.
2419
2420         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2421         `elmo-multiple-fields-body-list' with boundary as
2422         mail-header-separator.
2423
2424 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2425
2426         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2427
2428 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2429
2430         * wl-util.el (wl-list-diff): Remove unused function.
2431
2432         * wl-draft.el (wl-draft-send-confirm): Discard input before
2433         confirmation.
2434
2435 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2438         order of flag and new.
2439
2440 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2441
2442         * wl-vars.el (wl-refile-policy-alist): Abolished.
2443
2444         * wl-action.el (wl-summary-set-action-refile): Follow the change
2445         above.
2446
2447 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * wl-highlight.el (wl-highlight-signature-search): Don't use
2450         re-search-backward for a long word since it is possible to crash
2451         XEmacs because of a bug.
2452
2453 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2454
2455         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2456
2457 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2460         argument for wl-summary-sync-force-update.
2461
2462 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-summary.el (wl-summary-mode-map): Revival of
2465         wl-summary-mark-as-important related bindings;
2466         Bind 'F','tF','mF','rF','m&'.
2467         (wl-summary-mark-as-important-region): Revival.
2468         (wl-summary-target-mark-mark-as-important): Ditto.
2469         (wl-summary-target-mark-operation): New function.
2470         (wl-summary-target-mark-mark-as-answered): Use it.
2471         (wl-summary-decide-flag): Don't set Important as default.
2472         (wl-summary-mark-as-important-internal): Revival.
2473         (wl-summary-mark-as-important): Ditto.
2474
2475         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2476
2477         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2478         instead of facep.
2479
2480 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2481
2482         * wl-dnd.el (wl-dnd-drop-func): Fix.
2483
2484         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2485         mouse-set-point instead of posn-point.
2486
2487         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2488
2489         * wl-mule.el (wl-completing-read-multiple): Ditto.
2490
2491 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2492
2493         * wl-demo.el (face-background-name): Defalias to avoid compile
2494         warning.
2495
2496 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2497
2498         * wl-summary.el (wl-summary-decide-flag): Use
2499         wl-completing-read-multiple instead of completing-read-multiple.
2500
2501         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2502         New alias.
2503
2504         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2505         Use face-background-name instead of face-background.
2506
2507         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2508
2509         * wl-summary.el (wl-summary-save): Use it.
2510         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2511
2512         * wl-mime.el (wl-mime-save-content): Fix last change.
2513
2514 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2515
2516         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2517         New function.
2518         (wl-summary-sort-specs): Added sort.
2519         * wl-mime.el (wl-mime-save-content): Expand file name.
2520
2521 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2524
2525         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2526
2527 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2528
2529         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2530         for flag if it is not defined.
2531
2532 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2533
2534         * wl-e21.el (wl-highlight-folder-current-line): Use
2535         elmo-folder-type-internal when elmo-folder-type returns nil.
2536
2537         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2538
2539         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2540
2541         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2542
2543         * wl-e21.el (wl-summary-toolbar): Ditto.
2544
2545         * wl-vars.el (wl-demo-background-color): Abolished.
2546         (wl-summary-persistent-mark-priority-list): Renamed from
2547         wl-summary-flag-priority-list.
2548         (wl-summary-flag-alist): New user option.
2549         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2550         (wl-message-mode-line-format-spec-alist): Added 'F'.
2551         (wl-message-mode-line-format): Likewise.
2552         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2553         instead of wl-summary-important-mark.
2554         (wl-file-folder-icon): New variable.
2555
2556         * wl-thread.el (wl-thread-set-flags): Renamed from
2557         wl-thread-mark-as-important.
2558
2559         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2560         warning.
2561         (wl-summary-mode-menu-spec): Follow the change of 
2562         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2563         (wl-summary-mode-map): Follow the change of
2564         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2565         (wl-summary-detect-mark-position): Follow the variable name change.
2566         (wl-summary-set-flags-region): New function for the replacement of
2567         wl-summary-mark-as-important-region.
2568         (wl-summary-sync-marks): Sync all global-flags.
2569         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2570         instead of elmo-message-flagged-p.
2571         (wl-summary-persistent-mark-string): Follow the variable name change;
2572         Put wl-summary-flag-mark if the message has global-flag.
2573         (wl-summary-target-mark-set-flags): Renamed from 
2574         wl-summary-target-mark-mark-as-important.
2575         (wl-summary-decide-flag): New function.
2576         (wl-summary-set-flags-internal): Renamed from
2577         wl-summary-mark-as-important-internal.
2578         (wl-summary-add-flags-internal): New function.
2579         (wl-summary-remove-flags-internal): Ditto.
2580         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2581         (wl-summary-mark-as-unimportant): Abolish.
2582         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2583         (wl-summary-next-message): List flagged messages in the msgdb.
2584
2585         * wl-score.el (wl-summary-score-update-all-lines): Use
2586         wl-summary-add-flags-internal instead of 
2587
2588         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2589
2590         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2591         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2592         (wl-message-buffer-require-all-header): Renamed from
2593         wl-message-buffer-all-header-flag (Ditto).
2594         (wl-message-buffer-flag-indicator): New variable.
2595         (wl-message-redisplay): Changed local varibale name from `flag' to
2596         `display-type'; Set up wl-message-buffer-flag-indicator.
2597         (wl-message-buffer-display): Changed varibale name from `flag' to
2598         `display-type'.
2599         (wl-message-display-internal): Likewise.
2600
2601         * wl-highlight.el (wl-highlight-demo-face): Define default background
2602         color.
2603         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2604
2605         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2606
2607         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2608         (wl-demo-setup-properties): Renamed from
2609         `wl-demo-set-background-color'.
2610         (wl-demo): Follow the change above.
2611         
2612         * Version number is increased to 2.11.24.
2613
2614 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-summary.el (wl-summary-toggle-thread): Call
2617         `wl-summary-rescan' with disable-thread as non-nil.
2618         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2619
2620 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2623         foreground property of the face.
2624         (wl-demo-insert-text): Don't set up face property here.
2625         (wl-demo): Call wl-demo-set-background-color, anyway.
2626
2627 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2628
2629         * wl-vars.el (wl-demo-background-color): The value can be nil.
2630
2631 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2632
2633         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2634         to wl-summary-wheel-dispatcher.
2635
2636         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2637         wl-message-wheel-dispatcher.
2638         (wl-message-wheel-dispatcher): New function.
2639         (wl-summary-wheel-dispatcher): Ditto.
2640
2641 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2642
2643         * wl-action.el (wl-summary-target-mark-all): List messages which are
2644         not in the killed-list.
2645
2646         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2647         only when the folder is 'flag/important.
2648
2649         * wl-address.el (wl-complete-field-body): Complete if the last
2650         character is a space.
2651
2652 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2653
2654         * wl-folder.el (wl-folder-clear-entity-info): Use
2655         elmo-clear-hash-val.
2656
2657         * wl-fldmgr.el (wl-fldmgr-rename): Set
2658         wl-folder-info-alist-modified as t.
2659
2660 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2661
2662         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2663
2664 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2665
2666         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2667         (wl-folder-buffer-last-visited-entity-id): New buffer local
2668         variable.
2669         (wl-folder-revisit-last-visited-folder): New function.
2670         (wl-folder-mode-map): Bind it to "C-i".
2671         (wl-folder-set-current-entity-id): Set last visited folder.
2672         * wl-summary.el (wl-summary-exit): Ditto.
2673
2674 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2677         before calling `recenter' in order to cope with an XEmacs bug.
2678
2679 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2680
2681         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2682         to the default value.
2683
2684 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2685
2686         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2687         change.
2688         (wl-summary-sync-marks): Ditto.
2689         (wl-summary-mark-as-read-internal): Ditto.
2690         (wl-summary-mark-as-answered-internal): Ditto.
2691         (wl-summary-mark-as-important-internal): Ditto.
2692         (wl-summary-reply): Ditto.
2693
2694         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2695         instead of `elmo-folder-unflag-answered'.
2696
2697         * Version number is increased to 2.11.23.
2698
2699         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2700         the last change.
2701
2702 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2703
2704         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2705         Specify "spam" or "good".
2706
2707 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2708
2709         * wl-spam.el (wl-summary-exec-action-spam): Call
2710         wl-folder-confirm-existence for spam folder.
2711         (wl-spam-setup): Bind "mk".
2712
2713 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2716
2717 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2718
2719         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2720         destination folder is empty.
2721
2722 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2723
2724         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2725         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2726
2727         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2728         (wl-summary-refile-prev-destination-region): New function.
2729         (wl-thread-refile-prev-destination): Ditto.
2730         (wl-summary-target-mark-refile-prev-destination): Ditto.
2731
2732 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2735         (wl-demo-background-color): Changed default value.
2736
2737         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2738         color.
2739
2740         * wl-demo.el (wl-demo-set-background-color): New function.
2741         (wl-demo): Call it.
2742
2743 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2744
2745         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2746         * wl-address.el (wl-address-add-or-change): Don't add empty
2747         address.
2748
2749 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2750
2751         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2752
2753 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2754
2755         * wl-vars.el (wl-demo-image-filter-alist): New variable
2756         (wl-demo-background-color): Ditto.
2757
2758         * wl-demo.el (wl-demo-xpm-set-background): New function.
2759         (wl-demo-image-filter): Ditto.
2760         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2761
2762         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2763
2764         * wl-demo.el (wl-demo-icon-name): Define as function.
2765         (wl-demo-insert-image): Use it.
2766
2767 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2768
2769         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2770
2771 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2772
2773         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2774
2775 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2778
2779 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2780
2781         * wl-thread.el (wl-thread-mark-as-answered): New function.
2782
2783         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2784         answered" entry.
2785         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2786         "r&" and wl-thread-mark-as-answered to "t&".
2787         (wl-summary-mark-as-important-region): Refine to toggle mark.
2788         (wl-summary-mark-as-answered-region): New function.
2789         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2790         and 3rd argument.
2791         (wl-summary-mark-as-important-internal): Likewise.
2792
2793 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-template.el (wl-template-preview): New internal variable.
2796         (wl-template-preview-p): New function.
2797         (wl-template-show): Bind `wl-template-preview' as t.
2798
2799 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2802         `elmo-message-entity-field' with 3rd argument which is non-nil.
2803
2804 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2805
2806         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2807         Removed duplicate local bind `folder'.
2808
2809 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2812
2813 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2816         duplicate definition.
2817
2818 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2821         non-nil, use it; Don't fetch message if there's no message in the
2822         current cursor position.
2823
2824 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2825
2826         * wl-util.el (wl-region-exists-p): Use region-active-p.
2827         (wl-deactivate-region): New function.
2828         * wl-message.el (wl-message-redisplay): Deactivate region.
2829
2830         * wl-summary.el (wl-summary-reply): Call
2831         `wl-summary-set-message-buffer-or-redisplay' instead of
2832         `wl-summary-redisplay-internal', don't move point.
2833
2834 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2837         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2838         by regexp.
2839
2840 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2843         if no need.
2844
2845 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2848         default value to nil.
2849         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2850         `wl-summary-prepare-hook'; Replace refile action to
2851         `wl-summary-exec-action-refile-with-register'.
2852
2853         * Version number is increased to 2.11.22.
2854
2855 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-summary.el (wl-summary-detect-mark-position): Set
2858         `wl-summary-buffer-weekday-name-lang'.
2859
2860 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2861
2862         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2863         (wl-summary-mark-as-read-all): Ditto.
2864         (wl-summary-delete-messages-on-buffer): Ditto.
2865         (wl-summary-sync-update): Ditto.
2866         (wl-summary-mark-as-read-internal): Ditto.
2867         (wl-summary-mark-as-answered-internal): Ditto.
2868         (wl-summary-update-folder-info): Abolished.
2869
2870 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2871
2872         * wl-summary.el (wl-summary-mark-as-read-all): Use
2873         `wl-summary-update-folder-info' instead of
2874         `wl-folder-update-unread'.
2875
2876 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2877
2878         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2879         `wl-summary-folder-info-update'.
2880         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2881         instead of `wl-summary-folder-info-update'.
2882         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2883         `wl-folder-set-folder-updated'.
2884         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2885         instead of `wl-folder-update-unread'.
2886         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2887         the value of `wl-summary-buffer-unread-count' for the second parameter of
2888         `wl-folder-update-unread'.
2889
2890         * Version number is increased to 2.11.21.
2891
2892 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2893
2894         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2895         a local variable.
2896
2897 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2898
2899         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2900         interactively.
2901
2902         * wl-summary.el (wl-summary-mark-as-important-internal): New
2903         internal function.
2904         (wl-summary-mark-as-important): Use it.
2905         (wl-summary-mark-as-unimportant): New function.
2906         (wl-summary-sync-marks): Follow the API change.
2907
2908         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2909
2910         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2911
2912 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2913
2914         * wl-folder.el (wl-folder-update-unread): Re-indent.
2915         Narrow the scope of a local variable.
2916
2917 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2920         (wl-addrmgr-merge-entries): Ditto.
2921         (wl-addrmgr): Added to address entry which exists in draft buffer
2922         if no entry is in original.
2923
2924 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2925
2926         * wl-batch.el: New file.
2927
2928 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2929
2930         * wl-vars.el (wl-use-semi): Remove unused variable.
2931
2932 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2933
2934         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2935         "?".
2936
2937 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2940         wl-summary-new-mark.
2941         (wl-summary-new-cached-mark): New user option.
2942         (wl-summary-score-marks): Follow the change above.
2943         (wl-summary-auto-refile-skip-marks): Ditto.
2944         (wl-summary-incorporate-marks): Ditto.
2945         (wl-summary-expire-reserve-marks): Ditto.
2946
2947         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2948
2949         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2950         (wl-summary-persistent-mark-string): Distinguished between cached
2951         and uncached mark when the message is new.
2952
2953 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-spam.el (wl-spam-domain): Renamed from
2956         `wl-spam-folder-guess-domain'.
2957         (wl-summary-exec-action-spam): Register as spam if domain of the
2958         source folder is good.
2959         (wl-summary-exec-action-refile-with-register): Register message if
2960         domain of the source folder is not undecided.
2961
2962 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2963
2964         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2965         detect thread loop.
2966
2967 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2968
2969         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2970         and wl-summary-skip-mark-list.
2971
2972 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2973
2974         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2975
2976         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2977
2978         * wl-spam.el (toplevel): Require wl-highlight.
2979         (wl-spam-auto-check-policy-alist): Abolish.
2980         (wl-spam-auto-check-folder-regexp-list): New user option.
2981         (wl-spam-auto-check-marks): Ditto.
2982         (wl-spam-mark-action-list): Ditto.
2983         (wl-highlight-summary-spam-face): New face.
2984         (wl-spam-auto-check-message-p): New function.
2985         (wl-spam-map-spam-messages): Fixed message.
2986         (wl-spam-register-spam-messages): Ditto.
2987         (wl-spam-register-good-messages): Ditto.
2988         (wl-summary-spam-map): Add and remove keybind.
2989         (wl-summary-target-mark-spam): Abolish.
2990         (wl-summary-refile-spam): Ditto.
2991         (wl-summary-test-spam): New function.
2992         (wl-summary-mark-spam): Ditto.
2993         (wl-summary-auto-check-spam): Follow the above change.
2994         (wl-summary-exec-action-spam): New function.
2995         (wl-summary-exec-action-refile-with-register): Fixed message.
2996         (wl-message-check-spam): New function.
2997         (wl-spam-setup): Ditto.
2998         (toplevel): Call it if this file is loaded interactivity.
2999
3000         * Version number is increased to 2.11.20.
3001
3002 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3005         when new optional argument `force' is non nil or modified.
3006
3007 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3008
3009         * wl.el (toplevel): Require wl-spam when compile.
3010         (wl-save-status): Call wl-spam-save-status.
3011
3012         * wl-spam.el (wl-spam-register-spam-messages): New function.
3013         (wl-spam-register-good-messages): Ditto.
3014         (wl-spam-save-status): Ditto.
3015         (wl-summary-mode-map): Bind
3016         wl-summary-target-mark-register-as-spam to "ms" and
3017         wl-summary-target-mark-register-as-good to "mn".
3018         (wl-summary-register-as-spam): Abolish optional argument; Use
3019         wl-spam-register-spam-messages.
3020         (wl-summary-register-as-spam-all): Use
3021         wl-spam-register-spam-messages.
3022         (wl-summary-register-as-good): Abolish optional argument; Use
3023         wl-spam-register-good-messages.
3024         (wl-summary-register-as-good-all): Use
3025         wl-spam-register-good-messages.
3026         (wl-summary-target-mark-register-as-spam): New funtion.
3027         (wl-summary-target-mark-register-as-good): Ditto.
3028
3029 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * wl-spam.el: New file.
3032
3033 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034
3035         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3036
3037         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3038         (wl-summary-auto-refile): Call wl-refile-guess with
3039         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3040
3041 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3042
3043         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3044         with disable-thread argument non-nil.
3045
3046 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * wl-summary.el (wl-summary-rescan): Added optional argument
3049         disable-thread.
3050         (wl-summary-sync): Call wl-summary-rescan with argument
3051         disable-thread.
3052         (wl-summary-input-range): Added new range `rescan-thread'.
3053
3054 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3057
3058 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3061         internal variable.
3062         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3063         wl-summary-search-parent-by-subject-regexp and
3064         wl-summary-divide-thread-when-subject-changed as nil.
3065         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3066         (wl-summary-insert-thread): Search parent entity from
3067         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3068         thread loop.
3069
3070 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3071
3072         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3073
3074         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3075
3076         * wl-util.el (wl-require-update-all-folder-p): New function.
3077         (wl-get-assoc-list-value): Added `function' to match directive.
3078         (wl-collect-draft): Rewrite.
3079
3080         * wl-summary.el (wl-summary-sync-update): Clear faces
3081         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3082         are non-nil.
3083         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3084         argument as function.
3085         (wl-summary-input-range): Ditto.
3086
3087         * wl-folder.el (wl-draft-get-folder): New function.
3088         (wl-folder-get-elmo-folder): Consider draft folder.
3089
3090         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3091         (wl-draft-buffer-message-number): New buffer local variable.
3092         (wl-draft-folder-internal): New internal variable.
3093         (wl-draft-delete): Rewrite.
3094         (wl-draft-save): Ditto.
3095         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3096         wl-folder-get-elmo-folder.
3097         (wl-draft-config-info-operation): Ditto.
3098         (wl-jump-to-draft-folder): Ditto.
3099         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3100         (wl-draft-reedit): Rewrite.
3101
3102         * Version number is increased to 2.11.19.
3103         
3104 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3105
3106         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3107         variable.
3108
3109 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3110
3111         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3112         Use ignore-errors instead of unwind-protect.
3113
3114 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3115
3116         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3117         for updating `wl-thread-entity-list'.
3118
3119 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3120
3121         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3122         parameter from calling `wl-thread-entity-get-older-brothers' and
3123         `wl-thread-entity-get-younger-brothers'.
3124         Replace nested `append' with a single one.
3125
3126 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3127
3128         * wl-summary.el (wl-summary-mode): Don't use the return value of
3129         `make-local-hook'.
3130
3131 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3132
3133         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3134         instead of `let*'.
3135         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3136         of local variables.
3137
3138 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3141         Renamed from wl-summary-window-scroll-functions.
3142         (wl-summary-window-scroll-functions): Don't set to variable.
3143         (wl-summary-display-top): Use run-hooks.
3144         (wl-summary-display-bottom): Ditto.
3145         (wl-summary-toggle-disp-msg): Ditto.
3146         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3147         Use it instead of wl-summary-window-scroll-functions.
3148         (wl-summary-goto-folder-subr): Don't call
3149         wl-summary-window-scroll-functions, use
3150         wl-summary-buffer-window-scroll-functions instead.
3151
3152 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3155         make-local-variable.
3156
3157 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3158
3159         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3160         set-buffer-modified-p.
3161         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3162         (wl-summary-display-bottom): Ditto.
3163         (wl-summary-toggle-disp-msg): Ditto.
3164
3165 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3168
3169         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3170         (wl-summary-forward): Use elmo-message-entity-field instead of
3171         elmo-message-field.
3172
3173         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3174
3175 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-summary.el (wl-summary-window-scroll-functions): No use
3178         `append'.
3179
3180 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3183         function.
3184         (wl-summary-window-scroll-functions): Call it when both
3185         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3186         (wl-summary-temp-mark): Added optional argument number.
3187         (wl-summary-message-mark): Added optional argument flag.
3188         (wl-summary-persistent-mark): Added optional argument number and flag.
3189         (wl-summary-update-persistent-mark): Ditto.
3190         (wl-summary-update-status-marks): Set "r" for interactive spec.
3191
3192         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3193         argument number and flag.
3194
3195         * wl-action.el (wl-summary-registered-temp-mark): 
3196         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3197
3198 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3199
3200         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3201         internal variable (buffer local).
3202         (wl-summary-window-scroll-functions): New function.
3203         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3204         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3205         as nil.
3206         (wl-summary-update-status-marks): Added arguments beg, end and
3207         check.
3208         (wl-summary-update-mark-window): Use function.
3209         (wl-summary-sync-update): Follow the change above.
3210         (wl-summary-switch-to-clone-buffer): Copy
3211         wl-summary-buffer-unsync-mark-number-list.
3212         (wl-summary-goto-folder-subr): Set
3213         wl-summary-buffer-unsync-mark-number-list and
3214         use wl-summary-window-scroll-functions instead of
3215         wl-summary-lazy-highlight.
3216
3217         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3218
3219 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3222
3223         * wl-summary.el (wl-summary-update-persistent-mark): Call
3224         wl-summary-set-message-modified.
3225
3226         * wl-summary.el (wl-summary-sync-update): Don't call
3227         wl-summary-update-status-marks.
3228
3229         * Version number is increased to 2.11.18.
3230
3231 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3232
3233         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3234         (wl-message-next-page): Ditto.
3235
3236 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3237
3238         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3239         local variable.  Change the order of a collected list into the
3240         same as the specified range.  Remove nil from a collected list.
3241
3242 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3243
3244         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3245         argument for elmo-folder-list-messages.
3246
3247 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3248
3249         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3250         change (wl-summary-count-unreads return a list instead of a cons
3251         cell).
3252
3253 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3254
3255         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3256         `wl-summary-folder-info-update'.
3257
3258 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3259
3260         * wl-summary.el (wl-summary-set-message-modified): No use
3261         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3262         (wl-summary-set-mark-modified): Abolish.
3263         (wl-summary-mark-modified-p): Ditto.
3264         (wl-summary-save-view): Follow the change above.
3265
3266         * wl-expire.el (wl-summary-expire): Likewise.
3267
3268 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3269
3270         * wl-summary.el (wl-summary-detect-mark-position): Use
3271         modb-entity-handler.
3272         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3273
3274         * Version number is increased to 2.11.17.
3275
3276 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3279         entity field value.
3280         (wl-summary-prefetch-msg): Ditto.
3281         (wl-summary-print-message-with-ps-print): Ditto.
3282
3283 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3286         for dummy entity.
3287         (wl-summary-insert-thread): Use elmo-message-entity-field.
3288         (wl-summary-update-thread): Use elmo-message-entity-field and
3289         elmo-message-entity-number.
3290         (wl-summary-line-number):  Use elmo-message-entity-number.
3291         (wl-summary-line-size): Use elmo-message-entity-field.
3292         (wl-summary-line-subject): Ditto.
3293         (wl-summary-line-from): Ditto.
3294         (wl-summary-line-attached): Ditto.
3295         (wl-summary-create-line): Ditto.
3296         (wl-summary-create-line): Use elmo-message-entity-number.
3297         (wl-summary-print-message-with-ps-print): Use
3298         elmo-message-entity-field.
3299
3300 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3301
3302         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3303         change in elmo-msgdb-make-message-entity.
3304         (wl-summary-buffer-set-folder): Don't call
3305         wl-summary-detect-mark-position here.
3306         (wl-summary-rescan): Call elmo-message-entity-number.
3307         (wl-summary-sync-update): Ditto.
3308         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3309
3310         * wl-score.el (wl-score-header-index): Redefine 2th element.
3311         (wl-score-overview-entity-get-extra): Abolish.
3312         (wl-score-ov-entity-get): Rewrite.
3313         (wl-score-string-index<, wl-score-string-func<): Abolish.
3314         (wl-score-string<): New function.
3315         (wl-score-string-sort): Use it.
3316
3317         * wl-refile.el (wl-refile-guess-by-history): Use
3318         elmo-message-entity-field.
3319         (wl-refile-guess-by-from): Ditto.
3320         (wl-refile-guess-by-msgid): Ditto.
3321
3322         * Version number is increased to 2.11.16.
3323
3324 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3325
3326         * wl-folder.el (wl-folder-confirm-existence): Don't call
3327         file-exists-p if msgdb-path is nil.
3328         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3329         `wl-read-folder-hist' to `wl-read-folder-history'.
3330
3331 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3332
3333         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3334         `y-or-n-p'.
3335
3336 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-score.el (wl-score-headers): Don't use
3339         elmo-folder-do-each-message-entity.
3340
3341         * Version number is increased to 2.11.15.
3342
3343 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl-summary.el (wl-summary-delete-all-msgs): Use
3346         elmo-folder-move-messages instead of elmo-folder-delete-messages
3347         and elmo-folder-detach-messages.
3348         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3349
3350         * wl-expire.el (wl-expire-delete): Ditto.
3351         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3352
3353 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3356         (wl-message-header-narrowing-fields): Ditto.
3357         (wl-message-header-narrowing-lines): Ditto.
3358         (wl-message-header-narrowing-string): Ditto.
3359
3360         * wl-summary.el (wl-summary-mode-map): Bind
3361         wl-summary-toggle-header-narrowing to "C-cC-f".
3362         (wl-summary-toggle-header-narrowing): New function.
3363
3364         * wl-message.el (wl-message-buffer-create): Call
3365         wl-message-header-narrowing-setup.
3366         (wl-message-redisplay): Call wl-message-header-narrowing.
3367         (wl-message-header-narrowing): New function.
3368         (wl-message-header-narrowing-map): New keymap.
3369         (wl-message-header-narrowing-widen-map): New keymap.
3370         (wl-message-header-narrowing-again-at-mouse): New function.
3371         (wl-message-header-narrowing-1): Ditto.
3372         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3373         (wl-message-header-narrowing-setup): Ditto.
3374         (wl-message-header-narrowing-toggle): Ditto.
3375         
3376         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3377
3378         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3379         'flag as all.
3380         (wl-use-flag-folder-help-echo): New user option.
3381
3382         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3383         wl-summary-highlight as nil.
3384         (wl-summary-set-mark-modified): Follow the API change.
3385         (wl-summary-mark-modified-p): Ditto.
3386         (wl-summary-mark-as-read-all): Ditto.
3387         (wl-summary-sync-marks): Don't call
3388         elmo-folder-list-messages-with-global-mark.
3389         (wl-summary-mark-as-read-internal): Follow the API change.
3390         (wl-summary-mark-as-answered-internal): Ditto.
3391         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3392         Follow the API change.
3393         (wl-summary-create-line): Call with number argument.
3394         (wl-summary-reply): Follow the API change.
3395
3396         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3397         function.
3398         (wl-highlight-summary-line-string): Call it when
3399         wl-use-flag-folder-help-echo is non-nil.
3400         (wl-highlight-summary-current-line): Ditto.
3401         (elmo-flag-folder-referrer): Added autoload setting.
3402
3403         * wl-draft.el (wl-draft-kill): Follow the API change.
3404
3405         * Version number is increased to 2.11.14.
3406         
3407 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3408
3409         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3410
3411 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412
3413         * Version number is increased to 2.11.13.
3414
3415 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3416
3417         * wl-draft.el (wl-draft-previous-history-element): Fixed
3418         unbalanced parenthesis and bind unbound local variables.
3419
3420 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3421
3422         * wl-draft.el (wl-draft-previous-history-element): New function.
3423         (wl-draft-next-history-element): Ditto.
3424         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3425         them to M-p and M-n.
3426
3427 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3428
3429         * Version number is increased to 2.11.12.
3430
3431 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3432
3433         * wl-draft.el (wl-draft-hide): Select buffer-window.
3434
3435 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3436
3437         * wl-summary.el (wl-summary-narrow-to-region): New function.
3438         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3439         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3440         (wl-summary-save-region): Use it.
3441         * wl-action.el (wl-summary-collect-numbers-region)
3442         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3443
3444 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3445
3446         * wl-folder.el (wl-folder-count-incorporates): Don't use
3447         `elmo-msgdb-mark-load'
3448
3449         * Version number is increased to 2.11.11.
3450
3451 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3452
3453         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3454         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3455
3456 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3459
3460 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3461
3462         * Version number is increased to 2.11.10.
3463
3464 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3465
3466         * wl-mime.el (wl-draft-attribute-value): Fixed.
3467
3468 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3469
3470         * wl-util.el (wl-copy-local-variables): New function.
3471
3472         * wl-mime.el (wl-draft-attribute-recipients): New function.
3473         (wl-draft-attribute-envelope-from): Ditto.
3474         (wl-draft-attribute-smtp-posting-server): Ditto.
3475         (wl-draft-attribute-smtp-posting-port): Ditto.
3476         (wl-draft-attribute-value): Ditto.
3477         (wl-draft-preview-message): Use it to get value for
3478         attributes. Reflect result of `wl-draft-config'.
3479
3480         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3481         and call `wl-summary-mark-as-read' before to call
3482         `wl-summary-unset-mark'.
3483         (wl-summary-target-mark-mark-as-unread): Likewise.
3484         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3485
3486 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3487
3488         * wl-mime.el (wl-draft-preview-message): Use actual value for
3489         attributes; Fix for small window.
3490
3491 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3492
3493         * wl-refile.el (wl-refile-get-field-value): Call
3494         `elmo-message-entity-field' with 3rd argument is non-nil.
3495
3496 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-vars.el (wl-draft-preview-attributes): New user option.
3499         (wl-draft-preview-attributes-list): Ditto.
3500         (wl-draft-preview-attributes-buffer-lines): Ditto.
3501         (wl-draft-preview-attributes-buffer-name): Ditto.
3502
3503         * wl-mime.el (wl-draft-preview-message): Display attributes.
3504
3505 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3506
3507         * wl-summary.el (wl-summary-detect-mark-position): Bind
3508         wl-summary-flag-priority-list to '(new).
3509
3510 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3511
3512         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3513         funtion.
3514         (wl-highlight-summary-line-string): Use it.
3515         (wl-highlight-summary-current-line): Ditto.
3516
3517 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3518
3519         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3520         line even when the mark string is not changed.
3521
3522         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3523         argument change in the wl-summary-create-line.
3524         (wl-thread-insert-entity-sub): Ditto.
3525
3526         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3527         argument change in the wl-summary-create-line.
3528         (wl-summary-insert-sequential): Ditto.
3529         (wl-summary-update-thread): Ditto.
3530         (wl-summary-persistent-mark-string): New inline function.
3531         (wl-summary-message-mark): Use it.
3532         (wl-summary-create-line): Abolish argument wl-persistent-mark
3533         and added wl-flags, wl-cached.
3534
3535         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3536         mark to flags.
3537         (wl-highlight-summary-current-line): Decide the face not by the 
3538         persistent mark but flags.
3539
3540 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3541
3542         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3543         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3544         wl-summary-read-uncached-mark): Revive.
3545         (wl-summary-answered-cached-mark,
3546         wl-summary-answered-uncached-mark): New user option.
3547         (wl-summary-score-marks): Follow the change above.
3548         (wl-summary-auto-refile-skip-marks): Ditto.
3549         (wl-summary-incorporate-marks): Ditto.
3550         (wl-summary-expire-reserve-marks): Ditto.
3551         (wl-summary-flag-priority-list): New user option.
3552
3553         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3554         changes.
3555         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3556         of elmo-message-mark.
3557         (wl-summary-mark-as-read-internal): Ditto.
3558         (wl-summary-mark-as-answered): Ditto.
3559         (wl-summary-mark-as-important): Ditto.
3560         (wl-summary-redisplay-internal): Ditto.
3561         (wl-summary-redisplay-no-mime-internal): Ditto.
3562         (wl-summary-message-mark): New function.
3563         (wl-summary-insert-sequential): Use wl-summary-message-mark
3564         instead of elmo-message-mark.
3565         (wl-summary-update-thread): Ditto.
3566         (wl-summary-persistent-mark): Ditto.
3567         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3568         instead of elmo-message-mark.
3569
3570         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3571         wl-summary-message-mark instead of elmo-message-mark.
3572         (wl-thread-insert-entity-sub): Ditto.
3573         (wl-thread-get-children-msgs-uncached): Ditto.
3574
3575         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3576         variable name changes.
3577         (wl-highlight-summary-current-line): Ditto.
3578
3579         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3580         wl-summary-message-mark instead of elmo-message-mark.
3581
3582         * wl-expire.el (wl-expire-message-p): Ditto.
3583
3584         * wl-score.el (wl-score-headers): Ditto.
3585
3586         * Version number is increased to 2.11.9.
3587
3588         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3589         (wl-summary-sync-update): Follow the change above.
3590         (wl-summary-switch-to-clone-buffer): Ditto.
3591         (wl-summary-open-folder): Ditto.
3592
3593 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3594
3595         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3596         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3597
3598         * Version number is increased to 2.11.8.
3599
3600         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3601
3602         * wl-expire.el (wl-expire-refile): Follow the API change on
3603         `elmo-folder-move-messages'.
3604         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3605
3606         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3607         (wl-summary-exec-action-refile): Ditto.
3608         (wl-summary-exec-action-copy): Ditto.
3609         (wl-summary-no-auto-refile-message-p): No use
3610         `wl-summary-buffer-msgdb'.
3611         (wl-summary-auto-refile): Ditto.
3612
3613 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3614
3615         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3616
3617 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-summary.el (wl-summary-sync): Treat no-sync.
3620
3621         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3622         (wl-default-sync-range): Ditto.
3623
3624 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3625
3626         * wl-refile.el (wl-refile-subject-learn): Call
3627         `elmo-message-entity-field' with 3rd argument is non-nil.
3628         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3629         instead of `elmo-msgdb-overview-entity-get-subject'.
3630
3631 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3632
3633         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3634         scan-type is rescan.
3635         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3636         new optional argument force is non-nil.
3637         (wl-summary-save-view-cache): Call it with force argument non-nil.
3638
3639         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3640
3641 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-action.el (wl-summary-print-argument): Fixed last change.
3644
3645 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3646
3647         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3648         simplified.
3649         (wl-summary-target-mark-mark-as-unread): Likewise.
3650         (wl-summary-target-mark-mark-as-important): Likewise.
3651
3652 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3653
3654         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3655         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3656         (wl-summary-mark-as-important-region): Change accordingly.
3657         (wl-summary-target-mark-mark-as-important): Ditto.
3658
3659 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3660
3661         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3662
3663         * wl-action.el (wl-summary-print-argument): Print argument to
3664         right side of window if `wl-summary-print-argument-within-window'
3665         is non-nil.
3666
3667 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-action.el (wl-summary-set-mark): Use
3670         `wl-summary-message-visible-p' to check visibility of the message
3671         and jump to message only when the message line is visible and have
3672         different number; Call wl-summary-unset-mark with number argument.
3673         (wl-summary-unset-mark): 
3674         Use `wl-summary-message-visible-p'
3675         to check visibility of the message and jump to message only when
3676         the message line is visible and have different number;
3677
3678 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3679
3680         * Version number is increased to 2.11.7.
3681
3682         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3683         and wl-folder-summary-line-format.
3684
3685         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3686         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3687         (wl-summary-set-score-mark): Use it.
3688         (wl-summary-target-mark-mark-as-read): Ditto.
3689         (wl-summary-target-mark-mark-as-unread): Ditto.
3690         (wl-summary-target-mark-mark-as-important): Ditto.
3691         (wl-summary-target-mark-msgs): Simplified.
3692         (wl-summary-detect-mark-position): Fixed problem when
3693         summary-line-format no contain persisten/temp mark spec.
3694         (wl-summary-temp-mark): Ditto.
3695         (wl-summary-persistent-mark): Ditto.
3696         (wl-summary-update-persistent-mark): Ditto.
3697
3698         * wl-action.el (wl-summary-set-mark): Ditto.
3699         (wl-summary-unset-mark): Ditto.
3700         All other related portions are changed.
3701
3702 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * Version number is increased to 2.11.6.
3705
3706 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3707
3708         * wl-util.el (wl-current-message-buffer): Define as function;
3709         Don't use the value of wl-messge-buffer.
3710
3711         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3712         persistent mark.
3713
3714         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3715         no current message, cause an error.
3716
3717 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3718
3719         * wl-summary.el (wl-summary-set-message-modified): Use
3720         elmo-folder-set-message-modified instead of
3721         elmo-folder-set-message-modified-internal.
3722
3723 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3726         interactively.
3727         (wl-summary-sync): nokill->entirely.
3728         (wl-summary-sync-marks): Fixed message.
3729         (wl-summary-input-range): Added mark, nokill->entirely.
3730
3731         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3732         messages as read.
3733
3734 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3735
3736         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3737         update-noscore.
3738         (wl-summary-sync): Follow the change above.
3739
3740 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3741
3742         * wl-action.el (wl-summary-target-mark-all): Use
3743         elmo-folder-list-messages.
3744
3745 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3748         (wl-summary-rescan): Set wl-summary-scored as nil.
3749         (wl-summary-sync-force-update): Follow the change above.
3750         (wl-summary-sync): Ditto.
3751         (wl-summary-sync-update): Added argument disable-killed.
3752         (wl-summary-insert-headers): Set visible-only argument for
3753         elmo-folder-list-messages.
3754         (wl-summary-input-range): Added update-nokill, update-noscore,
3755         all-nokill, all-noscore and mark.
3756
3757         * Version number is increased to 2.11.5.
3758
3759         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3760
3761 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3762
3763         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3764         (wl-summary-prefetch-region-no-mark): Change accordingly.
3765         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3766
3767 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3768
3769         * wl-address.el (wl-complete-field-to): Abolished.
3770         (wl-complete-address): Completion function for completing-read.
3771         * wl-action.el (wl-summary-get-resend-address): Use it.
3772
3773         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3774         wl-summary-update-mark and abolish unused argument.
3775         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3776         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3777         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3778         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3779         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3780         * wl-draft.el (wl-draft-kill): Ditto.
3781
3782         * wl-summary.el: Remove unused binding of case-fold-search.
3783         (wl-summary-replace-status-marks): Abolished.
3784
3785 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3788         is specified or folder length is zero.
3789
3790 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3791
3792         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3793         (wl-folder-archive-current-entity): Ditto.
3794
3795 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3798         retrieving message mark.
3799         (wl-summary-redisplay-internal): Ditto.
3800
3801         * wl-message.el (wl-message-buffer-display): Ignore errors while
3802         retrieving message-id field.
3803
3804         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3805         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3806         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3807         order of the arguments for `wl-expire-message-p'.
3808         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3809
3810         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3811         Check return value of wl-summary-reply.
3812         (wl-summary-reply): Recover window configuration when an error occured.
3813
3814 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3815
3816         * wl-summary.el (wl-summary-resend-message): Abolished, the
3817         feature is inherited by wl-summary-resend (put resend mark).
3818
3819 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3820
3821         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3822         wl-message-buffer to nil when the message is hide.
3823
3824 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3825
3826         * .cvsignore: New file.
3827
3828 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3829
3830         * wl-action.el (wl-summary-action-docstring): Add more info.
3831         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3832         duplicate definition.
3833         (wl-summary-define-mark-action): Functions wl-summary-*-region
3834         keep current position.
3835         (wl-summary-unregister-target-mark): Store result to the variable.
3836
3837 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * Version number is increased to 2.11.4.
3840
3841 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3844         wl-summary-delete-all-temp-marks.
3845         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3846
3847         * wl-action.el (wl-summary-set-mark): Changed terminology
3848         refile-destination -> action-argument.
3849         (wl-summary-unset-mark): Ditto.
3850         (wl-summary-remove-argument): Ditto.
3851         (wl-summary-print-argument): Ditto.
3852
3853         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3854         (wl-thread-remove-argument-region): Ditto.
3855         (wl-thread-print-argument-region): Ditto.
3856         (wl-thread-close): Ditto.
3857         (wl-thread-open): Ditto.
3858
3859         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3860         (wl-highlight-refile-destination-face is abolished)
3861         (wl-highlight-action-argument-string): Ditto.
3862         (wl-highlight-summary-current-line): Highlight action argument.
3863
3864         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3865         color for light backgrounds.
3866         (wl-highlight-summary-answered-face): Ditto.
3867
3868 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3871
3872         * wl-score.el (wl-summary-score-update-all-lines): Use
3873         wl-summary-set-mark.
3874         (wl-summary-score-update-all-lines): Kill expunged messages.
3875
3876         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3877
3878 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3879
3880         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3881         directly.
3882         (wl-score-overview-entity-get-lines): Ditto.
3883         (wl-score-overview-entity-get-xref): Ditto.
3884         (wl-score-get-latest-msgs): Ditto.
3885         (wl-summary-rescore): Ditto.
3886
3887         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3888         to "&".
3889         (wl-summary-mark-as-answered-internal): New inline function.
3890         (wl-summary-mark-as-answered): New function.
3891         (wl-summary-mark-as-unanswered): Ditto.
3892         (wl-summary-sync-marks): Modified for answered-mark synching.
3893
3894 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3895
3896         * wl-action.el (wl-summary-set-mark): Fixed last change.
3897
3898 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3899
3900         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3901         behavior of wl-summary-unread-message-hook
3902         (Pointed out by akira yamada <akira@arika.org>).
3903
3904 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3905
3906         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3907         wl-summary-delete.
3908         * wl-xmas.el (wl-summary-toolbar): Ditto.
3909
3910         * wl-action.el (wl-summary-set-mark): Don't override current
3911         temp-mark.
3912
3913         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3914
3915 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3916
3917         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3918         (wl-refile-msgid-learn): Ditto.
3919         (wl-refile-get-field-value): Ditto.
3920
3921         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3922
3923         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3924         (wl-expire-delete-reserved-messages): Renamed from
3925         wl-expire-reserve-marked-msgs-from-list.
3926         (wl-expire-delete): Removed argument `msgdb'.
3927         (wl-expire-refile): Ditto.
3928         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3929         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3930         mark-alist as argument.
3931         (wl-expire-archive-number1): Removed argument `msgdb'.
3932         (wl-expire-archive-number2): Ditto.
3933         (wl-expire-archive-date): Ditto.
3934         (wl-expire-localdir-date): Ditto.
3935         (wl-expire-hide): Ditto.
3936         (wl-archive-number1): Ditto.
3937         (wl-archive-number2): Ditto.
3938         (wl-archive-date): Ditto.
3939         (wl-archive-folder): Ditto.
3940         All other related portions are changed.
3941
3942 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3943
3944         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3945         mean move up and down. (suggested by Takashi Kawachi)
3946
3947 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3948
3949         * wl-acap.el (toplevel): Don't require un-define.
3950
3951 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * wl-thread.el (wl-thread-delete-message): Always update
3954         wl-summary-buffer-number-list.
3955
3956         * wl-action.el (wl-summary-print-destination): 
3957         Do nothing when folder is nil.
3958
3959 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3960
3961         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3962         persistent mark when prefetch is succeeded.
3963
3964 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3965
3966         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3967         instead of elmo-msgdb-delete-msgs.
3968         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3969         (wl-expire-hide): Ditto.
3970
3971         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3972
3973         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3974         elmo-msgdb interface.
3975         (wl-thread-get-exist-children): Likewise.
3976         (wl-thread-insert-message): Likewise.
3977         (wl-thread-msg-mark-as-important): Likewise.
3978         (wl-thread-insert-entity-sub): Likewise.
3979         (wl-thread-get-children-msgs-uncached): Likewise.
3980
3981         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3982         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3983         (wl-summary-sync-update): Likewise.
3984         (wl-summary-auto-select-msg-p): Likewise.
3985         (wl-summary-update-thread): Likewise.
3986         (wl-summary-mark-as-important): Likewise.
3987         (wl-summary-jump-to-msg-internal): Likewise.
3988         (wl-summary-redisplay-internal): Likewise.
3989         (wl-summary-print-message-with-ps-print): Likewise.
3990         (wl-summary-folder-info-update): Likewise.
3991
3992         * wl-folder.el (wl-folder-check-one-entity):
3993         elmo-folder-count-flags instead of wl-summary-count-unread.
3994
3995         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3996
3997         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3998
3999         * wl-summary.el (wl-summary-set-message-modified): 
4000         Call wl-summary-set-mark-modified.
4001         (wl-summary-delete-messages-on-buffer): Call
4002         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4003         (wl-summary-sync-update): Call elmo-folder-length instead of
4004         elmo-folder-messages.
4005         (wl-summary-insert-headers): Don't call
4006         elmo-folder-list-message-entities.
4007
4008 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4009
4010         * wl-action.el (wl-summary-define-mark-action): Call
4011         `wl-summary-set-mark' with argument `data'.
4012         (wl-summary-auto-refile): Fixed order of arguments when call
4013         `wl-summary-refile'.
4014
4015 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4016
4017         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4018
4019         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4020
4021         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4022         (Renamed from wl-highlight-summary-deleted-face).
4023         (wl-highlight-summary-resend-face): New face.
4024
4025         (wl-highlight-summary-deleted-face): Renamed from
4026         wl-highlight-summary-erased-face.
4027
4028         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4029
4030         * wl-action.el (wl-summary-get-resend-address): New function.
4031         (wl-summary-exec-action-resend): Ditto.
4032         (wl-summary-exec-action-resend-subr): Ditto.
4033
4034         * w-thread.el (wl-thread-copy): Removed definition.
4035         (wl-thread-refile): Ditto.
4036         (wl-thread-delete): Ditto.
4037         (wl-thread-target-mark): Ditto.
4038
4039         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4040         (wl-summary-target-mark-set-action): Fixed.
4041         (wl-summary-define-mark-action): Fixed quotation.
4042         (wl-summary-move-mark-list-messages): Display message.
4043         (wl-summary-define-mark-action): Define thread functions.
4044         (wl-summary-exec-action-refile): Changed message.
4045         (wl-summary-exec): Ditto.
4046
4047 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4048         
4049         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4050         '%%'.
4051
4052 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4053
4054         * wl.el (toplevel): Require wl-action.
4055         (wl-init): Call wl-summary-define-mark-action.
4056
4057         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4058
4059         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4060         wl-summary-delete and wl-summary-erase.
4061         (wl-summary-mode-map): Ditto.
4062
4063         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4064         wl-delete-folder-alist.
4065
4066         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4067         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4068         (toplevel): Moved mark & action related functions to the wl-action.el.
4069
4070         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4071         in wl-summary-mark-action-list.
4072         (wl-highlight-summary-current-line): Ditto.
4073
4074         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4075         empty lines.
4076
4077         * wl-action.el: New file. 
4078
4079 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * wl-summary.el (wl-summary-target-mark-replace): New function.
4082         (wl-summary-target-mark-prefetch): Use it.
4083         (wl-summary-target-mark-delete): Ditto.
4084         (toplevel): Rearranged definition order.
4085         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4086         (wl-summary-target-mark-erase): Rewrite.
4087         (wl-summary-erase-region): New function.
4088         (wl-summary-exec-action-erase): Changed message.
4089         (wl-summary-move-mark-list-messages): New function.
4090         (wl-summary-exec-action-delete): Use it.
4091         (wl-summary-exec-action-erase): Ditto.
4092
4093         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4094         (wl-summary-skip-mark-list): Added "d".
4095
4096         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4097         while searching.
4098
4099         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4100         and define using defcustom;
4101         Define 4th element as a face.
4102         
4103         * wl-summary.el (wl-summary-incorporate): Use 
4104         `wl-summary-prefetch-region-no-mark' instead of
4105         `wl-summary-prefetch-region'.
4106         (wl-summary-prefetch-region-no-mark): Revival of old
4107         `wl-summary-prefetch-region'.
4108         (wl-summary-mark-action-list): Moved to wl-vars.el
4109
4110         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4111         face according to the `wl-summary-mark-action-list'.
4112         (wl-highlight-summary-current-line): Ditto;
4113         Removed destination highlighting.
4114
4115         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4116         (wl-highlight-summary-line-string): Highlight for "i" mark.
4117         (wl-highlight-summary-current-line): Ditto.
4118
4119         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4120         no destination.
4121
4122         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4123         exists, just go ahead.
4124         (wl-summary-prefetch-region): Rewrite.
4125         (wl-summary-prefetch): Ditto.
4126         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4127         (wl-summary-exec-action-prefetch): New function.
4128         (wl-summary-target-mark-prefetch): Rewrite.
4129
4130 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4133         (wl-highlight-summary-line-string): Added "d" and "D".
4134         (wl-highlight-summary-current-line): Ditto.
4135
4136         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4137         in wl-summary.el.
4138         (wl-thread-insert-entity-sub): Ditto.
4139         (wl-thread-remove-destination-region): Ditto.
4140         (wl-thread-print-destination-region): Ditto.
4141
4142         * wl-summary.el (wl-summary-buffer-refile-list,
4143         wl-summary-buffer-delete-list,
4144         wl-summary-buffer-copy-list): Abolish.
4145         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4146         All other related portions are changed.
4147         (wl-summary-mark-action-list): New variable.
4148         (wl-summary-set-mark): New function.
4149         (wl-summary-register-target-mark): Ditto.
4150         (wl-summary-unregister-target-mark): Ditto.
4151         (wl-summary-have-target-mark-p): Ditto.
4152         (wl-summary-register-temp-mark): Ditto.
4153         (wl-summary-unregister-temp-mark): Ditto.
4154         (wl-summary-registered-temp-mark): Ditto.
4155         (wl-summary-collect-temp-mark): Ditto.
4156         (wl-summary-unset-mark): Ditto.
4157         (wl-summary-set-target-mark): Ditto.
4158         (wl-summary-unset-target-mark): Ditto.
4159         (wl-summary-set-action-generic): Ditto.
4160         (wl-summary-unset-action-generic): Ditto.
4161         (wl-summary-exec-action-delete): Ditto.
4162         (wl-summary-exec-action-erase): Ditto.
4163         (wl-summary-set-action-refile): Ditto.
4164         (wl-summary-set-action-refile-subr): Ditto.
4165         (wl-summary-unset-action-refile): Ditto.
4166         (wl-summary-make-destination-numbers-list): Ditto.
4167         (wl-summary-exec-action-refile): Ditto.
4168         (wl-summary-set-action-copy): Ditto.
4169         (wl-summary-unset-action-copy): Ditto.
4170         (wl-summary-exec-action-copy): Ditto.
4171         (wl-summary-collect-numbers-region): Ditto.
4172         (wl-summary-delete): Rewrite.
4173         (wl-summary-erase): Ditto.
4174         (wl-summary-remove-destination): Ditto.
4175         (wl-summary-exec): Ditto.
4176         (wl-summary-exec-region): Ditto.
4177         (wl-summary-target-mark-erase): Ditto.
4178         (wl-summary-refile): Ditto.
4179         (wl-summary-copy): Ditto.
4180         (wl-summary-unmark): Ditto.
4181         (wl-summary-delete-all-mark): Ditto.
4182         (wl-summary-mark-line): Don't highlight.
4183         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4184         (wl-summary-target-mark-refile-subr): Rewrite.
4185
4186         (wl-summary-copy-prev-destination): Abolish.
4187
4188 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4189
4190         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4191         default values along the value of wl-on-mule.
4192         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4193         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4194         It is not used anywhere.
4195
4196 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4197
4198         * wl-summary.el (wl-summary-print-destination): Keep position.
4199         (wl-summary-cursor-move-surface): Keep horizontal position.
4200
4201 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4202
4203         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4204         write sendlog.
4205
4206 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4207
4208         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4209         `wl-summary-highlight'.
4210
4211 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4212
4213         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4214         trivial condition for temp-mark.
4215
4216 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4217
4218         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4219         when it hits killed buffer.
4220
4221 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4222
4223         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4224         * wl-news.el.in: `message' and `error' take format string.
4225
4226 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4227
4228         * wl-folder (wl-folder-insert-entity): Display a message,
4229         `...done', when the work finish.
4230         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4231
4232 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4233
4234         * wl-message.el (wl-message-redisplay): Remove unused local
4235         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4236
4237 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4238
4239         * wl-summary.el (wl-summary-replace-status-marks): Disable
4240         interactive use.
4241         (wl-summary-reedit): Check message existence at first.
4242         (wl-summary-mark-line): Fix doc, return value is indefinite.
4243
4244         * wl-highlight.el (wl-highlight-message): Arranged.
4245
4246         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4247         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4248         check temp-mark by wl-summary-temp-mark always.
4249         (wl-highlight-summary): Change accordingly.
4250         * wl-summary.el (wl-summary-mark-as-read-all)
4251         (wl-summary-delete-cache, wl-summary-set-score-mark)
4252         (wl-summary-mark-as-unread, wl-summary-unmark)
4253         (wl-summary-mark-line, wl-summary-mark-as-read)
4254         (wl-summary-mark-as-important): Ditto.
4255
4256         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4257         end of the window if possible.
4258         * wl-summary.el (wl-summary-sync-update): Support lazy
4259         highlighting.
4260         (wl-summary-toggle-disp-msg): Ditto.
4261
4262 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4263
4264         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4265
4266 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4267
4268         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4269         change.
4270
4271 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4272
4273         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4274         API.
4275         (wl-summary-sync-update): Ditto.
4276
4277         * wl-score.el (wl-score-get-score-alist): Changed argument.
4278         (wl-summary-rescore-msgs): Likewise.
4279         (wl-summary-score-headers): Likewise.
4280         (wl-score-headers): Likewise;
4281         Use elmo-folder-do-each-message-entity, etc.
4282         (wl-summary-score-effect): Follow the changes above.
4283         (wl-summary-rescore): Ditto.
4284         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4285         (wl-score-get-overview): Abolish.
4286
4287         * wl-summary.el (wl-summary-default-from): Follow the API change in
4288         elmo-msgdb.
4289         (wl-summary-count-unread): Ditto.
4290         (wl-summary-detect-mark-position): Ditto.
4291         (wl-summary-overview-entity-compare-by-date): Ditto.
4292         (wl-summary-overview-entity-compare-by-number): Ditto.
4293         (wl-summary-overview-entity-compare-by-from): Ditto.
4294         (wl-summary-overview-entity-compare-by-subject): Ditto.
4295         (wl-summary-get-list-info): Ditto.
4296         (wl-summary-rescan): Ditto.
4297         (wl-summary-jump-to-msg-by-message-id): Ditto.
4298         (wl-summary-sync-update): Ditto; Removed comment.
4299         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4300         (wl-summary-insert-message): Use wl-summary-insert
4301         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4302         (wl-summary-insert-headers): Changed argument overview to folder.
4303         (wl-summary-search-by-subject): Likewise.
4304         (wl-summary-insert-thread): Renamed from 
4305         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4306
4307         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4308         too.
4309
4310         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4311         wl-string-member.
4312
4313 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4314
4315         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4316         elmo-folder-append-buffer.
4317         (wl-draft-queue-append): Likewise.
4318
4319         * wl-mime.el (wl-message-delete-current-part): Ditto.
4320         (wl-summary-burst-subr): Ditto.
4321
4322         * wl-news.el.in (wl-news-send-news): Ditto.
4323
4324 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4325
4326         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4327         function.
4328         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4329         (wl-summary-update-mark): Enclose with save-excursion.
4330         (wl-summary-mark-as-read-internal): Fixed last change.
4331         (wl-summary-mark-as-important): Use 3rd argument of
4332         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4333         Don't use elmo-msgdb-set-mark.
4334         (wl-summary-redisplay-internal): If msgdb flag is already read,
4335         just update the mark on buffer.
4336
4337 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4338
4339         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4340         cut visible folder when elmo-folder-delete returns non-nil value.
4341
4342 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4343
4344         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4345         by Kenichi OKADA <okada@opaopa.org>).
4346
4347 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4348
4349         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4350
4351 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4352
4353         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4354         Fixed the last change, search group entity by its real name.
4355         (Thanks to: KOBAYASHI Shinji)
4356
4357 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4358
4359         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4360         (wl-fldmgr-access-display-all): Don't refer visible name.
4361         * wl-expire.el (wl-folder-archive-current-entity)
4362         (wl-folder-expire-current-entity): Ditto.
4363         * wl-folder.el (wl-folder-jump-to-current-entity)
4364         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4365         (wl-folder-open-folder-sub,wl-folder-open-all)
4366         (wl-folder-write-current-folder): Ditto.
4367         (wl-folder-insert-entity): Don't use petname for normal group.
4368         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4369         is the real name.
4370         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4371         Abolished.
4372
4373 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4374
4375         * wl-draft.el (wl-draft-create-buffer): Add
4376         `wl-summary-reply-with-citation'
4377
4378 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4379
4380         * wl-draft.el (wl-draft-reply): Fixed.
4381
4382 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4385         when `wl-draft-send-confirm-with-preview' is non-nil.
4386         You can scroll up/down by j/k.
4387         (wl-draft-send-confirm-with-preview): New variable (default=t).
4388
4389 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4392         (wl-fldmgr-save-folders): Fix comment.
4393
4394 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4397         along the last change in `wl-folder-buffer-group-p'.
4398
4399 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4402         folder.
4403
4404         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4405         the default value.
4406
4407         * wl-mime.el (wl-summary-burst): Update summary only when target
4408         folder equals current folder.
4409
4410 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4413
4414 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4417         value.
4418
4419 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4422         `map-extents' instead of `extent-at' repeatedly.
4423         (wl-highlight-folder-current-line): Ditto.
4424
4425         * wl-highlight.el: Remove useless dummy functions.
4426
4427 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4430         (wl-folder-put-folder-property): New function to put text property.
4431         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4432         (wl-folder-insert-entity, wl-folder-update-diff-line)
4433         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4434         * wl-e21.el, wl-xmas.el, wl-mule.el
4435         (wl-highlight-folder-current-line): Ditto.
4436         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4437         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4438         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4439         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4440
4441 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * Version number is increased to 2.11.3.
4444
4445 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4446
4447         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4448         Resume current-buffer since it is assumed by remaining tasks.
4449
4450 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4451
4452         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4453         (wl-folder-completion-function): Abolished.
4454         (wl-folder-complete-folder): New function.
4455         (wl-folder-complete-filter-condition): Ditto.
4456         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4457         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4458
4459 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-draft.el (wl-draft-send-confirm): New function.
4462         (wl-draft-send): Use it.
4463
4464         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4465         cursor-in-echo-area while confirming.
4466
4467         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4468
4469         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4470         searching via nntp if wl-summary-search-via-nntp is 'force.
4471         Otherwise, invoke searching in nntp folder only.
4472         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4473
4474         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4475         explicitly for mime-make-text-tag.
4476
4477 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4478
4479         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4480         `mime-make-text-tag' instead of `mime-create-tag'.
4481
4482 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4485         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4486
4487 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-score.el (wl-score-save): Bind print-length and print-level.
4490         (wl-score-pretty-print): Ditto.
4491         (wl-score-edit-insert-header-entry): Ditto.
4492
4493         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4494         "From" entry to be treated with wl-draft-eword-encode-address-list.
4495         * wl-mime.el (wl-draft-preview-message): Ditto.
4496
4497         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4498         (wl-summary-mark-as-unread): Ditto.
4499         (wl-summary-mark-as-read-region): Change accordingly.
4500         (wl-summary-mark-as-unread-region): Ditto.
4501         (wl-summary-target-mark-mark-as-read): Ditto.
4502         (wl-summary-target-mark-mark-as-unread): Ditto.
4503
4504 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * Version number is increased to 2.11.2.
4507
4508 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4509
4510         * wl-news.el.in (wl-news-previous-version-save): Bind
4511         print-length and print-level.
4512         * wl-thread.el (wl-thread-save-entities): Ditto.
4513         (wl-thread-save-top-list): Bind print-length.
4514
4515 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4516
4517         * wl-highlight.el (wl-highlight-summary-line-string): Use
4518         wl-summary-score-below-mark, wl-summary-score-over-mark.
4519         (wl-highlight-summary-current-line): Ditto.
4520
4521 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4524         insert it.
4525
4526 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4527
4528         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4529
4530 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4533         message without msgid.
4534         Rewrite with elmo-folder-move-messages.
4535         Set wl-message-buffer to nil.
4536
4537         * wl-summary.el (wl-summary-erase-subr): New function. Use
4538         elmo-folder-move-messages.
4539         (wl-summary-erase): Call it.
4540         (wl-summary-target-mark-erase): Ditto.
4541
4542 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4545         it is not up-tp-date.
4546
4547 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4550         buffer after calling `wl-summary-goto-folder-subr' without the
4551         argument `interactive'.
4552         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4553
4554 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4555
4556         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4557         `mime-create-tag'. Use `string=' instead of `looking-at'.
4558
4559 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4562         to avoid compile warning.
4563
4564         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4565         entity-id when folder is given.
4566         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4567         save-excursion, use save-selected-window instead.
4568         Select folder buffer window if exists.
4569         (To correct behavior with wl-folder-move-cur-folder.)
4570
4571 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4572
4573         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4574
4575 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4576
4577         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4578         list-count instead of %d.
4579
4580 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4583         (wl-news): Set it.
4584         (wl-news-append-to-folder): Use it.
4585
4586         * wl-news.el.in (wl-news-send-news): Append to specified folder
4587         instead of wl-default-folder.
4588         (wl-news-append-to-folder): Show error message with specified folder.
4589
4590         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4591                 In most major modes, Emacs assumes that any opening
4592                 delimiter found at the left margin is the start of a
4593                 top-level definition, or defun. Therefore, *never put an
4594                 opening delimiter at the left margin unless it should have
4595                 that significance.*
4596
4597         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4598
4599 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4600
4601         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4602
4603 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4604
4605         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4606
4607 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4608
4609         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4610         for sequential numbering case.
4611
4612 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4615         value.
4616         (wl-draft-reply-without-argument-list): Ditto.
4617         (wl-draft-reply-myself-with-argument-list): Abolish.
4618         (wl-draft-reply-myself-without-argument-list): Ditto.
4619         * wl-draft.el (wl-draft-self-reply-p): New function.
4620         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4621
4622 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4623
4624         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4625         (avoid error for the case without byte-compiling)
4626
4627 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4628
4629         * wl-news.el.in (wl-news-append-to-folder): New function.
4630         (wl-news-exit): Rewrite.
4631         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4632
4633 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4634
4635         * wl-draft.el (wl-draft-reply-position): New function.
4636         (wl-draft-reply-position): Fix.
4637         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4638         (wl-summary-target-mark-reply-with-citation): Ditto.
4639         (wl-summary-reply-with-citation): Ditto.
4640         * wl-vars.el (wl-draft-reply-default-position): New variable.
4641
4642 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4643
4644         * wl-draft.el (wl-draft-send): Preview when interactive send.
4645
4646 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4647
4648         * wl-draft.el (wl-draft-reply): Set default position.
4649         * wl-summary.el (wl-summary-reply): Ditto.
4650         (wl-summary-reply-with-citation): Ditto.
4651         (wl-summary-target-mark-reply-with-citation): Ditto.
4652
4653 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-news.el.in (wl-news-lang): Set default value according to
4656         current-language-environment.
4657         (wl-news-append-news): Do nothing when news-list is nil.
4658
4659 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4660
4661         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4662         (wl-news): Change message.
4663         (wl-news-exit): Check buffer.
4664         (wl-news-force-exit): New function.
4665         (wl-news-show-all): New function.
4666         (wl-news-discard-and-exit): Fix.
4667
4668 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4669
4670         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4671         according to current-language-environment.
4672
4673         * wl-news.el.in (wl-news): If arg, show all NEWS after
4674         wl-news-default-previous-version.
4675
4676 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-news.el.in (wl-news-check): Rewritten.
4679         (wl-news-previous-version-load): Change data type.
4680         (wl-news-previous-version-save): Change data type.
4681         (wl-news-append-news): Add return value.
4682         (wl-news-check-news): New function.
4683         (wl-news-already-current-p): New function.
4684         (wl-news-send-news): Rewritten.
4685         (wl-news-mode-map): Add new keybind.
4686         (wl-news): Rewritten.
4687         (wl-news-exit): Rewritten.
4688         (wl-news-discard-and-mail): New function.
4689         (wl-news-send-to-address): Abolished.
4690         * wl.el (wl-init): Delete a message.
4691
4692 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4693
4694         * wl-news.el.in (wl-news-exit): Update previous version.
4695         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4696
4697 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4700
4701 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4702
4703         * wl-news.el.in (wl-news): New function.
4704         (wl-news-mode): New function.
4705         (wl-news-next-line): New function.
4706         (wl-news-next-page): New function.
4707         (wl-news-exit): New function.
4708         (wl-news-buf-name): New variable.
4709         (wl-news-mode-map): New variable.
4710         (wl-news-winconf): New variable.
4711         (wl-news-append-news): Add an option.
4712
4713 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4714
4715         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4716
4717 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4718
4719         * wl-news.el.in (wl-news-send-to-address): New variable.
4720         (wl-news-send-news): Use it.
4721         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4722         Return updating status.
4723         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4724
4725 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4726
4727         * wl-news.el.in (wl-news-send-news): Delete
4728         Organization and X-Face.
4729
4730 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4731
4732         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4733         (wl-news-append-news): New function.
4734         (wl-news-send-news): New function.
4735
4736 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * Version number is increased to 2.11.1.
4739
4740 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl-news.el.in : New file.
4743
4744 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4747         default value.
4748         (wl-draft-reply-without-argument-list): Ditto.
4749
4750 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4751
4752         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4753         (wl-message-buffer-prefetch-idle-time): Ditto.
4754         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4755
4756 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4757
4758         * wl-thread.el (wl-thread-insert-message): Use
4759         wl-summary-max-thread-depth.
4760
4761         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4762         loop detection.
4763
4764         * wl-message.el (wl-message-buffer-display): Back to the first page
4765         when cache is hit.
4766
4767 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4770
4771         * wl-summary.el (wl-summary-insert-thread-entity):
4772         If the thread depth is reached to wl-summary-max-thread-depth,
4773         divide the thread.
4774
4775 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4776
4777         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4778         for elmo-remove-passwd.
4779
4780 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4781
4782         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4783         folder is sticky.
4784         (wl-folder-mark-as-read-all-entity): Ditto.
4785         (wl-folder-prefetch-entity): Ditto.
4786
4787 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4788
4789         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4790
4791 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4792
4793         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4794         Delete messages on buffer for unplugged operation.
4795         (wl-summary-erase): Ditto.
4796
4797 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4800         take nil so as not to search parent by subject.
4801
4802 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4805         (wl-folder-get-next-folder): Ditto.
4806         (wl-folder-get-path): Ditto.
4807
4808 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4809
4810         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4811         system and encode the region with it before verifying.
4812
4813 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4816         system of the echo buffer before decoding.
4817
4818 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4819
4820         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4821         original contents.
4822
4823 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4826         with argument 'any-exists.
4827
4828 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4829
4830         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4831         Use `wl-cs-autoconv'.
4832
4833 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4834
4835         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4836         by `mime-view-automatic-conversion'.
4837
4838         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4839         (wl-message-verify-pgp-nonmime): Ditto.
4840         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4841         Bind them to C-c:d and C-c:v respectively.
4842
4843         Merge following code by Teranishi-san from [wl-en:00167].
4844         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4845         (wl-mime-preview-application/pgp-encrypted): Ditto.
4846         (wl-mime-setup): Add entry.
4847
4848 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4849
4850         * wl-summary.el (wl-summary-target-mark-erase): New function.
4851         Bind it to "mD".
4852
4853 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4854
4855         * wl-vars.el (wl-draft-write-file-function): Fix.
4856         (wl-draft-reedit-hook): Changed default value.
4857
4858         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4859         wl-draft-reedit-hook.
4860         (wl-draft-remove-text-plain-tag): New function.
4861         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4862
4863         * wl-vars.el (wl-draft-write-file-function): New user option.
4864
4865         * wl-draft.el (wl-draft-prepare-edit): Use it for
4866         local-write-file-hooks.
4867         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4868
4869         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4870         (wl-draft-insert-mail-header-separator): Return the body beginning
4871         point.
4872         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4873         text/plain.
4874         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4875
4876 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-summary.el (wl-summary-erase): New function to erase message
4879         without moving it to trash. Bind to "D".
4880
4881         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4882         as `keep' unless switch-function.
4883
4884 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4885
4886         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4887         message buffer by using `wl-summary-toggle-disp-msg'.
4888         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4889         buffer window.
4890         (wl-summary-supresedes-message): Ditto.
4891
4892         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4893         Do not delete other windows.
4894         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4895         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4896         (wl-draft-create-buffer): Set reply-or-forward also for target
4897         mark commands.
4898
4899 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * wl-draft.el (wl-user-agent-compose): Delete special case for
4902         switch-to-buffer-other-window.
4903
4904         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4905         (wl-summary-forward): Ditto.
4906
4907         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4908         function.
4909         (wl-draft-buffer-style): New use option.
4910
4911         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4912         (wl-draft): Follow the change above.
4913         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4914         wl-draft-buffer-style.
4915         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4916         switch-function.
4917
4918 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4919
4920         * wl-address.el (wl-address-make-completion-entry): Extracted from
4921         `wl-address-make-completion-list'.
4922         (wl-address-enable-strict-loading): New variable.
4923         (wl-address-make-completion-list): Revive petname duplication
4924         inquiry, and enable it if `wl-address-enable-strict-loading'.
4925         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4926
4927 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * wl-message.el (wl-message-get-original-buffer): Avoid
4930         'Selecting deleted buffer' error when original buffer is killed.
4931
4932 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4933
4934         * wl-summary.el (wl-summary-next-message): Use
4935         elmo-message-accessible-p instead of elmo-message-cached-p.
4936
4937 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4940
4941         * wl-thread.el (wl-thread-open-all-unread): Use
4942         elmo-folder-list-flagged instead of
4943         elmo-folder-list-messages-mark-match.
4944
4945         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4946         instead of elmo-folder-list-messages-mark-match.
4947         (wl-summary-move-spec-alist): New variable.
4948         (wl-summary-move-spec-plugged-alist,
4949         wl-summary-move-spec-unplugged-alist): Abolish.
4950         (wl-summary-next-message): Follow the change above.
4951         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4952         with 'no-msg' argument.
4953
4954         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4955         variable.
4956         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4957         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4958         (wl-message-buffer-prefetch-get-next): Follow the change above.
4959
4960 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4961
4962         * wl-version.el (wl-version): Changed codename.
4963
4964         * Version number is increased to 2.11.0.
4965
4966 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4967
4968         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4969         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4970         `wl-draft-config-variables'.
4971         (wl-draft-kill): Fixed problem when the draft is reedit.
4972
4973 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4976         buffer-modified status (Thanks to
4977         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4978
4979 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-util.el (wl-region-exists-p): New function.
4982
4983         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4984         Remove defvars for byte-compile warnings.
4985
4986 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4987
4988         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4989         defvar-maybe. Removed unused bind.
4990
4991 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4992
4993         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4994         summary buffer window before creating new frame.
4995         (wl-draft-reply): Ditto.
4996
4997 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4998
4999         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5000
5001 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5002
5003         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5004
5005 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5006
5007         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5008         instead of `kill-region'.
5009
5010 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5013         (wl-highlight-summary-line-string): Use it.
5014         (wl-highlight-summary-current-line): Ditto.
5015
5016         * wl-mime.el (wl-message-delete-current-part): Check the class of
5017         mime-entity.
5018
5019         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5020
5021         * wl-summary.el (wl-summary-make-number-list): Initialize.
5022         (wl-summary-update-mark): New function.
5023         (wl-summary-reply): Put `answered' mark on the message.
5024         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5025
5026         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5027         (wl-draft-reply): Added optional argument `number';
5028         Set wl-draft-parent-number.
5029         (wl-draft-kill): Delete answered mark if it is a reply.
5030
5031 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5032
5033         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5034         that originates in mime-preview-follow-current-entity.
5035         (wl-draft-yank-current-message-entity): Use it if region is active.
5036
5037         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5038         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5039         `wl-message-delete-current-part'.
5040         * wl-mule.el (wl-message-define-keymap): Ditto.
5041         * wl-xmas.el (wl-message-define-keymap): Ditto.
5042
5043 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5044
5045         * wl-mime.el (wl-message-delete-current-part): New function.
5046         (wl-mime-node-id-to-string): Ditto.
5047
5048         * wl-mime.el (wl-message-delete-current-part): Use existing
5049         original buffer which corresponds current mime-view buffer.
5050         (fetched buffer might have different structure, possibly)
5051
5052         * wl-mime.el (wl-message-delete-current-part): Quit if the
5053         message content differs from the actual message.
5054
5055 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5058         order.
5059         (wl-summary-search-by-subject): Search parent message from tail;
5060         Check the existence of the parent message on the current thread tree.
5061         (wl-summary-update-thread): Check whether the line is inserted.
5062
5063 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5064
5065         * wl-vars.el (wl-summary-line-format): Undo last change.
5066         * wl-summary.el (wl-summary-print-destination): Do not put
5067         invisible property when `wl-summary-width' is nil.
5068         (wl-summary-line-subject-minimum-length): Abolished.
5069         (wl-summary-line-subject): Ditto.
5070
5071 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5072
5073         * wl-vars.el (wl-summary-line-format): Change default value.
5074         (wl-summary-subject-length-limit): Abolished.
5075         * wl-summary.el (wl-summary-line-subject): Ditto.
5076
5077 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5078
5079         * wl-template.el (wl-template-select): Added optional argument.
5080         If optional argument is specified, reverse
5081         `wl-template-visible-select'.
5082
5083 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5086         Take prefix argument to force asking the destination folder.
5087
5088 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5089
5090         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5091         count and update status.
5092
5093 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5094
5095         * wl-summary.el (wl-summary-redisplay-internal): If
5096         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5097         after fetching.
5098
5099 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5100
5101         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5102         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5103
5104         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5105
5106 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5109         (All other related portions are changed).
5110         (wl-summary-mark-as-read-all): Rewrite.
5111
5112 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5115         `wl-summary-mark-as-read'.
5116         (wl-summary-mark-as-unread): Rewrite.
5117         (wl-summary-mark-as-read): Added no-modeline argument.
5118         (wl-summary-resume-cache-status): Rewrite.
5119         (wl-summary-exec-subr): Remove unused local variable.
5120
5121 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5124         logic to call `wl-summary-buffer-prev-folder-function'.
5125         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5126
5127 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5130         is nil.
5131
5132 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5135         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5136         (wl-mime-setup): Add its entry.
5137
5138 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5141         (wl-summary-delete-cache): Likewise.
5142         (wl-summary-mark-as-read): Rewrite.
5143
5144 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5147         `wl-summary-count-unread'.
5148
5149         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5150
5151         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5152
5153 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5154
5155         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5156         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5157         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5158         Renamed to the elmo-msgdb-*-mark.
5159         (wl-summary-score-marks): Follow the change above.
5160         (wl-summary-auto-refile-skip-marks): Ditto.
5161         (wl-summary-incorporate-marks): Ditto.
5162         (wl-summary-expire-reserve-marks): Ditto.
5163
5164         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5165         changes.
5166         (wl-thread-insert-top): Changed updating message.
5167
5168         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5169         variable.
5170         (wl-summary-count-unread): Count answered marks.
5171         (wl-summary-rescan): Call wl-summary-insert-message instead of
5172         wl-summary-append-message-func-internal.
5173         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5174         (wl-summary-prefetch-msg): Follow the variable name changes.
5175         (wl-summary-prefetch-region): Ditto.
5176         (wl-summary-mark-as-read-all): Follow the API changes;
5177         Don't call elmo-folder-replace-marks.
5178         (wl-summary-delete-cache): Follow the variable name changes.
5179         (wl-summary-resume-cache-status): Ditto.
5180         (wl-summary-update-status-marks): New function.
5181         (wl-summary-insert-message): New function.
5182         (wl-summary-sync-marks): Follow the variable name changes.
5183         (wl-summary-sync-update): Synchronize to the msgdb, too;
5184         Changed update messages.
5185         (wl-summary-make-number-list): Rewrite.
5186         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5187         (wl-summary-mark-as-unread): Follow the API changes.
5188         (wl-summary-exec-subr): Follow the variable name changes.
5189         (wl-summary-mark-as-read): Ditto.
5190         (wl-summary-move-spec-plugged-alist): Ditto.
5191         (wl-summary-move-spec-unplugged-alist): Ditto.
5192         (wl-summary-cursor-move-surface): Ditto.
5193
5194         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5195         variable name changes.
5196         (wl-highlight-summary-current-line): Ditto.
5197
5198         * wl-expire.el (wl-expire-refile): Follow the API change in
5199         elmo-folder-move-messages.
5200         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5201         (wl-summary-archive): Use elmo-folder-msgdb instead of
5202         elmo-msgdb-load.
5203
5204 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5205
5206         * wl-mime.el (wl-draft-preview-message): Restore the position
5207         before evaluating wl-draft-send-hook in preview buffer.
5208
5209 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5212         when it creates new draft buffer.
5213
5214         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5215         without argument.
5216
5217         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5218         Evaluate content and if the value is string, insert it.
5219         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5220         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5221         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5222         wl-draft-config-sub-part-bottom): Use it.
5223
5224         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5225         with the folder name. The question was unintelligible when it is
5226         called from wl-save-status.
5227
5228 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5229
5230         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5231         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5232         cannot take second argument).
5233
5234 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5235
5236         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5237         as t. Since type and subtype are not case sensitive (RFC 2045).
5238
5239 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5240
5241         * wl-vars.el (wl-message-mode-line-format): New variable.
5242         (wl-message-mode-line-format-spec-alist): Ditto.
5243         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5244         (wl-message-redisplay): Use wl-message-mode-line-format.
5245
5246 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5247
5248         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5249
5250 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5251
5252         * wl-summary.el (wl-summary-default-from): Write description.
5253
5254 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * wl-vars.el (wl-ldap-objectclass): Abolish.
5257
5258         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5259         (wl-ldap-make-filter): Removed condition for objectclass.
5260         (wl-ldap-make-matched-value-list): Remove meaningless process.
5261         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5262         (wl-address-ldap-search): Don't add `*' to `pat' string;
5263         use ignore-errors; added `email';
5264         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5265         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5266         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5267
5268
5269 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-draft.el (wl-draft-parent-folder): Write description.
5272         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5273
5274 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5277         as "" (zero-length string) if no parent.
5278         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5279
5280 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-address.el (wl-address-make-completion-list): Skip duplication
5283         checking.
5284         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5285         `append'.
5286
5287 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5288
5289         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5290         instead of `beginning-of-buffer'.
5291
5292 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5295
5296 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5299         Refer wl-message-buffer-name.
5300         (wl-message-wheel-down): Ditto.
5301
5302 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl-vars.el (wl-message-buffer-name): New user option.
5305
5306         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5307         directly instead of making alist dinamically.
5308
5309         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5310         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5311         wl-message-buffer-cache-name.
5312         (wl-message-buffer-cache-clean-up): Ditto.
5313
5314         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5315
5316         * Version number is increased to 2.9.15.
5317
5318 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5319
5320         * wl-vars.el (wl-summary-default-view-alist): New user option.
5321
5322         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5323
5324         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5325         while deleting address.
5326         (wl-draft-delete-myself-from-cc): Ditto.
5327
5328         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5329         If optional argument is specified, reverse sort order.
5330
5331         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5332
5333 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * wl-thread.el (wl-thread-insert-message): Return parent number if
5336         exists.
5337         (wl-thread-update-indent-string-region): Use
5338         wl-thread-update-line-on-buffer-sub instead of
5339         wl-thread-update-line-on-buffer.
5340
5341 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5342
5343         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5344         (wl-folder-close-all): Ditto.
5345
5346 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5347
5348         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5349         and mailing-list:.
5350         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5351         value.
5352         (wl-summary-line-list-info): Print mailing-list name even when 
5353         list-number is empty.
5354
5355 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5358
5359         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5360         (wl-draft-open-file): Ditto.
5361         (wl-draft-random-alphabet): Ditto.
5362
5363         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5364         bindings.
5365
5366 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5367
5368         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5369         * wl-vars.el (wl-draft-config-alist): Ditto.
5370
5371 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5372
5373         * Version number is increased to 2.9.14.
5374
5375         * wl.el (wl): Don't set wl-init as nil when error occured while
5376         auto-checking folders.
5377
5378         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5379         `elmo-expand-newtext'.
5380
5381 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5382
5383         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5384         `this-command' so that `wl-folder-goto-folder' contained in
5385         `wl-summary-keep-cursor-command' work.
5386
5387 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5388
5389         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5390         message buffer displaying state.
5391
5392 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5393
5394         * wl-vars.el (wl-summary-default-view): New variable to specify
5395         default value for `wl-summary-buffer-view' instead of using
5396         set-default.
5397         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5398
5399 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5400
5401         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5402
5403         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5404
5405 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5406
5407         * wl-vars.el (wl-forward-subject-prefix): New variable.
5408         * wl-draft.el (wl-draft-forward): Use it.
5409
5410 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5411
5412         * wl-message.el (wl-message-prev-page): When it is called without
5413         lines argument, scroll down by wl-message-scroll-amount lines.
5414         (wl-message-next-page): Ditto.
5415         * wl-vars.el (wl-message-scroll-amount): Change default value
5416         to preserve current behavior.
5417
5418 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5419
5420         * wl-summary.el (wl-summary-prefetch-msg): Bind
5421         `wl-message-entity' to call `wl-summary-from-function'.
5422
5423 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-message.el (wl-message-buffer-create): Run
5426         wl-message-buffer-created-hook.
5427
5428 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-summary.el (wl-summary-sort-specs): New variable.
5431         (wl-summary-default-sort-spec): Ditto.
5432         (wl-summary-sort): Rewrite.
5433         (wl-summary-sort-by-list-info): New function.
5434
5435 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5436
5437         * wl-summary.el (wl-summary-get-list-info): New function.
5438         (wl-summary-sort): Rewrite.
5439         (wl-summary-line-list-info): Ditto.
5440         (wl-summary-line-list-count): Ditto.
5441         (wl-summary-refile-region): Fixed docstring.
5442
5443 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5444
5445         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5446         `wl-folder-entity-hashtb' as completion table.
5447
5448 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5451         only when this command is called interactively; silence the byte-
5452         compiler.
5453
5454 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5455
5456         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5457         active in XEmacs.
5458
5459 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5460
5461         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5462         plural lines.
5463
5464 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5465
5466         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5467         of current line when the cursor is on the header name.
5468         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5469
5470 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5471
5472         * wl-util.el (wl-read-directory-name): Return displayed directory
5473         as the default value also on XEmacs.
5474
5475 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5478         formatting.
5479
5480 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5481
5482         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5483         argument and when it is non-nil, check face property before
5484         highlighting for each line.
5485         (wl-highlight-summary-window): Set it.
5486
5487 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5490         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5491
5492         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5493         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5494         (wl-draft-get-fcc-list): Likewise.
5495
5496 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5497
5498         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5499         (wl-thread-entity-cur): Ditto.
5500         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5501         wl-thread-indent-regexp setting.
5502         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5503
5504         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5505         wl-summary-lazy-highlight.
5506         (wl-summary-display-bottom): Ditto.
5507
5508         * wl-thread.el (wl-thread-open-close): Likewise.
5509
5510         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5511         from and subject;
5512         Bind wl-draft-use-frame;
5513         Enclose with save-window-excursion;
5514         Use wl-draft-create-buffer instead of with-temp-buffer;
5515         Use wl-draft-prepare-edit;
5516         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5517         Use wl-draft-send instead of wl-draft-raw-send.
5518
5519 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5520
5521         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5522         of using wl-from.
5523
5524 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5527         insert-buffer instead of clone-buffer.
5528         (wl-draft-doing-mime-bcc): New variable.
5529         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5530         infinite loop.
5531         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5532
5533         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5534         (wl-draft-mime-bcc-body): Ditto.
5535
5536         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5537         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5538         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5539         wl-draft-do-mime-bcc.
5540         (wl-draft-mime-bcc-field): New function.
5541         (wl-draft-do-mime-bcc): Ditto.
5542
5543         * wl-address.el (wl-address-complete-header-list): New variable.
5544         (wl-address-complete-header-regexp): Changed default value.
5545
5546         * Version number is increased to 2.9.13.
5547
5548 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5551         it is differed.
5552
5553 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5554
5555         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5556         (wl-summary-line-list-count): Ditto.
5557
5558 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5559
5560         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5561         (wl-nntp-posting-function): New variable.
5562         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5563         `wl-nntp-posting-config-alist'.
5564
5565 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5568         FLIM.
5569
5570 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5571
5572         * wl-summary.el (wl-summary-target-mark-refile-sub):
5573         Remove a nuisance funcall.
5574
5575 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5576
5577         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5578         as t for `try-completion'.
5579
5580 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-summary.el (wl-summary-default-from): Use
5583         wl-address-header-extract-address instead of
5584         std11-extract-address-components.
5585         (wl-summary-simple-from): Ditto.
5586         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5587         (wl-summary-insert-headers): Show message.
5588         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5589         for whole line.
5590         (wl-summary-default-from): Revert last change.
5591         (wl-summary-simple-from): Ditto.
5592         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5593         (wl-summary-mark-as-read-region): Follow the change above.
5594         (wl-summary-sync-marks): Ditto.
5595         (wl-summary-target-mark-mark-as-read): Ditto.
5596         (wl-summary-redisplay-internal): Ditto.
5597         (wl-summary-redisplay-no-mime-internal): Ditto.
5598         (wl-summary-redisplay-all-header): Ditto.
5599         (wl-summary-mark-as-read): Removed argument `cached';
5600         Use current cache status to set cache mark.
5601         (wl-summary-redisplay-internal): Follow the change above.
5602         (wl-summary-redisplay-no-mime-internal): Ditto.
5603         (wl-summary-redisplay-all-header): Ditto.
5604
5605         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5606
5607         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5608         Don't call itself recursively (Adviced by Yamaoka-san).
5609
5610 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5611
5612         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5613         bind wl-summary-highlight as nil to avoid error caused by missing
5614         local variables.
5615
5616 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-vars.el (wl-invalid-character-message): New user option.
5619
5620         * wl-util.el (wl-set-string-width): If truncated string-width is
5621         larger than specified width, use `wl-invalid-character-message'.
5622
5623 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5624
5625         * wl-summary.el (wl-summary-prefetch-msg): 
5626         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5627
5628 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-vars.el (wl-summary-check-line-format): New user option.
5631         (wl-summary-line-format-file): Ditto.
5632
5633         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5634         variable.
5635         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5636         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5637         and `wl-summary-view-old-p' to check whether do a rescan or not.
5638         (wl-summary-view-old-p): New function.
5639         (wl-summary-line-format-changed-p): Ditto.
5640         (wl-summary-line-format-save): Ditto.
5641         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5642
5643         * wl-util.el (wl-set-string-width): Avoid using negative number
5644         for make-string.
5645
5646 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5647
5648         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5649         return value.
5650
5651         * wl-util.el (wl-set-string-width): Added optional argument
5652         `padding' (All other related portions are changed).
5653         (wl-line-parse-format): If the first letter of column number is
5654         `0', zero-padding the result (ex: "%05l").
5655
5656         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5657
5658 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5661         sequential summary view.
5662
5663 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5666         if it doesn't have a -unix version.
5667
5668 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5669
5670         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5671
5672 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5675         content.
5676         (wl-draft): Follow the change above.
5677
5678         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5679
5680         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5681         and wl-folder-summary-line-format-alist contain %T and %P.
5682
5683         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5684         (wl-summary-mode-line-format): New user option.
5685         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5686         (wl-summary-line-format): Changed default value.
5687         (wl-summary-lazy-highlight): Changed default value.
5688
5689         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5690         change in wl-summary-create-line.
5691         (wl-thread-insert-entity-sub): Ditto.
5692
5693         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5694         (wl-summary-buffer-unread-status): Ditto.
5695         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5696         (wl-summary-buffer-persistent-mark-column): Ditto.
5697         (wl-summary-buffer-mode-line-formatter): Ditto.
5698         (wl-summary-buffer-mode-line): Ditto.
5699         (wl-summary-message-regexp): Abolished.
5700         (All other related portions are changed.)
5701         (wl-summary-detect-mark-position): New function.
5702         (wl-summary-buffer-set-folder): Setup
5703         wl-summary-buffer-mode-line-formatter.
5704         (wl-summary-mode): Setup selective-display;
5705         Setup pre-idle-hook when xemacs.
5706         (wl-summary-update-modeline): Rewrite.
5707         (wl-summary-jump-to-msg): Define as function;
5708         Changed regexp for searching messages.
5709         (wl-summary-message-number): Rewrite.
5710         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5711         Do rescan when old type summary cache.
5712         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5713         (wl-summary-remove-destination): Use '\r' to detect EOL.
5714         (wl-summary-print-destination): Ditto.
5715         (wl-summary-temp-mark): New inline function.
5716         (wl-summary-persistent-mark): Ditto.
5717         (wl-summary-line-number): New function.
5718         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5719         (wl-summary-line-list-count): New function.
5720         (wl-summary-create-line): Added argument persistent-mark.
5721         (All other related portions are changed)
5722         (wl-summary-create-line): Insert '\r'.
5723         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5724         (wl-summary-cursor-move-surface): New inline function.
5725         (wl-summary-prev): Use it.
5726         (wl-summary-next): Ditto.
5727
5728         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5729         wl-summary-message-regexp.
5730         (wl-highlight-summary): Delete progress message.
5731         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5732
5733         * Version number is increased to 2.9.12.
5734
5735 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5736
5737         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5738         variable (nil: no minimum).
5739         (wl-summary-line-subject): Add some spaces after subject by
5740         wl-summary-line-subject-minimum-length.
5741
5742 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5743
5744         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5745         and removed `F'.
5746         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5747         change above).
5748
5749 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5750
5751         * wl-summary.el (wl-summary-line-list-count): Reverted.
5752         (example setting in samples/*/dot.wl is also updated)
5753
5754 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5757
5758         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5759
5760         * wl-vars.el (wl-summary-line-format): Addes some description to the
5761         docstring.
5762
5763         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5764         (wl-summary-line-close-bracket): Ditto.
5765         (wl-summary-line-children-number): Ditto.
5766         (wl-summary-line-thread-indent): Ditto.
5767         (wl-summary-line-children-and-from): Ditto.
5768
5769         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5770         't', 'c', 'F' and added 'C'.
5771
5772         * wl-util.el (wl-set-string-width): Accept negative value.
5773         (wl-line-parse-format): Added "%number(" and "%)".
5774
5775 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5776
5777         * wl-summary.el (wl-summary-line-list-count): Change format of the
5778         return value.
5779
5780 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5781
5782         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5783         from the recent message.el.
5784         (wl-draft-point-in-header-p): Ditto.
5785         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5786         wl-draft-beginning-of-line.
5787         * wl-e21.el (wl-draft-mode-map): Ditto.
5788         * wl-xmas.el (wl-draft-mode-map): Ditto.
5789
5790         * wl-folder.el: Sort macrodefs by dependencies.
5791
5792 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5793
5794         * wl-summary.el (wl-summary-prev): Fixed regexp.
5795         (wl-summary-next): Ditto.
5796
5797 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5798
5799         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5800
5801 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5802
5803         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5804         for backward compatibility.
5805
5806 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5807
5808         * wl-summary.el (wl-summary-line-list-count): New function, merged
5809         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5810         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5811         list counts.
5812
5813 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-summary.el (wl-summary-create-line): Ignore errors while
5816         timezone-fix-time.
5817
5818         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5819
5820         * wl-summary.el (wl-summary-sync-update): Ditto.
5821         (wl-summary-default-from): Use wl-message-entity
5822         instead of entity.
5823
5824         * wl-summary.el (wl-summary-create-line): Fix.
5825
5826         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5827         (wl-summary-line-format): New user option.
5828         (wl-folder-summary-line-format-alist): Ditto.
5829         (wl-summary-from-width): Abolished.
5830
5831         * wl-util.el (toplevel): Require 'bytecomp.
5832         (wl-line-parse-format): New function.
5833         (wl-line-formatter-setup): New macro.
5834
5835         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5836         (wl-summary-buffer-line-formatter): New buffer local variable.
5837         (wl-summary-switch-to-clone-buffer): Follow the change above.
5838         (wl-summary-message-regexp): Fix.
5839         (wl-summary-from-func-internal): Abolished.
5840         (wl-summary-subject-func-internal): Ditto.
5841         (wl-summary-subject-filter-func-internal): Ditto.
5842         (All other related portions are changed.)
5843         (wl-summary-buffer-set-folder):
5844         Set up wl-summary-buffer-number-column and 
5845         wl-summary-buffer-line-formatter
5846         (All other related portions are changed.)
5847         (wl-summary-buffer-number-column-detect): Abolished.
5848         (All other related portions are changed.)
5849         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5850         (wl-summary-delete-all-temp-marks-on-buffer): Use
5851         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5852         (wl-summary-target-mark-delete): Ditto.
5853         (wl-summary-target-mark-refile-subr): Ditto.
5854         (wl-summary-target-mark-mark-as-read): Ditto.
5855         (wl-summary-target-mark-mark-as-unread): Ditto.
5856         (wl-summary-target-mark-mark-as-important): Ditto.
5857         (wl-summary-target-mark-save): Ditto.
5858         (wl-summary-replace-status-marks): Renamed from
5859         wl-summary-set-status-marks-on-buffer;
5860         Use wl-summary-message-regexp instead of
5861         wl-summary-buffer-number-regexp.
5862         (wl-summary-sync-update): Follow the change above.
5863         (wl-summary-goto-previous-message-beginning): New function.
5864         (wl-summary-mark-as-unread): Use it.
5865         (wl-summary-mark-as-important): Ditto.
5866         (wl-summary-line-formatter): New variable.
5867         (wl-summary-line-year): New function.
5868         (wl-summary-line-day): Ditto.
5869         (wl-summary-line-day-of-week): Ditto.
5870         (wl-summary-line-hour): Ditto.
5871         (wl-summary-line-minute): Ditto.
5872         (wl-summary-line-open-bracket): Ditto.
5873         (wl-summary-line-close-bracket): Ditto.
5874         (wl-summary-line-children-number): Ditto.
5875         (wl-summary-line-thread-indent): Ditto.
5876         (wl-summary-line-size): Ditto.
5877         (wl-summary-line-subject): Ditto.
5878         (wl-summary-line-from): Ditto.
5879         (wl-summary-line-children-and-from): Ditto.
5880         (wl-summary-create-line): Rewritten.
5881         (wl-summary-format-date): Abolished.
5882
5883         * wl-highlight.el (wl-highlight-summary-current-line): Use
5884         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5885         Use thread structure to detect thread top message.
5886
5887         * wl-draft.el (wl-default-draft-cite): Don't use
5888         wl-summary-from-func-internal.
5889
5890         * wl-refile.el (wl-refile-subject-learn): Don't use
5891         wl-summary-subject-filter-func-internal.
5892         (wl-refile-guess-by-subject): Ditto.
5893
5894         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5895         parameters.
5896
5897         * wl-thread.el (wl-thread-update-indent-string-region):
5898         Use wl-thread-update-line-on-buffer instead of
5899         wl-thread-update-indent-string.
5900         (wl-thread-update-children-number): Redefine using
5901         wl-thread-update-line-on-buffer.
5902         (wl-thread-update-indent-string): Abolished.
5903
5904         * Version number is increased to 2.9.11.
5905
5906 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5909         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5910         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5911
5912         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5913         as nil.
5914
5915         * wl-thread.el (wl-thread-open-all-unread): Use 
5916         elmo-folder-list-messages-mark-match.
5917         (wl-thread-insert-message): Removed argument `mark-alist'.
5918         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5919         elmo-msgdb-set-mark.
5920         (wl-thread-get-children-msgs-uncached): Likewise.
5921         (wl-thread-get-exist-children): Added argument include-self.
5922         (wl-thread-delete-message): Follow the change above.
5923
5924         * wl-summary.el (wl-summary-count-unread): Removed argument.
5925         (wl-summary-rescan): Follow the change above.
5926         (wl-summary-mark-as-read-region): Ditto
5927         (wl-summary-mark-as-unread-region): Ditto.
5928         (wl-summary-delete-messages-on-buffer): Ditto.
5929         (wl-summary-sync-update): Ditto.
5930         (wl-summary-switch-to-clone-buffer): Ditto.
5931         (wl-summary-goto-folder-subr): Ditto.
5932         (wl-summary-target-mark-mark-as-read): Ditto.
5933         (wl-summary-target-mark-mark-as-unread): Ditto.
5934         (wl-summary-target-mark-mark-as-important): Ditto.
5935         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5936         (wl-summary-update-thread): Removed argument `mark-alist'.
5937         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5938         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5939         (wl-summary-resume-cache-status): Likewise.
5940         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5941         elmo-msgdb-set-mark.
5942         (wl-summary-mark-as-read-all): Likewise.
5943         (wl-summary-delete-cache): Ditto.
5944         (wl-summary-auto-select-msg-p): Ditto.
5945         (wl-summary-mark-as-unread): Ditto.
5946         (wl-summary-no-auto-refile-message-p): Ditto.
5947         (wl-summary-mark-as-read): Ditto.
5948         (wl-summary-mark-as-important): Ditto.
5949         (wl-summary-auto-refile): Follow the change above.
5950         (wl-summary-delete-all-marks): Removed.
5951         (wl-summary-resume-marks-and-highlight): Ditto.
5952         (wl-summary-resume-marks): Ditto.
5953         (wl-summary-delete-important-msgs-from-list): Ditto.
5954         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5955
5956         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5957         wl-summary-count-unread.
5958
5959         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5960         (wl-summary-score-update-all-lines): Use
5961         elmo-msgdb-set-mark.
5962
5963 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5964
5965         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5966         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5967         (wl-summary-create-line): Renamed from
5968         wl-summary-overview-create-summary-line;
5969         Argument rearrangement.
5970         (wl-summary-update-thread): Follow the change above.
5971
5972         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5973         (wl-thread-insert-entity-sub): Likewise.
5974
5975         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5976         argument `overview', `mark-alist' and added `msgdb'.
5977
5978         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5979
5980         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5981         (wl-summary-rescan): Follow the change above.
5982         (wl-summary-sync-update): Ditto.
5983         (wl-summary-insert-thread-entity): Ditto;
5984         Don't use `let*' in every while loop;
5985         Detect infinite loop of threads.
5986         (wl-summary-update-thread): Removed argument `overview'.
5987
5988         * wl-thread.el (wl-thread-insert-message): Ditto.
5989
5990         * Version number is increased to 2.9.10.
5991
5992         * wl-message.el (wl-message-redisplay): Ignore errors while
5993         wl-message-redisplay-hook.
5994
5995 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5996
5997         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5998
5999 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6000
6001         * wl.el (wl): inhibit-quit while wl-folder.
6002
6003 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6006         while msgdb access.
6007
6008 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6009
6010         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6011         even if no folder is not created.
6012
6013 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6016
6017         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6018         implementation.
6019         (wl-summary-target-mark-thread): Ditto.
6020
6021         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6022
6023 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6024
6025         * wl-util.el (wl-display-bytes): Remove unused function.
6026
6027 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6028
6029         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6030         seems critical one (partially reverse the change in 2002/03/17).
6031
6032 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6033
6034         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6035         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6036
6037 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6038
6039         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6040         is not writable.
6041         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6042         plugged status instead of `'force' as 2nd argument.
6043
6044         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6045         is not creatable.
6046
6047         * Version number is increased to 2.9.9.
6048
6049 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6050
6051         * wl-summary.el (wl-summary-suspend): New function.
6052
6053 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6054
6055         * wl.el (wl): Do not check variables if check is nil.
6056         * wl-utils.el (wl-collect-draft): New function.
6057         * wl-folder.el (wl-folder-suspend): Put summary buffers
6058         and draft buffers at the end of buffer list.
6059         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6060
6061 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6062
6063         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6064         loop instead of recursive call.
6065
6066         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6067         2nd argument.
6068
6069 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6070
6071         * wl-draft.el (wl-draft-create-contents): Don't take neither
6072         (function . args) nor (string . something) any more.
6073
6074         * wl-version.el (wl-generate-user-agent-string): Return string
6075         without header symbol.
6076         * wl-draft.el (wl-draft-default-headers): Use it.
6077
6078         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6079         `wl-draft-insert-ccs' and return field value instead of inserting
6080         the header. Abolish cc argument.
6081         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6082
6083         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6084         rather than one with string car.
6085
6086         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6087         * wl-draft.el (wl-draft-create-contents): Add it after the default
6088         headers.
6089
6090         * wl-draft.el (wl-draft-create-contents): For the case of
6091         (symbol-or-string . function) insert header only when the function
6092         returns string value.
6093
6094 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6095
6096         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6097         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6098
6099 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6100
6101         * wl.el (wl-check-environment): Don't check Message-ID when
6102         `wl-insert-message-id' is nil.
6103         Revive checking if `wl-message-id-domain' contains "@".
6104
6105 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107         * wl.el (wl-check-environment): Merge examination for "@" at
6108         inappropriate position into the first string-match.
6109
6110         * wl-summary.el (wl-summary-target-mark-print): New function.
6111         (wl-summary-pipe-message-subr): Extracted from
6112         `wl-summary-pipe-message'.
6113         (wl-summary-target-mark-pipe): New function.
6114         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6115         `wl-summary-target-mark-pipe'.
6116
6117 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6118
6119         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6120
6121 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl.el (wl-check-environment): Use elmo-warning instead of
6124         error for non-critical ones.
6125         Remove trash folder check.
6126         (wl): Don't ignore error in wl-check-environment.
6127
6128         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6129         check, which is moved from `wl-check-environment'.
6130         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6131
6132 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6133
6134         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6135         guess anything, call wl-summary-write.
6136         (wl-summary-write): Create draft with blank To field.
6137         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6138
6139 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6140
6141         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6142         argument full as well for wl-folder-write-current-folder.
6143         If wl-*-write-current-folder cannot guess addressee, add blank
6144         To header.
6145         Rewrite condition for positioning cursor.
6146
6147 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6148
6149         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6150         summary buffer is present, use it.
6151         (wl-folder-jump-to-previous-summary): Ditto.
6152
6153 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6156
6157         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6158         wl-summary-previous-buffer and wl-summary-next-buffer.
6159
6160         * wl-folder.el (wl-folder-mode-map): Bind
6161         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6162         (wl-folder-jump-to-next-summary): New function.
6163         (wl-folder-jump-to-previous-summary): Ditto.
6164
6165         * wl-draft.el (wl-draft): Rearranged.
6166
6167 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6168
6169         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6170         of header.
6171         (wl-draft): Collect arguments for the header as header-alist.
6172         (wl-draft-forward): Arrange arguments for wl-draft.
6173         (wl-draft-reply): Ditto.
6174         (wl-draft-edit-string): Ditto.
6175         * wl-summary.el (wl-summary-write): Ditto.
6176         (wl-summary-write-current-folder): Ditto.
6177
6178         * Version number is increased to 2.9.8.
6179
6180 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6181
6182         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6183
6184         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6185
6186         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6187         even if the guess failed.
6188
6189         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6190         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6191         wl-summary-write-current-folder.
6192         * wl-xmas.el: Ditto.
6193
6194 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl-summary.el (wl-summary-next-page): Force display message if
6197         message is not displayed yet.
6198         (wl-summary-prev-page): Ditto.
6199
6200 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6201
6202         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6203
6204 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6205
6206         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6207         add "Preview Message" and "Save Draft and Exit".
6208
6209 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6210
6211         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6212         if addrmgr is called from draft in splitted window.
6213
6214         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6215         * wl-mule.el: Ditto.
6216         * wl-xmas.el: Ditto.
6217
6218 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6219
6220         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6221
6222         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6223         * wl-xmas.el (wl-folder-toolbar): Ditto.
6224
6225 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6228         and wl-draft-save-and-exit.
6229         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6230         * wl-xmas.el: Ditto.
6231         * wl-mule.el: Ditto.
6232
6233         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6234         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6235
6236 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6239         lists for saving buffer.
6240
6241 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6242
6243         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6244         parent-folder argument instead of it.
6245         (wl-draft-create-buffer): Ditto.
6246         (wl-draft-forward): Ditto.
6247         (wl-draft-reply): Ditto.
6248         * wl-summary.el (wl-summary-write): Ditto.
6249         (wl-summary-write-current-folder): Ditto.
6250
6251         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6252         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6253         Folder buffer after composing.
6254
6255 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6258         header if the file `wl-x-face-file' already contains it.
6259
6260 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6261
6262         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6263         folder" entry.
6264         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6265         * wl-e21.el (wl-folder-toolbar): Ditto.
6266         * wl-xmas.el (wl-folder-toolbar): Ditto.
6267
6268 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6269
6270         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6271         wl-folder-goto-folder with sticky argument.
6272         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6273
6274 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6277         and wl-summary-previous-buffer.
6278         (wl-summary-next-buffer): New function.
6279         (wl-summary-previous-buffer): Ditto.
6280
6281 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6284         wl-folder-jump-to-current-entity-with-arg.
6285         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6286         `wl-folder-jump-to-current-entity'.
6287         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6288         `wl-summary-goto-folder-sticky'.
6289         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6290         `wl-summary-goto-folder'.
6291         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6292         Unless force-exit, do not clean temp. marks for sticky summary.
6293         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6294
6295 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6298         not entire.
6299
6300 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6303         to `C-x C-s'.
6304         (wl-summary-save-status): New command.
6305         (wl-summary-exit): Don't clean-up temp marks when sticky.
6306         (Applied patch from Nakayama-san [wl: 09548])
6307         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6308         Do nothing when no mark data.
6309         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6310         Call `wl-summary-delete-all-temp-marks' before saving.
6311
6312 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6313
6314         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6315
6316 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6317
6318         * wl.el (wl-check-environment): Also cause error when (system-name)
6319         returns "localhost.localdomain". (Although it doesn't affect because
6320         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6321
6322 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6323
6324         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6325         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6326
6327         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6328         value.
6329
6330 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6333         Likewise r-cc-list and r-ng-list.
6334
6335 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6338         only if it is bound as variable.
6339
6340         * wl-mime.el (wl-draft-preview-message): Ditto.
6341
6342 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6343
6344         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6345         needless `goto-char'.
6346
6347         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6348         `wl-summary-redisplay-no-mime-internal' instead of
6349         `wl-summary-redisplay-no-mime'.
6350         (wl-summary-redisplay-no-mime): Changed argument;
6351         Call `wl-summary-redisplay-no-mime-internal'.
6352
6353         * wl-mime.el (wl-draft-preview-message): Bind
6354         `mime-header-encode-method-alist' locally.
6355
6356         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6357         (wl-draft-std11-parse-addresses): Added the first address check.
6358         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6359
6360         * Version number is increased to 2.9.7.
6361
6362 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6365
6366 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6367
6368         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6369         related to scrollbar support, if there is no such a feature
6370         compiled in.
6371
6372 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6373
6374         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6375         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6376         for prefetch.
6377
6378 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6379
6380         * wl-summary.el (wl-summary-pick): Fix for no match.
6381
6382 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6383
6384         * wl-draft.el (wl-draft-save):
6385         Override `mime-header-encode-method-alist'.
6386
6387 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6388
6389         * wl-folder.el (wl-folder-pick): New function.
6390         Define key as "?".
6391
6392 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6395         Fix for unplugged.
6396
6397 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6398
6399         * wl-folder.el (wl-folder-virtual): New function.
6400         Define key as "V".
6401
6402 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6403
6404         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6405         multi folder if entity is group.
6406
6407 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6408
6409         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6410         is nil.
6411
6412 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6413
6414         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6415         (wl-summary-target-mark-msgs): Return the number of marked messages.
6416
6417 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6418
6419         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6420         "first:" is specified.
6421
6422 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6423
6424         * wl-vars.el (wl-from): Use return value of function
6425         user-full-name instead of the variable user-full-name since
6426         XEmacs-20.4 doesn't set this variable.
6427
6428 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6431         call `wl' directly.
6432
6433 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6434
6435         * wl-draft.el (wl-draft-reedit): Removed duplicated
6436         switch-to-buffers.
6437
6438 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * wl.el (wl-other-frame): Removed garbages.
6441
6442 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6445
6446         * wl-xmas.el (wl-draft-key-setup): Ditto.
6447
6448         * wl-mule.el (wl-draft-key-setup): Ditto.
6449
6450         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6451         (wl-draft-reedit): Ditto.
6452         (wl-draft-prepare-edit): Add `wl-draft-save' to
6453         `local-write-file-hooks'.
6454         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6455         (wl-draft-reedit): Set buffer-file-name.
6456         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6457
6458
6459         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6460         call it.
6461         (wl-delete-startup-frame-function): New variable.
6462         (wl-other-frame): New function
6463         (Original was written by Yamaoka san [wl: 09239]).
6464
6465         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6466         if `wl-folder-use-frame'.
6467
6468 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6471
6472 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6473
6474         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6475         New variable.
6476         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6477         (wl-message-buffer-prefetch-get-next): Use them.
6478         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6479
6480 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6483         with unwind-protect.
6484
6485         * wl-draft.el (wl-draft-reedit): Rewrite.
6486         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6487         (wl-draft-save): Insert header separator if it does not exist;
6488         Removed condition-case.
6489
6490         * wl-summary.el (wl-summary-reedit): Revert last change.
6491
6492         * wl-draft.el (wl-draft-save): Rewrite.
6493         (wl-draft-create-buffer): Set buffer-file-name as nil.
6494
6495         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6496
6497         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6498
6499         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6500         nil.
6501
6502 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6503
6504         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6505         If count is nil, do not prefetch.
6506         (wl-message-buffer-prefetch-next): Next.
6507
6508 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6511
6512 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6513
6514         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6515         `delete-backward-char'
6516         (wl-draft-prepare-edit): Check major-mode.
6517         (wl-draft-decode-header): Rewrite.
6518         (wl-draft): Fix.
6519
6520 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6521
6522         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6523
6524 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6525
6526         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6527         (wl-message-buffer-prefetch-get-next): Remove size checking.
6528         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6529
6530 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6531
6532         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6533         (wl-draft-default-headers): Fix.
6534
6535 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6536
6537         * wl-draft.el (wl-draft-default-headers): Insert return value of
6538         `wl-generate-mailer-string-function'.
6539
6540 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6543         (wl-draft-insert-mail-header-separator): Ditto.
6544
6545         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6546         again (Reverted the change on 2002-01-17 by OKADA san).
6547
6548 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-draft.el (wl-draft): Rewrite.
6551         (wl-draft-create-buffer): New function.
6552         (wl-draft-create-contents): Ditto.
6553         (wl-draft-prepare-edit): Ditto.
6554         (wl-draft-decode-header): Ditto.
6555         (wl-draft-decode-body): Ditto.
6556         (wl-draft-check-new-line): Ditto.
6557         (wl-draft-default-headers): Ditto.
6558         (wl-draft-insert-mail-header-separator): Ditto.
6559
6560 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * Version number is increased to 2.9.6.
6563
6564 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6565
6566         * wl-draft.el (wl-draft-delete-field): Optional argument.
6567         (wl-draft-delete-fields): Ditto.
6568
6569 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6570
6571         * wl-message.el (toplevel): Eliminated byte-compile warning.
6572         for `itimer-function', `delete-timer' and `itimer-list'.
6573
6574 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6575
6576         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6577         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6578         `wl-message-buffer-prefetch-threshold'.
6579         * wl-summary.el (wl-summary-redisplay-internal): Remove
6580         the check of `wl-message-buffer-prefetch-depth'.
6581
6582 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6583
6584         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6585         size of article.
6586         (wl-message-buffer-prefetch-subr): Remove size check.
6587
6588 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6589
6590         * wl-vars.el (wl-plugged): Make customizable.
6591
6592 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6595         (wl-message-buffer-prefetch-set-timer): New function.
6596         (wl-message-buffer-prefetch-get-next): New function.
6597         (wl-message-buffer-prefetch): New function.
6598         (wl-message-buffer-prefetch-next): Rewrite.
6599         (wl-message-buffer-prefetch-subr): Rewrite.
6600         * wl-vars.el (wl-auto-prefetch-first): New variable.
6601         * wl-summary.el (wl-summary-goto-folder-subr): Call
6602         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6603
6604 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6607         `wl-summary-unread-message-hook'.
6608
6609 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6612         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6613         if range is `cache-status'.
6614
6615 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6616
6617         * wl-message.el (wl-message-buffer-prefetch-subr):
6618         Improve debug message.
6619
6620 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6621
6622         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6623         `wl-mail-send-pre-hook'.
6624         (wl-draft-send-mail-with-qmail): Ditto.
6625         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6626
6627 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-message.el (wl-message-buffer-prefetch-subr):
6630         Fix for cancel-function-timers bug.
6631         (wl-message-buffer-prefetch-debug): Default value is t.
6632
6633 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6634
6635         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6636         (wl-message-buffer-prefetch-subr): Rewrite.
6637         Rename from `wl-message-buffer-prefetch'.
6638
6639 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6640
6641         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6642         (wl-default-draft-cite-decorate-author): Ditto.
6643
6644         * wl-draft.el (wl-draft-cite-function): Removed.
6645         (wl-default-draft-cite-decorate-author): Ditto.
6646
6647 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6648
6649         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6650         (wl-default-draft-cite): Do not arrange author name if the value of
6651         `wl-default-draft-cite-decorate-author' is nil.
6652
6653 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6656
6657         * wl-folder.el (wl-folder-check-one-entity): Don't care
6658         `elmo-folder-use-flag-p'.
6659
6660 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6661
6662         * wl-folder (wl-folder-check-one-entity): Fix
6663         problem if unread is nil.
6664
6665 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6666
6667         * wl-address.el (wl-address-make-completion-list): Check whether
6668         the address is a group list.
6669         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6670
6671 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6672
6673         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6674         The number of the messages of new and unread does not count
6675         correctly.
6676
6677         * wl-summary.el (wl-summary-count-unread): Changed to return
6678         `(new . unread)' instead of total.
6679         (wl-summary-sync-update): Follow the change above.
6680
6681         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6682
6683 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6684
6685         * wl-address.el (wl-address-make-completion-list): Do not enclose
6686         address by " <" and ">" if associated realname is "".
6687         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6688         This is against the promblem with group list in .addresses pointed
6689         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6690
6691 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6692
6693         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6694         message is a format control string.
6695         * wl-expire.el (wl-expire-append-log): Ditto.
6696         * wl-mime.el (wl-summary-burst-subr): Ditto.
6697         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6698         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6699
6700 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6701
6702         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6703         wl.el (wl-check-variables): Rename from `wl-check-type'.
6704         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6705         (wl-check-variables-2): New function.
6706         (wl): Call `wl-check-variables-2'.
6707
6708 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6709
6710         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6711         after renaming folder in access group.
6712
6713 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6714
6715         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6716         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6717         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6718         (wl-message-buffer-prefetch): Rewrite.
6719         (wl-message-buffer-prefetch-idle-time): Removed.
6720         * wl-summary.el (wl-summary-redisplay-internal):
6721         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6722         Error check for `wl-message-buffer-prefetch-depht'.
6723
6724 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6725
6726         * Version number is increased to 2.9.5.
6727         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6728
6729 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6732         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6733         Based on the patch written by
6734         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6735
6736 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-draft.el (wl-draft-raw-send): Fix for
6739         `wl-news-send-pre-hook'
6740
6741 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6742
6743         * wl-utils.el (wl-message-id-function): New variable.
6744         * wl-draft.el (wl-draft-insert-required-fields):
6745         Use `wl-message-id-function'.
6746
6747 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6748
6749         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6750         * wl-utils.el (wl-draft-make-message-id-string):
6751         Use `wl-from' for domain part of Message-ID
6752         if `wl-message-id-use-wl-from' if non-nil.
6753         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6754
6755 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * wl.el (wl): Call `wl-check-type'
6758         Do not 'condition-case'.
6759
6760 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl.el (wl-check-type): New function.
6763         (wl-check-type-variables): New variable.
6764
6765 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6768
6769 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6770
6771         * wl-draft.el (wl-smtp-password-key): New function.
6772         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6773         (wl-draft-send-mail-with-smtp): Ditto.
6774         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6775
6776 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6777
6778         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6779         * wl-utils.el (wl-unique-id-suffix): Remove.
6780
6781 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * Version number is increased to 2.9.4.
6784
6785 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-utils.el (wl-unique-id-suffix): New variable.
6788         (wl-unique-id): Use `wl-unique-id-suffix'
6789
6790 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6791
6792         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6793         instead of `elmo-msgdb-search'.
6794
6795         * Version number is increased to 2.9.3.
6796
6797 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6798
6799         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6800
6801 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6804         (wl-draft-dispatch-message): Changed for send-later.
6805         (wl-draft-queue-flush): Ditto.
6806         (wl-draft): Clear `wl-sent-message-queued'.
6807         (wl-draft-reedit): Ditto.
6808         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6809         * wl-vars.el (wl-draft-force-queuing): New variable.
6810         (wl-draft-force-queuing-mail): New variable.
6811         (wl-draft-force-queuing-news): New variable.
6812
6813 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6814
6815         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6816         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6817
6818 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6819
6820         * Version number is increased to 2.9.2.
6821
6822 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * wl-draft.el (wl-draft-elide-region): New user command.
6825         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6826
6827         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6828         command `wl-draft-elide-region'.
6829         * wl-mule.el: Ditto.
6830         * wl-xmas.el: Ditto.
6831
6832 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6835         (wl-biff-check-folder-async): Removed needless let.
6836
6837 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6840         wl-folder-get-elmo-folder.
6841         (wl-biff-check-folder): Set `biff' argument of
6842         `wl-folder-check-one-entity'.
6843         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6844
6845         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6846         (wl-folder-check-one-entity): Added `biff' argument;
6847         Setup `biff' slot of folder.
6848
6849         * Version number is increased to 2.9.1.
6850
6851 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6854         comment out and fixed.
6855         (wl-fldmgr-add-completion-subr): Ditto.
6856
6857         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6858         and msgdb.
6859
6860         * wl.el (wl-toggle-plugged): Save summary view.
6861
6862 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6863
6864         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6865
6866 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6867
6868         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6869
6870 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6873         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6874         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6875
6876         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6877         if it was failed.
6878         (wl-demo): Disable undo in the demo buffer.
6879
6880 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * wl-version.el (wl-version): Changed codename.
6883
6884         * Version number is increased to 2.9.0.
6885
6886 2001-12-14  Takuo KITAME <kitame@northeye.org>
6887
6888         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6889         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6890         (wl-folder-mark-as-read-all-current-entity): Ditto.
6891
6892 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * wl-vars.el (wl-from-width): Define as obsolete variable.
6895         (wl-subject-length-limit): Ditto.
6896
6897         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6898
6899         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6900         wl-summary-save-view.
6901
6902         * wl.el (wl-save-status): Ditto.
6903         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6904
6905         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6906         (wl-summary-exit): Follow the change above.
6907         (wl-summary-goto-folder-subr): Ditto.
6908
6909         * wl-folder.el (wl-folder-create-subr): Don't use
6910         `elmo-folder-creatable-p'.
6911
6912 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6913
6914         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6915
6916 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6919         rather than bitmap on Emacs 21.
6920         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6921         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6922         for xbm if the new redisplay engine is not available.
6923
6924 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6925
6926         * wl-folder.el (wl-folder-init-hook): New hook.
6927         (wl-folder-init): Run `wl-folder-init-hook'.
6928
6929 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6932
6933 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-acap.el (wl-acap-cache-filename): New variable.
6936         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6937         (wl-acap-init): Use cache if no ACAP server found.
6938
6939 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6940
6941         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6942         `wl-acap-original-msgdb-dir'.
6943
6944         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6945         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6946
6947         * wl-mime.el (wl-mime-save-directory): Renamed from
6948         `wl-mime-save-dir'.
6949
6950 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6953
6954         * wl-demo.el: Require `path-util'.
6955         (wl-demo-bitmap-mule-available-p): New internal variable.
6956         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6957         `module-installed-p' instead.
6958         (wl-demo-insert-image): Use *.img file for a bitmap image.
6959         (wl-demo): Don't call the ascii demo recursively.
6960
6961 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6962
6963         * Version number is increased to 2.7.7.
6964
6965 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl.el (wl-exit): Eliminated byte-compile warning.
6968
6969 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6970
6971         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6972         obsolete variable using `elmo-define-obsolete-variable'.
6973         (wl-fetch-confirm-threshold): Ditto.
6974         (wl-cache-prefetch-folder-type-list): Ditto.
6975         (wl-cache-prefetch-folder-list): Ditto.
6976
6977 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6980         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6981         (wl-demo-insert-image): New function.
6982         (wl-demo-insert-text): New function.
6983         (wl-demo-image-type-alist): Redefine as a function.
6984         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6985         (wl-demo-with-temp-file-buffer): Removed.
6986         (wl-logo-xpm): Removed.
6987         (wl-logo-xbm): Removed.
6988         (wl-logo-bitmap): Removed.
6989
6990 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6991
6992         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6993         (wl-expire-localdir-get-folder-function): New user option.
6994         (wl-expire-localdir-get-folder): New function.
6995         (wl-expire-localdir-date): Ditto.
6996
6997 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6998
6999         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7000         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7001         Fixed unread number mismatch when all-unread < unread.
7002
7003 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7006         (wl-fetch-confirm-threshold): Ditto.
7007
7008         * wl-summary.el (wl-summary-confirm-appends): Removed.
7009         (wl-summary-sync-update): Don't refer
7010         `wl-summary-update-confirm-threshold' (It is now abolished).
7011
7012         * wl-message.el (wl-message-display-internal): Don't refer
7013         `wl-fetch-confirm-threshold' (It is now abolished).
7014
7015 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7018
7019 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7020
7021         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7022         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7023         Change default value to nil.
7024         (wl-summary-indent-length-limit): The value can be nil, nil means
7025         unlimited.
7026
7027         * wl-summary.el: Don't set limit for indent length if the value of
7028         wl-summary-indent-length-limit is nil.
7029         If the value of wl-summary-width is nil, it means only that the width
7030         of summary is unlimited (nil doesn't mean that the indent length is
7031         unlimited).
7032
7033         * wl-thread.el: Ditto.
7034
7035 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7036
7037         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7038         be nil, nil means never confirm.
7039         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7040
7041 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7042
7043         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7044         means unlimited).
7045
7046 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7049         Use `with-temp-buffer'.
7050
7051 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7052
7053         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7054         with new backquote style).
7055         (wl-folder-get-entity-from-buffer): Ditto.
7056
7057 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7058
7059         * wl-version.el (nemacs-version): Eliminated.
7060         (wl-extended-emacs-version2): Ignore nemacs.
7061         (wl-extended-emacs-version3): Ditto.
7062
7063 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7064
7065         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7066         (wl-draft-add-in-reply-to): New variable.
7067         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7068         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7069         (wl-draft-yank-from-mail-reply-buffer): Use
7070         `wl-draft-add-in-reply-to'.
7071         (wl-draft-insert-current-message): Ditto.
7072
7073 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7074
7075         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7076         typo (kill->hide).
7077         (wl-message-buffer-prefetch-folder-type-list): Added elements
7078         `mark' and `cache' instead of `internal'.
7079
7080 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7083         resume msgdb directory.
7084
7085 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * wl.el (wl-exit): Call `wl-acap-exit'.
7088
7089         * wl-summary.el (wl-summary-message-string): New function.
7090         (wl-summary-reedit): Use it.
7091         (wl-summary-resend-bounced-mail): Remove needless let.
7092         (wl-summary-supersedes-message): Ditto.
7093         (wl-summary-save): Ditto.
7094
7095         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7096         (wl-acap-init): Set it.
7097         (wl-acap-exit): New function.
7098
7099 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * wl.el (wl-init): Revert (require 'mime-setup). move from
7102         toplevel.
7103
7104 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7105
7106         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7107         local variables.  Add error when guess function return invalid
7108         value.
7109
7110 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7111
7112         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7113         Change local variable name.
7114         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7115         (wl-folder-get-newsgroups): Return nil when non-news folder.
7116         * wl-summary.el (wl-summary-write-current-folder): State through
7117         when guess-list return nil.
7118         (wl-summary-write-current-folder-functions): Fixed docstring.
7119
7120         * wl.el (wl-exit): Changed confirm message.
7121
7122         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7123         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7124
7125         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7126
7127 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7128
7129         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7130         user option (Renamed from wl-cache-prefetch-folder-type-list).
7131         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7132         from wl-cache-prefetch-folder-list).
7133
7134         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7135         Move to wl-vars.el.
7136         (wl-message-buffer-prefetch-p): Changed to enable
7137         `wl-message-buffer-prefetch-folder-list'.
7138
7139         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7140         `ignore-cache'.
7141
7142 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7143
7144         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7145         `part-top' and `part-bottom'.
7146         (wl-draft-config-sub-part-top): New function.
7147         (wl-draft-config-sub-part-bottom): New function.
7148
7149 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7150
7151         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7152
7153 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7154
7155         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7156
7157 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7158
7159         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7160
7161         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7162         (wl-summary-write-current-folder): Ditto.
7163
7164 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-folder.el (wl-folder-get-newsgroups): Use
7167         `elmo-folder-newsgroups'.
7168
7169 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7170
7171         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7172         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7173         `wl-draft-config-sub-header-bottom'.
7174
7175 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7176
7177         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7178         localnews folder.
7179
7180 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7181
7182         * wl-summary.el (wl-summary-mode): Undo last change.
7183
7184         * wl-folder.el (wl-folder-mode): Ditto.
7185
7186 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7187
7188         * wl-summary.el (wl-summary-mode): Locally set
7189         truncate-partial-window-width to nil.
7190         (for XEmacs)
7191
7192         * wl-folder.el (wl-folder-mode): Ditto.
7193
7194 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7197
7198 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7199
7200         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7201         number.
7202
7203         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7204
7205         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7206
7207         * Version number is increased to 2.7.6.
7208
7209 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7212
7213 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * wl-summary.el (wl-summary-sync-update): Enclose network
7216         related portion with `unwind-protect'.
7217
7218 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7219
7220         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7221
7222 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7225         element.
7226         * wl-vars.el (wl-message-body-button-alist): Ditto.
7227
7228         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7229         max match length.
7230         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7231
7232         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7233         for the max match length;
7234         Use 4th element value for the button string regexp group.
7235
7236         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7237         candidate exists, prompt to select.
7238
7239 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7240
7241         * wl-summary.el (wl-summary-jump-to-msg): Search before
7242         calibration point by `beginning-of-line'.
7243
7244 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7245
7246         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7247         for access group.
7248
7249 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-message.el (wl-message-display-internal): Bind
7252         `default-mime-charset'.
7253
7254         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7255
7256         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7257
7258         * Version number is increased to 2.7.5.
7259
7260 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7261
7262         * wl-expire.el (wl-summary-archive): Fixed;
7263         Use `elmo-folder-name-internal'.
7264
7265 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7266
7267         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7268         from `elmo-folder-move-messages' caller.
7269         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7270
7271         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7272         related portions are changed).
7273
7274 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7275
7276         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7277         counter.
7278
7279 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7280
7281         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7282         buffer local and set it to nil.
7283
7284         * wl-message.el (wl-message-redisplay): Ditto.
7285
7286 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-summary.el (wl-summary-mark-as-important): If message is
7289         already cached, set messag as read, otherwise encache and mark as read.
7290
7291 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7292
7293         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7294         point-min.
7295
7296 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7299         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7300         a keymap.
7301
7302 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7305         parent.
7306
7307         * wl-mule.el (wl-message-define-keymap): Ditto.
7308
7309         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7310
7311         * wl-xmas.el (wl-message-display-internal-hook): Define.
7312         (wl-xmas-setup-message-toolbar): Define as function.
7313         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7314         (wl-message-overload-functions): Abolished.
7315         (wl-message-define-keymap): New function.
7316
7317         * wl-vars.el (wl-message-display-internal-hook): New variable.
7318         (wl-message-header-button-alist): New variable (Renamed from
7319         wl-highlight-message-header-button-alist).
7320         (wl-message-body-button-alist): Ditto.
7321
7322         * wl-mule.el (wl-message-define-keymap): New function.
7323         (wl-message-overload-functions): Abolished.
7324
7325         * wl-message.el (wl-message-add-buttons-to-body): New function.
7326         (wl-message-redisplay): Don't call wl-message-overload-functions;
7327         Call wl-message-add-buttons-to-header and
7328         wl-message-add-buttons-to-body.
7329         (wl-message-display-internal): Set keymap argument for
7330         elmo-mime-display-as-is, elmo-mime-message-display;
7331         Run wl-message-display-internal-hook.
7332         (wl-message-refer-article-or-url): Abolished.
7333
7334         * wl-highlight.el (wl-highlight-headers): Don't call
7335         wl-highlight-message-add-buttons-to-header.
7336         (wl-highlight-message-add-buttons-to-header): Abolished.
7337
7338
7339         * wl-e21.el (wl-message-display-internal-hook): Define.
7340         (wl-e21-setup-toolbar): Deleted duplicated binding.
7341         (wl-e21-setup-message-toolbar): Define as function.
7342         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7343         (wl-message-define-keymap): New function.
7344         (wl-message-overload-functions): Abolished.
7345
7346 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7347
7348         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7349         and elmo-folder-close.
7350
7351         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7352
7353 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7356         boolean value.
7357         * wl-draft.el (wl-draft-do-fcc): Ditto.
7358
7359 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7360
7361         * wl-vars.el (wl-fcc-force-as-read): New variable.
7362         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7363         mark copied message as read.
7364
7365 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7366
7367         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7368
7369 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7370
7371         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7372         `wl-summary-target-above' instead of obsolete variable
7373         `wl-summary-temp-above'.
7374
7375         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7376         instead of `make-obsolete-variable'.
7377         * wl-refile.el (toplevel): Ditto.
7378
7379 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7382         with third argument t.
7383         (wl-draft): Set first argument for wl-plugged-init as t.
7384
7385         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7386         definition.
7387
7388 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7389
7390         * wl-vars.el: Tabify.
7391         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7392
7393         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7394         message.
7395
7396 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7397
7398         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7399         and set default to beep.
7400
7401 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7402
7403         * wl-vars.el (wl-draft-truncate-lines): New variable.
7404
7405         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7406         instead of wl-message-truncate-lines for truncate-lines.
7407
7408 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-message.el (wl-message-display-internal): Call
7411         `wl-highlight-message' after `elmo-mime-display-as-is'.
7412
7413         * wl-mime.el (wl-mime-display-text/plain): New function.
7414         (wl-mime-display-header): Ditto.
7415         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7416         body-presentation-method for text/plain;
7417         Register `wl-mime-display-header' as a header-presentation-method;
7418         Don't set up `elmo-message-text-content-inserted-hook' and
7419         `elmo-message-header-inserted-hook'.
7420
7421         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7422         variable.
7423         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7424         as t if flag is 'all-header;
7425         Don't bind `elmo-message-ignored-field-list',
7426         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7427
7428 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7431         for xemacs with non-mule environment.
7432
7433 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7434
7435         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7436         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7437         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7438
7439 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7440
7441         * wl-vars.el (wl-interactive-send): Set default value as t.
7442
7443 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7444
7445         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7446         (wl-addrmgr-method-list): Abolished.
7447         (wl-addrmgr-change-method): Follow above change.
7448
7449         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7450
7451 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7452
7453         * wl-vars.el (wl-message-truncate-lines): Change default value
7454         to default-truncate-lines.
7455
7456         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7457
7458 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7459
7460         * wl-vars.el (wl-message-truncate-lines): New variable.
7461
7462         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7463         wl-message-truncate-lines.
7464
7465 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * wl-acap.el (wl-acap-init): Remove period from error message.
7468         (wl-acap-find-acap-service): Remove period from message.
7469
7470 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl.el (wl-check-environment): Undo last change.
7473
7474         * wl-vars.el (wl-from): Changed default value.
7475
7476         * wl-util.el (toplevel): Don't require tm-edit.
7477
7478         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7479         `wl-folder-init';
7480         Don't set mark on mail body.
7481         (wl-draft-reedit): Ditto.
7482
7483         * wl-address.el (wl-address-quote-specials): Define as an alias for
7484         elmo-address-quote-specials.
7485
7486 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7489
7490         * wl-vars.el (wl-from): Set default value as nil.
7491         (wl-organization): Set default value as ORGANIZATION environment
7492         variable.
7493
7494         * wl-draft.el (wl-smtp-extension-bind): Check value of
7495         wl-smtp-connection-type.
7496
7497         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7498         error.
7499
7500 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7501
7502         * Version number is increased to 2.7.4.
7503
7504         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7505         arguments from `wl-highlight-x-face-function' caller.
7506         Use x-face-1.3.6.12 or later.
7507
7508 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7509
7510         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7511
7512 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7513
7514         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7515         (wl-fcc): Fix to accept function.
7516         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7517
7518 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7519
7520         * wl-acap.el (toplevel): Added `product-provide' declare.
7521         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7522
7523 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl.el (wl): Changed order of calling `elmo-init'
7526         and `elmo-folder-init'.
7527
7528 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7529
7530         * wl-mime.el (wl-summary-burst): Extract message when content-type
7531         of root entity is not only `multipart' but also `message/rfc822'.
7532         (wl-summary-burst-subr): Ditto.
7533
7534 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7535
7536         * wl-vars.el (toplevel): Require 'custom.
7537         (wl-trash-folder): Added to `wl-setting' group.
7538
7539         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7540         exists.
7541         (wl-addrmgr-draw): Insert empty line when no entry exists.
7542
7543         * wl-mule.el (wl-message-wheel-up): Fixed.
7544         (wl-message-wheel-down): Ditto.
7545
7546 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7547
7548         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7549         config is an anonymous lambda expression.
7550
7551 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7554         when Mule 2 is running.
7555
7556 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7559
7560 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7561
7562         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7563         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7564
7565         * wl-address.el (wl-address-specials-regexp): Eliminated.
7566         (wl-address-quote-specials): Rewrite.
7567
7568 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7571         shy-groups for regexp.
7572
7573         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7574         character classes and Perl style shy-groups for regexp.
7575         (wl-highlight-plugged-current-line): Use Posix style character
7576         classes for regexp.
7577         (wl-e21-highlight-folder-by-numbers): Ditto.
7578         (wl-e21-display-image-p): Use `display-images-p' instead of
7579         `display-graphic-p'.
7580         (display-images-p): Make an alias to `display-graphic-p' if it is
7581         not available.  It is for Emacs version prior to 21.0.105.
7582
7583         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7584         `display-graphic-p'.
7585         (wl-demo-image-type-alist): Ditto.
7586         (display-images-p): Make an alias to `display-graphic-p' if it is
7587         not available.  It is for Emacs version prior to 21.0.105.
7588
7589 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7590
7591         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7592         support.
7593         (wl-generate-user-agent-string): Ditto.
7594
7595         * wl-version.el (wl-version): Update docsting.
7596         (wl-version-status): Ditto.
7597
7598 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7599
7600         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7601         21.0.105.  For Emacs 21.0.104 or earlier.
7602
7603 2001-09-03  Takuo KITAME <kitame@northeye.org>
7604
7605         * wl-e21.el (wl-plugged-init-icons): Use
7606         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7607         (wl-biff-init-icons): Ditto.
7608
7609 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-highlight.el (wl-highlight-summary-current-line):
7612         Fixed highlighting refile/copy destination.
7613
7614         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7615         (wl-acap-store): Encode string by wl-acap-coding-system.
7616
7617 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7618
7619         * wl-acap.el (toplevel): Check and require 'un-define before
7620         'xemacs-ucs;
7621          Added checking for UTF-2000.
7622
7623 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7626         Don't enclose with `eval-and-compile'.
7627
7628         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7629         wl-init is non-nil.
7630
7631         * wl-draft.el (wl-draft): Ditto.
7632
7633         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7634
7635         * wl-acap.el (toplevel): Require 'wl.
7636         (wl-acap-store): Call `elmo-init'.
7637
7638         * wl.el (wl): Changed position of `wl-check-environment'.
7639         (toplevel): Added autoload setting for wl-acap.
7640
7641         * wl-vars.el (wl-setting): New custom group.
7642         (wl-from): Added wl-setting group.
7643         (wl-user-mail-address-list): Ditto.
7644         (wl-organization): Ditto.
7645         (wl-subscribed-mailing-list): Ditto.
7646         (wl-envelope-from): Ditto.
7647         (wl-smtp-posting-user): Ditto.
7648         (wl-smtp-posting-server): Ditto.
7649         (wl-smtp-posting-port): Ditto.
7650         (wl-smtp-authenticate-type): Ditto.
7651         (wl-pop-before-smtp-user): Ditto.
7652         (wl-pop-before-smtp-server): Ditto.
7653         (wl-pop-before-smtp-port): Ditto.
7654         (wl-pop-before-smtp-authenticate-type): Ditto.
7655         (wl-nntp-posting-server): Ditto.
7656         (wl-nntp-posting-user): Ditto.
7657         (wl-nntp-posting-port): Ditto.
7658         (wl-fetch-confirm-threshold): Ditto.
7659         (wl-prefetch-threshold): Ditto.
7660         (wl-thread-insert-opened): Ditto.
7661         (wl-ldap-server): Ditto.
7662         (wl-ldap-port): Ditto.
7663         (wl-ldap-base): Ditto.
7664         (wl-ldap-objectclass): Ditto.
7665         (wl-use-ldap): Ditto.
7666         (wl-draft-config-alist): Ditto.
7667         (wl-draft-config-matchone): Ditto.
7668         (wl-template-alist): Ditto.
7669         (wl-message-sort-field-list): Ditto.
7670         (wl-message-ignored-field-list): Ditto.
7671         (wl-message-visible-field-list): Ditto.
7672         (wl-interactive-send): Ditto.
7673         (wl-summary-move-order): Ditto.
7674         (wl-auto-select-first): Ditto.
7675         (wl-auto-select-next): Ditto.
7676         (wl-interactive-save-folders): Ditto.
7677
7678         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7679         Initialization codes are moved from wl-local-folder-init.
7680         (wl-local-folder-init): Follow the change above.
7681         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7682
7683         * wl-acap.el: New file.
7684
7685         * Version number is increased to 2.7.3.
7686
7687 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7688
7689         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7690
7691 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7692
7693         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7694         (wl-addrmgr-address-entry-list): Ditto.
7695
7696 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7697
7698         * wl-e21.el (wl-draft-mode-map): Removed binding for
7699         `wl-draft-insert-x-face-field'.
7700
7701         * wl-mule.el (wl-draft-mode-map): Ditto.
7702
7703         * wl-xmas.el (wl-draft-mode-map): Ditto.
7704
7705         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7706         (wl-cs-autoconv): Ditto.
7707         (wl-cs-local): Ditto.
7708         (wl-use-scoring): Ditto.
7709         (wl-mime-charset): Ditto.
7710         (wl-folder-check-async): Ditto.
7711
7712         * wl.el (toplevel): Ignore nemacs and tm.
7713         (wl-exit): Ditto.
7714
7715         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7716         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7717         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7718         instead of wl-address-petname-add-or-change.
7719         (wl-summary-edit-addresses-subr): Use wl-address-delete
7720         instead of wl-address-petname-delete.
7721
7722         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7723
7724         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7725         if error occured.
7726
7727         * wl-message.el (require): Remove tm support.
7728
7729         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7730
7731         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7732         (wl-folder-jump-to-current-entity): Ditto.
7733         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7734
7735         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7736         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7737         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7738
7739         * wl-mule.el (wl-draft-key-setup): Ditto.
7740
7741         * wl-xmas.el (wl-draft-key-setup): Ditto.
7742
7743         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7744         (wl-draft-std11-parse-addresses): New function.
7745         (wl-draft-parse-mailbox-list): Use it.
7746         (wl-draft): Ignore nemacs.
7747         (wl-draft-reedit): Ditto.
7748
7749         * wl-addrmgr.el: New file.
7750         (Original is wl-rcpt.el written by
7751         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7752         Thanks Kitamoto-san.)
7753
7754         * wl-address.el (wl-address-make-address-list): Modified parsing
7755         process.
7756         (wl-address-delete): Renamed from `wl-address-petname-delete';
7757         Modify wl-address-list too.
7758         (wl-address-add-or-change): Renamed from
7759         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7760
7761 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7762
7763         * wl-highlight.el (wl-highlight-summary-current-line):
7764           Work with transient-mark-mode
7765
7766 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7767
7768         * Version number is increased to 2.7.2.
7769
7770         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7771         instead of elmo-dop-queue-method.
7772
7773 2001-08-06  SAITO Atsunori <sai@yedo.com>
7774
7775         * wl-vars.el (wl-ldap-objectclass): New user option.
7776
7777         * wl-address.el (wl-ldap-make-filter): Use it.
7778
7779 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7782
7783 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-folder.el (wl-folder): redisplay after folder insertion.
7786
7787         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7788
7789         * wl-summary.el (wl-summary-sync-update):
7790         Change status mark only when new-msgdb exists.
7791         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7792
7793 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-summary.el (wl-summary-open-folder): New function.
7796         (wl-summary-goto-folder-subr): Use it.
7797         (wl-summary-mark-as-important): Fix;
7798         Encache only when no cache exists.
7799
7800 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7803         Use with-current-buffer.
7804
7805 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7806
7807         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7808         before call `get-buffer'. Fixed parenthesis.
7809         (wl-score-get-header-entry): Clear message and help window when
7810         keyboard quit.
7811         (wl-score-edit-insert-header): Ditto.
7812
7813 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7816         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7817         (wl-default-draft-cite): Fix.
7818
7819         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7820         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7821
7822 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-message.el (wl-message-prev-page): Do same bahavior
7825         as summary when it is called in the message buffer.
7826         (wl-message-next-page): Ditto.
7827
7828 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl-summary.el (wl-summary-forward): Use cache if it is not
7831         section cache.
7832
7833 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7836         Removed redundant require of elmo-vars.
7837         (wl-biff-state-indicator-on): Changed default value for
7838         xemacs with non-mule environment.
7839
7840         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7841         wl-message-buffer is nil;
7842         Hide progress bar after moving messages.
7843
7844 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7845
7846         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7847         message at cursor point is deleted.
7848
7849 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-vars.el: Changed file coding system to euc-japan.
7852         Added -*-coding:-*- magic to the first line.
7853
7854         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7855         Search parent from the first message.
7856
7857         * Version number is increased to 2.7.1.
7858
7859 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7860
7861         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7862
7863 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7866         refile/delete execution.
7867
7868         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7869         Fixed docstring.
7870
7871 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7874         do update process;
7875         Don't update marks when update process is interrupted.
7876
7877 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-summary.el (wl-summary-reply): Fixed problem when
7880         wl-draft-use-frame is non-nil.
7881         (wl-summary-forward): Ditto.
7882
7883         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7884         as nil.
7885         (wl-folder-mark-as-read-all-entity): Ditto.
7886         (wl-folder-prefetch-entity): Ditto.
7887
7888         * wl.el (wl): Check environment before wl-init.
7889
7890         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7891         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7892         instead of wl-summary-collect-unread.
7893         (wl-summary-reply): Split message window.
7894
7895 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7896
7897         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7898         only if current language environment is japanese,
7899
7900         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7901         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7902         (wl-folder-goto-folder-subr): Ditto.
7903
7904         * wl-draft.el (wl-draft-dispatch-message): Call
7905         `elmo-file-cache-get-path'.
7906
7907 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-summary.el (wl-summary-cursor-move): If return value of
7910         wl-summary-next-message is not number, don't jump.
7911
7912 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-summary.el (wl-summary-buffer-next-message-function): New
7915         variable.
7916         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7917         if it is bound.
7918
7919         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7920         string.
7921
7922         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7923         (wl-plugged-drawing): Ditto.
7924
7925 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7928         process.
7929         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7930         with unwind-protect.
7931
7932         * wl.el (wl-init): Require mime-setup.
7933         (wl-check-environment): Don't require mime-setup.
7934
7935         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7936         instead of elmo-folder-type.
7937
7938         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7939         value as nil.
7940
7941 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * Version number is increased to 2.7.0.
7944
7945         * wl-version.el (wl-version): Changed codename.
7946
7947         * wl-summary.el (wl-summary-delete-cache): Fixed.
7948
7949         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7950         Workaround for net folders.
7951         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7952
7953         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7954         value to nil (According to the patch from
7955         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7956
7957         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7958         of elmo-folder-close.
7959
7960 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7961
7962         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7963         for postfix.
7964
7965 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-summary.el (wl-summary-resend-message): Fixed.
7968
7969         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7970         Call wl-draft with `from' argument if its address is included in
7971         `wl-user-mail-address-list'.
7972         (wl-draft): Added `from' argument.
7973
7974         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7975         non-nil.
7976         (wl): Don't show demo if wl-demo is nil.
7977
7978         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7979         wl-summary-use-frame.
7980
7981         * wl-vars.el (wl-summary-use-frame): New user option.
7982         (wl-folder-use-frame): Changed docstring.
7983
7984         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7985         non-nil.
7986         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7987         wl-summary-use-frame.
7988
7989         * wl-vars.el (wl-folder-use-frame): New user option.
7990
7991         * wl-summary.el (wl-summary-exit): Back to folder frame if
7992         wl-folder-use-frame is non-nil.
7993         (wl-summary-redisplay-internal): Ignore cache if current folder
7994         is draft folder,
7995         (wl-summary-redisplay-no-mime): Ditto.
7996         (wl-summary-redisplay-all-header): Ditto.
7997
7998         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7999         if wl-folder-use-frame is non-nil.
8000
8001 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * wl-summary.el (wl-summary-sync-update): Bind
8004         elmo-folder-update-threshold.
8005         (wl-summary-mark-as-important): Enclosed server mark processing
8006         with `save-match-data'.
8007
8008         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8009         only when it is already defined.
8010
8011 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8012
8013         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8014         name of folder exclude localdir is wrong.
8015         * wl-folder.el (wl-folder-sync-entity):
8016         Set `wl-summary-always-sticky-folder-list' as nil.
8017         (wl-folder-mark-as-read-all-entity): Ditto.
8018         (wl-folder-prefetch-entity): Ditto.
8019
8020 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8021
8022         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8023         instead of `wl-summary-write-current-newsgroup'.
8024
8025 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8026
8027         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8028         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8029         non-nil and selected message is important, do not display.
8030
8031 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8032
8033         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8034
8035 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8038
8039         * wl-summary.el (wl-summary-mark-as-important): Set message number
8040         using wl-summary-message-number.
8041
8042 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8043
8044         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8045         destination folder is 'null.
8046
8047 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8048
8049         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8050         New function.
8051         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8052         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8053         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8054
8055 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-mime.el (wl-mime-setup): Added setting for
8058         `mime-setup-signature-key-alist' to avoid overriding key bind for
8059         `wl-draft-send'.
8060
8061         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8062         for `wl-draft-send'.
8063         * wl-mule.el (wl-draft-overload-functions): Ditto.
8064         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8065         * wl-draft.el (wl-draft-send): Ditto.
8066
8067         * wl-message.el (wl-message-display-internal):
8068         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8069         (Patch is provided by <kita@coe.nttdata.co.jp>).
8070
8071 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8072
8073         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8074
8075 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8076
8077         * wl.el (wl): Fix for wl-demo.
8078
8079 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8080
8081         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8082
8083 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8084
8085         * wl-folder.el (wl-folder-prefetch-entity): Use
8086         `wl-folder-get-elmo-folder'.
8087         (wl-folder-count-incorporates): Do not use
8088         `wl-folder-get-elmo-folder'.
8089
8090 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8091
8092         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8093         instead of `elmo-folder-get-type'.
8094
8095 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8096
8097         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8098         position on Subject: field.
8099         (Advised by Mito <mit@nines.nec.co.jp>)
8100
8101 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8102
8103         * wl-folder.el (wl-folder-prefetch-entity): Use
8104         `wl-folder-get-elmo-folder'.
8105
8106 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8109
8110         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8111         `process-duplicates' slot.
8112
8113         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8114         if detection failed.
8115
8116 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8117
8118         * wl-version.el (wl-version-status): Set to "alpha".
8119
8120 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8123         Check wl-message-buffer lives before set-buffer.
8124
8125 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8126
8127         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8128         called in folder mode.
8129         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8130         * wl-summary.el (wl-summary-exit-pre-hook): Run
8131         `wl-summary-exit-pre-hook' before exit summary mode.
8132
8133 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8134
8135         * wl-version.el (wl-version-status): New variable.
8136         (wl-version-status-alist): Removed.
8137         (wl-version-status): Rule included.
8138
8139 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8142         @sponichi.
8143
8144         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8145         when `mail-reply-buffer' is buffer-local variable.
8146         (Reported by <kita@coe.nttdata.co.jp>).
8147
8148 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8149
8150         * wl-vars.el (toplevel): Require 'elmo-util.
8151
8152 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8153
8154         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8155         (All other related portions are changed)
8156
8157         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8158
8159         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8160
8161 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8162
8163         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8164
8165 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8166
8167         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8168         Delete other windows to avoid an error.
8169         Use `point-marker' instead of `point' to remember the start point
8170         of body.
8171
8172         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8173
8174         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8175         number not to exceed all message number.
8176
8177 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8178
8179         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8180         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8181
8182 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-sync-force-update): Added argument
8185         no-check.
8186         (wl-summary-sync-update): Ditto.
8187         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8188         with `no-check'.
8189
8190         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8191         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8192         already running.
8193
8194 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8195
8196         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8197         `dst-folder-arg'.
8198         (wl-expire-archive-number1): Diito.
8199         (wl-expire-archive-number2): Diito.
8200         (wl-expire-archive-Date): Diito.
8201         (wl-archive-number1): Diito.
8202         (wl-archive-number2): Diito.
8203         (wl-archive-date): Diito.
8204         (wl-archive-folder-p): New function.
8205         (wl-summary-expire): Support of expand folder name at
8206         wl-expire-alist.
8207         * wl-util.el (wl-expand-newtext): Renamed from
8208         `wl-refile-expand-newtext'.
8209
8210 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8211
8212         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8213         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8214         `(elmo-msgdb-get-overview msgdb)'.
8215         (wl-summary-prefetch): Bind match data before call
8216         `wl-summay-prefetch-msg'.
8217         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8218         'off if `wl-summary-buffer-disp-msg' is non-nil.
8219         Fixed problem that couldn't show only one new or unread message when
8220         enter folder.
8221         (wl-summary-reply): Don't call `split-window-vertically' and other
8222         window.
8223
8224 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8225
8226         * wl-expire.el (wl-expire-refile): Fixed.
8227
8228 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8229
8230         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8231
8232         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8233         biff notification is removed.
8234
8235         * wl.el (wl): Changed position of `elmo-init'.
8236
8237         * wl-draft.el (wl-default-draft-cite): Use date field
8238         on the citation buffer.
8239
8240         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8241
8242         * wl-xmas.el (wl-folder-internal-icon-list): Added
8243         `wl-folder-shimbun-image'.
8244
8245         * wl-e21.el (wl-folder-internal-icon-list): Added
8246         `wl-folder-shimbun-image'.
8247
8248 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl.el (wl-init): Eliminated argument.
8251         (wl): Rewrite.
8252
8253         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8254         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8255         instead of `elmo-folder-msgdb-internal'.
8256         (wl-summary-sync-update): Ditto.
8257         (wl-summary-flush-pending-append-operations): Eliminated.
8258         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8259         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8260         `elmo-folder-open'.
8261
8262         * wl-mime.el (wl-summary-burst): Fixed.
8263
8264         * wl-folder.el (wl-folder-info-save): Check data type.
8265
8266         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8267         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8268         instead of `elmo-folder-msgdb-internal'.
8269         (wl-expire-hide): Ditto.
8270
8271
8272         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8273
8274 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8275
8276         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8277
8278 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8279
8280         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8281
8282 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8283
8284         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8285         Fixed `match-beginning' argument mismatch.
8286
8287 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8288
8289         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8290         the default value.
8291
8292 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8295         instead of `elmo-nntp-default-port'.
8296
8297         * wl-vars.el: Fixed some doc strings.
8298
8299 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8300
8301         * wl-summary.el (wl-summary-prefetch-msg): Use
8302         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8303
8304         * wl-vars.el: Define *-func as obsolete variable using
8305         `elmo-define-obsolete-variable'.
8306
8307         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8308         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8309         instead of `wl-message-buffer-prefetch-threshold'.
8310
8311         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8312
8313         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8314
8315         * wl-draft.el (wl-caesar-region-func): Ditto.
8316
8317         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8318         Keep unread status in elmo-folder-move-messages.
8319         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8320
8321 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8322
8323         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8324         `wl-summary-buffer-exit-func'
8325         (wl-summary-buffer-message-redisplay-function): Renamed from
8326         `wl-summary-buffer-message-redisplay-func'
8327         (wl-summary-buffer-next-folder-function): Renamed from
8328         `wl-summary-buffer-next-folder-func'.
8329         (wl-summary-buffer-prev-folder-function): Renamed from
8330         `wl-summary-buffer-prev-folder-func'.
8331         (wl-summary-get-petname-function): Renamed from
8332         `wl-summary-get-petname-func'.
8333
8334         * wl-score.el (wl-score-edit-exit-function): Renamed from
8335         `wl-score-edit-exit-func'.
8336
8337         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8338         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8339
8340         * wl-util.el (wl-load-profile-function): Renamed from
8341         `wl-load-profile-func'.
8342
8343         * wl-folder.el (wl-folder-completion-function): Renamed from
8344         `wl-folder-completion-func'.
8345         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8346
8347         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8348         `wl-expire-archive-get-folder-func'.
8349         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8350         (wl-draft-send-mail-function): Renamed from
8351         `wl-draft-send-mail-func'.
8352         (wl-draft-send-news-function): Renamed from
8353         `wl-draft-send-news-func'.
8354         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8355         (wl-generate-mailer-string-function): Renamed from
8356         `wl-generate-mailer-string-func'.
8357         (wl-highlight-signature-search-function): Renamed from
8358         `wl-highlight-signature-search-func'.
8359         (wl-highlight-x-face-function): Renamed from
8360         `wl-highlight-x-face-func'
8361         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8362         (wl-ps-print-buffer-function): Renamed from
8363         `wl-ps-print-buffer-func'
8364         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8365         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8366         (wl-summary-subject-filter-function): Renamed from
8367         `wl-summary-subject-filter-func'.
8368
8369         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8370         `wl-draft-queue-flush-send-func'
8371         (wl-draft-cite-function): Renamed from
8372         `wl-draft-cite-func'
8373
8374         * wl-address.el (wl-address-init-function): Renamed from
8375         `wl-address-init-func'.
8376
8377 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8378
8379         * wl-draft.el (wl-draft-queue-flush): Don't call
8380         `elmo-dop-unlock-message'.
8381         * wl-draft.el (wl-draft-queue-append): Don't call
8382         `elmo-dop-lock-message'.
8383
8384         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8385         (wl-summary-buffer-folder-name): Ditto.
8386         (wl-summary-message-regexp): Added '-' (all other related portions
8387         are changed).
8388         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8389         wl-summary-buffer-folder-name.
8390
8391 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8392
8393         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8394         the number of mails in the folder buffer is not updated by wl-biff.
8395
8396 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8397
8398         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8399         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8400
8401 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-summary.el (wl-summary-next-message):
8404         Return next message number when wl-summary-move-order is nil.
8405
8406 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8407
8408         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8409         `wl-summary-move-spec-alist'.
8410         (wl-summary-move-spec-unplugged-alist): New variable
8411         (Move spec for unplugged status).
8412         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8413         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8414
8415 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8416
8417         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8418         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8419
8420 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8421
8422         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8423         simple quotation to quote the anonymous function.
8424         * tm-wl.el (wl-draft-preview-message): Ditto.
8425
8426 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8427
8428         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8429         Eliminate redundant `save-excursion'.
8430         (wl-highlight-summary-current-line): Ditto.
8431
8432         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8433         accessing match data when `looking-at' failed.
8434
8435         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8436         `elmo-match-string' where users don't care about the speed.
8437         (wl-draft-save): Ditto.
8438
8439 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-util.el (wl-regexp-opt): New function.
8442
8443         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8444         number from `wl-summary-buffer-number-list'.
8445         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8446         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8447         (wl-summary-move-spec-alist): Changed default setting.
8448
8449 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8450
8451         * wl-vars.el (wl-biff-notify-hook): New hook.
8452         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8453         the arrival of new mail.
8454         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8455         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8456
8457 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8460
8461 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8464
8465         * Version number is increased to 2.5.8.
8466
8467         * wl-thread.el (toplevel): require 'cl.
8468         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8469         (wl-thread-make-number-list): New function.
8470         (wl-thread-entity-make-number-list-from-children): Ditto.
8471         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8472         (wl-thread-entity-insert-as-children): Likewise.
8473         (wl-thread-delete-message): Likewise.
8474         (wl-meaning-of-mark): Eliminated.
8475         (wl-thread-next-failure-mark-p): Ditto.
8476         (wl-thread-entity-get-mark): Ditto.
8477         (wl-thread-meaning-alist-get-result): Ditto.
8478         (wl-thread-entity-check-prev-mark): Ditto.
8479         (wl-thread-entity-check-next-mark): Ditto.
8480         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8481         (wl-thread-entity-get-prev-marked-entity): Ditto.
8482         (wl-thread-get-prev-unread): Ditto.
8483         (wl-thread-jump-to-prev-unread): Ditto.
8484         (wl-thread-get-next-unread): Ditto.
8485         (wl-thread-jump-to-next-unread): Ditto.
8486         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8487         (wl-thread-entity-get-next-marked-entity): Ditto.
8488
8489         * wl-summary.el (wl-summary-buffer-number-list):
8490         New bufer-local variable.
8491         (wl-summary-switch-to-clone-buffer): Clone
8492         `wl-summary-buffer-number-list'.
8493         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8494         (wl-summary-cursor-move-regex): Eliminated.
8495         (wl-summary-cursor-up): Rewrite.
8496         (wl-summary-cursor-down): Ditto.
8497         (wl-summary-mode-spec-alist): New variable.
8498         (wl-summary-next-message): New inline function.
8499         (wl-summary-cursor-move): New function.
8500         (wl-summary-default-get-next-msg): Rewrite.
8501         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8502         (wl-summary-rescan): Ditto.
8503         (wl-summary-sync-all-init): Ditto.
8504         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8505         summary is not thread view.
8506         (wl-summary-sync-update): Ditto.
8507         (wl-summary-rescan): Ditto.
8508         (wl-summary-make-number-list): New function.
8509
8510         * wl-draft.el: "FCC" -> "Fcc".
8511
8512 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-highlight.el (wl-highlight-summary-window):
8515         Call `set-buffer-modified-p'.
8516
8517         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8518         (wl): Call `elmo-init' and fix.
8519
8520         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8521         Use new variables.
8522
8523         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8524
8525 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8526
8527         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8528
8529 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8530
8531         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8532
8533 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8534
8535         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8536         `wl-use-toolbar' nor `display-graphic-p'.
8537         (wl-e21-setup-message-toolbar): Ditto.
8538         (wl-e21-setup-summary-toolbar): Ditto.
8539         (wl-e21-setup-folder-toolbar): Ditto.
8540
8541         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8542         (wl-plugged-init-icons): Ditto.
8543
8544         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8545         `display-graphic-p'.
8546         (wl-plugged-set-folder-icon): Ditto.
8547         (wl-highlight-plugged-current-line): Ditto.
8548         (wl-highlight-folder-current-line): Ditto.
8549         (wl-e21-highlight-folder-group-line): Ditto.
8550         (wl-e21-setup-toolbar): Ditto.
8551         (wl-e21-display-image-p): New macro.
8552
8553         * wl-demo.el (wl-demo): Simplified.
8554         (wl-demo-image-type-alist): Use `image-type-available-p' for
8555         checking whether the image type `xbm' is available.
8556
8557 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8558
8559         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8560         (wl-summary-input-range): Ditto.
8561
8562 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8563
8564         * wl-summary.el (wl-summary-edit-addresses): Use
8565         `wl-summary-get-original-buffer'
8566         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8567         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8568         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8569         (wl-summary-get-newsgroups): Eliminated.
8570         (wl-summary-set-crosspost): Ditto.
8571         (wl-summary-is-crosspost-folder): Ditto.
8572         (wl-crosspost-alist-load): Ditto.
8573         (wl-crosspost-alist-save): Ditto.
8574
8575         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8576         `elmo-setup-subscribed-newsgroups' instead of
8577         `elmo-nntp-make-groups-hashtb'.
8578         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8579         instead of `wl-crosspost-alist-save'.
8580
8581         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8582         of `elmo-folder-message-appendable-p'.
8583         (wl-mime-header-presentation-method): Eliminated.
8584
8585         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8586         (Error occurs in emacs21).
8587
8588         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8589         the current buffer).
8590
8591         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8592         instead of `wl-crosspost-alist-save'.
8593         (wl-init): `elmo-crosspost-message-alist-load'
8594         instead of `wl-crosspost-alist-load'
8595
8596         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8597         (wl-parse-newsgroups): Likewise.
8598         (wl-biff-notify): Run `wl-biff-notify-hook'.
8599
8600 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8603
8604         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8605         when `wl-summary-lazy-highlight' is non-nil.
8606         (wl-summary-goto-folder-subr): Highlight only when
8607         `wl-summary-lazy-highlight' is non-nil.
8608
8609         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8610         Don't display progress and highlight temp-mark when
8611         `wl-summary-lazy-highlight' is non-nil.
8612         (wl-highlight-summary-window): New function.
8613         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8614
8615 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8616
8617         * wl-summary.el (wl-summary-sync): Change `all-visible'
8618         from `all-shown'
8619         (wl-summary-input-range): Ditto.
8620
8621 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8622
8623         * wl-e21.el (wl-highlight-folder-current-line): Call
8624         `wl-folder-init-icons' when folder icons have not been initialized.
8625
8626         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8627
8628         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8629         (wl-demo-image-type-alist): New macro.
8630
8631 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8632
8633         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8634         display does not support graphics.
8635         (wl-plugged-init-icons): Ditto.
8636         (wl-folder-init-icons): Ditto.
8637
8638         * wl-demo.el (wl-demo): Chech closely whether the display
8639         supports graphics.
8640
8641 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8642
8643         * wl-summary.el (wl-summary-get-original-buffer): New function.
8644         (wl-summary-set-crosspost): Use it.
8645         (wl-summary-target-mark-uudecode): Ditto.
8646         (wl-summary-reedit): Ditto.
8647         (wl-summary-resend-bounced-mail): Ditto.
8648         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8649         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8650
8651         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8652         (wl-message-display-internal): Ditto.
8653
8654 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8655
8656         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8657
8658 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-summary.el (wl-summary-save-view): Renamed from
8661         `wl-summary-save-status'.
8662
8663 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8664
8665         * wl-summary.el (wl-summary-sync): Added `all-shown'
8666
8667 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8668
8669         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8670
8671 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8672
8673         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8674
8675 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8676
8677         * wl-highlight.el (wl-highlight-summary-line-string): Use
8678         `zerop' instead of `= 0'.
8679         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8680
8681         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8682         for comparing numbers.
8683         (wl-template-prev): Use `zerop' instead of `eq 0'.
8684
8685         * wl-draft.el (wl-draft-insert-current-message): Use
8686         `with-current-buffer' instead of `save-excursion'.
8687         Use `zerop' instead of `eq 0'.
8688
8689 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8690
8691         * wl-draft.el (wl-draft-insert-ccs): New function.
8692         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8693         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8694
8695 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8698
8699 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8700
8701         * wl-expire.el (wl-expire-refile): Don't call
8702         elmo-msgdb-add-msgs-to-seen-list;
8703         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8704         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8705
8706 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl-message.el (wl-message-prev-page): Ignore errors while
8709         scroll-down.
8710
8711 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8712
8713         * wl-mime.el: Use elmo-original-message-mode instead of
8714         mmelmo-original-mode.
8715
8716         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8717         `elmo-folder-get-spec';
8718         (wl-fldmgr-add-completion-all-completions):
8719         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8720
8721         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8722         of `elmo-folder-get-type'.
8723
8724         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8725         `elmo-folder-get-spec';
8726         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8727         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8728         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8729         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8730         `elmo-read-msg-no-cache';
8731         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8732         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8733         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8734         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8735         `elmo-cache-save';
8736         (wl-draft-reedit): Use `elmo-message-file-name'.
8737
8738         * wl-expire.el: Use `elmo-folder-name-internal';
8739         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8740         Use macro `wl-summary-buffer-msgdb' instead of variable
8741         `wl-summary-buffer-msgdb';
8742         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8743         Use macro `wl-summary-buffer-folder-name' instead of variable
8744         `wl-summary-buffer-folder-name'.
8745         * wl-score.el: Likewise.
8746
8747         * wl-message.el: Rewrite for new message buffer cache mechanism.
8748         (wl-message-buffer-cache-buffer-get): New macro.
8749         (wl-message-buffer-cache-folder-get): Ditto.
8750         (wl-message-buffer-cache-message-get): Ditto.
8751         (wl-message-buffer-cache-entry-make): Ditto.
8752         (wl-message-buffer-cache-hit): Ditto.
8753         (wl-message-buffer-cache-sort): New function.
8754         (wl-message-buffer-cache-add): Ditto.
8755         (wl-message-buffer-cache-delete): Ditto.
8756         (wl-message-buffer-cache-clean-up): Ditto.
8757         (wl-message-buffer-window): Rewrite.
8758         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8759         (wl-message-buffer-display): New function.
8760         (wl-message-display-internal): New function.
8761
8762 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-folder.el: Use `elmo-folder-name-internal';
8765         Use `wl-folder-get-elmo-folder';
8766         Use `elmo-folder-list-messages' instead of
8767         `elmo-list-folder';
8768         Use `elmo-folder-get-primitive-list' instead of
8769         `elmo-folder-get-primitive-spec-list';
8770         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8771         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8772         Use `elmo-folder-create' instead of `elmo-create-folder'.
8773         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8774         (wl-folder-get-elmo-folder): New macro.
8775         (wl-folder-elmo-folder-cache-get): Ditto.
8776         (wl-folder-elmo-folder-cache-put): Ditto.
8777         (wl-folder-suspend): Call `elmo-quit'.
8778
8779         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8780         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8781         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8782         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8783         (toplevel): require 'cl.
8784         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8785
8786         * wl-summary.el: Rewrite to use new elmo interface.
8787
8788 \f
8789 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-mime.el (wl-draft-preview-message):
8792         Run `wl-draft-send-hook' before collecting recipients information;
8793         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8794
8795         * tm-wl.el (wl-draft-preview-message): Ditto.
8796
8797 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8798
8799         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8800         wrong recipients are displayed when forwarded message.
8801
8802 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * Version number is increased to 2.5.7.
8805
8806 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8807
8808         * wl-message.el (wl-message-next-page): Bind
8809         `window-pixel-scroll-increment' to nil while scrolling up.
8810
8811 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8812
8813         * wl-vars.el (wl-save-hook): New hook.
8814         * wl.el (wl-save): Call `wl-save-hook'.
8815
8816 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8817
8818         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8819         Argument WITH-ARG instead of NO-ARG (negative mean).
8820         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8821         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8822         * wl-message.el (wl-message-follow-current-entity): Likewise.
8823
8824 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8825
8826         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8827         FROM was optional argument.
8828         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8829
8830 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8831
8832         * Version number is increased to 2.5.6.
8833
8834 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8835
8836         * wl-version.el (wl-version-show): Removed.
8837         (wl-version): Add `interactive'.
8838
8839 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8840
8841         * wl-summary.el (wl-summary-get-petname-func): New variable.
8842         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8843         instead of `wl-address-get-petname-1'.
8844         (wl-summary-simple-from): Ditto.
8845
8846         * wl-address.el (wl-address-get-petname-1): Define as function.
8847
8848 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8851         field in the original message.
8852         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8853
8854 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8855
8856         * wl-expire.el (wl-expire-hide):
8857         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8858
8859 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8860
8861         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8862         find decoder for To, Cc, and Subject.
8863
8864 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8867         for checking `elmo-use-buffer-cache'.
8868         (wl-summary-mark-as-important): Fixed typo in comment.
8869
8870 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8873         field in the original message.
8874         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8875
8876 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8877
8878         * wl-expire.el (wl-expire-hide):
8879         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8880
8881 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8884         find decoder for To, Cc, and Subject.
8885
8886 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * Version number is increased to 2.5.5.
8889
8890         * wl-address.el (wl-address-specials-regexp): New constant.
8891         (wl-address-quote-specials): Use it.
8892
8893 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8894
8895         * wl-summary.el (wl-summary-rescan):
8896         Call `wl-summary-buffer-number-column-detect'.
8897         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8898
8899         * wl-message.el (wl-message-mode-map): Define.
8900         (wl-message-decode): Use it as local-map.
8901
8902 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8905         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8906
8907 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8910
8911         * wl-mule.el (wl-read-event-char): Ditto.
8912
8913         * wl-e21.el (wl-read-event-char): Ditto.
8914
8915         * wl-nemacs.el (wl-read-event-char): Ditto.
8916         (read-event): Removed.
8917
8918         * wl-util.el (toplevel): Removed dummy definition of
8919         `read-event'.
8920         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8921
8922 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8923
8924         * wl-nemacs.el (elmo-archive-call-process): Moved to
8925         elmo-archive.el.
8926
8927 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8930         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8931
8932         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8933         instead of magic-number 6.  Use `not' instead of `null' for symbol
8934         `nil' check (not empty list).
8935         (wl-draft-insert-x-face-field): Fixed paren style.
8936
8937         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8938         one-branch conditional statement, instead of `and' and `if'.
8939         (wl-draft-forward): Likewise.
8940         (wl-draft-add-references): Likewise.
8941         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8942
8943         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8944         conditional steatment.  Use `cond' instead of `if'.
8945         (wl-draft-confirm): Likewise.
8946
8947 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8948
8949         * wl-version.el (wl-version-show): Use `product-string-1'
8950         instead of `wl-version'.
8951         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8952
8953         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8954
8955 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8956
8957         * wl-highlight.el (wl-highlight-headers): Revert
8958         `wl-highlight-x-face-func' argument (`beg' and `end').
8959
8960 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8961
8962         * wl.el (toplevel): Move `product-provide' declare.
8963         * wl-demo.el (toplevel): Ditto.
8964         * wl-dnd.el (toplevel): Ditto.
8965         * wl-highlight.el (toplevel): Ditto.
8966         * wl-message.el (toplevel): Ditto.
8967         * wl-refile.el (toplevel): Ditto.
8968         * wl-util.el (toplevel): Ditto.
8969
8970 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8973         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8974         (wl-thread-close-all): keep cursor position.
8975
8976 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8977
8978         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8979         (eq x 0).
8980         (wl-generate-user-agent-string-1): Fix conditional statement.
8981
8982 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8983
8984         * wl.el (wl-check-environment): Additional check for
8985         'wl-local-domain' and `wl-message-id-domain'.
8986
8987 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8990
8991 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8992
8993         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8994         instead of `smtp-sasl-user-realm'.
8995
8996 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8997
8998         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8999
9000 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9001
9002         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9003         to the default value as well as `eword-lexical-analyzer'.
9004
9005 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9006
9007         * wl-version.el (wl-extended-emacs-version,
9008         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9009         `elmo-match-string' instead of `wl-match-string'.
9010
9011 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9012
9013         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9014         docstring.
9015
9016 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9017
9018         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9019
9020 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9021
9022         * wl-highlight.el (wl-highlight-headers): Remove
9023         `wl-highlight-x-face-func' argument (`beg' and `end').
9024
9025 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-summary.el (wl-summary-mark-as-important):
9028         Remove cache if folder is local.
9029
9030 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9031
9032         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9033         to get existing e-mail address string.
9034
9035 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9036
9037         * wl-version.el (wl-generate-user-agent-string): Commentary.
9038         (wl-generate-user-agent-string-1): Use `when' for
9039         one-branch conditional statement, instead of `and' and `if'.
9040         (wl-extended-emacs-version, wl-extended-emacs-version2,
9041         wl-extended-emacs-version3): Ditto.
9042
9043 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9046         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9047         condition-case; Remove initialization.
9048         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9049         (wl-summary-sync-update3): Added argument `sync-all';
9050         Eliminated local variable `msgdb';
9051         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9052         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9053         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9054
9055 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9056
9057         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9058         connection before call `wl-draft-send-mail-with-smtp'.
9059
9060 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9061
9062         * Version number is increased to 2.5.4.
9063
9064 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl.el (wl-check-environment): Additional check for
9067         'wl-local-domain' and `wl-message-id-domain'.
9068
9069 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9070
9071         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9072         buffer as command specific.
9073         (wl-folder-mark-as-read-all-entity): Ditto.
9074         (wl-folder-prefetch-entity): Ditto.
9075         (wl-folder-drop-unsync-entity): Ditto.
9076
9077         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9078         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9079         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9080
9081         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9082         save-excursion.
9083
9084 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9085
9086         * Version number is increased to 2.5.3.
9087
9088         * wl-summary.el (wl-summary-save-view-cache):
9089         Delete duplicated `write-region';
9090         Use `write-region-as-binary' instead of `as-binary-output-file' and
9091         `write-region'.
9092
9093 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9094
9095         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9096
9097 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9100         instead of `smtp-via-smtp'.
9101
9102 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9103
9104         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9105
9106 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9107
9108         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9109         instead of `smtp-sasl-user-realm'.
9110
9111 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9112
9113         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9114
9115 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9116
9117         * Version number is increased to 2.5.2.
9118
9119 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9120
9121         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9122         does not exist.
9123         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9124         (wl-biff-start): Call `timer-activate' if timer already exists.
9125
9126         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9127         only when it is bound as function.
9128
9129 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9130
9131         * Version number is increased to 2.5.1.
9132
9133 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9134
9135         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9136         Print refile/copy destination.
9137
9138 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9139
9140         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9141         queue-flush-only is non-nil.
9142
9143         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9144
9145         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9146         checking cache folder.
9147
9148 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9149
9150         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9151         `regexp-quote'.
9152
9153 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9154
9155         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9156         function.
9157         * wl-summary.el (wl-summary-write-current-folder-functions):
9158         Change default value.  Use it.
9159
9160 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9161
9162         * Version number is increased to 2.5.0.
9163
9164         * wl-version.el (wl-version): Changed codename.
9165
9166 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9167
9168         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9169         (wl-summary-supersedes-message): Ditto.
9170
9171 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9172
9173         * wl-refile.el (wl-refile-guess-functions): Renamed from
9174         `wl-refile-guess-func-list'.
9175
9176 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9179         Fixed problem when no rule was matched.
9180
9181 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9182
9183         * wl-summary.el (wl-summary-get-mark): Fixed
9184         `wl-summary-buffer-target-mark' check logic.
9185
9186 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9187
9188         * wl-folder.el (wl-folder-write-current-folder): Added group
9189         folder check.
9190
9191         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9192         `wl-summary-write-current-newsgroup'.
9193         (wl-summary-write-current-folder-functions): New variable.
9194         * wl-folder.el (wl-folder-get-newsgroups): New function.
9195         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9196         (wl-folder-write-current-folder): Renamed from
9197         `wl-folder-write-current-newsgroup'.
9198
9199 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9200
9201         * Version number is increased to 2.3.93.
9202
9203 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9204
9205         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9206         (wl-ldap-make-matched-value-list): Ditto.
9207         (wl-ldap-alias-safe-string): Split e-mail address.
9208
9209         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9210         petname folder default was selected.
9211         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9212         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9213
9214 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9217         to `wl-draft-config-exec'.
9218
9219         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9220         instead of calling `wl-draft-config-exec';
9221         Process group-list and show recipients in minibuffer.
9222
9223         * tm-wl.el (wl-draft-preview-message): Ditto.
9224
9225 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9226
9227         * wl.el (toplevel): Added (C) to copyright notice, and
9228         sync Author header.
9229         * tm-wl.el (toplevel): Ditto.
9230         * wl-address.el (toplevel): Ditto.
9231         * wl-demo.el (toplevel): Ditto.
9232         * wl-dnd.el (toplevel): Ditto.
9233         * wl-draft.el (toplevel): Ditto.
9234         * wl-e21.el (toplevel): Ditto.
9235         * wl-expire.el (toplevel): Ditto.
9236         * wl-folder.el (toplevel): Ditto.
9237         * wl-highlight.el (toplevel): Ditto.
9238         * wl-message.el (toplevel): Ditto.
9239         * wl-mime.el (toplevel): Ditto.
9240         * wl-mule.el (toplevel): Ditto.
9241         * wl-nemacs.el (toplevel): Ditto.
9242         * wl-refile.el (toplevel): Ditto.
9243         * wl-score.el (toplevel): Ditto.
9244         * wl-summary.el (toplevel): Ditto.
9245         * wl-template.el (toplevel): Ditto.
9246         * wl-thread.el (toplevel): Ditto.
9247         * wl-util.el (toplevel): Ditto.
9248         * wl-vars.el (toplevel): Ditto.
9249         * wl-xmas.el (toplevel): Ditto.
9250
9251 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9252
9253         * wl.el (wl-init): Added comment about `wl-init-hook'.
9254         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9255         * wl-vars.el (wl-init-hook): Added docs.
9256         (wl-make-plugged-hook): Removed useless docs.
9257         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9258         * wl-xmas.el (toplevel): Ditto.
9259
9260 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9261
9262         * wl-address.el (toplevel): Fixed multiple Author header format.
9263         * wl-demo.el (toplevel): Ditto.
9264         * wl-draft.el (toplevel): Ditto.
9265         * wl-folder.el (toplevel): Ditto.
9266         * wl-summary.el (toplevel): Ditto.
9267         * wl-thread.el (toplevel): Ditto.
9268         * wl-util.el (toplevel): Ditto.
9269         * wl-vars.el (toplevel): Ditto.
9270         * wl-version.el (toplevel): Ditto.
9271         * wl-xmas.el (toplevel): Ditto.
9272         * wl.el (toplevel): Ditto.
9273
9274         * wl-version.el (toplevel): Added require `elmo-version' for
9275         `product-version-as-string'.
9276
9277 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9278
9279         * wl-vars.el (wl-draft-send-hook): Changed default value to
9280         '(wl-draft-config-exec).
9281
9282         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9283         explicitly.
9284         (wl-draft): Set `wl-draft-config-exec-flag' before running
9285         `wl-mail-setup-hook'.
9286
9287         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9288         `wl-biff-init-icons' to `wl-init-hook' instead of
9289         `wl-make-plugged-hook'.
9290         (Because if `wl-draft' command is invoked at first,
9291         they are not initialized)
9292         Updated copyright notice.
9293
9294         * wl-e21.el (toplevel): Ditto;
9295
9296         * wl-demo.el (toplevel): Updated copyright notice.
9297         * wl-address.el (toplevel): Ditto.
9298         * wl-draft.el (toplevel): Ditto.
9299         * wl-version.el (toplevel): Ditto.
9300         * wl-folder.el (toplevel): Ditto.
9301         * wl-summary.el (toplevel): Ditto.
9302         * wl-thread.el (toplevel): Ditto.
9303         * wl-util.el (toplevel): Ditto.
9304         * wl-vars.el (toplevel): Ditto.
9305         * wl.el (toplevel): Ditto.
9306
9307 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9308
9309         * wl-highlight.el (wl-highlight-message): Fixed problem of
9310         highlighting failure which occured when the last field contains
9311         multiple lines in the draft buffer.
9312
9313         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9314         `wl-biff-start' if plugged.
9315
9316         * wl-util.el (wl-biff-check-folder): New function.
9317         (wl-biff-check-folders): Don't set session name prefix.
9318         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9319         (wl-biff-check-folder-async): Ditto.
9320
9321         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9322         in email address.
9323
9324 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9325
9326         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9327
9328         * wl-draft.el (wl-draft-strip-subject-re): New function.
9329
9330         * wl-draft.el (wl-draft-reply): Use it.
9331
9332 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9333
9334         * wl-message.el (wl-mmelmo-message-redisplay): Use
9335         `mime-display-message' instead of `wl-mime-display-message'.
9336
9337         * wl-mime.el (toplevel): Removed compatibility workaround
9338         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9339         (wl-mime-display-message): Abolished.
9340         (wl-mime-entity-read-field): Ditto.
9341         (wl-mime-combine-message/partial-pieces): Use
9342         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9343
9344 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9345
9346         * wl-template.el: Doc fixes.
9347
9348 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9349
9350         * wl-e21.el (wl-message-overload-functions): Do nothing if
9351         `current-local-map' is not available.
9352         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9353
9354 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9355
9356         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9357         representation.
9358
9359         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9360         number.
9361         (wl-fldmgr-save-folders): Don't use `format' when insert
9362         `wl-fldmgr-folders-header'.
9363
9364 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9365
9366         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9367
9368 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9369
9370         * wl-highlight.el (wl-highlight-message):
9371         Use `std11-field-end' to detect end point of the header field.
9372         Refer `wl-highlight-max-header-size'.
9373
9374         * wl-vars.el (wl-highlight-max-header-size): New variable.
9375
9376         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9377
9378         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9379         Set `for-draft' argument of wl-highlight-headers.
9380         (wl-draft): Ditto.
9381         (wl-draft-reedit): Ditto.
9382         (wl-user-agent-compose-internal): Ditto.
9383
9384 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9385
9386         * wl-message.el (wl-message-add-button): Use overlay.
9387
9388 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9389
9390         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9391
9392         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9393         problem when group-list content is nothing.
9394         (Reported by Mito <mit@nines.nec.co.jp>)
9395
9396 2000-10-18  SAITO Atsunori <sai@yedo.com>
9397
9398         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9399
9400 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9401
9402         * tm-wl.el (toplevel): Use product-provide.
9403
9404 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9405
9406         * Version number is increased to 2.3.92.
9407
9408 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9409
9410         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9411         title text, use `display' property for left margin under Emacs 21.
9412
9413         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9414         properties.
9415         (wl-plugged-init-icons): Ditto.
9416
9417 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9418
9419         * wl.el (wl-save-status, wl-init): Remove last period in
9420         "...done." message.
9421         * tm-wl.el (wl-summary-burst): Ditto.
9422         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9423         wl-summary-resume-cache-status,
9424         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9425         wl-summary-sync-update3, wl-summary-highlight-msgs,
9426         wl-summary-flush-pending-append-operations,
9427         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9428         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9429         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9430         wl-thread-open-all): Ditto.
9431         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9432         * wl-mime.el (wl-summary-burst): Ditto.
9433         * wl-highlight.el (wl-highlight-summary): Ditto.
9434         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9435         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9436         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9437         * wl-address.el (wl-local-address-init): Ditto.
9438
9439 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9440
9441         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9442         `add-text-properties'.
9443         (wl-plugged-init-icons): Ditto.
9444         (wl-folder-init-icons): Use `propertize' instead of
9445         `put-text-property'.
9446         (wl-plugged-set-folder-icon): Ditto.
9447         (wl-e21-highlight-folder-group-line): Ditto.
9448
9449 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9450
9451         * wl-version.el (wl-version-status-alist): New variable.
9452         (wl-version-status): New function.
9453
9454         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9455         "Cc" part of the case "Reply-To".
9456
9457         * wl-draft.el (wl-draft-reply): Use result of
9458         `eword-extract-address-components'.
9459
9460         * wl-demo.el (wl-demo-icon-name): New constant.
9461         (wl-logo-xpm): Use it.
9462         (wl-logo-xbm): Ditto.
9463         (wl-logo-bitmap): Ditto.
9464
9465         * Version number is increased to 2.3.91.
9466
9467 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9468
9469         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9470         (wl-extended-emacs-version, wl-extended-emacs-version2,
9471         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9472         docstring.
9473
9474         * wl-version.el (wl-generate-user-agent-string-1): New function.
9475         (wl-generate-user-agent-string): Use it.
9476
9477         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9478         `mime-edit-insert-user-agent-field'.
9479         (wl-generate-user-agent-string): Check
9480         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9481
9482         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9483         instead of `if', when verbose case.
9484
9485 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9486
9487         * wl-expire.el (wl-summary-expire): Fix.
9488
9489 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9490
9491         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9492         and `elmo-lost+found-folder' if 'wl-draft.
9493         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9494
9495 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9496
9497         * wl-expire.el (wl-summary-expire): Change messages.
9498         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9499         `deleing-info' instead of "Deleting..."
9500
9501 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9502
9503         * wl-summary.el (wl-summary-refile-subr): Fix.
9504
9505 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9506
9507         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9508         if pipe folder.
9509
9510 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9511
9512         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9513
9514 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9515
9516         * wl-expire.el (wl-expire-hide): New function.
9517         (wl-summary-expire): Add `hide'.
9518
9519 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9520
9521         * wl-vars.el (wl-draft-reply-without-argument-list):
9522         Changed default value to consider `Reply-To:'.
9523         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9524
9525         * Version number is increased to 2.3.90.
9526
9527         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9528         elmo-imap4-get-session with unwind-protect.
9529         Don't cause error.
9530         (wl-summary-sync-marks): Don't check plugged nor folder type.
9531         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9532         (Always keep current buffer).
9533
9534 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9535
9536         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9537         Enclose with `save-excursion'.
9538
9539 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9540
9541         * wl-version.el (wl-version): Remove interactive.
9542
9543 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9544
9545         * wl-version.el (wl-generate-user-agent-string): Use
9546         `product-string-verbose' instead of `product-string-1'.
9547
9548 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9549
9550         * wl-vars.el (wl-draft-use-cache): New variable.
9551         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9552         if wl-draft-use-cache is non-nil.
9553
9554 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9555
9556         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9557         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9558
9559 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9560
9561         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9562         (wl-thread-msg-mark-as-unread): Ditto.
9563
9564         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9565         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9566         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9567         Don't set mark in summary if return value of `elmo-mark-as-read'
9568         is nil.
9569         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9570         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9571         instead of `wl-thread-msg-mark-as-read'.
9572         (wl-summary-mark-as-unread-region): Ditto.
9573         (wl-summary-target-mark-mark-as-read): Ditto.
9574
9575         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9576
9577 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9578
9579         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9580
9581         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9582
9583 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9584
9585         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9586         face.
9587
9588 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9589
9590         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9591         `running-xemacs'.
9592
9593 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9594
9595         * wl-version.el (toplevel): Use `product-version-as-string' for
9596         set verstion-string, if defined.
9597
9598         * wl-version.el (wl-version-show): Insert string at point, when
9599         call with argument.
9600
9601         * wl-version.el (wl-generate-user-agent-string): Use
9602         `product-string-1' instead of `wl-appname', `wl-version' and
9603         `wl-codename'.
9604
9605 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9606
9607         * wl-address.el (toplevel): Use product-provide.
9608         * wl-demo.el (toplevel): Ditto.
9609         * wl-dnd.el (toplevel): Ditto.
9610         * wl-draft.el (toplevel): Ditto.
9611         * wl-e21.el (toplevel): Ditto.
9612         * wl-expire.el (toplevel): Ditto.
9613         * wl-fldmgr.el (toplevel): Ditto.
9614         * wl-folder.el (toplevel): Ditto.
9615         * wl-highlight.el (toplevel): Ditto.
9616         * wl-message.el (toplevel): Ditto.
9617         * wl-mime.el (toplevel): Ditto.
9618         * wl-mule.el (toplevel): Ditto.
9619         * wl-nemacs.el (toplevel): Ditto.
9620         * wl-refile.el (toplevel): Ditto.
9621         * wl-score.el (toplevel): Ditto.
9622         * wl-summary.el (toplevel): Ditto.
9623         * wl-template.el (toplevel): Ditto.
9624         * wl-thread.el (toplevel): Ditto.
9625         * wl-util.el (toplevel): Ditto.
9626         * wl-vars.el (toplevel): Ditto.
9627         * wl-xmas.el (toplevel): Ditto.
9628         * wl.el (toplevel): Ditto.
9629
9630 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9631
9632         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9633         instead of product.
9634
9635         * wl-version.el (wl-version): Compile time evalution elmo-version.
9636
9637 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9638
9639         * wl-summary.el (wl-summary-sync-force-update): Append queue
9640         `mark-as-read'if unplugged.
9641
9642 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9643
9644         * wl-version.el: New file.  Use product.el.
9645         * wl.el: add (require 'wl-version).
9646         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9647         for ~/.folders header.
9648         (wl-fldmgr-folders-header): Changed.
9649         * wl-demo.el (wl-demo): Use product.el.
9650
9651         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9652         wl-version.el.
9653         * wl-util.el (wl-version, wl-version-show): Ditto.
9654
9655         * wl-util.el (wl-generate-user-agent-string,
9656         wl-extended-emacs-version, wl-extended-emacs-version2,
9657         wl-extended-emacs-version3): Move to wl-version.el.
9658         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9659         xemacs-codename, mime-edit-insert-user-agent-field,
9660         mime-edit-user-agent-value, mime-editor/version,
9661         mime-editor/codename): Compile warning killer move to
9662         wl-version.el
9663
9664 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9665
9666         * wl-summary.el (wl-summary-refile-subr): Fix.
9667
9668 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9669
9670         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9671         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9672
9673 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9674
9675         * wl.el (wl-check-environment): Check too many `@'.
9676
9677 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9678
9679         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9680
9681 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9682
9683         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9684         wl-draft-reply-myself-without-argument-list): Add variables.
9685         * wl-draft.el (wl-draft-reply): Use it.
9686
9687 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9688
9689         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9690         the 5th argument of `elmo-network-get-spec'.
9691
9692         * wl-thread.el (wl-thread-reparent-children): New inline function.
9693         (wl-thread-delete-message): Use it.
9694
9695         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9696         (wl-summary-score-update-all-lines): Don't use `dolist'.
9697
9698 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9699
9700         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9701         (require 'elmo-msgdb) for inline function.
9702
9703 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9704
9705         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9706
9707 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9708
9709         * wl-score.el (wl-score-headers): Fix for the confusing macro
9710         `elmo-kill-buffer'.
9711
9712 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9713
9714         * wl-summary.el: Don't use the 3rd argument of `require' because
9715         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9716         * wl-util.el: Ditto.
9717         * wl-draft.el: Ditto.
9718
9719 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9720
9721         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9722         window system is not used.
9723
9724 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9725
9726         * wl-thread.el: Don't use `mapcar' only for iteration.
9727         (wl-thread-resume-entity): Ditto.
9728         (wl-thread-delete-message): Ditto.
9729
9730         * wl-summary.el: Bind `dragdrop-drop-functions',
9731         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9732         of `require' for `timezone', `easymenu' and `ps-print';
9733         don't use `mapcar' only for iteration.
9734
9735         * wl-util.el: Bind `mule-version', `nemacs-version',
9736         `emacs-beta-version', `xemacs-codename',
9737         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9738         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9739         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9740         only for iteration.
9741
9742         * wl-score.el: Don't use `mapcar' only for iteration.
9743         (wl-score-simplify-buffer-fuzzy): Ditto.
9744         (wl-score-simplify-subject): Ditto.
9745         (wl-score-headers): Ditto.
9746         (wl-summary-score-update-all-lines): Ditto.
9747
9748         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9749         `enable-multibyte-characters' and `mule-version'.
9750
9751         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9752         `mapcar' only for iteration.
9753
9754         * wl-demo.el: Don't use `mapcar' only for iteration.
9755
9756         * wl-folder.el: Don't use `mapcar' only for iteration.
9757         (wl-folder-open-all): Ditto.
9758         (wl-folder-count-incorporates): Ditto.
9759
9760         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9761         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9762
9763         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9764         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9765         `smtp-connection-type'; specify 3rd argument of `require' for
9766         `timezone'; don't use `mapcar' only for iteration.
9767         (wl-draft-clone-local-variables): Don't use `mapcar'.
9768         (wl-draft-generate-clone-buffer): Ditto.
9769         (wl-user-agent-compose-internal): Ditto.
9770
9771         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9772
9773         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9774         (wl-save-status): Ditto.
9775
9776         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9777         for iteration.
9778
9779 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9780
9781         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9782         removed `Date'.
9783         (wl-fldmgr-make-filter-default): New user option.
9784
9785         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9786         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9787         (wl-fldmgr-filter-completion-alist): Abolish.
9788
9789         * wl.el (wl): Don't check servers if arg is non-nil.
9790
9791         * wl-draft.el (wl-draft-reply): Set only message-id string to
9792         In-Reply-To field.
9793
9794 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9795
9796         * wl-summary.el (wl-summary-pick): Rewrite.
9797
9798         * wl-draft.el (wl-draft-forward): Get references field from
9799         original buffer.
9800         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9801
9802 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9803
9804         * wl-draft.el (wl-draft-forward): Add references field.
9805
9806 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9807
9808         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9809         (wl-draft-reply): Use it.
9810
9811 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9812
9813         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9814         when Emacs 21 is running.
9815
9816         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9817         bindings.
9818
9819 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9820
9821         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9822         XPM icons transparent.
9823
9824         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9825         Emacs 21.
9826
9827 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9828
9829         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9830         nil.
9831
9832         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9833         when it is persistent.
9834         (wl-summary-sync-marks): Changed argument for
9835         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9836         (wl-summary-virtual): Use `elmo-read-search-condition'.
9837         (wl-summary-redisplay-internal): If folder is local, mark as read
9838         even when folder is plugged.
9839
9840 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9841
9842         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9843         of `tool-bar-lines' in the frame parameters.
9844         (after-make-frame-functions, post-command-hook): Don't modify the
9845         value.
9846         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9847         wl-e21-tool-bar-lines): Removed.
9848
9849 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9850
9851         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9852         properties `evaporate' and `wl-momentary-overlay' as well.
9853         (wl-highlight-summary-displaying): Ditto.
9854         (wl-delete-all-overlays): Don't delete overlay which does not have
9855         a property `wl-momentary-overlay'.
9856
9857         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9858         `display-mouse-p' and `display-graphic-p'.
9859         (wl-folder-init-icons): Don't search for XBM or the other files.
9860         (wl-plugged-set-folder-icon): Make icons if and only if
9861         `display-graphic-p' returns non-nil.
9862         (wl-highlight-plugged-current-line): Use `before-string' overlay
9863         property to show icon images.
9864         (wl-highlight-folder-current-line): Ditto.
9865         (wl-e21-highlight-folder-group-line): Ditto.
9866         (wl-e21-highlight-folder-by-numbers): Ditto.
9867         (wl-e21-insert-image): Removed.
9868         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9869         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9870         said.
9871         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9872         `wl-e21-force-switch-toolbar'.
9873         (wl-e21-make-icon-image): Removed.
9874         (wl-e21-setup-toolbar): Don't search for XBM files.
9875         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9876         the default value.
9877
9878 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9879
9880         * wl-util.el (wl-biff-check-folder-async): Set
9881         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9882
9883 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9884
9885         * wl-e21.el (after-make-frame-functions): Add
9886         `wl-e21-force-switch-toolbar'.
9887         (wl-e21-force-switch-toolbar): New function force to switch the
9888         toolbar appearance automatically.
9889         (post-command-hook): Add `wl-e21-switch-toolbar'.
9890         (wl-e21-switch-toolbar): New function to switch the toolbar
9891         appearance automatically.
9892         (wl-e21-tool-bar-lines): New buffer local variable.
9893
9894 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9895
9896         * wl-util.el (wl-biff-check-folders-running): New variable.
9897         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9898         (wl-biff-check-folder-async-callback):
9899         Set `wl-biff-check-folders-running'.
9900         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9901         with unwind-protect.
9902
9903         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9904         Enclose `wl-folder-auto-check' with unwind-protect.
9905
9906         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9907         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9908
9909         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9910
9911         * wl-util.el (wl-biff-notify): New inline function.
9912         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9913         locally.
9914         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9915         folder-list' is 1.
9916         Use `wl-biff-notify'.
9917         (wl-biff-check-folder-async-callback): New function.
9918         (wl-biff-check-folder-async): Ditto.
9919
9920         * wl-folder.el (wl-folder): Don't check folders.
9921         (wl-folder-auto-check): New function.
9922
9923 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9924
9925         * wl-util.el (wl-biff-start) [Emacs19+]:
9926         Use `timer-next-integral-multiple-of-time'.
9927         (wl-biff-check-folders): Use `wl-default-folder'
9928         if `wl-biff-check-folder-list' is nil.
9929
9930 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9931
9932         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9933         instead of `elmo-delete-lists'.
9934
9935 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9936
9937         * wl.el (wl-plugged-toggle-all): Set the value of
9938         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9939         (wl-plugged-toggle): Ditto.
9940         (wl-toggle-plugged): Ditto.
9941         (wl-plugged-init): Ditto.
9942
9943         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9944         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9945         instead of `wl-biff-state-indicator-off' and
9946         `wl-biff-state-indicator-on'; don't modify the value and the type
9947         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9948         (wl-plugged-init-icons): Set icons data to
9949         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9950         instead of `wl-plug-state-indicator-off' and
9951         `wl-plug-state-indicator-on'; don't modify the value and the type
9952         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9953
9954         * wl-vars.el (wl-modeline-biff-state-off,
9955         wl-modeline-biff-state-on, wl-modeline-biff-status,
9956         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9957         wl-modeline-plug-status): New internal variables.
9958         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9959         wl-biff-check-interval, wl-biff-check-folder-list): Change
9960         customization group from `wl-folder' to `wl-highlight'.
9961         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9962         wl-show-plug-status-on-modeline): Defcustomized.
9963
9964         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9965         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9966         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9967         a flag to `mode-line-buffer-identification'.
9968
9969         * wl-e21.el (wl-biff-init-icons): Set icons data to
9970         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9971         instead of `wl-biff-state-indicator-off' and
9972         `wl-biff-state-indicator-on'.
9973         (wl-plugged-init-icons): Set icons data to
9974         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9975         instead of `wl-plug-state-indicator-off' and
9976         `wl-plug-state-indicator-on'.
9977
9978 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9979
9980         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9981         excessive titles.
9982
9983 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9984
9985         * wl.el (wl-plugged-mode): Use revised
9986         `wl-mode-line-buffer-identification'.
9987         (wl-plugged-init): Don't use `force-mode-line-update'.
9988
9989         * wl-xmas.el (wl-draft-overload-functions): Use revised
9990         `wl-mode-line-buffer-identification'.
9991         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9992         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9993         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9994         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9995         `wl-make-plugged-hook';
9996         add `wl-folder-init-icons' and `wl-setup-folder' to
9997         `wl-folder-mode-hook'.
9998
9999         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10000         19 as well.
10001         (wl-mode-line-display-priority-list): New user option.
10002         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10003         Defcustomized.
10004         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10005         Add docs.
10006
10007         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10008         start.
10009         (wl-mode-line-buffer-identification): Revised as a function.
10010
10011         * wl-summary.el (wl-summary-mode): Use revised
10012         `wl-mode-line-buffer-identification'; don't call
10013         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10014         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10015         `wl-xmas-setup-summary'.
10016
10017         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10018         `wl-mode-line-buffer-identification'.
10019
10020         * wl-mule.el (wl-draft-overload-functions): Use revised
10021         `wl-mode-line-buffer-identification'.
10022
10023         * wl-folder.el (wl-make-plugged-alist): Don't call
10024         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10025         (wl-folder): Don't call `wl-folder-init-icons' directly.
10026         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10027         `wl-xmas-setup-folder' directly;
10028         use revised `wl-mode-line-buffer-identification'.
10029         (TopLevel): Don't bind `wl-biff-init-icons',
10030         `wl-plugged-init-icons', `wl-folder-init-icons',
10031         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10032
10033         * wl-e21.el (wl-draft-overload-functions): Use revised
10034         `wl-mode-line-buffer-identification'.
10035         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10036         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10037         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10038         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10039         `wl-make-plugged-hook';
10040         add `wl-folder-init-icons' and `wl-setup-folder' to
10041         `wl-folder-mode-hook'.
10042
10043 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10044             Katsumi Yamaoka    <yamaoka@jpl.org>
10045
10046         * wl.el (wl): Call `wl-biff-start'.
10047         (wl-exit): Call `wl-biff-stop'.
10048         (wl-plugged-mode): Show biff in modeline.
10049         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10050
10051         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10052         (wl-biff-init-icons): New function.
10053         (wl-plugged-init-icons): Don't make too much keymaps.
10054         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10055
10056         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10057         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10058         variables.
10059         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10060         options.
10061
10062         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10063         wl-biff-start, wl-biff-stop): New functions.
10064         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10065         (wl-biff-timer-name): New variable.
10066
10067         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10068
10069         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10070         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10071
10072         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10073         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10074
10075         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10076         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10077         `wl-folder-init-icons' to `ignore' if they are not available.
10078         (wl-folder-mode): Show biff in modeline.
10079
10080         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10081         (wl-biff-init-icons): New function.
10082         (wl-plugged-init-icons): Don't make too much keymaps.
10083         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10084
10085 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10086
10087         * wl-vars.el (wl-strict-diff-folders): Customization Type
10088         and doc fix.  Define as a list of regular expressions for
10089         folders or nil.
10090         * wl-folder.el (wl-folder-check-one-entity): Use
10091         `wl-string-match-member' instead of `wl-string-member' for
10092         `wl-strict-diff-folders'.
10093
10094 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10095
10096         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10097         (wl-highlight-folder-current-line): Use it; new implementation.
10098         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10099         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10100         `defsubst' instead of `defun'.
10101
10102         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10103         `wl-highlight-group-folder-by-numbers'; made it can also be a
10104         number.  See info for more details.
10105
10106         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10107         running.
10108
10109         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10110         to bind them.
10111
10112         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10113         (wl-highlight-folder-current-line): New implementation.
10114
10115         * wl-highlight.el (wl-highlight-folder-group-line): New
10116         implementation.
10117         (wl-delete-all-overlays): Rewrite as a marco.
10118         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10119
10120         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10121         running.
10122         (wl-folder-*-glyph): No need to bind them.
10123
10124         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10125         `wl-e21-highlight-folder-group-icon'; rewrite.
10126         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10127         `defsubst' instead of `defun'.
10128         (wl-folder-mode-map): Bind it when compiling.
10129
10130 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10131
10132         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10133
10134         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10135
10136 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10137
10138         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10139
10140 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10141
10142         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10143         (wl-highlight-folder-current-line): Use it.
10144
10145         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10146         in `id-name'.
10147
10148 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10149
10150         * wl.el: Require `wl-e21' when Emacs 21 is running.
10151
10152         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10153         default when Emacs 21 is running.
10154         (wl-use-highlight-mouse-line): Ditto.
10155         (wl-on-emacs21): New constant.
10156         (wl-on-emacs20): Removed.
10157
10158         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10159         Emacs 21 is running.
10160
10161         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10162         Emacs 21 is running.
10163
10164         * wl-e21.el: New file.
10165
10166 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10167
10168         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10169         (wl-toggle-plugged): Ditto.
10170         (wl-plugged-toggle): Ditto.
10171         (wl-plugged-toggle-all): Ditto.
10172
10173         * wl-vars.el (wl-plug-state-indicator): Refer
10174         `wl-plug-state-indicator-on' indirectly.
10175
10176 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10177
10178         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10179         Call `wl-folder-confirm-existence'.
10180
10181         * wl-folder.el (wl-folder-confirm-existence): Added optional
10182         argument `force'.
10183
10184 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10185
10186         * wl-summary.el (wl-summary-refile-subr): Assume
10187         `copy-or-refile' as symbol.
10188         (wl-summary-refile): Follow up above change.
10189         (wl-summary-copy): Ditto.  Doc fix.
10190
10191 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10192
10193         * wl-summary.el (wl-summary-pick): Don't bind
10194         `elmo-search-mime-charset'.
10195
10196         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10197         default using old backquote style.
10198         (wl-search-mime-charset): Abolished.
10199
10200         * wl-highlight.el (wl-highlight-headers):
10201         Call `point' after `re-search-forward'(for Nemacs).
10202
10203         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10204         for elmo-imap4.el.
10205
10206 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10207
10208         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10209         `wl-message-ignored-field-list' instead of
10210         `mime-view-ignored-field-list'.
10211
10212         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10213         Add interactive spec.
10214         (wl-folder-goto-bottom-of-current-folder): Ditto.
10215         (wl-folder-mode-map): Bind them.
10216
10217         * wl-vars.el (wl-message-ignored-field-list): New variable.
10218         (wl-message-visible-field-list): New variable.
10219
10220         * wl-mime.el (wl-mime-header-presentation-method): New function.
10221         (wl-mime-setup): Set header-presentation-method.
10222
10223 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10224
10225         * wl-nemacs.el (wl-draft-overload-functions): Set
10226         `mode-line-buffer-identification' instead of using
10227         `wl-make-modeline'.
10228
10229         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10230         instead of using `wl-make-modeline'.
10231
10232         * wl-xmas.el (wl-plugged-init-icons): Set up
10233         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10234         (wl-make-modeline): Abolish.
10235         (wl-draft-overload-functions): Set
10236         `mode-line-buffer-identification' instead of using
10237         `wl-make-modeline'.
10238
10239         * wl-util.el (wl-make-modeline-subr): Abolish.
10240         (wl-mode-line-buffer-identification): New alias.
10241
10242         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10243         (wl-summary-make-modeline): Abolish.
10244         (wl-summary-buffer-set-folder): Set
10245         `wl-summary-buffer-folder-indicator'.
10246         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10247         of using `wl-make-modeline'.
10248         (wl-summary-switch-to-clone-buffer): Don't set
10249         `mode-line-buffer-identification'.
10250         (wl-summary-goto-folder-subr): Ditto.
10251
10252         * wl-mule.el (wl-draft-overload-functions): Set
10253         `mode-line-buffer-identification' instead of using
10254         `wl-make-modeline'.
10255
10256         * wl-folder.el (wl-folder-mode): Set
10257         `mode-line-buffer-identification' instead of using
10258         `wl-make-modeline'.
10259         (wl-folder): Don't set `mode-line-buffer-identification'.
10260
10261 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10262
10263         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10264         instead of `member' for `wl-refile-guess-func-list' look-ups.
10265         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10266
10267 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10268
10269         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10270         `wl-message-button-dispatcher'.
10271
10272         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10273
10274         * wl-message.el (wl-message-button-dispatcher): Use it.
10275
10276         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10277         "In-Reply-To".
10278
10279         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10280         Bind `case-fold-search' to t.
10281
10282 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10283
10284         * wl-xmas.el (wl-message-overload-functions): Initialize
10285         `wl-message-button-map'.
10286
10287         * wl-mule.el (wl-message-overload-functions): Initialize
10288         `wl-message-button-map'.
10289
10290         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10291
10292         * wl-message.el (wl-message-button-map): New keymap.
10293         (wl-message-add-button): New function.
10294         (wl-message-button-dispatcher): New function.
10295         (wl-message-button-refer-article): New function.
10296
10297         * wl-highlight.el
10298         (wl-highlight-message-add-buttons-to-header): New function.
10299         (wl-highlight-headers): Use it.
10300
10301 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10302
10303         * wl-summary.el (wl-summary-default-from): Use
10304         `wl-address-get-petname-1'.
10305         (wl-summary-simple-from): Ditto.
10306
10307         * wl-address.el (wl-address-get-petname-1): New inline function.
10308         (wl-address-get-petname): Use it.
10309
10310 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10311
10312         * wl-summary.el (wl-summary-default-from): Return full-name part
10313         from the address if no petname was found.
10314         (wl-summary-simple-from): Ditto.
10315
10316         * wl-address.el (wl-address-get-petname): Return nil if no petname
10317         associated with the address was found.
10318
10319 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10320
10321         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10322         display is finished.
10323
10324 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10325
10326         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10327         `elmo-folder-exists-p' argument.
10328
10329 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10330
10331         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10332         the folder.
10333
10334 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10335
10336         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10337
10338         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10339         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10340
10341 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10342
10343         * wl-folder.el (wl-folder-create-subr): New function.
10344         (wl-folder-confirm-existence): Use it.
10345         (wl-folder-check-one-entity): Use it.
10346         Check the error symbol is derived from 'elmo-open-error.
10347
10348         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10349         `ignore-error'.
10350
10351 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10352
10353         * wl-util.el (toplevel): Add (eval-when-compile (require
10354         'elmo-util)).  (Maybe `provide' is typo.)
10355
10356 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10357
10358         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10359         (I don't know why this was needed.)
10360
10361         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10362         Follow up changes for stream-type.
10363
10364         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10365         (wl-draft-elmo-nntp-send): Ditto.
10366
10367         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10368         (wl-nntp-posting-stream-type): Ditto.
10369         (wl-pop-before-smtp-ssl): Abolished.
10370         (wl-nntp-posting-ssl): Ditto.
10371
10372         * wl-address.el (wl-address-quote-specials): New function.
10373         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10374
10375         * wl-draft.el (wl-draft-reply): Ditto.
10376
10377 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10378
10379         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10380         use function `wl-string-match-assoc'.
10381
10382 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10383
10384         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10385
10386         * wl-draft.el (wl-draft-deduce-address-list): New function.
10387         (wl-draft-parse-mailbox-list): Ditto.
10388         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10389         instead of `smtp-deduce-address-list'.
10390         (wl-draft-on-field-p): Follow group list.
10391
10392         * wl-address.el (wl-address-concat-token): New function.
10393         (wl-address-string-without-group-list-contents): Ditto.
10394         (wl-complete-field-body): Fixed problem of completion
10395         by japanese petname.
10396         (wl-address-make-completion-list): Rewrite.
10397
10398 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10399
10400         * wl-address.el (wl-address-make-completion-list): Completion by
10401         petname.
10402         (wl-complete-field-body): Likewise.
10403
10404 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10405
10406         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10407         contains invalid address syntax.
10408
10409 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10410
10411         * wl-folder.el (wl-folder-check-entity-async): Use
10412         `elmo-nntp-spec-hostname'.
10413
10414 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10415
10416         * wl-summary.el (wl-summary-msgdb-load-async): Use
10417         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10418
10419 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10420
10421         * wl-draft.el (wl-draft-reply): Set argument
10422         `content-transfer-encoding' as nil.
10423
10424 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10425
10426         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10427         `wl-refile-alist'.
10428
10429 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10430
10431         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10432         (wl-draft-edit-string): Ditto.
10433         (wl-draft-forward): Ditto.
10434         * wl-summary.el (wl-summary-write): Ditto.
10435
10436 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10437
10438         * wl-summary.el (wl-summary-sync-update3): Call
10439         `wl-summary-buffer-number-column-detect'.
10440         (wl-summary-buffer-number-column-detect): Search from point-min.
10441
10442 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10443
10444         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10445         contains an address which is not included in original to or cc.
10446
10447 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10448
10449         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10450         begin-line does not exist.
10451         * wl-message.el (wl-message-uu-substring): Ditto.
10452
10453 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10454
10455         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10456         clear local variables.
10457         (wl-summary-exit): Call `elmo-commit'.
10458         (wl-summary-switch-to-clone-buffer): Call
10459         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10460         (wl-summary-goto-folder-subr): Ditto.
10461
10462         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10463         POP folder.
10464
10465 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10466
10467         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10468         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10469         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10470         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10471         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10472         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10473
10474         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10475
10476 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10477
10478         * wl-summary.el (wl-summary-search-by-subject):
10479         Search parent message from the latest one.
10480
10481 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10482
10483         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10484         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10485
10486         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10487         New user option.
10488
10489         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10490         if elmo-nntp-use-killed-list is nil.
10491         Use `elmo-msgdb-append-to-killed-list'.
10492         (Append numbers confirmed as disappeared to the killed list.)
10493         (wl-summary-confirm-appends): Don't display negative number.
10494
10495 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10496
10497         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10498
10499 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10500
10501         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10502         range is `all'.
10503         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10504         `elmo-list-bigger-diff'.
10505
10506 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10507
10508         * wl-summary.el (wl-summary-buffer-exit-func):
10509         New buffer local variable.
10510         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10511
10512 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10513
10514         * wl-demo.el (wl-demo): Fix the last change.
10515
10516 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10517
10518         * wl-demo.el (wl-demo): Don't use `eval'.
10519
10520 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10521
10522         * wl-summary.el (wl-summary-buffer-thread-modified):
10523         New buffer-local variable.
10524         (wl-summary-set-thread-modified): New function.
10525         (wl-summary-thread-modified-p): New function.
10526         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10527         (wl-summary-yank-saved-message): Use function
10528         `wl-summary-set-thread-modified'
10529         (wl-summary-switch-to-clone-buffer): Add
10530         `wl-summary-buffer-thread-modified'.
10531
10532         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10533         (wl-summary-buffer-mark-saved-hook): Ditto.
10534         * wl-summary.el (wl-summary-msgdb-save): New hook
10535         `wl-summary-buffer-message-saved-hook' and
10536         `wl-summary-buffer-mark-saved-hook'.
10537
10538 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10539
10540         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10541
10542 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10543
10544         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10545         don't hide scroll bars under FSF Emacsen because it may incur an
10546         undesirable redrawing.
10547
10548 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10549
10550         * wl-draft.el (wl-draft-edit-string): Call
10551         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10552
10553 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10554
10555         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10556
10557 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10558
10559         * wl-summary.el (wl-summary-msgdb-load-async): Call
10560         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10561
10562 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10563
10564         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10565         fringes in demo buffer; center bitmap logo correctly even if old
10566         Mule is used.
10567
10568 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10569
10570         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10571
10572         * wl-refile.el (wl-refile-subject-alist): New variable.
10573         (wl-refile-subject-alist-file-name): Ditto.
10574         (wl-refile-alist-setup): Rewrite.
10575         (wl-refile-alist-save): Use `elmo-object-save'.
10576         Eliminated arguments.
10577         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10578         (wl-refile-guess-by-subject): New function.
10579         (wl-refile-guess-func-list): Added it.
10580
10581 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10582
10583         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10584         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10585
10586 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10587
10588         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10589         New buffer-local variable.
10590         (wl-summary-buffer-next-folder-func): Ditto.
10591         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10592         if non-nil.
10593         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10594         if non-nil.
10595         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10596         if non-nil.
10597         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10598         if non-nil.
10599
10600 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10601
10602         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10603         permanently in the demo buffer.
10604
10605 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10606
10607         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10608         `mime-entity-fetch-field'.
10609
10610         * wl.el (wl-exit): Delete plugged buffer.
10611
10612         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10613         XEmacs has menubar feature.
10614
10615 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10616
10617         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10618         cannot arrive at the beginning of the buffer under old Emacsen.
10619
10620 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10621
10622         * wl-address.el (wl-address-ldap-search):
10623         Call `ldap-search-entries' with `withdn' argument t.
10624         (wl-complete-field-body): Bind completion-ignore-case as t.
10625         Clear ldap search hash when it was sole completion.
10626         Use elmo-string for pattern string.
10627         (wl-ldap-alias-safe-string): Eliminated needless let.
10628
10629 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10630
10631         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10632         (wl-ldap-alias-sep): New constant.
10633         (wl-ldap-search-attribute-type-list): Ditto.
10634         (wl-ldap-get-value): New function.
10635         (wl-ldap-make-filter): Ditto.
10636         (wl-ldap-make-matched-value-list): Ditto.
10637         (wl-ldap-alias-safe-string): Ditto.
10638         (wl-ldap-register-dn-string): Ditto.
10639         (wl-address-ldap-search): Rewrite.
10640
10641 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10642
10643         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10644         thread is deleted.
10645         (wl-thread-delete-line-from-buffer): Ditto.
10646         (wl-thread-get-exist-children): New function.
10647
10648 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10649
10650         * wl-demo.el (wl-demo): Made it to select various image types.
10651         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10652         from `wl-title-logo'.
10653         (wl-logo-ascii): New variable.
10654         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10655         (wl-demo-copyright-notice): New constant.
10656
10657         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10658
10659 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10660
10661         * wl-vars.el (wl-summary-target-above): Renamed from
10662         wl-summary-temp-above.
10663         * wl-score.el (wl-score-get-score-alist): Use it.
10664         (wl-summary-score-update-all-lines): Use it.
10665         * wl-summary.el: Ditto. (make-variable-buffer-local).
10666
10667 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10668
10669         * wl-vars.el (wl-ldap-port): New user option.
10670
10671         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10672         Rewite whole implementation.
10673         (wl-complete-field-body): Fixed.
10674
10675 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10676
10677         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10678         Choose implementation at compile time.
10679
10680 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10681
10682         * wl-address.el (wl-ldap-search-internal): New function.
10683         (wl-complete-field-to): Use it.
10684
10685 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10686
10687         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10688         Use `let' instead of `let*'.
10689         Require 'wl-vars.
10690
10691         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10692         Define as defcustom.
10693         (wl-ldap-base): Ditto.
10694         (wl-use-ldap): Ditto.
10695
10696 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10697
10698         * wl-address.el (wl-ldap-search): New function.
10699         (wl-complete-field-body): Use `wl-ldap-search'.
10700         (wl-ldap-server): New variable.
10701         (wl-ldap-base): Ditto.
10702         (wl-use-ldap): Ditto.
10703
10704 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10705
10706         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10707         (Pointed out by Mito <mit@nines.nec.co.jp>).
10708         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10709         buffer-local variables like `wl-summary-redisplay-internal'.
10710         (wl-summary-redisplay-all-header): Likewise.  Update
10711         Summary view too.
10712
10713 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10714
10715         * wl-summary.el (wl-summary-jump-to-parent-message):
10716         Consider prefix argument.
10717
10718         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10719         when closed thread is deleted.
10720
10721 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10722
10723         * wl-summary.el (wl-summary-jump-to-parent-message):
10724         Consider thread modification.
10725
10726 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10727
10728         * wl-message.el (wl-message-normal-get-original-buffer): Use
10729         `save-excursion'.
10730
10731         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10732         (wl-summary-showto-folder-regexp): Ditto.
10733
10734 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10735
10736         * wl-util.el (wl-delete-alist): Doc fix.
10737         (wl-delete-associations): New function.
10738         (wl-inverse-alist): New function.
10739         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10740         Split temporary variables. Use `wl-delete-associations'
10741         and `wl-inverse-alist'.
10742         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10743
10744 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10745
10746         * wl-folder.el (wl-folder-prefetch-entity):
10747         Execute prefetching if new count is unknown.
10748
10749 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10750
10751         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10752
10753         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10754         delete entity.
10755         (wl-thread-set-parent): If insert as top, set linked as nil.
10756
10757         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10758         `wl-thread-cleanup-symbols' when view mode is thread.
10759
10760 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10761
10762         * wl-folder.el (wl-folder-create-folder-entity): Use
10763         with-current-buffer.
10764         (wl-local-folder-init): Call set-buffer to make sure we are in
10765         the Folder buffer. Don't touch buffer-local variables here.
10766         (wl-folder-mode): Initialize buffer-local variables here.
10767
10768         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10769         (wl-folder-entity-assign-id): Ditto.
10770         (wl-folder-create-entity-hashtb): Ditto.
10771         (wl-local-folder-init): Ditto.
10772         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10773
10774 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10775
10776         * wl-summary.el (wl-summary-default-from): Fix probrem when
10777         std11-extract-address-components return (nil "foo@bar").
10778
10779 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10780
10781         * wl-draft.el (wl-draft-clone-local-variables):
10782         Remove redundant `setq'.
10783
10784 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10785
10786         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10787         Bind wl-highlight-x-face-func as nil while highlighting header.
10788
10789 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10790
10791         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10792
10793 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10794
10795         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10796         elmo-msgdb-overview-hashtb from copy-variables.
10797         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10798         instead of `elmo-msgdb-overview-get-entity-by-number'.
10799         (wl-summary-auto-refile): Ditto.
10800
10801         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10802         `elmo-msgdb-overview-get-entity' instead of
10803         `elmo-msgdb-search-overview-entity'.  Use
10804         `elmo-msgdb-overview-get-entity' instead of
10805         `elmo-msgdb-overview-get-entity-by-number'.
10806         (wl-thread-insert-entity-sub): Ditto.
10807         (wl-thread-insert-message): Ditto.
10808
10809         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10810         `elmo-msgdb-overview-get-entity'.
10811         (wl-normal-message-redisplay): Ditto.
10812
10813 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10814
10815         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10816         `wl-thread-entities'.
10817         (wl-thread-delete-message): Fix remove top message from
10818         `wl-thread-entity-list'.
10819
10820         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10821         wl-append(nconc), because update-list is broken on Meadow.
10822
10823         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10824         updating process.
10825         (wl-summary-rescan): Ditto.
10826         (wl-summary-sync-update3): Ditto.
10827         * wl-thread.el (wl-thread-set-parent): Renamed from
10828         `wl-summary-set-parent'.
10829         (wl-thread-insert-message): Updating buffer faster.
10830         (wl-thread-delete-message): Updating buffer faster.
10831
10832         * wl-score.el (wl-summary-score-update-all-lines): Changed
10833         interval for display progress gauge.
10834
10835 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10836
10837         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10838         folder always-sticky.
10839         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10840         defmacro.
10841
10842 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10843
10844         * wl-vars.el (wl-draft-add-references): New user option.
10845
10846         * wl-draft.el (wl-draft-add-references): New function.
10847         (wl-draft-yank-from-mail-reply-buffer): Use it.
10848         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10849         as nil.
10850
10851 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10852
10853         * wl-thread.el (wl-thread-update-line-msgs): Called
10854         `wl-thread-update-line-on-buffer-sub'.
10855         (wl-thread-update-line-on-buffer): Delete routine of inserting
10856         thread.
10857         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10858         moved from `wl-thread-update-line-on-buffer'.
10859         Add threshold for displaying progress gauge.
10860         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10861         argument of `wl-thread-update-line-msgs'.
10862         Add threshold for displaying progress gauge.
10863         * wl-folder.el:
10864         Add threshold for displaying progress gauge.
10865         * wl-score.el: Ditto.
10866
10867         * wl-expire.el (wl-summary-expire): Display deleting info.
10868
10869 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10870
10871         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10872         `no-msg'.
10873         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10874         argument of `wl-thread-update-line-msgs'.
10875         (wl-summary-set-parent): Added optional argument `parent-number'.
10876         (wl-summary-buffer-saved-message): New buffer local variable.
10877         (wl-summary-save-current-message): New command.
10878         (wl-summary-yank-saved-message): Ditto.
10879         (wl-summary-mode-map): Added key binding for
10880         `wl-summary-save-current-message' (\ew) and
10881         `wl-summary-yank-saved-message' (\C-y).
10882         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10883
10884 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10885
10886         * wl-summary.el (wl-summary-mode-map): Added key binding for
10887         `wl-summary-set-parent' (ts).
10888
10889 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10890
10891         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10892         subject faster. If thread number is reverse, delayed updating
10893         thread.
10894         (wl-summary-search-by-subject): Ditto.
10895         (wl-summary-put-alike): Ditto.
10896         (wl-summary-get-alike): Ditto.
10897         (wl-summary-insert-headers): Insert header of all overview in
10898         buffer.
10899         (wl-summary-rescan): Delayed updating thread. Kill search subject
10900         buffer for wl-summary-search-by-subject.
10901         (wl-summary-sync-update3): Ditto.
10902         (wl-summary-exit): Ditto.
10903         (wl-summary-goto-bottom-of-current-thread): Change for linked
10904         thread.
10905         (wl-summary-overview-create-summary-line): Change line for linked
10906         thread.
10907
10908         * wl-summary.el (wl-summary-update-thread): Use
10909         wl-thread-maybe-get-children-num.
10910         (wl-summary-set-parent): If change parent, move sub thread.
10911         (wl-summary-redisplay-internal): Add horizontal recenter.
10912         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10913
10914         * wl-thread.el (wl-thread-entity-get-linked): New function.
10915         (wl-thread-entity-set-linked): New function.
10916         (wl-thread-create-entity): Add linked element.
10917         (wl-thread-entity-insert-as-top): Use wl-append.
10918         (wl-thread-maybe-get-children-num): If closing thread, return
10919         children msgs.
10920         (wl-thread-update-line-msgs): Displaying progress message.
10921         (wl-thread-update-line-on-buffer-sub): Use
10922         wl-thread-maybe-get-children-num.
10923         (wl-thread-update-line-on-buffer): If update line is not exists,
10924         insert thread.
10925         (wl-thread-delete-message): If delete top msg of thread, search
10926         parent by subject.
10927         (wl-thread-insert-entity): Use
10928         wl-thread-maybe-get-children-num.
10929
10930         * wl-highlight.el (wl-highlight-summary-current-line): change
10931         sregexp for linked thread.
10932         * wl-util.el (wl-count-lines): Count lines.
10933         (wl-horizontal-recenter): horizontal recenter.
10934         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10935         (wl-score-get-alike): Ditto.
10936         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10937         (wl-subject-length-limit): New variable.
10938         (wl-highlight-thread-indent-string-regexp): Changed for linked
10939         thread.
10940
10941 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10942
10943         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10944         New variable (revival).
10945         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10946         by subject matching if there's no in-reply-to nor references field
10947         (revival).
10948
10949 \f
10950 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10951
10952         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10953         message.
10954
10955 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10956
10957         * wl-summary.el (wl-summary-reply): Return t if there was a
10958         message at cursor point.
10959         Added unwind-protect.
10960         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10961         returns t.
10962         (wl-summary-cancel-message): Do nothing when there's no message at
10963         cursor point.
10964         (wl-summary-forward): Ditto.
10965         (wl-summary-jump-to-parent-message): Ditto.
10966         (wl-summary-reedit): Ditto.
10967         (wl-summary-edit-addresses): Ditto.
10968         (wl-summary-pipe-message): Ditto.
10969         (wl-summary-print-message-with-ps-print): Ditto.
10970         (wl-summary-print-message): Ditto.
10971         (wl-summary-mark-as-important): Ditto.
10972         (wl-summary-mark-as-unread): Ditto.
10973
10974         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10975         message at cursor point.
10976         (wl-summary-reply-with-citation): Remove unwind-protect.
10977
10978         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10979         subject searching feature.
10980         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10981         Eliminated.
10982
10983 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10984
10985         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10986         New variable.
10987         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10988         by subject matching if there's no in-reply-to nor references field.
10989
10990         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10991
10992         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10993         when display is finished.
10994         (wl-folder-open-all): Ditto.
10995         (wl-folder-update-access-group): Ditto.
10996         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10997         * wl-thread.el (wl-thread-close-all): Ditto.
10998
10999         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11000         progress gauge only when it was displayed.
11001         * wl-folder.el (wl-folder-insert-entity): Ditto.
11002
11003 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11004
11005         * wl-summary.el (wl-summary-incorporate): Enclose
11006         `wl-summary-sync-force-update' with save-excursion.
11007
11008 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11009
11010         * wl-summary.el (wl-summary-prefetch-region):
11011         Pass current cursor point to `pos-visible-in-window-p' after
11012         moving cursor to the started point.
11013
11014 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11015
11016         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11017
11018         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11019         fields from the forwarding message.
11020         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11021         `ignored-fields'.
11022
11023 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11024
11025         * wl-mime.el (wl-message-request-partial):
11026         Eliminated argument `msgdb'.
11027         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11028         (wl-mime-combine-message/partial-pieces): Likewise.
11029         * tm-wl.el (wl-message-request-partial): Likewise.
11030         (wl-mime-combine-message/partial-pieces): Likewise.
11031
11032 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11033
11034         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11035         when display is finished.
11036
11037 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11038
11039         * wl-summary.el (wl-summary-goto-folder-subr):
11040         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11041
11042 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11043
11044         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11045         when cursor point is visible.
11046
11047 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11048
11049         * wl-expire.el (wl-expire-archive-get-max-number):
11050         Don't use `file-name-directory'.
11051
11052 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11053
11054         * wl-expire.el (wl-expire-archive-get-max-number):
11055         Use `file-name-directory'.
11056
11057 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11058
11059         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11060         only when there is progress.
11061
11062 2000-04-13  Mito <mit@nines.nec.co.jp>
11063
11064         * wl-summary.el (wl-summary-sync-marks): Display progress.
11065
11066 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11067
11068         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11069         (wl-summary-prev): Move cursor regardless of unread status.
11070         (wl-summary-next): Ditto.
11071
11072 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11073
11074         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11075         Added argument `target' and `number'.
11076         * tm-wl.el (wl-summary-burst-subr): New function.
11077         (wl-summary-burst): Use it.
11078
11079 2000-04-10  Mito <mit@nines.nec.co.jp>
11080
11081         * wl-mime.el (wl-burst): New function.
11082         (wl-summary-burst): Use it.
11083
11084 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11085
11086         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11087         as petname when there's no candidate.
11088
11089 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11090
11091         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11092         New variable.
11093         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11094
11095         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11096
11097         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11098
11099 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11100
11101         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11102         Use substring of `original' instead of buffer-substring.
11103         (wl-refile-evaluate-rule):
11104         Set `original' argument of wl-refile-expand-newtext.
11105
11106         * wl-summary.el
11107         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11108         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11109         (wl-summary-auto-refile): Check existence of destination folder just
11110         before marking.
11111
11112 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11113
11114         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11115         when wl-refile-get-field-value return nil.
11116
11117 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11118
11119         * wl-refile.el
11120         (wl-refile-expand-newtext): New function imported from Gnus.
11121         (wl-refile-evaluate-rule): Use it.
11122
11123 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11124
11125         * wl-summary.el (wl-summary-print-destination):
11126         Duplicate folder string to avoid putting text-property on
11127         original string.
11128
11129         * wl-refile.el (wl-refile-get-field-value): New function.
11130         (wl-refile-evaluate-rule): New function;
11131         Evaluate refile rule recursively.
11132         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11133         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11134         New function; Check existence of a target folder recursively.
11135         (wl-summary-auto-refile-check-refile-rule-alist):
11136         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11137
11138 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11139
11140         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11141
11142         * wl-folder.el (wl-create-folder-entity-from-buffer):
11143         Fixed problem when '}' character is contained in folder name.
11144
11145         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11146
11147 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11148
11149         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11150         (wl-fldmgr-add-completion-all-completions):
11151         Use wl-fldmgr-add-completion-hashtb.
11152
11153 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11154
11155         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11156         wl-fldmgr-add-completion-subr): New functions.
11157         * wl-folder.el (wl-folder-completion-func): New variable.
11158         * wl-summary.el (wl-summary-read-folder):
11159         Use wl-folder-completion-func.
11160
11161         * wl-refile.el: Eliminate throw & catch.
11162
11163         * wl.el (wl-plugged-sending-queue-status): Fixed.
11164
11165 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11166
11167         * wl-draft.el (wl-draft): Put category property on
11168         mail-header-separator.