* wl-expire.el (wl-expire-make-sortable-date): Macro to inline-function.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-expire.el (wl-expire-make-sortable-date): Macro to
4         inline-function.
5         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
6         Macro to function.
7         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
8         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
9         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
10         Macro to function.
11
12         * wl-thread.el (wl-thread-open, wl-thread-close): Use
13         `point-at-bol', `point-at-eol'.
14
15         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
16         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
17         `(string-to-char " ")' instead of `? ', `?\ '.
18         * wl-action.el (wl-summary-print-argument): Ditto.
19         * wl-address.el (wl-complete-field-body): Ditto.
20         * wl-demo.el (wl-demo-insert-image): Ditto.
21         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
22         * wl-util.el (wl-ask-folder, wl-set-string-width)
23         (wl-y-or-n-p-with-scroll): Ditto.
24
25         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
26         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
27         verbose point move.
28
29         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
30         and `point-at-eol'.
31         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
32         Ditto.
33
34 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
35
36         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
37         `(beginning-of-line) (point)'.
38
39         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
40         (wl-fldmgr-delete-line): Change from macro to function. Use
41         `point-at-bol' and `point-at-eol'.
42
43         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
44         `function' for lambda.
45
46         * wl.el (wl-plugged-server-indent): Change from macro to function.
47
48         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
49
50         * wl-draft.el (wl-draft-config-body-goto-header)
51         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
52         macro to function.
53
54         * wl-score.el (wl-score-get-alike): Change from macro to
55         inline-function.
56
57         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
58         instead of `mapcar'. Don't use `function' for lambda.
59         (wl-read-search-condition-internal): Don't use `function' for
60         lambda.
61         (wl-kill-buffers): Change from macro to function.
62         (wl-count-lines): Change from macro to inline-function.
63
64         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
65
66         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
67
68         * wl.el (wl-plugged-change): Suppress compile warnings; Use
69         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
70         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
71         * wl-address.el (wl-complete-window-show): Ditto.
72         * wl-message.el (wl-message-select-buffer): Ditto.
73         * wl-template.el (wl-template-show): Ditto.
74         * wl-util.el (wl-collect-summary): Ditto.
75         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
76         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
77         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
78         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
79         (wl-score-edit-insert-number): Ditto.
80
81         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
82         symbol.
83
84         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
85         of `goto-line'.
86
87         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
88
89 2009-12-16  Lloyd Zusman <ljz@asfast.com>
90
91         * wl-summary.el (wl-summary-detect-mark-position): Force
92         the temporary buffer to enable the use of multibyte characters
93         within searches [wl-en:2460].
94
95 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
96
97         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
98         of `beginning-of-buffer'.
99
100 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
101
102         * wl-summary.el (wl-summary-display-raw): New function, display
103         message in raw format.
104
105 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
106
107         * Version number is increased to 2.15.7.
108
109 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
110
111         * wl-summary.el (wl-summary-previous-message-number): New function.
112         (wl-summary-next-message-number): Ditto.
113         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
114         `wl-summary-next-message-number'.
115         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
116         Inline temporary variable `cur-id'.
117         (wl-summary-get-next-unread-folder): Ditto.
118         (wl-summary-get-next-folder): Ditto.
119         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
120
121 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
122
123         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
124
125 2008-09-05  Kenichi Okada  <okada@opaopa.org>
126
127         * wl-summary.el (wl-summary-buffer-folder-name)
128         (wl-draft-config-body-goto-header): Use backquote instead of quote.
129         * wl-draft.el (wl-draft-body-goto-top)
130         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
131
132 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
133
134         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
135         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
136
137 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
138
139         * wl-expire.el: Fix Comentary section.
140
141 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
142
143         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
144         Require mime-parse, elmo-mime, and wl-util.
145
146         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
147
148         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
149
150 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
151
152         * wl-template.el: Require elmo-util and wl-vars.
153
154         * wl-mime.el (wl-mime-display-header): Revert last change.
155         Remove `delete-matching-lines "^$"'.
156
157 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
158
159         * wl-mime.el (wl-define-dummy-functions): Split
160         `eval-when-compile' form for avoid error; when `make
161         compile-strict.
162
163         * wl-util.el: Move (eval-when-compile (require 'static)).
164         * wl-dnd.el: Add (eval-when-compile (require 'static)).
165         * wl-message.el: Ditto.
166
167         * wl-mime.el (wl-message-delete-current-part): Use
168         `insert-buffer-substring' instead of `insert-buffer'.
169         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
170         * wl-draft.el (wl-draft-generate-clone-buffer)
171         (wl-draft-do-mime-bcc): Ditto.
172
173         * wl-address.el: Add (eval-when-compile (require 'cl)).
174         * wl-addrmgr.el: Ditto.
175         * wl-mime.el: Ditto.
176         * wl-util.el: Ditto.
177         * wl-score.el: Ditto.
178
179 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
180
181         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
182         `string-to-int'.
183
184         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
185         `string-to-int'.
186
187         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
188         `string-to-number' instead of `string-to-int'.
189
190         * wl-summary.el (wl-summary-get-list-info)
191         (wl-summary-message-number): Use `string-to-number' instead of
192         `string-to-int'.
193
194         * wl-score.el (wl-score-overview-entity-get-lines)
195         (wl-score-set-mark-below, wl-score-set-expunge-below)
196         (wl-summary-increase-score, wl-score-get-header-entry): Use
197         `string-to-number' instead of `string-to-int'.
198
199         * wl-folder.el (wl-folder-update-diff-line): Use
200         `string-to-number' instead of `string-to-int'.
201
202         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
203         instead of `string-to-int'.
204
205         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
206         instead of `string-to-int'.
207
208         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
209         `string-to-int'.
210
211 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
212
213         * wl-util.el (wl-match-string, wl-match-buffer)
214         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
215         (wl-kill-buffers, wl-local-variable-p)
216         (wl-line-formatter-setup): New backquote style.
217         (wl-count-lines): Use quote instead of backquote.
218
219         * wl-summary.el (wl-summary-buffer-folder-name)
220         (wl-summary-get-alike): Use quote instead of backquote.
221         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
222         backquote style.
223
224         * wl-message.el (wl-message-buffer-cache-buffer-get)
225         (wl-message-buffer-cache-folder-get)
226         (wl-message-buffer-cache-message-get)
227         (wl-message-buffer-cache-entry-make)
228         (wl-message-buffer-cache-hit): New backquote style.
229
230         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
231         backquote.
232         (wl-folder-unread-regex, wl-folder-entity-exists-p)
233         (wl-folder-clear-entity-info)
234         (wl-folder-get-entity-info, wl-folder-set-entity-info)
235         (wl-folder-elmo-folder-cache-get)
236         (wl-folder-elmo-folder-cache-put): New backquote style.
237
238         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
239         (wl-fldmgr-assign-id): Ditto.
240         (wl-fldmgr-delete-line): Use quote instead of backquote.
241         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
242
243         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
244         (wl-draft-set-sent-message): New backquote style.
245         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
246         (wl-draft-config-body-goto-header): Use quote instead of backquote.
247
248 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
249
250         * wl-address.el (wl-address-concat-token): Fix typo.
251
252 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
255         (wl-score-get-alike): Ditto.
256
257         * wl-vars.el: New backquote style.
258         (wl-message-header-button-alist): Use quote instead of backquote.
259
260         * wl.el (wl-plugged-string): New backquote style.
261
262         * wl-address.el (wl-address-concat-token): New backquote style.
263
264         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
265
266 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
267
268         * wl-highlight.el (wl-highlight-folder-opened-regexp)
269         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
270
271         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
272         in the character alternative.
273
274 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
275
276         * Version number is increased to 2.15.6.
277
278 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
279
280         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
281         optional 3rd argument of epg-context-set-progress-callback; it was
282         temporarily removed in the Emacs trunk due to copyright problem.
283         (wl-mime-pgp-verify-region-with-epg): Ditto.
284
285 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
286
287         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
288
289 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
290
291         * wl-util.el (wl-biff-check-folders): Set biff flag.
292         (from Naoto Morishima [wl:14031])
293
294 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
295
296         * wl.el (wl-plugged-server-indent): Use quote instead of
297         backquote.
298
299 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
300
301         * wl-score.el (wl-score-insert-header): Add guard for
302         `std11-unfold-string'.
303         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
304         TYPE artgument when TO or CC field.
305
306 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-summary.el (wl-summary-goto-folder-subr): Call
309         `elmo-folder-close' instead of `elmo-folder-commit' if discard
310         current summary.
311
312 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-util.el (wl-read-shell-commande): New function or alias.
315
316         * wl-summary.el (wl-summary-pipe-message): Use
317         `wl-read-shell-command' instead of `read-string'.
318         (wl-summary-target-mark-pipe): Ditto.
319
320 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
321
322         * wl-summary.el (wl-summary-reply): Fix docstring.
323         * wl-draft.el (wl-draft-reply): Ditto.
324
325 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-mime.el (wl-summary-extract-attachments): New command.
328         (wl-summary-extract-attachments-1): New internal function.
329
330 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * wl-expire.el (wl-expire-folder): New function (split from
333         wl-summary-expire).
334         (wl-summary-expire): Use it. Add argument `all' instead of remove
335         `nolist'. Cause an error only if this function is calling
336         interactively.
337
338 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-expire.el (wl-expire-refile): Display progress message.
341         (wl-summary-expire): Simplify.
342
343         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
344         unused argument `deleting-info'.
345
346 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-vars.el (wl-message-popup-buffers): New user option.
349
350         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
351         (wl-message-delete-popup-windows): New function that substitues
352         above one.
353         (wl-mime-setup): Follow the above change.
354
355 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
356
357         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
358
359 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
360
361         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
362         "tkm" to wl-thread-spam.
363
364 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
365
366         * wl-thread.el (wl-thread-entity-insert-as-children): Use
367         wl-thread-entity-set-children.
368         (wl-thread-insert-message, wl-thread-insert-entity-sub,
369         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
370         Use wl-thread-entity-get-*.
371
372 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-mime.el (wl-epg-progress-callback): New function.
375         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
376         with `elmo-with-progress-display'. Set a progress callback
377         function to epg-context.
378         (wl-mime-pgp-verify-region-with-epg): Ditto.
379
380 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-util.el (wl-completing-read-multiple): Define as an alias of
383         `completing-read-multiple' if emacs-version is not less than 22.
384
385 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
388         change.
389
390 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-summary.el (wl-summary-sync-update): Move
393         `wl-thread-update-indent-string-thread' to outside of
394         `elmo-with-progress-display'.
395
396 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
397
398         * wl-message.el (wl-message-exit): Check buffer existence.
399
400 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-util.el (wl-simple-display-progress): New function.
403         (wl-display-progress-with-gauge): Ditto.
404         (wl-progress-callback-function): Ditto.
405
406         * wl.el (wl-init): Set `elmo-progress-callback-function' as
407         `wl-progress-callback-function'
408
409         * wl-vars.el (wl-display-progress-threshold): New user option.
410         (wl-display-progress-function): Ditto.
411
412         * Version number is increased to 2.15.5.
413
414 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-thread.el (wl-thread-close-children): New function.
417         (wl-thread-open-children): Ditto.
418         * wl-action.el (wl-summary-set-mark): Redo the last change by
419         using it.
420
421         * wl-action.el (wl-summary-set-mark): Undo the last change.
422         Forbid interactive call.
423
424 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-mime.el (wl-define-dummy-functions): New macro.
427         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
428         `wl-mime-pgp-decrypt-region'.
429         (wl-mime-pgp-verify-region-with-epg): Renamed from
430         `wl-mime-pgp-verify-region'.
431         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
432         `wl-mime-pgp-decrypt-region'.
433         (wl-mime-pgp-verify-region-with-pgg): Renamed from
434         `wl-mime-pgp-verify-region'.
435         (wl-mime-pgp-decrypt-region): New function; To select dispatch
436         function at runtime.
437         (wl-mime-pgp-verify-region): Ditto.
438
439         * wl-vars.el (wl-use-pgp-module): New user option.
440
441 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
442
443         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
444         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
445
446 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
447
448         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
449         even if there are target marks only.
450
451 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
452
453         * Version number is increased to 2.15.4.
454
455 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-folder.el (wl-folder-check-one-entity): Simplify.
458
459 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
460
461         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
462         variable.
463
464 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
465
466         * wl-spam.el (wl-thread-test-spam): New function.
467         (wl-spam-setup): Bind "tkc".
468
469 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-expire.el (wl-folder-expire-entity): Rewite without
472         `wl-summary-goto-folder-subr'.
473         (wl-folder-expire-current-entity): Don't kill summary buffer.
474
475 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-folder.el (wl-folder-sync-entity): Rewrite without
478         `wl-summary-goto-folder-subr'.
479         (wl-folder-mark-as-read-all-entity): Likewise.
480
481         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
482
483 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
484
485         * wl-thread.el (wl-thread-force-open): Arranged.
486
487 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
490         from regexp.
491
492         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
493         (wl-read-search-condition-internal): Append them.
494
495 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-vars.el (wl-additional-search-condition-fields):
498         New user option.
499
500         * wl-util.el (wl-search-condition-fields): New function; export
501         from `wl-read-search-condition-internal'.
502         (wl-read-search-condition-internal): Use it.
503
504         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
505
506 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-summary.el (wl-summary-define-sort-command): New function.
509         (wl-summary-sort-by-date, wl-summary-sort-by-number)
510         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
511         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
512         define by `wl-summary-define-sort-command' at runtime.
513
514         * wl.el (wl-init): Call wl-summary-define-sort-command.
515
516 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
519         properties at the decrypting region.
520
521 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-util.el (wl-find-region): New function.
524
525         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
526         coding system.
527         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
528         property `wl-mime-decoded-coding-system'.
529         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
530         property `wl-mime-decoded-coding-system' to encode text.
531
532         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
533         message.
534         (wl-mime-pgp-verify-region): Ditto.
535
536 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
539         buffer. Use epa-display-verify-result.
540
541 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-draft.el (wl-draft-send): Continue even if setting parent
544         flag was failed.
545
546 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
547
548         * wl-message.el (wl-message-flag-indicator): Fixed the problem
549         of returning string only of parentheses.
550
551 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-summary.el (wl-summary-write): Add argument `folder'.
554         (wl-summary-write-current-folder): Change argument `folder' from
555         optional to require.
556         (wl-summary-get-buffer): Return the buffer associated folder only.
557
558         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
559         change.
560         (wl-folder-toggle-disp-summary): Ditto.
561
562         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
563         current summary as parent-folder.
564
565 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
566
567         * wl-draft.el (wl-draft-reedit): Don't overwrite
568         wl-draft-parent-folder.
569
570 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
573         (wl-mime-pgp-verify-region): Ditto.
574         (wl-message-decrypt-pgp-nonmime): Use the above function.
575         (wl-message-verify-pgp-nonmime): Likewise.
576         (wl-mime-preview-application/pgp): Likewise.
577
578 2006-04-20  Kenichi Okada  <okada@opaopa.org>
579
580         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
581         Fix about the order of `wl-nntp-posting-port' and
582         `wl-nntp-posting-stream-type'.
583         * wl.el (wl-plugged-port-label-alist): Add smtp.
584
585 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-summary.el (wl-summary-message-status): New macro.
588
589         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
590         (wl-summary-killed-mark): New user option.
591
592         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
593         API change.
594         (wl-thread-insert-entity-sub): Ditto.
595         (wl-thread-recover-messages): New command.
596
597         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
598         Don't call `wl-highlight-summary-current-line' directly.
599         (wl-summary-buffer-attach): Connect to signal `status-changed'
600         instead of `cache-changed'.
601         (wl-summary-buffer-detach): Follow the above change.
602         (wl-summary-detect-mark-position): Follow the API change.
603         (wl-summary-rescan-message): Ditto.
604         (wl-summary-insert-sequential): Ditto.
605         (wl-summary-update-thread): Ditto.
606         (wl-summary-message-mark): Ditto.
607         (wl-summary-persistent-mark): Ditto.
608         (wl-summary-create-line): Ditto.
609         (wl-summary-prefetch-region-no-mark): Call
610         `wl-summary-persistent-mark' with number.
611         (wl-summary-recover-messages-region): New command.
612         (wl-summary-target-mark-recover): Ditto.
613         (wl-summary-recover-message): Ditto.
614         (wl-summary-persistent-mark-string): Add argument `status' instead
615         of remove arguments `flags' and `cached'.  Treat killed status.
616         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
617
618         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
619         (wl-highlight-summary-line-face-spec): Treat killed status.
620         (wl-highlight-summary-line-string): Follow the API change.
621         (wl-highlight-summary-current-line): Ditto.
622
623         * Version number is increased to 2.15.3.
624
625 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
628         of symbolp to test whether the condition is function.
629
630 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
633         to nil.
634
635 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-summary.el (wl-summary-buffer-message-ring): New internal
638         variable.
639         (wl-summary-buffer-last-displayed-msg): Abolish.
640         (wl-summary-push-message): New function.
641         (wl-summary-pop-message): Ditto.
642         (wl-summary-goto-folder-subr): Reset
643         `wl-summary-buffer-message-ring'.
644         (wl-summary-pop-to-last-message): New command.
645         (wl-summary-goto-last-displayed-msg): Call
646         wl-summary-pop-to-last-message if optional argument is non-nil or
647         the last command is itself.
648         (wl-summary-redisplay-internal): Push last message number into
649         `wl-summary-buffer-message-ring'.
650
651         * wl-vars.el (wl-summary-message-ring-max): New user option.
652
653 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
656         from `wl-draft-reply').
657         (wl-draft-reply): Use it.
658         (wl-draft-find-reply-headers): Avoid compile warning.
659
660 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
661
662         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
663
664 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-message.el (wl-message-flag-indicator): New function.
667         (wl-message-redisplay): Use it.
668
669 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
670
671         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
672
673 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
676         instead of `read-event'.
677
678         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
679
680         * wl-mule.el (wl-read-event-char): Ditto.
681
682         * wl-e21.el (wl-read-event-char): Ditto.
683
684 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
687
688 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-vars.el (wl-draft-send-confirm-type): New user option.
691
692         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
693
694         * wl-draft.el (wl-draft-send-confirm): Confirmation by
695         `wl-draft-send-confirm-type'
696
697 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
700         Avoid error when the buffer name is already used.
701
702 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
703
704         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
705         the change of elmo-nmz -> elmo-search.
706         (wl-highlight-summary-line-help-echo-alist): Ditto.
707         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
708         (wl-nmz-folder-icon): Define as obsolete.
709         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
710         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
711
712 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-summary.el (wl-summary-get-list-info): Rewrite with
715         `elmo-find-list-match-value'
716
717 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-summary.el (wl-summary-get-list-info): Optimize.
720         Use List-Id and List-Post also.
721
722 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
725
726 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
727
728         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
729
730 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-util.el (wl-completing-read-multiple-1): New internal function.
733         (wl-completing-read-multiple-2): Ditto.
734         (wl-completing-read-multiple): Define use above functions.
735
736         * wl-summary.el (wl-summary-sort): Removed the workaround for a
737         bug of `completing-read-multiple' about default value.
738
739         * wl-xmas.el (wl-completing-read-multiple): Removed.
740
741         * wl-mule.el (wl-completing-read-multiple): Ditto.
742
743         * wl-e21.el (wl-completing-read-multiple): Ditto.
744
745 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-util.el (wl-filter-associations): New function.
748
749         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
750         (wl-spam-ignored-folder-list): Ditto.
751         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
752         (wl-spam-string-member-p): New function.
753         (wl-spam-domain): Use it.
754         (wl-spam-split-numbers): New function.
755         (wl-spam-apply-partitions): Ditto.
756         (wl-spam-register-spam-messages): Use `folder' instead of
757         `wl-summary-buffer-elmo-folder'.
758         (wl-spam-register-good-messages): Ditto.
759         (wl-summary-exec-action-spam): Decide a domain by real folder of
760         message.
761         (wl-summary-exec-action-refile-with-register): Likewise.
762
763 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
764
765         * wl-e21.el (wl-e21-find-image): New function.
766         (wl-e21-setup-toolbar): Use it instead of `find-image'.
767         (wl-e21-highlight-folder-group-line): Ditto.
768         (wl-folder-init-icons): Ditto.
769         (wl-plugged-init-icons): Ditto.
770         (wl-biff-init-icons): Ditto.
771
772 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
775         (wl-inhibit-save-drafts): New internal variable.
776         (wl-disable-auto-save): Ditto.
777         (wl-save-drafts): Treat above variables.
778         (wl-auto-save-drafts): New function.
779         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
780         `wl-stop-save-drafts'.
781         (wl-start-save-drafts): New function.
782         (wl-stop-save-drafts): Ditto.
783         (wl-set-auto-save-draft): New command.
784
785         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
786         `wl-set-save-drafts'.
787
788 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
791         `make-local-variable' instead of `make-variable-buffer-local'.
792
793 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
794
795         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
796
797 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
798
799         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
800
801 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
804         of working buffer.
805
806 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
809
810         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
811         value into recipients; Bind `wl-draft-remove-group-list-contents'
812         as nil.
813
814 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-summary.el (wl-summary-sort): Fixed the last change.
817
818         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
819         (wl-summary-sort-messages): Ditto.
820         (wl-summary-rescan): Use it.
821         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
822         `completing-read'; Append candidates for reverse order.
823
824 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * Version number is increased to 2.15.2.
827
828 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
829
830         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
831         "Smaller".
832         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
833
834 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
837
838 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * wl-vars.el (wl-draft-additional-header-alist): Add into the
841         customize group `wl-draft'.
842         (wl-draft-add-in-reply-to): Move customize group from `wl' to
843         `wl-draft'.
844         (wl-draft-add-references): Ditto.
845
846         * wl-action.el (wl-summary-print-argument): Rename argument from
847         `folder' to `data'.
848
849 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-summary.el (wl-summary-rescan-message): Call
852         `wl-thread-cleanup-symbols' before insert thread.
853
854 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl.el (wl-init): Set `elmo-get-folder-function' as
857         `wl-folder-make-elmo-folder'.
858
859         * wl-spam.el (wl-summary-exec-action-spam): Use
860         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
861
862         * wl-folder.el (wl-folder-make-elmo-folder): New function.
863         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
864         `elmo-make-folder'.
865         (wl-folder-get-elmo-folder): Ditto.
866         (wl-folder-create-subr): Simplify.
867
868 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
869
870         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
871
872 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
875         contents in message buffer instead of original buffer. If optional
876         argument specified, ask coding system for encode.
877
878 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
879
880         * wl-spam.el (wl-summary-test-spam-region): New function.
881         (wl-spam-setup): Bind "rkc".
882
883 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
884
885         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
886
887 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
888
889         * wl-spam.el (wl-summary-test-spam): Fix typo.
890         (wl-message-check-spam): Ditto.
891
892 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
893
894         * wl-summary.el (wl-summary-default-from): Simplify.
895
896 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-action.el (wl-summary-exec-action-refile): Simplify.
899         (wl-summary-exec-action-copy): Ditto.
900         (wl-summary-auto-refile): Check existence of temporary mark.
901
902 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-summary.el (wl-summary-create-line): Use
905         `elmo-time-to-datevec'.
906
907         * wl-expire.el (wl-expire-archive-date): Ditto.
908         (wl-expire-localdir-date): Ditto.
909
910         * wl-util.el (wl-day-number): Abolish.
911
912         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
913         of `wl-day-number'.
914         (wl-score-followup): Ditto.
915         (wl-score-add-followups): Ditto.
916         (wl-score-get-latest-msgs): Ditto.
917         (wl-score-get-header-entry): Ditto.
918         (wl-score-edit-insert-date): Ditto.
919
920 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
921
922         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
923         `elmo-message-entity-field' with 2nd argument `type'.
924
925 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
926
927         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
928
929 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-thread.el (wl-thread-delete-message): Delete descendant
932         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
933
934 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
935
936         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
937
938 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
939
940         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
941         `Access folder'.
942
943 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-vars.el (wl-access-folder-icon): New user option.
946
947         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
948         `Access folder'.
949
950 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
951
952         * wl-summary.el (wl-summary-buffer-set-folder): Use
953         `wl-folder-mime-charset'.
954
955         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
956         `mime-charset'.
957         (wl-folder-get-elmo-folder): Ditto.
958         (wl-folder-mime-charset): New function.
959
960 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-util.el (wl-parse-addresses): Define alias of
963         `elmo-parse-addresses' (move to `elmo-util.el').
964
965         * wl-summary.el (wl-summary-default-from): Follow the API change.
966         (wl-summary-overview-entity-compare-by-date): Ditto.
967         (wl-summary-overview-entity-compare-by-from): Ditto.
968         (wl-summary-get-list-info): Get value of `ml-info' field from
969         entity at first.
970         (wl-summary-rescan-message): Treat prefix argument.
971         (wl-summary-prefetch-msg): Follow the API change.
972         (wl-summary-search-by-subject): Ditto.
973         (wl-summary-insert-thread): Ditto.
974         (wl-summary-line-subject): Ditto.
975         (wl-summary-line-from): Ditto.
976         (wl-summary-create-line): Ditto.
977         (wl-summary-print-message-with-ps-print): Ditto.
978
979         * wl-score.el (wl-score-ov-entity-get): Ditto.
980         (wl-score-followup): Ditto.
981         (wl-score-add-followups): Use `elmo-message-entity-field' instead
982         of `car'.
983         (wl-score-get-latest-msgs): Follow the API change.
984         (wl-score-get-header): Ditto.
985
986         * wl-refile.el (wl-refile-learn): Ditto.
987         (wl-refile-subject-learn): Ditto.
988         (wl-refile-get-field-value): Ditto.
989         (wl-refile-guess-by-history): Ditto.
990         (wl-refile-guess-by-subject): Ditto.
991
992         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
993
994         * wl-expire.el (wl-expire-date-p): Removed.
995         (wl-expire-archive-date): Follow the API change.
996         (wl-expire-localdir-date): Ditto.
997         (wl-summary-expire): Ditto.
998
999         * Version number is increased to 2.15.1.
1000
1001 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1004         group is access or not (it is not strict, like wl-fldmgr-rename).
1005
1006 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1007
1008         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1009         duplicate call of `wl-summary-print-argument' on the wrong line.
1010
1011 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1014         even if argument `number' is nil.
1015         (wl-summary-insert-line): Print action argument if current message
1016         has it.
1017
1018 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1021         (wl-draft-reply): Ditto.
1022         (wl-draft): Add optional argument `parent-number' and call
1023         `wl-draft-create-buffer' with it.
1024         (wl-draft-create-buffer): Add optional argument
1025         `parent-number'. Set wl-draft-parent-number as it.
1026
1027 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1028
1029         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1030         buffer is not for given folder, don't use it.
1031
1032 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1033
1034         * Version number is increased to 2.15.0.
1035
1036 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1039
1040         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1041         (wl-highlight-get-face-by-name): New internal function.
1042         (wl-highlight-summary-line-face-spec): Use it and fixed.
1043
1044 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-summary.el (wl-summary-sync-update): Use
1047         `elmo-message-entity-field' instead of `car' to get message-id
1048         from overview entity.
1049
1050         * wl-summary.el (wl-summary-rescan-message): Call
1051         `wl-highlight-summary-displaying' when displaying a message.
1052
1053 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1054
1055         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1056         `wl-draft-config-info-operation'.
1057         (wl-draft-buffer-change-number): New function.
1058         (wl-draft-rename-saved-config): Ditto.
1059         * wl.el (wl-init): Connect slot for message-number-changed.
1060         (toplevel): Add autoload for wl-draft-rename-saved-config.
1061
1062 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1065         `update-overview'
1066         (wl-summary-buffer-detach): Disconnect from it.
1067         (wl-summary-rescan-message): Use command.
1068
1069         * wl-message.el (wl-message-buffer-display): Use
1070         `with-current-buffer' instead of `save-excursion'.
1071
1072 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1075         wl-draft-preview-attributes-list from distraction.
1076
1077 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1078
1079         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1080         `elmo-list-diff'.
1081
1082 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-summary.el
1085         (wl-summary-edit-addresses-collect-candidate-fields): Use
1086         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1087
1088         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1089         instead of `elmo-set-work-buf'.
1090
1091         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1092         (wl-address-make-address-list): Ditto.
1093
1094         * Version number is increased to 2.13.3.
1095
1096 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1099         user option.
1100
1101         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1102         argument `5'.
1103
1104         * wl-message.el (wl-message-display-no-merge-p): New function.
1105         (wl-message-buffer-display): Check whether the message is
1106         reassembled and follow the API change.
1107
1108 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1111         multibyte on working buffer and removed unnecessary
1112         `buffer-disable-undo'.
1113
1114 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1117         change.
1118
1119 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1120
1121         * wl-util.el (wl-read-search-condition-internal): Protect
1122         elmo-global-flags from distraction.
1123
1124 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1125
1126         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1127
1128         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1129         (wl-summary-event-handler): Ditto.
1130         (wl-summary-update-persistent-mark-on-event): New
1131         function (renamed from `elmo-event-handler-flag-changed').
1132         (wl-summary-buffer-attach): New function.
1133         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1134         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1135         instead of `elmo-folder-add-handler'.
1136
1137         * Version number is increased to 2.13.2.
1138
1139 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1140
1141         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1142         and "\177" to the `wl-news-previous-page'.
1143         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1144         (wl-news-previous-page): New function.
1145
1146 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1149         instead of `write-region' and simplify.
1150
1151 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1152
1153         * wl-template.el (wl-template-select): Cause error if
1154         `wl-template-alist' is nil.
1155
1156 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1157
1158         * wl-news.el.in: Set file variable `no-byte-compile'.
1159
1160 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1163         whether a target message is within displaying area.
1164         (elmo-event-handler-cache-changed): Ditto.
1165
1166 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1167
1168         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1169         to `defun'.  Use `nconc' instead of `append' to collect descendant
1170         message numbers.
1171
1172 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1173
1174         * wl-thread.el (wl-thread-save-top-list)
1175         (wl-thread-save-entities): Use `with-temp-buffer'.
1176         * wl-news.el.in (wl-news-previous-version-load):
1177         (wl-news-previous-version-save): Ditto.
1178         * wl-summary.el (wl-summary-load-file-object)
1179         (wl-summary-save-view-cache): Ditto.
1180
1181 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-util.el (toplevel): Require 'elmo-flag'.
1184         (wl-read-search-condition): New function (Renamed from
1185         `elmo-read-search-condition').
1186         (wl-read-search-condition-internal): Likewise.
1187
1188         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1189         invalid.
1190         (wl-summary-pick): Use `wl-read-search-condition' instead of
1191         `elmo-read-search-condition'.
1192         (wl-summary-virtual): Ditto.
1193
1194         * wl-folder.el (wl-folder-virtual): Ditto.
1195         (wl-folder-pick): Ditto.
1196
1197         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1198
1199 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-summary.el (wl-summary-reedit): Call
1202         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1203
1204 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1205
1206         * wl-mime.el (toplevel): Require wl-vars.
1207
1208         * wl-message.el (toplevel): Require cl at compile.
1209
1210         * wl-draft.el (toplevel): Require elmo.
1211
1212 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1213
1214         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1215         and do nothing when it is not positive.
1216         (wl-message-buffer-prefetch-next): Ditto.
1217
1218 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1219
1220         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1221         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1222         (wl-summary-redisplay-internal): Ditto.
1223
1224         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1225         message (the condition is borrowed from `wl-check-variables-2').
1226         (wl-summary-redisplay-internal): Ditto.
1227
1228 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1229
1230         * wl-mime.el (wl-draft-nntp-attribute): New function.
1231         (wl-draft-attribute-nntp-posting-server): Use it.
1232         (wl-draft-attribute-nntp-posting-port): Ditto.
1233
1234         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1235         (wl-draft-show-attributes-buffer): Ditto.
1236         (wl-draft-hide-attributes-buffer): Ditto.
1237         (wl-draft-attribute-newsgroups): Ditto.
1238         (wl-draft-attribute-nntp-posting-server): Ditto.
1239         (wl-draft-attribute-nntp-posting-port): Ditto.
1240         (wl-draft-preview-message): Use there functions.
1241
1242         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1243         value.
1244
1245 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1248         (wl-draft-reedit): Ditto.
1249         (wl-draft-queue-flush): Ditto.
1250
1251         * wl-mime.el (wl-message-request-partial): Ditto.
1252         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1253         instead of `elmo-message-fetch'.
1254
1255         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1256
1257         * wl-summary.el (wl-summary-message-string): Ditto.
1258
1259 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-util.el (wl-current-message-buffer): Follow the API change.
1262
1263         * wl-summary.el (wl-summary-redisplay-internal): Call
1264         `wl-summary-mark-as-read' with 2nd argument as nil and update
1265         unread count instead of persistent mark.
1266
1267         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1268         variable.
1269         (wl-message-redisplay): Follow the API change.
1270         (wl-message-buffer-display): Managed mime-entity directly and
1271         return preview buffer only.
1272         (wl-message-display-internal): Rewrite.
1273         (wl-message-buffer-prefetch-subr): Not save return value of
1274         `wl-message-buffer-display'.
1275
1276         * Version number is increased to 2.13.1.
1277
1278 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1279
1280         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1281         'elmo-multiple-fields-body-list' with boundary specified.
1282
1283 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1284
1285         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1286         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1287         cache if `wl-summary-resend-use-cache' is non-nil.
1288
1289 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1290
1291         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1292         (wl-nntp-posting-stream-type): Ditto.
1293
1294 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1295
1296         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1297
1298 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1299
1300         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1301         message.
1302
1303 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1306         Abolish.
1307         (wl-summary-buffer-persistent-mark-version): New internal
1308         variable.
1309         (wl-summary-update-mark-and-highlight-window): Check by
1310         wl-summary-persistent-mark-invalid-p.
1311         (wl-summary-update-status-marks): Ditto.
1312         (elmo-event-handler-flag-changed): Rewrite.
1313         (elmo-event-handler-cache-changed): Define.
1314         (wl-summary-prefetch-msg): Does not update persistent mark here.
1315         (wl-summary-delete-cache): Ditto.
1316         (wl-summary-resume-cache-status): Ditto.
1317         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1318         (wl-summary-persistent-mark-invalid-p): New function.
1319         (wl-summary-validate-persistent-mark): Ditto.
1320         (wl-summary-validate-persistent-mark-string): Ditto.
1321         (wl-summary-invalidate-persistent-mark): Ditto.
1322         (wl-summary-update-persistent-mark): Call
1323         `wl-summary-validate-persistent-mark'.
1324         (wl-summary-create-line): Call
1325         `wl-summary-validate-persistent-mark-string'.
1326
1327         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1328         status as t if cache used.
1329
1330 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1331
1332         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1333         only if the target is group.
1334         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1335
1336 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1337
1338         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1339
1340 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1341
1342         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1343
1344         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1345
1346 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1349         (Thanks to Yoichi NAKAYAMA).
1350
1351 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1352
1353         * wl-util.el (wl-save-drafts): Restore echo area.
1354
1355 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1356
1357         * Version number is increased to 2.13.0.
1358
1359         * wl-util.el (wl-biff-check-folder-async): Use
1360         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1361
1362 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * wl-message.el (wl-message-display-internal): Does not put
1365         wl-message-display-type property on message buffer.
1366         (wl-message-buffer-display-type): New function.
1367
1368         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1369
1370         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1371         `wl-summary-buffer-detach'.
1372         (wl-summary-message-display-type): Use
1373         `wl-summary-buffer-display-type'.
1374
1375 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1376
1377         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1378         buffer-local.
1379
1380         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1381         kill-buffer-hook instead of make-local-variable.
1382         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1383
1384 2004-12-12  Scott Renfro <scott@renfro.org>
1385
1386         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1387         regex for square-branket.
1388
1389 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1392         `wl-message-mime-analysis-p' with argument `header'.
1393
1394 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-mime.el (wl-draft-yank-current-message-entity): 
1397         Switch to no-mime following method according to wl-message-display-type
1398         property.
1399         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1400
1401         * wl-message.el (wl-message-display-internal): 
1402         Put wl-message-display-type property on message buffer.
1403
1404         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1405         (wl-message-display-internal): Ditto;
1406
1407         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1408
1409 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * wl-message.el (wl-message-make-display-type): New function.
1412         (wl-message-display-type-property): Ditto.
1413         (wl-message-mime-analysys-p): Ditto.
1414         (wl-message-display-all-header-p): Ditto.
1415         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1416         added `display-type'.
1417         (wl-message-buffer-display): Likewise.
1418         (wl-message-display-internal): Likewise.
1419         (wl-message-buffer-display-type): Abolish.
1420         (wl-message-buffer-prefetch-subr): Follow the API changed.
1421
1422         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1423         from wl-summary-buffer-display-all-header and changed default value.
1424         (wl-summary-message-display-type): New function.
1425         (wl-summary-buffer-display-mime-mode): Ditto.
1426         (wl-summary-buffer-display-header-mode): Ditto.
1427         (wl-summary-toggle-mime): Rewrite with above functions.
1428         (wl-summary-toggle-all-header): Ditto.
1429         (wl-summary-redisplay): Force redisplay with default mode.
1430         (wl-summary-redisplay-internal): Renamed argument from `mode',
1431         `all-header' to `mime-mode', `header-mode'.
1432         Use `wl-message-make-display-type'.
1433
1434         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1435         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1436
1437 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1438
1439         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1440
1441 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1442
1443         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1444         in original message buffer.
1445         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1446         buffer.
1447
1448 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1449
1450         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1451
1452 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1455
1456 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1457
1458         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1459         when actions succeeded.
1460         (wl-summary-exec-action-copy): Likewise.
1461
1462 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1463
1464         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1465         there is switch-to-buffer at the end of wl-message-select-buffer.
1466         (wl-summary-reply): Ditto.
1467
1468 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1469
1470         * wl-summary.el (wl-summary-forward): Put subject in original
1471         message buffer as argument of wl-draft-forward.
1472         * wl-draft.el (wl-draft-forward): Decode subject as in
1473         wl-draft-reply.
1474
1475 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1476
1477         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1478         a folder under access group.
1479
1480 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1483         wl-message-buffer-display.
1484
1485         * wl-util.el (wl-set-save-drafts): Fix typo.
1486
1487 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1490         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1491         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1492         the way to measure the width of a bitmap image; don't put face on
1493         ascii and bitmap images; put the mark which should not use the
1494         variable-pitch face on ascii and bitmap images.
1495         (wl-demo-setup-properties): Don't use the variable-pitch face on
1496         ascii and bitmap images; made it work on Emacs 20 and earlier.
1497         (wl-demo-insert-text): End with a newline at the bottom; don't put
1498         face on text.
1499
1500         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1501
1502 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1503
1504         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1505
1506         * wl-util.el (wl-save-drafts): Moved from sample setting.
1507         (wl-set-save-drafts): New function to set idle timer.
1508         * wl-draft.el (wl-draft): Call it.
1509         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1510
1511 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1512
1513         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1514         a summary which has toggle display status off.
1515
1516 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-draft.el (wl-draft-do-fcc): No cache save.
1519
1520 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1521
1522         * wl-summary.el (elmo-event-handler-flag-changed): Use
1523         `set-buffer' instead of `with-current-buffer'.
1524
1525 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-summary.el (wl-summary-after-resize-function): New function.
1528         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1529         window-size-change-functions.
1530
1531 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1532
1533         * wl-draft.el (wl-draft-create-buffer): Bind
1534         `change-major-mode-hook' after current buffer is changed.
1535
1536         * wl-summary.el (wl-summary-buffer-detach): New function.
1537         (wl-summary-buffer-set-folder): Call it.
1538         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1539         change-major-mode-hook and kill-buffer-hook.
1540         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1541         (wl-summary-switch-to-clone-buffer): Ditto.
1542         (wl-summary-goto-folder-subr): Ditto.
1543
1544 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1545
1546         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1547         after boundp check.
1548
1549 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1550
1551         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1552         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1553         for `kill-buffer'.
1554
1555         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1556         handler of current buffer from elmo-folder.
1557
1558 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1559
1560         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1561
1562 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1565         variable.
1566         (wl-summary-event-handler): New class.
1567         (elmo-event-handler-flag-changed): Define to update persistent
1568         mark.
1569         (wl-summary-buffer-set-folder): Register event handler to
1570         elmo-folder.
1571         (wl-summary-exit): Unregister event handler.
1572         (wl-summary-goto-folder-subr): Ditto.
1573         (wl-summary-mark-as-read-all): Does not call
1574         `wl-summary-update-persistent-mark' directly.
1575         (wl-summary-mark-as-read-internal): Ditto.
1576         (wl-summary-set-persistent-mark-internal): Ditto.
1577         (wl-summary-set-flags-internal): Ditto.
1578
1579         * Version number is increased to 2.11.33.
1580
1581 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1582
1583         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1584         to nil.
1585
1586 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-spam.el (wl-spam-setup): Add hook
1589         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1590         instead of `wl-summary-prepare-hook'.
1591
1592         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1593         if folder type is `'flag'.
1594         (wl-summary-mark-as-important): Ditto.
1595
1596 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1597
1598         * wl-address.el (wl-address-minibuffer-history): New variable.
1599         (wl-address-minibuffer-local-map): New keymap.
1600         (wl-address-read-from-minibuffer): New function.
1601
1602         * wl-action.el (wl-summary-get-resend-address): Use
1603         `wl-address-read-from-minibuffer' instead of `completing-read'.
1604
1605 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1606
1607         * Version number is increased to 2.11.32.
1608
1609 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1610
1611         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1612         without mule to iso-8859-1.
1613         (wl-draft-add-in-reply-to): Add note in description.
1614         (wl-draft-add-references): Ditto.
1615
1616 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1617
1618         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1619         definition for `m'.
1620         (wl-summary-mode-line-format): Add '[%m]'.
1621         (wl-message-mode-line-format-spec-alist): Ditto.
1622         (wl-summary-display-mime-mode-list): New variable.
1623
1624         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1625         from wl-summary-buffer-display-as-is.
1626         (wl-summary-buffer-display-all-header): New buffer local variable.
1627         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1628         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1629         instead of wl-summary-buffer-display-as-is.
1630         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1631         (wl-summary-set-persistent-mark): Ditto.
1632         (wl-summary-set-message-buffer-or-redisplay): Just call
1633         `wl-summary-redisplay-internal' without optional arguments.
1634         (wl-summary-toggle-mime): Rewrite.
1635         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1636         (wl-summary-toggle-all-header): New function.
1637         (wl-summary-redisplay-internal): Treat mime mode.
1638
1639         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1640         to wl-mime-preview-follow-no-mime.
1641         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1642         accodring to the display-mode.
1643
1644         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1645         (wl-message-buffer-display): Changed argument name from `as-is' to
1646         `mode'.
1647         (wl-message-display-internal): Ditto;
1648         Bind elmo-mime-display-header-analysis according to the mode.
1649         (wl-message-display-internal): Put wl-message-display-mime-mode
1650         property on entire buffer.
1651
1652 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1653
1654         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1655
1656 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1657
1658         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1659         Don't extract mail address.
1660         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1661
1662         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1663
1664         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1665
1666 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1667
1668         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1669         wl-fldmgr-cut-entity-list on confirmation.
1670
1671 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1672
1673         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1674         (wl-mime-quit-preview): Check existence of
1675         mime-edit-temp-message-buffer here.
1676
1677 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1678
1679         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1680         after deletion.
1681
1682         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1683         before calling wl-mime-quit-preview.
1684
1685 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1686
1687         * wl-summary.el (wl-summary-pick): If call it with prefix
1688         argument, set `delete-marks' as non-nil. Pick from only visible
1689         messages.
1690         (wl-summary-check-target-mark): New function.
1691         (wl-summary-target-mark-mark-as-read): Use it.
1692         (wl-summary-target-mark-mark-as-unread): Ditto.
1693         (wl-summary-target-mark-operation): Ditto.
1694         (wl-summary-target-mark-set-flags): Ditto.
1695         (wl-summary-target-mark-save): Ditto.
1696         (wl-summary-target-mark-pick): Ditto.
1697         (wl-summary-target-mark-forward): Ditto.
1698         (wl-summary-target-mark-reply-with-citation): Ditto.
1699         (wl-summary-target-mark-print): Ditto.
1700         (wl-summary-target-mark-uudecode): Ditto.
1701
1702         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1703         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1704         with `ask-coding' is non-nil.
1705
1706 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1707
1708         * wl-thread.el (wl-thread-set-parent): If parent is a message
1709         which is identified by references, set linked as nil.
1710
1711 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1714         (wl-message-mode-line-format-spec-alist): Ditto.
1715         (wl-message-mode-line-format): Ditto.
1716         (wl-summary-mode-line-format): Ditto for docstring.
1717         (wl-summary-no-mime-folder-list): Fix typo.
1718
1719         * wl-util.el (wl-current-message-buffer): Call
1720         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1721
1722         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1723         variable.
1724         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1725         of `wl-summary-redisplay-no-mime'.
1726         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1727         (wl-summary-toggle-mime): New function.
1728         (wl-summary-redisplay-all-header): Rewrite.
1729         (wl-summary-redisplay-no-mime): Ditto.
1730         (wl-summary-redisplay-internal): Added argument `as-is' and
1731         `all-header'.
1732
1733         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1734         New variable.
1735         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1736         bottom.
1737         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1738         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1739         "/" unconditionally.
1740
1741         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1742         wl-mime-preview-follow-no-mime for as-is content.
1743         (wl-mime-preview-follow-no-mime): New function.
1744         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1745
1746         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1747         and added `as-is', `all-header'.
1748         (wl-message-buffer-display): Ditto.
1749         (wl-message-buffer-display-type): New function.
1750
1751 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1752
1753         * wl-vars.el (wl-message-header-button-alist): Change default
1754         value.
1755         (wl-message-body-button-alist): Ditto.
1756
1757 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1758
1759         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1760
1761 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1764
1765 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1766
1767         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1768         is always true.
1769
1770 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1773         on null entity.
1774
1775 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1778
1779 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1780
1781         * wl-vars.el (wl-summary-resend-hook): New hook.
1782
1783         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1784         `wl-summary-resend-hook'.
1785
1786 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1789         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1790         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1791         (wl-summary-new-cached-mark): Changed default value to 'n'.
1792         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1793         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1794         (wl-folder-sync-range-alist): Remove spec for 'flag.
1795         (wl-summary-force-prefetch-folder-list): New user option.
1796
1797         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1798         `wl-summary-toggle-persistent-mark'.
1799         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1800         number is nil.
1801         (wl-summary-mark-as-answered-region): Set interactive argument of
1802         `wl-summary-set-persistent-mark-internal'.
1803         (wl-summary-mark-as-important-region): Ditto.
1804         (wl-summary-unset-persistent-mark): Ditto.
1805         (wl-summary-set-persistent-mark): Ditto.
1806         (wl-summary-mark-as-answered): Ditto.
1807         (wl-summary-mark-as-important): Ditto.
1808         (wl-summary-set-persistent-mark-internal): Do nothing
1809         when `elmo-message-flag-available-p' is nil.
1810         (wl-summary-toggle-persistent-mark): New function.
1811         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1812         when the folder matches `wl-summary-force-prefetch-folder-list'.
1813
1814
1815         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1816         when number is nil.
1817         (wl-highlight-summary-forwarded-face): New face.
1818
1819 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1820
1821         * Version number is increased to 2.11.31.
1822
1823 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1824
1825         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1826         (wl-biff-check-folder-async): Ditto.
1827         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1828
1829 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1830
1831         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1832         Add an argument `reverse'.  All callers are updated.
1833         (wl-summary-sort): Add a prefix argument `reverse' to specify
1834         reverse sorting.
1835         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1836         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1837         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1838
1839 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1840
1841         * wl-message.el (wl-message-redisplay): Does not narrow header if
1842         disply-type is all-header or as-is.
1843
1844         * wl-summary.el (wl-summary-enter-handler): Use
1845         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1846
1847 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1848
1849         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1850         after adding wl-draft-parent-variables.
1851         (wl-draft-forward): Ditto.
1852
1853 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1854
1855         * wl-summary.el (wl-summary-sync-marks): Call
1856         `wl-summary-set-persistent-mark' and
1857         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1858         (wl-summary-set-persistent-mark-internal): Add 4th argument
1859         `no-server'.
1860         (wl-summary-unset-persistent-mark): Ditto.
1861         (wl-summary-set-persistent-mark): Ditto.
1862         (wl-summary-add-flags-internal): Abolish.
1863         (wl-summary-remove-flags-internal): Ditto.
1864         (wl-summary-mark-as-important-internal): Ditto.
1865         (wl-summary-mark-as-important): Use
1866         `wl-summary-set-persistent-mark' instead of
1867         `wl-summary-add-flags-internal'.
1868         (wl-summary-mark-as-important-region): Ditto.
1869
1870         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1871
1872         * wl-summary.el (wl-summary-get-available-flags): New function.
1873         (wl-summary-sync-marks): Use it and simplified.
1874         (wl-summary-unset-persistent-mark): Use
1875         `wl-summary-get-available-flags'.
1876         (wl-summary-set-persistent-mark): Ditto.
1877
1878 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1879
1880         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1881         id.
1882
1883 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1886         number, call `wl-summary-prev-line-content'. Show message when the
1887         message is not found.
1888
1889 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1890
1891         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1892         wl-summary-enter-handler.
1893         (wl-summary-enter-handler): New command.
1894
1895         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1896         docstring and custom spec.
1897
1898         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1899         flags too; Don't treat Cached and New.
1900         (wl-summary-set-persistent-mark): Ditto.
1901
1902         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1903         `wl-folder-set-flag'.
1904
1905         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1906         instead of `wl-folder-set-flag'.
1907
1908         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1909         for completion.
1910         (wl-summary-set-persistent-mark): Ditto.
1911
1912         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1913         instead of `wl-draft-quit-preview'.
1914
1915         * wl-mime.el (toplevel): Avoid compile warning.
1916         (wl-mime-quit-preview): New function
1917         (formarly defined as `wl-draft-quit-preview').
1918         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1919         quitting method.
1920
1921         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1922
1923         * wl-folder.el (wl-folder-set-flag): Renamed from
1924         `wl-draft-set-flag-on-parent'.
1925
1926         * wl-draft.el (wl-draft-quit-preview): New function.
1927         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1928         (wl-draft-send): Call `wl-folder-set-flag' instead of
1929         `wl-draft-set-flag-on-parent'.
1930         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1931
1932 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1933
1934         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1935         (wl-draft-send): Ditto.
1936
1937 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1938
1939         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1940         (wl-draft-kill-pre-hook): Set default value as nil.
1941         (wl-summary-reply-hook): Ditto.
1942         (wl-draft-kill-flags): Abolish.
1943
1944         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1945         (wl-draft-parent-variables): Renamed from
1946         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1947         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1948         argument; Add wl-draft-parent-variables to
1949         wl-draft-config-variables.
1950         (wl-draft-reply): Likewise.
1951         (wl-draft-kill-flags): Abolish.
1952         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1953         (wl-draft-set-flag-on-parent): New function.
1954         (wl-draft-setup-parent-flag): Ditto.
1955
1956 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1957
1958         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1959         `wl-draft-parent-folder' is "".
1960
1961 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1962
1963         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1964         (wl-summary-digit-jump): New function.
1965         (Adviced by John Owens and Hiroya Murata)
1966
1967         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1968         (Adviced by John Owens)
1969
1970         * wl-xmas.el (wl-message-define-keymap): Ditto.
1971
1972         * wl-mule.el (wl-message-define-keymap): Ditto.
1973
1974 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1977         change of return value of elmo-folder-count-flags.
1978
1979         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1980         (wl-summary-mark-as-read-internal): Ditto.
1981         (wl-summary-set-persistent-mark-internal): Ditto.
1982         (wl-summary-folder-info-update): Ditto.
1983         (wl-summary-sync-update): Fixed the last change.
1984
1985         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1986
1987 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1988
1989         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1990         (wl-draft-kill-flags): Fixed docstring.
1991
1992         * wl-draft.el (wl-draft-kill-flags): New function.
1993         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1994
1995 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1996
1997         * wl-vars.el (wl-reply-hook): Abolish.
1998         (wl-draft-reply-hook): New hook.
1999         (wl-summary-reply-hook): Ditto.
2000         (wl-draft-forward-hook): Ditto.
2001         (wl-summary-forward-hook): Ditto.
2002         (wl-draft-kill-flags): New variable.
2003
2004         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2005         wl-summary-set-persistent-mark-internal.
2006         (wl-summary-sync-marks): Use elmo-preserved-flags.
2007         (wl-summary-update-persistent-mark): Make it interactive.
2008         (wl-summary-set-persistent-mark-internal): New inline function.
2009         (wl-summary-mark-as-answered): Use it.
2010         (wl-summary-mark-as-unanswered): Ditto.
2011         (wl-summary-unset-persistent-mark): New function.
2012         (wl-summary-set-persistent-mark): Ditto.
2013         (wl-summary-reply): Don't set answered flag;
2014         Run wl-summary-reply-hook instead.
2015         (wl-summary-forward): Call wl-draft-forward with number.
2016         Run wl-summary-forward-hook.
2017
2018         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2019         (wl-highlight-summary-line-face-spec): Use it as a default
2020         persistent mark face.
2021
2022         * wl-draft.el (wl-draft-forward): Added optional argument number;
2023         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2024         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2025         (wl-draft-kill): Use wl-draft-kill-flags.
2026
2027         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2028
2029         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2030         of return value of elmo-folder-count-flags.
2031
2032         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2033
2034         * wl-summary.el (wl-summary-count-unread): Ditto.
2035         (wl-summary-sync-update): Follow the change above.
2036         (wl-summary-force-prefetch): New function.
2037
2038 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2039
2040         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2041         variable `buf' with `let' instead of `setq'.
2042
2043 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2046         add Content-Disposition heaeder on the deleted part.
2047
2048 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-draft.el (wl-draft-save): Encode address list under edit by
2051         `eword-encode-unstructured-field-body'.
2052
2053         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2054
2055 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2056
2057         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2058         wl-current-summary-buffer.
2059
2060 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2061
2062         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2063         `numbers' is ignored.
2064
2065 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-folder.el (wl-folder-open-folder): Avoid error.
2068         Reported by John Owens, [wl-en:815]
2069
2070         * wl.el (wl): Set timer for biff process even if prefix argument
2071         is given or auto-checking is quitted.
2072
2073         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2074         immediately.
2075         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2076         (wl-toggle-plugged): Ditto.
2077
2078         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2079         * wl-util.el (wl-biff-start): Use idle timer if
2080         `wl-biff-use-idle-timer' is non-nil.
2081
2082 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2083
2084         * wl-highlight.el (wl-highlight-message): Fix description.
2085
2086 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2089         tty.
2090
2091 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092
2093         * wl-action.el (wl-summary-exec): Print failure count.
2094
2095 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2098         to `defun', remove interactive form.
2099         Set elmo-message-fetch-confirm when force-reload is non-nil.
2100
2101 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * wl-summary.el (toplevel): Removed unnecessary autoload.
2104
2105 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2106
2107         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2108         the buffer is generated from another message buffer.
2109
2110 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2111
2112         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2113         extracted from `wl-fldmgr-save-folders'.
2114         (wl-fldmgr-delete): Call it after deletion.
2115
2116 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2119         multi-tty support.
2120
2121 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2122
2123         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2124
2125 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2126
2127         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2128         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2129
2130 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2133         unsubscribe list only if argument CLEAR is nil.
2134
2135 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2136
2137         * wl-draft.el (wl-draft-reply): Decode subject before removing
2138         Re: prefix.
2139
2140 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2141
2142         * wl-summary.el (wl-summary-sort-by-size): New command.
2143
2144 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2145
2146         * wl-summary.el (wl-summary-number-list-from-region): New
2147         function.
2148         (wl-summary-mark-as-read-region): Use it.
2149         (wl-summary-mark-as-unread-region): Ditto.
2150         (wl-summary-set-flags-region): Ditto and add optional argument
2151         remove.
2152         (wl-summary-mark-as-answered-region): Ditto.
2153         (wl-summary-mark-as-important-region): Ditto.
2154         (wl-summary-target-mark-mark-as-important): Added optional
2155         argument remove.
2156         (wl-summary-target-mark-mark-as-answered): Ditto.
2157         (wl-summary-target-mark-set-flags): Ditto.
2158
2159 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-summary.el (wl-summary-set-flags-region): Call
2162         `wl-summary-set-flags-internal' with number list instead of call
2163         one by each message.
2164         (wl-summary-target-mark-set-flags): Likewise.
2165
2166 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2167
2168         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2169         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2170         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2171         (wl-summary-target-mark-mark-as-answered): Likewise.
2172
2173 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2174
2175         * wl-summary.el (wl-summary-target-mark-forward): Use
2176         `wl-summary-delete-all-target-marks' instead of
2177         `wl-summary-delete-all-temp-marks'.
2178         (wl-summary-target-mark-reply-with-citation): Ditto.
2179         (wl-summary-target-mark-uudecode): Ditto.
2180         (wl-summary-target-mark-set-flags): Ditto and remove needless
2181         cursor move.
2182
2183 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2184
2185         * wl-summary.el (wl-summary-target-mark-forward): Protect
2186         wl-summary-buffer-target-mark-list from nreverse.
2187         (wl-summary-target-mark-reply-with-citation): Ditto.
2188
2189 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2190
2191         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2192         `elmo-display-progress-threshold'.
2193
2194 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2197         check `wl-summary-highlight'.
2198         (wl-summary-window-scroll-functions): Respect value of
2199         `wl-summary-highlight'.
2200         (wl-summary-sync-update): Run hooks
2201         `wl-summary-buffer-window-scroll-functions' at any time.
2202
2203 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2204
2205         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2206         from `wl-summary-cleanup-temp-marks'.
2207         (wl-summary-cleanup-temp-marks): Abolish argument.
2208         * wl.el (wl-save-status): Revert previous change.
2209         (wl-execute-temp-marks): New function, call
2210         `wl-summary-exec-with-confirmation'.
2211         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2212         (wl-folder-save-and-exec-marks): Abolished.
2213
2214 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2215
2216         * wl-e21.el (wl-e21-display-image-p): Respect
2217         `wl-highlight-folder-with-icon'.
2218         (wl-e21-highlight-folder-group-line): Highlight mouse line
2219         even if wl-e21-display-image-p is nil.
2220
2221         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2222         Respect value of `wl-summary-highlight'.
2223
2224         * wl.el (wl-save-status): Remove unused variable.
2225
2226         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2227         (wl-folder-mode-map): Bind it to "x".
2228
2229 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2232
2233         * wl-thread.el (wl-thread-get-parent-list): Don't check
2234         disconnected ancestors, neglecting needless work in
2235         `wl-thread-update-indent-string-thread'.
2236
2237         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2238         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2239         argument, add argument default-keep to keep marks by default.
2240
2241         * Version number is increased to 2.11.30.
2242
2243         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2244         customization type and docstring.
2245         (wl-draft-reply-without-argument-list): Ditto.
2246
2247 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2248
2249         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2250
2251         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2252
2253 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2256
2257 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2260         save-excursion so as not to include run-hooks.
2261
2262 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2263
2264         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2265         Clarify that marks are going to be cleared.
2266
2267 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2270         according to 3rd element of wl-summary-flag-mark.
2271
2272         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2273
2274 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2275
2276         * wl-action.el (wl-summary-target-mark-all): Don't set
2277         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2278
2279 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2280
2281         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2282         (wl-forward-subject-prefix): Ditto.
2283         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2284         (wl-draft-reply-make-subject): Ditto.
2285
2286         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2287         `wl-draft-forward'.
2288         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2289
2290 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2291
2292         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2293         target message does not exist.
2294
2295 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2296
2297         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2298         `wl-subject-prefix-regexp'.
2299         (wl-subject-forward-prefix-regexp): New variable.
2300         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2301         `wl-draft-strip-subject-re' and take regexp as argument.
2302         (wl-draft-forward): Use it.
2303         (wl-draft-reply): Ditto.
2304
2305 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2306
2307         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2308         emacs multi-tty support.
2309
2310 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2311
2312         * wl-e21.el (wl-e21-display-image-p): Don't call
2313         `display-images-p'.
2314         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2315         support.
2316         (wl-highlight-folder-current-line): Ditto.
2317         (wl-folder-init-icons): Ditto.
2318
2319 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2320
2321         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2322         the last line of summary in unplugged mode.
2323
2324 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2325
2326         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2327
2328 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2331         * wl-address.el (wl-address-user-mail-address-p): Use it.
2332         (wl-address-delete-user-mail-addresses): Ditto.
2333         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2334
2335         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2336         (wl-address-delete-user-mail-addresses): Ditto.
2337
2338         * wl-address.el (wl-address-delete-user-mail-addresses): New
2339         function.
2340         * wl-refile.el (wl-refile-guess-by-history): Use it.
2341         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2342         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2343
2344         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2345         use wl-address-user-mail-address-p.
2346
2347 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2350         after opening group.
2351
2352 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2355         of elmo-set-buffer-multibyte.
2356
2357         * wl-message.el (wl-original-message-mode): Ditto.
2358
2359         * wl-score.el (wl-score-insert-header): Ditto.
2360
2361         * wl-summary.el
2362         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2363         (wl-summary-goto-folder-subr): Ditto.
2364         (wl-summary-insert-headers): Ditto.
2365
2366         * wl-util.el (wl-set-string-width): Ditto.
2367
2368         * Version number is increased to 2.11.29.
2369
2370 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2373         (wl-highlight-summary-line-help-echo-alist): New variable.
2374         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2375         into `wl-highlight-summary-line-help-echo' and
2376         `wl-highlight-flag-folder-help-echo'.
2377         (wl-highlight-summary-line-string): Change accordingly.
2378         (wl-highlight-summary-current-line): Ditto.
2379
2380 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2381
2382         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2383         at the beginning of field body (Thanks to Markus Knittig).
2384
2385         * wl-draft.el (wl-draft-insert-current-message): Also check
2386         summary buffer, remove unnecessary tag.
2387
2388 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2389
2390         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2391         when wl-message-buffer is nil.
2392
2393         * wl-folder.el (wl-folder): Abolish unused argument.
2394         Call wl-folder-init when wl-folder-entity is nil.
2395         * wl.el (wl): Change accordingly.
2396
2397 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2400         multibyte string before insert into draft buffer.
2401         (wl-draft-create-buffer): Always enable multibyte characters for
2402         draft buffer.
2403
2404         * Version number is increased to 2.11.28.
2405
2406 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2407
2408         * wl-folder.el (wl-folder-open-close): Handle blank line.
2409         (wl-folder-jump-to-current-entity): Ditto.
2410
2411 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2412
2413         * Version number is increased to 2.11.27.
2414
2415 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2416
2417         * wl-thread.el (wl-thread-insert-message): When the thread is
2418         devided by wl-summary-max-thread-depth, insert line at the end of
2419         buffer.
2420
2421 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2422
2423         * Version number is increased to 2.11.26.
2424
2425 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2426
2427         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2428
2429 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2430
2431         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2432         value of stream-type and session.
2433
2434 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * Version number is increased to 2.11.25.
2437
2438 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2439
2440         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2441         in a quit message.
2442
2443 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2444
2445         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2446         (wl-summary-redisplay-no-mime-internal): Ditto.
2447
2448 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2449
2450         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2451         * wl-vars.el (wl-smtp-connection-type): Ditto.
2452
2453 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2454
2455         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2456         for the separator line and quote mail-header-separator.
2457
2458 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2459
2460         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2461         result message.
2462
2463         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2464         `elmo-multiple-fields-body-list' with boundary as
2465         mail-header-separator.
2466
2467 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2468
2469         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2470
2471 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2472
2473         * wl-util.el (wl-list-diff): Remove unused function.
2474
2475         * wl-draft.el (wl-draft-send-confirm): Discard input before
2476         confirmation.
2477
2478 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2479
2480         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2481         order of flag and new.
2482
2483 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2484
2485         * wl-vars.el (wl-refile-policy-alist): Abolished.
2486
2487         * wl-action.el (wl-summary-set-action-refile): Follow the change
2488         above.
2489
2490 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * wl-highlight.el (wl-highlight-signature-search): Don't use
2493         re-search-backward for a long word since it is possible to crash
2494         XEmacs because of a bug.
2495
2496 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2497
2498         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2499
2500 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2503         argument for wl-summary-sync-force-update.
2504
2505 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2506
2507         * wl-summary.el (wl-summary-mode-map): Revival of
2508         wl-summary-mark-as-important related bindings;
2509         Bind 'F','tF','mF','rF','m&'.
2510         (wl-summary-mark-as-important-region): Revival.
2511         (wl-summary-target-mark-mark-as-important): Ditto.
2512         (wl-summary-target-mark-operation): New function.
2513         (wl-summary-target-mark-mark-as-answered): Use it.
2514         (wl-summary-decide-flag): Don't set Important as default.
2515         (wl-summary-mark-as-important-internal): Revival.
2516         (wl-summary-mark-as-important): Ditto.
2517
2518         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2519
2520         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2521         instead of facep.
2522
2523 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-dnd.el (wl-dnd-drop-func): Fix.
2526
2527         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2528         mouse-set-point instead of posn-point.
2529
2530         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2531
2532         * wl-mule.el (wl-completing-read-multiple): Ditto.
2533
2534 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2535
2536         * wl-demo.el (face-background-name): Defalias to avoid compile
2537         warning.
2538
2539 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-summary.el (wl-summary-decide-flag): Use
2542         wl-completing-read-multiple instead of completing-read-multiple.
2543
2544         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2545         New alias.
2546
2547         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2548         Use face-background-name instead of face-background.
2549
2550         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2551
2552         * wl-summary.el (wl-summary-save): Use it.
2553         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2554
2555         * wl-mime.el (wl-mime-save-content): Fix last change.
2556
2557 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2558
2559         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2560         New function.
2561         (wl-summary-sort-specs): Added sort.
2562         * wl-mime.el (wl-mime-save-content): Expand file name.
2563
2564 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2567
2568         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2569
2570 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2571
2572         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2573         for flag if it is not defined.
2574
2575 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2576
2577         * wl-e21.el (wl-highlight-folder-current-line): Use
2578         elmo-folder-type-internal when elmo-folder-type returns nil.
2579
2580         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2581
2582         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2583
2584         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2585
2586         * wl-e21.el (wl-summary-toolbar): Ditto.
2587
2588         * wl-vars.el (wl-demo-background-color): Abolished.
2589         (wl-summary-persistent-mark-priority-list): Renamed from
2590         wl-summary-flag-priority-list.
2591         (wl-summary-flag-alist): New user option.
2592         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2593         (wl-message-mode-line-format-spec-alist): Added 'F'.
2594         (wl-message-mode-line-format): Likewise.
2595         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2596         instead of wl-summary-important-mark.
2597         (wl-file-folder-icon): New variable.
2598
2599         * wl-thread.el (wl-thread-set-flags): Renamed from
2600         wl-thread-mark-as-important.
2601
2602         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2603         warning.
2604         (wl-summary-mode-menu-spec): Follow the change of 
2605         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2606         (wl-summary-mode-map): Follow the change of
2607         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2608         (wl-summary-detect-mark-position): Follow the variable name change.
2609         (wl-summary-set-flags-region): New function for the replacement of
2610         wl-summary-mark-as-important-region.
2611         (wl-summary-sync-marks): Sync all global-flags.
2612         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2613         instead of elmo-message-flagged-p.
2614         (wl-summary-persistent-mark-string): Follow the variable name change;
2615         Put wl-summary-flag-mark if the message has global-flag.
2616         (wl-summary-target-mark-set-flags): Renamed from 
2617         wl-summary-target-mark-mark-as-important.
2618         (wl-summary-decide-flag): New function.
2619         (wl-summary-set-flags-internal): Renamed from
2620         wl-summary-mark-as-important-internal.
2621         (wl-summary-add-flags-internal): New function.
2622         (wl-summary-remove-flags-internal): Ditto.
2623         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2624         (wl-summary-mark-as-unimportant): Abolish.
2625         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2626         (wl-summary-next-message): List flagged messages in the msgdb.
2627
2628         * wl-score.el (wl-summary-score-update-all-lines): Use
2629         wl-summary-add-flags-internal instead of 
2630
2631         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2632
2633         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2634         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2635         (wl-message-buffer-require-all-header): Renamed from
2636         wl-message-buffer-all-header-flag (Ditto).
2637         (wl-message-buffer-flag-indicator): New variable.
2638         (wl-message-redisplay): Changed local varibale name from `flag' to
2639         `display-type'; Set up wl-message-buffer-flag-indicator.
2640         (wl-message-buffer-display): Changed varibale name from `flag' to
2641         `display-type'.
2642         (wl-message-display-internal): Likewise.
2643
2644         * wl-highlight.el (wl-highlight-demo-face): Define default background
2645         color.
2646         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2647
2648         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2649
2650         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2651         (wl-demo-setup-properties): Renamed from
2652         `wl-demo-set-background-color'.
2653         (wl-demo): Follow the change above.
2654         
2655         * Version number is increased to 2.11.24.
2656
2657 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * wl-summary.el (wl-summary-toggle-thread): Call
2660         `wl-summary-rescan' with disable-thread as non-nil.
2661         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2662
2663 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2664
2665         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2666         foreground property of the face.
2667         (wl-demo-insert-text): Don't set up face property here.
2668         (wl-demo): Call wl-demo-set-background-color, anyway.
2669
2670 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2671
2672         * wl-vars.el (wl-demo-background-color): The value can be nil.
2673
2674 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2677         to wl-summary-wheel-dispatcher.
2678
2679         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2680         wl-message-wheel-dispatcher.
2681         (wl-message-wheel-dispatcher): New function.
2682         (wl-summary-wheel-dispatcher): Ditto.
2683
2684 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2685
2686         * wl-action.el (wl-summary-target-mark-all): List messages which are
2687         not in the killed-list.
2688
2689         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2690         only when the folder is 'flag/important.
2691
2692         * wl-address.el (wl-complete-field-body): Complete if the last
2693         character is a space.
2694
2695 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2696
2697         * wl-folder.el (wl-folder-clear-entity-info): Use
2698         elmo-clear-hash-val.
2699
2700         * wl-fldmgr.el (wl-fldmgr-rename): Set
2701         wl-folder-info-alist-modified as t.
2702
2703 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2704
2705         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2706
2707 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2710         (wl-folder-buffer-last-visited-entity-id): New buffer local
2711         variable.
2712         (wl-folder-revisit-last-visited-folder): New function.
2713         (wl-folder-mode-map): Bind it to "C-i".
2714         (wl-folder-set-current-entity-id): Set last visited folder.
2715         * wl-summary.el (wl-summary-exit): Ditto.
2716
2717 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2720         before calling `recenter' in order to cope with an XEmacs bug.
2721
2722 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2723
2724         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2725         to the default value.
2726
2727 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2728
2729         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2730         change.
2731         (wl-summary-sync-marks): Ditto.
2732         (wl-summary-mark-as-read-internal): Ditto.
2733         (wl-summary-mark-as-answered-internal): Ditto.
2734         (wl-summary-mark-as-important-internal): Ditto.
2735         (wl-summary-reply): Ditto.
2736
2737         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2738         instead of `elmo-folder-unflag-answered'.
2739
2740         * Version number is increased to 2.11.23.
2741
2742         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2743         the last change.
2744
2745 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2746
2747         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2748         Specify "spam" or "good".
2749
2750 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * wl-spam.el (wl-summary-exec-action-spam): Call
2753         wl-folder-confirm-existence for spam folder.
2754         (wl-spam-setup): Bind "mk".
2755
2756 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2757
2758         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2759
2760 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2761
2762         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2763         destination folder is empty.
2764
2765 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2766
2767         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2768         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2769
2770         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2771         (wl-summary-refile-prev-destination-region): New function.
2772         (wl-thread-refile-prev-destination): Ditto.
2773         (wl-summary-target-mark-refile-prev-destination): Ditto.
2774
2775 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2778         (wl-demo-background-color): Changed default value.
2779
2780         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2781         color.
2782
2783         * wl-demo.el (wl-demo-set-background-color): New function.
2784         (wl-demo): Call it.
2785
2786 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2787
2788         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2789         * wl-address.el (wl-address-add-or-change): Don't add empty
2790         address.
2791
2792 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2793
2794         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2795
2796 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-vars.el (wl-demo-image-filter-alist): New variable
2799         (wl-demo-background-color): Ditto.
2800
2801         * wl-demo.el (wl-demo-xpm-set-background): New function.
2802         (wl-demo-image-filter): Ditto.
2803         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2804
2805         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2806
2807         * wl-demo.el (wl-demo-icon-name): Define as function.
2808         (wl-demo-insert-image): Use it.
2809
2810 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2811
2812         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2813
2814 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2815
2816         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2817
2818 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2821
2822 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2823
2824         * wl-thread.el (wl-thread-mark-as-answered): New function.
2825
2826         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2827         answered" entry.
2828         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2829         "r&" and wl-thread-mark-as-answered to "t&".
2830         (wl-summary-mark-as-important-region): Refine to toggle mark.
2831         (wl-summary-mark-as-answered-region): New function.
2832         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2833         and 3rd argument.
2834         (wl-summary-mark-as-important-internal): Likewise.
2835
2836 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2837
2838         * wl-template.el (wl-template-preview): New internal variable.
2839         (wl-template-preview-p): New function.
2840         (wl-template-show): Bind `wl-template-preview' as t.
2841
2842 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2843
2844         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2845         `elmo-message-entity-field' with 3rd argument which is non-nil.
2846
2847 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2848
2849         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2850         Removed duplicate local bind `folder'.
2851
2852 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2855
2856 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2859         duplicate definition.
2860
2861 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2864         non-nil, use it; Don't fetch message if there's no message in the
2865         current cursor position.
2866
2867 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2868
2869         * wl-util.el (wl-region-exists-p): Use region-active-p.
2870         (wl-deactivate-region): New function.
2871         * wl-message.el (wl-message-redisplay): Deactivate region.
2872
2873         * wl-summary.el (wl-summary-reply): Call
2874         `wl-summary-set-message-buffer-or-redisplay' instead of
2875         `wl-summary-redisplay-internal', don't move point.
2876
2877 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2880         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2881         by regexp.
2882
2883 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2886         if no need.
2887
2888 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2889
2890         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2891         default value to nil.
2892         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2893         `wl-summary-prepare-hook'; Replace refile action to
2894         `wl-summary-exec-action-refile-with-register'.
2895
2896         * Version number is increased to 2.11.22.
2897
2898 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2899
2900         * wl-summary.el (wl-summary-detect-mark-position): Set
2901         `wl-summary-buffer-weekday-name-lang'.
2902
2903 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2904
2905         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2906         (wl-summary-mark-as-read-all): Ditto.
2907         (wl-summary-delete-messages-on-buffer): Ditto.
2908         (wl-summary-sync-update): Ditto.
2909         (wl-summary-mark-as-read-internal): Ditto.
2910         (wl-summary-mark-as-answered-internal): Ditto.
2911         (wl-summary-update-folder-info): Abolished.
2912
2913 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-summary.el (wl-summary-mark-as-read-all): Use
2916         `wl-summary-update-folder-info' instead of
2917         `wl-folder-update-unread'.
2918
2919 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2920
2921         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2922         `wl-summary-folder-info-update'.
2923         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2924         instead of `wl-summary-folder-info-update'.
2925         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2926         `wl-folder-set-folder-updated'.
2927         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2928         instead of `wl-folder-update-unread'.
2929         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2930         the value of `wl-summary-buffer-unread-count' for the second parameter of
2931         `wl-folder-update-unread'.
2932
2933         * Version number is increased to 2.11.21.
2934
2935 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2936
2937         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2938         a local variable.
2939
2940 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2943         interactively.
2944
2945         * wl-summary.el (wl-summary-mark-as-important-internal): New
2946         internal function.
2947         (wl-summary-mark-as-important): Use it.
2948         (wl-summary-mark-as-unimportant): New function.
2949         (wl-summary-sync-marks): Follow the API change.
2950
2951         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2952
2953         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2954
2955 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2956
2957         * wl-folder.el (wl-folder-update-unread): Re-indent.
2958         Narrow the scope of a local variable.
2959
2960 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2963         (wl-addrmgr-merge-entries): Ditto.
2964         (wl-addrmgr): Added to address entry which exists in draft buffer
2965         if no entry is in original.
2966
2967 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2968
2969         * wl-batch.el: New file.
2970
2971 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2972
2973         * wl-vars.el (wl-use-semi): Remove unused variable.
2974
2975 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2978         "?".
2979
2980 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2981
2982         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2983         wl-summary-new-mark.
2984         (wl-summary-new-cached-mark): New user option.
2985         (wl-summary-score-marks): Follow the change above.
2986         (wl-summary-auto-refile-skip-marks): Ditto.
2987         (wl-summary-incorporate-marks): Ditto.
2988         (wl-summary-expire-reserve-marks): Ditto.
2989
2990         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2991
2992         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2993         (wl-summary-persistent-mark-string): Distinguished between cached
2994         and uncached mark when the message is new.
2995
2996 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2997
2998         * wl-spam.el (wl-spam-domain): Renamed from
2999         `wl-spam-folder-guess-domain'.
3000         (wl-summary-exec-action-spam): Register as spam if domain of the
3001         source folder is good.
3002         (wl-summary-exec-action-refile-with-register): Register message if
3003         domain of the source folder is not undecided.
3004
3005 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3008         detect thread loop.
3009
3010 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3011
3012         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3013         and wl-summary-skip-mark-list.
3014
3015 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3016
3017         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3018
3019         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3020
3021         * wl-spam.el (toplevel): Require wl-highlight.
3022         (wl-spam-auto-check-policy-alist): Abolish.
3023         (wl-spam-auto-check-folder-regexp-list): New user option.
3024         (wl-spam-auto-check-marks): Ditto.
3025         (wl-spam-mark-action-list): Ditto.
3026         (wl-highlight-summary-spam-face): New face.
3027         (wl-spam-auto-check-message-p): New function.
3028         (wl-spam-map-spam-messages): Fixed message.
3029         (wl-spam-register-spam-messages): Ditto.
3030         (wl-spam-register-good-messages): Ditto.
3031         (wl-summary-spam-map): Add and remove keybind.
3032         (wl-summary-target-mark-spam): Abolish.
3033         (wl-summary-refile-spam): Ditto.
3034         (wl-summary-test-spam): New function.
3035         (wl-summary-mark-spam): Ditto.
3036         (wl-summary-auto-check-spam): Follow the above change.
3037         (wl-summary-exec-action-spam): New function.
3038         (wl-summary-exec-action-refile-with-register): Fixed message.
3039         (wl-message-check-spam): New function.
3040         (wl-spam-setup): Ditto.
3041         (toplevel): Call it if this file is loaded interactivity.
3042
3043         * Version number is increased to 2.11.20.
3044
3045 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3048         when new optional argument `force' is non nil or modified.
3049
3050 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * wl.el (toplevel): Require wl-spam when compile.
3053         (wl-save-status): Call wl-spam-save-status.
3054
3055         * wl-spam.el (wl-spam-register-spam-messages): New function.
3056         (wl-spam-register-good-messages): Ditto.
3057         (wl-spam-save-status): Ditto.
3058         (wl-summary-mode-map): Bind
3059         wl-summary-target-mark-register-as-spam to "ms" and
3060         wl-summary-target-mark-register-as-good to "mn".
3061         (wl-summary-register-as-spam): Abolish optional argument; Use
3062         wl-spam-register-spam-messages.
3063         (wl-summary-register-as-spam-all): Use
3064         wl-spam-register-spam-messages.
3065         (wl-summary-register-as-good): Abolish optional argument; Use
3066         wl-spam-register-good-messages.
3067         (wl-summary-register-as-good-all): Use
3068         wl-spam-register-good-messages.
3069         (wl-summary-target-mark-register-as-spam): New funtion.
3070         (wl-summary-target-mark-register-as-good): Ditto.
3071
3072 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073
3074         * wl-spam.el: New file.
3075
3076 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3077
3078         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3079
3080         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3081         (wl-summary-auto-refile): Call wl-refile-guess with
3082         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3083
3084 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3085
3086         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3087         with disable-thread argument non-nil.
3088
3089 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3090
3091         * wl-summary.el (wl-summary-rescan): Added optional argument
3092         disable-thread.
3093         (wl-summary-sync): Call wl-summary-rescan with argument
3094         disable-thread.
3095         (wl-summary-input-range): Added new range `rescan-thread'.
3096
3097 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3098
3099         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3100
3101 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3102
3103         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3104         internal variable.
3105         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3106         wl-summary-search-parent-by-subject-regexp and
3107         wl-summary-divide-thread-when-subject-changed as nil.
3108         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3109         (wl-summary-insert-thread): Search parent entity from
3110         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3111         thread loop.
3112
3113 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3114
3115         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3116
3117         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3118
3119         * wl-util.el (wl-require-update-all-folder-p): New function.
3120         (wl-get-assoc-list-value): Added `function' to match directive.
3121         (wl-collect-draft): Rewrite.
3122
3123         * wl-summary.el (wl-summary-sync-update): Clear faces
3124         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3125         are non-nil.
3126         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3127         argument as function.
3128         (wl-summary-input-range): Ditto.
3129
3130         * wl-folder.el (wl-draft-get-folder): New function.
3131         (wl-folder-get-elmo-folder): Consider draft folder.
3132
3133         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3134         (wl-draft-buffer-message-number): New buffer local variable.
3135         (wl-draft-folder-internal): New internal variable.
3136         (wl-draft-delete): Rewrite.
3137         (wl-draft-save): Ditto.
3138         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3139         wl-folder-get-elmo-folder.
3140         (wl-draft-config-info-operation): Ditto.
3141         (wl-jump-to-draft-folder): Ditto.
3142         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3143         (wl-draft-reedit): Rewrite.
3144
3145         * Version number is increased to 2.11.19.
3146         
3147 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3148
3149         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3150         variable.
3151
3152 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3155         Use ignore-errors instead of unwind-protect.
3156
3157 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3158
3159         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3160         for updating `wl-thread-entity-list'.
3161
3162 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3163
3164         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3165         parameter from calling `wl-thread-entity-get-older-brothers' and
3166         `wl-thread-entity-get-younger-brothers'.
3167         Replace nested `append' with a single one.
3168
3169 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3170
3171         * wl-summary.el (wl-summary-mode): Don't use the return value of
3172         `make-local-hook'.
3173
3174 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3175
3176         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3177         instead of `let*'.
3178         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3179         of local variables.
3180
3181 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3184         Renamed from wl-summary-window-scroll-functions.
3185         (wl-summary-window-scroll-functions): Don't set to variable.
3186         (wl-summary-display-top): Use run-hooks.
3187         (wl-summary-display-bottom): Ditto.
3188         (wl-summary-toggle-disp-msg): Ditto.
3189         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3190         Use it instead of wl-summary-window-scroll-functions.
3191         (wl-summary-goto-folder-subr): Don't call
3192         wl-summary-window-scroll-functions, use
3193         wl-summary-buffer-window-scroll-functions instead.
3194
3195 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3196
3197         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3198         make-local-variable.
3199
3200 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3201
3202         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3203         set-buffer-modified-p.
3204         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3205         (wl-summary-display-bottom): Ditto.
3206         (wl-summary-toggle-disp-msg): Ditto.
3207
3208 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3211
3212         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3213         (wl-summary-forward): Use elmo-message-entity-field instead of
3214         elmo-message-field.
3215
3216         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3217
3218 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3219
3220         * wl-summary.el (wl-summary-window-scroll-functions): No use
3221         `append'.
3222
3223 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3224
3225         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3226         function.
3227         (wl-summary-window-scroll-functions): Call it when both
3228         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3229         (wl-summary-temp-mark): Added optional argument number.
3230         (wl-summary-message-mark): Added optional argument flag.
3231         (wl-summary-persistent-mark): Added optional argument number and flag.
3232         (wl-summary-update-persistent-mark): Ditto.
3233         (wl-summary-update-status-marks): Set "r" for interactive spec.
3234
3235         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3236         argument number and flag.
3237
3238         * wl-action.el (wl-summary-registered-temp-mark): 
3239         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3240
3241 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3242
3243         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3244         internal variable (buffer local).
3245         (wl-summary-window-scroll-functions): New function.
3246         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3247         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3248         as nil.
3249         (wl-summary-update-status-marks): Added arguments beg, end and
3250         check.
3251         (wl-summary-update-mark-window): Use function.
3252         (wl-summary-sync-update): Follow the change above.
3253         (wl-summary-switch-to-clone-buffer): Copy
3254         wl-summary-buffer-unsync-mark-number-list.
3255         (wl-summary-goto-folder-subr): Set
3256         wl-summary-buffer-unsync-mark-number-list and
3257         use wl-summary-window-scroll-functions instead of
3258         wl-summary-lazy-highlight.
3259
3260         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3261
3262 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3263
3264         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3265
3266         * wl-summary.el (wl-summary-update-persistent-mark): Call
3267         wl-summary-set-message-modified.
3268
3269         * wl-summary.el (wl-summary-sync-update): Don't call
3270         wl-summary-update-status-marks.
3271
3272         * Version number is increased to 2.11.18.
3273
3274 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3277         (wl-message-next-page): Ditto.
3278
3279 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3280
3281         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3282         local variable.  Change the order of a collected list into the
3283         same as the specified range.  Remove nil from a collected list.
3284
3285 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3286
3287         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3288         argument for elmo-folder-list-messages.
3289
3290 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3293         change (wl-summary-count-unreads return a list instead of a cons
3294         cell).
3295
3296 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3297
3298         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3299         `wl-summary-folder-info-update'.
3300
3301 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-summary.el (wl-summary-set-message-modified): No use
3304         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3305         (wl-summary-set-mark-modified): Abolish.
3306         (wl-summary-mark-modified-p): Ditto.
3307         (wl-summary-save-view): Follow the change above.
3308
3309         * wl-expire.el (wl-summary-expire): Likewise.
3310
3311 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3312
3313         * wl-summary.el (wl-summary-detect-mark-position): Use
3314         modb-entity-handler.
3315         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3316
3317         * Version number is increased to 2.11.17.
3318
3319 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3320
3321         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3322         entity field value.
3323         (wl-summary-prefetch-msg): Ditto.
3324         (wl-summary-print-message-with-ps-print): Ditto.
3325
3326 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3327
3328         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3329         for dummy entity.
3330         (wl-summary-insert-thread): Use elmo-message-entity-field.
3331         (wl-summary-update-thread): Use elmo-message-entity-field and
3332         elmo-message-entity-number.
3333         (wl-summary-line-number):  Use elmo-message-entity-number.
3334         (wl-summary-line-size): Use elmo-message-entity-field.
3335         (wl-summary-line-subject): Ditto.
3336         (wl-summary-line-from): Ditto.
3337         (wl-summary-line-attached): Ditto.
3338         (wl-summary-create-line): Ditto.
3339         (wl-summary-create-line): Use elmo-message-entity-number.
3340         (wl-summary-print-message-with-ps-print): Use
3341         elmo-message-entity-field.
3342
3343 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3346         change in elmo-msgdb-make-message-entity.
3347         (wl-summary-buffer-set-folder): Don't call
3348         wl-summary-detect-mark-position here.
3349         (wl-summary-rescan): Call elmo-message-entity-number.
3350         (wl-summary-sync-update): Ditto.
3351         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3352
3353         * wl-score.el (wl-score-header-index): Redefine 2th element.
3354         (wl-score-overview-entity-get-extra): Abolish.
3355         (wl-score-ov-entity-get): Rewrite.
3356         (wl-score-string-index<, wl-score-string-func<): Abolish.
3357         (wl-score-string<): New function.
3358         (wl-score-string-sort): Use it.
3359
3360         * wl-refile.el (wl-refile-guess-by-history): Use
3361         elmo-message-entity-field.
3362         (wl-refile-guess-by-from): Ditto.
3363         (wl-refile-guess-by-msgid): Ditto.
3364
3365         * Version number is increased to 2.11.16.
3366
3367 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3368
3369         * wl-folder.el (wl-folder-confirm-existence): Don't call
3370         file-exists-p if msgdb-path is nil.
3371         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3372         `wl-read-folder-hist' to `wl-read-folder-history'.
3373
3374 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3375
3376         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3377         `y-or-n-p'.
3378
3379 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3380
3381         * wl-score.el (wl-score-headers): Don't use
3382         elmo-folder-do-each-message-entity.
3383
3384         * Version number is increased to 2.11.15.
3385
3386 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-summary.el (wl-summary-delete-all-msgs): Use
3389         elmo-folder-move-messages instead of elmo-folder-delete-messages
3390         and elmo-folder-detach-messages.
3391         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3392
3393         * wl-expire.el (wl-expire-delete): Ditto.
3394         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3395
3396 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3399         (wl-message-header-narrowing-fields): Ditto.
3400         (wl-message-header-narrowing-lines): Ditto.
3401         (wl-message-header-narrowing-string): Ditto.
3402
3403         * wl-summary.el (wl-summary-mode-map): Bind
3404         wl-summary-toggle-header-narrowing to "C-cC-f".
3405         (wl-summary-toggle-header-narrowing): New function.
3406
3407         * wl-message.el (wl-message-buffer-create): Call
3408         wl-message-header-narrowing-setup.
3409         (wl-message-redisplay): Call wl-message-header-narrowing.
3410         (wl-message-header-narrowing): New function.
3411         (wl-message-header-narrowing-map): New keymap.
3412         (wl-message-header-narrowing-widen-map): New keymap.
3413         (wl-message-header-narrowing-again-at-mouse): New function.
3414         (wl-message-header-narrowing-1): Ditto.
3415         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3416         (wl-message-header-narrowing-setup): Ditto.
3417         (wl-message-header-narrowing-toggle): Ditto.
3418         
3419         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3420
3421         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3422         'flag as all.
3423         (wl-use-flag-folder-help-echo): New user option.
3424
3425         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3426         wl-summary-highlight as nil.
3427         (wl-summary-set-mark-modified): Follow the API change.
3428         (wl-summary-mark-modified-p): Ditto.
3429         (wl-summary-mark-as-read-all): Ditto.
3430         (wl-summary-sync-marks): Don't call
3431         elmo-folder-list-messages-with-global-mark.
3432         (wl-summary-mark-as-read-internal): Follow the API change.
3433         (wl-summary-mark-as-answered-internal): Ditto.
3434         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3435         Follow the API change.
3436         (wl-summary-create-line): Call with number argument.
3437         (wl-summary-reply): Follow the API change.
3438
3439         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3440         function.
3441         (wl-highlight-summary-line-string): Call it when
3442         wl-use-flag-folder-help-echo is non-nil.
3443         (wl-highlight-summary-current-line): Ditto.
3444         (elmo-flag-folder-referrer): Added autoload setting.
3445
3446         * wl-draft.el (wl-draft-kill): Follow the API change.
3447
3448         * Version number is increased to 2.11.14.
3449         
3450 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3451
3452         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3453
3454 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3455
3456         * Version number is increased to 2.11.13.
3457
3458 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3459
3460         * wl-draft.el (wl-draft-previous-history-element): Fixed
3461         unbalanced parenthesis and bind unbound local variables.
3462
3463 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3464
3465         * wl-draft.el (wl-draft-previous-history-element): New function.
3466         (wl-draft-next-history-element): Ditto.
3467         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3468         them to M-p and M-n.
3469
3470 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3471
3472         * Version number is increased to 2.11.12.
3473
3474 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3475
3476         * wl-draft.el (wl-draft-hide): Select buffer-window.
3477
3478 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3479
3480         * wl-summary.el (wl-summary-narrow-to-region): New function.
3481         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3482         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3483         (wl-summary-save-region): Use it.
3484         * wl-action.el (wl-summary-collect-numbers-region)
3485         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3486
3487 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-folder.el (wl-folder-count-incorporates): Don't use
3490         `elmo-msgdb-mark-load'
3491
3492         * Version number is increased to 2.11.11.
3493
3494 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3495
3496         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3497         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3498
3499 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3502
3503 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3504
3505         * Version number is increased to 2.11.10.
3506
3507 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3508
3509         * wl-mime.el (wl-draft-attribute-value): Fixed.
3510
3511 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3512
3513         * wl-util.el (wl-copy-local-variables): New function.
3514
3515         * wl-mime.el (wl-draft-attribute-recipients): New function.
3516         (wl-draft-attribute-envelope-from): Ditto.
3517         (wl-draft-attribute-smtp-posting-server): Ditto.
3518         (wl-draft-attribute-smtp-posting-port): Ditto.
3519         (wl-draft-attribute-value): Ditto.
3520         (wl-draft-preview-message): Use it to get value for
3521         attributes. Reflect result of `wl-draft-config'.
3522
3523         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3524         and call `wl-summary-mark-as-read' before to call
3525         `wl-summary-unset-mark'.
3526         (wl-summary-target-mark-mark-as-unread): Likewise.
3527         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3528
3529 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3530
3531         * wl-mime.el (wl-draft-preview-message): Use actual value for
3532         attributes; Fix for small window.
3533
3534 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3535
3536         * wl-refile.el (wl-refile-get-field-value): Call
3537         `elmo-message-entity-field' with 3rd argument is non-nil.
3538
3539 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-vars.el (wl-draft-preview-attributes): New user option.
3542         (wl-draft-preview-attributes-list): Ditto.
3543         (wl-draft-preview-attributes-buffer-lines): Ditto.
3544         (wl-draft-preview-attributes-buffer-name): Ditto.
3545
3546         * wl-mime.el (wl-draft-preview-message): Display attributes.
3547
3548 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-summary.el (wl-summary-detect-mark-position): Bind
3551         wl-summary-flag-priority-list to '(new).
3552
3553 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3554
3555         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3556         funtion.
3557         (wl-highlight-summary-line-string): Use it.
3558         (wl-highlight-summary-current-line): Ditto.
3559
3560 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3561
3562         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3563         line even when the mark string is not changed.
3564
3565         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3566         argument change in the wl-summary-create-line.
3567         (wl-thread-insert-entity-sub): Ditto.
3568
3569         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3570         argument change in the wl-summary-create-line.
3571         (wl-summary-insert-sequential): Ditto.
3572         (wl-summary-update-thread): Ditto.
3573         (wl-summary-persistent-mark-string): New inline function.
3574         (wl-summary-message-mark): Use it.
3575         (wl-summary-create-line): Abolish argument wl-persistent-mark
3576         and added wl-flags, wl-cached.
3577
3578         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3579         mark to flags.
3580         (wl-highlight-summary-current-line): Decide the face not by the 
3581         persistent mark but flags.
3582
3583 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3584
3585         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3586         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3587         wl-summary-read-uncached-mark): Revive.
3588         (wl-summary-answered-cached-mark,
3589         wl-summary-answered-uncached-mark): New user option.
3590         (wl-summary-score-marks): Follow the change above.
3591         (wl-summary-auto-refile-skip-marks): Ditto.
3592         (wl-summary-incorporate-marks): Ditto.
3593         (wl-summary-expire-reserve-marks): Ditto.
3594         (wl-summary-flag-priority-list): New user option.
3595
3596         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3597         changes.
3598         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3599         of elmo-message-mark.
3600         (wl-summary-mark-as-read-internal): Ditto.
3601         (wl-summary-mark-as-answered): Ditto.
3602         (wl-summary-mark-as-important): Ditto.
3603         (wl-summary-redisplay-internal): Ditto.
3604         (wl-summary-redisplay-no-mime-internal): Ditto.
3605         (wl-summary-message-mark): New function.
3606         (wl-summary-insert-sequential): Use wl-summary-message-mark
3607         instead of elmo-message-mark.
3608         (wl-summary-update-thread): Ditto.
3609         (wl-summary-persistent-mark): Ditto.
3610         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3611         instead of elmo-message-mark.
3612
3613         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3614         wl-summary-message-mark instead of elmo-message-mark.
3615         (wl-thread-insert-entity-sub): Ditto.
3616         (wl-thread-get-children-msgs-uncached): Ditto.
3617
3618         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3619         variable name changes.
3620         (wl-highlight-summary-current-line): Ditto.
3621
3622         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3623         wl-summary-message-mark instead of elmo-message-mark.
3624
3625         * wl-expire.el (wl-expire-message-p): Ditto.
3626
3627         * wl-score.el (wl-score-headers): Ditto.
3628
3629         * Version number is increased to 2.11.9.
3630
3631         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3632         (wl-summary-sync-update): Follow the change above.
3633         (wl-summary-switch-to-clone-buffer): Ditto.
3634         (wl-summary-open-folder): Ditto.
3635
3636 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3637
3638         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3639         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3640
3641         * Version number is increased to 2.11.8.
3642
3643         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3644
3645         * wl-expire.el (wl-expire-refile): Follow the API change on
3646         `elmo-folder-move-messages'.
3647         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3648
3649         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3650         (wl-summary-exec-action-refile): Ditto.
3651         (wl-summary-exec-action-copy): Ditto.
3652         (wl-summary-no-auto-refile-message-p): No use
3653         `wl-summary-buffer-msgdb'.
3654         (wl-summary-auto-refile): Ditto.
3655
3656 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3657
3658         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3659
3660 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3661
3662         * wl-summary.el (wl-summary-sync): Treat no-sync.
3663
3664         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3665         (wl-default-sync-range): Ditto.
3666
3667 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3668
3669         * wl-refile.el (wl-refile-subject-learn): Call
3670         `elmo-message-entity-field' with 3rd argument is non-nil.
3671         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3672         instead of `elmo-msgdb-overview-entity-get-subject'.
3673
3674 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3677         scan-type is rescan.
3678         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3679         new optional argument force is non-nil.
3680         (wl-summary-save-view-cache): Call it with force argument non-nil.
3681
3682         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3683
3684 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-action.el (wl-summary-print-argument): Fixed last change.
3687
3688 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3689
3690         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3691         simplified.
3692         (wl-summary-target-mark-mark-as-unread): Likewise.
3693         (wl-summary-target-mark-mark-as-important): Likewise.
3694
3695 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3696
3697         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3698         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3699         (wl-summary-mark-as-important-region): Change accordingly.
3700         (wl-summary-target-mark-mark-as-important): Ditto.
3701
3702 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3703
3704         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3705
3706         * wl-action.el (wl-summary-print-argument): Print argument to
3707         right side of window if `wl-summary-print-argument-within-window'
3708         is non-nil.
3709
3710 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-action.el (wl-summary-set-mark): Use
3713         `wl-summary-message-visible-p' to check visibility of the message
3714         and jump to message only when the message line is visible and have
3715         different number; Call wl-summary-unset-mark with number argument.
3716         (wl-summary-unset-mark): 
3717         Use `wl-summary-message-visible-p'
3718         to check visibility of the message and jump to message only when
3719         the message line is visible and have different number;
3720
3721 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3722
3723         * Version number is increased to 2.11.7.
3724
3725         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3726         and wl-folder-summary-line-format.
3727
3728         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3729         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3730         (wl-summary-set-score-mark): Use it.
3731         (wl-summary-target-mark-mark-as-read): Ditto.
3732         (wl-summary-target-mark-mark-as-unread): Ditto.
3733         (wl-summary-target-mark-mark-as-important): Ditto.
3734         (wl-summary-target-mark-msgs): Simplified.
3735         (wl-summary-detect-mark-position): Fixed problem when
3736         summary-line-format no contain persisten/temp mark spec.
3737         (wl-summary-temp-mark): Ditto.
3738         (wl-summary-persistent-mark): Ditto.
3739         (wl-summary-update-persistent-mark): Ditto.
3740
3741         * wl-action.el (wl-summary-set-mark): Ditto.
3742         (wl-summary-unset-mark): Ditto.
3743         All other related portions are changed.
3744
3745 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * Version number is increased to 2.11.6.
3748
3749 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * wl-util.el (wl-current-message-buffer): Define as function;
3752         Don't use the value of wl-messge-buffer.
3753
3754         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3755         persistent mark.
3756
3757         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3758         no current message, cause an error.
3759
3760 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3761
3762         * wl-summary.el (wl-summary-set-message-modified): Use
3763         elmo-folder-set-message-modified instead of
3764         elmo-folder-set-message-modified-internal.
3765
3766 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3767
3768         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3769         interactively.
3770         (wl-summary-sync): nokill->entirely.
3771         (wl-summary-sync-marks): Fixed message.
3772         (wl-summary-input-range): Added mark, nokill->entirely.
3773
3774         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3775         messages as read.
3776
3777 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3778
3779         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3780         update-noscore.
3781         (wl-summary-sync): Follow the change above.
3782
3783 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3784
3785         * wl-action.el (wl-summary-target-mark-all): Use
3786         elmo-folder-list-messages.
3787
3788 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3789
3790         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3791         (wl-summary-rescan): Set wl-summary-scored as nil.
3792         (wl-summary-sync-force-update): Follow the change above.
3793         (wl-summary-sync): Ditto.
3794         (wl-summary-sync-update): Added argument disable-killed.
3795         (wl-summary-insert-headers): Set visible-only argument for
3796         elmo-folder-list-messages.
3797         (wl-summary-input-range): Added update-nokill, update-noscore,
3798         all-nokill, all-noscore and mark.
3799
3800         * Version number is increased to 2.11.5.
3801
3802         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3803
3804 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3805
3806         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3807         (wl-summary-prefetch-region-no-mark): Change accordingly.
3808         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3809
3810 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3811
3812         * wl-address.el (wl-complete-field-to): Abolished.
3813         (wl-complete-address): Completion function for completing-read.
3814         * wl-action.el (wl-summary-get-resend-address): Use it.
3815
3816         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3817         wl-summary-update-mark and abolish unused argument.
3818         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3819         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3820         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3821         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3822         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3823         * wl-draft.el (wl-draft-kill): Ditto.
3824
3825         * wl-summary.el: Remove unused binding of case-fold-search.
3826         (wl-summary-replace-status-marks): Abolished.
3827
3828 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3829
3830         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3831         is specified or folder length is zero.
3832
3833 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3834
3835         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3836         (wl-folder-archive-current-entity): Ditto.
3837
3838 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3841         retrieving message mark.
3842         (wl-summary-redisplay-internal): Ditto.
3843
3844         * wl-message.el (wl-message-buffer-display): Ignore errors while
3845         retrieving message-id field.
3846
3847         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3848         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3849         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3850         order of the arguments for `wl-expire-message-p'.
3851         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3852
3853         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3854         Check return value of wl-summary-reply.
3855         (wl-summary-reply): Recover window configuration when an error occured.
3856
3857 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3858
3859         * wl-summary.el (wl-summary-resend-message): Abolished, the
3860         feature is inherited by wl-summary-resend (put resend mark).
3861
3862 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3863
3864         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3865         wl-message-buffer to nil when the message is hide.
3866
3867 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3868
3869         * .cvsignore: New file.
3870
3871 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3872
3873         * wl-action.el (wl-summary-action-docstring): Add more info.
3874         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3875         duplicate definition.
3876         (wl-summary-define-mark-action): Functions wl-summary-*-region
3877         keep current position.
3878         (wl-summary-unregister-target-mark): Store result to the variable.
3879
3880 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * Version number is increased to 2.11.4.
3883
3884 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3885
3886         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3887         wl-summary-delete-all-temp-marks.
3888         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3889
3890         * wl-action.el (wl-summary-set-mark): Changed terminology
3891         refile-destination -> action-argument.
3892         (wl-summary-unset-mark): Ditto.
3893         (wl-summary-remove-argument): Ditto.
3894         (wl-summary-print-argument): Ditto.
3895
3896         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3897         (wl-thread-remove-argument-region): Ditto.
3898         (wl-thread-print-argument-region): Ditto.
3899         (wl-thread-close): Ditto.
3900         (wl-thread-open): Ditto.
3901
3902         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3903         (wl-highlight-refile-destination-face is abolished)
3904         (wl-highlight-action-argument-string): Ditto.
3905         (wl-highlight-summary-current-line): Highlight action argument.
3906
3907         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3908         color for light backgrounds.
3909         (wl-highlight-summary-answered-face): Ditto.
3910
3911 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3912
3913         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3914
3915         * wl-score.el (wl-summary-score-update-all-lines): Use
3916         wl-summary-set-mark.
3917         (wl-summary-score-update-all-lines): Kill expunged messages.
3918
3919         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3920
3921 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3922
3923         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3924         directly.
3925         (wl-score-overview-entity-get-lines): Ditto.
3926         (wl-score-overview-entity-get-xref): Ditto.
3927         (wl-score-get-latest-msgs): Ditto.
3928         (wl-summary-rescore): Ditto.
3929
3930         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3931         to "&".
3932         (wl-summary-mark-as-answered-internal): New inline function.
3933         (wl-summary-mark-as-answered): New function.
3934         (wl-summary-mark-as-unanswered): Ditto.
3935         (wl-summary-sync-marks): Modified for answered-mark synching.
3936
3937 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3938
3939         * wl-action.el (wl-summary-set-mark): Fixed last change.
3940
3941 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3942
3943         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3944         behavior of wl-summary-unread-message-hook
3945         (Pointed out by akira yamada <akira@arika.org>).
3946
3947 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3948
3949         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3950         wl-summary-delete.
3951         * wl-xmas.el (wl-summary-toolbar): Ditto.
3952
3953         * wl-action.el (wl-summary-set-mark): Don't override current
3954         temp-mark.
3955
3956         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3957
3958 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3959
3960         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3961         (wl-refile-msgid-learn): Ditto.
3962         (wl-refile-get-field-value): Ditto.
3963
3964         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3965
3966         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3967         (wl-expire-delete-reserved-messages): Renamed from
3968         wl-expire-reserve-marked-msgs-from-list.
3969         (wl-expire-delete): Removed argument `msgdb'.
3970         (wl-expire-refile): Ditto.
3971         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3972         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3973         mark-alist as argument.
3974         (wl-expire-archive-number1): Removed argument `msgdb'.
3975         (wl-expire-archive-number2): Ditto.
3976         (wl-expire-archive-date): Ditto.
3977         (wl-expire-localdir-date): Ditto.
3978         (wl-expire-hide): Ditto.
3979         (wl-archive-number1): Ditto.
3980         (wl-archive-number2): Ditto.
3981         (wl-archive-date): Ditto.
3982         (wl-archive-folder): Ditto.
3983         All other related portions are changed.
3984
3985 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3986
3987         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3988         mean move up and down. (suggested by Takashi Kawachi)
3989
3990 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3991
3992         * wl-acap.el (toplevel): Don't require un-define.
3993
3994 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl-thread.el (wl-thread-delete-message): Always update
3997         wl-summary-buffer-number-list.
3998
3999         * wl-action.el (wl-summary-print-destination): 
4000         Do nothing when folder is nil.
4001
4002 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4003
4004         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4005         persistent mark when prefetch is succeeded.
4006
4007 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4008
4009         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4010         instead of elmo-msgdb-delete-msgs.
4011         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4012         (wl-expire-hide): Ditto.
4013
4014         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4015
4016         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4017         elmo-msgdb interface.
4018         (wl-thread-get-exist-children): Likewise.
4019         (wl-thread-insert-message): Likewise.
4020         (wl-thread-msg-mark-as-important): Likewise.
4021         (wl-thread-insert-entity-sub): Likewise.
4022         (wl-thread-get-children-msgs-uncached): Likewise.
4023
4024         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4025         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4026         (wl-summary-sync-update): Likewise.
4027         (wl-summary-auto-select-msg-p): Likewise.
4028         (wl-summary-update-thread): Likewise.
4029         (wl-summary-mark-as-important): Likewise.
4030         (wl-summary-jump-to-msg-internal): Likewise.
4031         (wl-summary-redisplay-internal): Likewise.
4032         (wl-summary-print-message-with-ps-print): Likewise.
4033         (wl-summary-folder-info-update): Likewise.
4034
4035         * wl-folder.el (wl-folder-check-one-entity):
4036         elmo-folder-count-flags instead of wl-summary-count-unread.
4037
4038         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4039
4040         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4041
4042         * wl-summary.el (wl-summary-set-message-modified): 
4043         Call wl-summary-set-mark-modified.
4044         (wl-summary-delete-messages-on-buffer): Call
4045         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4046         (wl-summary-sync-update): Call elmo-folder-length instead of
4047         elmo-folder-messages.
4048         (wl-summary-insert-headers): Don't call
4049         elmo-folder-list-message-entities.
4050
4051 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4052
4053         * wl-action.el (wl-summary-define-mark-action): Call
4054         `wl-summary-set-mark' with argument `data'.
4055         (wl-summary-auto-refile): Fixed order of arguments when call
4056         `wl-summary-refile'.
4057
4058 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4061
4062         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4063
4064         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4065         (Renamed from wl-highlight-summary-deleted-face).
4066         (wl-highlight-summary-resend-face): New face.
4067
4068         (wl-highlight-summary-deleted-face): Renamed from
4069         wl-highlight-summary-erased-face.
4070
4071         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4072
4073         * wl-action.el (wl-summary-get-resend-address): New function.
4074         (wl-summary-exec-action-resend): Ditto.
4075         (wl-summary-exec-action-resend-subr): Ditto.
4076
4077         * w-thread.el (wl-thread-copy): Removed definition.
4078         (wl-thread-refile): Ditto.
4079         (wl-thread-delete): Ditto.
4080         (wl-thread-target-mark): Ditto.
4081
4082         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4083         (wl-summary-target-mark-set-action): Fixed.
4084         (wl-summary-define-mark-action): Fixed quotation.
4085         (wl-summary-move-mark-list-messages): Display message.
4086         (wl-summary-define-mark-action): Define thread functions.
4087         (wl-summary-exec-action-refile): Changed message.
4088         (wl-summary-exec): Ditto.
4089
4090 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4091         
4092         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4093         '%%'.
4094
4095 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4096
4097         * wl.el (toplevel): Require wl-action.
4098         (wl-init): Call wl-summary-define-mark-action.
4099
4100         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4101
4102         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4103         wl-summary-delete and wl-summary-erase.
4104         (wl-summary-mode-map): Ditto.
4105
4106         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4107         wl-delete-folder-alist.
4108
4109         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4110         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4111         (toplevel): Moved mark & action related functions to the wl-action.el.
4112
4113         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4114         in wl-summary-mark-action-list.
4115         (wl-highlight-summary-current-line): Ditto.
4116
4117         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4118         empty lines.
4119
4120         * wl-action.el: New file. 
4121
4122 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-summary.el (wl-summary-target-mark-replace): New function.
4125         (wl-summary-target-mark-prefetch): Use it.
4126         (wl-summary-target-mark-delete): Ditto.
4127         (toplevel): Rearranged definition order.
4128         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4129         (wl-summary-target-mark-erase): Rewrite.
4130         (wl-summary-erase-region): New function.
4131         (wl-summary-exec-action-erase): Changed message.
4132         (wl-summary-move-mark-list-messages): New function.
4133         (wl-summary-exec-action-delete): Use it.
4134         (wl-summary-exec-action-erase): Ditto.
4135
4136         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4137         (wl-summary-skip-mark-list): Added "d".
4138
4139         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4140         while searching.
4141
4142         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4143         and define using defcustom;
4144         Define 4th element as a face.
4145         
4146         * wl-summary.el (wl-summary-incorporate): Use 
4147         `wl-summary-prefetch-region-no-mark' instead of
4148         `wl-summary-prefetch-region'.
4149         (wl-summary-prefetch-region-no-mark): Revival of old
4150         `wl-summary-prefetch-region'.
4151         (wl-summary-mark-action-list): Moved to wl-vars.el
4152
4153         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4154         face according to the `wl-summary-mark-action-list'.
4155         (wl-highlight-summary-current-line): Ditto;
4156         Removed destination highlighting.
4157
4158         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4159         (wl-highlight-summary-line-string): Highlight for "i" mark.
4160         (wl-highlight-summary-current-line): Ditto.
4161
4162         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4163         no destination.
4164
4165         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4166         exists, just go ahead.
4167         (wl-summary-prefetch-region): Rewrite.
4168         (wl-summary-prefetch): Ditto.
4169         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4170         (wl-summary-exec-action-prefetch): New function.
4171         (wl-summary-target-mark-prefetch): Rewrite.
4172
4173 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4174
4175         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4176         (wl-highlight-summary-line-string): Added "d" and "D".
4177         (wl-highlight-summary-current-line): Ditto.
4178
4179         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4180         in wl-summary.el.
4181         (wl-thread-insert-entity-sub): Ditto.
4182         (wl-thread-remove-destination-region): Ditto.
4183         (wl-thread-print-destination-region): Ditto.
4184
4185         * wl-summary.el (wl-summary-buffer-refile-list,
4186         wl-summary-buffer-delete-list,
4187         wl-summary-buffer-copy-list): Abolish.
4188         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4189         All other related portions are changed.
4190         (wl-summary-mark-action-list): New variable.
4191         (wl-summary-set-mark): New function.
4192         (wl-summary-register-target-mark): Ditto.
4193         (wl-summary-unregister-target-mark): Ditto.
4194         (wl-summary-have-target-mark-p): Ditto.
4195         (wl-summary-register-temp-mark): Ditto.
4196         (wl-summary-unregister-temp-mark): Ditto.
4197         (wl-summary-registered-temp-mark): Ditto.
4198         (wl-summary-collect-temp-mark): Ditto.
4199         (wl-summary-unset-mark): Ditto.
4200         (wl-summary-set-target-mark): Ditto.
4201         (wl-summary-unset-target-mark): Ditto.
4202         (wl-summary-set-action-generic): Ditto.
4203         (wl-summary-unset-action-generic): Ditto.
4204         (wl-summary-exec-action-delete): Ditto.
4205         (wl-summary-exec-action-erase): Ditto.
4206         (wl-summary-set-action-refile): Ditto.
4207         (wl-summary-set-action-refile-subr): Ditto.
4208         (wl-summary-unset-action-refile): Ditto.
4209         (wl-summary-make-destination-numbers-list): Ditto.
4210         (wl-summary-exec-action-refile): Ditto.
4211         (wl-summary-set-action-copy): Ditto.
4212         (wl-summary-unset-action-copy): Ditto.
4213         (wl-summary-exec-action-copy): Ditto.
4214         (wl-summary-collect-numbers-region): Ditto.
4215         (wl-summary-delete): Rewrite.
4216         (wl-summary-erase): Ditto.
4217         (wl-summary-remove-destination): Ditto.
4218         (wl-summary-exec): Ditto.
4219         (wl-summary-exec-region): Ditto.
4220         (wl-summary-target-mark-erase): Ditto.
4221         (wl-summary-refile): Ditto.
4222         (wl-summary-copy): Ditto.
4223         (wl-summary-unmark): Ditto.
4224         (wl-summary-delete-all-mark): Ditto.
4225         (wl-summary-mark-line): Don't highlight.
4226         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4227         (wl-summary-target-mark-refile-subr): Rewrite.
4228
4229         (wl-summary-copy-prev-destination): Abolish.
4230
4231 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4232
4233         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4234         default values along the value of wl-on-mule.
4235         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4236         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4237         It is not used anywhere.
4238
4239 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4240
4241         * wl-summary.el (wl-summary-print-destination): Keep position.
4242         (wl-summary-cursor-move-surface): Keep horizontal position.
4243
4244 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4245
4246         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4247         write sendlog.
4248
4249 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4250
4251         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4252         `wl-summary-highlight'.
4253
4254 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4255
4256         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4257         trivial condition for temp-mark.
4258
4259 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4260
4261         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4262         when it hits killed buffer.
4263
4264 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4265
4266         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4267         * wl-news.el.in: `message' and `error' take format string.
4268
4269 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4270
4271         * wl-folder (wl-folder-insert-entity): Display a message,
4272         `...done', when the work finish.
4273         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4274
4275 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4276
4277         * wl-message.el (wl-message-redisplay): Remove unused local
4278         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4279
4280 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4281
4282         * wl-summary.el (wl-summary-replace-status-marks): Disable
4283         interactive use.
4284         (wl-summary-reedit): Check message existence at first.
4285         (wl-summary-mark-line): Fix doc, return value is indefinite.
4286
4287         * wl-highlight.el (wl-highlight-message): Arranged.
4288
4289         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4290         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4291         check temp-mark by wl-summary-temp-mark always.
4292         (wl-highlight-summary): Change accordingly.
4293         * wl-summary.el (wl-summary-mark-as-read-all)
4294         (wl-summary-delete-cache, wl-summary-set-score-mark)
4295         (wl-summary-mark-as-unread, wl-summary-unmark)
4296         (wl-summary-mark-line, wl-summary-mark-as-read)
4297         (wl-summary-mark-as-important): Ditto.
4298
4299         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4300         end of the window if possible.
4301         * wl-summary.el (wl-summary-sync-update): Support lazy
4302         highlighting.
4303         (wl-summary-toggle-disp-msg): Ditto.
4304
4305 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4306
4307         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4308
4309 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4310
4311         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4312         change.
4313
4314 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4315
4316         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4317         API.
4318         (wl-summary-sync-update): Ditto.
4319
4320         * wl-score.el (wl-score-get-score-alist): Changed argument.
4321         (wl-summary-rescore-msgs): Likewise.
4322         (wl-summary-score-headers): Likewise.
4323         (wl-score-headers): Likewise;
4324         Use elmo-folder-do-each-message-entity, etc.
4325         (wl-summary-score-effect): Follow the changes above.
4326         (wl-summary-rescore): Ditto.
4327         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4328         (wl-score-get-overview): Abolish.
4329
4330         * wl-summary.el (wl-summary-default-from): Follow the API change in
4331         elmo-msgdb.
4332         (wl-summary-count-unread): Ditto.
4333         (wl-summary-detect-mark-position): Ditto.
4334         (wl-summary-overview-entity-compare-by-date): Ditto.
4335         (wl-summary-overview-entity-compare-by-number): Ditto.
4336         (wl-summary-overview-entity-compare-by-from): Ditto.
4337         (wl-summary-overview-entity-compare-by-subject): Ditto.
4338         (wl-summary-get-list-info): Ditto.
4339         (wl-summary-rescan): Ditto.
4340         (wl-summary-jump-to-msg-by-message-id): Ditto.
4341         (wl-summary-sync-update): Ditto; Removed comment.
4342         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4343         (wl-summary-insert-message): Use wl-summary-insert
4344         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4345         (wl-summary-insert-headers): Changed argument overview to folder.
4346         (wl-summary-search-by-subject): Likewise.
4347         (wl-summary-insert-thread): Renamed from 
4348         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4349
4350         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4351         too.
4352
4353         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4354         wl-string-member.
4355
4356 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4357
4358         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4359         elmo-folder-append-buffer.
4360         (wl-draft-queue-append): Likewise.
4361
4362         * wl-mime.el (wl-message-delete-current-part): Ditto.
4363         (wl-summary-burst-subr): Ditto.
4364
4365         * wl-news.el.in (wl-news-send-news): Ditto.
4366
4367 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4368
4369         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4370         function.
4371         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4372         (wl-summary-update-mark): Enclose with save-excursion.
4373         (wl-summary-mark-as-read-internal): Fixed last change.
4374         (wl-summary-mark-as-important): Use 3rd argument of
4375         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4376         Don't use elmo-msgdb-set-mark.
4377         (wl-summary-redisplay-internal): If msgdb flag is already read,
4378         just update the mark on buffer.
4379
4380 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4381
4382         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4383         cut visible folder when elmo-folder-delete returns non-nil value.
4384
4385 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4386
4387         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4388         by Kenichi OKADA <okada@opaopa.org>).
4389
4390 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4391
4392         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4393
4394 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4395
4396         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4397         Fixed the last change, search group entity by its real name.
4398         (Thanks to: KOBAYASHI Shinji)
4399
4400 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4401
4402         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4403         (wl-fldmgr-access-display-all): Don't refer visible name.
4404         * wl-expire.el (wl-folder-archive-current-entity)
4405         (wl-folder-expire-current-entity): Ditto.
4406         * wl-folder.el (wl-folder-jump-to-current-entity)
4407         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4408         (wl-folder-open-folder-sub,wl-folder-open-all)
4409         (wl-folder-write-current-folder): Ditto.
4410         (wl-folder-insert-entity): Don't use petname for normal group.
4411         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4412         is the real name.
4413         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4414         Abolished.
4415
4416 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-draft.el (wl-draft-create-buffer): Add
4419         `wl-summary-reply-with-citation'
4420
4421 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4422
4423         * wl-draft.el (wl-draft-reply): Fixed.
4424
4425 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4428         when `wl-draft-send-confirm-with-preview' is non-nil.
4429         You can scroll up/down by j/k.
4430         (wl-draft-send-confirm-with-preview): New variable (default=t).
4431
4432 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4433
4434         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4435         (wl-fldmgr-save-folders): Fix comment.
4436
4437 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4438
4439         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4440         along the last change in `wl-folder-buffer-group-p'.
4441
4442 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4445         folder.
4446
4447         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4448         the default value.
4449
4450         * wl-mime.el (wl-summary-burst): Update summary only when target
4451         folder equals current folder.
4452
4453 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4456
4457 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4460         value.
4461
4462 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4465         `map-extents' instead of `extent-at' repeatedly.
4466         (wl-highlight-folder-current-line): Ditto.
4467
4468         * wl-highlight.el: Remove useless dummy functions.
4469
4470 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4473         (wl-folder-put-folder-property): New function to put text property.
4474         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4475         (wl-folder-insert-entity, wl-folder-update-diff-line)
4476         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4477         * wl-e21.el, wl-xmas.el, wl-mule.el
4478         (wl-highlight-folder-current-line): Ditto.
4479         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4480         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4481         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4482         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4483
4484 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4485
4486         * Version number is increased to 2.11.3.
4487
4488 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4491         Resume current-buffer since it is assumed by remaining tasks.
4492
4493 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4496         (wl-folder-completion-function): Abolished.
4497         (wl-folder-complete-folder): New function.
4498         (wl-folder-complete-filter-condition): Ditto.
4499         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4500         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4501
4502 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-draft.el (wl-draft-send-confirm): New function.
4505         (wl-draft-send): Use it.
4506
4507         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4508         cursor-in-echo-area while confirming.
4509
4510         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4511
4512         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4513         searching via nntp if wl-summary-search-via-nntp is 'force.
4514         Otherwise, invoke searching in nntp folder only.
4515         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4516
4517         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4518         explicitly for mime-make-text-tag.
4519
4520 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4521
4522         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4523         `mime-make-text-tag' instead of `mime-create-tag'.
4524
4525 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4528         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4529
4530 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * wl-score.el (wl-score-save): Bind print-length and print-level.
4533         (wl-score-pretty-print): Ditto.
4534         (wl-score-edit-insert-header-entry): Ditto.
4535
4536         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4537         "From" entry to be treated with wl-draft-eword-encode-address-list.
4538         * wl-mime.el (wl-draft-preview-message): Ditto.
4539
4540         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4541         (wl-summary-mark-as-unread): Ditto.
4542         (wl-summary-mark-as-read-region): Change accordingly.
4543         (wl-summary-mark-as-unread-region): Ditto.
4544         (wl-summary-target-mark-mark-as-read): Ditto.
4545         (wl-summary-target-mark-mark-as-unread): Ditto.
4546
4547 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * Version number is increased to 2.11.2.
4550
4551 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-news.el.in (wl-news-previous-version-save): Bind
4554         print-length and print-level.
4555         * wl-thread.el (wl-thread-save-entities): Ditto.
4556         (wl-thread-save-top-list): Bind print-length.
4557
4558 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4559
4560         * wl-highlight.el (wl-highlight-summary-line-string): Use
4561         wl-summary-score-below-mark, wl-summary-score-over-mark.
4562         (wl-highlight-summary-current-line): Ditto.
4563
4564 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4567         insert it.
4568
4569 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4570
4571         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4572
4573 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4574
4575         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4576         message without msgid.
4577         Rewrite with elmo-folder-move-messages.
4578         Set wl-message-buffer to nil.
4579
4580         * wl-summary.el (wl-summary-erase-subr): New function. Use
4581         elmo-folder-move-messages.
4582         (wl-summary-erase): Call it.
4583         (wl-summary-target-mark-erase): Ditto.
4584
4585 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4588         it is not up-tp-date.
4589
4590 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4591
4592         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4593         buffer after calling `wl-summary-goto-folder-subr' without the
4594         argument `interactive'.
4595         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4596
4597 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4598
4599         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4600         `mime-create-tag'. Use `string=' instead of `looking-at'.
4601
4602 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4603
4604         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4605         to avoid compile warning.
4606
4607         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4608         entity-id when folder is given.
4609         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4610         save-excursion, use save-selected-window instead.
4611         Select folder buffer window if exists.
4612         (To correct behavior with wl-folder-move-cur-folder.)
4613
4614 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4615
4616         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4617
4618 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4619
4620         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4621         list-count instead of %d.
4622
4623 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4624
4625         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4626         (wl-news): Set it.
4627         (wl-news-append-to-folder): Use it.
4628
4629         * wl-news.el.in (wl-news-send-news): Append to specified folder
4630         instead of wl-default-folder.
4631         (wl-news-append-to-folder): Show error message with specified folder.
4632
4633         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4634                 In most major modes, Emacs assumes that any opening
4635                 delimiter found at the left margin is the start of a
4636                 top-level definition, or defun. Therefore, *never put an
4637                 opening delimiter at the left margin unless it should have
4638                 that significance.*
4639
4640         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4641
4642 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4643
4644         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4645
4646 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4647
4648         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4649
4650 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4651
4652         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4653         for sequential numbering case.
4654
4655 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4656
4657         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4658         value.
4659         (wl-draft-reply-without-argument-list): Ditto.
4660         (wl-draft-reply-myself-with-argument-list): Abolish.
4661         (wl-draft-reply-myself-without-argument-list): Ditto.
4662         * wl-draft.el (wl-draft-self-reply-p): New function.
4663         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4664
4665 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4666
4667         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4668         (avoid error for the case without byte-compiling)
4669
4670 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4671
4672         * wl-news.el.in (wl-news-append-to-folder): New function.
4673         (wl-news-exit): Rewrite.
4674         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4675
4676 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-draft.el (wl-draft-reply-position): New function.
4679         (wl-draft-reply-position): Fix.
4680         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4681         (wl-summary-target-mark-reply-with-citation): Ditto.
4682         (wl-summary-reply-with-citation): Ditto.
4683         * wl-vars.el (wl-draft-reply-default-position): New variable.
4684
4685 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-draft.el (wl-draft-send): Preview when interactive send.
4688
4689 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4690
4691         * wl-draft.el (wl-draft-reply): Set default position.
4692         * wl-summary.el (wl-summary-reply): Ditto.
4693         (wl-summary-reply-with-citation): Ditto.
4694         (wl-summary-target-mark-reply-with-citation): Ditto.
4695
4696 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-news.el.in (wl-news-lang): Set default value according to
4699         current-language-environment.
4700         (wl-news-append-news): Do nothing when news-list is nil.
4701
4702 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4705         (wl-news): Change message.
4706         (wl-news-exit): Check buffer.
4707         (wl-news-force-exit): New function.
4708         (wl-news-show-all): New function.
4709         (wl-news-discard-and-exit): Fix.
4710
4711 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4714         according to current-language-environment.
4715
4716         * wl-news.el.in (wl-news): If arg, show all NEWS after
4717         wl-news-default-previous-version.
4718
4719 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4720
4721         * wl-news.el.in (wl-news-check): Rewritten.
4722         (wl-news-previous-version-load): Change data type.
4723         (wl-news-previous-version-save): Change data type.
4724         (wl-news-append-news): Add return value.
4725         (wl-news-check-news): New function.
4726         (wl-news-already-current-p): New function.
4727         (wl-news-send-news): Rewritten.
4728         (wl-news-mode-map): Add new keybind.
4729         (wl-news): Rewritten.
4730         (wl-news-exit): Rewritten.
4731         (wl-news-discard-and-mail): New function.
4732         (wl-news-send-to-address): Abolished.
4733         * wl.el (wl-init): Delete a message.
4734
4735 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4736
4737         * wl-news.el.in (wl-news-exit): Update previous version.
4738         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4739
4740 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4743
4744 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-news.el.in (wl-news): New function.
4747         (wl-news-mode): New function.
4748         (wl-news-next-line): New function.
4749         (wl-news-next-page): New function.
4750         (wl-news-exit): New function.
4751         (wl-news-buf-name): New variable.
4752         (wl-news-mode-map): New variable.
4753         (wl-news-winconf): New variable.
4754         (wl-news-append-news): Add an option.
4755
4756 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4757
4758         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4759
4760 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-news.el.in (wl-news-send-to-address): New variable.
4763         (wl-news-send-news): Use it.
4764         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4765         Return updating status.
4766         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4767
4768 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4769
4770         * wl-news.el.in (wl-news-send-news): Delete
4771         Organization and X-Face.
4772
4773 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4774
4775         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4776         (wl-news-append-news): New function.
4777         (wl-news-send-news): New function.
4778
4779 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4780
4781         * Version number is increased to 2.11.1.
4782
4783 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4784
4785         * wl-news.el.in : New file.
4786
4787 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4788
4789         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4790         default value.
4791         (wl-draft-reply-without-argument-list): Ditto.
4792
4793 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4794
4795         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4796         (wl-message-buffer-prefetch-idle-time): Ditto.
4797         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4798
4799 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-thread.el (wl-thread-insert-message): Use
4802         wl-summary-max-thread-depth.
4803
4804         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4805         loop detection.
4806
4807         * wl-message.el (wl-message-buffer-display): Back to the first page
4808         when cache is hit.
4809
4810 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4811
4812         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4813
4814         * wl-summary.el (wl-summary-insert-thread-entity):
4815         If the thread depth is reached to wl-summary-max-thread-depth,
4816         divide the thread.
4817
4818 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4819
4820         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4821         for elmo-remove-passwd.
4822
4823 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4824
4825         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4826         folder is sticky.
4827         (wl-folder-mark-as-read-all-entity): Ditto.
4828         (wl-folder-prefetch-entity): Ditto.
4829
4830 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4831
4832         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4833
4834 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4835
4836         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4837         Delete messages on buffer for unplugged operation.
4838         (wl-summary-erase): Ditto.
4839
4840 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4841
4842         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4843         take nil so as not to search parent by subject.
4844
4845 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4846
4847         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4848         (wl-folder-get-next-folder): Ditto.
4849         (wl-folder-get-path): Ditto.
4850
4851 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4852
4853         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4854         system and encode the region with it before verifying.
4855
4856 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4857
4858         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4859         system of the echo buffer before decoding.
4860
4861 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4862
4863         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4864         original contents.
4865
4866 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4867
4868         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4869         with argument 'any-exists.
4870
4871 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4874         Use `wl-cs-autoconv'.
4875
4876 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4879         by `mime-view-automatic-conversion'.
4880
4881         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4882         (wl-message-verify-pgp-nonmime): Ditto.
4883         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4884         Bind them to C-c:d and C-c:v respectively.
4885
4886         Merge following code by Teranishi-san from [wl-en:00167].
4887         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4888         (wl-mime-preview-application/pgp-encrypted): Ditto.
4889         (wl-mime-setup): Add entry.
4890
4891 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-summary.el (wl-summary-target-mark-erase): New function.
4894         Bind it to "mD".
4895
4896 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-vars.el (wl-draft-write-file-function): Fix.
4899         (wl-draft-reedit-hook): Changed default value.
4900
4901         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4902         wl-draft-reedit-hook.
4903         (wl-draft-remove-text-plain-tag): New function.
4904         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4905
4906         * wl-vars.el (wl-draft-write-file-function): New user option.
4907
4908         * wl-draft.el (wl-draft-prepare-edit): Use it for
4909         local-write-file-hooks.
4910         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4911
4912         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4913         (wl-draft-insert-mail-header-separator): Return the body beginning
4914         point.
4915         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4916         text/plain.
4917         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4918
4919 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4920
4921         * wl-summary.el (wl-summary-erase): New function to erase message
4922         without moving it to trash. Bind to "D".
4923
4924         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4925         as `keep' unless switch-function.
4926
4927 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4928
4929         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4930         message buffer by using `wl-summary-toggle-disp-msg'.
4931         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4932         buffer window.
4933         (wl-summary-supresedes-message): Ditto.
4934
4935         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4936         Do not delete other windows.
4937         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4938         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4939         (wl-draft-create-buffer): Set reply-or-forward also for target
4940         mark commands.
4941
4942 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-draft.el (wl-user-agent-compose): Delete special case for
4945         switch-to-buffer-other-window.
4946
4947         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4948         (wl-summary-forward): Ditto.
4949
4950         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4951         function.
4952         (wl-draft-buffer-style): New use option.
4953
4954         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4955         (wl-draft): Follow the change above.
4956         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4957         wl-draft-buffer-style.
4958         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4959         switch-function.
4960
4961 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4962
4963         * wl-address.el (wl-address-make-completion-entry): Extracted from
4964         `wl-address-make-completion-list'.
4965         (wl-address-enable-strict-loading): New variable.
4966         (wl-address-make-completion-list): Revive petname duplication
4967         inquiry, and enable it if `wl-address-enable-strict-loading'.
4968         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4969
4970 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-message.el (wl-message-get-original-buffer): Avoid
4973         'Selecting deleted buffer' error when original buffer is killed.
4974
4975 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4976
4977         * wl-summary.el (wl-summary-next-message): Use
4978         elmo-message-accessible-p instead of elmo-message-cached-p.
4979
4980 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4981
4982         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4983
4984         * wl-thread.el (wl-thread-open-all-unread): Use
4985         elmo-folder-list-flagged instead of
4986         elmo-folder-list-messages-mark-match.
4987
4988         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4989         instead of elmo-folder-list-messages-mark-match.
4990         (wl-summary-move-spec-alist): New variable.
4991         (wl-summary-move-spec-plugged-alist,
4992         wl-summary-move-spec-unplugged-alist): Abolish.
4993         (wl-summary-next-message): Follow the change above.
4994         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4995         with 'no-msg' argument.
4996
4997         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4998         variable.
4999         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5000         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5001         (wl-message-buffer-prefetch-get-next): Follow the change above.
5002
5003 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-version.el (wl-version): Changed codename.
5006
5007         * Version number is increased to 2.11.0.
5008
5009 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5010
5011         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5012         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5013         `wl-draft-config-variables'.
5014         (wl-draft-kill): Fixed problem when the draft is reedit.
5015
5016 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5019         buffer-modified status (Thanks to
5020         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5021
5022 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-util.el (wl-region-exists-p): New function.
5025
5026         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5027         Remove defvars for byte-compile warnings.
5028
5029 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5030
5031         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5032         defvar-maybe. Removed unused bind.
5033
5034 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5035
5036         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5037         summary buffer window before creating new frame.
5038         (wl-draft-reply): Ditto.
5039
5040 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5041
5042         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5043
5044 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5047
5048 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5049
5050         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5051         instead of `kill-region'.
5052
5053 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5054
5055         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5056         (wl-highlight-summary-line-string): Use it.
5057         (wl-highlight-summary-current-line): Ditto.
5058
5059         * wl-mime.el (wl-message-delete-current-part): Check the class of
5060         mime-entity.
5061
5062         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5063
5064         * wl-summary.el (wl-summary-make-number-list): Initialize.
5065         (wl-summary-update-mark): New function.
5066         (wl-summary-reply): Put `answered' mark on the message.
5067         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5068
5069         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5070         (wl-draft-reply): Added optional argument `number';
5071         Set wl-draft-parent-number.
5072         (wl-draft-kill): Delete answered mark if it is a reply.
5073
5074 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5075
5076         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5077         that originates in mime-preview-follow-current-entity.
5078         (wl-draft-yank-current-message-entity): Use it if region is active.
5079
5080         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5081         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5082         `wl-message-delete-current-part'.
5083         * wl-mule.el (wl-message-define-keymap): Ditto.
5084         * wl-xmas.el (wl-message-define-keymap): Ditto.
5085
5086 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl-mime.el (wl-message-delete-current-part): New function.
5089         (wl-mime-node-id-to-string): Ditto.
5090
5091         * wl-mime.el (wl-message-delete-current-part): Use existing
5092         original buffer which corresponds current mime-view buffer.
5093         (fetched buffer might have different structure, possibly)
5094
5095         * wl-mime.el (wl-message-delete-current-part): Quit if the
5096         message content differs from the actual message.
5097
5098 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5101         order.
5102         (wl-summary-search-by-subject): Search parent message from tail;
5103         Check the existence of the parent message on the current thread tree.
5104         (wl-summary-update-thread): Check whether the line is inserted.
5105
5106 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5107
5108         * wl-vars.el (wl-summary-line-format): Undo last change.
5109         * wl-summary.el (wl-summary-print-destination): Do not put
5110         invisible property when `wl-summary-width' is nil.
5111         (wl-summary-line-subject-minimum-length): Abolished.
5112         (wl-summary-line-subject): Ditto.
5113
5114 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-vars.el (wl-summary-line-format): Change default value.
5117         (wl-summary-subject-length-limit): Abolished.
5118         * wl-summary.el (wl-summary-line-subject): Ditto.
5119
5120 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5121
5122         * wl-template.el (wl-template-select): Added optional argument.
5123         If optional argument is specified, reverse
5124         `wl-template-visible-select'.
5125
5126 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5129         Take prefix argument to force asking the destination folder.
5130
5131 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5132
5133         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5134         count and update status.
5135
5136 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-summary.el (wl-summary-redisplay-internal): If
5139         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5140         after fetching.
5141
5142 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5143
5144         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5145         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5146
5147         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5148
5149 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5152         (All other related portions are changed).
5153         (wl-summary-mark-as-read-all): Rewrite.
5154
5155 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5158         `wl-summary-mark-as-read'.
5159         (wl-summary-mark-as-unread): Rewrite.
5160         (wl-summary-mark-as-read): Added no-modeline argument.
5161         (wl-summary-resume-cache-status): Rewrite.
5162         (wl-summary-exec-subr): Remove unused local variable.
5163
5164 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5165
5166         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5167         logic to call `wl-summary-buffer-prev-folder-function'.
5168         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5169
5170 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5173         is nil.
5174
5175 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5176
5177         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5178         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5179         (wl-mime-setup): Add its entry.
5180
5181 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5184         (wl-summary-delete-cache): Likewise.
5185         (wl-summary-mark-as-read): Rewrite.
5186
5187 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5190         `wl-summary-count-unread'.
5191
5192         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5193
5194         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5195
5196 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5199         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5200         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5201         Renamed to the elmo-msgdb-*-mark.
5202         (wl-summary-score-marks): Follow the change above.
5203         (wl-summary-auto-refile-skip-marks): Ditto.
5204         (wl-summary-incorporate-marks): Ditto.
5205         (wl-summary-expire-reserve-marks): Ditto.
5206
5207         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5208         changes.
5209         (wl-thread-insert-top): Changed updating message.
5210
5211         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5212         variable.
5213         (wl-summary-count-unread): Count answered marks.
5214         (wl-summary-rescan): Call wl-summary-insert-message instead of
5215         wl-summary-append-message-func-internal.
5216         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5217         (wl-summary-prefetch-msg): Follow the variable name changes.
5218         (wl-summary-prefetch-region): Ditto.
5219         (wl-summary-mark-as-read-all): Follow the API changes;
5220         Don't call elmo-folder-replace-marks.
5221         (wl-summary-delete-cache): Follow the variable name changes.
5222         (wl-summary-resume-cache-status): Ditto.
5223         (wl-summary-update-status-marks): New function.
5224         (wl-summary-insert-message): New function.
5225         (wl-summary-sync-marks): Follow the variable name changes.
5226         (wl-summary-sync-update): Synchronize to the msgdb, too;
5227         Changed update messages.
5228         (wl-summary-make-number-list): Rewrite.
5229         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5230         (wl-summary-mark-as-unread): Follow the API changes.
5231         (wl-summary-exec-subr): Follow the variable name changes.
5232         (wl-summary-mark-as-read): Ditto.
5233         (wl-summary-move-spec-plugged-alist): Ditto.
5234         (wl-summary-move-spec-unplugged-alist): Ditto.
5235         (wl-summary-cursor-move-surface): Ditto.
5236
5237         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5238         variable name changes.
5239         (wl-highlight-summary-current-line): Ditto.
5240
5241         * wl-expire.el (wl-expire-refile): Follow the API change in
5242         elmo-folder-move-messages.
5243         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5244         (wl-summary-archive): Use elmo-folder-msgdb instead of
5245         elmo-msgdb-load.
5246
5247 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-mime.el (wl-draft-preview-message): Restore the position
5250         before evaluating wl-draft-send-hook in preview buffer.
5251
5252 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5253
5254         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5255         when it creates new draft buffer.
5256
5257         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5258         without argument.
5259
5260         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5261         Evaluate content and if the value is string, insert it.
5262         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5263         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5264         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5265         wl-draft-config-sub-part-bottom): Use it.
5266
5267         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5268         with the folder name. The question was unintelligible when it is
5269         called from wl-save-status.
5270
5271 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5272
5273         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5274         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5275         cannot take second argument).
5276
5277 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5278
5279         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5280         as t. Since type and subtype are not case sensitive (RFC 2045).
5281
5282 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5283
5284         * wl-vars.el (wl-message-mode-line-format): New variable.
5285         (wl-message-mode-line-format-spec-alist): Ditto.
5286         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5287         (wl-message-redisplay): Use wl-message-mode-line-format.
5288
5289 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5290
5291         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5292
5293 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-summary.el (wl-summary-default-from): Write description.
5296
5297 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * wl-vars.el (wl-ldap-objectclass): Abolish.
5300
5301         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5302         (wl-ldap-make-filter): Removed condition for objectclass.
5303         (wl-ldap-make-matched-value-list): Remove meaningless process.
5304         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5305         (wl-address-ldap-search): Don't add `*' to `pat' string;
5306         use ignore-errors; added `email';
5307         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5308         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5309         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5310
5311
5312 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5313
5314         * wl-draft.el (wl-draft-parent-folder): Write description.
5315         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5316
5317 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5318
5319         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5320         as "" (zero-length string) if no parent.
5321         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5322
5323 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-address.el (wl-address-make-completion-list): Skip duplication
5326         checking.
5327         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5328         `append'.
5329
5330 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5331
5332         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5333         instead of `beginning-of-buffer'.
5334
5335 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5338
5339 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5340
5341         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5342         Refer wl-message-buffer-name.
5343         (wl-message-wheel-down): Ditto.
5344
5345 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-vars.el (wl-message-buffer-name): New user option.
5348
5349         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5350         directly instead of making alist dinamically.
5351
5352         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5353         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5354         wl-message-buffer-cache-name.
5355         (wl-message-buffer-cache-clean-up): Ditto.
5356
5357         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5358
5359         * Version number is increased to 2.9.15.
5360
5361 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5362
5363         * wl-vars.el (wl-summary-default-view-alist): New user option.
5364
5365         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5366
5367         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5368         while deleting address.
5369         (wl-draft-delete-myself-from-cc): Ditto.
5370
5371         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5372         If optional argument is specified, reverse sort order.
5373
5374         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5375
5376 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-thread.el (wl-thread-insert-message): Return parent number if
5379         exists.
5380         (wl-thread-update-indent-string-region): Use
5381         wl-thread-update-line-on-buffer-sub instead of
5382         wl-thread-update-line-on-buffer.
5383
5384 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5385
5386         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5387         (wl-folder-close-all): Ditto.
5388
5389 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5390
5391         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5392         and mailing-list:.
5393         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5394         value.
5395         (wl-summary-line-list-info): Print mailing-list name even when 
5396         list-number is empty.
5397
5398 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5399
5400         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5401
5402         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5403         (wl-draft-open-file): Ditto.
5404         (wl-draft-random-alphabet): Ditto.
5405
5406         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5407         bindings.
5408
5409 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5410
5411         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5412         * wl-vars.el (wl-draft-config-alist): Ditto.
5413
5414 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5415
5416         * Version number is increased to 2.9.14.
5417
5418         * wl.el (wl): Don't set wl-init as nil when error occured while
5419         auto-checking folders.
5420
5421         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5422         `elmo-expand-newtext'.
5423
5424 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5425
5426         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5427         `this-command' so that `wl-folder-goto-folder' contained in
5428         `wl-summary-keep-cursor-command' work.
5429
5430 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5431
5432         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5433         message buffer displaying state.
5434
5435 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5436
5437         * wl-vars.el (wl-summary-default-view): New variable to specify
5438         default value for `wl-summary-buffer-view' instead of using
5439         set-default.
5440         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5441
5442 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5443
5444         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5445
5446         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5447
5448 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5449
5450         * wl-vars.el (wl-forward-subject-prefix): New variable.
5451         * wl-draft.el (wl-draft-forward): Use it.
5452
5453 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5454
5455         * wl-message.el (wl-message-prev-page): When it is called without
5456         lines argument, scroll down by wl-message-scroll-amount lines.
5457         (wl-message-next-page): Ditto.
5458         * wl-vars.el (wl-message-scroll-amount): Change default value
5459         to preserve current behavior.
5460
5461 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5462
5463         * wl-summary.el (wl-summary-prefetch-msg): Bind
5464         `wl-message-entity' to call `wl-summary-from-function'.
5465
5466 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5467
5468         * wl-message.el (wl-message-buffer-create): Run
5469         wl-message-buffer-created-hook.
5470
5471 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5472
5473         * wl-summary.el (wl-summary-sort-specs): New variable.
5474         (wl-summary-default-sort-spec): Ditto.
5475         (wl-summary-sort): Rewrite.
5476         (wl-summary-sort-by-list-info): New function.
5477
5478 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5479
5480         * wl-summary.el (wl-summary-get-list-info): New function.
5481         (wl-summary-sort): Rewrite.
5482         (wl-summary-line-list-info): Ditto.
5483         (wl-summary-line-list-count): Ditto.
5484         (wl-summary-refile-region): Fixed docstring.
5485
5486 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5489         `wl-folder-entity-hashtb' as completion table.
5490
5491 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5494         only when this command is called interactively; silence the byte-
5495         compiler.
5496
5497 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5498
5499         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5500         active in XEmacs.
5501
5502 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5503
5504         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5505         plural lines.
5506
5507 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5510         of current line when the cursor is on the header name.
5511         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5512
5513 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5514
5515         * wl-util.el (wl-read-directory-name): Return displayed directory
5516         as the default value also on XEmacs.
5517
5518 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5521         formatting.
5522
5523 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5524
5525         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5526         argument and when it is non-nil, check face property before
5527         highlighting for each line.
5528         (wl-highlight-summary-window): Set it.
5529
5530 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5533         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5534
5535         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5536         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5537         (wl-draft-get-fcc-list): Likewise.
5538
5539 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5542         (wl-thread-entity-cur): Ditto.
5543         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5544         wl-thread-indent-regexp setting.
5545         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5546
5547         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5548         wl-summary-lazy-highlight.
5549         (wl-summary-display-bottom): Ditto.
5550
5551         * wl-thread.el (wl-thread-open-close): Likewise.
5552
5553         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5554         from and subject;
5555         Bind wl-draft-use-frame;
5556         Enclose with save-window-excursion;
5557         Use wl-draft-create-buffer instead of with-temp-buffer;
5558         Use wl-draft-prepare-edit;
5559         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5560         Use wl-draft-send instead of wl-draft-raw-send.
5561
5562 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5563
5564         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5565         of using wl-from.
5566
5567 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5568
5569         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5570         insert-buffer instead of clone-buffer.
5571         (wl-draft-doing-mime-bcc): New variable.
5572         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5573         infinite loop.
5574         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5575
5576         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5577         (wl-draft-mime-bcc-body): Ditto.
5578
5579         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5580         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5581         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5582         wl-draft-do-mime-bcc.
5583         (wl-draft-mime-bcc-field): New function.
5584         (wl-draft-do-mime-bcc): Ditto.
5585
5586         * wl-address.el (wl-address-complete-header-list): New variable.
5587         (wl-address-complete-header-regexp): Changed default value.
5588
5589         * Version number is increased to 2.9.13.
5590
5591 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5592
5593         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5594         it is differed.
5595
5596 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5597
5598         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5599         (wl-summary-line-list-count): Ditto.
5600
5601 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5602
5603         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5604         (wl-nntp-posting-function): New variable.
5605         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5606         `wl-nntp-posting-config-alist'.
5607
5608 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5609
5610         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5611         FLIM.
5612
5613 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5614
5615         * wl-summary.el (wl-summary-target-mark-refile-sub):
5616         Remove a nuisance funcall.
5617
5618 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5621         as t for `try-completion'.
5622
5623 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-summary.el (wl-summary-default-from): Use
5626         wl-address-header-extract-address instead of
5627         std11-extract-address-components.
5628         (wl-summary-simple-from): Ditto.
5629         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5630         (wl-summary-insert-headers): Show message.
5631         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5632         for whole line.
5633         (wl-summary-default-from): Revert last change.
5634         (wl-summary-simple-from): Ditto.
5635         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5636         (wl-summary-mark-as-read-region): Follow the change above.
5637         (wl-summary-sync-marks): Ditto.
5638         (wl-summary-target-mark-mark-as-read): Ditto.
5639         (wl-summary-redisplay-internal): Ditto.
5640         (wl-summary-redisplay-no-mime-internal): Ditto.
5641         (wl-summary-redisplay-all-header): Ditto.
5642         (wl-summary-mark-as-read): Removed argument `cached';
5643         Use current cache status to set cache mark.
5644         (wl-summary-redisplay-internal): Follow the change above.
5645         (wl-summary-redisplay-no-mime-internal): Ditto.
5646         (wl-summary-redisplay-all-header): Ditto.
5647
5648         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5649
5650         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5651         Don't call itself recursively (Adviced by Yamaoka-san).
5652
5653 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5654
5655         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5656         bind wl-summary-highlight as nil to avoid error caused by missing
5657         local variables.
5658
5659 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5660
5661         * wl-vars.el (wl-invalid-character-message): New user option.
5662
5663         * wl-util.el (wl-set-string-width): If truncated string-width is
5664         larger than specified width, use `wl-invalid-character-message'.
5665
5666 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5667
5668         * wl-summary.el (wl-summary-prefetch-msg): 
5669         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5670
5671 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5672
5673         * wl-vars.el (wl-summary-check-line-format): New user option.
5674         (wl-summary-line-format-file): Ditto.
5675
5676         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5677         variable.
5678         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5679         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5680         and `wl-summary-view-old-p' to check whether do a rescan or not.
5681         (wl-summary-view-old-p): New function.
5682         (wl-summary-line-format-changed-p): Ditto.
5683         (wl-summary-line-format-save): Ditto.
5684         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5685
5686         * wl-util.el (wl-set-string-width): Avoid using negative number
5687         for make-string.
5688
5689 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5690
5691         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5692         return value.
5693
5694         * wl-util.el (wl-set-string-width): Added optional argument
5695         `padding' (All other related portions are changed).
5696         (wl-line-parse-format): If the first letter of column number is
5697         `0', zero-padding the result (ex: "%05l").
5698
5699         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5700
5701 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5704         sequential summary view.
5705
5706 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5709         if it doesn't have a -unix version.
5710
5711 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5712
5713         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5714
5715 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5716
5717         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5718         content.
5719         (wl-draft): Follow the change above.
5720
5721         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5722
5723         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5724         and wl-folder-summary-line-format-alist contain %T and %P.
5725
5726         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5727         (wl-summary-mode-line-format): New user option.
5728         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5729         (wl-summary-line-format): Changed default value.
5730         (wl-summary-lazy-highlight): Changed default value.
5731
5732         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5733         change in wl-summary-create-line.
5734         (wl-thread-insert-entity-sub): Ditto.
5735
5736         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5737         (wl-summary-buffer-unread-status): Ditto.
5738         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5739         (wl-summary-buffer-persistent-mark-column): Ditto.
5740         (wl-summary-buffer-mode-line-formatter): Ditto.
5741         (wl-summary-buffer-mode-line): Ditto.
5742         (wl-summary-message-regexp): Abolished.
5743         (All other related portions are changed.)
5744         (wl-summary-detect-mark-position): New function.
5745         (wl-summary-buffer-set-folder): Setup
5746         wl-summary-buffer-mode-line-formatter.
5747         (wl-summary-mode): Setup selective-display;
5748         Setup pre-idle-hook when xemacs.
5749         (wl-summary-update-modeline): Rewrite.
5750         (wl-summary-jump-to-msg): Define as function;
5751         Changed regexp for searching messages.
5752         (wl-summary-message-number): Rewrite.
5753         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5754         Do rescan when old type summary cache.
5755         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5756         (wl-summary-remove-destination): Use '\r' to detect EOL.
5757         (wl-summary-print-destination): Ditto.
5758         (wl-summary-temp-mark): New inline function.
5759         (wl-summary-persistent-mark): Ditto.
5760         (wl-summary-line-number): New function.
5761         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5762         (wl-summary-line-list-count): New function.
5763         (wl-summary-create-line): Added argument persistent-mark.
5764         (All other related portions are changed)
5765         (wl-summary-create-line): Insert '\r'.
5766         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5767         (wl-summary-cursor-move-surface): New inline function.
5768         (wl-summary-prev): Use it.
5769         (wl-summary-next): Ditto.
5770
5771         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5772         wl-summary-message-regexp.
5773         (wl-highlight-summary): Delete progress message.
5774         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5775
5776         * Version number is increased to 2.9.12.
5777
5778 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5779
5780         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5781         variable (nil: no minimum).
5782         (wl-summary-line-subject): Add some spaces after subject by
5783         wl-summary-line-subject-minimum-length.
5784
5785 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5786
5787         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5788         and removed `F'.
5789         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5790         change above).
5791
5792 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5793
5794         * wl-summary.el (wl-summary-line-list-count): Reverted.
5795         (example setting in samples/*/dot.wl is also updated)
5796
5797 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5800
5801         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5802
5803         * wl-vars.el (wl-summary-line-format): Addes some description to the
5804         docstring.
5805
5806         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5807         (wl-summary-line-close-bracket): Ditto.
5808         (wl-summary-line-children-number): Ditto.
5809         (wl-summary-line-thread-indent): Ditto.
5810         (wl-summary-line-children-and-from): Ditto.
5811
5812         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5813         't', 'c', 'F' and added 'C'.
5814
5815         * wl-util.el (wl-set-string-width): Accept negative value.
5816         (wl-line-parse-format): Added "%number(" and "%)".
5817
5818 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5819
5820         * wl-summary.el (wl-summary-line-list-count): Change format of the
5821         return value.
5822
5823 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5824
5825         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5826         from the recent message.el.
5827         (wl-draft-point-in-header-p): Ditto.
5828         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5829         wl-draft-beginning-of-line.
5830         * wl-e21.el (wl-draft-mode-map): Ditto.
5831         * wl-xmas.el (wl-draft-mode-map): Ditto.
5832
5833         * wl-folder.el: Sort macrodefs by dependencies.
5834
5835 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5836
5837         * wl-summary.el (wl-summary-prev): Fixed regexp.
5838         (wl-summary-next): Ditto.
5839
5840 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5841
5842         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5843
5844 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5845
5846         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5847         for backward compatibility.
5848
5849 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5850
5851         * wl-summary.el (wl-summary-line-list-count): New function, merged
5852         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5853         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5854         list counts.
5855
5856 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5857
5858         * wl-summary.el (wl-summary-create-line): Ignore errors while
5859         timezone-fix-time.
5860
5861         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5862
5863         * wl-summary.el (wl-summary-sync-update): Ditto.
5864         (wl-summary-default-from): Use wl-message-entity
5865         instead of entity.
5866
5867         * wl-summary.el (wl-summary-create-line): Fix.
5868
5869         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5870         (wl-summary-line-format): New user option.
5871         (wl-folder-summary-line-format-alist): Ditto.
5872         (wl-summary-from-width): Abolished.
5873
5874         * wl-util.el (toplevel): Require 'bytecomp.
5875         (wl-line-parse-format): New function.
5876         (wl-line-formatter-setup): New macro.
5877
5878         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5879         (wl-summary-buffer-line-formatter): New buffer local variable.
5880         (wl-summary-switch-to-clone-buffer): Follow the change above.
5881         (wl-summary-message-regexp): Fix.
5882         (wl-summary-from-func-internal): Abolished.
5883         (wl-summary-subject-func-internal): Ditto.
5884         (wl-summary-subject-filter-func-internal): Ditto.
5885         (All other related portions are changed.)
5886         (wl-summary-buffer-set-folder):
5887         Set up wl-summary-buffer-number-column and 
5888         wl-summary-buffer-line-formatter
5889         (All other related portions are changed.)
5890         (wl-summary-buffer-number-column-detect): Abolished.
5891         (All other related portions are changed.)
5892         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5893         (wl-summary-delete-all-temp-marks-on-buffer): Use
5894         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5895         (wl-summary-target-mark-delete): Ditto.
5896         (wl-summary-target-mark-refile-subr): Ditto.
5897         (wl-summary-target-mark-mark-as-read): Ditto.
5898         (wl-summary-target-mark-mark-as-unread): Ditto.
5899         (wl-summary-target-mark-mark-as-important): Ditto.
5900         (wl-summary-target-mark-save): Ditto.
5901         (wl-summary-replace-status-marks): Renamed from
5902         wl-summary-set-status-marks-on-buffer;
5903         Use wl-summary-message-regexp instead of
5904         wl-summary-buffer-number-regexp.
5905         (wl-summary-sync-update): Follow the change above.
5906         (wl-summary-goto-previous-message-beginning): New function.
5907         (wl-summary-mark-as-unread): Use it.
5908         (wl-summary-mark-as-important): Ditto.
5909         (wl-summary-line-formatter): New variable.
5910         (wl-summary-line-year): New function.
5911         (wl-summary-line-day): Ditto.
5912         (wl-summary-line-day-of-week): Ditto.
5913         (wl-summary-line-hour): Ditto.
5914         (wl-summary-line-minute): Ditto.
5915         (wl-summary-line-open-bracket): Ditto.
5916         (wl-summary-line-close-bracket): Ditto.
5917         (wl-summary-line-children-number): Ditto.
5918         (wl-summary-line-thread-indent): Ditto.
5919         (wl-summary-line-size): Ditto.
5920         (wl-summary-line-subject): Ditto.
5921         (wl-summary-line-from): Ditto.
5922         (wl-summary-line-children-and-from): Ditto.
5923         (wl-summary-create-line): Rewritten.
5924         (wl-summary-format-date): Abolished.
5925
5926         * wl-highlight.el (wl-highlight-summary-current-line): Use
5927         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5928         Use thread structure to detect thread top message.
5929
5930         * wl-draft.el (wl-default-draft-cite): Don't use
5931         wl-summary-from-func-internal.
5932
5933         * wl-refile.el (wl-refile-subject-learn): Don't use
5934         wl-summary-subject-filter-func-internal.
5935         (wl-refile-guess-by-subject): Ditto.
5936
5937         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5938         parameters.
5939
5940         * wl-thread.el (wl-thread-update-indent-string-region):
5941         Use wl-thread-update-line-on-buffer instead of
5942         wl-thread-update-indent-string.
5943         (wl-thread-update-children-number): Redefine using
5944         wl-thread-update-line-on-buffer.
5945         (wl-thread-update-indent-string): Abolished.
5946
5947         * Version number is increased to 2.9.11.
5948
5949 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5950
5951         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5952         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5953         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5954
5955         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5956         as nil.
5957
5958         * wl-thread.el (wl-thread-open-all-unread): Use 
5959         elmo-folder-list-messages-mark-match.
5960         (wl-thread-insert-message): Removed argument `mark-alist'.
5961         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5962         elmo-msgdb-set-mark.
5963         (wl-thread-get-children-msgs-uncached): Likewise.
5964         (wl-thread-get-exist-children): Added argument include-self.
5965         (wl-thread-delete-message): Follow the change above.
5966
5967         * wl-summary.el (wl-summary-count-unread): Removed argument.
5968         (wl-summary-rescan): Follow the change above.
5969         (wl-summary-mark-as-read-region): Ditto
5970         (wl-summary-mark-as-unread-region): Ditto.
5971         (wl-summary-delete-messages-on-buffer): Ditto.
5972         (wl-summary-sync-update): Ditto.
5973         (wl-summary-switch-to-clone-buffer): Ditto.
5974         (wl-summary-goto-folder-subr): Ditto.
5975         (wl-summary-target-mark-mark-as-read): Ditto.
5976         (wl-summary-target-mark-mark-as-unread): Ditto.
5977         (wl-summary-target-mark-mark-as-important): Ditto.
5978         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5979         (wl-summary-update-thread): Removed argument `mark-alist'.
5980         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5981         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5982         (wl-summary-resume-cache-status): Likewise.
5983         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5984         elmo-msgdb-set-mark.
5985         (wl-summary-mark-as-read-all): Likewise.
5986         (wl-summary-delete-cache): Ditto.
5987         (wl-summary-auto-select-msg-p): Ditto.
5988         (wl-summary-mark-as-unread): Ditto.
5989         (wl-summary-no-auto-refile-message-p): Ditto.
5990         (wl-summary-mark-as-read): Ditto.
5991         (wl-summary-mark-as-important): Ditto.
5992         (wl-summary-auto-refile): Follow the change above.
5993         (wl-summary-delete-all-marks): Removed.
5994         (wl-summary-resume-marks-and-highlight): Ditto.
5995         (wl-summary-resume-marks): Ditto.
5996         (wl-summary-delete-important-msgs-from-list): Ditto.
5997         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5998
5999         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6000         wl-summary-count-unread.
6001
6002         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6003         (wl-summary-score-update-all-lines): Use
6004         elmo-msgdb-set-mark.
6005
6006 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6007
6008         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6009         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6010         (wl-summary-create-line): Renamed from
6011         wl-summary-overview-create-summary-line;
6012         Argument rearrangement.
6013         (wl-summary-update-thread): Follow the change above.
6014
6015         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6016         (wl-thread-insert-entity-sub): Likewise.
6017
6018         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6019         argument `overview', `mark-alist' and added `msgdb'.
6020
6021         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6022
6023         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6024         (wl-summary-rescan): Follow the change above.
6025         (wl-summary-sync-update): Ditto.
6026         (wl-summary-insert-thread-entity): Ditto;
6027         Don't use `let*' in every while loop;
6028         Detect infinite loop of threads.
6029         (wl-summary-update-thread): Removed argument `overview'.
6030
6031         * wl-thread.el (wl-thread-insert-message): Ditto.
6032
6033         * Version number is increased to 2.9.10.
6034
6035         * wl-message.el (wl-message-redisplay): Ignore errors while
6036         wl-message-redisplay-hook.
6037
6038 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6039
6040         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6041
6042 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6043
6044         * wl.el (wl): inhibit-quit while wl-folder.
6045
6046 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6049         while msgdb access.
6050
6051 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6052
6053         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6054         even if no folder is not created.
6055
6056 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6059
6060         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6061         implementation.
6062         (wl-summary-target-mark-thread): Ditto.
6063
6064         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6065
6066 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6067
6068         * wl-util.el (wl-display-bytes): Remove unused function.
6069
6070 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6071
6072         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6073         seems critical one (partially reverse the change in 2002/03/17).
6074
6075 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6076
6077         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6078         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6079
6080 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6081
6082         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6083         is not writable.
6084         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6085         plugged status instead of `'force' as 2nd argument.
6086
6087         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6088         is not creatable.
6089
6090         * Version number is increased to 2.9.9.
6091
6092 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-summary.el (wl-summary-suspend): New function.
6095
6096 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6097
6098         * wl.el (wl): Do not check variables if check is nil.
6099         * wl-utils.el (wl-collect-draft): New function.
6100         * wl-folder.el (wl-folder-suspend): Put summary buffers
6101         and draft buffers at the end of buffer list.
6102         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6103
6104 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6105
6106         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6107         loop instead of recursive call.
6108
6109         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6110         2nd argument.
6111
6112 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6113
6114         * wl-draft.el (wl-draft-create-contents): Don't take neither
6115         (function . args) nor (string . something) any more.
6116
6117         * wl-version.el (wl-generate-user-agent-string): Return string
6118         without header symbol.
6119         * wl-draft.el (wl-draft-default-headers): Use it.
6120
6121         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6122         `wl-draft-insert-ccs' and return field value instead of inserting
6123         the header. Abolish cc argument.
6124         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6125
6126         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6127         rather than one with string car.
6128
6129         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6130         * wl-draft.el (wl-draft-create-contents): Add it after the default
6131         headers.
6132
6133         * wl-draft.el (wl-draft-create-contents): For the case of
6134         (symbol-or-string . function) insert header only when the function
6135         returns string value.
6136
6137 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6140         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6141
6142 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl.el (wl-check-environment): Don't check Message-ID when
6145         `wl-insert-message-id' is nil.
6146         Revive checking if `wl-message-id-domain' contains "@".
6147
6148 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6149
6150         * wl.el (wl-check-environment): Merge examination for "@" at
6151         inappropriate position into the first string-match.
6152
6153         * wl-summary.el (wl-summary-target-mark-print): New function.
6154         (wl-summary-pipe-message-subr): Extracted from
6155         `wl-summary-pipe-message'.
6156         (wl-summary-target-mark-pipe): New function.
6157         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6158         `wl-summary-target-mark-pipe'.
6159
6160 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6161
6162         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6163
6164 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl.el (wl-check-environment): Use elmo-warning instead of
6167         error for non-critical ones.
6168         Remove trash folder check.
6169         (wl): Don't ignore error in wl-check-environment.
6170
6171         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6172         check, which is moved from `wl-check-environment'.
6173         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6174
6175 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6176
6177         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6178         guess anything, call wl-summary-write.
6179         (wl-summary-write): Create draft with blank To field.
6180         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6181
6182 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6183
6184         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6185         argument full as well for wl-folder-write-current-folder.
6186         If wl-*-write-current-folder cannot guess addressee, add blank
6187         To header.
6188         Rewrite condition for positioning cursor.
6189
6190 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6191
6192         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6193         summary buffer is present, use it.
6194         (wl-folder-jump-to-previous-summary): Ditto.
6195
6196 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6197
6198         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6199
6200         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6201         wl-summary-previous-buffer and wl-summary-next-buffer.
6202
6203         * wl-folder.el (wl-folder-mode-map): Bind
6204         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6205         (wl-folder-jump-to-next-summary): New function.
6206         (wl-folder-jump-to-previous-summary): Ditto.
6207
6208         * wl-draft.el (wl-draft): Rearranged.
6209
6210 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6211
6212         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6213         of header.
6214         (wl-draft): Collect arguments for the header as header-alist.
6215         (wl-draft-forward): Arrange arguments for wl-draft.
6216         (wl-draft-reply): Ditto.
6217         (wl-draft-edit-string): Ditto.
6218         * wl-summary.el (wl-summary-write): Ditto.
6219         (wl-summary-write-current-folder): Ditto.
6220
6221         * Version number is increased to 2.9.8.
6222
6223 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6226
6227         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6228
6229         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6230         even if the guess failed.
6231
6232         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6233         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6234         wl-summary-write-current-folder.
6235         * wl-xmas.el: Ditto.
6236
6237 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-summary.el (wl-summary-next-page): Force display message if
6240         message is not displayed yet.
6241         (wl-summary-prev-page): Ditto.
6242
6243 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6244
6245         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6246
6247 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6248
6249         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6250         add "Preview Message" and "Save Draft and Exit".
6251
6252 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6253
6254         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6255         if addrmgr is called from draft in splitted window.
6256
6257         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6258         * wl-mule.el: Ditto.
6259         * wl-xmas.el: Ditto.
6260
6261 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6262
6263         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6264
6265         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6266         * wl-xmas.el (wl-folder-toolbar): Ditto.
6267
6268 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6269
6270         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6271         and wl-draft-save-and-exit.
6272         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6273         * wl-xmas.el: Ditto.
6274         * wl-mule.el: Ditto.
6275
6276         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6277         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6278
6279 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6282         lists for saving buffer.
6283
6284 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6285
6286         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6287         parent-folder argument instead of it.
6288         (wl-draft-create-buffer): Ditto.
6289         (wl-draft-forward): Ditto.
6290         (wl-draft-reply): Ditto.
6291         * wl-summary.el (wl-summary-write): Ditto.
6292         (wl-summary-write-current-folder): Ditto.
6293
6294         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6295         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6296         Folder buffer after composing.
6297
6298 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6301         header if the file `wl-x-face-file' already contains it.
6302
6303 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6304
6305         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6306         folder" entry.
6307         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6308         * wl-e21.el (wl-folder-toolbar): Ditto.
6309         * wl-xmas.el (wl-folder-toolbar): Ditto.
6310
6311 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6312
6313         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6314         wl-folder-goto-folder with sticky argument.
6315         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6316
6317 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6320         and wl-summary-previous-buffer.
6321         (wl-summary-next-buffer): New function.
6322         (wl-summary-previous-buffer): Ditto.
6323
6324 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6325
6326         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6327         wl-folder-jump-to-current-entity-with-arg.
6328         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6329         `wl-folder-jump-to-current-entity'.
6330         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6331         `wl-summary-goto-folder-sticky'.
6332         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6333         `wl-summary-goto-folder'.
6334         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6335         Unless force-exit, do not clean temp. marks for sticky summary.
6336         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6337
6338 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6341         not entire.
6342
6343 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6344
6345         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6346         to `C-x C-s'.
6347         (wl-summary-save-status): New command.
6348         (wl-summary-exit): Don't clean-up temp marks when sticky.
6349         (Applied patch from Nakayama-san [wl: 09548])
6350         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6351         Do nothing when no mark data.
6352         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6353         Call `wl-summary-delete-all-temp-marks' before saving.
6354
6355 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6356
6357         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6358
6359 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6360
6361         * wl.el (wl-check-environment): Also cause error when (system-name)
6362         returns "localhost.localdomain". (Although it doesn't affect because
6363         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6364
6365 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6366
6367         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6368         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6369
6370         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6371         value.
6372
6373 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6376         Likewise r-cc-list and r-ng-list.
6377
6378 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6381         only if it is bound as variable.
6382
6383         * wl-mime.el (wl-draft-preview-message): Ditto.
6384
6385 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6386
6387         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6388         needless `goto-char'.
6389
6390         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6391         `wl-summary-redisplay-no-mime-internal' instead of
6392         `wl-summary-redisplay-no-mime'.
6393         (wl-summary-redisplay-no-mime): Changed argument;
6394         Call `wl-summary-redisplay-no-mime-internal'.
6395
6396         * wl-mime.el (wl-draft-preview-message): Bind
6397         `mime-header-encode-method-alist' locally.
6398
6399         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6400         (wl-draft-std11-parse-addresses): Added the first address check.
6401         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6402
6403         * Version number is increased to 2.9.7.
6404
6405 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6406
6407         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6408
6409 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6410
6411         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6412         related to scrollbar support, if there is no such a feature
6413         compiled in.
6414
6415 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6416
6417         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6418         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6419         for prefetch.
6420
6421 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6422
6423         * wl-summary.el (wl-summary-pick): Fix for no match.
6424
6425 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6426
6427         * wl-draft.el (wl-draft-save):
6428         Override `mime-header-encode-method-alist'.
6429
6430 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6431
6432         * wl-folder.el (wl-folder-pick): New function.
6433         Define key as "?".
6434
6435 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6436
6437         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6438         Fix for unplugged.
6439
6440 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6441
6442         * wl-folder.el (wl-folder-virtual): New function.
6443         Define key as "V".
6444
6445 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6446
6447         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6448         multi folder if entity is group.
6449
6450 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6451
6452         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6453         is nil.
6454
6455 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6456
6457         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6458         (wl-summary-target-mark-msgs): Return the number of marked messages.
6459
6460 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6461
6462         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6463         "first:" is specified.
6464
6465 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6466
6467         * wl-vars.el (wl-from): Use return value of function
6468         user-full-name instead of the variable user-full-name since
6469         XEmacs-20.4 doesn't set this variable.
6470
6471 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6472
6473         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6474         call `wl' directly.
6475
6476 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6477
6478         * wl-draft.el (wl-draft-reedit): Removed duplicated
6479         switch-to-buffers.
6480
6481 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * wl.el (wl-other-frame): Removed garbages.
6484
6485 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6488
6489         * wl-xmas.el (wl-draft-key-setup): Ditto.
6490
6491         * wl-mule.el (wl-draft-key-setup): Ditto.
6492
6493         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6494         (wl-draft-reedit): Ditto.
6495         (wl-draft-prepare-edit): Add `wl-draft-save' to
6496         `local-write-file-hooks'.
6497         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6498         (wl-draft-reedit): Set buffer-file-name.
6499         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6500
6501
6502         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6503         call it.
6504         (wl-delete-startup-frame-function): New variable.
6505         (wl-other-frame): New function
6506         (Original was written by Yamaoka san [wl: 09239]).
6507
6508         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6509         if `wl-folder-use-frame'.
6510
6511 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6514
6515 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6518         New variable.
6519         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6520         (wl-message-buffer-prefetch-get-next): Use them.
6521         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6522
6523 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6526         with unwind-protect.
6527
6528         * wl-draft.el (wl-draft-reedit): Rewrite.
6529         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6530         (wl-draft-save): Insert header separator if it does not exist;
6531         Removed condition-case.
6532
6533         * wl-summary.el (wl-summary-reedit): Revert last change.
6534
6535         * wl-draft.el (wl-draft-save): Rewrite.
6536         (wl-draft-create-buffer): Set buffer-file-name as nil.
6537
6538         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6539
6540         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6541
6542         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6543         nil.
6544
6545 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6548         If count is nil, do not prefetch.
6549         (wl-message-buffer-prefetch-next): Next.
6550
6551 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6554
6555 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6556
6557         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6558         `delete-backward-char'
6559         (wl-draft-prepare-edit): Check major-mode.
6560         (wl-draft-decode-header): Rewrite.
6561         (wl-draft): Fix.
6562
6563 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6566
6567 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6570         (wl-message-buffer-prefetch-get-next): Remove size checking.
6571         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6572
6573 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6574
6575         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6576         (wl-draft-default-headers): Fix.
6577
6578 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6579
6580         * wl-draft.el (wl-draft-default-headers): Insert return value of
6581         `wl-generate-mailer-string-function'.
6582
6583 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6584
6585         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6586         (wl-draft-insert-mail-header-separator): Ditto.
6587
6588         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6589         again (Reverted the change on 2002-01-17 by OKADA san).
6590
6591 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6592
6593         * wl-draft.el (wl-draft): Rewrite.
6594         (wl-draft-create-buffer): New function.
6595         (wl-draft-create-contents): Ditto.
6596         (wl-draft-prepare-edit): Ditto.
6597         (wl-draft-decode-header): Ditto.
6598         (wl-draft-decode-body): Ditto.
6599         (wl-draft-check-new-line): Ditto.
6600         (wl-draft-default-headers): Ditto.
6601         (wl-draft-insert-mail-header-separator): Ditto.
6602
6603 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6604
6605         * Version number is increased to 2.9.6.
6606
6607 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-draft.el (wl-draft-delete-field): Optional argument.
6610         (wl-draft-delete-fields): Ditto.
6611
6612 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * wl-message.el (toplevel): Eliminated byte-compile warning.
6615         for `itimer-function', `delete-timer' and `itimer-list'.
6616
6617 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6620         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6621         `wl-message-buffer-prefetch-threshold'.
6622         * wl-summary.el (wl-summary-redisplay-internal): Remove
6623         the check of `wl-message-buffer-prefetch-depth'.
6624
6625 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6628         size of article.
6629         (wl-message-buffer-prefetch-subr): Remove size check.
6630
6631 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6632
6633         * wl-vars.el (wl-plugged): Make customizable.
6634
6635 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6638         (wl-message-buffer-prefetch-set-timer): New function.
6639         (wl-message-buffer-prefetch-get-next): New function.
6640         (wl-message-buffer-prefetch): New function.
6641         (wl-message-buffer-prefetch-next): Rewrite.
6642         (wl-message-buffer-prefetch-subr): Rewrite.
6643         * wl-vars.el (wl-auto-prefetch-first): New variable.
6644         * wl-summary.el (wl-summary-goto-folder-subr): Call
6645         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6646
6647 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6650         `wl-summary-unread-message-hook'.
6651
6652 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6655         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6656         if range is `cache-status'.
6657
6658 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6659
6660         * wl-message.el (wl-message-buffer-prefetch-subr):
6661         Improve debug message.
6662
6663 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6666         `wl-mail-send-pre-hook'.
6667         (wl-draft-send-mail-with-qmail): Ditto.
6668         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6669
6670 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-message.el (wl-message-buffer-prefetch-subr):
6673         Fix for cancel-function-timers bug.
6674         (wl-message-buffer-prefetch-debug): Default value is t.
6675
6676 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6679         (wl-message-buffer-prefetch-subr): Rewrite.
6680         Rename from `wl-message-buffer-prefetch'.
6681
6682 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6683
6684         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6685         (wl-default-draft-cite-decorate-author): Ditto.
6686
6687         * wl-draft.el (wl-draft-cite-function): Removed.
6688         (wl-default-draft-cite-decorate-author): Ditto.
6689
6690 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6691
6692         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6693         (wl-default-draft-cite): Do not arrange author name if the value of
6694         `wl-default-draft-cite-decorate-author' is nil.
6695
6696 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6699
6700         * wl-folder.el (wl-folder-check-one-entity): Don't care
6701         `elmo-folder-use-flag-p'.
6702
6703 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6704
6705         * wl-folder (wl-folder-check-one-entity): Fix
6706         problem if unread is nil.
6707
6708 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6709
6710         * wl-address.el (wl-address-make-completion-list): Check whether
6711         the address is a group list.
6712         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6713
6714 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6715
6716         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6717         The number of the messages of new and unread does not count
6718         correctly.
6719
6720         * wl-summary.el (wl-summary-count-unread): Changed to return
6721         `(new . unread)' instead of total.
6722         (wl-summary-sync-update): Follow the change above.
6723
6724         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6725
6726 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6727
6728         * wl-address.el (wl-address-make-completion-list): Do not enclose
6729         address by " <" and ">" if associated realname is "".
6730         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6731         This is against the promblem with group list in .addresses pointed
6732         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6733
6734 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6735
6736         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6737         message is a format control string.
6738         * wl-expire.el (wl-expire-append-log): Ditto.
6739         * wl-mime.el (wl-summary-burst-subr): Ditto.
6740         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6741         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6742
6743 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6746         wl.el (wl-check-variables): Rename from `wl-check-type'.
6747         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6748         (wl-check-variables-2): New function.
6749         (wl): Call `wl-check-variables-2'.
6750
6751 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6752
6753         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6754         after renaming folder in access group.
6755
6756 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6759         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6760         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6761         (wl-message-buffer-prefetch): Rewrite.
6762         (wl-message-buffer-prefetch-idle-time): Removed.
6763         * wl-summary.el (wl-summary-redisplay-internal):
6764         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6765         Error check for `wl-message-buffer-prefetch-depht'.
6766
6767 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6768
6769         * Version number is increased to 2.9.5.
6770         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6771
6772 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6773
6774         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6775         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6776         Based on the patch written by
6777         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6778
6779 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6780
6781         * wl-draft.el (wl-draft-raw-send): Fix for
6782         `wl-news-send-pre-hook'
6783
6784 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6785
6786         * wl-utils.el (wl-message-id-function): New variable.
6787         * wl-draft.el (wl-draft-insert-required-fields):
6788         Use `wl-message-id-function'.
6789
6790 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6791
6792         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6793         * wl-utils.el (wl-draft-make-message-id-string):
6794         Use `wl-from' for domain part of Message-ID
6795         if `wl-message-id-use-wl-from' if non-nil.
6796         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6797
6798 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl.el (wl): Call `wl-check-type'
6801         Do not 'condition-case'.
6802
6803 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6804
6805         * wl.el (wl-check-type): New function.
6806         (wl-check-type-variables): New variable.
6807
6808 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6811
6812 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6813
6814         * wl-draft.el (wl-smtp-password-key): New function.
6815         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6816         (wl-draft-send-mail-with-smtp): Ditto.
6817         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6818
6819 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6820
6821         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6822         * wl-utils.el (wl-unique-id-suffix): Remove.
6823
6824 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6825
6826         * Version number is increased to 2.9.4.
6827
6828 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6829
6830         * wl-utils.el (wl-unique-id-suffix): New variable.
6831         (wl-unique-id): Use `wl-unique-id-suffix'
6832
6833 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6834
6835         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6836         instead of `elmo-msgdb-search'.
6837
6838         * Version number is increased to 2.9.3.
6839
6840 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6841
6842         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6843
6844 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6845
6846         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6847         (wl-draft-dispatch-message): Changed for send-later.
6848         (wl-draft-queue-flush): Ditto.
6849         (wl-draft): Clear `wl-sent-message-queued'.
6850         (wl-draft-reedit): Ditto.
6851         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6852         * wl-vars.el (wl-draft-force-queuing): New variable.
6853         (wl-draft-force-queuing-mail): New variable.
6854         (wl-draft-force-queuing-news): New variable.
6855
6856 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6859         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6860
6861 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6862
6863         * Version number is increased to 2.9.2.
6864
6865 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * wl-draft.el (wl-draft-elide-region): New user command.
6868         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6869
6870         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6871         command `wl-draft-elide-region'.
6872         * wl-mule.el: Ditto.
6873         * wl-xmas.el: Ditto.
6874
6875 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6878         (wl-biff-check-folder-async): Removed needless let.
6879
6880 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6883         wl-folder-get-elmo-folder.
6884         (wl-biff-check-folder): Set `biff' argument of
6885         `wl-folder-check-one-entity'.
6886         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6887
6888         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6889         (wl-folder-check-one-entity): Added `biff' argument;
6890         Setup `biff' slot of folder.
6891
6892         * Version number is increased to 2.9.1.
6893
6894 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6897         comment out and fixed.
6898         (wl-fldmgr-add-completion-subr): Ditto.
6899
6900         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6901         and msgdb.
6902
6903         * wl.el (wl-toggle-plugged): Save summary view.
6904
6905 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6906
6907         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6908
6909 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6910
6911         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6912
6913 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6916         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6917         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6918
6919         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6920         if it was failed.
6921         (wl-demo): Disable undo in the demo buffer.
6922
6923 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-version.el (wl-version): Changed codename.
6926
6927         * Version number is increased to 2.9.0.
6928
6929 2001-12-14  Takuo KITAME <kitame@northeye.org>
6930
6931         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6932         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6933         (wl-folder-mark-as-read-all-current-entity): Ditto.
6934
6935 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-vars.el (wl-from-width): Define as obsolete variable.
6938         (wl-subject-length-limit): Ditto.
6939
6940         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6941
6942         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6943         wl-summary-save-view.
6944
6945         * wl.el (wl-save-status): Ditto.
6946         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6947
6948         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6949         (wl-summary-exit): Follow the change above.
6950         (wl-summary-goto-folder-subr): Ditto.
6951
6952         * wl-folder.el (wl-folder-create-subr): Don't use
6953         `elmo-folder-creatable-p'.
6954
6955 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6956
6957         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6958
6959 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6962         rather than bitmap on Emacs 21.
6963         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6964         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6965         for xbm if the new redisplay engine is not available.
6966
6967 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * wl-folder.el (wl-folder-init-hook): New hook.
6970         (wl-folder-init): Run `wl-folder-init-hook'.
6971
6972 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6975
6976 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6977
6978         * wl-acap.el (wl-acap-cache-filename): New variable.
6979         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6980         (wl-acap-init): Use cache if no ACAP server found.
6981
6982 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6985         `wl-acap-original-msgdb-dir'.
6986
6987         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6988         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6989
6990         * wl-mime.el (wl-mime-save-directory): Renamed from
6991         `wl-mime-save-dir'.
6992
6993 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6996
6997         * wl-demo.el: Require `path-util'.
6998         (wl-demo-bitmap-mule-available-p): New internal variable.
6999         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7000         `module-installed-p' instead.
7001         (wl-demo-insert-image): Use *.img file for a bitmap image.
7002         (wl-demo): Don't call the ascii demo recursively.
7003
7004 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * Version number is increased to 2.7.7.
7007
7008 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl.el (wl-exit): Eliminated byte-compile warning.
7011
7012 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7013
7014         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7015         obsolete variable using `elmo-define-obsolete-variable'.
7016         (wl-fetch-confirm-threshold): Ditto.
7017         (wl-cache-prefetch-folder-type-list): Ditto.
7018         (wl-cache-prefetch-folder-list): Ditto.
7019
7020 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7023         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7024         (wl-demo-insert-image): New function.
7025         (wl-demo-insert-text): New function.
7026         (wl-demo-image-type-alist): Redefine as a function.
7027         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7028         (wl-demo-with-temp-file-buffer): Removed.
7029         (wl-logo-xpm): Removed.
7030         (wl-logo-xbm): Removed.
7031         (wl-logo-bitmap): Removed.
7032
7033 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7034
7035         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7036         (wl-expire-localdir-get-folder-function): New user option.
7037         (wl-expire-localdir-get-folder): New function.
7038         (wl-expire-localdir-date): Ditto.
7039
7040 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7041
7042         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7043         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7044         Fixed unread number mismatch when all-unread < unread.
7045
7046 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7049         (wl-fetch-confirm-threshold): Ditto.
7050
7051         * wl-summary.el (wl-summary-confirm-appends): Removed.
7052         (wl-summary-sync-update): Don't refer
7053         `wl-summary-update-confirm-threshold' (It is now abolished).
7054
7055         * wl-message.el (wl-message-display-internal): Don't refer
7056         `wl-fetch-confirm-threshold' (It is now abolished).
7057
7058 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7061
7062 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7063
7064         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7065         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7066         Change default value to nil.
7067         (wl-summary-indent-length-limit): The value can be nil, nil means
7068         unlimited.
7069
7070         * wl-summary.el: Don't set limit for indent length if the value of
7071         wl-summary-indent-length-limit is nil.
7072         If the value of wl-summary-width is nil, it means only that the width
7073         of summary is unlimited (nil doesn't mean that the indent length is
7074         unlimited).
7075
7076         * wl-thread.el: Ditto.
7077
7078 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7079
7080         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7081         be nil, nil means never confirm.
7082         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7083
7084 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7085
7086         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7087         means unlimited).
7088
7089 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7092         Use `with-temp-buffer'.
7093
7094 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7097         with new backquote style).
7098         (wl-folder-get-entity-from-buffer): Ditto.
7099
7100 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7101
7102         * wl-version.el (nemacs-version): Eliminated.
7103         (wl-extended-emacs-version2): Ignore nemacs.
7104         (wl-extended-emacs-version3): Ditto.
7105
7106 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7107
7108         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7109         (wl-draft-add-in-reply-to): New variable.
7110         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7111         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7112         (wl-draft-yank-from-mail-reply-buffer): Use
7113         `wl-draft-add-in-reply-to'.
7114         (wl-draft-insert-current-message): Ditto.
7115
7116 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7117
7118         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7119         typo (kill->hide).
7120         (wl-message-buffer-prefetch-folder-type-list): Added elements
7121         `mark' and `cache' instead of `internal'.
7122
7123 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7126         resume msgdb directory.
7127
7128 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * wl.el (wl-exit): Call `wl-acap-exit'.
7131
7132         * wl-summary.el (wl-summary-message-string): New function.
7133         (wl-summary-reedit): Use it.
7134         (wl-summary-resend-bounced-mail): Remove needless let.
7135         (wl-summary-supersedes-message): Ditto.
7136         (wl-summary-save): Ditto.
7137
7138         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7139         (wl-acap-init): Set it.
7140         (wl-acap-exit): New function.
7141
7142 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7143
7144         * wl.el (wl-init): Revert (require 'mime-setup). move from
7145         toplevel.
7146
7147 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7148
7149         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7150         local variables.  Add error when guess function return invalid
7151         value.
7152
7153 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7154
7155         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7156         Change local variable name.
7157         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7158         (wl-folder-get-newsgroups): Return nil when non-news folder.
7159         * wl-summary.el (wl-summary-write-current-folder): State through
7160         when guess-list return nil.
7161         (wl-summary-write-current-folder-functions): Fixed docstring.
7162
7163         * wl.el (wl-exit): Changed confirm message.
7164
7165         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7166         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7167
7168         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7169
7170 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7171
7172         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7173         user option (Renamed from wl-cache-prefetch-folder-type-list).
7174         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7175         from wl-cache-prefetch-folder-list).
7176
7177         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7178         Move to wl-vars.el.
7179         (wl-message-buffer-prefetch-p): Changed to enable
7180         `wl-message-buffer-prefetch-folder-list'.
7181
7182         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7183         `ignore-cache'.
7184
7185 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7186
7187         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7188         `part-top' and `part-bottom'.
7189         (wl-draft-config-sub-part-top): New function.
7190         (wl-draft-config-sub-part-bottom): New function.
7191
7192 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7193
7194         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7195
7196 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7197
7198         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7199
7200 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7201
7202         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7203
7204         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7205         (wl-summary-write-current-folder): Ditto.
7206
7207 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7208
7209         * wl-folder.el (wl-folder-get-newsgroups): Use
7210         `elmo-folder-newsgroups'.
7211
7212 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7213
7214         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7215         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7216         `wl-draft-config-sub-header-bottom'.
7217
7218 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7219
7220         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7221         localnews folder.
7222
7223 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7224
7225         * wl-summary.el (wl-summary-mode): Undo last change.
7226
7227         * wl-folder.el (wl-folder-mode): Ditto.
7228
7229 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7230
7231         * wl-summary.el (wl-summary-mode): Locally set
7232         truncate-partial-window-width to nil.
7233         (for XEmacs)
7234
7235         * wl-folder.el (wl-folder-mode): Ditto.
7236
7237 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7238
7239         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7240
7241 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7242
7243         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7244         number.
7245
7246         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7247
7248         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7249
7250         * Version number is increased to 2.7.6.
7251
7252 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7253
7254         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7255
7256 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7257
7258         * wl-summary.el (wl-summary-sync-update): Enclose network
7259         related portion with `unwind-protect'.
7260
7261 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7262
7263         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7264
7265 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7268         element.
7269         * wl-vars.el (wl-message-body-button-alist): Ditto.
7270
7271         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7272         max match length.
7273         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7274
7275         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7276         for the max match length;
7277         Use 4th element value for the button string regexp group.
7278
7279         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7280         candidate exists, prompt to select.
7281
7282 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7283
7284         * wl-summary.el (wl-summary-jump-to-msg): Search before
7285         calibration point by `beginning-of-line'.
7286
7287 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7288
7289         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7290         for access group.
7291
7292 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7293
7294         * wl-message.el (wl-message-display-internal): Bind
7295         `default-mime-charset'.
7296
7297         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7298
7299         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7300
7301         * Version number is increased to 2.7.5.
7302
7303 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7304
7305         * wl-expire.el (wl-summary-archive): Fixed;
7306         Use `elmo-folder-name-internal'.
7307
7308 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7309
7310         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7311         from `elmo-folder-move-messages' caller.
7312         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7313
7314         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7315         related portions are changed).
7316
7317 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7318
7319         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7320         counter.
7321
7322 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7323
7324         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7325         buffer local and set it to nil.
7326
7327         * wl-message.el (wl-message-redisplay): Ditto.
7328
7329 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7330
7331         * wl-summary.el (wl-summary-mark-as-important): If message is
7332         already cached, set messag as read, otherwise encache and mark as read.
7333
7334 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7335
7336         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7337         point-min.
7338
7339 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7342         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7343         a keymap.
7344
7345 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7348         parent.
7349
7350         * wl-mule.el (wl-message-define-keymap): Ditto.
7351
7352         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7353
7354         * wl-xmas.el (wl-message-display-internal-hook): Define.
7355         (wl-xmas-setup-message-toolbar): Define as function.
7356         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7357         (wl-message-overload-functions): Abolished.
7358         (wl-message-define-keymap): New function.
7359
7360         * wl-vars.el (wl-message-display-internal-hook): New variable.
7361         (wl-message-header-button-alist): New variable (Renamed from
7362         wl-highlight-message-header-button-alist).
7363         (wl-message-body-button-alist): Ditto.
7364
7365         * wl-mule.el (wl-message-define-keymap): New function.
7366         (wl-message-overload-functions): Abolished.
7367
7368         * wl-message.el (wl-message-add-buttons-to-body): New function.
7369         (wl-message-redisplay): Don't call wl-message-overload-functions;
7370         Call wl-message-add-buttons-to-header and
7371         wl-message-add-buttons-to-body.
7372         (wl-message-display-internal): Set keymap argument for
7373         elmo-mime-display-as-is, elmo-mime-message-display;
7374         Run wl-message-display-internal-hook.
7375         (wl-message-refer-article-or-url): Abolished.
7376
7377         * wl-highlight.el (wl-highlight-headers): Don't call
7378         wl-highlight-message-add-buttons-to-header.
7379         (wl-highlight-message-add-buttons-to-header): Abolished.
7380
7381
7382         * wl-e21.el (wl-message-display-internal-hook): Define.
7383         (wl-e21-setup-toolbar): Deleted duplicated binding.
7384         (wl-e21-setup-message-toolbar): Define as function.
7385         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7386         (wl-message-define-keymap): New function.
7387         (wl-message-overload-functions): Abolished.
7388
7389 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7390
7391         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7392         and elmo-folder-close.
7393
7394         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7395
7396 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7397
7398         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7399         boolean value.
7400         * wl-draft.el (wl-draft-do-fcc): Ditto.
7401
7402 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7403
7404         * wl-vars.el (wl-fcc-force-as-read): New variable.
7405         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7406         mark copied message as read.
7407
7408 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7409
7410         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7411
7412 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7413
7414         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7415         `wl-summary-target-above' instead of obsolete variable
7416         `wl-summary-temp-above'.
7417
7418         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7419         instead of `make-obsolete-variable'.
7420         * wl-refile.el (toplevel): Ditto.
7421
7422 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7423
7424         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7425         with third argument t.
7426         (wl-draft): Set first argument for wl-plugged-init as t.
7427
7428         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7429         definition.
7430
7431 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7432
7433         * wl-vars.el: Tabify.
7434         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7435
7436         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7437         message.
7438
7439 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7440
7441         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7442         and set default to beep.
7443
7444 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7445
7446         * wl-vars.el (wl-draft-truncate-lines): New variable.
7447
7448         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7449         instead of wl-message-truncate-lines for truncate-lines.
7450
7451 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-message.el (wl-message-display-internal): Call
7454         `wl-highlight-message' after `elmo-mime-display-as-is'.
7455
7456         * wl-mime.el (wl-mime-display-text/plain): New function.
7457         (wl-mime-display-header): Ditto.
7458         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7459         body-presentation-method for text/plain;
7460         Register `wl-mime-display-header' as a header-presentation-method;
7461         Don't set up `elmo-message-text-content-inserted-hook' and
7462         `elmo-message-header-inserted-hook'.
7463
7464         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7465         variable.
7466         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7467         as t if flag is 'all-header;
7468         Don't bind `elmo-message-ignored-field-list',
7469         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7470
7471 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7474         for xemacs with non-mule environment.
7475
7476 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7477
7478         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7479         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7480         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7481
7482 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7483
7484         * wl-vars.el (wl-interactive-send): Set default value as t.
7485
7486 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7489         (wl-addrmgr-method-list): Abolished.
7490         (wl-addrmgr-change-method): Follow above change.
7491
7492         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7493
7494 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7495
7496         * wl-vars.el (wl-message-truncate-lines): Change default value
7497         to default-truncate-lines.
7498
7499         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7500
7501 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7502
7503         * wl-vars.el (wl-message-truncate-lines): New variable.
7504
7505         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7506         wl-message-truncate-lines.
7507
7508 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7509
7510         * wl-acap.el (wl-acap-init): Remove period from error message.
7511         (wl-acap-find-acap-service): Remove period from message.
7512
7513 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7514
7515         * wl.el (wl-check-environment): Undo last change.
7516
7517         * wl-vars.el (wl-from): Changed default value.
7518
7519         * wl-util.el (toplevel): Don't require tm-edit.
7520
7521         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7522         `wl-folder-init';
7523         Don't set mark on mail body.
7524         (wl-draft-reedit): Ditto.
7525
7526         * wl-address.el (wl-address-quote-specials): Define as an alias for
7527         elmo-address-quote-specials.
7528
7529 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7532
7533         * wl-vars.el (wl-from): Set default value as nil.
7534         (wl-organization): Set default value as ORGANIZATION environment
7535         variable.
7536
7537         * wl-draft.el (wl-smtp-extension-bind): Check value of
7538         wl-smtp-connection-type.
7539
7540         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7541         error.
7542
7543 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7544
7545         * Version number is increased to 2.7.4.
7546
7547         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7548         arguments from `wl-highlight-x-face-function' caller.
7549         Use x-face-1.3.6.12 or later.
7550
7551 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7552
7553         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7554
7555 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7556
7557         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7558         (wl-fcc): Fix to accept function.
7559         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7560
7561 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7562
7563         * wl-acap.el (toplevel): Added `product-provide' declare.
7564         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7565
7566 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl.el (wl): Changed order of calling `elmo-init'
7569         and `elmo-folder-init'.
7570
7571 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7572
7573         * wl-mime.el (wl-summary-burst): Extract message when content-type
7574         of root entity is not only `multipart' but also `message/rfc822'.
7575         (wl-summary-burst-subr): Ditto.
7576
7577 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7578
7579         * wl-vars.el (toplevel): Require 'custom.
7580         (wl-trash-folder): Added to `wl-setting' group.
7581
7582         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7583         exists.
7584         (wl-addrmgr-draw): Insert empty line when no entry exists.
7585
7586         * wl-mule.el (wl-message-wheel-up): Fixed.
7587         (wl-message-wheel-down): Ditto.
7588
7589 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7590
7591         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7592         config is an anonymous lambda expression.
7593
7594 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7597         when Mule 2 is running.
7598
7599 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7602
7603 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7606         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7607
7608         * wl-address.el (wl-address-specials-regexp): Eliminated.
7609         (wl-address-quote-specials): Rewrite.
7610
7611 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7614         shy-groups for regexp.
7615
7616         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7617         character classes and Perl style shy-groups for regexp.
7618         (wl-highlight-plugged-current-line): Use Posix style character
7619         classes for regexp.
7620         (wl-e21-highlight-folder-by-numbers): Ditto.
7621         (wl-e21-display-image-p): Use `display-images-p' instead of
7622         `display-graphic-p'.
7623         (display-images-p): Make an alias to `display-graphic-p' if it is
7624         not available.  It is for Emacs version prior to 21.0.105.
7625
7626         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7627         `display-graphic-p'.
7628         (wl-demo-image-type-alist): Ditto.
7629         (display-images-p): Make an alias to `display-graphic-p' if it is
7630         not available.  It is for Emacs version prior to 21.0.105.
7631
7632 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7633
7634         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7635         support.
7636         (wl-generate-user-agent-string): Ditto.
7637
7638         * wl-version.el (wl-version): Update docsting.
7639         (wl-version-status): Ditto.
7640
7641 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7642
7643         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7644         21.0.105.  For Emacs 21.0.104 or earlier.
7645
7646 2001-09-03  Takuo KITAME <kitame@northeye.org>
7647
7648         * wl-e21.el (wl-plugged-init-icons): Use
7649         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7650         (wl-biff-init-icons): Ditto.
7651
7652 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl-highlight.el (wl-highlight-summary-current-line):
7655         Fixed highlighting refile/copy destination.
7656
7657         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7658         (wl-acap-store): Encode string by wl-acap-coding-system.
7659
7660 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-acap.el (toplevel): Check and require 'un-define before
7663         'xemacs-ucs;
7664          Added checking for UTF-2000.
7665
7666 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7669         Don't enclose with `eval-and-compile'.
7670
7671         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7672         wl-init is non-nil.
7673
7674         * wl-draft.el (wl-draft): Ditto.
7675
7676         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7677
7678         * wl-acap.el (toplevel): Require 'wl.
7679         (wl-acap-store): Call `elmo-init'.
7680
7681         * wl.el (wl): Changed position of `wl-check-environment'.
7682         (toplevel): Added autoload setting for wl-acap.
7683
7684         * wl-vars.el (wl-setting): New custom group.
7685         (wl-from): Added wl-setting group.
7686         (wl-user-mail-address-list): Ditto.
7687         (wl-organization): Ditto.
7688         (wl-subscribed-mailing-list): Ditto.
7689         (wl-envelope-from): Ditto.
7690         (wl-smtp-posting-user): Ditto.
7691         (wl-smtp-posting-server): Ditto.
7692         (wl-smtp-posting-port): Ditto.
7693         (wl-smtp-authenticate-type): Ditto.
7694         (wl-pop-before-smtp-user): Ditto.
7695         (wl-pop-before-smtp-server): Ditto.
7696         (wl-pop-before-smtp-port): Ditto.
7697         (wl-pop-before-smtp-authenticate-type): Ditto.
7698         (wl-nntp-posting-server): Ditto.
7699         (wl-nntp-posting-user): Ditto.
7700         (wl-nntp-posting-port): Ditto.
7701         (wl-fetch-confirm-threshold): Ditto.
7702         (wl-prefetch-threshold): Ditto.
7703         (wl-thread-insert-opened): Ditto.
7704         (wl-ldap-server): Ditto.
7705         (wl-ldap-port): Ditto.
7706         (wl-ldap-base): Ditto.
7707         (wl-ldap-objectclass): Ditto.
7708         (wl-use-ldap): Ditto.
7709         (wl-draft-config-alist): Ditto.
7710         (wl-draft-config-matchone): Ditto.
7711         (wl-template-alist): Ditto.
7712         (wl-message-sort-field-list): Ditto.
7713         (wl-message-ignored-field-list): Ditto.
7714         (wl-message-visible-field-list): Ditto.
7715         (wl-interactive-send): Ditto.
7716         (wl-summary-move-order): Ditto.
7717         (wl-auto-select-first): Ditto.
7718         (wl-auto-select-next): Ditto.
7719         (wl-interactive-save-folders): Ditto.
7720
7721         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7722         Initialization codes are moved from wl-local-folder-init.
7723         (wl-local-folder-init): Follow the change above.
7724         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7725
7726         * wl-acap.el: New file.
7727
7728         * Version number is increased to 2.7.3.
7729
7730 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7731
7732         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7733
7734 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7735
7736         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7737         (wl-addrmgr-address-entry-list): Ditto.
7738
7739 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-e21.el (wl-draft-mode-map): Removed binding for
7742         `wl-draft-insert-x-face-field'.
7743
7744         * wl-mule.el (wl-draft-mode-map): Ditto.
7745
7746         * wl-xmas.el (wl-draft-mode-map): Ditto.
7747
7748         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7749         (wl-cs-autoconv): Ditto.
7750         (wl-cs-local): Ditto.
7751         (wl-use-scoring): Ditto.
7752         (wl-mime-charset): Ditto.
7753         (wl-folder-check-async): Ditto.
7754
7755         * wl.el (toplevel): Ignore nemacs and tm.
7756         (wl-exit): Ditto.
7757
7758         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7759         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7760         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7761         instead of wl-address-petname-add-or-change.
7762         (wl-summary-edit-addresses-subr): Use wl-address-delete
7763         instead of wl-address-petname-delete.
7764
7765         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7766
7767         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7768         if error occured.
7769
7770         * wl-message.el (require): Remove tm support.
7771
7772         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7773
7774         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7775         (wl-folder-jump-to-current-entity): Ditto.
7776         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7777
7778         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7779         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7780         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7781
7782         * wl-mule.el (wl-draft-key-setup): Ditto.
7783
7784         * wl-xmas.el (wl-draft-key-setup): Ditto.
7785
7786         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7787         (wl-draft-std11-parse-addresses): New function.
7788         (wl-draft-parse-mailbox-list): Use it.
7789         (wl-draft): Ignore nemacs.
7790         (wl-draft-reedit): Ditto.
7791
7792         * wl-addrmgr.el: New file.
7793         (Original is wl-rcpt.el written by
7794         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7795         Thanks Kitamoto-san.)
7796
7797         * wl-address.el (wl-address-make-address-list): Modified parsing
7798         process.
7799         (wl-address-delete): Renamed from `wl-address-petname-delete';
7800         Modify wl-address-list too.
7801         (wl-address-add-or-change): Renamed from
7802         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7803
7804 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7805
7806         * wl-highlight.el (wl-highlight-summary-current-line):
7807           Work with transient-mark-mode
7808
7809 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * Version number is increased to 2.7.2.
7812
7813         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7814         instead of elmo-dop-queue-method.
7815
7816 2001-08-06  SAITO Atsunori <sai@yedo.com>
7817
7818         * wl-vars.el (wl-ldap-objectclass): New user option.
7819
7820         * wl-address.el (wl-ldap-make-filter): Use it.
7821
7822 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7825
7826 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7827
7828         * wl-folder.el (wl-folder): redisplay after folder insertion.
7829
7830         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7831
7832         * wl-summary.el (wl-summary-sync-update):
7833         Change status mark only when new-msgdb exists.
7834         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7835
7836 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl-summary.el (wl-summary-open-folder): New function.
7839         (wl-summary-goto-folder-subr): Use it.
7840         (wl-summary-mark-as-important): Fix;
7841         Encache only when no cache exists.
7842
7843 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7846         Use with-current-buffer.
7847
7848 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7849
7850         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7851         before call `get-buffer'. Fixed parenthesis.
7852         (wl-score-get-header-entry): Clear message and help window when
7853         keyboard quit.
7854         (wl-score-edit-insert-header): Ditto.
7855
7856 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7859         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7860         (wl-default-draft-cite): Fix.
7861
7862         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7863         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7864
7865 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * wl-message.el (wl-message-prev-page): Do same bahavior
7868         as summary when it is called in the message buffer.
7869         (wl-message-next-page): Ditto.
7870
7871 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-summary.el (wl-summary-forward): Use cache if it is not
7874         section cache.
7875
7876 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7877
7878         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7879         Removed redundant require of elmo-vars.
7880         (wl-biff-state-indicator-on): Changed default value for
7881         xemacs with non-mule environment.
7882
7883         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7884         wl-message-buffer is nil;
7885         Hide progress bar after moving messages.
7886
7887 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7890         message at cursor point is deleted.
7891
7892 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * wl-vars.el: Changed file coding system to euc-japan.
7895         Added -*-coding:-*- magic to the first line.
7896
7897         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7898         Search parent from the first message.
7899
7900         * Version number is increased to 2.7.1.
7901
7902 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7903
7904         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7905
7906 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7907
7908         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7909         refile/delete execution.
7910
7911         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7912         Fixed docstring.
7913
7914 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7917         do update process;
7918         Don't update marks when update process is interrupted.
7919
7920 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7921
7922         * wl-summary.el (wl-summary-reply): Fixed problem when
7923         wl-draft-use-frame is non-nil.
7924         (wl-summary-forward): Ditto.
7925
7926         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7927         as nil.
7928         (wl-folder-mark-as-read-all-entity): Ditto.
7929         (wl-folder-prefetch-entity): Ditto.
7930
7931         * wl.el (wl): Check environment before wl-init.
7932
7933         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7934         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7935         instead of wl-summary-collect-unread.
7936         (wl-summary-reply): Split message window.
7937
7938 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7941         only if current language environment is japanese,
7942
7943         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7944         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7945         (wl-folder-goto-folder-subr): Ditto.
7946
7947         * wl-draft.el (wl-draft-dispatch-message): Call
7948         `elmo-file-cache-get-path'.
7949
7950 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7951
7952         * wl-summary.el (wl-summary-cursor-move): If return value of
7953         wl-summary-next-message is not number, don't jump.
7954
7955 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-summary.el (wl-summary-buffer-next-message-function): New
7958         variable.
7959         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7960         if it is bound.
7961
7962         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7963         string.
7964
7965         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7966         (wl-plugged-drawing): Ditto.
7967
7968 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7971         process.
7972         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7973         with unwind-protect.
7974
7975         * wl.el (wl-init): Require mime-setup.
7976         (wl-check-environment): Don't require mime-setup.
7977
7978         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7979         instead of elmo-folder-type.
7980
7981         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7982         value as nil.
7983
7984 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * Version number is increased to 2.7.0.
7987
7988         * wl-version.el (wl-version): Changed codename.
7989
7990         * wl-summary.el (wl-summary-delete-cache): Fixed.
7991
7992         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7993         Workaround for net folders.
7994         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7995
7996         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7997         value to nil (According to the patch from
7998         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7999
8000         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8001         of elmo-folder-close.
8002
8003 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8004
8005         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8006         for postfix.
8007
8008 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8009
8010         * wl-summary.el (wl-summary-resend-message): Fixed.
8011
8012         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8013         Call wl-draft with `from' argument if its address is included in
8014         `wl-user-mail-address-list'.
8015         (wl-draft): Added `from' argument.
8016
8017         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8018         non-nil.
8019         (wl): Don't show demo if wl-demo is nil.
8020
8021         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8022         wl-summary-use-frame.
8023
8024         * wl-vars.el (wl-summary-use-frame): New user option.
8025         (wl-folder-use-frame): Changed docstring.
8026
8027         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8028         non-nil.
8029         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8030         wl-summary-use-frame.
8031
8032         * wl-vars.el (wl-folder-use-frame): New user option.
8033
8034         * wl-summary.el (wl-summary-exit): Back to folder frame if
8035         wl-folder-use-frame is non-nil.
8036         (wl-summary-redisplay-internal): Ignore cache if current folder
8037         is draft folder,
8038         (wl-summary-redisplay-no-mime): Ditto.
8039         (wl-summary-redisplay-all-header): Ditto.
8040
8041         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8042         if wl-folder-use-frame is non-nil.
8043
8044 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-summary.el (wl-summary-sync-update): Bind
8047         elmo-folder-update-threshold.
8048         (wl-summary-mark-as-important): Enclosed server mark processing
8049         with `save-match-data'.
8050
8051         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8052         only when it is already defined.
8053
8054 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8055
8056         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8057         name of folder exclude localdir is wrong.
8058         * wl-folder.el (wl-folder-sync-entity):
8059         Set `wl-summary-always-sticky-folder-list' as nil.
8060         (wl-folder-mark-as-read-all-entity): Ditto.
8061         (wl-folder-prefetch-entity): Ditto.
8062
8063 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8064
8065         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8066         instead of `wl-summary-write-current-newsgroup'.
8067
8068 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8069
8070         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8071         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8072         non-nil and selected message is important, do not display.
8073
8074 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8075
8076         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8077
8078 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8081
8082         * wl-summary.el (wl-summary-mark-as-important): Set message number
8083         using wl-summary-message-number.
8084
8085 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8086
8087         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8088         destination folder is 'null.
8089
8090 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8091
8092         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8093         New function.
8094         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8095         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8096         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8097
8098 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-mime.el (wl-mime-setup): Added setting for
8101         `mime-setup-signature-key-alist' to avoid overriding key bind for
8102         `wl-draft-send'.
8103
8104         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8105         for `wl-draft-send'.
8106         * wl-mule.el (wl-draft-overload-functions): Ditto.
8107         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8108         * wl-draft.el (wl-draft-send): Ditto.
8109
8110         * wl-message.el (wl-message-display-internal):
8111         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8112         (Patch is provided by <kita@coe.nttdata.co.jp>).
8113
8114 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8115
8116         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8117
8118 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8119
8120         * wl.el (wl): Fix for wl-demo.
8121
8122 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8123
8124         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8125
8126 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8127
8128         * wl-folder.el (wl-folder-prefetch-entity): Use
8129         `wl-folder-get-elmo-folder'.
8130         (wl-folder-count-incorporates): Do not use
8131         `wl-folder-get-elmo-folder'.
8132
8133 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8134
8135         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8136         instead of `elmo-folder-get-type'.
8137
8138 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8139
8140         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8141         position on Subject: field.
8142         (Advised by Mito <mit@nines.nec.co.jp>)
8143
8144 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8145
8146         * wl-folder.el (wl-folder-prefetch-entity): Use
8147         `wl-folder-get-elmo-folder'.
8148
8149 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8152
8153         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8154         `process-duplicates' slot.
8155
8156         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8157         if detection failed.
8158
8159 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8160
8161         * wl-version.el (wl-version-status): Set to "alpha".
8162
8163 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8166         Check wl-message-buffer lives before set-buffer.
8167
8168 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8169
8170         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8171         called in folder mode.
8172         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8173         * wl-summary.el (wl-summary-exit-pre-hook): Run
8174         `wl-summary-exit-pre-hook' before exit summary mode.
8175
8176 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8177
8178         * wl-version.el (wl-version-status): New variable.
8179         (wl-version-status-alist): Removed.
8180         (wl-version-status): Rule included.
8181
8182 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8185         @sponichi.
8186
8187         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8188         when `mail-reply-buffer' is buffer-local variable.
8189         (Reported by <kita@coe.nttdata.co.jp>).
8190
8191 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8192
8193         * wl-vars.el (toplevel): Require 'elmo-util.
8194
8195 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8198         (All other related portions are changed)
8199
8200         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8201
8202         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8203
8204 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8205
8206         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8207
8208 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8211         Delete other windows to avoid an error.
8212         Use `point-marker' instead of `point' to remember the start point
8213         of body.
8214
8215         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8216
8217         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8218         number not to exceed all message number.
8219
8220 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8221
8222         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8223         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8224
8225 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-summary.el (wl-summary-sync-force-update): Added argument
8228         no-check.
8229         (wl-summary-sync-update): Ditto.
8230         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8231         with `no-check'.
8232
8233         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8234         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8235         already running.
8236
8237 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8238
8239         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8240         `dst-folder-arg'.
8241         (wl-expire-archive-number1): Diito.
8242         (wl-expire-archive-number2): Diito.
8243         (wl-expire-archive-Date): Diito.
8244         (wl-archive-number1): Diito.
8245         (wl-archive-number2): Diito.
8246         (wl-archive-date): Diito.
8247         (wl-archive-folder-p): New function.
8248         (wl-summary-expire): Support of expand folder name at
8249         wl-expire-alist.
8250         * wl-util.el (wl-expand-newtext): Renamed from
8251         `wl-refile-expand-newtext'.
8252
8253 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8254
8255         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8256         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8257         `(elmo-msgdb-get-overview msgdb)'.
8258         (wl-summary-prefetch): Bind match data before call
8259         `wl-summay-prefetch-msg'.
8260         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8261         'off if `wl-summary-buffer-disp-msg' is non-nil.
8262         Fixed problem that couldn't show only one new or unread message when
8263         enter folder.
8264         (wl-summary-reply): Don't call `split-window-vertically' and other
8265         window.
8266
8267 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-expire.el (wl-expire-refile): Fixed.
8270
8271 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8274
8275         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8276         biff notification is removed.
8277
8278         * wl.el (wl): Changed position of `elmo-init'.
8279
8280         * wl-draft.el (wl-default-draft-cite): Use date field
8281         on the citation buffer.
8282
8283         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8284
8285         * wl-xmas.el (wl-folder-internal-icon-list): Added
8286         `wl-folder-shimbun-image'.
8287
8288         * wl-e21.el (wl-folder-internal-icon-list): Added
8289         `wl-folder-shimbun-image'.
8290
8291 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8292
8293         * wl.el (wl-init): Eliminated argument.
8294         (wl): Rewrite.
8295
8296         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8297         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8298         instead of `elmo-folder-msgdb-internal'.
8299         (wl-summary-sync-update): Ditto.
8300         (wl-summary-flush-pending-append-operations): Eliminated.
8301         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8302         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8303         `elmo-folder-open'.
8304
8305         * wl-mime.el (wl-summary-burst): Fixed.
8306
8307         * wl-folder.el (wl-folder-info-save): Check data type.
8308
8309         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8310         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8311         instead of `elmo-folder-msgdb-internal'.
8312         (wl-expire-hide): Ditto.
8313
8314
8315         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8316
8317 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8318
8319         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8320
8321 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8322
8323         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8324
8325 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8326
8327         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8328         Fixed `match-beginning' argument mismatch.
8329
8330 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8331
8332         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8333         the default value.
8334
8335 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8336
8337         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8338         instead of `elmo-nntp-default-port'.
8339
8340         * wl-vars.el: Fixed some doc strings.
8341
8342 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8343
8344         * wl-summary.el (wl-summary-prefetch-msg): Use
8345         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8346
8347         * wl-vars.el: Define *-func as obsolete variable using
8348         `elmo-define-obsolete-variable'.
8349
8350         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8351         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8352         instead of `wl-message-buffer-prefetch-threshold'.
8353
8354         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8355
8356         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8357
8358         * wl-draft.el (wl-caesar-region-func): Ditto.
8359
8360         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8361         Keep unread status in elmo-folder-move-messages.
8362         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8363
8364 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8365
8366         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8367         `wl-summary-buffer-exit-func'
8368         (wl-summary-buffer-message-redisplay-function): Renamed from
8369         `wl-summary-buffer-message-redisplay-func'
8370         (wl-summary-buffer-next-folder-function): Renamed from
8371         `wl-summary-buffer-next-folder-func'.
8372         (wl-summary-buffer-prev-folder-function): Renamed from
8373         `wl-summary-buffer-prev-folder-func'.
8374         (wl-summary-get-petname-function): Renamed from
8375         `wl-summary-get-petname-func'.
8376
8377         * wl-score.el (wl-score-edit-exit-function): Renamed from
8378         `wl-score-edit-exit-func'.
8379
8380         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8381         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8382
8383         * wl-util.el (wl-load-profile-function): Renamed from
8384         `wl-load-profile-func'.
8385
8386         * wl-folder.el (wl-folder-completion-function): Renamed from
8387         `wl-folder-completion-func'.
8388         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8389
8390         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8391         `wl-expire-archive-get-folder-func'.
8392         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8393         (wl-draft-send-mail-function): Renamed from
8394         `wl-draft-send-mail-func'.
8395         (wl-draft-send-news-function): Renamed from
8396         `wl-draft-send-news-func'.
8397         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8398         (wl-generate-mailer-string-function): Renamed from
8399         `wl-generate-mailer-string-func'.
8400         (wl-highlight-signature-search-function): Renamed from
8401         `wl-highlight-signature-search-func'.
8402         (wl-highlight-x-face-function): Renamed from
8403         `wl-highlight-x-face-func'
8404         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8405         (wl-ps-print-buffer-function): Renamed from
8406         `wl-ps-print-buffer-func'
8407         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8408         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8409         (wl-summary-subject-filter-function): Renamed from
8410         `wl-summary-subject-filter-func'.
8411
8412         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8413         `wl-draft-queue-flush-send-func'
8414         (wl-draft-cite-function): Renamed from
8415         `wl-draft-cite-func'
8416
8417         * wl-address.el (wl-address-init-function): Renamed from
8418         `wl-address-init-func'.
8419
8420 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-draft.el (wl-draft-queue-flush): Don't call
8423         `elmo-dop-unlock-message'.
8424         * wl-draft.el (wl-draft-queue-append): Don't call
8425         `elmo-dop-lock-message'.
8426
8427         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8428         (wl-summary-buffer-folder-name): Ditto.
8429         (wl-summary-message-regexp): Added '-' (all other related portions
8430         are changed).
8431         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8432         wl-summary-buffer-folder-name.
8433
8434 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8435
8436         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8437         the number of mails in the folder buffer is not updated by wl-biff.
8438
8439 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8440
8441         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8442         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8443
8444 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-summary.el (wl-summary-next-message):
8447         Return next message number when wl-summary-move-order is nil.
8448
8449 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8450
8451         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8452         `wl-summary-move-spec-alist'.
8453         (wl-summary-move-spec-unplugged-alist): New variable
8454         (Move spec for unplugged status).
8455         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8456         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8457
8458 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8459
8460         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8461         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8462
8463 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8464
8465         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8466         simple quotation to quote the anonymous function.
8467         * tm-wl.el (wl-draft-preview-message): Ditto.
8468
8469 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8470
8471         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8472         Eliminate redundant `save-excursion'.
8473         (wl-highlight-summary-current-line): Ditto.
8474
8475         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8476         accessing match data when `looking-at' failed.
8477
8478         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8479         `elmo-match-string' where users don't care about the speed.
8480         (wl-draft-save): Ditto.
8481
8482 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-util.el (wl-regexp-opt): New function.
8485
8486         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8487         number from `wl-summary-buffer-number-list'.
8488         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8489         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8490         (wl-summary-move-spec-alist): Changed default setting.
8491
8492 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8493
8494         * wl-vars.el (wl-biff-notify-hook): New hook.
8495         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8496         the arrival of new mail.
8497         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8498         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8499
8500 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8503
8504 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8507
8508         * Version number is increased to 2.5.8.
8509
8510         * wl-thread.el (toplevel): require 'cl.
8511         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8512         (wl-thread-make-number-list): New function.
8513         (wl-thread-entity-make-number-list-from-children): Ditto.
8514         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8515         (wl-thread-entity-insert-as-children): Likewise.
8516         (wl-thread-delete-message): Likewise.
8517         (wl-meaning-of-mark): Eliminated.
8518         (wl-thread-next-failure-mark-p): Ditto.
8519         (wl-thread-entity-get-mark): Ditto.
8520         (wl-thread-meaning-alist-get-result): Ditto.
8521         (wl-thread-entity-check-prev-mark): Ditto.
8522         (wl-thread-entity-check-next-mark): Ditto.
8523         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8524         (wl-thread-entity-get-prev-marked-entity): Ditto.
8525         (wl-thread-get-prev-unread): Ditto.
8526         (wl-thread-jump-to-prev-unread): Ditto.
8527         (wl-thread-get-next-unread): Ditto.
8528         (wl-thread-jump-to-next-unread): Ditto.
8529         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8530         (wl-thread-entity-get-next-marked-entity): Ditto.
8531
8532         * wl-summary.el (wl-summary-buffer-number-list):
8533         New bufer-local variable.
8534         (wl-summary-switch-to-clone-buffer): Clone
8535         `wl-summary-buffer-number-list'.
8536         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8537         (wl-summary-cursor-move-regex): Eliminated.
8538         (wl-summary-cursor-up): Rewrite.
8539         (wl-summary-cursor-down): Ditto.
8540         (wl-summary-mode-spec-alist): New variable.
8541         (wl-summary-next-message): New inline function.
8542         (wl-summary-cursor-move): New function.
8543         (wl-summary-default-get-next-msg): Rewrite.
8544         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8545         (wl-summary-rescan): Ditto.
8546         (wl-summary-sync-all-init): Ditto.
8547         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8548         summary is not thread view.
8549         (wl-summary-sync-update): Ditto.
8550         (wl-summary-rescan): Ditto.
8551         (wl-summary-make-number-list): New function.
8552
8553         * wl-draft.el: "FCC" -> "Fcc".
8554
8555 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8556
8557         * wl-highlight.el (wl-highlight-summary-window):
8558         Call `set-buffer-modified-p'.
8559
8560         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8561         (wl): Call `elmo-init' and fix.
8562
8563         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8564         Use new variables.
8565
8566         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8567
8568 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8569
8570         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8571
8572 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8573
8574         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8575
8576 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8577
8578         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8579         `wl-use-toolbar' nor `display-graphic-p'.
8580         (wl-e21-setup-message-toolbar): Ditto.
8581         (wl-e21-setup-summary-toolbar): Ditto.
8582         (wl-e21-setup-folder-toolbar): Ditto.
8583
8584         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8585         (wl-plugged-init-icons): Ditto.
8586
8587         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8588         `display-graphic-p'.
8589         (wl-plugged-set-folder-icon): Ditto.
8590         (wl-highlight-plugged-current-line): Ditto.
8591         (wl-highlight-folder-current-line): Ditto.
8592         (wl-e21-highlight-folder-group-line): Ditto.
8593         (wl-e21-setup-toolbar): Ditto.
8594         (wl-e21-display-image-p): New macro.
8595
8596         * wl-demo.el (wl-demo): Simplified.
8597         (wl-demo-image-type-alist): Use `image-type-available-p' for
8598         checking whether the image type `xbm' is available.
8599
8600 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8603         (wl-summary-input-range): Ditto.
8604
8605 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-summary.el (wl-summary-edit-addresses): Use
8608         `wl-summary-get-original-buffer'
8609         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8610         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8611         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8612         (wl-summary-get-newsgroups): Eliminated.
8613         (wl-summary-set-crosspost): Ditto.
8614         (wl-summary-is-crosspost-folder): Ditto.
8615         (wl-crosspost-alist-load): Ditto.
8616         (wl-crosspost-alist-save): Ditto.
8617
8618         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8619         `elmo-setup-subscribed-newsgroups' instead of
8620         `elmo-nntp-make-groups-hashtb'.
8621         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8622         instead of `wl-crosspost-alist-save'.
8623
8624         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8625         of `elmo-folder-message-appendable-p'.
8626         (wl-mime-header-presentation-method): Eliminated.
8627
8628         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8629         (Error occurs in emacs21).
8630
8631         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8632         the current buffer).
8633
8634         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8635         instead of `wl-crosspost-alist-save'.
8636         (wl-init): `elmo-crosspost-message-alist-load'
8637         instead of `wl-crosspost-alist-load'
8638
8639         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8640         (wl-parse-newsgroups): Likewise.
8641         (wl-biff-notify): Run `wl-biff-notify-hook'.
8642
8643 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8646
8647         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8648         when `wl-summary-lazy-highlight' is non-nil.
8649         (wl-summary-goto-folder-subr): Highlight only when
8650         `wl-summary-lazy-highlight' is non-nil.
8651
8652         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8653         Don't display progress and highlight temp-mark when
8654         `wl-summary-lazy-highlight' is non-nil.
8655         (wl-highlight-summary-window): New function.
8656         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8657
8658 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8659
8660         * wl-summary.el (wl-summary-sync): Change `all-visible'
8661         from `all-shown'
8662         (wl-summary-input-range): Ditto.
8663
8664 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8665
8666         * wl-e21.el (wl-highlight-folder-current-line): Call
8667         `wl-folder-init-icons' when folder icons have not been initialized.
8668
8669         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8670
8671         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8672         (wl-demo-image-type-alist): New macro.
8673
8674 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8675
8676         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8677         display does not support graphics.
8678         (wl-plugged-init-icons): Ditto.
8679         (wl-folder-init-icons): Ditto.
8680
8681         * wl-demo.el (wl-demo): Chech closely whether the display
8682         supports graphics.
8683
8684 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * wl-summary.el (wl-summary-get-original-buffer): New function.
8687         (wl-summary-set-crosspost): Use it.
8688         (wl-summary-target-mark-uudecode): Ditto.
8689         (wl-summary-reedit): Ditto.
8690         (wl-summary-resend-bounced-mail): Ditto.
8691         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8692         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8693
8694         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8695         (wl-message-display-internal): Ditto.
8696
8697 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8698
8699         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8700
8701 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-summary.el (wl-summary-save-view): Renamed from
8704         `wl-summary-save-status'.
8705
8706 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8707
8708         * wl-summary.el (wl-summary-sync): Added `all-shown'
8709
8710 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8711
8712         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8713
8714 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8715
8716         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8717
8718 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8719
8720         * wl-highlight.el (wl-highlight-summary-line-string): Use
8721         `zerop' instead of `= 0'.
8722         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8723
8724         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8725         for comparing numbers.
8726         (wl-template-prev): Use `zerop' instead of `eq 0'.
8727
8728         * wl-draft.el (wl-draft-insert-current-message): Use
8729         `with-current-buffer' instead of `save-excursion'.
8730         Use `zerop' instead of `eq 0'.
8731
8732 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8733
8734         * wl-draft.el (wl-draft-insert-ccs): New function.
8735         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8736         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8737
8738 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8739
8740         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8741
8742 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-expire.el (wl-expire-refile): Don't call
8745         elmo-msgdb-add-msgs-to-seen-list;
8746         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8747         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8748
8749 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8750
8751         * wl-message.el (wl-message-prev-page): Ignore errors while
8752         scroll-down.
8753
8754 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8755
8756         * wl-mime.el: Use elmo-original-message-mode instead of
8757         mmelmo-original-mode.
8758
8759         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8760         `elmo-folder-get-spec';
8761         (wl-fldmgr-add-completion-all-completions):
8762         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8763
8764         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8765         of `elmo-folder-get-type'.
8766
8767         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8768         `elmo-folder-get-spec';
8769         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8770         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8771         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8772         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8773         `elmo-read-msg-no-cache';
8774         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8775         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8776         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8777         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8778         `elmo-cache-save';
8779         (wl-draft-reedit): Use `elmo-message-file-name'.
8780
8781         * wl-expire.el: Use `elmo-folder-name-internal';
8782         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8783         Use macro `wl-summary-buffer-msgdb' instead of variable
8784         `wl-summary-buffer-msgdb';
8785         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8786         Use macro `wl-summary-buffer-folder-name' instead of variable
8787         `wl-summary-buffer-folder-name'.
8788         * wl-score.el: Likewise.
8789
8790         * wl-message.el: Rewrite for new message buffer cache mechanism.
8791         (wl-message-buffer-cache-buffer-get): New macro.
8792         (wl-message-buffer-cache-folder-get): Ditto.
8793         (wl-message-buffer-cache-message-get): Ditto.
8794         (wl-message-buffer-cache-entry-make): Ditto.
8795         (wl-message-buffer-cache-hit): Ditto.
8796         (wl-message-buffer-cache-sort): New function.
8797         (wl-message-buffer-cache-add): Ditto.
8798         (wl-message-buffer-cache-delete): Ditto.
8799         (wl-message-buffer-cache-clean-up): Ditto.
8800         (wl-message-buffer-window): Rewrite.
8801         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8802         (wl-message-buffer-display): New function.
8803         (wl-message-display-internal): New function.
8804
8805 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-folder.el: Use `elmo-folder-name-internal';
8808         Use `wl-folder-get-elmo-folder';
8809         Use `elmo-folder-list-messages' instead of
8810         `elmo-list-folder';
8811         Use `elmo-folder-get-primitive-list' instead of
8812         `elmo-folder-get-primitive-spec-list';
8813         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8814         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8815         Use `elmo-folder-create' instead of `elmo-create-folder'.
8816         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8817         (wl-folder-get-elmo-folder): New macro.
8818         (wl-folder-elmo-folder-cache-get): Ditto.
8819         (wl-folder-elmo-folder-cache-put): Ditto.
8820         (wl-folder-suspend): Call `elmo-quit'.
8821
8822         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8823         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8824         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8825         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8826         (toplevel): require 'cl.
8827         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8828
8829         * wl-summary.el: Rewrite to use new elmo interface.
8830
8831 \f
8832 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8833
8834         * wl-mime.el (wl-draft-preview-message):
8835         Run `wl-draft-send-hook' before collecting recipients information;
8836         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8837
8838         * tm-wl.el (wl-draft-preview-message): Ditto.
8839
8840 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8843         wrong recipients are displayed when forwarded message.
8844
8845 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * Version number is increased to 2.5.7.
8848
8849 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8850
8851         * wl-message.el (wl-message-next-page): Bind
8852         `window-pixel-scroll-increment' to nil while scrolling up.
8853
8854 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8855
8856         * wl-vars.el (wl-save-hook): New hook.
8857         * wl.el (wl-save): Call `wl-save-hook'.
8858
8859 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8860
8861         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8862         Argument WITH-ARG instead of NO-ARG (negative mean).
8863         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8864         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8865         * wl-message.el (wl-message-follow-current-entity): Likewise.
8866
8867 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8868
8869         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8870         FROM was optional argument.
8871         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8872
8873 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8874
8875         * Version number is increased to 2.5.6.
8876
8877 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8878
8879         * wl-version.el (wl-version-show): Removed.
8880         (wl-version): Add `interactive'.
8881
8882 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8883
8884         * wl-summary.el (wl-summary-get-petname-func): New variable.
8885         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8886         instead of `wl-address-get-petname-1'.
8887         (wl-summary-simple-from): Ditto.
8888
8889         * wl-address.el (wl-address-get-petname-1): Define as function.
8890
8891 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8894         field in the original message.
8895         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8896
8897 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8898
8899         * wl-expire.el (wl-expire-hide):
8900         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8901
8902 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8903
8904         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8905         find decoder for To, Cc, and Subject.
8906
8907 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8910         for checking `elmo-use-buffer-cache'.
8911         (wl-summary-mark-as-important): Fixed typo in comment.
8912
8913 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8914
8915         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8916         field in the original message.
8917         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8918
8919 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8920
8921         * wl-expire.el (wl-expire-hide):
8922         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8923
8924 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8925
8926         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8927         find decoder for To, Cc, and Subject.
8928
8929 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8930
8931         * Version number is increased to 2.5.5.
8932
8933         * wl-address.el (wl-address-specials-regexp): New constant.
8934         (wl-address-quote-specials): Use it.
8935
8936 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-summary.el (wl-summary-rescan):
8939         Call `wl-summary-buffer-number-column-detect'.
8940         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8941
8942         * wl-message.el (wl-message-mode-map): Define.
8943         (wl-message-decode): Use it as local-map.
8944
8945 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8948         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8949
8950 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8951
8952         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8953
8954         * wl-mule.el (wl-read-event-char): Ditto.
8955
8956         * wl-e21.el (wl-read-event-char): Ditto.
8957
8958         * wl-nemacs.el (wl-read-event-char): Ditto.
8959         (read-event): Removed.
8960
8961         * wl-util.el (toplevel): Removed dummy definition of
8962         `read-event'.
8963         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8964
8965 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8966
8967         * wl-nemacs.el (elmo-archive-call-process): Moved to
8968         elmo-archive.el.
8969
8970 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8971
8972         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8973         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8974
8975         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8976         instead of magic-number 6.  Use `not' instead of `null' for symbol
8977         `nil' check (not empty list).
8978         (wl-draft-insert-x-face-field): Fixed paren style.
8979
8980         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8981         one-branch conditional statement, instead of `and' and `if'.
8982         (wl-draft-forward): Likewise.
8983         (wl-draft-add-references): Likewise.
8984         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8985
8986         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8987         conditional steatment.  Use `cond' instead of `if'.
8988         (wl-draft-confirm): Likewise.
8989
8990 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8991
8992         * wl-version.el (wl-version-show): Use `product-string-1'
8993         instead of `wl-version'.
8994         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8995
8996         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8997
8998 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8999
9000         * wl-highlight.el (wl-highlight-headers): Revert
9001         `wl-highlight-x-face-func' argument (`beg' and `end').
9002
9003 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9004
9005         * wl.el (toplevel): Move `product-provide' declare.
9006         * wl-demo.el (toplevel): Ditto.
9007         * wl-dnd.el (toplevel): Ditto.
9008         * wl-highlight.el (toplevel): Ditto.
9009         * wl-message.el (toplevel): Ditto.
9010         * wl-refile.el (toplevel): Ditto.
9011         * wl-util.el (toplevel): Ditto.
9012
9013 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9016         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9017         (wl-thread-close-all): keep cursor position.
9018
9019 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9020
9021         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9022         (eq x 0).
9023         (wl-generate-user-agent-string-1): Fix conditional statement.
9024
9025 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9026
9027         * wl.el (wl-check-environment): Additional check for
9028         'wl-local-domain' and `wl-message-id-domain'.
9029
9030 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9031
9032         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9033
9034 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9035
9036         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9037         instead of `smtp-sasl-user-realm'.
9038
9039 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9040
9041         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9042
9043 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9044
9045         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9046         to the default value as well as `eword-lexical-analyzer'.
9047
9048 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9049
9050         * wl-version.el (wl-extended-emacs-version,
9051         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9052         `elmo-match-string' instead of `wl-match-string'.
9053
9054 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9055
9056         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9057         docstring.
9058
9059 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9060
9061         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9062
9063 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9064
9065         * wl-highlight.el (wl-highlight-headers): Remove
9066         `wl-highlight-x-face-func' argument (`beg' and `end').
9067
9068 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * wl-summary.el (wl-summary-mark-as-important):
9071         Remove cache if folder is local.
9072
9073 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9074
9075         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9076         to get existing e-mail address string.
9077
9078 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9079
9080         * wl-version.el (wl-generate-user-agent-string): Commentary.
9081         (wl-generate-user-agent-string-1): Use `when' for
9082         one-branch conditional statement, instead of `and' and `if'.
9083         (wl-extended-emacs-version, wl-extended-emacs-version2,
9084         wl-extended-emacs-version3): Ditto.
9085
9086 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9087
9088         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9089         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9090         condition-case; Remove initialization.
9091         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9092         (wl-summary-sync-update3): Added argument `sync-all';
9093         Eliminated local variable `msgdb';
9094         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9095         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9096         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9097
9098 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9099
9100         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9101         connection before call `wl-draft-send-mail-with-smtp'.
9102
9103 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * Version number is increased to 2.5.4.
9106
9107 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9108
9109         * wl.el (wl-check-environment): Additional check for
9110         'wl-local-domain' and `wl-message-id-domain'.
9111
9112 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9115         buffer as command specific.
9116         (wl-folder-mark-as-read-all-entity): Ditto.
9117         (wl-folder-prefetch-entity): Ditto.
9118         (wl-folder-drop-unsync-entity): Ditto.
9119
9120         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9121         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9122         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9123
9124         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9125         save-excursion.
9126
9127 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9128
9129         * Version number is increased to 2.5.3.
9130
9131         * wl-summary.el (wl-summary-save-view-cache):
9132         Delete duplicated `write-region';
9133         Use `write-region-as-binary' instead of `as-binary-output-file' and
9134         `write-region'.
9135
9136 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9137
9138         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9139
9140 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9143         instead of `smtp-via-smtp'.
9144
9145 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9146
9147         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9148
9149 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9150
9151         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9152         instead of `smtp-sasl-user-realm'.
9153
9154 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9155
9156         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9157
9158 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9159
9160         * Version number is increased to 2.5.2.
9161
9162 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9165         does not exist.
9166         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9167         (wl-biff-start): Call `timer-activate' if timer already exists.
9168
9169         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9170         only when it is bound as function.
9171
9172 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9173
9174         * Version number is increased to 2.5.1.
9175
9176 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9179         Print refile/copy destination.
9180
9181 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9184         queue-flush-only is non-nil.
9185
9186         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9187
9188         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9189         checking cache folder.
9190
9191 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9192
9193         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9194         `regexp-quote'.
9195
9196 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9197
9198         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9199         function.
9200         * wl-summary.el (wl-summary-write-current-folder-functions):
9201         Change default value.  Use it.
9202
9203 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9204
9205         * Version number is increased to 2.5.0.
9206
9207         * wl-version.el (wl-version): Changed codename.
9208
9209 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9210
9211         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9212         (wl-summary-supersedes-message): Ditto.
9213
9214 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9215
9216         * wl-refile.el (wl-refile-guess-functions): Renamed from
9217         `wl-refile-guess-func-list'.
9218
9219 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9220
9221         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9222         Fixed problem when no rule was matched.
9223
9224 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9225
9226         * wl-summary.el (wl-summary-get-mark): Fixed
9227         `wl-summary-buffer-target-mark' check logic.
9228
9229 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9230
9231         * wl-folder.el (wl-folder-write-current-folder): Added group
9232         folder check.
9233
9234         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9235         `wl-summary-write-current-newsgroup'.
9236         (wl-summary-write-current-folder-functions): New variable.
9237         * wl-folder.el (wl-folder-get-newsgroups): New function.
9238         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9239         (wl-folder-write-current-folder): Renamed from
9240         `wl-folder-write-current-newsgroup'.
9241
9242 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9243
9244         * Version number is increased to 2.3.93.
9245
9246 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9247
9248         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9249         (wl-ldap-make-matched-value-list): Ditto.
9250         (wl-ldap-alias-safe-string): Split e-mail address.
9251
9252         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9253         petname folder default was selected.
9254         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9255         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9256
9257 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9260         to `wl-draft-config-exec'.
9261
9262         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9263         instead of calling `wl-draft-config-exec';
9264         Process group-list and show recipients in minibuffer.
9265
9266         * tm-wl.el (wl-draft-preview-message): Ditto.
9267
9268 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9269
9270         * wl.el (toplevel): Added (C) to copyright notice, and
9271         sync Author header.
9272         * tm-wl.el (toplevel): Ditto.
9273         * wl-address.el (toplevel): Ditto.
9274         * wl-demo.el (toplevel): Ditto.
9275         * wl-dnd.el (toplevel): Ditto.
9276         * wl-draft.el (toplevel): Ditto.
9277         * wl-e21.el (toplevel): Ditto.
9278         * wl-expire.el (toplevel): Ditto.
9279         * wl-folder.el (toplevel): Ditto.
9280         * wl-highlight.el (toplevel): Ditto.
9281         * wl-message.el (toplevel): Ditto.
9282         * wl-mime.el (toplevel): Ditto.
9283         * wl-mule.el (toplevel): Ditto.
9284         * wl-nemacs.el (toplevel): Ditto.
9285         * wl-refile.el (toplevel): Ditto.
9286         * wl-score.el (toplevel): Ditto.
9287         * wl-summary.el (toplevel): Ditto.
9288         * wl-template.el (toplevel): Ditto.
9289         * wl-thread.el (toplevel): Ditto.
9290         * wl-util.el (toplevel): Ditto.
9291         * wl-vars.el (toplevel): Ditto.
9292         * wl-xmas.el (toplevel): Ditto.
9293
9294 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9295
9296         * wl.el (wl-init): Added comment about `wl-init-hook'.
9297         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9298         * wl-vars.el (wl-init-hook): Added docs.
9299         (wl-make-plugged-hook): Removed useless docs.
9300         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9301         * wl-xmas.el (toplevel): Ditto.
9302
9303 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9304
9305         * wl-address.el (toplevel): Fixed multiple Author header format.
9306         * wl-demo.el (toplevel): Ditto.
9307         * wl-draft.el (toplevel): Ditto.
9308         * wl-folder.el (toplevel): Ditto.
9309         * wl-summary.el (toplevel): Ditto.
9310         * wl-thread.el (toplevel): Ditto.
9311         * wl-util.el (toplevel): Ditto.
9312         * wl-vars.el (toplevel): Ditto.
9313         * wl-version.el (toplevel): Ditto.
9314         * wl-xmas.el (toplevel): Ditto.
9315         * wl.el (toplevel): Ditto.
9316
9317         * wl-version.el (toplevel): Added require `elmo-version' for
9318         `product-version-as-string'.
9319
9320 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9321
9322         * wl-vars.el (wl-draft-send-hook): Changed default value to
9323         '(wl-draft-config-exec).
9324
9325         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9326         explicitly.
9327         (wl-draft): Set `wl-draft-config-exec-flag' before running
9328         `wl-mail-setup-hook'.
9329
9330         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9331         `wl-biff-init-icons' to `wl-init-hook' instead of
9332         `wl-make-plugged-hook'.
9333         (Because if `wl-draft' command is invoked at first,
9334         they are not initialized)
9335         Updated copyright notice.
9336
9337         * wl-e21.el (toplevel): Ditto;
9338
9339         * wl-demo.el (toplevel): Updated copyright notice.
9340         * wl-address.el (toplevel): Ditto.
9341         * wl-draft.el (toplevel): Ditto.
9342         * wl-version.el (toplevel): Ditto.
9343         * wl-folder.el (toplevel): Ditto.
9344         * wl-summary.el (toplevel): Ditto.
9345         * wl-thread.el (toplevel): Ditto.
9346         * wl-util.el (toplevel): Ditto.
9347         * wl-vars.el (toplevel): Ditto.
9348         * wl.el (toplevel): Ditto.
9349
9350 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * wl-highlight.el (wl-highlight-message): Fixed problem of
9353         highlighting failure which occured when the last field contains
9354         multiple lines in the draft buffer.
9355
9356         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9357         `wl-biff-start' if plugged.
9358
9359         * wl-util.el (wl-biff-check-folder): New function.
9360         (wl-biff-check-folders): Don't set session name prefix.
9361         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9362         (wl-biff-check-folder-async): Ditto.
9363
9364         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9365         in email address.
9366
9367 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9368
9369         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9370
9371         * wl-draft.el (wl-draft-strip-subject-re): New function.
9372
9373         * wl-draft.el (wl-draft-reply): Use it.
9374
9375 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * wl-message.el (wl-mmelmo-message-redisplay): Use
9378         `mime-display-message' instead of `wl-mime-display-message'.
9379
9380         * wl-mime.el (toplevel): Removed compatibility workaround
9381         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9382         (wl-mime-display-message): Abolished.
9383         (wl-mime-entity-read-field): Ditto.
9384         (wl-mime-combine-message/partial-pieces): Use
9385         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9386
9387 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9388
9389         * wl-template.el: Doc fixes.
9390
9391 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9392
9393         * wl-e21.el (wl-message-overload-functions): Do nothing if
9394         `current-local-map' is not available.
9395         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9396
9397 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9398
9399         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9400         representation.
9401
9402         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9403         number.
9404         (wl-fldmgr-save-folders): Don't use `format' when insert
9405         `wl-fldmgr-folders-header'.
9406
9407 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9408
9409         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9410
9411 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-highlight.el (wl-highlight-message):
9414         Use `std11-field-end' to detect end point of the header field.
9415         Refer `wl-highlight-max-header-size'.
9416
9417         * wl-vars.el (wl-highlight-max-header-size): New variable.
9418
9419         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9420
9421         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9422         Set `for-draft' argument of wl-highlight-headers.
9423         (wl-draft): Ditto.
9424         (wl-draft-reedit): Ditto.
9425         (wl-user-agent-compose-internal): Ditto.
9426
9427 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9428
9429         * wl-message.el (wl-message-add-button): Use overlay.
9430
9431 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9434
9435         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9436         problem when group-list content is nothing.
9437         (Reported by Mito <mit@nines.nec.co.jp>)
9438
9439 2000-10-18  SAITO Atsunori <sai@yedo.com>
9440
9441         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9442
9443 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9444
9445         * tm-wl.el (toplevel): Use product-provide.
9446
9447 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9448
9449         * Version number is increased to 2.3.92.
9450
9451 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9452
9453         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9454         title text, use `display' property for left margin under Emacs 21.
9455
9456         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9457         properties.
9458         (wl-plugged-init-icons): Ditto.
9459
9460 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9461
9462         * wl.el (wl-save-status, wl-init): Remove last period in
9463         "...done." message.
9464         * tm-wl.el (wl-summary-burst): Ditto.
9465         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9466         wl-summary-resume-cache-status,
9467         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9468         wl-summary-sync-update3, wl-summary-highlight-msgs,
9469         wl-summary-flush-pending-append-operations,
9470         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9471         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9472         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9473         wl-thread-open-all): Ditto.
9474         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9475         * wl-mime.el (wl-summary-burst): Ditto.
9476         * wl-highlight.el (wl-highlight-summary): Ditto.
9477         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9478         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9479         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9480         * wl-address.el (wl-local-address-init): Ditto.
9481
9482 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9483
9484         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9485         `add-text-properties'.
9486         (wl-plugged-init-icons): Ditto.
9487         (wl-folder-init-icons): Use `propertize' instead of
9488         `put-text-property'.
9489         (wl-plugged-set-folder-icon): Ditto.
9490         (wl-e21-highlight-folder-group-line): Ditto.
9491
9492 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9493
9494         * wl-version.el (wl-version-status-alist): New variable.
9495         (wl-version-status): New function.
9496
9497         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9498         "Cc" part of the case "Reply-To".
9499
9500         * wl-draft.el (wl-draft-reply): Use result of
9501         `eword-extract-address-components'.
9502
9503         * wl-demo.el (wl-demo-icon-name): New constant.
9504         (wl-logo-xpm): Use it.
9505         (wl-logo-xbm): Ditto.
9506         (wl-logo-bitmap): Ditto.
9507
9508         * Version number is increased to 2.3.91.
9509
9510 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9511
9512         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9513         (wl-extended-emacs-version, wl-extended-emacs-version2,
9514         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9515         docstring.
9516
9517         * wl-version.el (wl-generate-user-agent-string-1): New function.
9518         (wl-generate-user-agent-string): Use it.
9519
9520         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9521         `mime-edit-insert-user-agent-field'.
9522         (wl-generate-user-agent-string): Check
9523         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9524
9525         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9526         instead of `if', when verbose case.
9527
9528 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9529
9530         * wl-expire.el (wl-summary-expire): Fix.
9531
9532 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9533
9534         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9535         and `elmo-lost+found-folder' if 'wl-draft.
9536         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9537
9538 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9539
9540         * wl-expire.el (wl-summary-expire): Change messages.
9541         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9542         `deleing-info' instead of "Deleting..."
9543
9544 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9545
9546         * wl-summary.el (wl-summary-refile-subr): Fix.
9547
9548 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9549
9550         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9551         if pipe folder.
9552
9553 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9554
9555         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9556
9557 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9558
9559         * wl-expire.el (wl-expire-hide): New function.
9560         (wl-summary-expire): Add `hide'.
9561
9562 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-vars.el (wl-draft-reply-without-argument-list):
9565         Changed default value to consider `Reply-To:'.
9566         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9567
9568         * Version number is increased to 2.3.90.
9569
9570         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9571         elmo-imap4-get-session with unwind-protect.
9572         Don't cause error.
9573         (wl-summary-sync-marks): Don't check plugged nor folder type.
9574         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9575         (Always keep current buffer).
9576
9577 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9578
9579         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9580         Enclose with `save-excursion'.
9581
9582 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9583
9584         * wl-version.el (wl-version): Remove interactive.
9585
9586 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9587
9588         * wl-version.el (wl-generate-user-agent-string): Use
9589         `product-string-verbose' instead of `product-string-1'.
9590
9591 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9592
9593         * wl-vars.el (wl-draft-use-cache): New variable.
9594         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9595         if wl-draft-use-cache is non-nil.
9596
9597 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9598
9599         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9600         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9601
9602 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9603
9604         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9605         (wl-thread-msg-mark-as-unread): Ditto.
9606
9607         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9608         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9609         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9610         Don't set mark in summary if return value of `elmo-mark-as-read'
9611         is nil.
9612         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9613         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9614         instead of `wl-thread-msg-mark-as-read'.
9615         (wl-summary-mark-as-unread-region): Ditto.
9616         (wl-summary-target-mark-mark-as-read): Ditto.
9617
9618         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9619
9620 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9621
9622         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9623
9624         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9625
9626 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9627
9628         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9629         face.
9630
9631 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9632
9633         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9634         `running-xemacs'.
9635
9636 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9637
9638         * wl-version.el (toplevel): Use `product-version-as-string' for
9639         set verstion-string, if defined.
9640
9641         * wl-version.el (wl-version-show): Insert string at point, when
9642         call with argument.
9643
9644         * wl-version.el (wl-generate-user-agent-string): Use
9645         `product-string-1' instead of `wl-appname', `wl-version' and
9646         `wl-codename'.
9647
9648 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9649
9650         * wl-address.el (toplevel): Use product-provide.
9651         * wl-demo.el (toplevel): Ditto.
9652         * wl-dnd.el (toplevel): Ditto.
9653         * wl-draft.el (toplevel): Ditto.
9654         * wl-e21.el (toplevel): Ditto.
9655         * wl-expire.el (toplevel): Ditto.
9656         * wl-fldmgr.el (toplevel): Ditto.
9657         * wl-folder.el (toplevel): Ditto.
9658         * wl-highlight.el (toplevel): Ditto.
9659         * wl-message.el (toplevel): Ditto.
9660         * wl-mime.el (toplevel): Ditto.
9661         * wl-mule.el (toplevel): Ditto.
9662         * wl-nemacs.el (toplevel): Ditto.
9663         * wl-refile.el (toplevel): Ditto.
9664         * wl-score.el (toplevel): Ditto.
9665         * wl-summary.el (toplevel): Ditto.
9666         * wl-template.el (toplevel): Ditto.
9667         * wl-thread.el (toplevel): Ditto.
9668         * wl-util.el (toplevel): Ditto.
9669         * wl-vars.el (toplevel): Ditto.
9670         * wl-xmas.el (toplevel): Ditto.
9671         * wl.el (toplevel): Ditto.
9672
9673 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9674
9675         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9676         instead of product.
9677
9678         * wl-version.el (wl-version): Compile time evalution elmo-version.
9679
9680 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9681
9682         * wl-summary.el (wl-summary-sync-force-update): Append queue
9683         `mark-as-read'if unplugged.
9684
9685 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9686
9687         * wl-version.el: New file.  Use product.el.
9688         * wl.el: add (require 'wl-version).
9689         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9690         for ~/.folders header.
9691         (wl-fldmgr-folders-header): Changed.
9692         * wl-demo.el (wl-demo): Use product.el.
9693
9694         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9695         wl-version.el.
9696         * wl-util.el (wl-version, wl-version-show): Ditto.
9697
9698         * wl-util.el (wl-generate-user-agent-string,
9699         wl-extended-emacs-version, wl-extended-emacs-version2,
9700         wl-extended-emacs-version3): Move to wl-version.el.
9701         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9702         xemacs-codename, mime-edit-insert-user-agent-field,
9703         mime-edit-user-agent-value, mime-editor/version,
9704         mime-editor/codename): Compile warning killer move to
9705         wl-version.el
9706
9707 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9708
9709         * wl-summary.el (wl-summary-refile-subr): Fix.
9710
9711 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9712
9713         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9714         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9715
9716 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9717
9718         * wl.el (wl-check-environment): Check too many `@'.
9719
9720 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9721
9722         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9723
9724 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9725
9726         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9727         wl-draft-reply-myself-without-argument-list): Add variables.
9728         * wl-draft.el (wl-draft-reply): Use it.
9729
9730 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9731
9732         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9733         the 5th argument of `elmo-network-get-spec'.
9734
9735         * wl-thread.el (wl-thread-reparent-children): New inline function.
9736         (wl-thread-delete-message): Use it.
9737
9738         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9739         (wl-summary-score-update-all-lines): Don't use `dolist'.
9740
9741 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9742
9743         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9744         (require 'elmo-msgdb) for inline function.
9745
9746 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9747
9748         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9749
9750 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9751
9752         * wl-score.el (wl-score-headers): Fix for the confusing macro
9753         `elmo-kill-buffer'.
9754
9755 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9756
9757         * wl-summary.el: Don't use the 3rd argument of `require' because
9758         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9759         * wl-util.el: Ditto.
9760         * wl-draft.el: Ditto.
9761
9762 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9763
9764         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9765         window system is not used.
9766
9767 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9768
9769         * wl-thread.el: Don't use `mapcar' only for iteration.
9770         (wl-thread-resume-entity): Ditto.
9771         (wl-thread-delete-message): Ditto.
9772
9773         * wl-summary.el: Bind `dragdrop-drop-functions',
9774         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9775         of `require' for `timezone', `easymenu' and `ps-print';
9776         don't use `mapcar' only for iteration.
9777
9778         * wl-util.el: Bind `mule-version', `nemacs-version',
9779         `emacs-beta-version', `xemacs-codename',
9780         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9781         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9782         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9783         only for iteration.
9784
9785         * wl-score.el: Don't use `mapcar' only for iteration.
9786         (wl-score-simplify-buffer-fuzzy): Ditto.
9787         (wl-score-simplify-subject): Ditto.
9788         (wl-score-headers): Ditto.
9789         (wl-summary-score-update-all-lines): Ditto.
9790
9791         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9792         `enable-multibyte-characters' and `mule-version'.
9793
9794         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9795         `mapcar' only for iteration.
9796
9797         * wl-demo.el: Don't use `mapcar' only for iteration.
9798
9799         * wl-folder.el: Don't use `mapcar' only for iteration.
9800         (wl-folder-open-all): Ditto.
9801         (wl-folder-count-incorporates): Ditto.
9802
9803         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9804         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9805
9806         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9807         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9808         `smtp-connection-type'; specify 3rd argument of `require' for
9809         `timezone'; don't use `mapcar' only for iteration.
9810         (wl-draft-clone-local-variables): Don't use `mapcar'.
9811         (wl-draft-generate-clone-buffer): Ditto.
9812         (wl-user-agent-compose-internal): Ditto.
9813
9814         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9815
9816         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9817         (wl-save-status): Ditto.
9818
9819         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9820         for iteration.
9821
9822 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9823
9824         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9825         removed `Date'.
9826         (wl-fldmgr-make-filter-default): New user option.
9827
9828         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9829         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9830         (wl-fldmgr-filter-completion-alist): Abolish.
9831
9832         * wl.el (wl): Don't check servers if arg is non-nil.
9833
9834         * wl-draft.el (wl-draft-reply): Set only message-id string to
9835         In-Reply-To field.
9836
9837 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9838
9839         * wl-summary.el (wl-summary-pick): Rewrite.
9840
9841         * wl-draft.el (wl-draft-forward): Get references field from
9842         original buffer.
9843         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9844
9845 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9846
9847         * wl-draft.el (wl-draft-forward): Add references field.
9848
9849 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9850
9851         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9852         (wl-draft-reply): Use it.
9853
9854 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9855
9856         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9857         when Emacs 21 is running.
9858
9859         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9860         bindings.
9861
9862 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9863
9864         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9865         XPM icons transparent.
9866
9867         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9868         Emacs 21.
9869
9870 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9871
9872         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9873         nil.
9874
9875         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9876         when it is persistent.
9877         (wl-summary-sync-marks): Changed argument for
9878         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9879         (wl-summary-virtual): Use `elmo-read-search-condition'.
9880         (wl-summary-redisplay-internal): If folder is local, mark as read
9881         even when folder is plugged.
9882
9883 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9884
9885         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9886         of `tool-bar-lines' in the frame parameters.
9887         (after-make-frame-functions, post-command-hook): Don't modify the
9888         value.
9889         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9890         wl-e21-tool-bar-lines): Removed.
9891
9892 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9893
9894         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9895         properties `evaporate' and `wl-momentary-overlay' as well.
9896         (wl-highlight-summary-displaying): Ditto.
9897         (wl-delete-all-overlays): Don't delete overlay which does not have
9898         a property `wl-momentary-overlay'.
9899
9900         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9901         `display-mouse-p' and `display-graphic-p'.
9902         (wl-folder-init-icons): Don't search for XBM or the other files.
9903         (wl-plugged-set-folder-icon): Make icons if and only if
9904         `display-graphic-p' returns non-nil.
9905         (wl-highlight-plugged-current-line): Use `before-string' overlay
9906         property to show icon images.
9907         (wl-highlight-folder-current-line): Ditto.
9908         (wl-e21-highlight-folder-group-line): Ditto.
9909         (wl-e21-highlight-folder-by-numbers): Ditto.
9910         (wl-e21-insert-image): Removed.
9911         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9912         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9913         said.
9914         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9915         `wl-e21-force-switch-toolbar'.
9916         (wl-e21-make-icon-image): Removed.
9917         (wl-e21-setup-toolbar): Don't search for XBM files.
9918         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9919         the default value.
9920
9921 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9922
9923         * wl-util.el (wl-biff-check-folder-async): Set
9924         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9925
9926 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9927
9928         * wl-e21.el (after-make-frame-functions): Add
9929         `wl-e21-force-switch-toolbar'.
9930         (wl-e21-force-switch-toolbar): New function force to switch the
9931         toolbar appearance automatically.
9932         (post-command-hook): Add `wl-e21-switch-toolbar'.
9933         (wl-e21-switch-toolbar): New function to switch the toolbar
9934         appearance automatically.
9935         (wl-e21-tool-bar-lines): New buffer local variable.
9936
9937 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9938
9939         * wl-util.el (wl-biff-check-folders-running): New variable.
9940         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9941         (wl-biff-check-folder-async-callback):
9942         Set `wl-biff-check-folders-running'.
9943         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9944         with unwind-protect.
9945
9946         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9947         Enclose `wl-folder-auto-check' with unwind-protect.
9948
9949         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9950         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9951
9952         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9953
9954         * wl-util.el (wl-biff-notify): New inline function.
9955         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9956         locally.
9957         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9958         folder-list' is 1.
9959         Use `wl-biff-notify'.
9960         (wl-biff-check-folder-async-callback): New function.
9961         (wl-biff-check-folder-async): Ditto.
9962
9963         * wl-folder.el (wl-folder): Don't check folders.
9964         (wl-folder-auto-check): New function.
9965
9966 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9967
9968         * wl-util.el (wl-biff-start) [Emacs19+]:
9969         Use `timer-next-integral-multiple-of-time'.
9970         (wl-biff-check-folders): Use `wl-default-folder'
9971         if `wl-biff-check-folder-list' is nil.
9972
9973 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9974
9975         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9976         instead of `elmo-delete-lists'.
9977
9978 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9979
9980         * wl.el (wl-plugged-toggle-all): Set the value of
9981         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9982         (wl-plugged-toggle): Ditto.
9983         (wl-toggle-plugged): Ditto.
9984         (wl-plugged-init): Ditto.
9985
9986         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9987         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9988         instead of `wl-biff-state-indicator-off' and
9989         `wl-biff-state-indicator-on'; don't modify the value and the type
9990         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9991         (wl-plugged-init-icons): Set icons data to
9992         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9993         instead of `wl-plug-state-indicator-off' and
9994         `wl-plug-state-indicator-on'; don't modify the value and the type
9995         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9996
9997         * wl-vars.el (wl-modeline-biff-state-off,
9998         wl-modeline-biff-state-on, wl-modeline-biff-status,
9999         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10000         wl-modeline-plug-status): New internal variables.
10001         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10002         wl-biff-check-interval, wl-biff-check-folder-list): Change
10003         customization group from `wl-folder' to `wl-highlight'.
10004         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10005         wl-show-plug-status-on-modeline): Defcustomized.
10006
10007         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10008         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10009         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10010         a flag to `mode-line-buffer-identification'.
10011
10012         * wl-e21.el (wl-biff-init-icons): Set icons data to
10013         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10014         instead of `wl-biff-state-indicator-off' and
10015         `wl-biff-state-indicator-on'.
10016         (wl-plugged-init-icons): Set icons data to
10017         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10018         instead of `wl-plug-state-indicator-off' and
10019         `wl-plug-state-indicator-on'.
10020
10021 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10022
10023         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10024         excessive titles.
10025
10026 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10027
10028         * wl.el (wl-plugged-mode): Use revised
10029         `wl-mode-line-buffer-identification'.
10030         (wl-plugged-init): Don't use `force-mode-line-update'.
10031
10032         * wl-xmas.el (wl-draft-overload-functions): Use revised
10033         `wl-mode-line-buffer-identification'.
10034         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10035         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10036         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10037         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10038         `wl-make-plugged-hook';
10039         add `wl-folder-init-icons' and `wl-setup-folder' to
10040         `wl-folder-mode-hook'.
10041
10042         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10043         19 as well.
10044         (wl-mode-line-display-priority-list): New user option.
10045         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10046         Defcustomized.
10047         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10048         Add docs.
10049
10050         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10051         start.
10052         (wl-mode-line-buffer-identification): Revised as a function.
10053
10054         * wl-summary.el (wl-summary-mode): Use revised
10055         `wl-mode-line-buffer-identification'; don't call
10056         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10057         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10058         `wl-xmas-setup-summary'.
10059
10060         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10061         `wl-mode-line-buffer-identification'.
10062
10063         * wl-mule.el (wl-draft-overload-functions): Use revised
10064         `wl-mode-line-buffer-identification'.
10065
10066         * wl-folder.el (wl-make-plugged-alist): Don't call
10067         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10068         (wl-folder): Don't call `wl-folder-init-icons' directly.
10069         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10070         `wl-xmas-setup-folder' directly;
10071         use revised `wl-mode-line-buffer-identification'.
10072         (TopLevel): Don't bind `wl-biff-init-icons',
10073         `wl-plugged-init-icons', `wl-folder-init-icons',
10074         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10075
10076         * wl-e21.el (wl-draft-overload-functions): Use revised
10077         `wl-mode-line-buffer-identification'.
10078         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10079         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10080         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10081         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10082         `wl-make-plugged-hook';
10083         add `wl-folder-init-icons' and `wl-setup-folder' to
10084         `wl-folder-mode-hook'.
10085
10086 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10087             Katsumi Yamaoka    <yamaoka@jpl.org>
10088
10089         * wl.el (wl): Call `wl-biff-start'.
10090         (wl-exit): Call `wl-biff-stop'.
10091         (wl-plugged-mode): Show biff in modeline.
10092         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10093
10094         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10095         (wl-biff-init-icons): New function.
10096         (wl-plugged-init-icons): Don't make too much keymaps.
10097         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10098
10099         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10100         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10101         variables.
10102         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10103         options.
10104
10105         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10106         wl-biff-start, wl-biff-stop): New functions.
10107         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10108         (wl-biff-timer-name): New variable.
10109
10110         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10111
10112         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10113         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10114
10115         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10116         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10117
10118         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10119         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10120         `wl-folder-init-icons' to `ignore' if they are not available.
10121         (wl-folder-mode): Show biff in modeline.
10122
10123         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10124         (wl-biff-init-icons): New function.
10125         (wl-plugged-init-icons): Don't make too much keymaps.
10126         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10127
10128 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10129
10130         * wl-vars.el (wl-strict-diff-folders): Customization Type
10131         and doc fix.  Define as a list of regular expressions for
10132         folders or nil.
10133         * wl-folder.el (wl-folder-check-one-entity): Use
10134         `wl-string-match-member' instead of `wl-string-member' for
10135         `wl-strict-diff-folders'.
10136
10137 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10138
10139         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10140         (wl-highlight-folder-current-line): Use it; new implementation.
10141         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10142         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10143         `defsubst' instead of `defun'.
10144
10145         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10146         `wl-highlight-group-folder-by-numbers'; made it can also be a
10147         number.  See info for more details.
10148
10149         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10150         running.
10151
10152         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10153         to bind them.
10154
10155         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10156         (wl-highlight-folder-current-line): New implementation.
10157
10158         * wl-highlight.el (wl-highlight-folder-group-line): New
10159         implementation.
10160         (wl-delete-all-overlays): Rewrite as a marco.
10161         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10162
10163         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10164         running.
10165         (wl-folder-*-glyph): No need to bind them.
10166
10167         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10168         `wl-e21-highlight-folder-group-icon'; rewrite.
10169         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10170         `defsubst' instead of `defun'.
10171         (wl-folder-mode-map): Bind it when compiling.
10172
10173 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10174
10175         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10176
10177         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10178
10179 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10180
10181         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10182
10183 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10184
10185         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10186         (wl-highlight-folder-current-line): Use it.
10187
10188         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10189         in `id-name'.
10190
10191 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10192
10193         * wl.el: Require `wl-e21' when Emacs 21 is running.
10194
10195         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10196         default when Emacs 21 is running.
10197         (wl-use-highlight-mouse-line): Ditto.
10198         (wl-on-emacs21): New constant.
10199         (wl-on-emacs20): Removed.
10200
10201         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10202         Emacs 21 is running.
10203
10204         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10205         Emacs 21 is running.
10206
10207         * wl-e21.el: New file.
10208
10209 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10210
10211         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10212         (wl-toggle-plugged): Ditto.
10213         (wl-plugged-toggle): Ditto.
10214         (wl-plugged-toggle-all): Ditto.
10215
10216         * wl-vars.el (wl-plug-state-indicator): Refer
10217         `wl-plug-state-indicator-on' indirectly.
10218
10219 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10220
10221         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10222         Call `wl-folder-confirm-existence'.
10223
10224         * wl-folder.el (wl-folder-confirm-existence): Added optional
10225         argument `force'.
10226
10227 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10228
10229         * wl-summary.el (wl-summary-refile-subr): Assume
10230         `copy-or-refile' as symbol.
10231         (wl-summary-refile): Follow up above change.
10232         (wl-summary-copy): Ditto.  Doc fix.
10233
10234 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10235
10236         * wl-summary.el (wl-summary-pick): Don't bind
10237         `elmo-search-mime-charset'.
10238
10239         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10240         default using old backquote style.
10241         (wl-search-mime-charset): Abolished.
10242
10243         * wl-highlight.el (wl-highlight-headers):
10244         Call `point' after `re-search-forward'(for Nemacs).
10245
10246         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10247         for elmo-imap4.el.
10248
10249 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10250
10251         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10252         `wl-message-ignored-field-list' instead of
10253         `mime-view-ignored-field-list'.
10254
10255         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10256         Add interactive spec.
10257         (wl-folder-goto-bottom-of-current-folder): Ditto.
10258         (wl-folder-mode-map): Bind them.
10259
10260         * wl-vars.el (wl-message-ignored-field-list): New variable.
10261         (wl-message-visible-field-list): New variable.
10262
10263         * wl-mime.el (wl-mime-header-presentation-method): New function.
10264         (wl-mime-setup): Set header-presentation-method.
10265
10266 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10267
10268         * wl-nemacs.el (wl-draft-overload-functions): Set
10269         `mode-line-buffer-identification' instead of using
10270         `wl-make-modeline'.
10271
10272         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10273         instead of using `wl-make-modeline'.
10274
10275         * wl-xmas.el (wl-plugged-init-icons): Set up
10276         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10277         (wl-make-modeline): Abolish.
10278         (wl-draft-overload-functions): Set
10279         `mode-line-buffer-identification' instead of using
10280         `wl-make-modeline'.
10281
10282         * wl-util.el (wl-make-modeline-subr): Abolish.
10283         (wl-mode-line-buffer-identification): New alias.
10284
10285         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10286         (wl-summary-make-modeline): Abolish.
10287         (wl-summary-buffer-set-folder): Set
10288         `wl-summary-buffer-folder-indicator'.
10289         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10290         of using `wl-make-modeline'.
10291         (wl-summary-switch-to-clone-buffer): Don't set
10292         `mode-line-buffer-identification'.
10293         (wl-summary-goto-folder-subr): Ditto.
10294
10295         * wl-mule.el (wl-draft-overload-functions): Set
10296         `mode-line-buffer-identification' instead of using
10297         `wl-make-modeline'.
10298
10299         * wl-folder.el (wl-folder-mode): Set
10300         `mode-line-buffer-identification' instead of using
10301         `wl-make-modeline'.
10302         (wl-folder): Don't set `mode-line-buffer-identification'.
10303
10304 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10305
10306         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10307         instead of `member' for `wl-refile-guess-func-list' look-ups.
10308         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10309
10310 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10311
10312         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10313         `wl-message-button-dispatcher'.
10314
10315         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10316
10317         * wl-message.el (wl-message-button-dispatcher): Use it.
10318
10319         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10320         "In-Reply-To".
10321
10322         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10323         Bind `case-fold-search' to t.
10324
10325 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10326
10327         * wl-xmas.el (wl-message-overload-functions): Initialize
10328         `wl-message-button-map'.
10329
10330         * wl-mule.el (wl-message-overload-functions): Initialize
10331         `wl-message-button-map'.
10332
10333         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10334
10335         * wl-message.el (wl-message-button-map): New keymap.
10336         (wl-message-add-button): New function.
10337         (wl-message-button-dispatcher): New function.
10338         (wl-message-button-refer-article): New function.
10339
10340         * wl-highlight.el
10341         (wl-highlight-message-add-buttons-to-header): New function.
10342         (wl-highlight-headers): Use it.
10343
10344 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10345
10346         * wl-summary.el (wl-summary-default-from): Use
10347         `wl-address-get-petname-1'.
10348         (wl-summary-simple-from): Ditto.
10349
10350         * wl-address.el (wl-address-get-petname-1): New inline function.
10351         (wl-address-get-petname): Use it.
10352
10353 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10354
10355         * wl-summary.el (wl-summary-default-from): Return full-name part
10356         from the address if no petname was found.
10357         (wl-summary-simple-from): Ditto.
10358
10359         * wl-address.el (wl-address-get-petname): Return nil if no petname
10360         associated with the address was found.
10361
10362 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10363
10364         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10365         display is finished.
10366
10367 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10368
10369         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10370         `elmo-folder-exists-p' argument.
10371
10372 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10373
10374         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10375         the folder.
10376
10377 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10378
10379         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10380
10381         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10382         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10383
10384 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10385
10386         * wl-folder.el (wl-folder-create-subr): New function.
10387         (wl-folder-confirm-existence): Use it.
10388         (wl-folder-check-one-entity): Use it.
10389         Check the error symbol is derived from 'elmo-open-error.
10390
10391         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10392         `ignore-error'.
10393
10394 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10395
10396         * wl-util.el (toplevel): Add (eval-when-compile (require
10397         'elmo-util)).  (Maybe `provide' is typo.)
10398
10399 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10400
10401         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10402         (I don't know why this was needed.)
10403
10404         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10405         Follow up changes for stream-type.
10406
10407         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10408         (wl-draft-elmo-nntp-send): Ditto.
10409
10410         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10411         (wl-nntp-posting-stream-type): Ditto.
10412         (wl-pop-before-smtp-ssl): Abolished.
10413         (wl-nntp-posting-ssl): Ditto.
10414
10415         * wl-address.el (wl-address-quote-specials): New function.
10416         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10417
10418         * wl-draft.el (wl-draft-reply): Ditto.
10419
10420 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10421
10422         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10423         use function `wl-string-match-assoc'.
10424
10425 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10426
10427         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10428
10429         * wl-draft.el (wl-draft-deduce-address-list): New function.
10430         (wl-draft-parse-mailbox-list): Ditto.
10431         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10432         instead of `smtp-deduce-address-list'.
10433         (wl-draft-on-field-p): Follow group list.
10434
10435         * wl-address.el (wl-address-concat-token): New function.
10436         (wl-address-string-without-group-list-contents): Ditto.
10437         (wl-complete-field-body): Fixed problem of completion
10438         by japanese petname.
10439         (wl-address-make-completion-list): Rewrite.
10440
10441 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10442
10443         * wl-address.el (wl-address-make-completion-list): Completion by
10444         petname.
10445         (wl-complete-field-body): Likewise.
10446
10447 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10448
10449         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10450         contains invalid address syntax.
10451
10452 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10453
10454         * wl-folder.el (wl-folder-check-entity-async): Use
10455         `elmo-nntp-spec-hostname'.
10456
10457 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10458
10459         * wl-summary.el (wl-summary-msgdb-load-async): Use
10460         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10461
10462 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10463
10464         * wl-draft.el (wl-draft-reply): Set argument
10465         `content-transfer-encoding' as nil.
10466
10467 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10468
10469         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10470         `wl-refile-alist'.
10471
10472 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10473
10474         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10475         (wl-draft-edit-string): Ditto.
10476         (wl-draft-forward): Ditto.
10477         * wl-summary.el (wl-summary-write): Ditto.
10478
10479 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10480
10481         * wl-summary.el (wl-summary-sync-update3): Call
10482         `wl-summary-buffer-number-column-detect'.
10483         (wl-summary-buffer-number-column-detect): Search from point-min.
10484
10485 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10486
10487         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10488         contains an address which is not included in original to or cc.
10489
10490 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10491
10492         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10493         begin-line does not exist.
10494         * wl-message.el (wl-message-uu-substring): Ditto.
10495
10496 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10497
10498         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10499         clear local variables.
10500         (wl-summary-exit): Call `elmo-commit'.
10501         (wl-summary-switch-to-clone-buffer): Call
10502         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10503         (wl-summary-goto-folder-subr): Ditto.
10504
10505         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10506         POP folder.
10507
10508 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10509
10510         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10511         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10512         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10513         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10514         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10515         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10516
10517         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10518
10519 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10520
10521         * wl-summary.el (wl-summary-search-by-subject):
10522         Search parent message from the latest one.
10523
10524 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10525
10526         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10527         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10528
10529         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10530         New user option.
10531
10532         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10533         if elmo-nntp-use-killed-list is nil.
10534         Use `elmo-msgdb-append-to-killed-list'.
10535         (Append numbers confirmed as disappeared to the killed list.)
10536         (wl-summary-confirm-appends): Don't display negative number.
10537
10538 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10539
10540         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10541
10542 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10543
10544         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10545         range is `all'.
10546         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10547         `elmo-list-bigger-diff'.
10548
10549 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10550
10551         * wl-summary.el (wl-summary-buffer-exit-func):
10552         New buffer local variable.
10553         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10554
10555 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10556
10557         * wl-demo.el (wl-demo): Fix the last change.
10558
10559 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10560
10561         * wl-demo.el (wl-demo): Don't use `eval'.
10562
10563 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10564
10565         * wl-summary.el (wl-summary-buffer-thread-modified):
10566         New buffer-local variable.
10567         (wl-summary-set-thread-modified): New function.
10568         (wl-summary-thread-modified-p): New function.
10569         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10570         (wl-summary-yank-saved-message): Use function
10571         `wl-summary-set-thread-modified'
10572         (wl-summary-switch-to-clone-buffer): Add
10573         `wl-summary-buffer-thread-modified'.
10574
10575         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10576         (wl-summary-buffer-mark-saved-hook): Ditto.
10577         * wl-summary.el (wl-summary-msgdb-save): New hook
10578         `wl-summary-buffer-message-saved-hook' and
10579         `wl-summary-buffer-mark-saved-hook'.
10580
10581 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10582
10583         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10584
10585 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10586
10587         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10588         don't hide scroll bars under FSF Emacsen because it may incur an
10589         undesirable redrawing.
10590
10591 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10592
10593         * wl-draft.el (wl-draft-edit-string): Call
10594         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10595
10596 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10597
10598         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10599
10600 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10601
10602         * wl-summary.el (wl-summary-msgdb-load-async): Call
10603         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10604
10605 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10606
10607         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10608         fringes in demo buffer; center bitmap logo correctly even if old
10609         Mule is used.
10610
10611 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10612
10613         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10614
10615         * wl-refile.el (wl-refile-subject-alist): New variable.
10616         (wl-refile-subject-alist-file-name): Ditto.
10617         (wl-refile-alist-setup): Rewrite.
10618         (wl-refile-alist-save): Use `elmo-object-save'.
10619         Eliminated arguments.
10620         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10621         (wl-refile-guess-by-subject): New function.
10622         (wl-refile-guess-func-list): Added it.
10623
10624 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10625
10626         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10627         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10628
10629 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10630
10631         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10632         New buffer-local variable.
10633         (wl-summary-buffer-next-folder-func): Ditto.
10634         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10635         if non-nil.
10636         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10637         if non-nil.
10638         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10639         if non-nil.
10640         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10641         if non-nil.
10642
10643 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10644
10645         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10646         permanently in the demo buffer.
10647
10648 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10649
10650         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10651         `mime-entity-fetch-field'.
10652
10653         * wl.el (wl-exit): Delete plugged buffer.
10654
10655         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10656         XEmacs has menubar feature.
10657
10658 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10659
10660         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10661         cannot arrive at the beginning of the buffer under old Emacsen.
10662
10663 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10664
10665         * wl-address.el (wl-address-ldap-search):
10666         Call `ldap-search-entries' with `withdn' argument t.
10667         (wl-complete-field-body): Bind completion-ignore-case as t.
10668         Clear ldap search hash when it was sole completion.
10669         Use elmo-string for pattern string.
10670         (wl-ldap-alias-safe-string): Eliminated needless let.
10671
10672 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10673
10674         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10675         (wl-ldap-alias-sep): New constant.
10676         (wl-ldap-search-attribute-type-list): Ditto.
10677         (wl-ldap-get-value): New function.
10678         (wl-ldap-make-filter): Ditto.
10679         (wl-ldap-make-matched-value-list): Ditto.
10680         (wl-ldap-alias-safe-string): Ditto.
10681         (wl-ldap-register-dn-string): Ditto.
10682         (wl-address-ldap-search): Rewrite.
10683
10684 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10685
10686         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10687         thread is deleted.
10688         (wl-thread-delete-line-from-buffer): Ditto.
10689         (wl-thread-get-exist-children): New function.
10690
10691 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10692
10693         * wl-demo.el (wl-demo): Made it to select various image types.
10694         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10695         from `wl-title-logo'.
10696         (wl-logo-ascii): New variable.
10697         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10698         (wl-demo-copyright-notice): New constant.
10699
10700         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10701
10702 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10703
10704         * wl-vars.el (wl-summary-target-above): Renamed from
10705         wl-summary-temp-above.
10706         * wl-score.el (wl-score-get-score-alist): Use it.
10707         (wl-summary-score-update-all-lines): Use it.
10708         * wl-summary.el: Ditto. (make-variable-buffer-local).
10709
10710 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10711
10712         * wl-vars.el (wl-ldap-port): New user option.
10713
10714         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10715         Rewite whole implementation.
10716         (wl-complete-field-body): Fixed.
10717
10718 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10719
10720         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10721         Choose implementation at compile time.
10722
10723 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10724
10725         * wl-address.el (wl-ldap-search-internal): New function.
10726         (wl-complete-field-to): Use it.
10727
10728 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10729
10730         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10731         Use `let' instead of `let*'.
10732         Require 'wl-vars.
10733
10734         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10735         Define as defcustom.
10736         (wl-ldap-base): Ditto.
10737         (wl-use-ldap): Ditto.
10738
10739 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10740
10741         * wl-address.el (wl-ldap-search): New function.
10742         (wl-complete-field-body): Use `wl-ldap-search'.
10743         (wl-ldap-server): New variable.
10744         (wl-ldap-base): Ditto.
10745         (wl-use-ldap): Ditto.
10746
10747 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10748
10749         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10750         (Pointed out by Mito <mit@nines.nec.co.jp>).
10751         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10752         buffer-local variables like `wl-summary-redisplay-internal'.
10753         (wl-summary-redisplay-all-header): Likewise.  Update
10754         Summary view too.
10755
10756 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10757
10758         * wl-summary.el (wl-summary-jump-to-parent-message):
10759         Consider prefix argument.
10760
10761         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10762         when closed thread is deleted.
10763
10764 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10765
10766         * wl-summary.el (wl-summary-jump-to-parent-message):
10767         Consider thread modification.
10768
10769 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10770
10771         * wl-message.el (wl-message-normal-get-original-buffer): Use
10772         `save-excursion'.
10773
10774         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10775         (wl-summary-showto-folder-regexp): Ditto.
10776
10777 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10778
10779         * wl-util.el (wl-delete-alist): Doc fix.
10780         (wl-delete-associations): New function.
10781         (wl-inverse-alist): New function.
10782         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10783         Split temporary variables. Use `wl-delete-associations'
10784         and `wl-inverse-alist'.
10785         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10786
10787 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10788
10789         * wl-folder.el (wl-folder-prefetch-entity):
10790         Execute prefetching if new count is unknown.
10791
10792 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10793
10794         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10795
10796         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10797         delete entity.
10798         (wl-thread-set-parent): If insert as top, set linked as nil.
10799
10800         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10801         `wl-thread-cleanup-symbols' when view mode is thread.
10802
10803 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10804
10805         * wl-folder.el (wl-folder-create-folder-entity): Use
10806         with-current-buffer.
10807         (wl-local-folder-init): Call set-buffer to make sure we are in
10808         the Folder buffer. Don't touch buffer-local variables here.
10809         (wl-folder-mode): Initialize buffer-local variables here.
10810
10811         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10812         (wl-folder-entity-assign-id): Ditto.
10813         (wl-folder-create-entity-hashtb): Ditto.
10814         (wl-local-folder-init): Ditto.
10815         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10816
10817 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10818
10819         * wl-summary.el (wl-summary-default-from): Fix probrem when
10820         std11-extract-address-components return (nil "foo@bar").
10821
10822 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10823
10824         * wl-draft.el (wl-draft-clone-local-variables):
10825         Remove redundant `setq'.
10826
10827 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10828
10829         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10830         Bind wl-highlight-x-face-func as nil while highlighting header.
10831
10832 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10833
10834         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10835
10836 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10837
10838         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10839         elmo-msgdb-overview-hashtb from copy-variables.
10840         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10841         instead of `elmo-msgdb-overview-get-entity-by-number'.
10842         (wl-summary-auto-refile): Ditto.
10843
10844         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10845         `elmo-msgdb-overview-get-entity' instead of
10846         `elmo-msgdb-search-overview-entity'.  Use
10847         `elmo-msgdb-overview-get-entity' instead of
10848         `elmo-msgdb-overview-get-entity-by-number'.
10849         (wl-thread-insert-entity-sub): Ditto.
10850         (wl-thread-insert-message): Ditto.
10851
10852         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10853         `elmo-msgdb-overview-get-entity'.
10854         (wl-normal-message-redisplay): Ditto.
10855
10856 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10857
10858         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10859         `wl-thread-entities'.
10860         (wl-thread-delete-message): Fix remove top message from
10861         `wl-thread-entity-list'.
10862
10863         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10864         wl-append(nconc), because update-list is broken on Meadow.
10865
10866         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10867         updating process.
10868         (wl-summary-rescan): Ditto.
10869         (wl-summary-sync-update3): Ditto.
10870         * wl-thread.el (wl-thread-set-parent): Renamed from
10871         `wl-summary-set-parent'.
10872         (wl-thread-insert-message): Updating buffer faster.
10873         (wl-thread-delete-message): Updating buffer faster.
10874
10875         * wl-score.el (wl-summary-score-update-all-lines): Changed
10876         interval for display progress gauge.
10877
10878 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10879
10880         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10881         folder always-sticky.
10882         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10883         defmacro.
10884
10885 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10886
10887         * wl-vars.el (wl-draft-add-references): New user option.
10888
10889         * wl-draft.el (wl-draft-add-references): New function.
10890         (wl-draft-yank-from-mail-reply-buffer): Use it.
10891         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10892         as nil.
10893
10894 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10895
10896         * wl-thread.el (wl-thread-update-line-msgs): Called
10897         `wl-thread-update-line-on-buffer-sub'.
10898         (wl-thread-update-line-on-buffer): Delete routine of inserting
10899         thread.
10900         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10901         moved from `wl-thread-update-line-on-buffer'.
10902         Add threshold for displaying progress gauge.
10903         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10904         argument of `wl-thread-update-line-msgs'.
10905         Add threshold for displaying progress gauge.
10906         * wl-folder.el:
10907         Add threshold for displaying progress gauge.
10908         * wl-score.el: Ditto.
10909
10910         * wl-expire.el (wl-summary-expire): Display deleting info.
10911
10912 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10913
10914         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10915         `no-msg'.
10916         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10917         argument of `wl-thread-update-line-msgs'.
10918         (wl-summary-set-parent): Added optional argument `parent-number'.
10919         (wl-summary-buffer-saved-message): New buffer local variable.
10920         (wl-summary-save-current-message): New command.
10921         (wl-summary-yank-saved-message): Ditto.
10922         (wl-summary-mode-map): Added key binding for
10923         `wl-summary-save-current-message' (\ew) and
10924         `wl-summary-yank-saved-message' (\C-y).
10925         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10926
10927 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10928
10929         * wl-summary.el (wl-summary-mode-map): Added key binding for
10930         `wl-summary-set-parent' (ts).
10931
10932 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10933
10934         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10935         subject faster. If thread number is reverse, delayed updating
10936         thread.
10937         (wl-summary-search-by-subject): Ditto.
10938         (wl-summary-put-alike): Ditto.
10939         (wl-summary-get-alike): Ditto.
10940         (wl-summary-insert-headers): Insert header of all overview in
10941         buffer.
10942         (wl-summary-rescan): Delayed updating thread. Kill search subject
10943         buffer for wl-summary-search-by-subject.
10944         (wl-summary-sync-update3): Ditto.
10945         (wl-summary-exit): Ditto.
10946         (wl-summary-goto-bottom-of-current-thread): Change for linked
10947         thread.
10948         (wl-summary-overview-create-summary-line): Change line for linked
10949         thread.
10950
10951         * wl-summary.el (wl-summary-update-thread): Use
10952         wl-thread-maybe-get-children-num.
10953         (wl-summary-set-parent): If change parent, move sub thread.
10954         (wl-summary-redisplay-internal): Add horizontal recenter.
10955         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10956
10957         * wl-thread.el (wl-thread-entity-get-linked): New function.
10958         (wl-thread-entity-set-linked): New function.
10959         (wl-thread-create-entity): Add linked element.
10960         (wl-thread-entity-insert-as-top): Use wl-append.
10961         (wl-thread-maybe-get-children-num): If closing thread, return
10962         children msgs.
10963         (wl-thread-update-line-msgs): Displaying progress message.
10964         (wl-thread-update-line-on-buffer-sub): Use
10965         wl-thread-maybe-get-children-num.
10966         (wl-thread-update-line-on-buffer): If update line is not exists,
10967         insert thread.
10968         (wl-thread-delete-message): If delete top msg of thread, search
10969         parent by subject.
10970         (wl-thread-insert-entity): Use
10971         wl-thread-maybe-get-children-num.
10972
10973         * wl-highlight.el (wl-highlight-summary-current-line): change
10974         sregexp for linked thread.
10975         * wl-util.el (wl-count-lines): Count lines.
10976         (wl-horizontal-recenter): horizontal recenter.
10977         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10978         (wl-score-get-alike): Ditto.
10979         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10980         (wl-subject-length-limit): New variable.
10981         (wl-highlight-thread-indent-string-regexp): Changed for linked
10982         thread.
10983
10984 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10985
10986         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10987         New variable (revival).
10988         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10989         by subject matching if there's no in-reply-to nor references field
10990         (revival).
10991
10992 \f
10993 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10994
10995         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10996         message.
10997
10998 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10999
11000         * wl-summary.el (wl-summary-reply): Return t if there was a
11001         message at cursor point.
11002         Added unwind-protect.
11003         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11004         returns t.
11005         (wl-summary-cancel-message): Do nothing when there's no message at
11006         cursor point.
11007         (wl-summary-forward): Ditto.
11008         (wl-summary-jump-to-parent-message): Ditto.
11009         (wl-summary-reedit): Ditto.
11010         (wl-summary-edit-addresses): Ditto.
11011         (wl-summary-pipe-message): Ditto.
11012         (wl-summary-print-message-with-ps-print): Ditto.
11013         (wl-summary-print-message): Ditto.
11014         (wl-summary-mark-as-important): Ditto.
11015         (wl-summary-mark-as-unread): Ditto.
11016
11017         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11018         message at cursor point.
11019         (wl-summary-reply-with-citation): Remove unwind-protect.
11020
11021         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11022         subject searching feature.
11023         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11024         Eliminated.
11025
11026 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11027
11028         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11029         New variable.
11030         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11031         by subject matching if there's no in-reply-to nor references field.
11032
11033         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11034
11035         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11036         when display is finished.
11037         (wl-folder-open-all): Ditto.
11038         (wl-folder-update-access-group): Ditto.
11039         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11040         * wl-thread.el (wl-thread-close-all): Ditto.
11041
11042         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11043         progress gauge only when it was displayed.
11044         * wl-folder.el (wl-folder-insert-entity): Ditto.
11045
11046 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11047
11048         * wl-summary.el (wl-summary-incorporate): Enclose
11049         `wl-summary-sync-force-update' with save-excursion.
11050
11051 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11052
11053         * wl-summary.el (wl-summary-prefetch-region):
11054         Pass current cursor point to `pos-visible-in-window-p' after
11055         moving cursor to the started point.
11056
11057 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11058
11059         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11060
11061         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11062         fields from the forwarding message.
11063         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11064         `ignored-fields'.
11065
11066 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11067
11068         * wl-mime.el (wl-message-request-partial):
11069         Eliminated argument `msgdb'.
11070         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11071         (wl-mime-combine-message/partial-pieces): Likewise.
11072         * tm-wl.el (wl-message-request-partial): Likewise.
11073         (wl-mime-combine-message/partial-pieces): Likewise.
11074
11075 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11076
11077         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11078         when display is finished.
11079
11080 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11081
11082         * wl-summary.el (wl-summary-goto-folder-subr):
11083         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11084
11085 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11086
11087         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11088         when cursor point is visible.
11089
11090 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11091
11092         * wl-expire.el (wl-expire-archive-get-max-number):
11093         Don't use `file-name-directory'.
11094
11095 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11096
11097         * wl-expire.el (wl-expire-archive-get-max-number):
11098         Use `file-name-directory'.
11099
11100 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11101
11102         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11103         only when there is progress.
11104
11105 2000-04-13  Mito <mit@nines.nec.co.jp>
11106
11107         * wl-summary.el (wl-summary-sync-marks): Display progress.
11108
11109 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11110
11111         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11112         (wl-summary-prev): Move cursor regardless of unread status.
11113         (wl-summary-next): Ditto.
11114
11115 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11116
11117         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11118         Added argument `target' and `number'.
11119         * tm-wl.el (wl-summary-burst-subr): New function.
11120         (wl-summary-burst): Use it.
11121
11122 2000-04-10  Mito <mit@nines.nec.co.jp>
11123
11124         * wl-mime.el (wl-burst): New function.
11125         (wl-summary-burst): Use it.
11126
11127 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11128
11129         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11130         as petname when there's no candidate.
11131
11132 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11133
11134         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11135         New variable.
11136         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11137
11138         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11139
11140         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11141
11142 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11143
11144         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11145         Use substring of `original' instead of buffer-substring.
11146         (wl-refile-evaluate-rule):
11147         Set `original' argument of wl-refile-expand-newtext.
11148
11149         * wl-summary.el
11150         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11151         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11152         (wl-summary-auto-refile): Check existence of destination folder just
11153         before marking.
11154
11155 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11156
11157         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11158         when wl-refile-get-field-value return nil.
11159
11160 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11161
11162         * wl-refile.el
11163         (wl-refile-expand-newtext): New function imported from Gnus.
11164         (wl-refile-evaluate-rule): Use it.
11165
11166 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11167
11168         * wl-summary.el (wl-summary-print-destination):
11169         Duplicate folder string to avoid putting text-property on
11170         original string.
11171
11172         * wl-refile.el (wl-refile-get-field-value): New function.
11173         (wl-refile-evaluate-rule): New function;
11174         Evaluate refile rule recursively.
11175         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11176         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11177         New function; Check existence of a target folder recursively.
11178         (wl-summary-auto-refile-check-refile-rule-alist):
11179         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11180
11181 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11182
11183         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11184
11185         * wl-folder.el (wl-create-folder-entity-from-buffer):
11186         Fixed problem when '}' character is contained in folder name.
11187
11188         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11189
11190 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11191
11192         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11193         (wl-fldmgr-add-completion-all-completions):
11194         Use wl-fldmgr-add-completion-hashtb.
11195
11196 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11197
11198         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11199         wl-fldmgr-add-completion-subr): New functions.
11200         * wl-folder.el (wl-folder-completion-func): New variable.
11201         * wl-summary.el (wl-summary-read-folder):
11202         Use wl-folder-completion-func.
11203
11204         * wl-refile.el: Eliminate throw & catch.
11205
11206         * wl.el (wl-plugged-sending-queue-status): Fixed.
11207
11208 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11209
11210         * wl-draft.el (wl-draft): Put category property on
11211         mail-header-separator.