* wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
4         (wl-plugged-dop-queue-status): Don't quote `lambda'.
5         * wl-thread.el (wl-thread-delete-message): Ditto
6         * wl-summary.el (wl-summary-edit-addresses)
7         (wl-summary-edit-addresses-collect-candidate-fields)
8         (wl-summary-search-by-subject): Ditto.
9         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
10         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
11         (wl-fldmgr-add-completion-subr): Ditto.
12         * wl-draft.el (wl-smtp-extension-bind)
13         (wl-draft-insert-get-message, wl-draft-default-headers)
14         (wl-jump-to-draft-buffer): Ditto.
15         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
16         (wl-summary-down): Ditto.
17         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
18         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
19         * wl-folder.el (wl-folder-make-save-access-list)
20         (wl-folder-update-access-group, wl-folder-pick): Ditto.
21
22 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * wl-draft.el (wl-draft-default-headers): Suppress warning
25         "defsubst `wl-draft-default-headers' was used before it was
26         defined"; Use `defun' instead of `defsubst'.
27
28         * wl-address.el (wl-address-header-extract-address)
29         (wl-address-header-extract-realname): Fix mail-address in
30         docstring.
31
32         * wl-expire.el (wl-expire-make-sortable-date): Macro to
33         inline-function.
34         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
35         Macro to function.
36         (wl-folder-get-entity-from-buffer): Macro to function.
37         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
38         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
39         * wl.el (wl-plugged-string): Macro to function.
40
41         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
42         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
43         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
44         Macro to function.
45
46         * wl-thread.el (wl-thread-open, wl-thread-close): Use
47         `point-at-bol', `point-at-eol'.
48
49         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
50         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
51         `(string-to-char " ")' instead of `? ', `?\ '.
52         * wl-action.el (wl-summary-print-argument): Ditto.
53         * wl-address.el (wl-complete-field-body): Ditto.
54         * wl-demo.el (wl-demo-insert-image): Ditto.
55         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
56         * wl-util.el (wl-ask-folder, wl-set-string-width)
57         (wl-y-or-n-p-with-scroll): Ditto.
58
59         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
60         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
61         verbose point move.
62
63         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
64         and `point-at-eol'.
65         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
66         Ditto.
67
68 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
69
70         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
71         `(beginning-of-line) (point)'.
72
73         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
74         (wl-fldmgr-delete-line): Change from macro to function. Use
75         `point-at-bol' and `point-at-eol'.
76
77         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
78         `function' for lambda.
79
80         * wl.el (wl-plugged-server-indent): Change from macro to function.
81
82         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
83
84         * wl-draft.el (wl-draft-config-body-goto-header)
85         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
86         macro to function.
87
88         * wl-score.el (wl-score-get-alike): Change from macro to
89         inline-function.
90
91         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
92         instead of `mapcar'. Don't use `function' for lambda.
93         (wl-read-search-condition-internal): Don't use `function' for
94         lambda.
95         (wl-kill-buffers): Change from macro to function.
96         (wl-count-lines): Change from macro to inline-function.
97
98         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
99
100         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
101
102         * wl.el (wl-plugged-change): Suppress compile warnings; Use
103         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
104         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
105         * wl-address.el (wl-complete-window-show): Ditto.
106         * wl-message.el (wl-message-select-buffer): Ditto.
107         * wl-template.el (wl-template-show): Ditto.
108         * wl-util.el (wl-collect-summary): Ditto.
109         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
110         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
111         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
112         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
113         (wl-score-edit-insert-number): Ditto.
114
115         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
116         symbol.
117
118         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
119         of `goto-line'.
120
121         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
122
123 2009-12-16  Lloyd Zusman <ljz@asfast.com>
124
125         * wl-summary.el (wl-summary-detect-mark-position): Force
126         the temporary buffer to enable the use of multibyte characters
127         within searches [wl-en:2460].
128
129 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
130
131         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
132         of `beginning-of-buffer'.
133
134 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
135
136         * wl-summary.el (wl-summary-display-raw): New function, display
137         message in raw format.
138
139 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
140
141         * Version number is increased to 2.15.7.
142
143 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
144
145         * wl-summary.el (wl-summary-previous-message-number): New function.
146         (wl-summary-next-message-number): Ditto.
147         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
148         `wl-summary-next-message-number'.
149         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
150         Inline temporary variable `cur-id'.
151         (wl-summary-get-next-unread-folder): Ditto.
152         (wl-summary-get-next-folder): Ditto.
153         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
154
155 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
156
157         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
158
159 2008-09-05  Kenichi Okada  <okada@opaopa.org>
160
161         * wl-summary.el (wl-summary-buffer-folder-name)
162         (wl-draft-config-body-goto-header): Use backquote instead of quote.
163         * wl-draft.el (wl-draft-body-goto-top)
164         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
165
166 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
167
168         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
169         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
170
171 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
172
173         * wl-expire.el: Fix Comentary section.
174
175 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
176
177         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
178         Require mime-parse, elmo-mime, and wl-util.
179
180         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
181
182         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
183
184 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
185
186         * wl-template.el: Require elmo-util and wl-vars.
187
188         * wl-mime.el (wl-mime-display-header): Revert last change.
189         Remove `delete-matching-lines "^$"'.
190
191 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
192
193         * wl-mime.el (wl-define-dummy-functions): Split
194         `eval-when-compile' form for avoid error; when `make
195         compile-strict.
196
197         * wl-util.el: Move (eval-when-compile (require 'static)).
198         * wl-dnd.el: Add (eval-when-compile (require 'static)).
199         * wl-message.el: Ditto.
200
201         * wl-mime.el (wl-message-delete-current-part): Use
202         `insert-buffer-substring' instead of `insert-buffer'.
203         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
204         * wl-draft.el (wl-draft-generate-clone-buffer)
205         (wl-draft-do-mime-bcc): Ditto.
206
207         * wl-address.el: Add (eval-when-compile (require 'cl)).
208         * wl-addrmgr.el: Ditto.
209         * wl-mime.el: Ditto.
210         * wl-util.el: Ditto.
211         * wl-score.el: Ditto.
212
213 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
214
215         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
216         `string-to-int'.
217
218         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
219         `string-to-int'.
220
221         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
222         `string-to-number' instead of `string-to-int'.
223
224         * wl-summary.el (wl-summary-get-list-info)
225         (wl-summary-message-number): Use `string-to-number' instead of
226         `string-to-int'.
227
228         * wl-score.el (wl-score-overview-entity-get-lines)
229         (wl-score-set-mark-below, wl-score-set-expunge-below)
230         (wl-summary-increase-score, wl-score-get-header-entry): Use
231         `string-to-number' instead of `string-to-int'.
232
233         * wl-folder.el (wl-folder-update-diff-line): Use
234         `string-to-number' instead of `string-to-int'.
235
236         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
237         instead of `string-to-int'.
238
239         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
240         instead of `string-to-int'.
241
242         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
243         `string-to-int'.
244
245 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
246
247         * wl-util.el (wl-match-string, wl-match-buffer)
248         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
249         (wl-kill-buffers, wl-local-variable-p)
250         (wl-line-formatter-setup): New backquote style.
251         (wl-count-lines): Use quote instead of backquote.
252
253         * wl-summary.el (wl-summary-buffer-folder-name)
254         (wl-summary-get-alike): Use quote instead of backquote.
255         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
256         backquote style.
257
258         * wl-message.el (wl-message-buffer-cache-buffer-get)
259         (wl-message-buffer-cache-folder-get)
260         (wl-message-buffer-cache-message-get)
261         (wl-message-buffer-cache-entry-make)
262         (wl-message-buffer-cache-hit): New backquote style.
263
264         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
265         backquote.
266         (wl-folder-unread-regex, wl-folder-entity-exists-p)
267         (wl-folder-clear-entity-info)
268         (wl-folder-get-entity-info, wl-folder-set-entity-info)
269         (wl-folder-elmo-folder-cache-get)
270         (wl-folder-elmo-folder-cache-put): New backquote style.
271
272         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
273         (wl-fldmgr-assign-id): Ditto.
274         (wl-fldmgr-delete-line): Use quote instead of backquote.
275         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
276
277         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
278         (wl-draft-set-sent-message): New backquote style.
279         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
280         (wl-draft-config-body-goto-header): Use quote instead of backquote.
281
282 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
283
284         * wl-address.el (wl-address-concat-token): Fix typo.
285
286 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
287
288         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
289         (wl-score-get-alike): Ditto.
290
291         * wl-vars.el: New backquote style.
292         (wl-message-header-button-alist): Use quote instead of backquote.
293
294         * wl.el (wl-plugged-string): New backquote style.
295
296         * wl-address.el (wl-address-concat-token): New backquote style.
297
298         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
299
300 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
301
302         * wl-highlight.el (wl-highlight-folder-opened-regexp)
303         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
304
305         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
306         in the character alternative.
307
308 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
309
310         * Version number is increased to 2.15.6.
311
312 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
313
314         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
315         optional 3rd argument of epg-context-set-progress-callback; it was
316         temporarily removed in the Emacs trunk due to copyright problem.
317         (wl-mime-pgp-verify-region-with-epg): Ditto.
318
319 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
320
321         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
322
323 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-util.el (wl-biff-check-folders): Set biff flag.
326         (from Naoto Morishima [wl:14031])
327
328 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
329
330         * wl.el (wl-plugged-server-indent): Use quote instead of
331         backquote.
332
333 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
334
335         * wl-score.el (wl-score-insert-header): Add guard for
336         `std11-unfold-string'.
337         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
338         TYPE artgument when TO or CC field.
339
340 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-summary.el (wl-summary-goto-folder-subr): Call
343         `elmo-folder-close' instead of `elmo-folder-commit' if discard
344         current summary.
345
346 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-util.el (wl-read-shell-commande): New function or alias.
349
350         * wl-summary.el (wl-summary-pipe-message): Use
351         `wl-read-shell-command' instead of `read-string'.
352         (wl-summary-target-mark-pipe): Ditto.
353
354 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
355
356         * wl-summary.el (wl-summary-reply): Fix docstring.
357         * wl-draft.el (wl-draft-reply): Ditto.
358
359 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-mime.el (wl-summary-extract-attachments): New command.
362         (wl-summary-extract-attachments-1): New internal function.
363
364 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-expire.el (wl-expire-folder): New function (split from
367         wl-summary-expire).
368         (wl-summary-expire): Use it. Add argument `all' instead of remove
369         `nolist'. Cause an error only if this function is calling
370         interactively.
371
372 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-expire.el (wl-expire-refile): Display progress message.
375         (wl-summary-expire): Simplify.
376
377         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
378         unused argument `deleting-info'.
379
380 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-vars.el (wl-message-popup-buffers): New user option.
383
384         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
385         (wl-message-delete-popup-windows): New function that substitues
386         above one.
387         (wl-mime-setup): Follow the above change.
388
389 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
390
391         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
392
393 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
394
395         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
396         "tkm" to wl-thread-spam.
397
398 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-thread.el (wl-thread-entity-insert-as-children): Use
401         wl-thread-entity-set-children.
402         (wl-thread-insert-message, wl-thread-insert-entity-sub,
403         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
404         Use wl-thread-entity-get-*.
405
406 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-mime.el (wl-epg-progress-callback): New function.
409         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
410         with `elmo-with-progress-display'. Set a progress callback
411         function to epg-context.
412         (wl-mime-pgp-verify-region-with-epg): Ditto.
413
414 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-util.el (wl-completing-read-multiple): Define as an alias of
417         `completing-read-multiple' if emacs-version is not less than 22.
418
419 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
422         change.
423
424 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-summary.el (wl-summary-sync-update): Move
427         `wl-thread-update-indent-string-thread' to outside of
428         `elmo-with-progress-display'.
429
430 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
431
432         * wl-message.el (wl-message-exit): Check buffer existence.
433
434 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-util.el (wl-simple-display-progress): New function.
437         (wl-display-progress-with-gauge): Ditto.
438         (wl-progress-callback-function): Ditto.
439
440         * wl.el (wl-init): Set `elmo-progress-callback-function' as
441         `wl-progress-callback-function'
442
443         * wl-vars.el (wl-display-progress-threshold): New user option.
444         (wl-display-progress-function): Ditto.
445
446         * Version number is increased to 2.15.5.
447
448 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
449
450         * wl-thread.el (wl-thread-close-children): New function.
451         (wl-thread-open-children): Ditto.
452         * wl-action.el (wl-summary-set-mark): Redo the last change by
453         using it.
454
455         * wl-action.el (wl-summary-set-mark): Undo the last change.
456         Forbid interactive call.
457
458 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-mime.el (wl-define-dummy-functions): New macro.
461         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
462         `wl-mime-pgp-decrypt-region'.
463         (wl-mime-pgp-verify-region-with-epg): Renamed from
464         `wl-mime-pgp-verify-region'.
465         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
466         `wl-mime-pgp-decrypt-region'.
467         (wl-mime-pgp-verify-region-with-pgg): Renamed from
468         `wl-mime-pgp-verify-region'.
469         (wl-mime-pgp-decrypt-region): New function; To select dispatch
470         function at runtime.
471         (wl-mime-pgp-verify-region): Ditto.
472
473         * wl-vars.el (wl-use-pgp-module): New user option.
474
475 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
478         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
479
480 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
481
482         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
483         even if there are target marks only.
484
485 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * Version number is increased to 2.15.4.
488
489 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-folder.el (wl-folder-check-one-entity): Simplify.
492
493 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
496         variable.
497
498 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
499
500         * wl-spam.el (wl-thread-test-spam): New function.
501         (wl-spam-setup): Bind "tkc".
502
503 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-expire.el (wl-folder-expire-entity): Rewite without
506         `wl-summary-goto-folder-subr'.
507         (wl-folder-expire-current-entity): Don't kill summary buffer.
508
509 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * wl-folder.el (wl-folder-sync-entity): Rewrite without
512         `wl-summary-goto-folder-subr'.
513         (wl-folder-mark-as-read-all-entity): Likewise.
514
515         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
516
517 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-thread.el (wl-thread-force-open): Arranged.
520
521 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
524         from regexp.
525
526         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
527         (wl-read-search-condition-internal): Append them.
528
529 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
530
531         * wl-vars.el (wl-additional-search-condition-fields):
532         New user option.
533
534         * wl-util.el (wl-search-condition-fields): New function; export
535         from `wl-read-search-condition-internal'.
536         (wl-read-search-condition-internal): Use it.
537
538         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
539
540 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-summary.el (wl-summary-define-sort-command): New function.
543         (wl-summary-sort-by-date, wl-summary-sort-by-number)
544         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
545         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
546         define by `wl-summary-define-sort-command' at runtime.
547
548         * wl.el (wl-init): Call wl-summary-define-sort-command.
549
550 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
553         properties at the decrypting region.
554
555 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-util.el (wl-find-region): New function.
558
559         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
560         coding system.
561         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
562         property `wl-mime-decoded-coding-system'.
563         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
564         property `wl-mime-decoded-coding-system' to encode text.
565
566         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
567         message.
568         (wl-mime-pgp-verify-region): Ditto.
569
570 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
573         buffer. Use epa-display-verify-result.
574
575 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
576
577         * wl-draft.el (wl-draft-send): Continue even if setting parent
578         flag was failed.
579
580 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * wl-message.el (wl-message-flag-indicator): Fixed the problem
583         of returning string only of parentheses.
584
585 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-summary.el (wl-summary-write): Add argument `folder'.
588         (wl-summary-write-current-folder): Change argument `folder' from
589         optional to require.
590         (wl-summary-get-buffer): Return the buffer associated folder only.
591
592         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
593         change.
594         (wl-folder-toggle-disp-summary): Ditto.
595
596         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
597         current summary as parent-folder.
598
599 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-draft.el (wl-draft-reedit): Don't overwrite
602         wl-draft-parent-folder.
603
604 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
607         (wl-mime-pgp-verify-region): Ditto.
608         (wl-message-decrypt-pgp-nonmime): Use the above function.
609         (wl-message-verify-pgp-nonmime): Likewise.
610         (wl-mime-preview-application/pgp): Likewise.
611
612 2006-04-20  Kenichi Okada  <okada@opaopa.org>
613
614         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
615         Fix about the order of `wl-nntp-posting-port' and
616         `wl-nntp-posting-stream-type'.
617         * wl.el (wl-plugged-port-label-alist): Add smtp.
618
619 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-summary.el (wl-summary-message-status): New macro.
622
623         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
624         (wl-summary-killed-mark): New user option.
625
626         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
627         API change.
628         (wl-thread-insert-entity-sub): Ditto.
629         (wl-thread-recover-messages): New command.
630
631         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
632         Don't call `wl-highlight-summary-current-line' directly.
633         (wl-summary-buffer-attach): Connect to signal `status-changed'
634         instead of `cache-changed'.
635         (wl-summary-buffer-detach): Follow the above change.
636         (wl-summary-detect-mark-position): Follow the API change.
637         (wl-summary-rescan-message): Ditto.
638         (wl-summary-insert-sequential): Ditto.
639         (wl-summary-update-thread): Ditto.
640         (wl-summary-message-mark): Ditto.
641         (wl-summary-persistent-mark): Ditto.
642         (wl-summary-create-line): Ditto.
643         (wl-summary-prefetch-region-no-mark): Call
644         `wl-summary-persistent-mark' with number.
645         (wl-summary-recover-messages-region): New command.
646         (wl-summary-target-mark-recover): Ditto.
647         (wl-summary-recover-message): Ditto.
648         (wl-summary-persistent-mark-string): Add argument `status' instead
649         of remove arguments `flags' and `cached'.  Treat killed status.
650         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
651
652         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
653         (wl-highlight-summary-line-face-spec): Treat killed status.
654         (wl-highlight-summary-line-string): Follow the API change.
655         (wl-highlight-summary-current-line): Ditto.
656
657         * Version number is increased to 2.15.3.
658
659 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
662         of symbolp to test whether the condition is function.
663
664 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
667         to nil.
668
669 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-summary.el (wl-summary-buffer-message-ring): New internal
672         variable.
673         (wl-summary-buffer-last-displayed-msg): Abolish.
674         (wl-summary-push-message): New function.
675         (wl-summary-pop-message): Ditto.
676         (wl-summary-goto-folder-subr): Reset
677         `wl-summary-buffer-message-ring'.
678         (wl-summary-pop-to-last-message): New command.
679         (wl-summary-goto-last-displayed-msg): Call
680         wl-summary-pop-to-last-message if optional argument is non-nil or
681         the last command is itself.
682         (wl-summary-redisplay-internal): Push last message number into
683         `wl-summary-buffer-message-ring'.
684
685         * wl-vars.el (wl-summary-message-ring-max): New user option.
686
687 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
690         from `wl-draft-reply').
691         (wl-draft-reply): Use it.
692         (wl-draft-find-reply-headers): Avoid compile warning.
693
694 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
695
696         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
697
698 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-message.el (wl-message-flag-indicator): New function.
701         (wl-message-redisplay): Use it.
702
703 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
706
707 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
710         instead of `read-event'.
711
712         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
713
714         * wl-mule.el (wl-read-event-char): Ditto.
715
716         * wl-e21.el (wl-read-event-char): Ditto.
717
718 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
719
720         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
721
722 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-vars.el (wl-draft-send-confirm-type): New user option.
725
726         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
727
728         * wl-draft.el (wl-draft-send-confirm): Confirmation by
729         `wl-draft-send-confirm-type'
730
731 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
732
733         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
734         Avoid error when the buffer name is already used.
735
736 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
737
738         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
739         the change of elmo-nmz -> elmo-search.
740         (wl-highlight-summary-line-help-echo-alist): Ditto.
741         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
742         (wl-nmz-folder-icon): Define as obsolete.
743         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
744         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
745
746 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-summary.el (wl-summary-get-list-info): Rewrite with
749         `elmo-find-list-match-value'
750
751 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
752
753         * wl-summary.el (wl-summary-get-list-info): Optimize.
754         Use List-Id and List-Post also.
755
756 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
759
760 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
761
762         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
763
764 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-util.el (wl-completing-read-multiple-1): New internal function.
767         (wl-completing-read-multiple-2): Ditto.
768         (wl-completing-read-multiple): Define use above functions.
769
770         * wl-summary.el (wl-summary-sort): Removed the workaround for a
771         bug of `completing-read-multiple' about default value.
772
773         * wl-xmas.el (wl-completing-read-multiple): Removed.
774
775         * wl-mule.el (wl-completing-read-multiple): Ditto.
776
777         * wl-e21.el (wl-completing-read-multiple): Ditto.
778
779 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-util.el (wl-filter-associations): New function.
782
783         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
784         (wl-spam-ignored-folder-list): Ditto.
785         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
786         (wl-spam-string-member-p): New function.
787         (wl-spam-domain): Use it.
788         (wl-spam-split-numbers): New function.
789         (wl-spam-apply-partitions): Ditto.
790         (wl-spam-register-spam-messages): Use `folder' instead of
791         `wl-summary-buffer-elmo-folder'.
792         (wl-spam-register-good-messages): Ditto.
793         (wl-summary-exec-action-spam): Decide a domain by real folder of
794         message.
795         (wl-summary-exec-action-refile-with-register): Likewise.
796
797 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-e21.el (wl-e21-find-image): New function.
800         (wl-e21-setup-toolbar): Use it instead of `find-image'.
801         (wl-e21-highlight-folder-group-line): Ditto.
802         (wl-folder-init-icons): Ditto.
803         (wl-plugged-init-icons): Ditto.
804         (wl-biff-init-icons): Ditto.
805
806 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
809         (wl-inhibit-save-drafts): New internal variable.
810         (wl-disable-auto-save): Ditto.
811         (wl-save-drafts): Treat above variables.
812         (wl-auto-save-drafts): New function.
813         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
814         `wl-stop-save-drafts'.
815         (wl-start-save-drafts): New function.
816         (wl-stop-save-drafts): Ditto.
817         (wl-set-auto-save-draft): New command.
818
819         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
820         `wl-set-save-drafts'.
821
822 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
825         `make-local-variable' instead of `make-variable-buffer-local'.
826
827 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
828
829         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
830
831 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
832
833         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
834
835 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
838         of working buffer.
839
840 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
843
844         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
845         value into recipients; Bind `wl-draft-remove-group-list-contents'
846         as nil.
847
848 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-summary.el (wl-summary-sort): Fixed the last change.
851
852         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
853         (wl-summary-sort-messages): Ditto.
854         (wl-summary-rescan): Use it.
855         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
856         `completing-read'; Append candidates for reverse order.
857
858 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * Version number is increased to 2.15.2.
861
862 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
863
864         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
865         "Smaller".
866         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
867
868 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
869
870         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
871
872 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-vars.el (wl-draft-additional-header-alist): Add into the
875         customize group `wl-draft'.
876         (wl-draft-add-in-reply-to): Move customize group from `wl' to
877         `wl-draft'.
878         (wl-draft-add-references): Ditto.
879
880         * wl-action.el (wl-summary-print-argument): Rename argument from
881         `folder' to `data'.
882
883 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-summary.el (wl-summary-rescan-message): Call
886         `wl-thread-cleanup-symbols' before insert thread.
887
888 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * wl.el (wl-init): Set `elmo-get-folder-function' as
891         `wl-folder-make-elmo-folder'.
892
893         * wl-spam.el (wl-summary-exec-action-spam): Use
894         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
895
896         * wl-folder.el (wl-folder-make-elmo-folder): New function.
897         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
898         `elmo-make-folder'.
899         (wl-folder-get-elmo-folder): Ditto.
900         (wl-folder-create-subr): Simplify.
901
902 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
905
906 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
907
908         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
909         contents in message buffer instead of original buffer. If optional
910         argument specified, ask coding system for encode.
911
912 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
913
914         * wl-spam.el (wl-summary-test-spam-region): New function.
915         (wl-spam-setup): Bind "rkc".
916
917 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
918
919         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
920
921 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
922
923         * wl-spam.el (wl-summary-test-spam): Fix typo.
924         (wl-message-check-spam): Ditto.
925
926 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-summary.el (wl-summary-default-from): Simplify.
929
930 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-action.el (wl-summary-exec-action-refile): Simplify.
933         (wl-summary-exec-action-copy): Ditto.
934         (wl-summary-auto-refile): Check existence of temporary mark.
935
936 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * wl-summary.el (wl-summary-create-line): Use
939         `elmo-time-to-datevec'.
940
941         * wl-expire.el (wl-expire-archive-date): Ditto.
942         (wl-expire-localdir-date): Ditto.
943
944         * wl-util.el (wl-day-number): Abolish.
945
946         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
947         of `wl-day-number'.
948         (wl-score-followup): Ditto.
949         (wl-score-add-followups): Ditto.
950         (wl-score-get-latest-msgs): Ditto.
951         (wl-score-get-header-entry): Ditto.
952         (wl-score-edit-insert-date): Ditto.
953
954 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
957         `elmo-message-entity-field' with 2nd argument `type'.
958
959 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
960
961         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
962
963 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-thread.el (wl-thread-delete-message): Delete descendant
966         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
967
968 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
969
970         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
971
972 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
975         `Access folder'.
976
977 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl-vars.el (wl-access-folder-icon): New user option.
980
981         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
982         `Access folder'.
983
984 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-summary.el (wl-summary-buffer-set-folder): Use
987         `wl-folder-mime-charset'.
988
989         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
990         `mime-charset'.
991         (wl-folder-get-elmo-folder): Ditto.
992         (wl-folder-mime-charset): New function.
993
994 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-util.el (wl-parse-addresses): Define alias of
997         `elmo-parse-addresses' (move to `elmo-util.el').
998
999         * wl-summary.el (wl-summary-default-from): Follow the API change.
1000         (wl-summary-overview-entity-compare-by-date): Ditto.
1001         (wl-summary-overview-entity-compare-by-from): Ditto.
1002         (wl-summary-get-list-info): Get value of `ml-info' field from
1003         entity at first.
1004         (wl-summary-rescan-message): Treat prefix argument.
1005         (wl-summary-prefetch-msg): Follow the API change.
1006         (wl-summary-search-by-subject): Ditto.
1007         (wl-summary-insert-thread): Ditto.
1008         (wl-summary-line-subject): Ditto.
1009         (wl-summary-line-from): Ditto.
1010         (wl-summary-create-line): Ditto.
1011         (wl-summary-print-message-with-ps-print): Ditto.
1012
1013         * wl-score.el (wl-score-ov-entity-get): Ditto.
1014         (wl-score-followup): Ditto.
1015         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1016         of `car'.
1017         (wl-score-get-latest-msgs): Follow the API change.
1018         (wl-score-get-header): Ditto.
1019
1020         * wl-refile.el (wl-refile-learn): Ditto.
1021         (wl-refile-subject-learn): Ditto.
1022         (wl-refile-get-field-value): Ditto.
1023         (wl-refile-guess-by-history): Ditto.
1024         (wl-refile-guess-by-subject): Ditto.
1025
1026         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1027
1028         * wl-expire.el (wl-expire-date-p): Removed.
1029         (wl-expire-archive-date): Follow the API change.
1030         (wl-expire-localdir-date): Ditto.
1031         (wl-summary-expire): Ditto.
1032
1033         * Version number is increased to 2.15.1.
1034
1035 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1038         group is access or not (it is not strict, like wl-fldmgr-rename).
1039
1040 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1041
1042         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1043         duplicate call of `wl-summary-print-argument' on the wrong line.
1044
1045 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1048         even if argument `number' is nil.
1049         (wl-summary-insert-line): Print action argument if current message
1050         has it.
1051
1052 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1055         (wl-draft-reply): Ditto.
1056         (wl-draft): Add optional argument `parent-number' and call
1057         `wl-draft-create-buffer' with it.
1058         (wl-draft-create-buffer): Add optional argument
1059         `parent-number'. Set wl-draft-parent-number as it.
1060
1061 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1062
1063         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1064         buffer is not for given folder, don't use it.
1065
1066 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1067
1068         * Version number is increased to 2.15.0.
1069
1070 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1073
1074         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1075         (wl-highlight-get-face-by-name): New internal function.
1076         (wl-highlight-summary-line-face-spec): Use it and fixed.
1077
1078 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-summary.el (wl-summary-sync-update): Use
1081         `elmo-message-entity-field' instead of `car' to get message-id
1082         from overview entity.
1083
1084         * wl-summary.el (wl-summary-rescan-message): Call
1085         `wl-highlight-summary-displaying' when displaying a message.
1086
1087 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1090         `wl-draft-config-info-operation'.
1091         (wl-draft-buffer-change-number): New function.
1092         (wl-draft-rename-saved-config): Ditto.
1093         * wl.el (wl-init): Connect slot for message-number-changed.
1094         (toplevel): Add autoload for wl-draft-rename-saved-config.
1095
1096 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1099         `update-overview'
1100         (wl-summary-buffer-detach): Disconnect from it.
1101         (wl-summary-rescan-message): Use command.
1102
1103         * wl-message.el (wl-message-buffer-display): Use
1104         `with-current-buffer' instead of `save-excursion'.
1105
1106 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1107
1108         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1109         wl-draft-preview-attributes-list from distraction.
1110
1111 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1114         `elmo-list-diff'.
1115
1116 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-summary.el
1119         (wl-summary-edit-addresses-collect-candidate-fields): Use
1120         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1121
1122         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1123         instead of `elmo-set-work-buf'.
1124
1125         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1126         (wl-address-make-address-list): Ditto.
1127
1128         * Version number is increased to 2.13.3.
1129
1130 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1131
1132         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1133         user option.
1134
1135         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1136         argument `5'.
1137
1138         * wl-message.el (wl-message-display-no-merge-p): New function.
1139         (wl-message-buffer-display): Check whether the message is
1140         reassembled and follow the API change.
1141
1142 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1145         multibyte on working buffer and removed unnecessary
1146         `buffer-disable-undo'.
1147
1148 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1151         change.
1152
1153 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1154
1155         * wl-util.el (wl-read-search-condition-internal): Protect
1156         elmo-global-flags from distraction.
1157
1158 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1161
1162         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1163         (wl-summary-event-handler): Ditto.
1164         (wl-summary-update-persistent-mark-on-event): New
1165         function (renamed from `elmo-event-handler-flag-changed').
1166         (wl-summary-buffer-attach): New function.
1167         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1168         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1169         instead of `elmo-folder-add-handler'.
1170
1171         * Version number is increased to 2.13.2.
1172
1173 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1176         and "\177" to the `wl-news-previous-page'.
1177         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1178         (wl-news-previous-page): New function.
1179
1180 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1183         instead of `write-region' and simplify.
1184
1185 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-template.el (wl-template-select): Cause error if
1188         `wl-template-alist' is nil.
1189
1190 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1191
1192         * wl-news.el.in: Set file variable `no-byte-compile'.
1193
1194 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1197         whether a target message is within displaying area.
1198         (elmo-event-handler-cache-changed): Ditto.
1199
1200 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1201
1202         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1203         to `defun'.  Use `nconc' instead of `append' to collect descendant
1204         message numbers.
1205
1206 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1207
1208         * wl-thread.el (wl-thread-save-top-list)
1209         (wl-thread-save-entities): Use `with-temp-buffer'.
1210         * wl-news.el.in (wl-news-previous-version-load):
1211         (wl-news-previous-version-save): Ditto.
1212         * wl-summary.el (wl-summary-load-file-object)
1213         (wl-summary-save-view-cache): Ditto.
1214
1215 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1216
1217         * wl-util.el (toplevel): Require 'elmo-flag'.
1218         (wl-read-search-condition): New function (Renamed from
1219         `elmo-read-search-condition').
1220         (wl-read-search-condition-internal): Likewise.
1221
1222         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1223         invalid.
1224         (wl-summary-pick): Use `wl-read-search-condition' instead of
1225         `elmo-read-search-condition'.
1226         (wl-summary-virtual): Ditto.
1227
1228         * wl-folder.el (wl-folder-virtual): Ditto.
1229         (wl-folder-pick): Ditto.
1230
1231         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1232
1233 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-summary.el (wl-summary-reedit): Call
1236         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1237
1238 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-mime.el (toplevel): Require wl-vars.
1241
1242         * wl-message.el (toplevel): Require cl at compile.
1243
1244         * wl-draft.el (toplevel): Require elmo.
1245
1246 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1249         and do nothing when it is not positive.
1250         (wl-message-buffer-prefetch-next): Ditto.
1251
1252 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1255         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1256         (wl-summary-redisplay-internal): Ditto.
1257
1258         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1259         message (the condition is borrowed from `wl-check-variables-2').
1260         (wl-summary-redisplay-internal): Ditto.
1261
1262 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-mime.el (wl-draft-nntp-attribute): New function.
1265         (wl-draft-attribute-nntp-posting-server): Use it.
1266         (wl-draft-attribute-nntp-posting-port): Ditto.
1267
1268         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1269         (wl-draft-show-attributes-buffer): Ditto.
1270         (wl-draft-hide-attributes-buffer): Ditto.
1271         (wl-draft-attribute-newsgroups): Ditto.
1272         (wl-draft-attribute-nntp-posting-server): Ditto.
1273         (wl-draft-attribute-nntp-posting-port): Ditto.
1274         (wl-draft-preview-message): Use there functions.
1275
1276         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1277         value.
1278
1279 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1280
1281         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1282         (wl-draft-reedit): Ditto.
1283         (wl-draft-queue-flush): Ditto.
1284
1285         * wl-mime.el (wl-message-request-partial): Ditto.
1286         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1287         instead of `elmo-message-fetch'.
1288
1289         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1290
1291         * wl-summary.el (wl-summary-message-string): Ditto.
1292
1293 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-util.el (wl-current-message-buffer): Follow the API change.
1296
1297         * wl-summary.el (wl-summary-redisplay-internal): Call
1298         `wl-summary-mark-as-read' with 2nd argument as nil and update
1299         unread count instead of persistent mark.
1300
1301         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1302         variable.
1303         (wl-message-redisplay): Follow the API change.
1304         (wl-message-buffer-display): Managed mime-entity directly and
1305         return preview buffer only.
1306         (wl-message-display-internal): Rewrite.
1307         (wl-message-buffer-prefetch-subr): Not save return value of
1308         `wl-message-buffer-display'.
1309
1310         * Version number is increased to 2.13.1.
1311
1312 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1315         'elmo-multiple-fields-body-list' with boundary specified.
1316
1317 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1320         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1321         cache if `wl-summary-resend-use-cache' is non-nil.
1322
1323 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1324
1325         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1326         (wl-nntp-posting-stream-type): Ditto.
1327
1328 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1329
1330         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1331
1332 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1333
1334         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1335         message.
1336
1337 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1338
1339         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1340         Abolish.
1341         (wl-summary-buffer-persistent-mark-version): New internal
1342         variable.
1343         (wl-summary-update-mark-and-highlight-window): Check by
1344         wl-summary-persistent-mark-invalid-p.
1345         (wl-summary-update-status-marks): Ditto.
1346         (elmo-event-handler-flag-changed): Rewrite.
1347         (elmo-event-handler-cache-changed): Define.
1348         (wl-summary-prefetch-msg): Does not update persistent mark here.
1349         (wl-summary-delete-cache): Ditto.
1350         (wl-summary-resume-cache-status): Ditto.
1351         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1352         (wl-summary-persistent-mark-invalid-p): New function.
1353         (wl-summary-validate-persistent-mark): Ditto.
1354         (wl-summary-validate-persistent-mark-string): Ditto.
1355         (wl-summary-invalidate-persistent-mark): Ditto.
1356         (wl-summary-update-persistent-mark): Call
1357         `wl-summary-validate-persistent-mark'.
1358         (wl-summary-create-line): Call
1359         `wl-summary-validate-persistent-mark-string'.
1360
1361         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1362         status as t if cache used.
1363
1364 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1365
1366         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1367         only if the target is group.
1368         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1369
1370 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1373
1374 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1375
1376         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1377
1378         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1379
1380 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1381
1382         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1383         (Thanks to Yoichi NAKAYAMA).
1384
1385 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1386
1387         * wl-util.el (wl-save-drafts): Restore echo area.
1388
1389 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * Version number is increased to 2.13.0.
1392
1393         * wl-util.el (wl-biff-check-folder-async): Use
1394         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1395
1396 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-message.el (wl-message-display-internal): Does not put
1399         wl-message-display-type property on message buffer.
1400         (wl-message-buffer-display-type): New function.
1401
1402         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1403
1404         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1405         `wl-summary-buffer-detach'.
1406         (wl-summary-message-display-type): Use
1407         `wl-summary-buffer-display-type'.
1408
1409 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1410
1411         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1412         buffer-local.
1413
1414         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1415         kill-buffer-hook instead of make-local-variable.
1416         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1417
1418 2004-12-12  Scott Renfro <scott@renfro.org>
1419
1420         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1421         regex for square-branket.
1422
1423 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1424
1425         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1426         `wl-message-mime-analysis-p' with argument `header'.
1427
1428 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1429
1430         * wl-mime.el (wl-draft-yank-current-message-entity): 
1431         Switch to no-mime following method according to wl-message-display-type
1432         property.
1433         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1434
1435         * wl-message.el (wl-message-display-internal): 
1436         Put wl-message-display-type property on message buffer.
1437
1438         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1439         (wl-message-display-internal): Ditto;
1440
1441         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1442
1443 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-message.el (wl-message-make-display-type): New function.
1446         (wl-message-display-type-property): Ditto.
1447         (wl-message-mime-analysys-p): Ditto.
1448         (wl-message-display-all-header-p): Ditto.
1449         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1450         added `display-type'.
1451         (wl-message-buffer-display): Likewise.
1452         (wl-message-display-internal): Likewise.
1453         (wl-message-buffer-display-type): Abolish.
1454         (wl-message-buffer-prefetch-subr): Follow the API changed.
1455
1456         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1457         from wl-summary-buffer-display-all-header and changed default value.
1458         (wl-summary-message-display-type): New function.
1459         (wl-summary-buffer-display-mime-mode): Ditto.
1460         (wl-summary-buffer-display-header-mode): Ditto.
1461         (wl-summary-toggle-mime): Rewrite with above functions.
1462         (wl-summary-toggle-all-header): Ditto.
1463         (wl-summary-redisplay): Force redisplay with default mode.
1464         (wl-summary-redisplay-internal): Renamed argument from `mode',
1465         `all-header' to `mime-mode', `header-mode'.
1466         Use `wl-message-make-display-type'.
1467
1468         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1469         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1470
1471 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1472
1473         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1474
1475 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1476
1477         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1478         in original message buffer.
1479         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1480         buffer.
1481
1482 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1485
1486 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1487
1488         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1489
1490 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1491
1492         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1493         when actions succeeded.
1494         (wl-summary-exec-action-copy): Likewise.
1495
1496 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1497
1498         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1499         there is switch-to-buffer at the end of wl-message-select-buffer.
1500         (wl-summary-reply): Ditto.
1501
1502 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1503
1504         * wl-summary.el (wl-summary-forward): Put subject in original
1505         message buffer as argument of wl-draft-forward.
1506         * wl-draft.el (wl-draft-forward): Decode subject as in
1507         wl-draft-reply.
1508
1509 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1510
1511         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1512         a folder under access group.
1513
1514 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1517         wl-message-buffer-display.
1518
1519         * wl-util.el (wl-set-save-drafts): Fix typo.
1520
1521 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1524         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1525         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1526         the way to measure the width of a bitmap image; don't put face on
1527         ascii and bitmap images; put the mark which should not use the
1528         variable-pitch face on ascii and bitmap images.
1529         (wl-demo-setup-properties): Don't use the variable-pitch face on
1530         ascii and bitmap images; made it work on Emacs 20 and earlier.
1531         (wl-demo-insert-text): End with a newline at the bottom; don't put
1532         face on text.
1533
1534         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1535
1536 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1539
1540         * wl-util.el (wl-save-drafts): Moved from sample setting.
1541         (wl-set-save-drafts): New function to set idle timer.
1542         * wl-draft.el (wl-draft): Call it.
1543         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1544
1545 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1546
1547         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1548         a summary which has toggle display status off.
1549
1550 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * wl-draft.el (wl-draft-do-fcc): No cache save.
1553
1554 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * wl-summary.el (elmo-event-handler-flag-changed): Use
1557         `set-buffer' instead of `with-current-buffer'.
1558
1559 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1560
1561         * wl-summary.el (wl-summary-after-resize-function): New function.
1562         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1563         window-size-change-functions.
1564
1565 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-draft.el (wl-draft-create-buffer): Bind
1568         `change-major-mode-hook' after current buffer is changed.
1569
1570         * wl-summary.el (wl-summary-buffer-detach): New function.
1571         (wl-summary-buffer-set-folder): Call it.
1572         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1573         change-major-mode-hook and kill-buffer-hook.
1574         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1575         (wl-summary-switch-to-clone-buffer): Ditto.
1576         (wl-summary-goto-folder-subr): Ditto.
1577
1578 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1579
1580         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1581         after boundp check.
1582
1583 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1586         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1587         for `kill-buffer'.
1588
1589         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1590         handler of current buffer from elmo-folder.
1591
1592 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1593
1594         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1595
1596 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1597
1598         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1599         variable.
1600         (wl-summary-event-handler): New class.
1601         (elmo-event-handler-flag-changed): Define to update persistent
1602         mark.
1603         (wl-summary-buffer-set-folder): Register event handler to
1604         elmo-folder.
1605         (wl-summary-exit): Unregister event handler.
1606         (wl-summary-goto-folder-subr): Ditto.
1607         (wl-summary-mark-as-read-all): Does not call
1608         `wl-summary-update-persistent-mark' directly.
1609         (wl-summary-mark-as-read-internal): Ditto.
1610         (wl-summary-set-persistent-mark-internal): Ditto.
1611         (wl-summary-set-flags-internal): Ditto.
1612
1613         * Version number is increased to 2.11.33.
1614
1615 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1616
1617         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1618         to nil.
1619
1620 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1621
1622         * wl-spam.el (wl-spam-setup): Add hook
1623         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1624         instead of `wl-summary-prepare-hook'.
1625
1626         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1627         if folder type is `'flag'.
1628         (wl-summary-mark-as-important): Ditto.
1629
1630 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-address.el (wl-address-minibuffer-history): New variable.
1633         (wl-address-minibuffer-local-map): New keymap.
1634         (wl-address-read-from-minibuffer): New function.
1635
1636         * wl-action.el (wl-summary-get-resend-address): Use
1637         `wl-address-read-from-minibuffer' instead of `completing-read'.
1638
1639 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1640
1641         * Version number is increased to 2.11.32.
1642
1643 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1644
1645         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1646         without mule to iso-8859-1.
1647         (wl-draft-add-in-reply-to): Add note in description.
1648         (wl-draft-add-references): Ditto.
1649
1650 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1653         definition for `m'.
1654         (wl-summary-mode-line-format): Add '[%m]'.
1655         (wl-message-mode-line-format-spec-alist): Ditto.
1656         (wl-summary-display-mime-mode-list): New variable.
1657
1658         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1659         from wl-summary-buffer-display-as-is.
1660         (wl-summary-buffer-display-all-header): New buffer local variable.
1661         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1662         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1663         instead of wl-summary-buffer-display-as-is.
1664         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1665         (wl-summary-set-persistent-mark): Ditto.
1666         (wl-summary-set-message-buffer-or-redisplay): Just call
1667         `wl-summary-redisplay-internal' without optional arguments.
1668         (wl-summary-toggle-mime): Rewrite.
1669         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1670         (wl-summary-toggle-all-header): New function.
1671         (wl-summary-redisplay-internal): Treat mime mode.
1672
1673         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1674         to wl-mime-preview-follow-no-mime.
1675         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1676         accodring to the display-mode.
1677
1678         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1679         (wl-message-buffer-display): Changed argument name from `as-is' to
1680         `mode'.
1681         (wl-message-display-internal): Ditto;
1682         Bind elmo-mime-display-header-analysis according to the mode.
1683         (wl-message-display-internal): Put wl-message-display-mime-mode
1684         property on entire buffer.
1685
1686 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1687
1688         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1689
1690 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1691
1692         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1693         Don't extract mail address.
1694         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1695
1696         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1697
1698         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1699
1700 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1703         wl-fldmgr-cut-entity-list on confirmation.
1704
1705 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1708         (wl-mime-quit-preview): Check existence of
1709         mime-edit-temp-message-buffer here.
1710
1711 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1714         after deletion.
1715
1716         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1717         before calling wl-mime-quit-preview.
1718
1719 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-summary.el (wl-summary-pick): If call it with prefix
1722         argument, set `delete-marks' as non-nil. Pick from only visible
1723         messages.
1724         (wl-summary-check-target-mark): New function.
1725         (wl-summary-target-mark-mark-as-read): Use it.
1726         (wl-summary-target-mark-mark-as-unread): Ditto.
1727         (wl-summary-target-mark-operation): Ditto.
1728         (wl-summary-target-mark-set-flags): Ditto.
1729         (wl-summary-target-mark-save): Ditto.
1730         (wl-summary-target-mark-pick): Ditto.
1731         (wl-summary-target-mark-forward): Ditto.
1732         (wl-summary-target-mark-reply-with-citation): Ditto.
1733         (wl-summary-target-mark-print): Ditto.
1734         (wl-summary-target-mark-uudecode): Ditto.
1735
1736         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1737         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1738         with `ask-coding' is non-nil.
1739
1740 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1741
1742         * wl-thread.el (wl-thread-set-parent): If parent is a message
1743         which is identified by references, set linked as nil.
1744
1745 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1746
1747         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1748         (wl-message-mode-line-format-spec-alist): Ditto.
1749         (wl-message-mode-line-format): Ditto.
1750         (wl-summary-mode-line-format): Ditto for docstring.
1751         (wl-summary-no-mime-folder-list): Fix typo.
1752
1753         * wl-util.el (wl-current-message-buffer): Call
1754         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1755
1756         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1757         variable.
1758         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1759         of `wl-summary-redisplay-no-mime'.
1760         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1761         (wl-summary-toggle-mime): New function.
1762         (wl-summary-redisplay-all-header): Rewrite.
1763         (wl-summary-redisplay-no-mime): Ditto.
1764         (wl-summary-redisplay-internal): Added argument `as-is' and
1765         `all-header'.
1766
1767         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1768         New variable.
1769         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1770         bottom.
1771         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1772         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1773         "/" unconditionally.
1774
1775         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1776         wl-mime-preview-follow-no-mime for as-is content.
1777         (wl-mime-preview-follow-no-mime): New function.
1778         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1779
1780         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1781         and added `as-is', `all-header'.
1782         (wl-message-buffer-display): Ditto.
1783         (wl-message-buffer-display-type): New function.
1784
1785 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1786
1787         * wl-vars.el (wl-message-header-button-alist): Change default
1788         value.
1789         (wl-message-body-button-alist): Ditto.
1790
1791 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1792
1793         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1794
1795 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1798
1799 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1800
1801         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1802         is always true.
1803
1804 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1805
1806         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1807         on null entity.
1808
1809 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1810
1811         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1812
1813 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-vars.el (wl-summary-resend-hook): New hook.
1816
1817         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1818         `wl-summary-resend-hook'.
1819
1820 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1821
1822         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1823         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1824         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1825         (wl-summary-new-cached-mark): Changed default value to 'n'.
1826         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1827         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1828         (wl-folder-sync-range-alist): Remove spec for 'flag.
1829         (wl-summary-force-prefetch-folder-list): New user option.
1830
1831         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1832         `wl-summary-toggle-persistent-mark'.
1833         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1834         number is nil.
1835         (wl-summary-mark-as-answered-region): Set interactive argument of
1836         `wl-summary-set-persistent-mark-internal'.
1837         (wl-summary-mark-as-important-region): Ditto.
1838         (wl-summary-unset-persistent-mark): Ditto.
1839         (wl-summary-set-persistent-mark): Ditto.
1840         (wl-summary-mark-as-answered): Ditto.
1841         (wl-summary-mark-as-important): Ditto.
1842         (wl-summary-set-persistent-mark-internal): Do nothing
1843         when `elmo-message-flag-available-p' is nil.
1844         (wl-summary-toggle-persistent-mark): New function.
1845         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1846         when the folder matches `wl-summary-force-prefetch-folder-list'.
1847
1848
1849         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1850         when number is nil.
1851         (wl-highlight-summary-forwarded-face): New face.
1852
1853 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1854
1855         * Version number is increased to 2.11.31.
1856
1857 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1858
1859         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1860         (wl-biff-check-folder-async): Ditto.
1861         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1862
1863 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1864
1865         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1866         Add an argument `reverse'.  All callers are updated.
1867         (wl-summary-sort): Add a prefix argument `reverse' to specify
1868         reverse sorting.
1869         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1870         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1871         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1872
1873 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-message.el (wl-message-redisplay): Does not narrow header if
1876         disply-type is all-header or as-is.
1877
1878         * wl-summary.el (wl-summary-enter-handler): Use
1879         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1880
1881 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1882
1883         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1884         after adding wl-draft-parent-variables.
1885         (wl-draft-forward): Ditto.
1886
1887 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * wl-summary.el (wl-summary-sync-marks): Call
1890         `wl-summary-set-persistent-mark' and
1891         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1892         (wl-summary-set-persistent-mark-internal): Add 4th argument
1893         `no-server'.
1894         (wl-summary-unset-persistent-mark): Ditto.
1895         (wl-summary-set-persistent-mark): Ditto.
1896         (wl-summary-add-flags-internal): Abolish.
1897         (wl-summary-remove-flags-internal): Ditto.
1898         (wl-summary-mark-as-important-internal): Ditto.
1899         (wl-summary-mark-as-important): Use
1900         `wl-summary-set-persistent-mark' instead of
1901         `wl-summary-add-flags-internal'.
1902         (wl-summary-mark-as-important-region): Ditto.
1903
1904         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1905
1906         * wl-summary.el (wl-summary-get-available-flags): New function.
1907         (wl-summary-sync-marks): Use it and simplified.
1908         (wl-summary-unset-persistent-mark): Use
1909         `wl-summary-get-available-flags'.
1910         (wl-summary-set-persistent-mark): Ditto.
1911
1912 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1913
1914         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1915         id.
1916
1917 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1920         number, call `wl-summary-prev-line-content'. Show message when the
1921         message is not found.
1922
1923 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1926         wl-summary-enter-handler.
1927         (wl-summary-enter-handler): New command.
1928
1929         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1930         docstring and custom spec.
1931
1932         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1933         flags too; Don't treat Cached and New.
1934         (wl-summary-set-persistent-mark): Ditto.
1935
1936         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1937         `wl-folder-set-flag'.
1938
1939         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1940         instead of `wl-folder-set-flag'.
1941
1942         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1943         for completion.
1944         (wl-summary-set-persistent-mark): Ditto.
1945
1946         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1947         instead of `wl-draft-quit-preview'.
1948
1949         * wl-mime.el (toplevel): Avoid compile warning.
1950         (wl-mime-quit-preview): New function
1951         (formarly defined as `wl-draft-quit-preview').
1952         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1953         quitting method.
1954
1955         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1956
1957         * wl-folder.el (wl-folder-set-flag): Renamed from
1958         `wl-draft-set-flag-on-parent'.
1959
1960         * wl-draft.el (wl-draft-quit-preview): New function.
1961         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1962         (wl-draft-send): Call `wl-folder-set-flag' instead of
1963         `wl-draft-set-flag-on-parent'.
1964         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1965
1966 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1967
1968         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1969         (wl-draft-send): Ditto.
1970
1971 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1972
1973         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1974         (wl-draft-kill-pre-hook): Set default value as nil.
1975         (wl-summary-reply-hook): Ditto.
1976         (wl-draft-kill-flags): Abolish.
1977
1978         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1979         (wl-draft-parent-variables): Renamed from
1980         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1981         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1982         argument; Add wl-draft-parent-variables to
1983         wl-draft-config-variables.
1984         (wl-draft-reply): Likewise.
1985         (wl-draft-kill-flags): Abolish.
1986         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1987         (wl-draft-set-flag-on-parent): New function.
1988         (wl-draft-setup-parent-flag): Ditto.
1989
1990 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1991
1992         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1993         `wl-draft-parent-folder' is "".
1994
1995 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1996
1997         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1998         (wl-summary-digit-jump): New function.
1999         (Adviced by John Owens and Hiroya Murata)
2000
2001         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2002         (Adviced by John Owens)
2003
2004         * wl-xmas.el (wl-message-define-keymap): Ditto.
2005
2006         * wl-mule.el (wl-message-define-keymap): Ditto.
2007
2008 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2011         change of return value of elmo-folder-count-flags.
2012
2013         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2014         (wl-summary-mark-as-read-internal): Ditto.
2015         (wl-summary-set-persistent-mark-internal): Ditto.
2016         (wl-summary-folder-info-update): Ditto.
2017         (wl-summary-sync-update): Fixed the last change.
2018
2019         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2020
2021 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2022
2023         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2024         (wl-draft-kill-flags): Fixed docstring.
2025
2026         * wl-draft.el (wl-draft-kill-flags): New function.
2027         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2028
2029 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2030
2031         * wl-vars.el (wl-reply-hook): Abolish.
2032         (wl-draft-reply-hook): New hook.
2033         (wl-summary-reply-hook): Ditto.
2034         (wl-draft-forward-hook): Ditto.
2035         (wl-summary-forward-hook): Ditto.
2036         (wl-draft-kill-flags): New variable.
2037
2038         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2039         wl-summary-set-persistent-mark-internal.
2040         (wl-summary-sync-marks): Use elmo-preserved-flags.
2041         (wl-summary-update-persistent-mark): Make it interactive.
2042         (wl-summary-set-persistent-mark-internal): New inline function.
2043         (wl-summary-mark-as-answered): Use it.
2044         (wl-summary-mark-as-unanswered): Ditto.
2045         (wl-summary-unset-persistent-mark): New function.
2046         (wl-summary-set-persistent-mark): Ditto.
2047         (wl-summary-reply): Don't set answered flag;
2048         Run wl-summary-reply-hook instead.
2049         (wl-summary-forward): Call wl-draft-forward with number.
2050         Run wl-summary-forward-hook.
2051
2052         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2053         (wl-highlight-summary-line-face-spec): Use it as a default
2054         persistent mark face.
2055
2056         * wl-draft.el (wl-draft-forward): Added optional argument number;
2057         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2058         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2059         (wl-draft-kill): Use wl-draft-kill-flags.
2060
2061         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2062
2063         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2064         of return value of elmo-folder-count-flags.
2065
2066         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2067
2068         * wl-summary.el (wl-summary-count-unread): Ditto.
2069         (wl-summary-sync-update): Follow the change above.
2070         (wl-summary-force-prefetch): New function.
2071
2072 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2073
2074         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2075         variable `buf' with `let' instead of `setq'.
2076
2077 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2080         add Content-Disposition heaeder on the deleted part.
2081
2082 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2083
2084         * wl-draft.el (wl-draft-save): Encode address list under edit by
2085         `eword-encode-unstructured-field-body'.
2086
2087         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2088
2089 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2090
2091         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2092         wl-current-summary-buffer.
2093
2094 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2095
2096         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2097         `numbers' is ignored.
2098
2099 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-folder.el (wl-folder-open-folder): Avoid error.
2102         Reported by John Owens, [wl-en:815]
2103
2104         * wl.el (wl): Set timer for biff process even if prefix argument
2105         is given or auto-checking is quitted.
2106
2107         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2108         immediately.
2109         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2110         (wl-toggle-plugged): Ditto.
2111
2112         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2113         * wl-util.el (wl-biff-start): Use idle timer if
2114         `wl-biff-use-idle-timer' is non-nil.
2115
2116 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2117
2118         * wl-highlight.el (wl-highlight-message): Fix description.
2119
2120 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2121
2122         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2123         tty.
2124
2125 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2126
2127         * wl-action.el (wl-summary-exec): Print failure count.
2128
2129 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2130
2131         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2132         to `defun', remove interactive form.
2133         Set elmo-message-fetch-confirm when force-reload is non-nil.
2134
2135 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-summary.el (toplevel): Removed unnecessary autoload.
2138
2139 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140
2141         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2142         the buffer is generated from another message buffer.
2143
2144 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2145
2146         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2147         extracted from `wl-fldmgr-save-folders'.
2148         (wl-fldmgr-delete): Call it after deletion.
2149
2150 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2151
2152         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2153         multi-tty support.
2154
2155 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2156
2157         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2158
2159 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2160
2161         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2162         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2163
2164 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2167         unsubscribe list only if argument CLEAR is nil.
2168
2169 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2170
2171         * wl-draft.el (wl-draft-reply): Decode subject before removing
2172         Re: prefix.
2173
2174 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2175
2176         * wl-summary.el (wl-summary-sort-by-size): New command.
2177
2178 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-summary.el (wl-summary-number-list-from-region): New
2181         function.
2182         (wl-summary-mark-as-read-region): Use it.
2183         (wl-summary-mark-as-unread-region): Ditto.
2184         (wl-summary-set-flags-region): Ditto and add optional argument
2185         remove.
2186         (wl-summary-mark-as-answered-region): Ditto.
2187         (wl-summary-mark-as-important-region): Ditto.
2188         (wl-summary-target-mark-mark-as-important): Added optional
2189         argument remove.
2190         (wl-summary-target-mark-mark-as-answered): Ditto.
2191         (wl-summary-target-mark-set-flags): Ditto.
2192
2193 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2194
2195         * wl-summary.el (wl-summary-set-flags-region): Call
2196         `wl-summary-set-flags-internal' with number list instead of call
2197         one by each message.
2198         (wl-summary-target-mark-set-flags): Likewise.
2199
2200 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2203         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2204         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2205         (wl-summary-target-mark-mark-as-answered): Likewise.
2206
2207 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-summary.el (wl-summary-target-mark-forward): Use
2210         `wl-summary-delete-all-target-marks' instead of
2211         `wl-summary-delete-all-temp-marks'.
2212         (wl-summary-target-mark-reply-with-citation): Ditto.
2213         (wl-summary-target-mark-uudecode): Ditto.
2214         (wl-summary-target-mark-set-flags): Ditto and remove needless
2215         cursor move.
2216
2217 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-summary.el (wl-summary-target-mark-forward): Protect
2220         wl-summary-buffer-target-mark-list from nreverse.
2221         (wl-summary-target-mark-reply-with-citation): Ditto.
2222
2223 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2224
2225         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2226         `elmo-display-progress-threshold'.
2227
2228 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2229
2230         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2231         check `wl-summary-highlight'.
2232         (wl-summary-window-scroll-functions): Respect value of
2233         `wl-summary-highlight'.
2234         (wl-summary-sync-update): Run hooks
2235         `wl-summary-buffer-window-scroll-functions' at any time.
2236
2237 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2238
2239         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2240         from `wl-summary-cleanup-temp-marks'.
2241         (wl-summary-cleanup-temp-marks): Abolish argument.
2242         * wl.el (wl-save-status): Revert previous change.
2243         (wl-execute-temp-marks): New function, call
2244         `wl-summary-exec-with-confirmation'.
2245         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2246         (wl-folder-save-and-exec-marks): Abolished.
2247
2248 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2249
2250         * wl-e21.el (wl-e21-display-image-p): Respect
2251         `wl-highlight-folder-with-icon'.
2252         (wl-e21-highlight-folder-group-line): Highlight mouse line
2253         even if wl-e21-display-image-p is nil.
2254
2255         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2256         Respect value of `wl-summary-highlight'.
2257
2258         * wl.el (wl-save-status): Remove unused variable.
2259
2260         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2261         (wl-folder-mode-map): Bind it to "x".
2262
2263 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2266
2267         * wl-thread.el (wl-thread-get-parent-list): Don't check
2268         disconnected ancestors, neglecting needless work in
2269         `wl-thread-update-indent-string-thread'.
2270
2271         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2272         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2273         argument, add argument default-keep to keep marks by default.
2274
2275         * Version number is increased to 2.11.30.
2276
2277         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2278         customization type and docstring.
2279         (wl-draft-reply-without-argument-list): Ditto.
2280
2281 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2282
2283         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2284
2285         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2286
2287 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2288
2289         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2290
2291 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2292
2293         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2294         save-excursion so as not to include run-hooks.
2295
2296 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2299         Clarify that marks are going to be cleared.
2300
2301 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2304         according to 3rd element of wl-summary-flag-mark.
2305
2306         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2307
2308 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-action.el (wl-summary-target-mark-all): Don't set
2311         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2312
2313 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2314
2315         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2316         (wl-forward-subject-prefix): Ditto.
2317         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2318         (wl-draft-reply-make-subject): Ditto.
2319
2320         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2321         `wl-draft-forward'.
2322         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2323
2324 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2325
2326         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2327         target message does not exist.
2328
2329 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2330
2331         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2332         `wl-subject-prefix-regexp'.
2333         (wl-subject-forward-prefix-regexp): New variable.
2334         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2335         `wl-draft-strip-subject-re' and take regexp as argument.
2336         (wl-draft-forward): Use it.
2337         (wl-draft-reply): Ditto.
2338
2339 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2340
2341         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2342         emacs multi-tty support.
2343
2344 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2345
2346         * wl-e21.el (wl-e21-display-image-p): Don't call
2347         `display-images-p'.
2348         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2349         support.
2350         (wl-highlight-folder-current-line): Ditto.
2351         (wl-folder-init-icons): Ditto.
2352
2353 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2354
2355         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2356         the last line of summary in unplugged mode.
2357
2358 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2359
2360         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2361
2362 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2363
2364         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2365         * wl-address.el (wl-address-user-mail-address-p): Use it.
2366         (wl-address-delete-user-mail-addresses): Ditto.
2367         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2368
2369         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2370         (wl-address-delete-user-mail-addresses): Ditto.
2371
2372         * wl-address.el (wl-address-delete-user-mail-addresses): New
2373         function.
2374         * wl-refile.el (wl-refile-guess-by-history): Use it.
2375         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2376         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2377
2378         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2379         use wl-address-user-mail-address-p.
2380
2381 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2382
2383         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2384         after opening group.
2385
2386 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2389         of elmo-set-buffer-multibyte.
2390
2391         * wl-message.el (wl-original-message-mode): Ditto.
2392
2393         * wl-score.el (wl-score-insert-header): Ditto.
2394
2395         * wl-summary.el
2396         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2397         (wl-summary-goto-folder-subr): Ditto.
2398         (wl-summary-insert-headers): Ditto.
2399
2400         * wl-util.el (wl-set-string-width): Ditto.
2401
2402         * Version number is increased to 2.11.29.
2403
2404 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2405
2406         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2407         (wl-highlight-summary-line-help-echo-alist): New variable.
2408         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2409         into `wl-highlight-summary-line-help-echo' and
2410         `wl-highlight-flag-folder-help-echo'.
2411         (wl-highlight-summary-line-string): Change accordingly.
2412         (wl-highlight-summary-current-line): Ditto.
2413
2414 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2415
2416         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2417         at the beginning of field body (Thanks to Markus Knittig).
2418
2419         * wl-draft.el (wl-draft-insert-current-message): Also check
2420         summary buffer, remove unnecessary tag.
2421
2422 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2423
2424         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2425         when wl-message-buffer is nil.
2426
2427         * wl-folder.el (wl-folder): Abolish unused argument.
2428         Call wl-folder-init when wl-folder-entity is nil.
2429         * wl.el (wl): Change accordingly.
2430
2431 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2434         multibyte string before insert into draft buffer.
2435         (wl-draft-create-buffer): Always enable multibyte characters for
2436         draft buffer.
2437
2438         * Version number is increased to 2.11.28.
2439
2440 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2441
2442         * wl-folder.el (wl-folder-open-close): Handle blank line.
2443         (wl-folder-jump-to-current-entity): Ditto.
2444
2445 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * Version number is increased to 2.11.27.
2448
2449 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2450
2451         * wl-thread.el (wl-thread-insert-message): When the thread is
2452         devided by wl-summary-max-thread-depth, insert line at the end of
2453         buffer.
2454
2455 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2456
2457         * Version number is increased to 2.11.26.
2458
2459 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2462
2463 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2464
2465         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2466         value of stream-type and session.
2467
2468 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * Version number is increased to 2.11.25.
2471
2472 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2473
2474         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2475         in a quit message.
2476
2477 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2478
2479         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2480         (wl-summary-redisplay-no-mime-internal): Ditto.
2481
2482 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2483
2484         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2485         * wl-vars.el (wl-smtp-connection-type): Ditto.
2486
2487 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2488
2489         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2490         for the separator line and quote mail-header-separator.
2491
2492 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2493
2494         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2495         result message.
2496
2497         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2498         `elmo-multiple-fields-body-list' with boundary as
2499         mail-header-separator.
2500
2501 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2502
2503         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2504
2505 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2506
2507         * wl-util.el (wl-list-diff): Remove unused function.
2508
2509         * wl-draft.el (wl-draft-send-confirm): Discard input before
2510         confirmation.
2511
2512 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2513
2514         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2515         order of flag and new.
2516
2517 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-vars.el (wl-refile-policy-alist): Abolished.
2520
2521         * wl-action.el (wl-summary-set-action-refile): Follow the change
2522         above.
2523
2524 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * wl-highlight.el (wl-highlight-signature-search): Don't use
2527         re-search-backward for a long word since it is possible to crash
2528         XEmacs because of a bug.
2529
2530 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2531
2532         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2533
2534 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2535
2536         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2537         argument for wl-summary-sync-force-update.
2538
2539 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2540
2541         * wl-summary.el (wl-summary-mode-map): Revival of
2542         wl-summary-mark-as-important related bindings;
2543         Bind 'F','tF','mF','rF','m&'.
2544         (wl-summary-mark-as-important-region): Revival.
2545         (wl-summary-target-mark-mark-as-important): Ditto.
2546         (wl-summary-target-mark-operation): New function.
2547         (wl-summary-target-mark-mark-as-answered): Use it.
2548         (wl-summary-decide-flag): Don't set Important as default.
2549         (wl-summary-mark-as-important-internal): Revival.
2550         (wl-summary-mark-as-important): Ditto.
2551
2552         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2553
2554         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2555         instead of facep.
2556
2557 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-dnd.el (wl-dnd-drop-func): Fix.
2560
2561         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2562         mouse-set-point instead of posn-point.
2563
2564         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2565
2566         * wl-mule.el (wl-completing-read-multiple): Ditto.
2567
2568 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2569
2570         * wl-demo.el (face-background-name): Defalias to avoid compile
2571         warning.
2572
2573 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2574
2575         * wl-summary.el (wl-summary-decide-flag): Use
2576         wl-completing-read-multiple instead of completing-read-multiple.
2577
2578         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2579         New alias.
2580
2581         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2582         Use face-background-name instead of face-background.
2583
2584         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2585
2586         * wl-summary.el (wl-summary-save): Use it.
2587         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2588
2589         * wl-mime.el (wl-mime-save-content): Fix last change.
2590
2591 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2592
2593         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2594         New function.
2595         (wl-summary-sort-specs): Added sort.
2596         * wl-mime.el (wl-mime-save-content): Expand file name.
2597
2598 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2601
2602         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2603
2604 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2605
2606         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2607         for flag if it is not defined.
2608
2609 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2610
2611         * wl-e21.el (wl-highlight-folder-current-line): Use
2612         elmo-folder-type-internal when elmo-folder-type returns nil.
2613
2614         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2615
2616         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2617
2618         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2619
2620         * wl-e21.el (wl-summary-toolbar): Ditto.
2621
2622         * wl-vars.el (wl-demo-background-color): Abolished.
2623         (wl-summary-persistent-mark-priority-list): Renamed from
2624         wl-summary-flag-priority-list.
2625         (wl-summary-flag-alist): New user option.
2626         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2627         (wl-message-mode-line-format-spec-alist): Added 'F'.
2628         (wl-message-mode-line-format): Likewise.
2629         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2630         instead of wl-summary-important-mark.
2631         (wl-file-folder-icon): New variable.
2632
2633         * wl-thread.el (wl-thread-set-flags): Renamed from
2634         wl-thread-mark-as-important.
2635
2636         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2637         warning.
2638         (wl-summary-mode-menu-spec): Follow the change of 
2639         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2640         (wl-summary-mode-map): Follow the change of
2641         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2642         (wl-summary-detect-mark-position): Follow the variable name change.
2643         (wl-summary-set-flags-region): New function for the replacement of
2644         wl-summary-mark-as-important-region.
2645         (wl-summary-sync-marks): Sync all global-flags.
2646         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2647         instead of elmo-message-flagged-p.
2648         (wl-summary-persistent-mark-string): Follow the variable name change;
2649         Put wl-summary-flag-mark if the message has global-flag.
2650         (wl-summary-target-mark-set-flags): Renamed from 
2651         wl-summary-target-mark-mark-as-important.
2652         (wl-summary-decide-flag): New function.
2653         (wl-summary-set-flags-internal): Renamed from
2654         wl-summary-mark-as-important-internal.
2655         (wl-summary-add-flags-internal): New function.
2656         (wl-summary-remove-flags-internal): Ditto.
2657         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2658         (wl-summary-mark-as-unimportant): Abolish.
2659         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2660         (wl-summary-next-message): List flagged messages in the msgdb.
2661
2662         * wl-score.el (wl-summary-score-update-all-lines): Use
2663         wl-summary-add-flags-internal instead of 
2664
2665         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2666
2667         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2668         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2669         (wl-message-buffer-require-all-header): Renamed from
2670         wl-message-buffer-all-header-flag (Ditto).
2671         (wl-message-buffer-flag-indicator): New variable.
2672         (wl-message-redisplay): Changed local varibale name from `flag' to
2673         `display-type'; Set up wl-message-buffer-flag-indicator.
2674         (wl-message-buffer-display): Changed varibale name from `flag' to
2675         `display-type'.
2676         (wl-message-display-internal): Likewise.
2677
2678         * wl-highlight.el (wl-highlight-demo-face): Define default background
2679         color.
2680         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2681
2682         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2683
2684         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2685         (wl-demo-setup-properties): Renamed from
2686         `wl-demo-set-background-color'.
2687         (wl-demo): Follow the change above.
2688         
2689         * Version number is increased to 2.11.24.
2690
2691 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * wl-summary.el (wl-summary-toggle-thread): Call
2694         `wl-summary-rescan' with disable-thread as non-nil.
2695         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2696
2697 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2700         foreground property of the face.
2701         (wl-demo-insert-text): Don't set up face property here.
2702         (wl-demo): Call wl-demo-set-background-color, anyway.
2703
2704 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2705
2706         * wl-vars.el (wl-demo-background-color): The value can be nil.
2707
2708 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2711         to wl-summary-wheel-dispatcher.
2712
2713         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2714         wl-message-wheel-dispatcher.
2715         (wl-message-wheel-dispatcher): New function.
2716         (wl-summary-wheel-dispatcher): Ditto.
2717
2718 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-action.el (wl-summary-target-mark-all): List messages which are
2721         not in the killed-list.
2722
2723         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2724         only when the folder is 'flag/important.
2725
2726         * wl-address.el (wl-complete-field-body): Complete if the last
2727         character is a space.
2728
2729 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730
2731         * wl-folder.el (wl-folder-clear-entity-info): Use
2732         elmo-clear-hash-val.
2733
2734         * wl-fldmgr.el (wl-fldmgr-rename): Set
2735         wl-folder-info-alist-modified as t.
2736
2737 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2738
2739         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2740
2741 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2742
2743         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2744         (wl-folder-buffer-last-visited-entity-id): New buffer local
2745         variable.
2746         (wl-folder-revisit-last-visited-folder): New function.
2747         (wl-folder-mode-map): Bind it to "C-i".
2748         (wl-folder-set-current-entity-id): Set last visited folder.
2749         * wl-summary.el (wl-summary-exit): Ditto.
2750
2751 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2754         before calling `recenter' in order to cope with an XEmacs bug.
2755
2756 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2757
2758         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2759         to the default value.
2760
2761 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2764         change.
2765         (wl-summary-sync-marks): Ditto.
2766         (wl-summary-mark-as-read-internal): Ditto.
2767         (wl-summary-mark-as-answered-internal): Ditto.
2768         (wl-summary-mark-as-important-internal): Ditto.
2769         (wl-summary-reply): Ditto.
2770
2771         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2772         instead of `elmo-folder-unflag-answered'.
2773
2774         * Version number is increased to 2.11.23.
2775
2776         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2777         the last change.
2778
2779 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2780
2781         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2782         Specify "spam" or "good".
2783
2784 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl-spam.el (wl-summary-exec-action-spam): Call
2787         wl-folder-confirm-existence for spam folder.
2788         (wl-spam-setup): Bind "mk".
2789
2790 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2793
2794 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2795
2796         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2797         destination folder is empty.
2798
2799 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2802         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2803
2804         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2805         (wl-summary-refile-prev-destination-region): New function.
2806         (wl-thread-refile-prev-destination): Ditto.
2807         (wl-summary-target-mark-refile-prev-destination): Ditto.
2808
2809 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2810
2811         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2812         (wl-demo-background-color): Changed default value.
2813
2814         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2815         color.
2816
2817         * wl-demo.el (wl-demo-set-background-color): New function.
2818         (wl-demo): Call it.
2819
2820 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2821
2822         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2823         * wl-address.el (wl-address-add-or-change): Don't add empty
2824         address.
2825
2826 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2827
2828         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2829
2830 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2831
2832         * wl-vars.el (wl-demo-image-filter-alist): New variable
2833         (wl-demo-background-color): Ditto.
2834
2835         * wl-demo.el (wl-demo-xpm-set-background): New function.
2836         (wl-demo-image-filter): Ditto.
2837         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2838
2839         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2840
2841         * wl-demo.el (wl-demo-icon-name): Define as function.
2842         (wl-demo-insert-image): Use it.
2843
2844 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2845
2846         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2847
2848 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2849
2850         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2851
2852 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2855
2856 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-thread.el (wl-thread-mark-as-answered): New function.
2859
2860         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2861         answered" entry.
2862         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2863         "r&" and wl-thread-mark-as-answered to "t&".
2864         (wl-summary-mark-as-important-region): Refine to toggle mark.
2865         (wl-summary-mark-as-answered-region): New function.
2866         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2867         and 3rd argument.
2868         (wl-summary-mark-as-important-internal): Likewise.
2869
2870 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2871
2872         * wl-template.el (wl-template-preview): New internal variable.
2873         (wl-template-preview-p): New function.
2874         (wl-template-show): Bind `wl-template-preview' as t.
2875
2876 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2879         `elmo-message-entity-field' with 3rd argument which is non-nil.
2880
2881 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2884         Removed duplicate local bind `folder'.
2885
2886 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2887
2888         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2889
2890 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2893         duplicate definition.
2894
2895 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2898         non-nil, use it; Don't fetch message if there's no message in the
2899         current cursor position.
2900
2901 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2902
2903         * wl-util.el (wl-region-exists-p): Use region-active-p.
2904         (wl-deactivate-region): New function.
2905         * wl-message.el (wl-message-redisplay): Deactivate region.
2906
2907         * wl-summary.el (wl-summary-reply): Call
2908         `wl-summary-set-message-buffer-or-redisplay' instead of
2909         `wl-summary-redisplay-internal', don't move point.
2910
2911 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2914         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2915         by regexp.
2916
2917 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2920         if no need.
2921
2922 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923
2924         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2925         default value to nil.
2926         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2927         `wl-summary-prepare-hook'; Replace refile action to
2928         `wl-summary-exec-action-refile-with-register'.
2929
2930         * Version number is increased to 2.11.22.
2931
2932 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2933
2934         * wl-summary.el (wl-summary-detect-mark-position): Set
2935         `wl-summary-buffer-weekday-name-lang'.
2936
2937 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2938
2939         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2940         (wl-summary-mark-as-read-all): Ditto.
2941         (wl-summary-delete-messages-on-buffer): Ditto.
2942         (wl-summary-sync-update): Ditto.
2943         (wl-summary-mark-as-read-internal): Ditto.
2944         (wl-summary-mark-as-answered-internal): Ditto.
2945         (wl-summary-update-folder-info): Abolished.
2946
2947 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl-summary.el (wl-summary-mark-as-read-all): Use
2950         `wl-summary-update-folder-info' instead of
2951         `wl-folder-update-unread'.
2952
2953 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2954
2955         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2956         `wl-summary-folder-info-update'.
2957         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2958         instead of `wl-summary-folder-info-update'.
2959         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2960         `wl-folder-set-folder-updated'.
2961         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2962         instead of `wl-folder-update-unread'.
2963         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2964         the value of `wl-summary-buffer-unread-count' for the second parameter of
2965         `wl-folder-update-unread'.
2966
2967         * Version number is increased to 2.11.21.
2968
2969 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2970
2971         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2972         a local variable.
2973
2974 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2975
2976         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2977         interactively.
2978
2979         * wl-summary.el (wl-summary-mark-as-important-internal): New
2980         internal function.
2981         (wl-summary-mark-as-important): Use it.
2982         (wl-summary-mark-as-unimportant): New function.
2983         (wl-summary-sync-marks): Follow the API change.
2984
2985         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2986
2987         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2988
2989 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2990
2991         * wl-folder.el (wl-folder-update-unread): Re-indent.
2992         Narrow the scope of a local variable.
2993
2994 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2995
2996         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2997         (wl-addrmgr-merge-entries): Ditto.
2998         (wl-addrmgr): Added to address entry which exists in draft buffer
2999         if no entry is in original.
3000
3001 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * wl-batch.el: New file.
3004
3005 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3006
3007         * wl-vars.el (wl-use-semi): Remove unused variable.
3008
3009 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3012         "?".
3013
3014 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3017         wl-summary-new-mark.
3018         (wl-summary-new-cached-mark): New user option.
3019         (wl-summary-score-marks): Follow the change above.
3020         (wl-summary-auto-refile-skip-marks): Ditto.
3021         (wl-summary-incorporate-marks): Ditto.
3022         (wl-summary-expire-reserve-marks): Ditto.
3023
3024         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3025
3026         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3027         (wl-summary-persistent-mark-string): Distinguished between cached
3028         and uncached mark when the message is new.
3029
3030 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * wl-spam.el (wl-spam-domain): Renamed from
3033         `wl-spam-folder-guess-domain'.
3034         (wl-summary-exec-action-spam): Register as spam if domain of the
3035         source folder is good.
3036         (wl-summary-exec-action-refile-with-register): Register message if
3037         domain of the source folder is not undecided.
3038
3039 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3040
3041         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3042         detect thread loop.
3043
3044 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3045
3046         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3047         and wl-summary-skip-mark-list.
3048
3049 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3052
3053         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3054
3055         * wl-spam.el (toplevel): Require wl-highlight.
3056         (wl-spam-auto-check-policy-alist): Abolish.
3057         (wl-spam-auto-check-folder-regexp-list): New user option.
3058         (wl-spam-auto-check-marks): Ditto.
3059         (wl-spam-mark-action-list): Ditto.
3060         (wl-highlight-summary-spam-face): New face.
3061         (wl-spam-auto-check-message-p): New function.
3062         (wl-spam-map-spam-messages): Fixed message.
3063         (wl-spam-register-spam-messages): Ditto.
3064         (wl-spam-register-good-messages): Ditto.
3065         (wl-summary-spam-map): Add and remove keybind.
3066         (wl-summary-target-mark-spam): Abolish.
3067         (wl-summary-refile-spam): Ditto.
3068         (wl-summary-test-spam): New function.
3069         (wl-summary-mark-spam): Ditto.
3070         (wl-summary-auto-check-spam): Follow the above change.
3071         (wl-summary-exec-action-spam): New function.
3072         (wl-summary-exec-action-refile-with-register): Fixed message.
3073         (wl-message-check-spam): New function.
3074         (wl-spam-setup): Ditto.
3075         (toplevel): Call it if this file is loaded interactivity.
3076
3077         * Version number is increased to 2.11.20.
3078
3079 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3080
3081         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3082         when new optional argument `force' is non nil or modified.
3083
3084 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3085
3086         * wl.el (toplevel): Require wl-spam when compile.
3087         (wl-save-status): Call wl-spam-save-status.
3088
3089         * wl-spam.el (wl-spam-register-spam-messages): New function.
3090         (wl-spam-register-good-messages): Ditto.
3091         (wl-spam-save-status): Ditto.
3092         (wl-summary-mode-map): Bind
3093         wl-summary-target-mark-register-as-spam to "ms" and
3094         wl-summary-target-mark-register-as-good to "mn".
3095         (wl-summary-register-as-spam): Abolish optional argument; Use
3096         wl-spam-register-spam-messages.
3097         (wl-summary-register-as-spam-all): Use
3098         wl-spam-register-spam-messages.
3099         (wl-summary-register-as-good): Abolish optional argument; Use
3100         wl-spam-register-good-messages.
3101         (wl-summary-register-as-good-all): Use
3102         wl-spam-register-good-messages.
3103         (wl-summary-target-mark-register-as-spam): New funtion.
3104         (wl-summary-target-mark-register-as-good): Ditto.
3105
3106 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3107
3108         * wl-spam.el: New file.
3109
3110 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3111
3112         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3113
3114         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3115         (wl-summary-auto-refile): Call wl-refile-guess with
3116         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3117
3118 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3119
3120         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3121         with disable-thread argument non-nil.
3122
3123 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3124
3125         * wl-summary.el (wl-summary-rescan): Added optional argument
3126         disable-thread.
3127         (wl-summary-sync): Call wl-summary-rescan with argument
3128         disable-thread.
3129         (wl-summary-input-range): Added new range `rescan-thread'.
3130
3131 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3132
3133         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3134
3135 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3136
3137         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3138         internal variable.
3139         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3140         wl-summary-search-parent-by-subject-regexp and
3141         wl-summary-divide-thread-when-subject-changed as nil.
3142         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3143         (wl-summary-insert-thread): Search parent entity from
3144         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3145         thread loop.
3146
3147 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3148
3149         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3150
3151         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3152
3153         * wl-util.el (wl-require-update-all-folder-p): New function.
3154         (wl-get-assoc-list-value): Added `function' to match directive.
3155         (wl-collect-draft): Rewrite.
3156
3157         * wl-summary.el (wl-summary-sync-update): Clear faces
3158         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3159         are non-nil.
3160         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3161         argument as function.
3162         (wl-summary-input-range): Ditto.
3163
3164         * wl-folder.el (wl-draft-get-folder): New function.
3165         (wl-folder-get-elmo-folder): Consider draft folder.
3166
3167         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3168         (wl-draft-buffer-message-number): New buffer local variable.
3169         (wl-draft-folder-internal): New internal variable.
3170         (wl-draft-delete): Rewrite.
3171         (wl-draft-save): Ditto.
3172         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3173         wl-folder-get-elmo-folder.
3174         (wl-draft-config-info-operation): Ditto.
3175         (wl-jump-to-draft-folder): Ditto.
3176         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3177         (wl-draft-reedit): Rewrite.
3178
3179         * Version number is increased to 2.11.19.
3180         
3181 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3182
3183         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3184         variable.
3185
3186 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3189         Use ignore-errors instead of unwind-protect.
3190
3191 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3192
3193         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3194         for updating `wl-thread-entity-list'.
3195
3196 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3197
3198         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3199         parameter from calling `wl-thread-entity-get-older-brothers' and
3200         `wl-thread-entity-get-younger-brothers'.
3201         Replace nested `append' with a single one.
3202
3203 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-summary.el (wl-summary-mode): Don't use the return value of
3206         `make-local-hook'.
3207
3208 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3209
3210         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3211         instead of `let*'.
3212         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3213         of local variables.
3214
3215 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3218         Renamed from wl-summary-window-scroll-functions.
3219         (wl-summary-window-scroll-functions): Don't set to variable.
3220         (wl-summary-display-top): Use run-hooks.
3221         (wl-summary-display-bottom): Ditto.
3222         (wl-summary-toggle-disp-msg): Ditto.
3223         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3224         Use it instead of wl-summary-window-scroll-functions.
3225         (wl-summary-goto-folder-subr): Don't call
3226         wl-summary-window-scroll-functions, use
3227         wl-summary-buffer-window-scroll-functions instead.
3228
3229 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3230
3231         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3232         make-local-variable.
3233
3234 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3235
3236         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3237         set-buffer-modified-p.
3238         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3239         (wl-summary-display-bottom): Ditto.
3240         (wl-summary-toggle-disp-msg): Ditto.
3241
3242 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3243
3244         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3245
3246         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3247         (wl-summary-forward): Use elmo-message-entity-field instead of
3248         elmo-message-field.
3249
3250         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3251
3252 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-summary.el (wl-summary-window-scroll-functions): No use
3255         `append'.
3256
3257 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3258
3259         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3260         function.
3261         (wl-summary-window-scroll-functions): Call it when both
3262         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3263         (wl-summary-temp-mark): Added optional argument number.
3264         (wl-summary-message-mark): Added optional argument flag.
3265         (wl-summary-persistent-mark): Added optional argument number and flag.
3266         (wl-summary-update-persistent-mark): Ditto.
3267         (wl-summary-update-status-marks): Set "r" for interactive spec.
3268
3269         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3270         argument number and flag.
3271
3272         * wl-action.el (wl-summary-registered-temp-mark): 
3273         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3274
3275 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3278         internal variable (buffer local).
3279         (wl-summary-window-scroll-functions): New function.
3280         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3281         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3282         as nil.
3283         (wl-summary-update-status-marks): Added arguments beg, end and
3284         check.
3285         (wl-summary-update-mark-window): Use function.
3286         (wl-summary-sync-update): Follow the change above.
3287         (wl-summary-switch-to-clone-buffer): Copy
3288         wl-summary-buffer-unsync-mark-number-list.
3289         (wl-summary-goto-folder-subr): Set
3290         wl-summary-buffer-unsync-mark-number-list and
3291         use wl-summary-window-scroll-functions instead of
3292         wl-summary-lazy-highlight.
3293
3294         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3295
3296 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3297
3298         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3299
3300         * wl-summary.el (wl-summary-update-persistent-mark): Call
3301         wl-summary-set-message-modified.
3302
3303         * wl-summary.el (wl-summary-sync-update): Don't call
3304         wl-summary-update-status-marks.
3305
3306         * Version number is increased to 2.11.18.
3307
3308 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3311         (wl-message-next-page): Ditto.
3312
3313 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3314
3315         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3316         local variable.  Change the order of a collected list into the
3317         same as the specified range.  Remove nil from a collected list.
3318
3319 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3322         argument for elmo-folder-list-messages.
3323
3324 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3325
3326         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3327         change (wl-summary-count-unreads return a list instead of a cons
3328         cell).
3329
3330 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3331
3332         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3333         `wl-summary-folder-info-update'.
3334
3335 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3336
3337         * wl-summary.el (wl-summary-set-message-modified): No use
3338         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3339         (wl-summary-set-mark-modified): Abolish.
3340         (wl-summary-mark-modified-p): Ditto.
3341         (wl-summary-save-view): Follow the change above.
3342
3343         * wl-expire.el (wl-summary-expire): Likewise.
3344
3345 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3346
3347         * wl-summary.el (wl-summary-detect-mark-position): Use
3348         modb-entity-handler.
3349         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3350
3351         * Version number is increased to 2.11.17.
3352
3353 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3354
3355         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3356         entity field value.
3357         (wl-summary-prefetch-msg): Ditto.
3358         (wl-summary-print-message-with-ps-print): Ditto.
3359
3360 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3361
3362         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3363         for dummy entity.
3364         (wl-summary-insert-thread): Use elmo-message-entity-field.
3365         (wl-summary-update-thread): Use elmo-message-entity-field and
3366         elmo-message-entity-number.
3367         (wl-summary-line-number):  Use elmo-message-entity-number.
3368         (wl-summary-line-size): Use elmo-message-entity-field.
3369         (wl-summary-line-subject): Ditto.
3370         (wl-summary-line-from): Ditto.
3371         (wl-summary-line-attached): Ditto.
3372         (wl-summary-create-line): Ditto.
3373         (wl-summary-create-line): Use elmo-message-entity-number.
3374         (wl-summary-print-message-with-ps-print): Use
3375         elmo-message-entity-field.
3376
3377 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3378
3379         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3380         change in elmo-msgdb-make-message-entity.
3381         (wl-summary-buffer-set-folder): Don't call
3382         wl-summary-detect-mark-position here.
3383         (wl-summary-rescan): Call elmo-message-entity-number.
3384         (wl-summary-sync-update): Ditto.
3385         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3386
3387         * wl-score.el (wl-score-header-index): Redefine 2th element.
3388         (wl-score-overview-entity-get-extra): Abolish.
3389         (wl-score-ov-entity-get): Rewrite.
3390         (wl-score-string-index<, wl-score-string-func<): Abolish.
3391         (wl-score-string<): New function.
3392         (wl-score-string-sort): Use it.
3393
3394         * wl-refile.el (wl-refile-guess-by-history): Use
3395         elmo-message-entity-field.
3396         (wl-refile-guess-by-from): Ditto.
3397         (wl-refile-guess-by-msgid): Ditto.
3398
3399         * Version number is increased to 2.11.16.
3400
3401 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3402
3403         * wl-folder.el (wl-folder-confirm-existence): Don't call
3404         file-exists-p if msgdb-path is nil.
3405         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3406         `wl-read-folder-hist' to `wl-read-folder-history'.
3407
3408 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3409
3410         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3411         `y-or-n-p'.
3412
3413 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3414
3415         * wl-score.el (wl-score-headers): Don't use
3416         elmo-folder-do-each-message-entity.
3417
3418         * Version number is increased to 2.11.15.
3419
3420 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3421
3422         * wl-summary.el (wl-summary-delete-all-msgs): Use
3423         elmo-folder-move-messages instead of elmo-folder-delete-messages
3424         and elmo-folder-detach-messages.
3425         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3426
3427         * wl-expire.el (wl-expire-delete): Ditto.
3428         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3429
3430 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3433         (wl-message-header-narrowing-fields): Ditto.
3434         (wl-message-header-narrowing-lines): Ditto.
3435         (wl-message-header-narrowing-string): Ditto.
3436
3437         * wl-summary.el (wl-summary-mode-map): Bind
3438         wl-summary-toggle-header-narrowing to "C-cC-f".
3439         (wl-summary-toggle-header-narrowing): New function.
3440
3441         * wl-message.el (wl-message-buffer-create): Call
3442         wl-message-header-narrowing-setup.
3443         (wl-message-redisplay): Call wl-message-header-narrowing.
3444         (wl-message-header-narrowing): New function.
3445         (wl-message-header-narrowing-map): New keymap.
3446         (wl-message-header-narrowing-widen-map): New keymap.
3447         (wl-message-header-narrowing-again-at-mouse): New function.
3448         (wl-message-header-narrowing-1): Ditto.
3449         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3450         (wl-message-header-narrowing-setup): Ditto.
3451         (wl-message-header-narrowing-toggle): Ditto.
3452         
3453         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3454
3455         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3456         'flag as all.
3457         (wl-use-flag-folder-help-echo): New user option.
3458
3459         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3460         wl-summary-highlight as nil.
3461         (wl-summary-set-mark-modified): Follow the API change.
3462         (wl-summary-mark-modified-p): Ditto.
3463         (wl-summary-mark-as-read-all): Ditto.
3464         (wl-summary-sync-marks): Don't call
3465         elmo-folder-list-messages-with-global-mark.
3466         (wl-summary-mark-as-read-internal): Follow the API change.
3467         (wl-summary-mark-as-answered-internal): Ditto.
3468         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3469         Follow the API change.
3470         (wl-summary-create-line): Call with number argument.
3471         (wl-summary-reply): Follow the API change.
3472
3473         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3474         function.
3475         (wl-highlight-summary-line-string): Call it when
3476         wl-use-flag-folder-help-echo is non-nil.
3477         (wl-highlight-summary-current-line): Ditto.
3478         (elmo-flag-folder-referrer): Added autoload setting.
3479
3480         * wl-draft.el (wl-draft-kill): Follow the API change.
3481
3482         * Version number is increased to 2.11.14.
3483         
3484 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3485
3486         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3487
3488 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3489
3490         * Version number is increased to 2.11.13.
3491
3492 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3493
3494         * wl-draft.el (wl-draft-previous-history-element): Fixed
3495         unbalanced parenthesis and bind unbound local variables.
3496
3497 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3498
3499         * wl-draft.el (wl-draft-previous-history-element): New function.
3500         (wl-draft-next-history-element): Ditto.
3501         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3502         them to M-p and M-n.
3503
3504 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3505
3506         * Version number is increased to 2.11.12.
3507
3508 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3509
3510         * wl-draft.el (wl-draft-hide): Select buffer-window.
3511
3512 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3513
3514         * wl-summary.el (wl-summary-narrow-to-region): New function.
3515         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3516         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3517         (wl-summary-save-region): Use it.
3518         * wl-action.el (wl-summary-collect-numbers-region)
3519         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3520
3521 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3522
3523         * wl-folder.el (wl-folder-count-incorporates): Don't use
3524         `elmo-msgdb-mark-load'
3525
3526         * Version number is increased to 2.11.11.
3527
3528 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3529
3530         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3531         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3532
3533 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3534
3535         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3536
3537 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3538
3539         * Version number is increased to 2.11.10.
3540
3541 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3542
3543         * wl-mime.el (wl-draft-attribute-value): Fixed.
3544
3545 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3546
3547         * wl-util.el (wl-copy-local-variables): New function.
3548
3549         * wl-mime.el (wl-draft-attribute-recipients): New function.
3550         (wl-draft-attribute-envelope-from): Ditto.
3551         (wl-draft-attribute-smtp-posting-server): Ditto.
3552         (wl-draft-attribute-smtp-posting-port): Ditto.
3553         (wl-draft-attribute-value): Ditto.
3554         (wl-draft-preview-message): Use it to get value for
3555         attributes. Reflect result of `wl-draft-config'.
3556
3557         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3558         and call `wl-summary-mark-as-read' before to call
3559         `wl-summary-unset-mark'.
3560         (wl-summary-target-mark-mark-as-unread): Likewise.
3561         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3562
3563 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3564
3565         * wl-mime.el (wl-draft-preview-message): Use actual value for
3566         attributes; Fix for small window.
3567
3568 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3569
3570         * wl-refile.el (wl-refile-get-field-value): Call
3571         `elmo-message-entity-field' with 3rd argument is non-nil.
3572
3573 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-vars.el (wl-draft-preview-attributes): New user option.
3576         (wl-draft-preview-attributes-list): Ditto.
3577         (wl-draft-preview-attributes-buffer-lines): Ditto.
3578         (wl-draft-preview-attributes-buffer-name): Ditto.
3579
3580         * wl-mime.el (wl-draft-preview-message): Display attributes.
3581
3582 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3583
3584         * wl-summary.el (wl-summary-detect-mark-position): Bind
3585         wl-summary-flag-priority-list to '(new).
3586
3587 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3588
3589         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3590         funtion.
3591         (wl-highlight-summary-line-string): Use it.
3592         (wl-highlight-summary-current-line): Ditto.
3593
3594 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3595
3596         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3597         line even when the mark string is not changed.
3598
3599         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3600         argument change in the wl-summary-create-line.
3601         (wl-thread-insert-entity-sub): Ditto.
3602
3603         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3604         argument change in the wl-summary-create-line.
3605         (wl-summary-insert-sequential): Ditto.
3606         (wl-summary-update-thread): Ditto.
3607         (wl-summary-persistent-mark-string): New inline function.
3608         (wl-summary-message-mark): Use it.
3609         (wl-summary-create-line): Abolish argument wl-persistent-mark
3610         and added wl-flags, wl-cached.
3611
3612         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3613         mark to flags.
3614         (wl-highlight-summary-current-line): Decide the face not by the 
3615         persistent mark but flags.
3616
3617 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3618
3619         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3620         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3621         wl-summary-read-uncached-mark): Revive.
3622         (wl-summary-answered-cached-mark,
3623         wl-summary-answered-uncached-mark): New user option.
3624         (wl-summary-score-marks): Follow the change above.
3625         (wl-summary-auto-refile-skip-marks): Ditto.
3626         (wl-summary-incorporate-marks): Ditto.
3627         (wl-summary-expire-reserve-marks): Ditto.
3628         (wl-summary-flag-priority-list): New user option.
3629
3630         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3631         changes.
3632         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3633         of elmo-message-mark.
3634         (wl-summary-mark-as-read-internal): Ditto.
3635         (wl-summary-mark-as-answered): Ditto.
3636         (wl-summary-mark-as-important): Ditto.
3637         (wl-summary-redisplay-internal): Ditto.
3638         (wl-summary-redisplay-no-mime-internal): Ditto.
3639         (wl-summary-message-mark): New function.
3640         (wl-summary-insert-sequential): Use wl-summary-message-mark
3641         instead of elmo-message-mark.
3642         (wl-summary-update-thread): Ditto.
3643         (wl-summary-persistent-mark): Ditto.
3644         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3645         instead of elmo-message-mark.
3646
3647         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3648         wl-summary-message-mark instead of elmo-message-mark.
3649         (wl-thread-insert-entity-sub): Ditto.
3650         (wl-thread-get-children-msgs-uncached): Ditto.
3651
3652         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3653         variable name changes.
3654         (wl-highlight-summary-current-line): Ditto.
3655
3656         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3657         wl-summary-message-mark instead of elmo-message-mark.
3658
3659         * wl-expire.el (wl-expire-message-p): Ditto.
3660
3661         * wl-score.el (wl-score-headers): Ditto.
3662
3663         * Version number is increased to 2.11.9.
3664
3665         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3666         (wl-summary-sync-update): Follow the change above.
3667         (wl-summary-switch-to-clone-buffer): Ditto.
3668         (wl-summary-open-folder): Ditto.
3669
3670 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3671
3672         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3673         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3674
3675         * Version number is increased to 2.11.8.
3676
3677         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3678
3679         * wl-expire.el (wl-expire-refile): Follow the API change on
3680         `elmo-folder-move-messages'.
3681         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3682
3683         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3684         (wl-summary-exec-action-refile): Ditto.
3685         (wl-summary-exec-action-copy): Ditto.
3686         (wl-summary-no-auto-refile-message-p): No use
3687         `wl-summary-buffer-msgdb'.
3688         (wl-summary-auto-refile): Ditto.
3689
3690 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3691
3692         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3693
3694 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3695
3696         * wl-summary.el (wl-summary-sync): Treat no-sync.
3697
3698         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3699         (wl-default-sync-range): Ditto.
3700
3701 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3702
3703         * wl-refile.el (wl-refile-subject-learn): Call
3704         `elmo-message-entity-field' with 3rd argument is non-nil.
3705         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3706         instead of `elmo-msgdb-overview-entity-get-subject'.
3707
3708 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3711         scan-type is rescan.
3712         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3713         new optional argument force is non-nil.
3714         (wl-summary-save-view-cache): Call it with force argument non-nil.
3715
3716         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3717
3718 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3719
3720         * wl-action.el (wl-summary-print-argument): Fixed last change.
3721
3722 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3723
3724         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3725         simplified.
3726         (wl-summary-target-mark-mark-as-unread): Likewise.
3727         (wl-summary-target-mark-mark-as-important): Likewise.
3728
3729 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3730
3731         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3732         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3733         (wl-summary-mark-as-important-region): Change accordingly.
3734         (wl-summary-target-mark-mark-as-important): Ditto.
3735
3736 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3737
3738         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3739
3740         * wl-action.el (wl-summary-print-argument): Print argument to
3741         right side of window if `wl-summary-print-argument-within-window'
3742         is non-nil.
3743
3744 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * wl-action.el (wl-summary-set-mark): Use
3747         `wl-summary-message-visible-p' to check visibility of the message
3748         and jump to message only when the message line is visible and have
3749         different number; Call wl-summary-unset-mark with number argument.
3750         (wl-summary-unset-mark): 
3751         Use `wl-summary-message-visible-p'
3752         to check visibility of the message and jump to message only when
3753         the message line is visible and have different number;
3754
3755 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3756
3757         * Version number is increased to 2.11.7.
3758
3759         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3760         and wl-folder-summary-line-format.
3761
3762         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3763         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3764         (wl-summary-set-score-mark): Use it.
3765         (wl-summary-target-mark-mark-as-read): Ditto.
3766         (wl-summary-target-mark-mark-as-unread): Ditto.
3767         (wl-summary-target-mark-mark-as-important): Ditto.
3768         (wl-summary-target-mark-msgs): Simplified.
3769         (wl-summary-detect-mark-position): Fixed problem when
3770         summary-line-format no contain persisten/temp mark spec.
3771         (wl-summary-temp-mark): Ditto.
3772         (wl-summary-persistent-mark): Ditto.
3773         (wl-summary-update-persistent-mark): Ditto.
3774
3775         * wl-action.el (wl-summary-set-mark): Ditto.
3776         (wl-summary-unset-mark): Ditto.
3777         All other related portions are changed.
3778
3779 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * Version number is increased to 2.11.6.
3782
3783 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3784
3785         * wl-util.el (wl-current-message-buffer): Define as function;
3786         Don't use the value of wl-messge-buffer.
3787
3788         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3789         persistent mark.
3790
3791         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3792         no current message, cause an error.
3793
3794 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3795
3796         * wl-summary.el (wl-summary-set-message-modified): Use
3797         elmo-folder-set-message-modified instead of
3798         elmo-folder-set-message-modified-internal.
3799
3800 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3801
3802         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3803         interactively.
3804         (wl-summary-sync): nokill->entirely.
3805         (wl-summary-sync-marks): Fixed message.
3806         (wl-summary-input-range): Added mark, nokill->entirely.
3807
3808         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3809         messages as read.
3810
3811 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3812
3813         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3814         update-noscore.
3815         (wl-summary-sync): Follow the change above.
3816
3817 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3818
3819         * wl-action.el (wl-summary-target-mark-all): Use
3820         elmo-folder-list-messages.
3821
3822 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3825         (wl-summary-rescan): Set wl-summary-scored as nil.
3826         (wl-summary-sync-force-update): Follow the change above.
3827         (wl-summary-sync): Ditto.
3828         (wl-summary-sync-update): Added argument disable-killed.
3829         (wl-summary-insert-headers): Set visible-only argument for
3830         elmo-folder-list-messages.
3831         (wl-summary-input-range): Added update-nokill, update-noscore,
3832         all-nokill, all-noscore and mark.
3833
3834         * Version number is increased to 2.11.5.
3835
3836         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3837
3838 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3839
3840         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3841         (wl-summary-prefetch-region-no-mark): Change accordingly.
3842         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3843
3844 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3845
3846         * wl-address.el (wl-complete-field-to): Abolished.
3847         (wl-complete-address): Completion function for completing-read.
3848         * wl-action.el (wl-summary-get-resend-address): Use it.
3849
3850         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3851         wl-summary-update-mark and abolish unused argument.
3852         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3853         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3854         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3855         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3856         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3857         * wl-draft.el (wl-draft-kill): Ditto.
3858
3859         * wl-summary.el: Remove unused binding of case-fold-search.
3860         (wl-summary-replace-status-marks): Abolished.
3861
3862 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3865         is specified or folder length is zero.
3866
3867 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3868
3869         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3870         (wl-folder-archive-current-entity): Ditto.
3871
3872 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3873
3874         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3875         retrieving message mark.
3876         (wl-summary-redisplay-internal): Ditto.
3877
3878         * wl-message.el (wl-message-buffer-display): Ignore errors while
3879         retrieving message-id field.
3880
3881         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3882         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3883         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3884         order of the arguments for `wl-expire-message-p'.
3885         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3886
3887         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3888         Check return value of wl-summary-reply.
3889         (wl-summary-reply): Recover window configuration when an error occured.
3890
3891 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3892
3893         * wl-summary.el (wl-summary-resend-message): Abolished, the
3894         feature is inherited by wl-summary-resend (put resend mark).
3895
3896 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3897
3898         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3899         wl-message-buffer to nil when the message is hide.
3900
3901 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3902
3903         * .cvsignore: New file.
3904
3905 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3906
3907         * wl-action.el (wl-summary-action-docstring): Add more info.
3908         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3909         duplicate definition.
3910         (wl-summary-define-mark-action): Functions wl-summary-*-region
3911         keep current position.
3912         (wl-summary-unregister-target-mark): Store result to the variable.
3913
3914 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3915
3916         * Version number is increased to 2.11.4.
3917
3918 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3919
3920         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3921         wl-summary-delete-all-temp-marks.
3922         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3923
3924         * wl-action.el (wl-summary-set-mark): Changed terminology
3925         refile-destination -> action-argument.
3926         (wl-summary-unset-mark): Ditto.
3927         (wl-summary-remove-argument): Ditto.
3928         (wl-summary-print-argument): Ditto.
3929
3930         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3931         (wl-thread-remove-argument-region): Ditto.
3932         (wl-thread-print-argument-region): Ditto.
3933         (wl-thread-close): Ditto.
3934         (wl-thread-open): Ditto.
3935
3936         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3937         (wl-highlight-refile-destination-face is abolished)
3938         (wl-highlight-action-argument-string): Ditto.
3939         (wl-highlight-summary-current-line): Highlight action argument.
3940
3941         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3942         color for light backgrounds.
3943         (wl-highlight-summary-answered-face): Ditto.
3944
3945 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3946
3947         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3948
3949         * wl-score.el (wl-summary-score-update-all-lines): Use
3950         wl-summary-set-mark.
3951         (wl-summary-score-update-all-lines): Kill expunged messages.
3952
3953         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3954
3955 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3958         directly.
3959         (wl-score-overview-entity-get-lines): Ditto.
3960         (wl-score-overview-entity-get-xref): Ditto.
3961         (wl-score-get-latest-msgs): Ditto.
3962         (wl-summary-rescore): Ditto.
3963
3964         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3965         to "&".
3966         (wl-summary-mark-as-answered-internal): New inline function.
3967         (wl-summary-mark-as-answered): New function.
3968         (wl-summary-mark-as-unanswered): Ditto.
3969         (wl-summary-sync-marks): Modified for answered-mark synching.
3970
3971 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3972
3973         * wl-action.el (wl-summary-set-mark): Fixed last change.
3974
3975 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3976
3977         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3978         behavior of wl-summary-unread-message-hook
3979         (Pointed out by akira yamada <akira@arika.org>).
3980
3981 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3982
3983         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3984         wl-summary-delete.
3985         * wl-xmas.el (wl-summary-toolbar): Ditto.
3986
3987         * wl-action.el (wl-summary-set-mark): Don't override current
3988         temp-mark.
3989
3990         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3991
3992 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3993
3994         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3995         (wl-refile-msgid-learn): Ditto.
3996         (wl-refile-get-field-value): Ditto.
3997
3998         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3999
4000         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4001         (wl-expire-delete-reserved-messages): Renamed from
4002         wl-expire-reserve-marked-msgs-from-list.
4003         (wl-expire-delete): Removed argument `msgdb'.
4004         (wl-expire-refile): Ditto.
4005         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4006         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4007         mark-alist as argument.
4008         (wl-expire-archive-number1): Removed argument `msgdb'.
4009         (wl-expire-archive-number2): Ditto.
4010         (wl-expire-archive-date): Ditto.
4011         (wl-expire-localdir-date): Ditto.
4012         (wl-expire-hide): Ditto.
4013         (wl-archive-number1): Ditto.
4014         (wl-archive-number2): Ditto.
4015         (wl-archive-date): Ditto.
4016         (wl-archive-folder): Ditto.
4017         All other related portions are changed.
4018
4019 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4020
4021         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4022         mean move up and down. (suggested by Takashi Kawachi)
4023
4024 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4025
4026         * wl-acap.el (toplevel): Don't require un-define.
4027
4028 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4029
4030         * wl-thread.el (wl-thread-delete-message): Always update
4031         wl-summary-buffer-number-list.
4032
4033         * wl-action.el (wl-summary-print-destination): 
4034         Do nothing when folder is nil.
4035
4036 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4037
4038         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4039         persistent mark when prefetch is succeeded.
4040
4041 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4044         instead of elmo-msgdb-delete-msgs.
4045         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4046         (wl-expire-hide): Ditto.
4047
4048         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4049
4050         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4051         elmo-msgdb interface.
4052         (wl-thread-get-exist-children): Likewise.
4053         (wl-thread-insert-message): Likewise.
4054         (wl-thread-msg-mark-as-important): Likewise.
4055         (wl-thread-insert-entity-sub): Likewise.
4056         (wl-thread-get-children-msgs-uncached): Likewise.
4057
4058         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4059         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4060         (wl-summary-sync-update): Likewise.
4061         (wl-summary-auto-select-msg-p): Likewise.
4062         (wl-summary-update-thread): Likewise.
4063         (wl-summary-mark-as-important): Likewise.
4064         (wl-summary-jump-to-msg-internal): Likewise.
4065         (wl-summary-redisplay-internal): Likewise.
4066         (wl-summary-print-message-with-ps-print): Likewise.
4067         (wl-summary-folder-info-update): Likewise.
4068
4069         * wl-folder.el (wl-folder-check-one-entity):
4070         elmo-folder-count-flags instead of wl-summary-count-unread.
4071
4072         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4073
4074         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4075
4076         * wl-summary.el (wl-summary-set-message-modified): 
4077         Call wl-summary-set-mark-modified.
4078         (wl-summary-delete-messages-on-buffer): Call
4079         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4080         (wl-summary-sync-update): Call elmo-folder-length instead of
4081         elmo-folder-messages.
4082         (wl-summary-insert-headers): Don't call
4083         elmo-folder-list-message-entities.
4084
4085 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4086
4087         * wl-action.el (wl-summary-define-mark-action): Call
4088         `wl-summary-set-mark' with argument `data'.
4089         (wl-summary-auto-refile): Fixed order of arguments when call
4090         `wl-summary-refile'.
4091
4092 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4095
4096         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4097
4098         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4099         (Renamed from wl-highlight-summary-deleted-face).
4100         (wl-highlight-summary-resend-face): New face.
4101
4102         (wl-highlight-summary-deleted-face): Renamed from
4103         wl-highlight-summary-erased-face.
4104
4105         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4106
4107         * wl-action.el (wl-summary-get-resend-address): New function.
4108         (wl-summary-exec-action-resend): Ditto.
4109         (wl-summary-exec-action-resend-subr): Ditto.
4110
4111         * w-thread.el (wl-thread-copy): Removed definition.
4112         (wl-thread-refile): Ditto.
4113         (wl-thread-delete): Ditto.
4114         (wl-thread-target-mark): Ditto.
4115
4116         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4117         (wl-summary-target-mark-set-action): Fixed.
4118         (wl-summary-define-mark-action): Fixed quotation.
4119         (wl-summary-move-mark-list-messages): Display message.
4120         (wl-summary-define-mark-action): Define thread functions.
4121         (wl-summary-exec-action-refile): Changed message.
4122         (wl-summary-exec): Ditto.
4123
4124 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4125         
4126         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4127         '%%'.
4128
4129 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4130
4131         * wl.el (toplevel): Require wl-action.
4132         (wl-init): Call wl-summary-define-mark-action.
4133
4134         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4135
4136         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4137         wl-summary-delete and wl-summary-erase.
4138         (wl-summary-mode-map): Ditto.
4139
4140         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4141         wl-delete-folder-alist.
4142
4143         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4144         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4145         (toplevel): Moved mark & action related functions to the wl-action.el.
4146
4147         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4148         in wl-summary-mark-action-list.
4149         (wl-highlight-summary-current-line): Ditto.
4150
4151         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4152         empty lines.
4153
4154         * wl-action.el: New file. 
4155
4156 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4157
4158         * wl-summary.el (wl-summary-target-mark-replace): New function.
4159         (wl-summary-target-mark-prefetch): Use it.
4160         (wl-summary-target-mark-delete): Ditto.
4161         (toplevel): Rearranged definition order.
4162         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4163         (wl-summary-target-mark-erase): Rewrite.
4164         (wl-summary-erase-region): New function.
4165         (wl-summary-exec-action-erase): Changed message.
4166         (wl-summary-move-mark-list-messages): New function.
4167         (wl-summary-exec-action-delete): Use it.
4168         (wl-summary-exec-action-erase): Ditto.
4169
4170         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4171         (wl-summary-skip-mark-list): Added "d".
4172
4173         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4174         while searching.
4175
4176         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4177         and define using defcustom;
4178         Define 4th element as a face.
4179         
4180         * wl-summary.el (wl-summary-incorporate): Use 
4181         `wl-summary-prefetch-region-no-mark' instead of
4182         `wl-summary-prefetch-region'.
4183         (wl-summary-prefetch-region-no-mark): Revival of old
4184         `wl-summary-prefetch-region'.
4185         (wl-summary-mark-action-list): Moved to wl-vars.el
4186
4187         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4188         face according to the `wl-summary-mark-action-list'.
4189         (wl-highlight-summary-current-line): Ditto;
4190         Removed destination highlighting.
4191
4192         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4193         (wl-highlight-summary-line-string): Highlight for "i" mark.
4194         (wl-highlight-summary-current-line): Ditto.
4195
4196         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4197         no destination.
4198
4199         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4200         exists, just go ahead.
4201         (wl-summary-prefetch-region): Rewrite.
4202         (wl-summary-prefetch): Ditto.
4203         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4204         (wl-summary-exec-action-prefetch): New function.
4205         (wl-summary-target-mark-prefetch): Rewrite.
4206
4207 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4210         (wl-highlight-summary-line-string): Added "d" and "D".
4211         (wl-highlight-summary-current-line): Ditto.
4212
4213         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4214         in wl-summary.el.
4215         (wl-thread-insert-entity-sub): Ditto.
4216         (wl-thread-remove-destination-region): Ditto.
4217         (wl-thread-print-destination-region): Ditto.
4218
4219         * wl-summary.el (wl-summary-buffer-refile-list,
4220         wl-summary-buffer-delete-list,
4221         wl-summary-buffer-copy-list): Abolish.
4222         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4223         All other related portions are changed.
4224         (wl-summary-mark-action-list): New variable.
4225         (wl-summary-set-mark): New function.
4226         (wl-summary-register-target-mark): Ditto.
4227         (wl-summary-unregister-target-mark): Ditto.
4228         (wl-summary-have-target-mark-p): Ditto.
4229         (wl-summary-register-temp-mark): Ditto.
4230         (wl-summary-unregister-temp-mark): Ditto.
4231         (wl-summary-registered-temp-mark): Ditto.
4232         (wl-summary-collect-temp-mark): Ditto.
4233         (wl-summary-unset-mark): Ditto.
4234         (wl-summary-set-target-mark): Ditto.
4235         (wl-summary-unset-target-mark): Ditto.
4236         (wl-summary-set-action-generic): Ditto.
4237         (wl-summary-unset-action-generic): Ditto.
4238         (wl-summary-exec-action-delete): Ditto.
4239         (wl-summary-exec-action-erase): Ditto.
4240         (wl-summary-set-action-refile): Ditto.
4241         (wl-summary-set-action-refile-subr): Ditto.
4242         (wl-summary-unset-action-refile): Ditto.
4243         (wl-summary-make-destination-numbers-list): Ditto.
4244         (wl-summary-exec-action-refile): Ditto.
4245         (wl-summary-set-action-copy): Ditto.
4246         (wl-summary-unset-action-copy): Ditto.
4247         (wl-summary-exec-action-copy): Ditto.
4248         (wl-summary-collect-numbers-region): Ditto.
4249         (wl-summary-delete): Rewrite.
4250         (wl-summary-erase): Ditto.
4251         (wl-summary-remove-destination): Ditto.
4252         (wl-summary-exec): Ditto.
4253         (wl-summary-exec-region): Ditto.
4254         (wl-summary-target-mark-erase): Ditto.
4255         (wl-summary-refile): Ditto.
4256         (wl-summary-copy): Ditto.
4257         (wl-summary-unmark): Ditto.
4258         (wl-summary-delete-all-mark): Ditto.
4259         (wl-summary-mark-line): Don't highlight.
4260         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4261         (wl-summary-target-mark-refile-subr): Rewrite.
4262
4263         (wl-summary-copy-prev-destination): Abolish.
4264
4265 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4266
4267         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4268         default values along the value of wl-on-mule.
4269         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4270         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4271         It is not used anywhere.
4272
4273 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4274
4275         * wl-summary.el (wl-summary-print-destination): Keep position.
4276         (wl-summary-cursor-move-surface): Keep horizontal position.
4277
4278 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4279
4280         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4281         write sendlog.
4282
4283 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4284
4285         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4286         `wl-summary-highlight'.
4287
4288 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4289
4290         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4291         trivial condition for temp-mark.
4292
4293 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4294
4295         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4296         when it hits killed buffer.
4297
4298 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4299
4300         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4301         * wl-news.el.in: `message' and `error' take format string.
4302
4303 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4304
4305         * wl-folder (wl-folder-insert-entity): Display a message,
4306         `...done', when the work finish.
4307         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4308
4309 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4310
4311         * wl-message.el (wl-message-redisplay): Remove unused local
4312         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4313
4314 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4315
4316         * wl-summary.el (wl-summary-replace-status-marks): Disable
4317         interactive use.
4318         (wl-summary-reedit): Check message existence at first.
4319         (wl-summary-mark-line): Fix doc, return value is indefinite.
4320
4321         * wl-highlight.el (wl-highlight-message): Arranged.
4322
4323         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4324         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4325         check temp-mark by wl-summary-temp-mark always.
4326         (wl-highlight-summary): Change accordingly.
4327         * wl-summary.el (wl-summary-mark-as-read-all)
4328         (wl-summary-delete-cache, wl-summary-set-score-mark)
4329         (wl-summary-mark-as-unread, wl-summary-unmark)
4330         (wl-summary-mark-line, wl-summary-mark-as-read)
4331         (wl-summary-mark-as-important): Ditto.
4332
4333         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4334         end of the window if possible.
4335         * wl-summary.el (wl-summary-sync-update): Support lazy
4336         highlighting.
4337         (wl-summary-toggle-disp-msg): Ditto.
4338
4339 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4340
4341         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4342
4343 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4344
4345         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4346         change.
4347
4348 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4349
4350         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4351         API.
4352         (wl-summary-sync-update): Ditto.
4353
4354         * wl-score.el (wl-score-get-score-alist): Changed argument.
4355         (wl-summary-rescore-msgs): Likewise.
4356         (wl-summary-score-headers): Likewise.
4357         (wl-score-headers): Likewise;
4358         Use elmo-folder-do-each-message-entity, etc.
4359         (wl-summary-score-effect): Follow the changes above.
4360         (wl-summary-rescore): Ditto.
4361         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4362         (wl-score-get-overview): Abolish.
4363
4364         * wl-summary.el (wl-summary-default-from): Follow the API change in
4365         elmo-msgdb.
4366         (wl-summary-count-unread): Ditto.
4367         (wl-summary-detect-mark-position): Ditto.
4368         (wl-summary-overview-entity-compare-by-date): Ditto.
4369         (wl-summary-overview-entity-compare-by-number): Ditto.
4370         (wl-summary-overview-entity-compare-by-from): Ditto.
4371         (wl-summary-overview-entity-compare-by-subject): Ditto.
4372         (wl-summary-get-list-info): Ditto.
4373         (wl-summary-rescan): Ditto.
4374         (wl-summary-jump-to-msg-by-message-id): Ditto.
4375         (wl-summary-sync-update): Ditto; Removed comment.
4376         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4377         (wl-summary-insert-message): Use wl-summary-insert
4378         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4379         (wl-summary-insert-headers): Changed argument overview to folder.
4380         (wl-summary-search-by-subject): Likewise.
4381         (wl-summary-insert-thread): Renamed from 
4382         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4383
4384         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4385         too.
4386
4387         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4388         wl-string-member.
4389
4390 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4391
4392         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4393         elmo-folder-append-buffer.
4394         (wl-draft-queue-append): Likewise.
4395
4396         * wl-mime.el (wl-message-delete-current-part): Ditto.
4397         (wl-summary-burst-subr): Ditto.
4398
4399         * wl-news.el.in (wl-news-send-news): Ditto.
4400
4401 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4402
4403         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4404         function.
4405         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4406         (wl-summary-update-mark): Enclose with save-excursion.
4407         (wl-summary-mark-as-read-internal): Fixed last change.
4408         (wl-summary-mark-as-important): Use 3rd argument of
4409         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4410         Don't use elmo-msgdb-set-mark.
4411         (wl-summary-redisplay-internal): If msgdb flag is already read,
4412         just update the mark on buffer.
4413
4414 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4415
4416         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4417         cut visible folder when elmo-folder-delete returns non-nil value.
4418
4419 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4420
4421         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4422         by Kenichi OKADA <okada@opaopa.org>).
4423
4424 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4425
4426         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4427
4428 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4429
4430         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4431         Fixed the last change, search group entity by its real name.
4432         (Thanks to: KOBAYASHI Shinji)
4433
4434 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4435
4436         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4437         (wl-fldmgr-access-display-all): Don't refer visible name.
4438         * wl-expire.el (wl-folder-archive-current-entity)
4439         (wl-folder-expire-current-entity): Ditto.
4440         * wl-folder.el (wl-folder-jump-to-current-entity)
4441         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4442         (wl-folder-open-folder-sub,wl-folder-open-all)
4443         (wl-folder-write-current-folder): Ditto.
4444         (wl-folder-insert-entity): Don't use petname for normal group.
4445         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4446         is the real name.
4447         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4448         Abolished.
4449
4450 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4451
4452         * wl-draft.el (wl-draft-create-buffer): Add
4453         `wl-summary-reply-with-citation'
4454
4455 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4456
4457         * wl-draft.el (wl-draft-reply): Fixed.
4458
4459 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4462         when `wl-draft-send-confirm-with-preview' is non-nil.
4463         You can scroll up/down by j/k.
4464         (wl-draft-send-confirm-with-preview): New variable (default=t).
4465
4466 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4469         (wl-fldmgr-save-folders): Fix comment.
4470
4471 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4474         along the last change in `wl-folder-buffer-group-p'.
4475
4476 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4479         folder.
4480
4481         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4482         the default value.
4483
4484         * wl-mime.el (wl-summary-burst): Update summary only when target
4485         folder equals current folder.
4486
4487 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4490
4491 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4492
4493         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4494         value.
4495
4496 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4499         `map-extents' instead of `extent-at' repeatedly.
4500         (wl-highlight-folder-current-line): Ditto.
4501
4502         * wl-highlight.el: Remove useless dummy functions.
4503
4504 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4507         (wl-folder-put-folder-property): New function to put text property.
4508         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4509         (wl-folder-insert-entity, wl-folder-update-diff-line)
4510         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4511         * wl-e21.el, wl-xmas.el, wl-mule.el
4512         (wl-highlight-folder-current-line): Ditto.
4513         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4514         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4515         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4516         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4517
4518 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * Version number is increased to 2.11.3.
4521
4522 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4523
4524         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4525         Resume current-buffer since it is assumed by remaining tasks.
4526
4527 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4528
4529         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4530         (wl-folder-completion-function): Abolished.
4531         (wl-folder-complete-folder): New function.
4532         (wl-folder-complete-filter-condition): Ditto.
4533         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4534         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4535
4536 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-draft.el (wl-draft-send-confirm): New function.
4539         (wl-draft-send): Use it.
4540
4541         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4542         cursor-in-echo-area while confirming.
4543
4544         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4545
4546         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4547         searching via nntp if wl-summary-search-via-nntp is 'force.
4548         Otherwise, invoke searching in nntp folder only.
4549         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4550
4551         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4552         explicitly for mime-make-text-tag.
4553
4554 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4555
4556         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4557         `mime-make-text-tag' instead of `mime-create-tag'.
4558
4559 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4562         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4563
4564 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-score.el (wl-score-save): Bind print-length and print-level.
4567         (wl-score-pretty-print): Ditto.
4568         (wl-score-edit-insert-header-entry): Ditto.
4569
4570         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4571         "From" entry to be treated with wl-draft-eword-encode-address-list.
4572         * wl-mime.el (wl-draft-preview-message): Ditto.
4573
4574         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4575         (wl-summary-mark-as-unread): Ditto.
4576         (wl-summary-mark-as-read-region): Change accordingly.
4577         (wl-summary-mark-as-unread-region): Ditto.
4578         (wl-summary-target-mark-mark-as-read): Ditto.
4579         (wl-summary-target-mark-mark-as-unread): Ditto.
4580
4581 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * Version number is increased to 2.11.2.
4584
4585 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl-news.el.in (wl-news-previous-version-save): Bind
4588         print-length and print-level.
4589         * wl-thread.el (wl-thread-save-entities): Ditto.
4590         (wl-thread-save-top-list): Bind print-length.
4591
4592 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-highlight.el (wl-highlight-summary-line-string): Use
4595         wl-summary-score-below-mark, wl-summary-score-over-mark.
4596         (wl-highlight-summary-current-line): Ditto.
4597
4598 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4599
4600         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4601         insert it.
4602
4603 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4604
4605         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4606
4607 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4610         message without msgid.
4611         Rewrite with elmo-folder-move-messages.
4612         Set wl-message-buffer to nil.
4613
4614         * wl-summary.el (wl-summary-erase-subr): New function. Use
4615         elmo-folder-move-messages.
4616         (wl-summary-erase): Call it.
4617         (wl-summary-target-mark-erase): Ditto.
4618
4619 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4622         it is not up-tp-date.
4623
4624 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4627         buffer after calling `wl-summary-goto-folder-subr' without the
4628         argument `interactive'.
4629         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4630
4631 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4632
4633         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4634         `mime-create-tag'. Use `string=' instead of `looking-at'.
4635
4636 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4639         to avoid compile warning.
4640
4641         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4642         entity-id when folder is given.
4643         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4644         save-excursion, use save-selected-window instead.
4645         Select folder buffer window if exists.
4646         (To correct behavior with wl-folder-move-cur-folder.)
4647
4648 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4649
4650         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4651
4652 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4653
4654         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4655         list-count instead of %d.
4656
4657 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4660         (wl-news): Set it.
4661         (wl-news-append-to-folder): Use it.
4662
4663         * wl-news.el.in (wl-news-send-news): Append to specified folder
4664         instead of wl-default-folder.
4665         (wl-news-append-to-folder): Show error message with specified folder.
4666
4667         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4668                 In most major modes, Emacs assumes that any opening
4669                 delimiter found at the left margin is the start of a
4670                 top-level definition, or defun. Therefore, *never put an
4671                 opening delimiter at the left margin unless it should have
4672                 that significance.*
4673
4674         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4675
4676 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4677
4678         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4679
4680 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4681
4682         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4683
4684 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4685
4686         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4687         for sequential numbering case.
4688
4689 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4692         value.
4693         (wl-draft-reply-without-argument-list): Ditto.
4694         (wl-draft-reply-myself-with-argument-list): Abolish.
4695         (wl-draft-reply-myself-without-argument-list): Ditto.
4696         * wl-draft.el (wl-draft-self-reply-p): New function.
4697         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4698
4699 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4702         (avoid error for the case without byte-compiling)
4703
4704 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-news.el.in (wl-news-append-to-folder): New function.
4707         (wl-news-exit): Rewrite.
4708         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4709
4710 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4711
4712         * wl-draft.el (wl-draft-reply-position): New function.
4713         (wl-draft-reply-position): Fix.
4714         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4715         (wl-summary-target-mark-reply-with-citation): Ditto.
4716         (wl-summary-reply-with-citation): Ditto.
4717         * wl-vars.el (wl-draft-reply-default-position): New variable.
4718
4719 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4720
4721         * wl-draft.el (wl-draft-send): Preview when interactive send.
4722
4723 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4724
4725         * wl-draft.el (wl-draft-reply): Set default position.
4726         * wl-summary.el (wl-summary-reply): Ditto.
4727         (wl-summary-reply-with-citation): Ditto.
4728         (wl-summary-target-mark-reply-with-citation): Ditto.
4729
4730 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-news.el.in (wl-news-lang): Set default value according to
4733         current-language-environment.
4734         (wl-news-append-news): Do nothing when news-list is nil.
4735
4736 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4739         (wl-news): Change message.
4740         (wl-news-exit): Check buffer.
4741         (wl-news-force-exit): New function.
4742         (wl-news-show-all): New function.
4743         (wl-news-discard-and-exit): Fix.
4744
4745 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4748         according to current-language-environment.
4749
4750         * wl-news.el.in (wl-news): If arg, show all NEWS after
4751         wl-news-default-previous-version.
4752
4753 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4754
4755         * wl-news.el.in (wl-news-check): Rewritten.
4756         (wl-news-previous-version-load): Change data type.
4757         (wl-news-previous-version-save): Change data type.
4758         (wl-news-append-news): Add return value.
4759         (wl-news-check-news): New function.
4760         (wl-news-already-current-p): New function.
4761         (wl-news-send-news): Rewritten.
4762         (wl-news-mode-map): Add new keybind.
4763         (wl-news): Rewritten.
4764         (wl-news-exit): Rewritten.
4765         (wl-news-discard-and-mail): New function.
4766         (wl-news-send-to-address): Abolished.
4767         * wl.el (wl-init): Delete a message.
4768
4769 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4770
4771         * wl-news.el.in (wl-news-exit): Update previous version.
4772         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4773
4774 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4775
4776         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4777
4778 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4779
4780         * wl-news.el.in (wl-news): New function.
4781         (wl-news-mode): New function.
4782         (wl-news-next-line): New function.
4783         (wl-news-next-page): New function.
4784         (wl-news-exit): New function.
4785         (wl-news-buf-name): New variable.
4786         (wl-news-mode-map): New variable.
4787         (wl-news-winconf): New variable.
4788         (wl-news-append-news): Add an option.
4789
4790 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4791
4792         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4793
4794 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-news.el.in (wl-news-send-to-address): New variable.
4797         (wl-news-send-news): Use it.
4798         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4799         Return updating status.
4800         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4801
4802 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4803
4804         * wl-news.el.in (wl-news-send-news): Delete
4805         Organization and X-Face.
4806
4807 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4808
4809         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4810         (wl-news-append-news): New function.
4811         (wl-news-send-news): New function.
4812
4813 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * Version number is increased to 2.11.1.
4816
4817 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4818
4819         * wl-news.el.in : New file.
4820
4821 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4822
4823         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4824         default value.
4825         (wl-draft-reply-without-argument-list): Ditto.
4826
4827 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4828
4829         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4830         (wl-message-buffer-prefetch-idle-time): Ditto.
4831         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4832
4833 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4834
4835         * wl-thread.el (wl-thread-insert-message): Use
4836         wl-summary-max-thread-depth.
4837
4838         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4839         loop detection.
4840
4841         * wl-message.el (wl-message-buffer-display): Back to the first page
4842         when cache is hit.
4843
4844 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4847
4848         * wl-summary.el (wl-summary-insert-thread-entity):
4849         If the thread depth is reached to wl-summary-max-thread-depth,
4850         divide the thread.
4851
4852 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4853
4854         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4855         for elmo-remove-passwd.
4856
4857 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4858
4859         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4860         folder is sticky.
4861         (wl-folder-mark-as-read-all-entity): Ditto.
4862         (wl-folder-prefetch-entity): Ditto.
4863
4864 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4865
4866         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4867
4868 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4869
4870         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4871         Delete messages on buffer for unplugged operation.
4872         (wl-summary-erase): Ditto.
4873
4874 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4875
4876         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4877         take nil so as not to search parent by subject.
4878
4879 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4882         (wl-folder-get-next-folder): Ditto.
4883         (wl-folder-get-path): Ditto.
4884
4885 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4888         system and encode the region with it before verifying.
4889
4890 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4891
4892         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4893         system of the echo buffer before decoding.
4894
4895 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4896
4897         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4898         original contents.
4899
4900 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4901
4902         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4903         with argument 'any-exists.
4904
4905 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4906
4907         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4908         Use `wl-cs-autoconv'.
4909
4910 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4911
4912         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4913         by `mime-view-automatic-conversion'.
4914
4915         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4916         (wl-message-verify-pgp-nonmime): Ditto.
4917         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4918         Bind them to C-c:d and C-c:v respectively.
4919
4920         Merge following code by Teranishi-san from [wl-en:00167].
4921         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4922         (wl-mime-preview-application/pgp-encrypted): Ditto.
4923         (wl-mime-setup): Add entry.
4924
4925 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-summary.el (wl-summary-target-mark-erase): New function.
4928         Bind it to "mD".
4929
4930 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4931
4932         * wl-vars.el (wl-draft-write-file-function): Fix.
4933         (wl-draft-reedit-hook): Changed default value.
4934
4935         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4936         wl-draft-reedit-hook.
4937         (wl-draft-remove-text-plain-tag): New function.
4938         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4939
4940         * wl-vars.el (wl-draft-write-file-function): New user option.
4941
4942         * wl-draft.el (wl-draft-prepare-edit): Use it for
4943         local-write-file-hooks.
4944         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4945
4946         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4947         (wl-draft-insert-mail-header-separator): Return the body beginning
4948         point.
4949         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4950         text/plain.
4951         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4952
4953 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-summary.el (wl-summary-erase): New function to erase message
4956         without moving it to trash. Bind to "D".
4957
4958         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4959         as `keep' unless switch-function.
4960
4961 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4962
4963         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4964         message buffer by using `wl-summary-toggle-disp-msg'.
4965         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4966         buffer window.
4967         (wl-summary-supresedes-message): Ditto.
4968
4969         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4970         Do not delete other windows.
4971         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4972         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4973         (wl-draft-create-buffer): Set reply-or-forward also for target
4974         mark commands.
4975
4976 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4977
4978         * wl-draft.el (wl-user-agent-compose): Delete special case for
4979         switch-to-buffer-other-window.
4980
4981         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4982         (wl-summary-forward): Ditto.
4983
4984         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4985         function.
4986         (wl-draft-buffer-style): New use option.
4987
4988         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4989         (wl-draft): Follow the change above.
4990         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4991         wl-draft-buffer-style.
4992         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4993         switch-function.
4994
4995 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4996
4997         * wl-address.el (wl-address-make-completion-entry): Extracted from
4998         `wl-address-make-completion-list'.
4999         (wl-address-enable-strict-loading): New variable.
5000         (wl-address-make-completion-list): Revive petname duplication
5001         inquiry, and enable it if `wl-address-enable-strict-loading'.
5002         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5003
5004 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-message.el (wl-message-get-original-buffer): Avoid
5007         'Selecting deleted buffer' error when original buffer is killed.
5008
5009 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5010
5011         * wl-summary.el (wl-summary-next-message): Use
5012         elmo-message-accessible-p instead of elmo-message-cached-p.
5013
5014 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5017
5018         * wl-thread.el (wl-thread-open-all-unread): Use
5019         elmo-folder-list-flagged instead of
5020         elmo-folder-list-messages-mark-match.
5021
5022         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5023         instead of elmo-folder-list-messages-mark-match.
5024         (wl-summary-move-spec-alist): New variable.
5025         (wl-summary-move-spec-plugged-alist,
5026         wl-summary-move-spec-unplugged-alist): Abolish.
5027         (wl-summary-next-message): Follow the change above.
5028         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5029         with 'no-msg' argument.
5030
5031         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5032         variable.
5033         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5034         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5035         (wl-message-buffer-prefetch-get-next): Follow the change above.
5036
5037 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5038
5039         * wl-version.el (wl-version): Changed codename.
5040
5041         * Version number is increased to 2.11.0.
5042
5043 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5044
5045         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5046         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5047         `wl-draft-config-variables'.
5048         (wl-draft-kill): Fixed problem when the draft is reedit.
5049
5050 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5053         buffer-modified status (Thanks to
5054         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5055
5056 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-util.el (wl-region-exists-p): New function.
5059
5060         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5061         Remove defvars for byte-compile warnings.
5062
5063 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5064
5065         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5066         defvar-maybe. Removed unused bind.
5067
5068 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5069
5070         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5071         summary buffer window before creating new frame.
5072         (wl-draft-reply): Ditto.
5073
5074 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5075
5076         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5077
5078 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5081
5082 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5083
5084         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5085         instead of `kill-region'.
5086
5087 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5090         (wl-highlight-summary-line-string): Use it.
5091         (wl-highlight-summary-current-line): Ditto.
5092
5093         * wl-mime.el (wl-message-delete-current-part): Check the class of
5094         mime-entity.
5095
5096         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5097
5098         * wl-summary.el (wl-summary-make-number-list): Initialize.
5099         (wl-summary-update-mark): New function.
5100         (wl-summary-reply): Put `answered' mark on the message.
5101         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5102
5103         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5104         (wl-draft-reply): Added optional argument `number';
5105         Set wl-draft-parent-number.
5106         (wl-draft-kill): Delete answered mark if it is a reply.
5107
5108 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5111         that originates in mime-preview-follow-current-entity.
5112         (wl-draft-yank-current-message-entity): Use it if region is active.
5113
5114         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5115         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5116         `wl-message-delete-current-part'.
5117         * wl-mule.el (wl-message-define-keymap): Ditto.
5118         * wl-xmas.el (wl-message-define-keymap): Ditto.
5119
5120 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5121
5122         * wl-mime.el (wl-message-delete-current-part): New function.
5123         (wl-mime-node-id-to-string): Ditto.
5124
5125         * wl-mime.el (wl-message-delete-current-part): Use existing
5126         original buffer which corresponds current mime-view buffer.
5127         (fetched buffer might have different structure, possibly)
5128
5129         * wl-mime.el (wl-message-delete-current-part): Quit if the
5130         message content differs from the actual message.
5131
5132 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5133
5134         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5135         order.
5136         (wl-summary-search-by-subject): Search parent message from tail;
5137         Check the existence of the parent message on the current thread tree.
5138         (wl-summary-update-thread): Check whether the line is inserted.
5139
5140 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-vars.el (wl-summary-line-format): Undo last change.
5143         * wl-summary.el (wl-summary-print-destination): Do not put
5144         invisible property when `wl-summary-width' is nil.
5145         (wl-summary-line-subject-minimum-length): Abolished.
5146         (wl-summary-line-subject): Ditto.
5147
5148 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-vars.el (wl-summary-line-format): Change default value.
5151         (wl-summary-subject-length-limit): Abolished.
5152         * wl-summary.el (wl-summary-line-subject): Ditto.
5153
5154 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5155
5156         * wl-template.el (wl-template-select): Added optional argument.
5157         If optional argument is specified, reverse
5158         `wl-template-visible-select'.
5159
5160 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5161
5162         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5163         Take prefix argument to force asking the destination folder.
5164
5165 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5166
5167         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5168         count and update status.
5169
5170 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5171
5172         * wl-summary.el (wl-summary-redisplay-internal): If
5173         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5174         after fetching.
5175
5176 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5177
5178         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5179         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5180
5181         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5182
5183 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5184
5185         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5186         (All other related portions are changed).
5187         (wl-summary-mark-as-read-all): Rewrite.
5188
5189 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5192         `wl-summary-mark-as-read'.
5193         (wl-summary-mark-as-unread): Rewrite.
5194         (wl-summary-mark-as-read): Added no-modeline argument.
5195         (wl-summary-resume-cache-status): Rewrite.
5196         (wl-summary-exec-subr): Remove unused local variable.
5197
5198 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5199
5200         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5201         logic to call `wl-summary-buffer-prev-folder-function'.
5202         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5203
5204 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5205
5206         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5207         is nil.
5208
5209 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5212         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5213         (wl-mime-setup): Add its entry.
5214
5215 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5216
5217         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5218         (wl-summary-delete-cache): Likewise.
5219         (wl-summary-mark-as-read): Rewrite.
5220
5221 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5222
5223         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5224         `wl-summary-count-unread'.
5225
5226         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5227
5228         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5229
5230 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5233         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5234         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5235         Renamed to the elmo-msgdb-*-mark.
5236         (wl-summary-score-marks): Follow the change above.
5237         (wl-summary-auto-refile-skip-marks): Ditto.
5238         (wl-summary-incorporate-marks): Ditto.
5239         (wl-summary-expire-reserve-marks): Ditto.
5240
5241         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5242         changes.
5243         (wl-thread-insert-top): Changed updating message.
5244
5245         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5246         variable.
5247         (wl-summary-count-unread): Count answered marks.
5248         (wl-summary-rescan): Call wl-summary-insert-message instead of
5249         wl-summary-append-message-func-internal.
5250         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5251         (wl-summary-prefetch-msg): Follow the variable name changes.
5252         (wl-summary-prefetch-region): Ditto.
5253         (wl-summary-mark-as-read-all): Follow the API changes;
5254         Don't call elmo-folder-replace-marks.
5255         (wl-summary-delete-cache): Follow the variable name changes.
5256         (wl-summary-resume-cache-status): Ditto.
5257         (wl-summary-update-status-marks): New function.
5258         (wl-summary-insert-message): New function.
5259         (wl-summary-sync-marks): Follow the variable name changes.
5260         (wl-summary-sync-update): Synchronize to the msgdb, too;
5261         Changed update messages.
5262         (wl-summary-make-number-list): Rewrite.
5263         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5264         (wl-summary-mark-as-unread): Follow the API changes.
5265         (wl-summary-exec-subr): Follow the variable name changes.
5266         (wl-summary-mark-as-read): Ditto.
5267         (wl-summary-move-spec-plugged-alist): Ditto.
5268         (wl-summary-move-spec-unplugged-alist): Ditto.
5269         (wl-summary-cursor-move-surface): Ditto.
5270
5271         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5272         variable name changes.
5273         (wl-highlight-summary-current-line): Ditto.
5274
5275         * wl-expire.el (wl-expire-refile): Follow the API change in
5276         elmo-folder-move-messages.
5277         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5278         (wl-summary-archive): Use elmo-folder-msgdb instead of
5279         elmo-msgdb-load.
5280
5281 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-mime.el (wl-draft-preview-message): Restore the position
5284         before evaluating wl-draft-send-hook in preview buffer.
5285
5286 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5289         when it creates new draft buffer.
5290
5291         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5292         without argument.
5293
5294         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5295         Evaluate content and if the value is string, insert it.
5296         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5297         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5298         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5299         wl-draft-config-sub-part-bottom): Use it.
5300
5301         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5302         with the folder name. The question was unintelligible when it is
5303         called from wl-save-status.
5304
5305 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5306
5307         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5308         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5309         cannot take second argument).
5310
5311 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5314         as t. Since type and subtype are not case sensitive (RFC 2045).
5315
5316 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5317
5318         * wl-vars.el (wl-message-mode-line-format): New variable.
5319         (wl-message-mode-line-format-spec-alist): Ditto.
5320         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5321         (wl-message-redisplay): Use wl-message-mode-line-format.
5322
5323 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5326
5327 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5328
5329         * wl-summary.el (wl-summary-default-from): Write description.
5330
5331 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5332
5333         * wl-vars.el (wl-ldap-objectclass): Abolish.
5334
5335         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5336         (wl-ldap-make-filter): Removed condition for objectclass.
5337         (wl-ldap-make-matched-value-list): Remove meaningless process.
5338         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5339         (wl-address-ldap-search): Don't add `*' to `pat' string;
5340         use ignore-errors; added `email';
5341         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5342         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5343         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5344
5345
5346 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-draft.el (wl-draft-parent-folder): Write description.
5349         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5350
5351 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5354         as "" (zero-length string) if no parent.
5355         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5356
5357 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-address.el (wl-address-make-completion-list): Skip duplication
5360         checking.
5361         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5362         `append'.
5363
5364 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5365
5366         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5367         instead of `beginning-of-buffer'.
5368
5369 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5372
5373 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5374
5375         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5376         Refer wl-message-buffer-name.
5377         (wl-message-wheel-down): Ditto.
5378
5379 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-vars.el (wl-message-buffer-name): New user option.
5382
5383         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5384         directly instead of making alist dinamically.
5385
5386         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5387         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5388         wl-message-buffer-cache-name.
5389         (wl-message-buffer-cache-clean-up): Ditto.
5390
5391         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5392
5393         * Version number is increased to 2.9.15.
5394
5395 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5396
5397         * wl-vars.el (wl-summary-default-view-alist): New user option.
5398
5399         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5400
5401         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5402         while deleting address.
5403         (wl-draft-delete-myself-from-cc): Ditto.
5404
5405         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5406         If optional argument is specified, reverse sort order.
5407
5408         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5409
5410 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5411
5412         * wl-thread.el (wl-thread-insert-message): Return parent number if
5413         exists.
5414         (wl-thread-update-indent-string-region): Use
5415         wl-thread-update-line-on-buffer-sub instead of
5416         wl-thread-update-line-on-buffer.
5417
5418 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5419
5420         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5421         (wl-folder-close-all): Ditto.
5422
5423 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5424
5425         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5426         and mailing-list:.
5427         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5428         value.
5429         (wl-summary-line-list-info): Print mailing-list name even when 
5430         list-number is empty.
5431
5432 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5433
5434         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5435
5436         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5437         (wl-draft-open-file): Ditto.
5438         (wl-draft-random-alphabet): Ditto.
5439
5440         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5441         bindings.
5442
5443 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5444
5445         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5446         * wl-vars.el (wl-draft-config-alist): Ditto.
5447
5448 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5449
5450         * Version number is increased to 2.9.14.
5451
5452         * wl.el (wl): Don't set wl-init as nil when error occured while
5453         auto-checking folders.
5454
5455         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5456         `elmo-expand-newtext'.
5457
5458 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5459
5460         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5461         `this-command' so that `wl-folder-goto-folder' contained in
5462         `wl-summary-keep-cursor-command' work.
5463
5464 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5465
5466         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5467         message buffer displaying state.
5468
5469 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-vars.el (wl-summary-default-view): New variable to specify
5472         default value for `wl-summary-buffer-view' instead of using
5473         set-default.
5474         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5475
5476 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5477
5478         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5479
5480         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5481
5482 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5483
5484         * wl-vars.el (wl-forward-subject-prefix): New variable.
5485         * wl-draft.el (wl-draft-forward): Use it.
5486
5487 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5488
5489         * wl-message.el (wl-message-prev-page): When it is called without
5490         lines argument, scroll down by wl-message-scroll-amount lines.
5491         (wl-message-next-page): Ditto.
5492         * wl-vars.el (wl-message-scroll-amount): Change default value
5493         to preserve current behavior.
5494
5495 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5496
5497         * wl-summary.el (wl-summary-prefetch-msg): Bind
5498         `wl-message-entity' to call `wl-summary-from-function'.
5499
5500 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5501
5502         * wl-message.el (wl-message-buffer-create): Run
5503         wl-message-buffer-created-hook.
5504
5505 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5506
5507         * wl-summary.el (wl-summary-sort-specs): New variable.
5508         (wl-summary-default-sort-spec): Ditto.
5509         (wl-summary-sort): Rewrite.
5510         (wl-summary-sort-by-list-info): New function.
5511
5512 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5513
5514         * wl-summary.el (wl-summary-get-list-info): New function.
5515         (wl-summary-sort): Rewrite.
5516         (wl-summary-line-list-info): Ditto.
5517         (wl-summary-line-list-count): Ditto.
5518         (wl-summary-refile-region): Fixed docstring.
5519
5520 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5523         `wl-folder-entity-hashtb' as completion table.
5524
5525 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5528         only when this command is called interactively; silence the byte-
5529         compiler.
5530
5531 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5532
5533         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5534         active in XEmacs.
5535
5536 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5537
5538         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5539         plural lines.
5540
5541 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5542
5543         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5544         of current line when the cursor is on the header name.
5545         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5546
5547 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5548
5549         * wl-util.el (wl-read-directory-name): Return displayed directory
5550         as the default value also on XEmacs.
5551
5552 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5555         formatting.
5556
5557 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5558
5559         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5560         argument and when it is non-nil, check face property before
5561         highlighting for each line.
5562         (wl-highlight-summary-window): Set it.
5563
5564 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5567         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5568
5569         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5570         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5571         (wl-draft-get-fcc-list): Likewise.
5572
5573 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5574
5575         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5576         (wl-thread-entity-cur): Ditto.
5577         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5578         wl-thread-indent-regexp setting.
5579         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5580
5581         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5582         wl-summary-lazy-highlight.
5583         (wl-summary-display-bottom): Ditto.
5584
5585         * wl-thread.el (wl-thread-open-close): Likewise.
5586
5587         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5588         from and subject;
5589         Bind wl-draft-use-frame;
5590         Enclose with save-window-excursion;
5591         Use wl-draft-create-buffer instead of with-temp-buffer;
5592         Use wl-draft-prepare-edit;
5593         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5594         Use wl-draft-send instead of wl-draft-raw-send.
5595
5596 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5597
5598         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5599         of using wl-from.
5600
5601 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5604         insert-buffer instead of clone-buffer.
5605         (wl-draft-doing-mime-bcc): New variable.
5606         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5607         infinite loop.
5608         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5609
5610         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5611         (wl-draft-mime-bcc-body): Ditto.
5612
5613         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5614         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5615         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5616         wl-draft-do-mime-bcc.
5617         (wl-draft-mime-bcc-field): New function.
5618         (wl-draft-do-mime-bcc): Ditto.
5619
5620         * wl-address.el (wl-address-complete-header-list): New variable.
5621         (wl-address-complete-header-regexp): Changed default value.
5622
5623         * Version number is increased to 2.9.13.
5624
5625 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5626
5627         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5628         it is differed.
5629
5630 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5631
5632         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5633         (wl-summary-line-list-count): Ditto.
5634
5635 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5636
5637         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5638         (wl-nntp-posting-function): New variable.
5639         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5640         `wl-nntp-posting-config-alist'.
5641
5642 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5643
5644         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5645         FLIM.
5646
5647 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5648
5649         * wl-summary.el (wl-summary-target-mark-refile-sub):
5650         Remove a nuisance funcall.
5651
5652 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5655         as t for `try-completion'.
5656
5657 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5658
5659         * wl-summary.el (wl-summary-default-from): Use
5660         wl-address-header-extract-address instead of
5661         std11-extract-address-components.
5662         (wl-summary-simple-from): Ditto.
5663         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5664         (wl-summary-insert-headers): Show message.
5665         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5666         for whole line.
5667         (wl-summary-default-from): Revert last change.
5668         (wl-summary-simple-from): Ditto.
5669         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5670         (wl-summary-mark-as-read-region): Follow the change above.
5671         (wl-summary-sync-marks): Ditto.
5672         (wl-summary-target-mark-mark-as-read): Ditto.
5673         (wl-summary-redisplay-internal): Ditto.
5674         (wl-summary-redisplay-no-mime-internal): Ditto.
5675         (wl-summary-redisplay-all-header): Ditto.
5676         (wl-summary-mark-as-read): Removed argument `cached';
5677         Use current cache status to set cache mark.
5678         (wl-summary-redisplay-internal): Follow the change above.
5679         (wl-summary-redisplay-no-mime-internal): Ditto.
5680         (wl-summary-redisplay-all-header): Ditto.
5681
5682         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5683
5684         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5685         Don't call itself recursively (Adviced by Yamaoka-san).
5686
5687 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5688
5689         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5690         bind wl-summary-highlight as nil to avoid error caused by missing
5691         local variables.
5692
5693 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl-vars.el (wl-invalid-character-message): New user option.
5696
5697         * wl-util.el (wl-set-string-width): If truncated string-width is
5698         larger than specified width, use `wl-invalid-character-message'.
5699
5700 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5701
5702         * wl-summary.el (wl-summary-prefetch-msg): 
5703         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5704
5705 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-vars.el (wl-summary-check-line-format): New user option.
5708         (wl-summary-line-format-file): Ditto.
5709
5710         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5711         variable.
5712         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5713         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5714         and `wl-summary-view-old-p' to check whether do a rescan or not.
5715         (wl-summary-view-old-p): New function.
5716         (wl-summary-line-format-changed-p): Ditto.
5717         (wl-summary-line-format-save): Ditto.
5718         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5719
5720         * wl-util.el (wl-set-string-width): Avoid using negative number
5721         for make-string.
5722
5723 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5724
5725         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5726         return value.
5727
5728         * wl-util.el (wl-set-string-width): Added optional argument
5729         `padding' (All other related portions are changed).
5730         (wl-line-parse-format): If the first letter of column number is
5731         `0', zero-padding the result (ex: "%05l").
5732
5733         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5734
5735 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5736
5737         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5738         sequential summary view.
5739
5740 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5743         if it doesn't have a -unix version.
5744
5745 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5748
5749 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5750
5751         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5752         content.
5753         (wl-draft): Follow the change above.
5754
5755         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5756
5757         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5758         and wl-folder-summary-line-format-alist contain %T and %P.
5759
5760         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5761         (wl-summary-mode-line-format): New user option.
5762         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5763         (wl-summary-line-format): Changed default value.
5764         (wl-summary-lazy-highlight): Changed default value.
5765
5766         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5767         change in wl-summary-create-line.
5768         (wl-thread-insert-entity-sub): Ditto.
5769
5770         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5771         (wl-summary-buffer-unread-status): Ditto.
5772         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5773         (wl-summary-buffer-persistent-mark-column): Ditto.
5774         (wl-summary-buffer-mode-line-formatter): Ditto.
5775         (wl-summary-buffer-mode-line): Ditto.
5776         (wl-summary-message-regexp): Abolished.
5777         (All other related portions are changed.)
5778         (wl-summary-detect-mark-position): New function.
5779         (wl-summary-buffer-set-folder): Setup
5780         wl-summary-buffer-mode-line-formatter.
5781         (wl-summary-mode): Setup selective-display;
5782         Setup pre-idle-hook when xemacs.
5783         (wl-summary-update-modeline): Rewrite.
5784         (wl-summary-jump-to-msg): Define as function;
5785         Changed regexp for searching messages.
5786         (wl-summary-message-number): Rewrite.
5787         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5788         Do rescan when old type summary cache.
5789         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5790         (wl-summary-remove-destination): Use '\r' to detect EOL.
5791         (wl-summary-print-destination): Ditto.
5792         (wl-summary-temp-mark): New inline function.
5793         (wl-summary-persistent-mark): Ditto.
5794         (wl-summary-line-number): New function.
5795         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5796         (wl-summary-line-list-count): New function.
5797         (wl-summary-create-line): Added argument persistent-mark.
5798         (All other related portions are changed)
5799         (wl-summary-create-line): Insert '\r'.
5800         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5801         (wl-summary-cursor-move-surface): New inline function.
5802         (wl-summary-prev): Use it.
5803         (wl-summary-next): Ditto.
5804
5805         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5806         wl-summary-message-regexp.
5807         (wl-highlight-summary): Delete progress message.
5808         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5809
5810         * Version number is increased to 2.9.12.
5811
5812 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5813
5814         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5815         variable (nil: no minimum).
5816         (wl-summary-line-subject): Add some spaces after subject by
5817         wl-summary-line-subject-minimum-length.
5818
5819 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5820
5821         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5822         and removed `F'.
5823         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5824         change above).
5825
5826 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5827
5828         * wl-summary.el (wl-summary-line-list-count): Reverted.
5829         (example setting in samples/*/dot.wl is also updated)
5830
5831 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5832
5833         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5834
5835         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5836
5837         * wl-vars.el (wl-summary-line-format): Addes some description to the
5838         docstring.
5839
5840         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5841         (wl-summary-line-close-bracket): Ditto.
5842         (wl-summary-line-children-number): Ditto.
5843         (wl-summary-line-thread-indent): Ditto.
5844         (wl-summary-line-children-and-from): Ditto.
5845
5846         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5847         't', 'c', 'F' and added 'C'.
5848
5849         * wl-util.el (wl-set-string-width): Accept negative value.
5850         (wl-line-parse-format): Added "%number(" and "%)".
5851
5852 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5853
5854         * wl-summary.el (wl-summary-line-list-count): Change format of the
5855         return value.
5856
5857 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5858
5859         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5860         from the recent message.el.
5861         (wl-draft-point-in-header-p): Ditto.
5862         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5863         wl-draft-beginning-of-line.
5864         * wl-e21.el (wl-draft-mode-map): Ditto.
5865         * wl-xmas.el (wl-draft-mode-map): Ditto.
5866
5867         * wl-folder.el: Sort macrodefs by dependencies.
5868
5869 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5870
5871         * wl-summary.el (wl-summary-prev): Fixed regexp.
5872         (wl-summary-next): Ditto.
5873
5874 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5875
5876         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5877
5878 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5879
5880         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5881         for backward compatibility.
5882
5883 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5884
5885         * wl-summary.el (wl-summary-line-list-count): New function, merged
5886         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5887         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5888         list counts.
5889
5890 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl-summary.el (wl-summary-create-line): Ignore errors while
5893         timezone-fix-time.
5894
5895         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5896
5897         * wl-summary.el (wl-summary-sync-update): Ditto.
5898         (wl-summary-default-from): Use wl-message-entity
5899         instead of entity.
5900
5901         * wl-summary.el (wl-summary-create-line): Fix.
5902
5903         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5904         (wl-summary-line-format): New user option.
5905         (wl-folder-summary-line-format-alist): Ditto.
5906         (wl-summary-from-width): Abolished.
5907
5908         * wl-util.el (toplevel): Require 'bytecomp.
5909         (wl-line-parse-format): New function.
5910         (wl-line-formatter-setup): New macro.
5911
5912         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5913         (wl-summary-buffer-line-formatter): New buffer local variable.
5914         (wl-summary-switch-to-clone-buffer): Follow the change above.
5915         (wl-summary-message-regexp): Fix.
5916         (wl-summary-from-func-internal): Abolished.
5917         (wl-summary-subject-func-internal): Ditto.
5918         (wl-summary-subject-filter-func-internal): Ditto.
5919         (All other related portions are changed.)
5920         (wl-summary-buffer-set-folder):
5921         Set up wl-summary-buffer-number-column and 
5922         wl-summary-buffer-line-formatter
5923         (All other related portions are changed.)
5924         (wl-summary-buffer-number-column-detect): Abolished.
5925         (All other related portions are changed.)
5926         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5927         (wl-summary-delete-all-temp-marks-on-buffer): Use
5928         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5929         (wl-summary-target-mark-delete): Ditto.
5930         (wl-summary-target-mark-refile-subr): Ditto.
5931         (wl-summary-target-mark-mark-as-read): Ditto.
5932         (wl-summary-target-mark-mark-as-unread): Ditto.
5933         (wl-summary-target-mark-mark-as-important): Ditto.
5934         (wl-summary-target-mark-save): Ditto.
5935         (wl-summary-replace-status-marks): Renamed from
5936         wl-summary-set-status-marks-on-buffer;
5937         Use wl-summary-message-regexp instead of
5938         wl-summary-buffer-number-regexp.
5939         (wl-summary-sync-update): Follow the change above.
5940         (wl-summary-goto-previous-message-beginning): New function.
5941         (wl-summary-mark-as-unread): Use it.
5942         (wl-summary-mark-as-important): Ditto.
5943         (wl-summary-line-formatter): New variable.
5944         (wl-summary-line-year): New function.
5945         (wl-summary-line-day): Ditto.
5946         (wl-summary-line-day-of-week): Ditto.
5947         (wl-summary-line-hour): Ditto.
5948         (wl-summary-line-minute): Ditto.
5949         (wl-summary-line-open-bracket): Ditto.
5950         (wl-summary-line-close-bracket): Ditto.
5951         (wl-summary-line-children-number): Ditto.
5952         (wl-summary-line-thread-indent): Ditto.
5953         (wl-summary-line-size): Ditto.
5954         (wl-summary-line-subject): Ditto.
5955         (wl-summary-line-from): Ditto.
5956         (wl-summary-line-children-and-from): Ditto.
5957         (wl-summary-create-line): Rewritten.
5958         (wl-summary-format-date): Abolished.
5959
5960         * wl-highlight.el (wl-highlight-summary-current-line): Use
5961         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5962         Use thread structure to detect thread top message.
5963
5964         * wl-draft.el (wl-default-draft-cite): Don't use
5965         wl-summary-from-func-internal.
5966
5967         * wl-refile.el (wl-refile-subject-learn): Don't use
5968         wl-summary-subject-filter-func-internal.
5969         (wl-refile-guess-by-subject): Ditto.
5970
5971         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5972         parameters.
5973
5974         * wl-thread.el (wl-thread-update-indent-string-region):
5975         Use wl-thread-update-line-on-buffer instead of
5976         wl-thread-update-indent-string.
5977         (wl-thread-update-children-number): Redefine using
5978         wl-thread-update-line-on-buffer.
5979         (wl-thread-update-indent-string): Abolished.
5980
5981         * Version number is increased to 2.9.11.
5982
5983 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5986         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5987         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5988
5989         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5990         as nil.
5991
5992         * wl-thread.el (wl-thread-open-all-unread): Use 
5993         elmo-folder-list-messages-mark-match.
5994         (wl-thread-insert-message): Removed argument `mark-alist'.
5995         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5996         elmo-msgdb-set-mark.
5997         (wl-thread-get-children-msgs-uncached): Likewise.
5998         (wl-thread-get-exist-children): Added argument include-self.
5999         (wl-thread-delete-message): Follow the change above.
6000
6001         * wl-summary.el (wl-summary-count-unread): Removed argument.
6002         (wl-summary-rescan): Follow the change above.
6003         (wl-summary-mark-as-read-region): Ditto
6004         (wl-summary-mark-as-unread-region): Ditto.
6005         (wl-summary-delete-messages-on-buffer): Ditto.
6006         (wl-summary-sync-update): Ditto.
6007         (wl-summary-switch-to-clone-buffer): Ditto.
6008         (wl-summary-goto-folder-subr): Ditto.
6009         (wl-summary-target-mark-mark-as-read): Ditto.
6010         (wl-summary-target-mark-mark-as-unread): Ditto.
6011         (wl-summary-target-mark-mark-as-important): Ditto.
6012         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6013         (wl-summary-update-thread): Removed argument `mark-alist'.
6014         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6015         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6016         (wl-summary-resume-cache-status): Likewise.
6017         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6018         elmo-msgdb-set-mark.
6019         (wl-summary-mark-as-read-all): Likewise.
6020         (wl-summary-delete-cache): Ditto.
6021         (wl-summary-auto-select-msg-p): Ditto.
6022         (wl-summary-mark-as-unread): Ditto.
6023         (wl-summary-no-auto-refile-message-p): Ditto.
6024         (wl-summary-mark-as-read): Ditto.
6025         (wl-summary-mark-as-important): Ditto.
6026         (wl-summary-auto-refile): Follow the change above.
6027         (wl-summary-delete-all-marks): Removed.
6028         (wl-summary-resume-marks-and-highlight): Ditto.
6029         (wl-summary-resume-marks): Ditto.
6030         (wl-summary-delete-important-msgs-from-list): Ditto.
6031         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6032
6033         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6034         wl-summary-count-unread.
6035
6036         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6037         (wl-summary-score-update-all-lines): Use
6038         elmo-msgdb-set-mark.
6039
6040 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6041
6042         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6043         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6044         (wl-summary-create-line): Renamed from
6045         wl-summary-overview-create-summary-line;
6046         Argument rearrangement.
6047         (wl-summary-update-thread): Follow the change above.
6048
6049         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6050         (wl-thread-insert-entity-sub): Likewise.
6051
6052         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6053         argument `overview', `mark-alist' and added `msgdb'.
6054
6055         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6056
6057         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6058         (wl-summary-rescan): Follow the change above.
6059         (wl-summary-sync-update): Ditto.
6060         (wl-summary-insert-thread-entity): Ditto;
6061         Don't use `let*' in every while loop;
6062         Detect infinite loop of threads.
6063         (wl-summary-update-thread): Removed argument `overview'.
6064
6065         * wl-thread.el (wl-thread-insert-message): Ditto.
6066
6067         * Version number is increased to 2.9.10.
6068
6069         * wl-message.el (wl-message-redisplay): Ignore errors while
6070         wl-message-redisplay-hook.
6071
6072 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6073
6074         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6075
6076 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl.el (wl): inhibit-quit while wl-folder.
6079
6080 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6081
6082         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6083         while msgdb access.
6084
6085 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6086
6087         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6088         even if no folder is not created.
6089
6090 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6091
6092         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6093
6094         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6095         implementation.
6096         (wl-summary-target-mark-thread): Ditto.
6097
6098         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6099
6100 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6101
6102         * wl-util.el (wl-display-bytes): Remove unused function.
6103
6104 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6105
6106         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6107         seems critical one (partially reverse the change in 2002/03/17).
6108
6109 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6110
6111         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6112         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6113
6114 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6115
6116         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6117         is not writable.
6118         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6119         plugged status instead of `'force' as 2nd argument.
6120
6121         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6122         is not creatable.
6123
6124         * Version number is increased to 2.9.9.
6125
6126 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6127
6128         * wl-summary.el (wl-summary-suspend): New function.
6129
6130 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6131
6132         * wl.el (wl): Do not check variables if check is nil.
6133         * wl-utils.el (wl-collect-draft): New function.
6134         * wl-folder.el (wl-folder-suspend): Put summary buffers
6135         and draft buffers at the end of buffer list.
6136         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6137
6138 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6139
6140         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6141         loop instead of recursive call.
6142
6143         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6144         2nd argument.
6145
6146 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6147
6148         * wl-draft.el (wl-draft-create-contents): Don't take neither
6149         (function . args) nor (string . something) any more.
6150
6151         * wl-version.el (wl-generate-user-agent-string): Return string
6152         without header symbol.
6153         * wl-draft.el (wl-draft-default-headers): Use it.
6154
6155         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6156         `wl-draft-insert-ccs' and return field value instead of inserting
6157         the header. Abolish cc argument.
6158         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6159
6160         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6161         rather than one with string car.
6162
6163         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6164         * wl-draft.el (wl-draft-create-contents): Add it after the default
6165         headers.
6166
6167         * wl-draft.el (wl-draft-create-contents): For the case of
6168         (symbol-or-string . function) insert header only when the function
6169         returns string value.
6170
6171 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6172
6173         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6174         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6175
6176 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6177
6178         * wl.el (wl-check-environment): Don't check Message-ID when
6179         `wl-insert-message-id' is nil.
6180         Revive checking if `wl-message-id-domain' contains "@".
6181
6182 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6183
6184         * wl.el (wl-check-environment): Merge examination for "@" at
6185         inappropriate position into the first string-match.
6186
6187         * wl-summary.el (wl-summary-target-mark-print): New function.
6188         (wl-summary-pipe-message-subr): Extracted from
6189         `wl-summary-pipe-message'.
6190         (wl-summary-target-mark-pipe): New function.
6191         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6192         `wl-summary-target-mark-pipe'.
6193
6194 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6195
6196         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6197
6198 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6199
6200         * wl.el (wl-check-environment): Use elmo-warning instead of
6201         error for non-critical ones.
6202         Remove trash folder check.
6203         (wl): Don't ignore error in wl-check-environment.
6204
6205         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6206         check, which is moved from `wl-check-environment'.
6207         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6208
6209 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6210
6211         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6212         guess anything, call wl-summary-write.
6213         (wl-summary-write): Create draft with blank To field.
6214         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6215
6216 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6217
6218         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6219         argument full as well for wl-folder-write-current-folder.
6220         If wl-*-write-current-folder cannot guess addressee, add blank
6221         To header.
6222         Rewrite condition for positioning cursor.
6223
6224 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6225
6226         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6227         summary buffer is present, use it.
6228         (wl-folder-jump-to-previous-summary): Ditto.
6229
6230 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6231
6232         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6233
6234         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6235         wl-summary-previous-buffer and wl-summary-next-buffer.
6236
6237         * wl-folder.el (wl-folder-mode-map): Bind
6238         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6239         (wl-folder-jump-to-next-summary): New function.
6240         (wl-folder-jump-to-previous-summary): Ditto.
6241
6242         * wl-draft.el (wl-draft): Rearranged.
6243
6244 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6245
6246         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6247         of header.
6248         (wl-draft): Collect arguments for the header as header-alist.
6249         (wl-draft-forward): Arrange arguments for wl-draft.
6250         (wl-draft-reply): Ditto.
6251         (wl-draft-edit-string): Ditto.
6252         * wl-summary.el (wl-summary-write): Ditto.
6253         (wl-summary-write-current-folder): Ditto.
6254
6255         * Version number is increased to 2.9.8.
6256
6257 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6258
6259         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6260
6261         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6262
6263         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6264         even if the guess failed.
6265
6266         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6267         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6268         wl-summary-write-current-folder.
6269         * wl-xmas.el: Ditto.
6270
6271 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6272
6273         * wl-summary.el (wl-summary-next-page): Force display message if
6274         message is not displayed yet.
6275         (wl-summary-prev-page): Ditto.
6276
6277 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6278
6279         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6280
6281 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6284         add "Preview Message" and "Save Draft and Exit".
6285
6286 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6287
6288         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6289         if addrmgr is called from draft in splitted window.
6290
6291         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6292         * wl-mule.el: Ditto.
6293         * wl-xmas.el: Ditto.
6294
6295 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6296
6297         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6298
6299         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6300         * wl-xmas.el (wl-folder-toolbar): Ditto.
6301
6302 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6303
6304         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6305         and wl-draft-save-and-exit.
6306         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6307         * wl-xmas.el: Ditto.
6308         * wl-mule.el: Ditto.
6309
6310         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6311         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6312
6313 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6316         lists for saving buffer.
6317
6318 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6319
6320         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6321         parent-folder argument instead of it.
6322         (wl-draft-create-buffer): Ditto.
6323         (wl-draft-forward): Ditto.
6324         (wl-draft-reply): Ditto.
6325         * wl-summary.el (wl-summary-write): Ditto.
6326         (wl-summary-write-current-folder): Ditto.
6327
6328         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6329         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6330         Folder buffer after composing.
6331
6332 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6335         header if the file `wl-x-face-file' already contains it.
6336
6337 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6338
6339         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6340         folder" entry.
6341         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6342         * wl-e21.el (wl-folder-toolbar): Ditto.
6343         * wl-xmas.el (wl-folder-toolbar): Ditto.
6344
6345 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6346
6347         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6348         wl-folder-goto-folder with sticky argument.
6349         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6350
6351 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6354         and wl-summary-previous-buffer.
6355         (wl-summary-next-buffer): New function.
6356         (wl-summary-previous-buffer): Ditto.
6357
6358 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6359
6360         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6361         wl-folder-jump-to-current-entity-with-arg.
6362         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6363         `wl-folder-jump-to-current-entity'.
6364         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6365         `wl-summary-goto-folder-sticky'.
6366         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6367         `wl-summary-goto-folder'.
6368         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6369         Unless force-exit, do not clean temp. marks for sticky summary.
6370         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6371
6372 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6375         not entire.
6376
6377 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6378
6379         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6380         to `C-x C-s'.
6381         (wl-summary-save-status): New command.
6382         (wl-summary-exit): Don't clean-up temp marks when sticky.
6383         (Applied patch from Nakayama-san [wl: 09548])
6384         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6385         Do nothing when no mark data.
6386         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6387         Call `wl-summary-delete-all-temp-marks' before saving.
6388
6389 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6390
6391         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6392
6393 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6394
6395         * wl.el (wl-check-environment): Also cause error when (system-name)
6396         returns "localhost.localdomain". (Although it doesn't affect because
6397         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6398
6399 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6400
6401         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6402         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6403
6404         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6405         value.
6406
6407 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6410         Likewise r-cc-list and r-ng-list.
6411
6412 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6415         only if it is bound as variable.
6416
6417         * wl-mime.el (wl-draft-preview-message): Ditto.
6418
6419 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6422         needless `goto-char'.
6423
6424         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6425         `wl-summary-redisplay-no-mime-internal' instead of
6426         `wl-summary-redisplay-no-mime'.
6427         (wl-summary-redisplay-no-mime): Changed argument;
6428         Call `wl-summary-redisplay-no-mime-internal'.
6429
6430         * wl-mime.el (wl-draft-preview-message): Bind
6431         `mime-header-encode-method-alist' locally.
6432
6433         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6434         (wl-draft-std11-parse-addresses): Added the first address check.
6435         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6436
6437         * Version number is increased to 2.9.7.
6438
6439 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6440
6441         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6442
6443 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6444
6445         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6446         related to scrollbar support, if there is no such a feature
6447         compiled in.
6448
6449 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6450
6451         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6452         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6453         for prefetch.
6454
6455 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6456
6457         * wl-summary.el (wl-summary-pick): Fix for no match.
6458
6459 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-draft.el (wl-draft-save):
6462         Override `mime-header-encode-method-alist'.
6463
6464 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-folder.el (wl-folder-pick): New function.
6467         Define key as "?".
6468
6469 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6470
6471         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6472         Fix for unplugged.
6473
6474 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl-folder.el (wl-folder-virtual): New function.
6477         Define key as "V".
6478
6479 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6482         multi folder if entity is group.
6483
6484 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6485
6486         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6487         is nil.
6488
6489 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6492         (wl-summary-target-mark-msgs): Return the number of marked messages.
6493
6494 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6495
6496         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6497         "first:" is specified.
6498
6499 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6500
6501         * wl-vars.el (wl-from): Use return value of function
6502         user-full-name instead of the variable user-full-name since
6503         XEmacs-20.4 doesn't set this variable.
6504
6505 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6508         call `wl' directly.
6509
6510 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6511
6512         * wl-draft.el (wl-draft-reedit): Removed duplicated
6513         switch-to-buffers.
6514
6515 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * wl.el (wl-other-frame): Removed garbages.
6518
6519 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6522
6523         * wl-xmas.el (wl-draft-key-setup): Ditto.
6524
6525         * wl-mule.el (wl-draft-key-setup): Ditto.
6526
6527         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6528         (wl-draft-reedit): Ditto.
6529         (wl-draft-prepare-edit): Add `wl-draft-save' to
6530         `local-write-file-hooks'.
6531         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6532         (wl-draft-reedit): Set buffer-file-name.
6533         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6534
6535
6536         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6537         call it.
6538         (wl-delete-startup-frame-function): New variable.
6539         (wl-other-frame): New function
6540         (Original was written by Yamaoka san [wl: 09239]).
6541
6542         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6543         if `wl-folder-use-frame'.
6544
6545 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6548
6549 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6550
6551         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6552         New variable.
6553         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6554         (wl-message-buffer-prefetch-get-next): Use them.
6555         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6556
6557 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6558
6559         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6560         with unwind-protect.
6561
6562         * wl-draft.el (wl-draft-reedit): Rewrite.
6563         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6564         (wl-draft-save): Insert header separator if it does not exist;
6565         Removed condition-case.
6566
6567         * wl-summary.el (wl-summary-reedit): Revert last change.
6568
6569         * wl-draft.el (wl-draft-save): Rewrite.
6570         (wl-draft-create-buffer): Set buffer-file-name as nil.
6571
6572         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6573
6574         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6575
6576         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6577         nil.
6578
6579 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6580
6581         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6582         If count is nil, do not prefetch.
6583         (wl-message-buffer-prefetch-next): Next.
6584
6585 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6588
6589 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6592         `delete-backward-char'
6593         (wl-draft-prepare-edit): Check major-mode.
6594         (wl-draft-decode-header): Rewrite.
6595         (wl-draft): Fix.
6596
6597 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6598
6599         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6600
6601 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6602
6603         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6604         (wl-message-buffer-prefetch-get-next): Remove size checking.
6605         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6606
6607 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6610         (wl-draft-default-headers): Fix.
6611
6612 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6613
6614         * wl-draft.el (wl-draft-default-headers): Insert return value of
6615         `wl-generate-mailer-string-function'.
6616
6617 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6618
6619         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6620         (wl-draft-insert-mail-header-separator): Ditto.
6621
6622         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6623         again (Reverted the change on 2002-01-17 by OKADA san).
6624
6625 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-draft.el (wl-draft): Rewrite.
6628         (wl-draft-create-buffer): New function.
6629         (wl-draft-create-contents): Ditto.
6630         (wl-draft-prepare-edit): Ditto.
6631         (wl-draft-decode-header): Ditto.
6632         (wl-draft-decode-body): Ditto.
6633         (wl-draft-check-new-line): Ditto.
6634         (wl-draft-default-headers): Ditto.
6635         (wl-draft-insert-mail-header-separator): Ditto.
6636
6637 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6638
6639         * Version number is increased to 2.9.6.
6640
6641 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-draft.el (wl-draft-delete-field): Optional argument.
6644         (wl-draft-delete-fields): Ditto.
6645
6646 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6647
6648         * wl-message.el (toplevel): Eliminated byte-compile warning.
6649         for `itimer-function', `delete-timer' and `itimer-list'.
6650
6651 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6654         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6655         `wl-message-buffer-prefetch-threshold'.
6656         * wl-summary.el (wl-summary-redisplay-internal): Remove
6657         the check of `wl-message-buffer-prefetch-depth'.
6658
6659 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6662         size of article.
6663         (wl-message-buffer-prefetch-subr): Remove size check.
6664
6665 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6666
6667         * wl-vars.el (wl-plugged): Make customizable.
6668
6669 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6670
6671         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6672         (wl-message-buffer-prefetch-set-timer): New function.
6673         (wl-message-buffer-prefetch-get-next): New function.
6674         (wl-message-buffer-prefetch): New function.
6675         (wl-message-buffer-prefetch-next): Rewrite.
6676         (wl-message-buffer-prefetch-subr): Rewrite.
6677         * wl-vars.el (wl-auto-prefetch-first): New variable.
6678         * wl-summary.el (wl-summary-goto-folder-subr): Call
6679         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6680
6681 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6684         `wl-summary-unread-message-hook'.
6685
6686 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6689         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6690         if range is `cache-status'.
6691
6692 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6693
6694         * wl-message.el (wl-message-buffer-prefetch-subr):
6695         Improve debug message.
6696
6697 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6700         `wl-mail-send-pre-hook'.
6701         (wl-draft-send-mail-with-qmail): Ditto.
6702         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6703
6704 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6705
6706         * wl-message.el (wl-message-buffer-prefetch-subr):
6707         Fix for cancel-function-timers bug.
6708         (wl-message-buffer-prefetch-debug): Default value is t.
6709
6710 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6711
6712         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6713         (wl-message-buffer-prefetch-subr): Rewrite.
6714         Rename from `wl-message-buffer-prefetch'.
6715
6716 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6717
6718         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6719         (wl-default-draft-cite-decorate-author): Ditto.
6720
6721         * wl-draft.el (wl-draft-cite-function): Removed.
6722         (wl-default-draft-cite-decorate-author): Ditto.
6723
6724 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6725
6726         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6727         (wl-default-draft-cite): Do not arrange author name if the value of
6728         `wl-default-draft-cite-decorate-author' is nil.
6729
6730 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6733
6734         * wl-folder.el (wl-folder-check-one-entity): Don't care
6735         `elmo-folder-use-flag-p'.
6736
6737 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6738
6739         * wl-folder (wl-folder-check-one-entity): Fix
6740         problem if unread is nil.
6741
6742 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6743
6744         * wl-address.el (wl-address-make-completion-list): Check whether
6745         the address is a group list.
6746         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6747
6748 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6749
6750         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6751         The number of the messages of new and unread does not count
6752         correctly.
6753
6754         * wl-summary.el (wl-summary-count-unread): Changed to return
6755         `(new . unread)' instead of total.
6756         (wl-summary-sync-update): Follow the change above.
6757
6758         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6759
6760 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6761
6762         * wl-address.el (wl-address-make-completion-list): Do not enclose
6763         address by " <" and ">" if associated realname is "".
6764         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6765         This is against the promblem with group list in .addresses pointed
6766         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6767
6768 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6769
6770         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6771         message is a format control string.
6772         * wl-expire.el (wl-expire-append-log): Ditto.
6773         * wl-mime.el (wl-summary-burst-subr): Ditto.
6774         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6775         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6776
6777 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6778
6779         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6780         wl.el (wl-check-variables): Rename from `wl-check-type'.
6781         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6782         (wl-check-variables-2): New function.
6783         (wl): Call `wl-check-variables-2'.
6784
6785 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6786
6787         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6788         after renaming folder in access group.
6789
6790 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6791
6792         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6793         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6794         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6795         (wl-message-buffer-prefetch): Rewrite.
6796         (wl-message-buffer-prefetch-idle-time): Removed.
6797         * wl-summary.el (wl-summary-redisplay-internal):
6798         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6799         Error check for `wl-message-buffer-prefetch-depht'.
6800
6801 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6802
6803         * Version number is increased to 2.9.5.
6804         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6805
6806 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6807
6808         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6809         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6810         Based on the patch written by
6811         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6812
6813 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-draft.el (wl-draft-raw-send): Fix for
6816         `wl-news-send-pre-hook'
6817
6818 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-utils.el (wl-message-id-function): New variable.
6821         * wl-draft.el (wl-draft-insert-required-fields):
6822         Use `wl-message-id-function'.
6823
6824 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6825
6826         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6827         * wl-utils.el (wl-draft-make-message-id-string):
6828         Use `wl-from' for domain part of Message-ID
6829         if `wl-message-id-use-wl-from' if non-nil.
6830         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6831
6832 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6833
6834         * wl.el (wl): Call `wl-check-type'
6835         Do not 'condition-case'.
6836
6837 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6838
6839         * wl.el (wl-check-type): New function.
6840         (wl-check-type-variables): New variable.
6841
6842 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6843
6844         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6845
6846 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6847
6848         * wl-draft.el (wl-smtp-password-key): New function.
6849         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6850         (wl-draft-send-mail-with-smtp): Ditto.
6851         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6852
6853 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6856         * wl-utils.el (wl-unique-id-suffix): Remove.
6857
6858 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * Version number is increased to 2.9.4.
6861
6862 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6863
6864         * wl-utils.el (wl-unique-id-suffix): New variable.
6865         (wl-unique-id): Use `wl-unique-id-suffix'
6866
6867 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6868
6869         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6870         instead of `elmo-msgdb-search'.
6871
6872         * Version number is increased to 2.9.3.
6873
6874 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6875
6876         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6877
6878 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6879
6880         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6881         (wl-draft-dispatch-message): Changed for send-later.
6882         (wl-draft-queue-flush): Ditto.
6883         (wl-draft): Clear `wl-sent-message-queued'.
6884         (wl-draft-reedit): Ditto.
6885         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6886         * wl-vars.el (wl-draft-force-queuing): New variable.
6887         (wl-draft-force-queuing-mail): New variable.
6888         (wl-draft-force-queuing-news): New variable.
6889
6890 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6891
6892         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6893         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6894
6895 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6896
6897         * Version number is increased to 2.9.2.
6898
6899 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * wl-draft.el (wl-draft-elide-region): New user command.
6902         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6903
6904         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6905         command `wl-draft-elide-region'.
6906         * wl-mule.el: Ditto.
6907         * wl-xmas.el: Ditto.
6908
6909 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6912         (wl-biff-check-folder-async): Removed needless let.
6913
6914 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6915
6916         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6917         wl-folder-get-elmo-folder.
6918         (wl-biff-check-folder): Set `biff' argument of
6919         `wl-folder-check-one-entity'.
6920         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6921
6922         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6923         (wl-folder-check-one-entity): Added `biff' argument;
6924         Setup `biff' slot of folder.
6925
6926         * Version number is increased to 2.9.1.
6927
6928 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6931         comment out and fixed.
6932         (wl-fldmgr-add-completion-subr): Ditto.
6933
6934         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6935         and msgdb.
6936
6937         * wl.el (wl-toggle-plugged): Save summary view.
6938
6939 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6942
6943 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6944
6945         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6946
6947 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6950         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6951         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6952
6953         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6954         if it was failed.
6955         (wl-demo): Disable undo in the demo buffer.
6956
6957 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-version.el (wl-version): Changed codename.
6960
6961         * Version number is increased to 2.9.0.
6962
6963 2001-12-14  Takuo KITAME <kitame@northeye.org>
6964
6965         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6966         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6967         (wl-folder-mark-as-read-all-current-entity): Ditto.
6968
6969 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-vars.el (wl-from-width): Define as obsolete variable.
6972         (wl-subject-length-limit): Ditto.
6973
6974         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6975
6976         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6977         wl-summary-save-view.
6978
6979         * wl.el (wl-save-status): Ditto.
6980         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6981
6982         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6983         (wl-summary-exit): Follow the change above.
6984         (wl-summary-goto-folder-subr): Ditto.
6985
6986         * wl-folder.el (wl-folder-create-subr): Don't use
6987         `elmo-folder-creatable-p'.
6988
6989 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6990
6991         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6992
6993 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6996         rather than bitmap on Emacs 21.
6997         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6998         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6999         for xbm if the new redisplay engine is not available.
7000
7001 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-folder.el (wl-folder-init-hook): New hook.
7004         (wl-folder-init): Run `wl-folder-init-hook'.
7005
7006 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7009
7010 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * wl-acap.el (wl-acap-cache-filename): New variable.
7013         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7014         (wl-acap-init): Use cache if no ACAP server found.
7015
7016 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7017
7018         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7019         `wl-acap-original-msgdb-dir'.
7020
7021         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7022         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7023
7024         * wl-mime.el (wl-mime-save-directory): Renamed from
7025         `wl-mime-save-dir'.
7026
7027 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7030
7031         * wl-demo.el: Require `path-util'.
7032         (wl-demo-bitmap-mule-available-p): New internal variable.
7033         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7034         `module-installed-p' instead.
7035         (wl-demo-insert-image): Use *.img file for a bitmap image.
7036         (wl-demo): Don't call the ascii demo recursively.
7037
7038 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7039
7040         * Version number is increased to 2.7.7.
7041
7042 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7043
7044         * wl.el (wl-exit): Eliminated byte-compile warning.
7045
7046 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7047
7048         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7049         obsolete variable using `elmo-define-obsolete-variable'.
7050         (wl-fetch-confirm-threshold): Ditto.
7051         (wl-cache-prefetch-folder-type-list): Ditto.
7052         (wl-cache-prefetch-folder-list): Ditto.
7053
7054 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7057         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7058         (wl-demo-insert-image): New function.
7059         (wl-demo-insert-text): New function.
7060         (wl-demo-image-type-alist): Redefine as a function.
7061         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7062         (wl-demo-with-temp-file-buffer): Removed.
7063         (wl-logo-xpm): Removed.
7064         (wl-logo-xbm): Removed.
7065         (wl-logo-bitmap): Removed.
7066
7067 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7068
7069         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7070         (wl-expire-localdir-get-folder-function): New user option.
7071         (wl-expire-localdir-get-folder): New function.
7072         (wl-expire-localdir-date): Ditto.
7073
7074 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7075
7076         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7077         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7078         Fixed unread number mismatch when all-unread < unread.
7079
7080 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7083         (wl-fetch-confirm-threshold): Ditto.
7084
7085         * wl-summary.el (wl-summary-confirm-appends): Removed.
7086         (wl-summary-sync-update): Don't refer
7087         `wl-summary-update-confirm-threshold' (It is now abolished).
7088
7089         * wl-message.el (wl-message-display-internal): Don't refer
7090         `wl-fetch-confirm-threshold' (It is now abolished).
7091
7092 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7095
7096 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7097
7098         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7099         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7100         Change default value to nil.
7101         (wl-summary-indent-length-limit): The value can be nil, nil means
7102         unlimited.
7103
7104         * wl-summary.el: Don't set limit for indent length if the value of
7105         wl-summary-indent-length-limit is nil.
7106         If the value of wl-summary-width is nil, it means only that the width
7107         of summary is unlimited (nil doesn't mean that the indent length is
7108         unlimited).
7109
7110         * wl-thread.el: Ditto.
7111
7112 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7113
7114         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7115         be nil, nil means never confirm.
7116         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7117
7118 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7119
7120         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7121         means unlimited).
7122
7123 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7126         Use `with-temp-buffer'.
7127
7128 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7131         with new backquote style).
7132         (wl-folder-get-entity-from-buffer): Ditto.
7133
7134 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7135
7136         * wl-version.el (nemacs-version): Eliminated.
7137         (wl-extended-emacs-version2): Ignore nemacs.
7138         (wl-extended-emacs-version3): Ditto.
7139
7140 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7141
7142         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7143         (wl-draft-add-in-reply-to): New variable.
7144         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7145         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7146         (wl-draft-yank-from-mail-reply-buffer): Use
7147         `wl-draft-add-in-reply-to'.
7148         (wl-draft-insert-current-message): Ditto.
7149
7150 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7151
7152         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7153         typo (kill->hide).
7154         (wl-message-buffer-prefetch-folder-type-list): Added elements
7155         `mark' and `cache' instead of `internal'.
7156
7157 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7160         resume msgdb directory.
7161
7162 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl.el (wl-exit): Call `wl-acap-exit'.
7165
7166         * wl-summary.el (wl-summary-message-string): New function.
7167         (wl-summary-reedit): Use it.
7168         (wl-summary-resend-bounced-mail): Remove needless let.
7169         (wl-summary-supersedes-message): Ditto.
7170         (wl-summary-save): Ditto.
7171
7172         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7173         (wl-acap-init): Set it.
7174         (wl-acap-exit): New function.
7175
7176 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7177
7178         * wl.el (wl-init): Revert (require 'mime-setup). move from
7179         toplevel.
7180
7181 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7182
7183         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7184         local variables.  Add error when guess function return invalid
7185         value.
7186
7187 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7188
7189         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7190         Change local variable name.
7191         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7192         (wl-folder-get-newsgroups): Return nil when non-news folder.
7193         * wl-summary.el (wl-summary-write-current-folder): State through
7194         when guess-list return nil.
7195         (wl-summary-write-current-folder-functions): Fixed docstring.
7196
7197         * wl.el (wl-exit): Changed confirm message.
7198
7199         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7200         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7201
7202         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7203
7204 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7205
7206         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7207         user option (Renamed from wl-cache-prefetch-folder-type-list).
7208         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7209         from wl-cache-prefetch-folder-list).
7210
7211         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7212         Move to wl-vars.el.
7213         (wl-message-buffer-prefetch-p): Changed to enable
7214         `wl-message-buffer-prefetch-folder-list'.
7215
7216         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7217         `ignore-cache'.
7218
7219 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7220
7221         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7222         `part-top' and `part-bottom'.
7223         (wl-draft-config-sub-part-top): New function.
7224         (wl-draft-config-sub-part-bottom): New function.
7225
7226 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7227
7228         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7229
7230 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7231
7232         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7233
7234 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7235
7236         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7237
7238         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7239         (wl-summary-write-current-folder): Ditto.
7240
7241 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7242
7243         * wl-folder.el (wl-folder-get-newsgroups): Use
7244         `elmo-folder-newsgroups'.
7245
7246 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7247
7248         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7249         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7250         `wl-draft-config-sub-header-bottom'.
7251
7252 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7253
7254         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7255         localnews folder.
7256
7257 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7258
7259         * wl-summary.el (wl-summary-mode): Undo last change.
7260
7261         * wl-folder.el (wl-folder-mode): Ditto.
7262
7263 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7264
7265         * wl-summary.el (wl-summary-mode): Locally set
7266         truncate-partial-window-width to nil.
7267         (for XEmacs)
7268
7269         * wl-folder.el (wl-folder-mode): Ditto.
7270
7271 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7274
7275 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7278         number.
7279
7280         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7281
7282         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7283
7284         * Version number is increased to 2.7.6.
7285
7286 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7289
7290 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-summary.el (wl-summary-sync-update): Enclose network
7293         related portion with `unwind-protect'.
7294
7295 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7296
7297         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7298
7299 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7300
7301         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7302         element.
7303         * wl-vars.el (wl-message-body-button-alist): Ditto.
7304
7305         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7306         max match length.
7307         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7308
7309         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7310         for the max match length;
7311         Use 4th element value for the button string regexp group.
7312
7313         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7314         candidate exists, prompt to select.
7315
7316 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7317
7318         * wl-summary.el (wl-summary-jump-to-msg): Search before
7319         calibration point by `beginning-of-line'.
7320
7321 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7322
7323         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7324         for access group.
7325
7326 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-message.el (wl-message-display-internal): Bind
7329         `default-mime-charset'.
7330
7331         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7332
7333         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7334
7335         * Version number is increased to 2.7.5.
7336
7337 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7338
7339         * wl-expire.el (wl-summary-archive): Fixed;
7340         Use `elmo-folder-name-internal'.
7341
7342 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7343
7344         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7345         from `elmo-folder-move-messages' caller.
7346         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7347
7348         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7349         related portions are changed).
7350
7351 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7352
7353         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7354         counter.
7355
7356 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7357
7358         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7359         buffer local and set it to nil.
7360
7361         * wl-message.el (wl-message-redisplay): Ditto.
7362
7363 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-summary.el (wl-summary-mark-as-important): If message is
7366         already cached, set messag as read, otherwise encache and mark as read.
7367
7368 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7369
7370         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7371         point-min.
7372
7373 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7376         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7377         a keymap.
7378
7379 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7382         parent.
7383
7384         * wl-mule.el (wl-message-define-keymap): Ditto.
7385
7386         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7387
7388         * wl-xmas.el (wl-message-display-internal-hook): Define.
7389         (wl-xmas-setup-message-toolbar): Define as function.
7390         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7391         (wl-message-overload-functions): Abolished.
7392         (wl-message-define-keymap): New function.
7393
7394         * wl-vars.el (wl-message-display-internal-hook): New variable.
7395         (wl-message-header-button-alist): New variable (Renamed from
7396         wl-highlight-message-header-button-alist).
7397         (wl-message-body-button-alist): Ditto.
7398
7399         * wl-mule.el (wl-message-define-keymap): New function.
7400         (wl-message-overload-functions): Abolished.
7401
7402         * wl-message.el (wl-message-add-buttons-to-body): New function.
7403         (wl-message-redisplay): Don't call wl-message-overload-functions;
7404         Call wl-message-add-buttons-to-header and
7405         wl-message-add-buttons-to-body.
7406         (wl-message-display-internal): Set keymap argument for
7407         elmo-mime-display-as-is, elmo-mime-message-display;
7408         Run wl-message-display-internal-hook.
7409         (wl-message-refer-article-or-url): Abolished.
7410
7411         * wl-highlight.el (wl-highlight-headers): Don't call
7412         wl-highlight-message-add-buttons-to-header.
7413         (wl-highlight-message-add-buttons-to-header): Abolished.
7414
7415
7416         * wl-e21.el (wl-message-display-internal-hook): Define.
7417         (wl-e21-setup-toolbar): Deleted duplicated binding.
7418         (wl-e21-setup-message-toolbar): Define as function.
7419         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7420         (wl-message-define-keymap): New function.
7421         (wl-message-overload-functions): Abolished.
7422
7423 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7424
7425         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7426         and elmo-folder-close.
7427
7428         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7429
7430 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7431
7432         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7433         boolean value.
7434         * wl-draft.el (wl-draft-do-fcc): Ditto.
7435
7436 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7437
7438         * wl-vars.el (wl-fcc-force-as-read): New variable.
7439         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7440         mark copied message as read.
7441
7442 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7443
7444         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7445
7446 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7447
7448         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7449         `wl-summary-target-above' instead of obsolete variable
7450         `wl-summary-temp-above'.
7451
7452         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7453         instead of `make-obsolete-variable'.
7454         * wl-refile.el (toplevel): Ditto.
7455
7456 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7457
7458         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7459         with third argument t.
7460         (wl-draft): Set first argument for wl-plugged-init as t.
7461
7462         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7463         definition.
7464
7465 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * wl-vars.el: Tabify.
7468         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7469
7470         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7471         message.
7472
7473 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7474
7475         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7476         and set default to beep.
7477
7478 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7479
7480         * wl-vars.el (wl-draft-truncate-lines): New variable.
7481
7482         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7483         instead of wl-message-truncate-lines for truncate-lines.
7484
7485 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7486
7487         * wl-message.el (wl-message-display-internal): Call
7488         `wl-highlight-message' after `elmo-mime-display-as-is'.
7489
7490         * wl-mime.el (wl-mime-display-text/plain): New function.
7491         (wl-mime-display-header): Ditto.
7492         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7493         body-presentation-method for text/plain;
7494         Register `wl-mime-display-header' as a header-presentation-method;
7495         Don't set up `elmo-message-text-content-inserted-hook' and
7496         `elmo-message-header-inserted-hook'.
7497
7498         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7499         variable.
7500         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7501         as t if flag is 'all-header;
7502         Don't bind `elmo-message-ignored-field-list',
7503         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7504
7505 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7508         for xemacs with non-mule environment.
7509
7510 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7511
7512         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7513         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7514         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7515
7516 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7517
7518         * wl-vars.el (wl-interactive-send): Set default value as t.
7519
7520 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7523         (wl-addrmgr-method-list): Abolished.
7524         (wl-addrmgr-change-method): Follow above change.
7525
7526         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7527
7528 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7529
7530         * wl-vars.el (wl-message-truncate-lines): Change default value
7531         to default-truncate-lines.
7532
7533         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7534
7535 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7536
7537         * wl-vars.el (wl-message-truncate-lines): New variable.
7538
7539         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7540         wl-message-truncate-lines.
7541
7542 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7543
7544         * wl-acap.el (wl-acap-init): Remove period from error message.
7545         (wl-acap-find-acap-service): Remove period from message.
7546
7547 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl.el (wl-check-environment): Undo last change.
7550
7551         * wl-vars.el (wl-from): Changed default value.
7552
7553         * wl-util.el (toplevel): Don't require tm-edit.
7554
7555         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7556         `wl-folder-init';
7557         Don't set mark on mail body.
7558         (wl-draft-reedit): Ditto.
7559
7560         * wl-address.el (wl-address-quote-specials): Define as an alias for
7561         elmo-address-quote-specials.
7562
7563 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7566
7567         * wl-vars.el (wl-from): Set default value as nil.
7568         (wl-organization): Set default value as ORGANIZATION environment
7569         variable.
7570
7571         * wl-draft.el (wl-smtp-extension-bind): Check value of
7572         wl-smtp-connection-type.
7573
7574         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7575         error.
7576
7577 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7578
7579         * Version number is increased to 2.7.4.
7580
7581         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7582         arguments from `wl-highlight-x-face-function' caller.
7583         Use x-face-1.3.6.12 or later.
7584
7585 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7586
7587         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7588
7589 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7590
7591         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7592         (wl-fcc): Fix to accept function.
7593         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7594
7595 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7596
7597         * wl-acap.el (toplevel): Added `product-provide' declare.
7598         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7599
7600 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7601
7602         * wl.el (wl): Changed order of calling `elmo-init'
7603         and `elmo-folder-init'.
7604
7605 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7606
7607         * wl-mime.el (wl-summary-burst): Extract message when content-type
7608         of root entity is not only `multipart' but also `message/rfc822'.
7609         (wl-summary-burst-subr): Ditto.
7610
7611 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7612
7613         * wl-vars.el (toplevel): Require 'custom.
7614         (wl-trash-folder): Added to `wl-setting' group.
7615
7616         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7617         exists.
7618         (wl-addrmgr-draw): Insert empty line when no entry exists.
7619
7620         * wl-mule.el (wl-message-wheel-up): Fixed.
7621         (wl-message-wheel-down): Ditto.
7622
7623 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7624
7625         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7626         config is an anonymous lambda expression.
7627
7628 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7631         when Mule 2 is running.
7632
7633 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7634
7635         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7636
7637 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7640         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7641
7642         * wl-address.el (wl-address-specials-regexp): Eliminated.
7643         (wl-address-quote-specials): Rewrite.
7644
7645 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7648         shy-groups for regexp.
7649
7650         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7651         character classes and Perl style shy-groups for regexp.
7652         (wl-highlight-plugged-current-line): Use Posix style character
7653         classes for regexp.
7654         (wl-e21-highlight-folder-by-numbers): Ditto.
7655         (wl-e21-display-image-p): Use `display-images-p' instead of
7656         `display-graphic-p'.
7657         (display-images-p): Make an alias to `display-graphic-p' if it is
7658         not available.  It is for Emacs version prior to 21.0.105.
7659
7660         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7661         `display-graphic-p'.
7662         (wl-demo-image-type-alist): Ditto.
7663         (display-images-p): Make an alias to `display-graphic-p' if it is
7664         not available.  It is for Emacs version prior to 21.0.105.
7665
7666 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7669         support.
7670         (wl-generate-user-agent-string): Ditto.
7671
7672         * wl-version.el (wl-version): Update docsting.
7673         (wl-version-status): Ditto.
7674
7675 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7676
7677         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7678         21.0.105.  For Emacs 21.0.104 or earlier.
7679
7680 2001-09-03  Takuo KITAME <kitame@northeye.org>
7681
7682         * wl-e21.el (wl-plugged-init-icons): Use
7683         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7684         (wl-biff-init-icons): Ditto.
7685
7686 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * wl-highlight.el (wl-highlight-summary-current-line):
7689         Fixed highlighting refile/copy destination.
7690
7691         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7692         (wl-acap-store): Encode string by wl-acap-coding-system.
7693
7694 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-acap.el (toplevel): Check and require 'un-define before
7697         'xemacs-ucs;
7698          Added checking for UTF-2000.
7699
7700 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7703         Don't enclose with `eval-and-compile'.
7704
7705         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7706         wl-init is non-nil.
7707
7708         * wl-draft.el (wl-draft): Ditto.
7709
7710         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7711
7712         * wl-acap.el (toplevel): Require 'wl.
7713         (wl-acap-store): Call `elmo-init'.
7714
7715         * wl.el (wl): Changed position of `wl-check-environment'.
7716         (toplevel): Added autoload setting for wl-acap.
7717
7718         * wl-vars.el (wl-setting): New custom group.
7719         (wl-from): Added wl-setting group.
7720         (wl-user-mail-address-list): Ditto.
7721         (wl-organization): Ditto.
7722         (wl-subscribed-mailing-list): Ditto.
7723         (wl-envelope-from): Ditto.
7724         (wl-smtp-posting-user): Ditto.
7725         (wl-smtp-posting-server): Ditto.
7726         (wl-smtp-posting-port): Ditto.
7727         (wl-smtp-authenticate-type): Ditto.
7728         (wl-pop-before-smtp-user): Ditto.
7729         (wl-pop-before-smtp-server): Ditto.
7730         (wl-pop-before-smtp-port): Ditto.
7731         (wl-pop-before-smtp-authenticate-type): Ditto.
7732         (wl-nntp-posting-server): Ditto.
7733         (wl-nntp-posting-user): Ditto.
7734         (wl-nntp-posting-port): Ditto.
7735         (wl-fetch-confirm-threshold): Ditto.
7736         (wl-prefetch-threshold): Ditto.
7737         (wl-thread-insert-opened): Ditto.
7738         (wl-ldap-server): Ditto.
7739         (wl-ldap-port): Ditto.
7740         (wl-ldap-base): Ditto.
7741         (wl-ldap-objectclass): Ditto.
7742         (wl-use-ldap): Ditto.
7743         (wl-draft-config-alist): Ditto.
7744         (wl-draft-config-matchone): Ditto.
7745         (wl-template-alist): Ditto.
7746         (wl-message-sort-field-list): Ditto.
7747         (wl-message-ignored-field-list): Ditto.
7748         (wl-message-visible-field-list): Ditto.
7749         (wl-interactive-send): Ditto.
7750         (wl-summary-move-order): Ditto.
7751         (wl-auto-select-first): Ditto.
7752         (wl-auto-select-next): Ditto.
7753         (wl-interactive-save-folders): Ditto.
7754
7755         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7756         Initialization codes are moved from wl-local-folder-init.
7757         (wl-local-folder-init): Follow the change above.
7758         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7759
7760         * wl-acap.el: New file.
7761
7762         * Version number is increased to 2.7.3.
7763
7764 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7765
7766         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7767
7768 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7769
7770         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7771         (wl-addrmgr-address-entry-list): Ditto.
7772
7773 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-e21.el (wl-draft-mode-map): Removed binding for
7776         `wl-draft-insert-x-face-field'.
7777
7778         * wl-mule.el (wl-draft-mode-map): Ditto.
7779
7780         * wl-xmas.el (wl-draft-mode-map): Ditto.
7781
7782         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7783         (wl-cs-autoconv): Ditto.
7784         (wl-cs-local): Ditto.
7785         (wl-use-scoring): Ditto.
7786         (wl-mime-charset): Ditto.
7787         (wl-folder-check-async): Ditto.
7788
7789         * wl.el (toplevel): Ignore nemacs and tm.
7790         (wl-exit): Ditto.
7791
7792         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7793         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7794         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7795         instead of wl-address-petname-add-or-change.
7796         (wl-summary-edit-addresses-subr): Use wl-address-delete
7797         instead of wl-address-petname-delete.
7798
7799         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7800
7801         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7802         if error occured.
7803
7804         * wl-message.el (require): Remove tm support.
7805
7806         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7807
7808         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7809         (wl-folder-jump-to-current-entity): Ditto.
7810         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7811
7812         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7813         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7814         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7815
7816         * wl-mule.el (wl-draft-key-setup): Ditto.
7817
7818         * wl-xmas.el (wl-draft-key-setup): Ditto.
7819
7820         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7821         (wl-draft-std11-parse-addresses): New function.
7822         (wl-draft-parse-mailbox-list): Use it.
7823         (wl-draft): Ignore nemacs.
7824         (wl-draft-reedit): Ditto.
7825
7826         * wl-addrmgr.el: New file.
7827         (Original is wl-rcpt.el written by
7828         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7829         Thanks Kitamoto-san.)
7830
7831         * wl-address.el (wl-address-make-address-list): Modified parsing
7832         process.
7833         (wl-address-delete): Renamed from `wl-address-petname-delete';
7834         Modify wl-address-list too.
7835         (wl-address-add-or-change): Renamed from
7836         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7837
7838 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7839
7840         * wl-highlight.el (wl-highlight-summary-current-line):
7841           Work with transient-mark-mode
7842
7843 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * Version number is increased to 2.7.2.
7846
7847         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7848         instead of elmo-dop-queue-method.
7849
7850 2001-08-06  SAITO Atsunori <sai@yedo.com>
7851
7852         * wl-vars.el (wl-ldap-objectclass): New user option.
7853
7854         * wl-address.el (wl-ldap-make-filter): Use it.
7855
7856 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7859
7860 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * wl-folder.el (wl-folder): redisplay after folder insertion.
7863
7864         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7865
7866         * wl-summary.el (wl-summary-sync-update):
7867         Change status mark only when new-msgdb exists.
7868         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7869
7870 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7871
7872         * wl-summary.el (wl-summary-open-folder): New function.
7873         (wl-summary-goto-folder-subr): Use it.
7874         (wl-summary-mark-as-important): Fix;
7875         Encache only when no cache exists.
7876
7877 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7880         Use with-current-buffer.
7881
7882 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7883
7884         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7885         before call `get-buffer'. Fixed parenthesis.
7886         (wl-score-get-header-entry): Clear message and help window when
7887         keyboard quit.
7888         (wl-score-edit-insert-header): Ditto.
7889
7890 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7893         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7894         (wl-default-draft-cite): Fix.
7895
7896         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7897         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7898
7899 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7900
7901         * wl-message.el (wl-message-prev-page): Do same bahavior
7902         as summary when it is called in the message buffer.
7903         (wl-message-next-page): Ditto.
7904
7905 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-summary.el (wl-summary-forward): Use cache if it is not
7908         section cache.
7909
7910 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7911
7912         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7913         Removed redundant require of elmo-vars.
7914         (wl-biff-state-indicator-on): Changed default value for
7915         xemacs with non-mule environment.
7916
7917         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7918         wl-message-buffer is nil;
7919         Hide progress bar after moving messages.
7920
7921 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7924         message at cursor point is deleted.
7925
7926 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl-vars.el: Changed file coding system to euc-japan.
7929         Added -*-coding:-*- magic to the first line.
7930
7931         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7932         Search parent from the first message.
7933
7934         * Version number is increased to 2.7.1.
7935
7936 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7937
7938         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7939
7940 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7941
7942         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7943         refile/delete execution.
7944
7945         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7946         Fixed docstring.
7947
7948 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7949
7950         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7951         do update process;
7952         Don't update marks when update process is interrupted.
7953
7954 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-summary.el (wl-summary-reply): Fixed problem when
7957         wl-draft-use-frame is non-nil.
7958         (wl-summary-forward): Ditto.
7959
7960         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7961         as nil.
7962         (wl-folder-mark-as-read-all-entity): Ditto.
7963         (wl-folder-prefetch-entity): Ditto.
7964
7965         * wl.el (wl): Check environment before wl-init.
7966
7967         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7968         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7969         instead of wl-summary-collect-unread.
7970         (wl-summary-reply): Split message window.
7971
7972 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7973
7974         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7975         only if current language environment is japanese,
7976
7977         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7978         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7979         (wl-folder-goto-folder-subr): Ditto.
7980
7981         * wl-draft.el (wl-draft-dispatch-message): Call
7982         `elmo-file-cache-get-path'.
7983
7984 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-summary.el (wl-summary-cursor-move): If return value of
7987         wl-summary-next-message is not number, don't jump.
7988
7989 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7990
7991         * wl-summary.el (wl-summary-buffer-next-message-function): New
7992         variable.
7993         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7994         if it is bound.
7995
7996         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7997         string.
7998
7999         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8000         (wl-plugged-drawing): Ditto.
8001
8002 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8003
8004         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8005         process.
8006         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8007         with unwind-protect.
8008
8009         * wl.el (wl-init): Require mime-setup.
8010         (wl-check-environment): Don't require mime-setup.
8011
8012         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8013         instead of elmo-folder-type.
8014
8015         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8016         value as nil.
8017
8018 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * Version number is increased to 2.7.0.
8021
8022         * wl-version.el (wl-version): Changed codename.
8023
8024         * wl-summary.el (wl-summary-delete-cache): Fixed.
8025
8026         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8027         Workaround for net folders.
8028         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8029
8030         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8031         value to nil (According to the patch from
8032         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8033
8034         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8035         of elmo-folder-close.
8036
8037 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8038
8039         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8040         for postfix.
8041
8042 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-summary.el (wl-summary-resend-message): Fixed.
8045
8046         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8047         Call wl-draft with `from' argument if its address is included in
8048         `wl-user-mail-address-list'.
8049         (wl-draft): Added `from' argument.
8050
8051         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8052         non-nil.
8053         (wl): Don't show demo if wl-demo is nil.
8054
8055         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8056         wl-summary-use-frame.
8057
8058         * wl-vars.el (wl-summary-use-frame): New user option.
8059         (wl-folder-use-frame): Changed docstring.
8060
8061         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8062         non-nil.
8063         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8064         wl-summary-use-frame.
8065
8066         * wl-vars.el (wl-folder-use-frame): New user option.
8067
8068         * wl-summary.el (wl-summary-exit): Back to folder frame if
8069         wl-folder-use-frame is non-nil.
8070         (wl-summary-redisplay-internal): Ignore cache if current folder
8071         is draft folder,
8072         (wl-summary-redisplay-no-mime): Ditto.
8073         (wl-summary-redisplay-all-header): Ditto.
8074
8075         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8076         if wl-folder-use-frame is non-nil.
8077
8078 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8079
8080         * wl-summary.el (wl-summary-sync-update): Bind
8081         elmo-folder-update-threshold.
8082         (wl-summary-mark-as-important): Enclosed server mark processing
8083         with `save-match-data'.
8084
8085         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8086         only when it is already defined.
8087
8088 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8089
8090         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8091         name of folder exclude localdir is wrong.
8092         * wl-folder.el (wl-folder-sync-entity):
8093         Set `wl-summary-always-sticky-folder-list' as nil.
8094         (wl-folder-mark-as-read-all-entity): Ditto.
8095         (wl-folder-prefetch-entity): Ditto.
8096
8097 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8098
8099         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8100         instead of `wl-summary-write-current-newsgroup'.
8101
8102 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8103
8104         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8105         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8106         non-nil and selected message is important, do not display.
8107
8108 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8109
8110         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8111
8112 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8115
8116         * wl-summary.el (wl-summary-mark-as-important): Set message number
8117         using wl-summary-message-number.
8118
8119 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8120
8121         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8122         destination folder is 'null.
8123
8124 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8125
8126         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8127         New function.
8128         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8129         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8130         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8131
8132 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8133
8134         * wl-mime.el (wl-mime-setup): Added setting for
8135         `mime-setup-signature-key-alist' to avoid overriding key bind for
8136         `wl-draft-send'.
8137
8138         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8139         for `wl-draft-send'.
8140         * wl-mule.el (wl-draft-overload-functions): Ditto.
8141         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8142         * wl-draft.el (wl-draft-send): Ditto.
8143
8144         * wl-message.el (wl-message-display-internal):
8145         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8146         (Patch is provided by <kita@coe.nttdata.co.jp>).
8147
8148 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8149
8150         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8151
8152 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8153
8154         * wl.el (wl): Fix for wl-demo.
8155
8156 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8157
8158         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8159
8160 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8161
8162         * wl-folder.el (wl-folder-prefetch-entity): Use
8163         `wl-folder-get-elmo-folder'.
8164         (wl-folder-count-incorporates): Do not use
8165         `wl-folder-get-elmo-folder'.
8166
8167 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8168
8169         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8170         instead of `elmo-folder-get-type'.
8171
8172 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8173
8174         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8175         position on Subject: field.
8176         (Advised by Mito <mit@nines.nec.co.jp>)
8177
8178 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8179
8180         * wl-folder.el (wl-folder-prefetch-entity): Use
8181         `wl-folder-get-elmo-folder'.
8182
8183 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8184
8185         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8186
8187         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8188         `process-duplicates' slot.
8189
8190         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8191         if detection failed.
8192
8193 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8194
8195         * wl-version.el (wl-version-status): Set to "alpha".
8196
8197 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8198
8199         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8200         Check wl-message-buffer lives before set-buffer.
8201
8202 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8203
8204         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8205         called in folder mode.
8206         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8207         * wl-summary.el (wl-summary-exit-pre-hook): Run
8208         `wl-summary-exit-pre-hook' before exit summary mode.
8209
8210 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8211
8212         * wl-version.el (wl-version-status): New variable.
8213         (wl-version-status-alist): Removed.
8214         (wl-version-status): Rule included.
8215
8216 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8217
8218         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8219         @sponichi.
8220
8221         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8222         when `mail-reply-buffer' is buffer-local variable.
8223         (Reported by <kita@coe.nttdata.co.jp>).
8224
8225 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-vars.el (toplevel): Require 'elmo-util.
8228
8229 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8232         (All other related portions are changed)
8233
8234         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8235
8236         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8237
8238 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8239
8240         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8241
8242 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8243
8244         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8245         Delete other windows to avoid an error.
8246         Use `point-marker' instead of `point' to remember the start point
8247         of body.
8248
8249         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8250
8251         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8252         number not to exceed all message number.
8253
8254 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8255
8256         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8257         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8258
8259 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8260
8261         * wl-summary.el (wl-summary-sync-force-update): Added argument
8262         no-check.
8263         (wl-summary-sync-update): Ditto.
8264         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8265         with `no-check'.
8266
8267         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8268         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8269         already running.
8270
8271 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8272
8273         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8274         `dst-folder-arg'.
8275         (wl-expire-archive-number1): Diito.
8276         (wl-expire-archive-number2): Diito.
8277         (wl-expire-archive-Date): Diito.
8278         (wl-archive-number1): Diito.
8279         (wl-archive-number2): Diito.
8280         (wl-archive-date): Diito.
8281         (wl-archive-folder-p): New function.
8282         (wl-summary-expire): Support of expand folder name at
8283         wl-expire-alist.
8284         * wl-util.el (wl-expand-newtext): Renamed from
8285         `wl-refile-expand-newtext'.
8286
8287 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8288
8289         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8290         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8291         `(elmo-msgdb-get-overview msgdb)'.
8292         (wl-summary-prefetch): Bind match data before call
8293         `wl-summay-prefetch-msg'.
8294         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8295         'off if `wl-summary-buffer-disp-msg' is non-nil.
8296         Fixed problem that couldn't show only one new or unread message when
8297         enter folder.
8298         (wl-summary-reply): Don't call `split-window-vertically' and other
8299         window.
8300
8301 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8302
8303         * wl-expire.el (wl-expire-refile): Fixed.
8304
8305 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8306
8307         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8308
8309         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8310         biff notification is removed.
8311
8312         * wl.el (wl): Changed position of `elmo-init'.
8313
8314         * wl-draft.el (wl-default-draft-cite): Use date field
8315         on the citation buffer.
8316
8317         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8318
8319         * wl-xmas.el (wl-folder-internal-icon-list): Added
8320         `wl-folder-shimbun-image'.
8321
8322         * wl-e21.el (wl-folder-internal-icon-list): Added
8323         `wl-folder-shimbun-image'.
8324
8325 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8326
8327         * wl.el (wl-init): Eliminated argument.
8328         (wl): Rewrite.
8329
8330         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8331         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8332         instead of `elmo-folder-msgdb-internal'.
8333         (wl-summary-sync-update): Ditto.
8334         (wl-summary-flush-pending-append-operations): Eliminated.
8335         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8336         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8337         `elmo-folder-open'.
8338
8339         * wl-mime.el (wl-summary-burst): Fixed.
8340
8341         * wl-folder.el (wl-folder-info-save): Check data type.
8342
8343         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8344         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8345         instead of `elmo-folder-msgdb-internal'.
8346         (wl-expire-hide): Ditto.
8347
8348
8349         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8350
8351 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8352
8353         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8354
8355 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8356
8357         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8358
8359 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8360
8361         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8362         Fixed `match-beginning' argument mismatch.
8363
8364 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8365
8366         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8367         the default value.
8368
8369 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8372         instead of `elmo-nntp-default-port'.
8373
8374         * wl-vars.el: Fixed some doc strings.
8375
8376 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8377
8378         * wl-summary.el (wl-summary-prefetch-msg): Use
8379         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8380
8381         * wl-vars.el: Define *-func as obsolete variable using
8382         `elmo-define-obsolete-variable'.
8383
8384         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8385         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8386         instead of `wl-message-buffer-prefetch-threshold'.
8387
8388         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8389
8390         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8391
8392         * wl-draft.el (wl-caesar-region-func): Ditto.
8393
8394         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8395         Keep unread status in elmo-folder-move-messages.
8396         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8397
8398 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8399
8400         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8401         `wl-summary-buffer-exit-func'
8402         (wl-summary-buffer-message-redisplay-function): Renamed from
8403         `wl-summary-buffer-message-redisplay-func'
8404         (wl-summary-buffer-next-folder-function): Renamed from
8405         `wl-summary-buffer-next-folder-func'.
8406         (wl-summary-buffer-prev-folder-function): Renamed from
8407         `wl-summary-buffer-prev-folder-func'.
8408         (wl-summary-get-petname-function): Renamed from
8409         `wl-summary-get-petname-func'.
8410
8411         * wl-score.el (wl-score-edit-exit-function): Renamed from
8412         `wl-score-edit-exit-func'.
8413
8414         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8415         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8416
8417         * wl-util.el (wl-load-profile-function): Renamed from
8418         `wl-load-profile-func'.
8419
8420         * wl-folder.el (wl-folder-completion-function): Renamed from
8421         `wl-folder-completion-func'.
8422         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8423
8424         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8425         `wl-expire-archive-get-folder-func'.
8426         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8427         (wl-draft-send-mail-function): Renamed from
8428         `wl-draft-send-mail-func'.
8429         (wl-draft-send-news-function): Renamed from
8430         `wl-draft-send-news-func'.
8431         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8432         (wl-generate-mailer-string-function): Renamed from
8433         `wl-generate-mailer-string-func'.
8434         (wl-highlight-signature-search-function): Renamed from
8435         `wl-highlight-signature-search-func'.
8436         (wl-highlight-x-face-function): Renamed from
8437         `wl-highlight-x-face-func'
8438         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8439         (wl-ps-print-buffer-function): Renamed from
8440         `wl-ps-print-buffer-func'
8441         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8442         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8443         (wl-summary-subject-filter-function): Renamed from
8444         `wl-summary-subject-filter-func'.
8445
8446         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8447         `wl-draft-queue-flush-send-func'
8448         (wl-draft-cite-function): Renamed from
8449         `wl-draft-cite-func'
8450
8451         * wl-address.el (wl-address-init-function): Renamed from
8452         `wl-address-init-func'.
8453
8454 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8455
8456         * wl-draft.el (wl-draft-queue-flush): Don't call
8457         `elmo-dop-unlock-message'.
8458         * wl-draft.el (wl-draft-queue-append): Don't call
8459         `elmo-dop-lock-message'.
8460
8461         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8462         (wl-summary-buffer-folder-name): Ditto.
8463         (wl-summary-message-regexp): Added '-' (all other related portions
8464         are changed).
8465         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8466         wl-summary-buffer-folder-name.
8467
8468 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8469
8470         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8471         the number of mails in the folder buffer is not updated by wl-biff.
8472
8473 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8474
8475         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8476         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8477
8478 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-summary.el (wl-summary-next-message):
8481         Return next message number when wl-summary-move-order is nil.
8482
8483 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8484
8485         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8486         `wl-summary-move-spec-alist'.
8487         (wl-summary-move-spec-unplugged-alist): New variable
8488         (Move spec for unplugged status).
8489         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8490         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8491
8492 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8493
8494         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8495         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8496
8497 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8498
8499         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8500         simple quotation to quote the anonymous function.
8501         * tm-wl.el (wl-draft-preview-message): Ditto.
8502
8503 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8504
8505         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8506         Eliminate redundant `save-excursion'.
8507         (wl-highlight-summary-current-line): Ditto.
8508
8509         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8510         accessing match data when `looking-at' failed.
8511
8512         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8513         `elmo-match-string' where users don't care about the speed.
8514         (wl-draft-save): Ditto.
8515
8516 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8517
8518         * wl-util.el (wl-regexp-opt): New function.
8519
8520         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8521         number from `wl-summary-buffer-number-list'.
8522         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8523         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8524         (wl-summary-move-spec-alist): Changed default setting.
8525
8526 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8527
8528         * wl-vars.el (wl-biff-notify-hook): New hook.
8529         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8530         the arrival of new mail.
8531         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8532         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8533
8534 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8537
8538 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8539
8540         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8541
8542         * Version number is increased to 2.5.8.
8543
8544         * wl-thread.el (toplevel): require 'cl.
8545         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8546         (wl-thread-make-number-list): New function.
8547         (wl-thread-entity-make-number-list-from-children): Ditto.
8548         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8549         (wl-thread-entity-insert-as-children): Likewise.
8550         (wl-thread-delete-message): Likewise.
8551         (wl-meaning-of-mark): Eliminated.
8552         (wl-thread-next-failure-mark-p): Ditto.
8553         (wl-thread-entity-get-mark): Ditto.
8554         (wl-thread-meaning-alist-get-result): Ditto.
8555         (wl-thread-entity-check-prev-mark): Ditto.
8556         (wl-thread-entity-check-next-mark): Ditto.
8557         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8558         (wl-thread-entity-get-prev-marked-entity): Ditto.
8559         (wl-thread-get-prev-unread): Ditto.
8560         (wl-thread-jump-to-prev-unread): Ditto.
8561         (wl-thread-get-next-unread): Ditto.
8562         (wl-thread-jump-to-next-unread): Ditto.
8563         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8564         (wl-thread-entity-get-next-marked-entity): Ditto.
8565
8566         * wl-summary.el (wl-summary-buffer-number-list):
8567         New bufer-local variable.
8568         (wl-summary-switch-to-clone-buffer): Clone
8569         `wl-summary-buffer-number-list'.
8570         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8571         (wl-summary-cursor-move-regex): Eliminated.
8572         (wl-summary-cursor-up): Rewrite.
8573         (wl-summary-cursor-down): Ditto.
8574         (wl-summary-mode-spec-alist): New variable.
8575         (wl-summary-next-message): New inline function.
8576         (wl-summary-cursor-move): New function.
8577         (wl-summary-default-get-next-msg): Rewrite.
8578         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8579         (wl-summary-rescan): Ditto.
8580         (wl-summary-sync-all-init): Ditto.
8581         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8582         summary is not thread view.
8583         (wl-summary-sync-update): Ditto.
8584         (wl-summary-rescan): Ditto.
8585         (wl-summary-make-number-list): New function.
8586
8587         * wl-draft.el: "FCC" -> "Fcc".
8588
8589 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-highlight.el (wl-highlight-summary-window):
8592         Call `set-buffer-modified-p'.
8593
8594         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8595         (wl): Call `elmo-init' and fix.
8596
8597         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8598         Use new variables.
8599
8600         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8601
8602 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8603
8604         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8605
8606 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8607
8608         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8609
8610 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8611
8612         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8613         `wl-use-toolbar' nor `display-graphic-p'.
8614         (wl-e21-setup-message-toolbar): Ditto.
8615         (wl-e21-setup-summary-toolbar): Ditto.
8616         (wl-e21-setup-folder-toolbar): Ditto.
8617
8618         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8619         (wl-plugged-init-icons): Ditto.
8620
8621         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8622         `display-graphic-p'.
8623         (wl-plugged-set-folder-icon): Ditto.
8624         (wl-highlight-plugged-current-line): Ditto.
8625         (wl-highlight-folder-current-line): Ditto.
8626         (wl-e21-highlight-folder-group-line): Ditto.
8627         (wl-e21-setup-toolbar): Ditto.
8628         (wl-e21-display-image-p): New macro.
8629
8630         * wl-demo.el (wl-demo): Simplified.
8631         (wl-demo-image-type-alist): Use `image-type-available-p' for
8632         checking whether the image type `xbm' is available.
8633
8634 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8637         (wl-summary-input-range): Ditto.
8638
8639 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-summary.el (wl-summary-edit-addresses): Use
8642         `wl-summary-get-original-buffer'
8643         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8644         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8645         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8646         (wl-summary-get-newsgroups): Eliminated.
8647         (wl-summary-set-crosspost): Ditto.
8648         (wl-summary-is-crosspost-folder): Ditto.
8649         (wl-crosspost-alist-load): Ditto.
8650         (wl-crosspost-alist-save): Ditto.
8651
8652         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8653         `elmo-setup-subscribed-newsgroups' instead of
8654         `elmo-nntp-make-groups-hashtb'.
8655         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8656         instead of `wl-crosspost-alist-save'.
8657
8658         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8659         of `elmo-folder-message-appendable-p'.
8660         (wl-mime-header-presentation-method): Eliminated.
8661
8662         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8663         (Error occurs in emacs21).
8664
8665         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8666         the current buffer).
8667
8668         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8669         instead of `wl-crosspost-alist-save'.
8670         (wl-init): `elmo-crosspost-message-alist-load'
8671         instead of `wl-crosspost-alist-load'
8672
8673         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8674         (wl-parse-newsgroups): Likewise.
8675         (wl-biff-notify): Run `wl-biff-notify-hook'.
8676
8677 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8680
8681         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8682         when `wl-summary-lazy-highlight' is non-nil.
8683         (wl-summary-goto-folder-subr): Highlight only when
8684         `wl-summary-lazy-highlight' is non-nil.
8685
8686         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8687         Don't display progress and highlight temp-mark when
8688         `wl-summary-lazy-highlight' is non-nil.
8689         (wl-highlight-summary-window): New function.
8690         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8691
8692 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8693
8694         * wl-summary.el (wl-summary-sync): Change `all-visible'
8695         from `all-shown'
8696         (wl-summary-input-range): Ditto.
8697
8698 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8699
8700         * wl-e21.el (wl-highlight-folder-current-line): Call
8701         `wl-folder-init-icons' when folder icons have not been initialized.
8702
8703         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8704
8705         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8706         (wl-demo-image-type-alist): New macro.
8707
8708 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8709
8710         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8711         display does not support graphics.
8712         (wl-plugged-init-icons): Ditto.
8713         (wl-folder-init-icons): Ditto.
8714
8715         * wl-demo.el (wl-demo): Chech closely whether the display
8716         supports graphics.
8717
8718 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl-summary.el (wl-summary-get-original-buffer): New function.
8721         (wl-summary-set-crosspost): Use it.
8722         (wl-summary-target-mark-uudecode): Ditto.
8723         (wl-summary-reedit): Ditto.
8724         (wl-summary-resend-bounced-mail): Ditto.
8725         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8726         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8727
8728         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8729         (wl-message-display-internal): Ditto.
8730
8731 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8734
8735 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8736
8737         * wl-summary.el (wl-summary-save-view): Renamed from
8738         `wl-summary-save-status'.
8739
8740 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8741
8742         * wl-summary.el (wl-summary-sync): Added `all-shown'
8743
8744 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8745
8746         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8747
8748 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8749
8750         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8751
8752 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8753
8754         * wl-highlight.el (wl-highlight-summary-line-string): Use
8755         `zerop' instead of `= 0'.
8756         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8757
8758         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8759         for comparing numbers.
8760         (wl-template-prev): Use `zerop' instead of `eq 0'.
8761
8762         * wl-draft.el (wl-draft-insert-current-message): Use
8763         `with-current-buffer' instead of `save-excursion'.
8764         Use `zerop' instead of `eq 0'.
8765
8766 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8767
8768         * wl-draft.el (wl-draft-insert-ccs): New function.
8769         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8770         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8771
8772 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8775
8776 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * wl-expire.el (wl-expire-refile): Don't call
8779         elmo-msgdb-add-msgs-to-seen-list;
8780         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8781         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8782
8783 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-message.el (wl-message-prev-page): Ignore errors while
8786         scroll-down.
8787
8788 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-mime.el: Use elmo-original-message-mode instead of
8791         mmelmo-original-mode.
8792
8793         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8794         `elmo-folder-get-spec';
8795         (wl-fldmgr-add-completion-all-completions):
8796         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8797
8798         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8799         of `elmo-folder-get-type'.
8800
8801         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8802         `elmo-folder-get-spec';
8803         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8804         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8805         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8806         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8807         `elmo-read-msg-no-cache';
8808         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8809         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8810         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8811         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8812         `elmo-cache-save';
8813         (wl-draft-reedit): Use `elmo-message-file-name'.
8814
8815         * wl-expire.el: Use `elmo-folder-name-internal';
8816         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8817         Use macro `wl-summary-buffer-msgdb' instead of variable
8818         `wl-summary-buffer-msgdb';
8819         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8820         Use macro `wl-summary-buffer-folder-name' instead of variable
8821         `wl-summary-buffer-folder-name'.
8822         * wl-score.el: Likewise.
8823
8824         * wl-message.el: Rewrite for new message buffer cache mechanism.
8825         (wl-message-buffer-cache-buffer-get): New macro.
8826         (wl-message-buffer-cache-folder-get): Ditto.
8827         (wl-message-buffer-cache-message-get): Ditto.
8828         (wl-message-buffer-cache-entry-make): Ditto.
8829         (wl-message-buffer-cache-hit): Ditto.
8830         (wl-message-buffer-cache-sort): New function.
8831         (wl-message-buffer-cache-add): Ditto.
8832         (wl-message-buffer-cache-delete): Ditto.
8833         (wl-message-buffer-cache-clean-up): Ditto.
8834         (wl-message-buffer-window): Rewrite.
8835         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8836         (wl-message-buffer-display): New function.
8837         (wl-message-display-internal): New function.
8838
8839 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8840
8841         * wl-folder.el: Use `elmo-folder-name-internal';
8842         Use `wl-folder-get-elmo-folder';
8843         Use `elmo-folder-list-messages' instead of
8844         `elmo-list-folder';
8845         Use `elmo-folder-get-primitive-list' instead of
8846         `elmo-folder-get-primitive-spec-list';
8847         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8848         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8849         Use `elmo-folder-create' instead of `elmo-create-folder'.
8850         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8851         (wl-folder-get-elmo-folder): New macro.
8852         (wl-folder-elmo-folder-cache-get): Ditto.
8853         (wl-folder-elmo-folder-cache-put): Ditto.
8854         (wl-folder-suspend): Call `elmo-quit'.
8855
8856         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8857         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8858         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8859         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8860         (toplevel): require 'cl.
8861         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8862
8863         * wl-summary.el: Rewrite to use new elmo interface.
8864
8865 \f
8866 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8867
8868         * wl-mime.el (wl-draft-preview-message):
8869         Run `wl-draft-send-hook' before collecting recipients information;
8870         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8871
8872         * tm-wl.el (wl-draft-preview-message): Ditto.
8873
8874 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8875
8876         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8877         wrong recipients are displayed when forwarded message.
8878
8879 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * Version number is increased to 2.5.7.
8882
8883 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8884
8885         * wl-message.el (wl-message-next-page): Bind
8886         `window-pixel-scroll-increment' to nil while scrolling up.
8887
8888 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8889
8890         * wl-vars.el (wl-save-hook): New hook.
8891         * wl.el (wl-save): Call `wl-save-hook'.
8892
8893 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8894
8895         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8896         Argument WITH-ARG instead of NO-ARG (negative mean).
8897         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8898         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8899         * wl-message.el (wl-message-follow-current-entity): Likewise.
8900
8901 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8902
8903         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8904         FROM was optional argument.
8905         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8906
8907 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8908
8909         * Version number is increased to 2.5.6.
8910
8911 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8912
8913         * wl-version.el (wl-version-show): Removed.
8914         (wl-version): Add `interactive'.
8915
8916 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8917
8918         * wl-summary.el (wl-summary-get-petname-func): New variable.
8919         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8920         instead of `wl-address-get-petname-1'.
8921         (wl-summary-simple-from): Ditto.
8922
8923         * wl-address.el (wl-address-get-petname-1): Define as function.
8924
8925 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8926
8927         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8928         field in the original message.
8929         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8930
8931 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8932
8933         * wl-expire.el (wl-expire-hide):
8934         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8935
8936 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8939         find decoder for To, Cc, and Subject.
8940
8941 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8942
8943         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8944         for checking `elmo-use-buffer-cache'.
8945         (wl-summary-mark-as-important): Fixed typo in comment.
8946
8947 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8948
8949         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8950         field in the original message.
8951         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8952
8953 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8954
8955         * wl-expire.el (wl-expire-hide):
8956         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8957
8958 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8959
8960         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8961         find decoder for To, Cc, and Subject.
8962
8963 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * Version number is increased to 2.5.5.
8966
8967         * wl-address.el (wl-address-specials-regexp): New constant.
8968         (wl-address-quote-specials): Use it.
8969
8970 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-summary.el (wl-summary-rescan):
8973         Call `wl-summary-buffer-number-column-detect'.
8974         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8975
8976         * wl-message.el (wl-message-mode-map): Define.
8977         (wl-message-decode): Use it as local-map.
8978
8979 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8980
8981         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8982         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8983
8984 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8987
8988         * wl-mule.el (wl-read-event-char): Ditto.
8989
8990         * wl-e21.el (wl-read-event-char): Ditto.
8991
8992         * wl-nemacs.el (wl-read-event-char): Ditto.
8993         (read-event): Removed.
8994
8995         * wl-util.el (toplevel): Removed dummy definition of
8996         `read-event'.
8997         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8998
8999 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9000
9001         * wl-nemacs.el (elmo-archive-call-process): Moved to
9002         elmo-archive.el.
9003
9004 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9005
9006         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9007         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9008
9009         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9010         instead of magic-number 6.  Use `not' instead of `null' for symbol
9011         `nil' check (not empty list).
9012         (wl-draft-insert-x-face-field): Fixed paren style.
9013
9014         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9015         one-branch conditional statement, instead of `and' and `if'.
9016         (wl-draft-forward): Likewise.
9017         (wl-draft-add-references): Likewise.
9018         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9019
9020         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9021         conditional steatment.  Use `cond' instead of `if'.
9022         (wl-draft-confirm): Likewise.
9023
9024 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9025
9026         * wl-version.el (wl-version-show): Use `product-string-1'
9027         instead of `wl-version'.
9028         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9029
9030         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9031
9032 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9033
9034         * wl-highlight.el (wl-highlight-headers): Revert
9035         `wl-highlight-x-face-func' argument (`beg' and `end').
9036
9037 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9038
9039         * wl.el (toplevel): Move `product-provide' declare.
9040         * wl-demo.el (toplevel): Ditto.
9041         * wl-dnd.el (toplevel): Ditto.
9042         * wl-highlight.el (toplevel): Ditto.
9043         * wl-message.el (toplevel): Ditto.
9044         * wl-refile.el (toplevel): Ditto.
9045         * wl-util.el (toplevel): Ditto.
9046
9047 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9048
9049         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9050         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9051         (wl-thread-close-all): keep cursor position.
9052
9053 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9054
9055         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9056         (eq x 0).
9057         (wl-generate-user-agent-string-1): Fix conditional statement.
9058
9059 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9060
9061         * wl.el (wl-check-environment): Additional check for
9062         'wl-local-domain' and `wl-message-id-domain'.
9063
9064 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9067
9068 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9069
9070         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9071         instead of `smtp-sasl-user-realm'.
9072
9073 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9074
9075         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9076
9077 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9078
9079         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9080         to the default value as well as `eword-lexical-analyzer'.
9081
9082 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9083
9084         * wl-version.el (wl-extended-emacs-version,
9085         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9086         `elmo-match-string' instead of `wl-match-string'.
9087
9088 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9089
9090         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9091         docstring.
9092
9093 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9094
9095         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9096
9097 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9098
9099         * wl-highlight.el (wl-highlight-headers): Remove
9100         `wl-highlight-x-face-func' argument (`beg' and `end').
9101
9102 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9103
9104         * wl-summary.el (wl-summary-mark-as-important):
9105         Remove cache if folder is local.
9106
9107 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9108
9109         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9110         to get existing e-mail address string.
9111
9112 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9113
9114         * wl-version.el (wl-generate-user-agent-string): Commentary.
9115         (wl-generate-user-agent-string-1): Use `when' for
9116         one-branch conditional statement, instead of `and' and `if'.
9117         (wl-extended-emacs-version, wl-extended-emacs-version2,
9118         wl-extended-emacs-version3): Ditto.
9119
9120 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9121
9122         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9123         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9124         condition-case; Remove initialization.
9125         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9126         (wl-summary-sync-update3): Added argument `sync-all';
9127         Eliminated local variable `msgdb';
9128         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9129         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9130         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9131
9132 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9133
9134         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9135         connection before call `wl-draft-send-mail-with-smtp'.
9136
9137 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * Version number is increased to 2.5.4.
9140
9141 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9142
9143         * wl.el (wl-check-environment): Additional check for
9144         'wl-local-domain' and `wl-message-id-domain'.
9145
9146 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9149         buffer as command specific.
9150         (wl-folder-mark-as-read-all-entity): Ditto.
9151         (wl-folder-prefetch-entity): Ditto.
9152         (wl-folder-drop-unsync-entity): Ditto.
9153
9154         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9155         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9156         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9157
9158         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9159         save-excursion.
9160
9161 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9162
9163         * Version number is increased to 2.5.3.
9164
9165         * wl-summary.el (wl-summary-save-view-cache):
9166         Delete duplicated `write-region';
9167         Use `write-region-as-binary' instead of `as-binary-output-file' and
9168         `write-region'.
9169
9170 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9171
9172         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9173
9174 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9175
9176         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9177         instead of `smtp-via-smtp'.
9178
9179 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9180
9181         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9182
9183 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9184
9185         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9186         instead of `smtp-sasl-user-realm'.
9187
9188 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9189
9190         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9191
9192 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9193
9194         * Version number is increased to 2.5.2.
9195
9196 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9199         does not exist.
9200         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9201         (wl-biff-start): Call `timer-activate' if timer already exists.
9202
9203         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9204         only when it is bound as function.
9205
9206 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9207
9208         * Version number is increased to 2.5.1.
9209
9210 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9211
9212         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9213         Print refile/copy destination.
9214
9215 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9216
9217         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9218         queue-flush-only is non-nil.
9219
9220         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9221
9222         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9223         checking cache folder.
9224
9225 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9226
9227         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9228         `regexp-quote'.
9229
9230 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9231
9232         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9233         function.
9234         * wl-summary.el (wl-summary-write-current-folder-functions):
9235         Change default value.  Use it.
9236
9237 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9238
9239         * Version number is increased to 2.5.0.
9240
9241         * wl-version.el (wl-version): Changed codename.
9242
9243 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9244
9245         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9246         (wl-summary-supersedes-message): Ditto.
9247
9248 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9249
9250         * wl-refile.el (wl-refile-guess-functions): Renamed from
9251         `wl-refile-guess-func-list'.
9252
9253 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9254
9255         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9256         Fixed problem when no rule was matched.
9257
9258 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9259
9260         * wl-summary.el (wl-summary-get-mark): Fixed
9261         `wl-summary-buffer-target-mark' check logic.
9262
9263 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9264
9265         * wl-folder.el (wl-folder-write-current-folder): Added group
9266         folder check.
9267
9268         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9269         `wl-summary-write-current-newsgroup'.
9270         (wl-summary-write-current-folder-functions): New variable.
9271         * wl-folder.el (wl-folder-get-newsgroups): New function.
9272         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9273         (wl-folder-write-current-folder): Renamed from
9274         `wl-folder-write-current-newsgroup'.
9275
9276 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9277
9278         * Version number is increased to 2.3.93.
9279
9280 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9283         (wl-ldap-make-matched-value-list): Ditto.
9284         (wl-ldap-alias-safe-string): Split e-mail address.
9285
9286         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9287         petname folder default was selected.
9288         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9289         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9290
9291 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9294         to `wl-draft-config-exec'.
9295
9296         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9297         instead of calling `wl-draft-config-exec';
9298         Process group-list and show recipients in minibuffer.
9299
9300         * tm-wl.el (wl-draft-preview-message): Ditto.
9301
9302 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9303
9304         * wl.el (toplevel): Added (C) to copyright notice, and
9305         sync Author header.
9306         * tm-wl.el (toplevel): Ditto.
9307         * wl-address.el (toplevel): Ditto.
9308         * wl-demo.el (toplevel): Ditto.
9309         * wl-dnd.el (toplevel): Ditto.
9310         * wl-draft.el (toplevel): Ditto.
9311         * wl-e21.el (toplevel): Ditto.
9312         * wl-expire.el (toplevel): Ditto.
9313         * wl-folder.el (toplevel): Ditto.
9314         * wl-highlight.el (toplevel): Ditto.
9315         * wl-message.el (toplevel): Ditto.
9316         * wl-mime.el (toplevel): Ditto.
9317         * wl-mule.el (toplevel): Ditto.
9318         * wl-nemacs.el (toplevel): Ditto.
9319         * wl-refile.el (toplevel): Ditto.
9320         * wl-score.el (toplevel): Ditto.
9321         * wl-summary.el (toplevel): Ditto.
9322         * wl-template.el (toplevel): Ditto.
9323         * wl-thread.el (toplevel): Ditto.
9324         * wl-util.el (toplevel): Ditto.
9325         * wl-vars.el (toplevel): Ditto.
9326         * wl-xmas.el (toplevel): Ditto.
9327
9328 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9329
9330         * wl.el (wl-init): Added comment about `wl-init-hook'.
9331         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9332         * wl-vars.el (wl-init-hook): Added docs.
9333         (wl-make-plugged-hook): Removed useless docs.
9334         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9335         * wl-xmas.el (toplevel): Ditto.
9336
9337 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9338
9339         * wl-address.el (toplevel): Fixed multiple Author header format.
9340         * wl-demo.el (toplevel): Ditto.
9341         * wl-draft.el (toplevel): Ditto.
9342         * wl-folder.el (toplevel): Ditto.
9343         * wl-summary.el (toplevel): Ditto.
9344         * wl-thread.el (toplevel): Ditto.
9345         * wl-util.el (toplevel): Ditto.
9346         * wl-vars.el (toplevel): Ditto.
9347         * wl-version.el (toplevel): Ditto.
9348         * wl-xmas.el (toplevel): Ditto.
9349         * wl.el (toplevel): Ditto.
9350
9351         * wl-version.el (toplevel): Added require `elmo-version' for
9352         `product-version-as-string'.
9353
9354 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9355
9356         * wl-vars.el (wl-draft-send-hook): Changed default value to
9357         '(wl-draft-config-exec).
9358
9359         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9360         explicitly.
9361         (wl-draft): Set `wl-draft-config-exec-flag' before running
9362         `wl-mail-setup-hook'.
9363
9364         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9365         `wl-biff-init-icons' to `wl-init-hook' instead of
9366         `wl-make-plugged-hook'.
9367         (Because if `wl-draft' command is invoked at first,
9368         they are not initialized)
9369         Updated copyright notice.
9370
9371         * wl-e21.el (toplevel): Ditto;
9372
9373         * wl-demo.el (toplevel): Updated copyright notice.
9374         * wl-address.el (toplevel): Ditto.
9375         * wl-draft.el (toplevel): Ditto.
9376         * wl-version.el (toplevel): Ditto.
9377         * wl-folder.el (toplevel): Ditto.
9378         * wl-summary.el (toplevel): Ditto.
9379         * wl-thread.el (toplevel): Ditto.
9380         * wl-util.el (toplevel): Ditto.
9381         * wl-vars.el (toplevel): Ditto.
9382         * wl.el (toplevel): Ditto.
9383
9384 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9385
9386         * wl-highlight.el (wl-highlight-message): Fixed problem of
9387         highlighting failure which occured when the last field contains
9388         multiple lines in the draft buffer.
9389
9390         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9391         `wl-biff-start' if plugged.
9392
9393         * wl-util.el (wl-biff-check-folder): New function.
9394         (wl-biff-check-folders): Don't set session name prefix.
9395         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9396         (wl-biff-check-folder-async): Ditto.
9397
9398         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9399         in email address.
9400
9401 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9402
9403         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9404
9405         * wl-draft.el (wl-draft-strip-subject-re): New function.
9406
9407         * wl-draft.el (wl-draft-reply): Use it.
9408
9409 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9410
9411         * wl-message.el (wl-mmelmo-message-redisplay): Use
9412         `mime-display-message' instead of `wl-mime-display-message'.
9413
9414         * wl-mime.el (toplevel): Removed compatibility workaround
9415         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9416         (wl-mime-display-message): Abolished.
9417         (wl-mime-entity-read-field): Ditto.
9418         (wl-mime-combine-message/partial-pieces): Use
9419         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9420
9421 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9422
9423         * wl-template.el: Doc fixes.
9424
9425 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9426
9427         * wl-e21.el (wl-message-overload-functions): Do nothing if
9428         `current-local-map' is not available.
9429         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9430
9431 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9432
9433         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9434         representation.
9435
9436         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9437         number.
9438         (wl-fldmgr-save-folders): Don't use `format' when insert
9439         `wl-fldmgr-folders-header'.
9440
9441 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9442
9443         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9444
9445 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * wl-highlight.el (wl-highlight-message):
9448         Use `std11-field-end' to detect end point of the header field.
9449         Refer `wl-highlight-max-header-size'.
9450
9451         * wl-vars.el (wl-highlight-max-header-size): New variable.
9452
9453         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9454
9455         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9456         Set `for-draft' argument of wl-highlight-headers.
9457         (wl-draft): Ditto.
9458         (wl-draft-reedit): Ditto.
9459         (wl-user-agent-compose-internal): Ditto.
9460
9461 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9462
9463         * wl-message.el (wl-message-add-button): Use overlay.
9464
9465 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9466
9467         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9468
9469         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9470         problem when group-list content is nothing.
9471         (Reported by Mito <mit@nines.nec.co.jp>)
9472
9473 2000-10-18  SAITO Atsunori <sai@yedo.com>
9474
9475         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9476
9477 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9478
9479         * tm-wl.el (toplevel): Use product-provide.
9480
9481 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9482
9483         * Version number is increased to 2.3.92.
9484
9485 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9486
9487         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9488         title text, use `display' property for left margin under Emacs 21.
9489
9490         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9491         properties.
9492         (wl-plugged-init-icons): Ditto.
9493
9494 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9495
9496         * wl.el (wl-save-status, wl-init): Remove last period in
9497         "...done." message.
9498         * tm-wl.el (wl-summary-burst): Ditto.
9499         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9500         wl-summary-resume-cache-status,
9501         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9502         wl-summary-sync-update3, wl-summary-highlight-msgs,
9503         wl-summary-flush-pending-append-operations,
9504         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9505         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9506         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9507         wl-thread-open-all): Ditto.
9508         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9509         * wl-mime.el (wl-summary-burst): Ditto.
9510         * wl-highlight.el (wl-highlight-summary): Ditto.
9511         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9512         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9513         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9514         * wl-address.el (wl-local-address-init): Ditto.
9515
9516 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9517
9518         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9519         `add-text-properties'.
9520         (wl-plugged-init-icons): Ditto.
9521         (wl-folder-init-icons): Use `propertize' instead of
9522         `put-text-property'.
9523         (wl-plugged-set-folder-icon): Ditto.
9524         (wl-e21-highlight-folder-group-line): Ditto.
9525
9526 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-version.el (wl-version-status-alist): New variable.
9529         (wl-version-status): New function.
9530
9531         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9532         "Cc" part of the case "Reply-To".
9533
9534         * wl-draft.el (wl-draft-reply): Use result of
9535         `eword-extract-address-components'.
9536
9537         * wl-demo.el (wl-demo-icon-name): New constant.
9538         (wl-logo-xpm): Use it.
9539         (wl-logo-xbm): Ditto.
9540         (wl-logo-bitmap): Ditto.
9541
9542         * Version number is increased to 2.3.91.
9543
9544 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9545
9546         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9547         (wl-extended-emacs-version, wl-extended-emacs-version2,
9548         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9549         docstring.
9550
9551         * wl-version.el (wl-generate-user-agent-string-1): New function.
9552         (wl-generate-user-agent-string): Use it.
9553
9554         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9555         `mime-edit-insert-user-agent-field'.
9556         (wl-generate-user-agent-string): Check
9557         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9558
9559         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9560         instead of `if', when verbose case.
9561
9562 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9563
9564         * wl-expire.el (wl-summary-expire): Fix.
9565
9566 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9567
9568         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9569         and `elmo-lost+found-folder' if 'wl-draft.
9570         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9571
9572 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9573
9574         * wl-expire.el (wl-summary-expire): Change messages.
9575         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9576         `deleing-info' instead of "Deleting..."
9577
9578 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9579
9580         * wl-summary.el (wl-summary-refile-subr): Fix.
9581
9582 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9583
9584         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9585         if pipe folder.
9586
9587 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9588
9589         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9590
9591 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9592
9593         * wl-expire.el (wl-expire-hide): New function.
9594         (wl-summary-expire): Add `hide'.
9595
9596 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9597
9598         * wl-vars.el (wl-draft-reply-without-argument-list):
9599         Changed default value to consider `Reply-To:'.
9600         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9601
9602         * Version number is increased to 2.3.90.
9603
9604         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9605         elmo-imap4-get-session with unwind-protect.
9606         Don't cause error.
9607         (wl-summary-sync-marks): Don't check plugged nor folder type.
9608         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9609         (Always keep current buffer).
9610
9611 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9612
9613         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9614         Enclose with `save-excursion'.
9615
9616 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9617
9618         * wl-version.el (wl-version): Remove interactive.
9619
9620 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9621
9622         * wl-version.el (wl-generate-user-agent-string): Use
9623         `product-string-verbose' instead of `product-string-1'.
9624
9625 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9626
9627         * wl-vars.el (wl-draft-use-cache): New variable.
9628         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9629         if wl-draft-use-cache is non-nil.
9630
9631 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9632
9633         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9634         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9635
9636 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9637
9638         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9639         (wl-thread-msg-mark-as-unread): Ditto.
9640
9641         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9642         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9643         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9644         Don't set mark in summary if return value of `elmo-mark-as-read'
9645         is nil.
9646         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9647         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9648         instead of `wl-thread-msg-mark-as-read'.
9649         (wl-summary-mark-as-unread-region): Ditto.
9650         (wl-summary-target-mark-mark-as-read): Ditto.
9651
9652         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9653
9654 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9655
9656         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9657
9658         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9659
9660 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9661
9662         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9663         face.
9664
9665 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9666
9667         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9668         `running-xemacs'.
9669
9670 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9671
9672         * wl-version.el (toplevel): Use `product-version-as-string' for
9673         set verstion-string, if defined.
9674
9675         * wl-version.el (wl-version-show): Insert string at point, when
9676         call with argument.
9677
9678         * wl-version.el (wl-generate-user-agent-string): Use
9679         `product-string-1' instead of `wl-appname', `wl-version' and
9680         `wl-codename'.
9681
9682 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9683
9684         * wl-address.el (toplevel): Use product-provide.
9685         * wl-demo.el (toplevel): Ditto.
9686         * wl-dnd.el (toplevel): Ditto.
9687         * wl-draft.el (toplevel): Ditto.
9688         * wl-e21.el (toplevel): Ditto.
9689         * wl-expire.el (toplevel): Ditto.
9690         * wl-fldmgr.el (toplevel): Ditto.
9691         * wl-folder.el (toplevel): Ditto.
9692         * wl-highlight.el (toplevel): Ditto.
9693         * wl-message.el (toplevel): Ditto.
9694         * wl-mime.el (toplevel): Ditto.
9695         * wl-mule.el (toplevel): Ditto.
9696         * wl-nemacs.el (toplevel): Ditto.
9697         * wl-refile.el (toplevel): Ditto.
9698         * wl-score.el (toplevel): Ditto.
9699         * wl-summary.el (toplevel): Ditto.
9700         * wl-template.el (toplevel): Ditto.
9701         * wl-thread.el (toplevel): Ditto.
9702         * wl-util.el (toplevel): Ditto.
9703         * wl-vars.el (toplevel): Ditto.
9704         * wl-xmas.el (toplevel): Ditto.
9705         * wl.el (toplevel): Ditto.
9706
9707 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9708
9709         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9710         instead of product.
9711
9712         * wl-version.el (wl-version): Compile time evalution elmo-version.
9713
9714 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9715
9716         * wl-summary.el (wl-summary-sync-force-update): Append queue
9717         `mark-as-read'if unplugged.
9718
9719 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9720
9721         * wl-version.el: New file.  Use product.el.
9722         * wl.el: add (require 'wl-version).
9723         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9724         for ~/.folders header.
9725         (wl-fldmgr-folders-header): Changed.
9726         * wl-demo.el (wl-demo): Use product.el.
9727
9728         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9729         wl-version.el.
9730         * wl-util.el (wl-version, wl-version-show): Ditto.
9731
9732         * wl-util.el (wl-generate-user-agent-string,
9733         wl-extended-emacs-version, wl-extended-emacs-version2,
9734         wl-extended-emacs-version3): Move to wl-version.el.
9735         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9736         xemacs-codename, mime-edit-insert-user-agent-field,
9737         mime-edit-user-agent-value, mime-editor/version,
9738         mime-editor/codename): Compile warning killer move to
9739         wl-version.el
9740
9741 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9742
9743         * wl-summary.el (wl-summary-refile-subr): Fix.
9744
9745 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9746
9747         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9748         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9749
9750 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9751
9752         * wl.el (wl-check-environment): Check too many `@'.
9753
9754 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9755
9756         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9757
9758 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9759
9760         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9761         wl-draft-reply-myself-without-argument-list): Add variables.
9762         * wl-draft.el (wl-draft-reply): Use it.
9763
9764 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9765
9766         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9767         the 5th argument of `elmo-network-get-spec'.
9768
9769         * wl-thread.el (wl-thread-reparent-children): New inline function.
9770         (wl-thread-delete-message): Use it.
9771
9772         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9773         (wl-summary-score-update-all-lines): Don't use `dolist'.
9774
9775 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9776
9777         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9778         (require 'elmo-msgdb) for inline function.
9779
9780 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9781
9782         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9783
9784 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9785
9786         * wl-score.el (wl-score-headers): Fix for the confusing macro
9787         `elmo-kill-buffer'.
9788
9789 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9790
9791         * wl-summary.el: Don't use the 3rd argument of `require' because
9792         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9793         * wl-util.el: Ditto.
9794         * wl-draft.el: Ditto.
9795
9796 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9797
9798         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9799         window system is not used.
9800
9801 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9802
9803         * wl-thread.el: Don't use `mapcar' only for iteration.
9804         (wl-thread-resume-entity): Ditto.
9805         (wl-thread-delete-message): Ditto.
9806
9807         * wl-summary.el: Bind `dragdrop-drop-functions',
9808         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9809         of `require' for `timezone', `easymenu' and `ps-print';
9810         don't use `mapcar' only for iteration.
9811
9812         * wl-util.el: Bind `mule-version', `nemacs-version',
9813         `emacs-beta-version', `xemacs-codename',
9814         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9815         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9816         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9817         only for iteration.
9818
9819         * wl-score.el: Don't use `mapcar' only for iteration.
9820         (wl-score-simplify-buffer-fuzzy): Ditto.
9821         (wl-score-simplify-subject): Ditto.
9822         (wl-score-headers): Ditto.
9823         (wl-summary-score-update-all-lines): Ditto.
9824
9825         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9826         `enable-multibyte-characters' and `mule-version'.
9827
9828         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9829         `mapcar' only for iteration.
9830
9831         * wl-demo.el: Don't use `mapcar' only for iteration.
9832
9833         * wl-folder.el: Don't use `mapcar' only for iteration.
9834         (wl-folder-open-all): Ditto.
9835         (wl-folder-count-incorporates): Ditto.
9836
9837         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9838         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9839
9840         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9841         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9842         `smtp-connection-type'; specify 3rd argument of `require' for
9843         `timezone'; don't use `mapcar' only for iteration.
9844         (wl-draft-clone-local-variables): Don't use `mapcar'.
9845         (wl-draft-generate-clone-buffer): Ditto.
9846         (wl-user-agent-compose-internal): Ditto.
9847
9848         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9849
9850         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9851         (wl-save-status): Ditto.
9852
9853         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9854         for iteration.
9855
9856 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9857
9858         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9859         removed `Date'.
9860         (wl-fldmgr-make-filter-default): New user option.
9861
9862         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9863         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9864         (wl-fldmgr-filter-completion-alist): Abolish.
9865
9866         * wl.el (wl): Don't check servers if arg is non-nil.
9867
9868         * wl-draft.el (wl-draft-reply): Set only message-id string to
9869         In-Reply-To field.
9870
9871 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9872
9873         * wl-summary.el (wl-summary-pick): Rewrite.
9874
9875         * wl-draft.el (wl-draft-forward): Get references field from
9876         original buffer.
9877         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9878
9879 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9880
9881         * wl-draft.el (wl-draft-forward): Add references field.
9882
9883 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9884
9885         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9886         (wl-draft-reply): Use it.
9887
9888 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9889
9890         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9891         when Emacs 21 is running.
9892
9893         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9894         bindings.
9895
9896 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9897
9898         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9899         XPM icons transparent.
9900
9901         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9902         Emacs 21.
9903
9904 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9905
9906         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9907         nil.
9908
9909         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9910         when it is persistent.
9911         (wl-summary-sync-marks): Changed argument for
9912         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9913         (wl-summary-virtual): Use `elmo-read-search-condition'.
9914         (wl-summary-redisplay-internal): If folder is local, mark as read
9915         even when folder is plugged.
9916
9917 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9918
9919         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9920         of `tool-bar-lines' in the frame parameters.
9921         (after-make-frame-functions, post-command-hook): Don't modify the
9922         value.
9923         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9924         wl-e21-tool-bar-lines): Removed.
9925
9926 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9927
9928         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9929         properties `evaporate' and `wl-momentary-overlay' as well.
9930         (wl-highlight-summary-displaying): Ditto.
9931         (wl-delete-all-overlays): Don't delete overlay which does not have
9932         a property `wl-momentary-overlay'.
9933
9934         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9935         `display-mouse-p' and `display-graphic-p'.
9936         (wl-folder-init-icons): Don't search for XBM or the other files.
9937         (wl-plugged-set-folder-icon): Make icons if and only if
9938         `display-graphic-p' returns non-nil.
9939         (wl-highlight-plugged-current-line): Use `before-string' overlay
9940         property to show icon images.
9941         (wl-highlight-folder-current-line): Ditto.
9942         (wl-e21-highlight-folder-group-line): Ditto.
9943         (wl-e21-highlight-folder-by-numbers): Ditto.
9944         (wl-e21-insert-image): Removed.
9945         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9946         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9947         said.
9948         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9949         `wl-e21-force-switch-toolbar'.
9950         (wl-e21-make-icon-image): Removed.
9951         (wl-e21-setup-toolbar): Don't search for XBM files.
9952         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9953         the default value.
9954
9955 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9956
9957         * wl-util.el (wl-biff-check-folder-async): Set
9958         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9959
9960 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9961
9962         * wl-e21.el (after-make-frame-functions): Add
9963         `wl-e21-force-switch-toolbar'.
9964         (wl-e21-force-switch-toolbar): New function force to switch the
9965         toolbar appearance automatically.
9966         (post-command-hook): Add `wl-e21-switch-toolbar'.
9967         (wl-e21-switch-toolbar): New function to switch the toolbar
9968         appearance automatically.
9969         (wl-e21-tool-bar-lines): New buffer local variable.
9970
9971 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9972
9973         * wl-util.el (wl-biff-check-folders-running): New variable.
9974         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9975         (wl-biff-check-folder-async-callback):
9976         Set `wl-biff-check-folders-running'.
9977         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9978         with unwind-protect.
9979
9980         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9981         Enclose `wl-folder-auto-check' with unwind-protect.
9982
9983         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9984         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9985
9986         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9987
9988         * wl-util.el (wl-biff-notify): New inline function.
9989         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9990         locally.
9991         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9992         folder-list' is 1.
9993         Use `wl-biff-notify'.
9994         (wl-biff-check-folder-async-callback): New function.
9995         (wl-biff-check-folder-async): Ditto.
9996
9997         * wl-folder.el (wl-folder): Don't check folders.
9998         (wl-folder-auto-check): New function.
9999
10000 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10001
10002         * wl-util.el (wl-biff-start) [Emacs19+]:
10003         Use `timer-next-integral-multiple-of-time'.
10004         (wl-biff-check-folders): Use `wl-default-folder'
10005         if `wl-biff-check-folder-list' is nil.
10006
10007 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10008
10009         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10010         instead of `elmo-delete-lists'.
10011
10012 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10013
10014         * wl.el (wl-plugged-toggle-all): Set the value of
10015         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10016         (wl-plugged-toggle): Ditto.
10017         (wl-toggle-plugged): Ditto.
10018         (wl-plugged-init): Ditto.
10019
10020         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10021         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10022         instead of `wl-biff-state-indicator-off' and
10023         `wl-biff-state-indicator-on'; don't modify the value and the type
10024         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10025         (wl-plugged-init-icons): Set icons data to
10026         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10027         instead of `wl-plug-state-indicator-off' and
10028         `wl-plug-state-indicator-on'; don't modify the value and the type
10029         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10030
10031         * wl-vars.el (wl-modeline-biff-state-off,
10032         wl-modeline-biff-state-on, wl-modeline-biff-status,
10033         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10034         wl-modeline-plug-status): New internal variables.
10035         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10036         wl-biff-check-interval, wl-biff-check-folder-list): Change
10037         customization group from `wl-folder' to `wl-highlight'.
10038         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10039         wl-show-plug-status-on-modeline): Defcustomized.
10040
10041         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10042         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10043         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10044         a flag to `mode-line-buffer-identification'.
10045
10046         * wl-e21.el (wl-biff-init-icons): Set icons data to
10047         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10048         instead of `wl-biff-state-indicator-off' and
10049         `wl-biff-state-indicator-on'.
10050         (wl-plugged-init-icons): Set icons data to
10051         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10052         instead of `wl-plug-state-indicator-off' and
10053         `wl-plug-state-indicator-on'.
10054
10055 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10056
10057         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10058         excessive titles.
10059
10060 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10061
10062         * wl.el (wl-plugged-mode): Use revised
10063         `wl-mode-line-buffer-identification'.
10064         (wl-plugged-init): Don't use `force-mode-line-update'.
10065
10066         * wl-xmas.el (wl-draft-overload-functions): Use revised
10067         `wl-mode-line-buffer-identification'.
10068         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10069         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10070         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10071         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10072         `wl-make-plugged-hook';
10073         add `wl-folder-init-icons' and `wl-setup-folder' to
10074         `wl-folder-mode-hook'.
10075
10076         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10077         19 as well.
10078         (wl-mode-line-display-priority-list): New user option.
10079         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10080         Defcustomized.
10081         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10082         Add docs.
10083
10084         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10085         start.
10086         (wl-mode-line-buffer-identification): Revised as a function.
10087
10088         * wl-summary.el (wl-summary-mode): Use revised
10089         `wl-mode-line-buffer-identification'; don't call
10090         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10091         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10092         `wl-xmas-setup-summary'.
10093
10094         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10095         `wl-mode-line-buffer-identification'.
10096
10097         * wl-mule.el (wl-draft-overload-functions): Use revised
10098         `wl-mode-line-buffer-identification'.
10099
10100         * wl-folder.el (wl-make-plugged-alist): Don't call
10101         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10102         (wl-folder): Don't call `wl-folder-init-icons' directly.
10103         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10104         `wl-xmas-setup-folder' directly;
10105         use revised `wl-mode-line-buffer-identification'.
10106         (TopLevel): Don't bind `wl-biff-init-icons',
10107         `wl-plugged-init-icons', `wl-folder-init-icons',
10108         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10109
10110         * wl-e21.el (wl-draft-overload-functions): Use revised
10111         `wl-mode-line-buffer-identification'.
10112         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10113         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10114         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10115         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10116         `wl-make-plugged-hook';
10117         add `wl-folder-init-icons' and `wl-setup-folder' to
10118         `wl-folder-mode-hook'.
10119
10120 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10121             Katsumi Yamaoka    <yamaoka@jpl.org>
10122
10123         * wl.el (wl): Call `wl-biff-start'.
10124         (wl-exit): Call `wl-biff-stop'.
10125         (wl-plugged-mode): Show biff in modeline.
10126         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10127
10128         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10129         (wl-biff-init-icons): New function.
10130         (wl-plugged-init-icons): Don't make too much keymaps.
10131         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10132
10133         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10134         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10135         variables.
10136         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10137         options.
10138
10139         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10140         wl-biff-start, wl-biff-stop): New functions.
10141         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10142         (wl-biff-timer-name): New variable.
10143
10144         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10145
10146         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10147         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10148
10149         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10150         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10151
10152         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10153         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10154         `wl-folder-init-icons' to `ignore' if they are not available.
10155         (wl-folder-mode): Show biff in modeline.
10156
10157         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10158         (wl-biff-init-icons): New function.
10159         (wl-plugged-init-icons): Don't make too much keymaps.
10160         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10161
10162 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10163
10164         * wl-vars.el (wl-strict-diff-folders): Customization Type
10165         and doc fix.  Define as a list of regular expressions for
10166         folders or nil.
10167         * wl-folder.el (wl-folder-check-one-entity): Use
10168         `wl-string-match-member' instead of `wl-string-member' for
10169         `wl-strict-diff-folders'.
10170
10171 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10172
10173         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10174         (wl-highlight-folder-current-line): Use it; new implementation.
10175         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10176         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10177         `defsubst' instead of `defun'.
10178
10179         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10180         `wl-highlight-group-folder-by-numbers'; made it can also be a
10181         number.  See info for more details.
10182
10183         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10184         running.
10185
10186         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10187         to bind them.
10188
10189         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10190         (wl-highlight-folder-current-line): New implementation.
10191
10192         * wl-highlight.el (wl-highlight-folder-group-line): New
10193         implementation.
10194         (wl-delete-all-overlays): Rewrite as a marco.
10195         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10196
10197         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10198         running.
10199         (wl-folder-*-glyph): No need to bind them.
10200
10201         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10202         `wl-e21-highlight-folder-group-icon'; rewrite.
10203         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10204         `defsubst' instead of `defun'.
10205         (wl-folder-mode-map): Bind it when compiling.
10206
10207 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10208
10209         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10210
10211         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10212
10213 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10214
10215         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10216
10217 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10218
10219         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10220         (wl-highlight-folder-current-line): Use it.
10221
10222         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10223         in `id-name'.
10224
10225 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10226
10227         * wl.el: Require `wl-e21' when Emacs 21 is running.
10228
10229         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10230         default when Emacs 21 is running.
10231         (wl-use-highlight-mouse-line): Ditto.
10232         (wl-on-emacs21): New constant.
10233         (wl-on-emacs20): Removed.
10234
10235         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10236         Emacs 21 is running.
10237
10238         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10239         Emacs 21 is running.
10240
10241         * wl-e21.el: New file.
10242
10243 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10244
10245         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10246         (wl-toggle-plugged): Ditto.
10247         (wl-plugged-toggle): Ditto.
10248         (wl-plugged-toggle-all): Ditto.
10249
10250         * wl-vars.el (wl-plug-state-indicator): Refer
10251         `wl-plug-state-indicator-on' indirectly.
10252
10253 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10254
10255         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10256         Call `wl-folder-confirm-existence'.
10257
10258         * wl-folder.el (wl-folder-confirm-existence): Added optional
10259         argument `force'.
10260
10261 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10262
10263         * wl-summary.el (wl-summary-refile-subr): Assume
10264         `copy-or-refile' as symbol.
10265         (wl-summary-refile): Follow up above change.
10266         (wl-summary-copy): Ditto.  Doc fix.
10267
10268 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10269
10270         * wl-summary.el (wl-summary-pick): Don't bind
10271         `elmo-search-mime-charset'.
10272
10273         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10274         default using old backquote style.
10275         (wl-search-mime-charset): Abolished.
10276
10277         * wl-highlight.el (wl-highlight-headers):
10278         Call `point' after `re-search-forward'(for Nemacs).
10279
10280         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10281         for elmo-imap4.el.
10282
10283 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10284
10285         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10286         `wl-message-ignored-field-list' instead of
10287         `mime-view-ignored-field-list'.
10288
10289         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10290         Add interactive spec.
10291         (wl-folder-goto-bottom-of-current-folder): Ditto.
10292         (wl-folder-mode-map): Bind them.
10293
10294         * wl-vars.el (wl-message-ignored-field-list): New variable.
10295         (wl-message-visible-field-list): New variable.
10296
10297         * wl-mime.el (wl-mime-header-presentation-method): New function.
10298         (wl-mime-setup): Set header-presentation-method.
10299
10300 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10301
10302         * wl-nemacs.el (wl-draft-overload-functions): Set
10303         `mode-line-buffer-identification' instead of using
10304         `wl-make-modeline'.
10305
10306         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10307         instead of using `wl-make-modeline'.
10308
10309         * wl-xmas.el (wl-plugged-init-icons): Set up
10310         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10311         (wl-make-modeline): Abolish.
10312         (wl-draft-overload-functions): Set
10313         `mode-line-buffer-identification' instead of using
10314         `wl-make-modeline'.
10315
10316         * wl-util.el (wl-make-modeline-subr): Abolish.
10317         (wl-mode-line-buffer-identification): New alias.
10318
10319         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10320         (wl-summary-make-modeline): Abolish.
10321         (wl-summary-buffer-set-folder): Set
10322         `wl-summary-buffer-folder-indicator'.
10323         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10324         of using `wl-make-modeline'.
10325         (wl-summary-switch-to-clone-buffer): Don't set
10326         `mode-line-buffer-identification'.
10327         (wl-summary-goto-folder-subr): Ditto.
10328
10329         * wl-mule.el (wl-draft-overload-functions): Set
10330         `mode-line-buffer-identification' instead of using
10331         `wl-make-modeline'.
10332
10333         * wl-folder.el (wl-folder-mode): Set
10334         `mode-line-buffer-identification' instead of using
10335         `wl-make-modeline'.
10336         (wl-folder): Don't set `mode-line-buffer-identification'.
10337
10338 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10339
10340         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10341         instead of `member' for `wl-refile-guess-func-list' look-ups.
10342         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10343
10344 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10345
10346         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10347         `wl-message-button-dispatcher'.
10348
10349         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10350
10351         * wl-message.el (wl-message-button-dispatcher): Use it.
10352
10353         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10354         "In-Reply-To".
10355
10356         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10357         Bind `case-fold-search' to t.
10358
10359 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10360
10361         * wl-xmas.el (wl-message-overload-functions): Initialize
10362         `wl-message-button-map'.
10363
10364         * wl-mule.el (wl-message-overload-functions): Initialize
10365         `wl-message-button-map'.
10366
10367         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10368
10369         * wl-message.el (wl-message-button-map): New keymap.
10370         (wl-message-add-button): New function.
10371         (wl-message-button-dispatcher): New function.
10372         (wl-message-button-refer-article): New function.
10373
10374         * wl-highlight.el
10375         (wl-highlight-message-add-buttons-to-header): New function.
10376         (wl-highlight-headers): Use it.
10377
10378 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10379
10380         * wl-summary.el (wl-summary-default-from): Use
10381         `wl-address-get-petname-1'.
10382         (wl-summary-simple-from): Ditto.
10383
10384         * wl-address.el (wl-address-get-petname-1): New inline function.
10385         (wl-address-get-petname): Use it.
10386
10387 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10388
10389         * wl-summary.el (wl-summary-default-from): Return full-name part
10390         from the address if no petname was found.
10391         (wl-summary-simple-from): Ditto.
10392
10393         * wl-address.el (wl-address-get-petname): Return nil if no petname
10394         associated with the address was found.
10395
10396 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10397
10398         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10399         display is finished.
10400
10401 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10402
10403         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10404         `elmo-folder-exists-p' argument.
10405
10406 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10407
10408         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10409         the folder.
10410
10411 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10412
10413         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10414
10415         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10416         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10417
10418 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10419
10420         * wl-folder.el (wl-folder-create-subr): New function.
10421         (wl-folder-confirm-existence): Use it.
10422         (wl-folder-check-one-entity): Use it.
10423         Check the error symbol is derived from 'elmo-open-error.
10424
10425         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10426         `ignore-error'.
10427
10428 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10429
10430         * wl-util.el (toplevel): Add (eval-when-compile (require
10431         'elmo-util)).  (Maybe `provide' is typo.)
10432
10433 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10434
10435         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10436         (I don't know why this was needed.)
10437
10438         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10439         Follow up changes for stream-type.
10440
10441         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10442         (wl-draft-elmo-nntp-send): Ditto.
10443
10444         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10445         (wl-nntp-posting-stream-type): Ditto.
10446         (wl-pop-before-smtp-ssl): Abolished.
10447         (wl-nntp-posting-ssl): Ditto.
10448
10449         * wl-address.el (wl-address-quote-specials): New function.
10450         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10451
10452         * wl-draft.el (wl-draft-reply): Ditto.
10453
10454 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10455
10456         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10457         use function `wl-string-match-assoc'.
10458
10459 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10460
10461         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10462
10463         * wl-draft.el (wl-draft-deduce-address-list): New function.
10464         (wl-draft-parse-mailbox-list): Ditto.
10465         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10466         instead of `smtp-deduce-address-list'.
10467         (wl-draft-on-field-p): Follow group list.
10468
10469         * wl-address.el (wl-address-concat-token): New function.
10470         (wl-address-string-without-group-list-contents): Ditto.
10471         (wl-complete-field-body): Fixed problem of completion
10472         by japanese petname.
10473         (wl-address-make-completion-list): Rewrite.
10474
10475 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10476
10477         * wl-address.el (wl-address-make-completion-list): Completion by
10478         petname.
10479         (wl-complete-field-body): Likewise.
10480
10481 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10482
10483         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10484         contains invalid address syntax.
10485
10486 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10487
10488         * wl-folder.el (wl-folder-check-entity-async): Use
10489         `elmo-nntp-spec-hostname'.
10490
10491 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10492
10493         * wl-summary.el (wl-summary-msgdb-load-async): Use
10494         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10495
10496 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10497
10498         * wl-draft.el (wl-draft-reply): Set argument
10499         `content-transfer-encoding' as nil.
10500
10501 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10502
10503         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10504         `wl-refile-alist'.
10505
10506 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10507
10508         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10509         (wl-draft-edit-string): Ditto.
10510         (wl-draft-forward): Ditto.
10511         * wl-summary.el (wl-summary-write): Ditto.
10512
10513 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10514
10515         * wl-summary.el (wl-summary-sync-update3): Call
10516         `wl-summary-buffer-number-column-detect'.
10517         (wl-summary-buffer-number-column-detect): Search from point-min.
10518
10519 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10520
10521         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10522         contains an address which is not included in original to or cc.
10523
10524 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10525
10526         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10527         begin-line does not exist.
10528         * wl-message.el (wl-message-uu-substring): Ditto.
10529
10530 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10531
10532         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10533         clear local variables.
10534         (wl-summary-exit): Call `elmo-commit'.
10535         (wl-summary-switch-to-clone-buffer): Call
10536         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10537         (wl-summary-goto-folder-subr): Ditto.
10538
10539         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10540         POP folder.
10541
10542 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10543
10544         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10545         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10546         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10547         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10548         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10549         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10550
10551         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10552
10553 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10554
10555         * wl-summary.el (wl-summary-search-by-subject):
10556         Search parent message from the latest one.
10557
10558 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10559
10560         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10561         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10562
10563         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10564         New user option.
10565
10566         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10567         if elmo-nntp-use-killed-list is nil.
10568         Use `elmo-msgdb-append-to-killed-list'.
10569         (Append numbers confirmed as disappeared to the killed list.)
10570         (wl-summary-confirm-appends): Don't display negative number.
10571
10572 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10573
10574         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10575
10576 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10577
10578         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10579         range is `all'.
10580         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10581         `elmo-list-bigger-diff'.
10582
10583 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10584
10585         * wl-summary.el (wl-summary-buffer-exit-func):
10586         New buffer local variable.
10587         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10588
10589 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10590
10591         * wl-demo.el (wl-demo): Fix the last change.
10592
10593 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10594
10595         * wl-demo.el (wl-demo): Don't use `eval'.
10596
10597 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10598
10599         * wl-summary.el (wl-summary-buffer-thread-modified):
10600         New buffer-local variable.
10601         (wl-summary-set-thread-modified): New function.
10602         (wl-summary-thread-modified-p): New function.
10603         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10604         (wl-summary-yank-saved-message): Use function
10605         `wl-summary-set-thread-modified'
10606         (wl-summary-switch-to-clone-buffer): Add
10607         `wl-summary-buffer-thread-modified'.
10608
10609         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10610         (wl-summary-buffer-mark-saved-hook): Ditto.
10611         * wl-summary.el (wl-summary-msgdb-save): New hook
10612         `wl-summary-buffer-message-saved-hook' and
10613         `wl-summary-buffer-mark-saved-hook'.
10614
10615 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10616
10617         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10618
10619 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10620
10621         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10622         don't hide scroll bars under FSF Emacsen because it may incur an
10623         undesirable redrawing.
10624
10625 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10626
10627         * wl-draft.el (wl-draft-edit-string): Call
10628         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10629
10630 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10631
10632         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10633
10634 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10635
10636         * wl-summary.el (wl-summary-msgdb-load-async): Call
10637         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10638
10639 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10640
10641         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10642         fringes in demo buffer; center bitmap logo correctly even if old
10643         Mule is used.
10644
10645 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10646
10647         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10648
10649         * wl-refile.el (wl-refile-subject-alist): New variable.
10650         (wl-refile-subject-alist-file-name): Ditto.
10651         (wl-refile-alist-setup): Rewrite.
10652         (wl-refile-alist-save): Use `elmo-object-save'.
10653         Eliminated arguments.
10654         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10655         (wl-refile-guess-by-subject): New function.
10656         (wl-refile-guess-func-list): Added it.
10657
10658 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10659
10660         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10661         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10662
10663 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10664
10665         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10666         New buffer-local variable.
10667         (wl-summary-buffer-next-folder-func): Ditto.
10668         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10669         if non-nil.
10670         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10671         if non-nil.
10672         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10673         if non-nil.
10674         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10675         if non-nil.
10676
10677 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10678
10679         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10680         permanently in the demo buffer.
10681
10682 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10683
10684         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10685         `mime-entity-fetch-field'.
10686
10687         * wl.el (wl-exit): Delete plugged buffer.
10688
10689         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10690         XEmacs has menubar feature.
10691
10692 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10693
10694         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10695         cannot arrive at the beginning of the buffer under old Emacsen.
10696
10697 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10698
10699         * wl-address.el (wl-address-ldap-search):
10700         Call `ldap-search-entries' with `withdn' argument t.
10701         (wl-complete-field-body): Bind completion-ignore-case as t.
10702         Clear ldap search hash when it was sole completion.
10703         Use elmo-string for pattern string.
10704         (wl-ldap-alias-safe-string): Eliminated needless let.
10705
10706 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10707
10708         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10709         (wl-ldap-alias-sep): New constant.
10710         (wl-ldap-search-attribute-type-list): Ditto.
10711         (wl-ldap-get-value): New function.
10712         (wl-ldap-make-filter): Ditto.
10713         (wl-ldap-make-matched-value-list): Ditto.
10714         (wl-ldap-alias-safe-string): Ditto.
10715         (wl-ldap-register-dn-string): Ditto.
10716         (wl-address-ldap-search): Rewrite.
10717
10718 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10719
10720         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10721         thread is deleted.
10722         (wl-thread-delete-line-from-buffer): Ditto.
10723         (wl-thread-get-exist-children): New function.
10724
10725 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10726
10727         * wl-demo.el (wl-demo): Made it to select various image types.
10728         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10729         from `wl-title-logo'.
10730         (wl-logo-ascii): New variable.
10731         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10732         (wl-demo-copyright-notice): New constant.
10733
10734         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10735
10736 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10737
10738         * wl-vars.el (wl-summary-target-above): Renamed from
10739         wl-summary-temp-above.
10740         * wl-score.el (wl-score-get-score-alist): Use it.
10741         (wl-summary-score-update-all-lines): Use it.
10742         * wl-summary.el: Ditto. (make-variable-buffer-local).
10743
10744 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10745
10746         * wl-vars.el (wl-ldap-port): New user option.
10747
10748         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10749         Rewite whole implementation.
10750         (wl-complete-field-body): Fixed.
10751
10752 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10753
10754         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10755         Choose implementation at compile time.
10756
10757 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10758
10759         * wl-address.el (wl-ldap-search-internal): New function.
10760         (wl-complete-field-to): Use it.
10761
10762 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10763
10764         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10765         Use `let' instead of `let*'.
10766         Require 'wl-vars.
10767
10768         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10769         Define as defcustom.
10770         (wl-ldap-base): Ditto.
10771         (wl-use-ldap): Ditto.
10772
10773 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10774
10775         * wl-address.el (wl-ldap-search): New function.
10776         (wl-complete-field-body): Use `wl-ldap-search'.
10777         (wl-ldap-server): New variable.
10778         (wl-ldap-base): Ditto.
10779         (wl-use-ldap): Ditto.
10780
10781 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10782
10783         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10784         (Pointed out by Mito <mit@nines.nec.co.jp>).
10785         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10786         buffer-local variables like `wl-summary-redisplay-internal'.
10787         (wl-summary-redisplay-all-header): Likewise.  Update
10788         Summary view too.
10789
10790 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10791
10792         * wl-summary.el (wl-summary-jump-to-parent-message):
10793         Consider prefix argument.
10794
10795         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10796         when closed thread is deleted.
10797
10798 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10799
10800         * wl-summary.el (wl-summary-jump-to-parent-message):
10801         Consider thread modification.
10802
10803 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10804
10805         * wl-message.el (wl-message-normal-get-original-buffer): Use
10806         `save-excursion'.
10807
10808         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10809         (wl-summary-showto-folder-regexp): Ditto.
10810
10811 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10812
10813         * wl-util.el (wl-delete-alist): Doc fix.
10814         (wl-delete-associations): New function.
10815         (wl-inverse-alist): New function.
10816         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10817         Split temporary variables. Use `wl-delete-associations'
10818         and `wl-inverse-alist'.
10819         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10820
10821 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10822
10823         * wl-folder.el (wl-folder-prefetch-entity):
10824         Execute prefetching if new count is unknown.
10825
10826 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10827
10828         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10829
10830         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10831         delete entity.
10832         (wl-thread-set-parent): If insert as top, set linked as nil.
10833
10834         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10835         `wl-thread-cleanup-symbols' when view mode is thread.
10836
10837 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10838
10839         * wl-folder.el (wl-folder-create-folder-entity): Use
10840         with-current-buffer.
10841         (wl-local-folder-init): Call set-buffer to make sure we are in
10842         the Folder buffer. Don't touch buffer-local variables here.
10843         (wl-folder-mode): Initialize buffer-local variables here.
10844
10845         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10846         (wl-folder-entity-assign-id): Ditto.
10847         (wl-folder-create-entity-hashtb): Ditto.
10848         (wl-local-folder-init): Ditto.
10849         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10850
10851 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10852
10853         * wl-summary.el (wl-summary-default-from): Fix probrem when
10854         std11-extract-address-components return (nil "foo@bar").
10855
10856 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10857
10858         * wl-draft.el (wl-draft-clone-local-variables):
10859         Remove redundant `setq'.
10860
10861 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10862
10863         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10864         Bind wl-highlight-x-face-func as nil while highlighting header.
10865
10866 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10867
10868         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10869
10870 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10871
10872         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10873         elmo-msgdb-overview-hashtb from copy-variables.
10874         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10875         instead of `elmo-msgdb-overview-get-entity-by-number'.
10876         (wl-summary-auto-refile): Ditto.
10877
10878         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10879         `elmo-msgdb-overview-get-entity' instead of
10880         `elmo-msgdb-search-overview-entity'.  Use
10881         `elmo-msgdb-overview-get-entity' instead of
10882         `elmo-msgdb-overview-get-entity-by-number'.
10883         (wl-thread-insert-entity-sub): Ditto.
10884         (wl-thread-insert-message): Ditto.
10885
10886         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10887         `elmo-msgdb-overview-get-entity'.
10888         (wl-normal-message-redisplay): Ditto.
10889
10890 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10891
10892         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10893         `wl-thread-entities'.
10894         (wl-thread-delete-message): Fix remove top message from
10895         `wl-thread-entity-list'.
10896
10897         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10898         wl-append(nconc), because update-list is broken on Meadow.
10899
10900         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10901         updating process.
10902         (wl-summary-rescan): Ditto.
10903         (wl-summary-sync-update3): Ditto.
10904         * wl-thread.el (wl-thread-set-parent): Renamed from
10905         `wl-summary-set-parent'.
10906         (wl-thread-insert-message): Updating buffer faster.
10907         (wl-thread-delete-message): Updating buffer faster.
10908
10909         * wl-score.el (wl-summary-score-update-all-lines): Changed
10910         interval for display progress gauge.
10911
10912 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10913
10914         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10915         folder always-sticky.
10916         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10917         defmacro.
10918
10919 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10920
10921         * wl-vars.el (wl-draft-add-references): New user option.
10922
10923         * wl-draft.el (wl-draft-add-references): New function.
10924         (wl-draft-yank-from-mail-reply-buffer): Use it.
10925         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10926         as nil.
10927
10928 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10929
10930         * wl-thread.el (wl-thread-update-line-msgs): Called
10931         `wl-thread-update-line-on-buffer-sub'.
10932         (wl-thread-update-line-on-buffer): Delete routine of inserting
10933         thread.
10934         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10935         moved from `wl-thread-update-line-on-buffer'.
10936         Add threshold for displaying progress gauge.
10937         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10938         argument of `wl-thread-update-line-msgs'.
10939         Add threshold for displaying progress gauge.
10940         * wl-folder.el:
10941         Add threshold for displaying progress gauge.
10942         * wl-score.el: Ditto.
10943
10944         * wl-expire.el (wl-summary-expire): Display deleting info.
10945
10946 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10947
10948         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10949         `no-msg'.
10950         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10951         argument of `wl-thread-update-line-msgs'.
10952         (wl-summary-set-parent): Added optional argument `parent-number'.
10953         (wl-summary-buffer-saved-message): New buffer local variable.
10954         (wl-summary-save-current-message): New command.
10955         (wl-summary-yank-saved-message): Ditto.
10956         (wl-summary-mode-map): Added key binding for
10957         `wl-summary-save-current-message' (\ew) and
10958         `wl-summary-yank-saved-message' (\C-y).
10959         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10960
10961 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10962
10963         * wl-summary.el (wl-summary-mode-map): Added key binding for
10964         `wl-summary-set-parent' (ts).
10965
10966 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10967
10968         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10969         subject faster. If thread number is reverse, delayed updating
10970         thread.
10971         (wl-summary-search-by-subject): Ditto.
10972         (wl-summary-put-alike): Ditto.
10973         (wl-summary-get-alike): Ditto.
10974         (wl-summary-insert-headers): Insert header of all overview in
10975         buffer.
10976         (wl-summary-rescan): Delayed updating thread. Kill search subject
10977         buffer for wl-summary-search-by-subject.
10978         (wl-summary-sync-update3): Ditto.
10979         (wl-summary-exit): Ditto.
10980         (wl-summary-goto-bottom-of-current-thread): Change for linked
10981         thread.
10982         (wl-summary-overview-create-summary-line): Change line for linked
10983         thread.
10984
10985         * wl-summary.el (wl-summary-update-thread): Use
10986         wl-thread-maybe-get-children-num.
10987         (wl-summary-set-parent): If change parent, move sub thread.
10988         (wl-summary-redisplay-internal): Add horizontal recenter.
10989         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10990
10991         * wl-thread.el (wl-thread-entity-get-linked): New function.
10992         (wl-thread-entity-set-linked): New function.
10993         (wl-thread-create-entity): Add linked element.
10994         (wl-thread-entity-insert-as-top): Use wl-append.
10995         (wl-thread-maybe-get-children-num): If closing thread, return
10996         children msgs.
10997         (wl-thread-update-line-msgs): Displaying progress message.
10998         (wl-thread-update-line-on-buffer-sub): Use
10999         wl-thread-maybe-get-children-num.
11000         (wl-thread-update-line-on-buffer): If update line is not exists,
11001         insert thread.
11002         (wl-thread-delete-message): If delete top msg of thread, search
11003         parent by subject.
11004         (wl-thread-insert-entity): Use
11005         wl-thread-maybe-get-children-num.
11006
11007         * wl-highlight.el (wl-highlight-summary-current-line): change
11008         sregexp for linked thread.
11009         * wl-util.el (wl-count-lines): Count lines.
11010         (wl-horizontal-recenter): horizontal recenter.
11011         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11012         (wl-score-get-alike): Ditto.
11013         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11014         (wl-subject-length-limit): New variable.
11015         (wl-highlight-thread-indent-string-regexp): Changed for linked
11016         thread.
11017
11018 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11019
11020         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11021         New variable (revival).
11022         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11023         by subject matching if there's no in-reply-to nor references field
11024         (revival).
11025
11026 \f
11027 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11028
11029         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11030         message.
11031
11032 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11033
11034         * wl-summary.el (wl-summary-reply): Return t if there was a
11035         message at cursor point.
11036         Added unwind-protect.
11037         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11038         returns t.
11039         (wl-summary-cancel-message): Do nothing when there's no message at
11040         cursor point.
11041         (wl-summary-forward): Ditto.
11042         (wl-summary-jump-to-parent-message): Ditto.
11043         (wl-summary-reedit): Ditto.
11044         (wl-summary-edit-addresses): Ditto.
11045         (wl-summary-pipe-message): Ditto.
11046         (wl-summary-print-message-with-ps-print): Ditto.
11047         (wl-summary-print-message): Ditto.
11048         (wl-summary-mark-as-important): Ditto.
11049         (wl-summary-mark-as-unread): Ditto.
11050
11051         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11052         message at cursor point.
11053         (wl-summary-reply-with-citation): Remove unwind-protect.
11054
11055         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11056         subject searching feature.
11057         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11058         Eliminated.
11059
11060 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11061
11062         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11063         New variable.
11064         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11065         by subject matching if there's no in-reply-to nor references field.
11066
11067         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11068
11069         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11070         when display is finished.
11071         (wl-folder-open-all): Ditto.
11072         (wl-folder-update-access-group): Ditto.
11073         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11074         * wl-thread.el (wl-thread-close-all): Ditto.
11075
11076         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11077         progress gauge only when it was displayed.
11078         * wl-folder.el (wl-folder-insert-entity): Ditto.
11079
11080 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11081
11082         * wl-summary.el (wl-summary-incorporate): Enclose
11083         `wl-summary-sync-force-update' with save-excursion.
11084
11085 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11086
11087         * wl-summary.el (wl-summary-prefetch-region):
11088         Pass current cursor point to `pos-visible-in-window-p' after
11089         moving cursor to the started point.
11090
11091 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11092
11093         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11094
11095         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11096         fields from the forwarding message.
11097         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11098         `ignored-fields'.
11099
11100 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11101
11102         * wl-mime.el (wl-message-request-partial):
11103         Eliminated argument `msgdb'.
11104         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11105         (wl-mime-combine-message/partial-pieces): Likewise.
11106         * tm-wl.el (wl-message-request-partial): Likewise.
11107         (wl-mime-combine-message/partial-pieces): Likewise.
11108
11109 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11110
11111         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11112         when display is finished.
11113
11114 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11115
11116         * wl-summary.el (wl-summary-goto-folder-subr):
11117         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11118
11119 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11120
11121         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11122         when cursor point is visible.
11123
11124 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11125
11126         * wl-expire.el (wl-expire-archive-get-max-number):
11127         Don't use `file-name-directory'.
11128
11129 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11130
11131         * wl-expire.el (wl-expire-archive-get-max-number):
11132         Use `file-name-directory'.
11133
11134 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11135
11136         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11137         only when there is progress.
11138
11139 2000-04-13  Mito <mit@nines.nec.co.jp>
11140
11141         * wl-summary.el (wl-summary-sync-marks): Display progress.
11142
11143 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11144
11145         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11146         (wl-summary-prev): Move cursor regardless of unread status.
11147         (wl-summary-next): Ditto.
11148
11149 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11150
11151         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11152         Added argument `target' and `number'.
11153         * tm-wl.el (wl-summary-burst-subr): New function.
11154         (wl-summary-burst): Use it.
11155
11156 2000-04-10  Mito <mit@nines.nec.co.jp>
11157
11158         * wl-mime.el (wl-burst): New function.
11159         (wl-summary-burst): Use it.
11160
11161 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11162
11163         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11164         as petname when there's no candidate.
11165
11166 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11167
11168         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11169         New variable.
11170         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11171
11172         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11173
11174         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11175
11176 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11177
11178         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11179         Use substring of `original' instead of buffer-substring.
11180         (wl-refile-evaluate-rule):
11181         Set `original' argument of wl-refile-expand-newtext.
11182
11183         * wl-summary.el
11184         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11185         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11186         (wl-summary-auto-refile): Check existence of destination folder just
11187         before marking.
11188
11189 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11190
11191         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11192         when wl-refile-get-field-value return nil.
11193
11194 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11195
11196         * wl-refile.el
11197         (wl-refile-expand-newtext): New function imported from Gnus.
11198         (wl-refile-evaluate-rule): Use it.
11199
11200 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11201
11202         * wl-summary.el (wl-summary-print-destination):
11203         Duplicate folder string to avoid putting text-property on
11204         original string.
11205
11206         * wl-refile.el (wl-refile-get-field-value): New function.
11207         (wl-refile-evaluate-rule): New function;
11208         Evaluate refile rule recursively.
11209         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11210         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11211         New function; Check existence of a target folder recursively.
11212         (wl-summary-auto-refile-check-refile-rule-alist):
11213         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11214
11215 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11216
11217         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11218
11219         * wl-folder.el (wl-create-folder-entity-from-buffer):
11220         Fixed problem when '}' character is contained in folder name.
11221
11222         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11223
11224 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11225
11226         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11227         (wl-fldmgr-add-completion-all-completions):
11228         Use wl-fldmgr-add-completion-hashtb.
11229
11230 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11231
11232         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11233         wl-fldmgr-add-completion-subr): New functions.
11234         * wl-folder.el (wl-folder-completion-func): New variable.
11235         * wl-summary.el (wl-summary-read-folder):
11236         Use wl-folder-completion-func.
11237
11238         * wl-refile.el: Eliminate throw & catch.
11239
11240         * wl.el (wl-plugged-sending-queue-status): Fixed.
11241
11242 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11243
11244         * wl-draft.el (wl-draft): Put category property on
11245         mail-header-separator.