* wl-vars.el (wl-draft-send-confirm-type): Change default value.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
4
5 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-vars.el (wl-draft-send-confirm-type): New user option.
8
9         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
10
11         * wl-draft.el (wl-draft-send-confirm): Confirmation by
12         `wl-draft-send-confirm-type'
13
14 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
15
16         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
17         Avoid error when the buffer name is already used.
18
19 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
20
21         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
22         the change of elmo-nmz -> elmo-search.
23         (wl-highlight-summary-line-help-echo-alist): Ditto.
24         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
25         (wl-nmz-folder-icon): Define as obsolete.
26         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
27         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
28
29 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-summary.el (wl-summary-get-list-info): Rewrite with
32         `elmo-find-list-match-value'
33
34 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
35
36         * wl-summary.el (wl-summary-get-list-info): Optimize.
37         Use List-Id and List-Post also.
38
39 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
40
41         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
42
43 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
46
47 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
48
49         * wl-util.el (wl-completing-read-multiple-1): New internal function.
50         (wl-completing-read-multiple-2): Ditto.
51         (wl-completing-read-multiple): Define use above functions.
52
53         * wl-summary.el (wl-summary-sort): Removed the workaround for a
54         bug of `completing-read-multiple' about default value.
55
56         * wl-xmas.el (wl-completing-read-multiple): Removed.
57
58         * wl-mule.el (wl-completing-read-multiple): Ditto.
59
60         * wl-e21.el (wl-completing-read-multiple): Ditto.
61
62 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-util.el (wl-filter-associations): New function.
65
66         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
67         (wl-spam-ignored-folder-list): Ditto.
68         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
69         (wl-spam-string-member-p): New function.
70         (wl-spam-domain): Use it.
71         (wl-spam-split-numbers): New function.
72         (wl-spam-apply-partitions): Ditto.
73         (wl-spam-register-spam-messages): Use `folder' instead of
74         `wl-summary-buffer-elmo-folder'.
75         (wl-spam-register-good-messages): Ditto.
76         (wl-summary-exec-action-spam): Decide a domain by real folder of
77         message.
78         (wl-summary-exec-action-refile-with-register): Likewise.
79
80 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-e21.el (wl-e21-find-image): New function.
83         (wl-e21-setup-toolbar): Use it instead of `find-image'.
84         (wl-e21-highlight-folder-group-line): Ditto.
85         (wl-folder-init-icons): Ditto.
86         (wl-plugged-init-icons): Ditto.
87         (wl-biff-init-icons): Ditto.
88
89 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
90
91         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
92         (wl-inhibit-save-drafts): New internal variable.
93         (wl-disable-auto-save): Ditto.
94         (wl-save-drafts): Treat above variables.
95         (wl-auto-save-drafts): New function.
96         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
97         `wl-stop-save-drafts'.
98         (wl-start-save-drafts): New function.
99         (wl-stop-save-drafts): Ditto.
100         (wl-set-auto-save-draft): New command.
101
102         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
103         `wl-set-save-drafts'.
104
105 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
106
107         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
108         `make-local-variable' instead of `make-variable-buffer-local'.
109
110 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
113
114 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
115
116         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
117
118 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
119
120         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
121         of working buffer.
122
123 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
126
127         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
128         value into recipients; Bind `wl-draft-remove-group-list-contents'
129         as nil.
130
131 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
132
133         * wl-summary.el (wl-summary-sort): Fixed the last change.
134
135         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
136         (wl-summary-sort-messages): Ditto.
137         (wl-summary-rescan): Use it.
138         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
139         `completing-read'; Append candidates for reverse order.
140
141 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * Version number is increased to 2.15.2.
144
145 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
146
147         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
148         "Smaller".
149         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
150
151 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
152
153         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
154
155 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-vars.el (wl-draft-additional-header-alist): Add into the
158         customize group `wl-draft'.
159         (wl-draft-add-in-reply-to): Move customize group from `wl' to
160         `wl-draft'.
161         (wl-draft-add-references): Ditto.
162
163         * wl-action.el (wl-summary-print-argument): Rename argument from
164         `folder' to `data'.
165
166 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-summary.el (wl-summary-rescan-message): Call
169         `wl-thread-cleanup-symbols' before insert thread.
170
171 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl.el (wl-init): Set `elmo-get-folder-function' as
174         `wl-folder-make-elmo-folder'.
175
176         * wl-spam.el (wl-summary-exec-action-spam): Use
177         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
178
179         * wl-folder.el (wl-folder-make-elmo-folder): New function.
180         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
181         `elmo-make-folder'.
182         (wl-folder-get-elmo-folder): Ditto.
183         (wl-folder-create-subr): Simplify.
184
185 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
188
189 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
192         contents in message buffer instead of original buffer. If optional
193         argument specified, ask coding system for encode.
194
195 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
196
197         * wl-spam.el (wl-summary-test-spam-region): New function.
198         (wl-spam-setup): Bind "rkc".
199
200 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
203
204 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
205
206         * wl-spam.el (wl-summary-test-spam): Fix typo.
207         (wl-message-check-spam): Ditto.
208
209 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-summary.el (wl-summary-default-from): Simplify.
212
213 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-action.el (wl-summary-exec-action-refile): Simplify.
216         (wl-summary-exec-action-copy): Ditto.
217         (wl-summary-auto-refile): Check existence of temporary mark.
218
219 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-summary.el (wl-summary-create-line): Use
222         `elmo-time-to-datevec'.
223
224         * wl-expire.el (wl-expire-archive-date): Ditto.
225         (wl-expire-localdir-date): Ditto.
226
227         * wl-util.el (wl-day-number): Abolish.
228
229         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
230         of `wl-day-number'.
231         (wl-score-followup): Ditto.
232         (wl-score-add-followups): Ditto.
233         (wl-score-get-latest-msgs): Ditto.
234         (wl-score-get-header-entry): Ditto.
235         (wl-score-edit-insert-date): Ditto.
236
237 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
240         `elmo-message-entity-field' with 2nd argument `type'.
241
242 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
243
244         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
245
246 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * wl-thread.el (wl-thread-delete-message): Delete descendant
249         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
250
251 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
252
253         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
254
255 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
256
257         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
258         `Access folder'.
259
260 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * wl-vars.el (wl-access-folder-icon): New user option.
263
264         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
265         `Access folder'.
266
267 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
268
269         * wl-summary.el (wl-summary-buffer-set-folder): Use
270         `wl-folder-mime-charset'.
271
272         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
273         `mime-charset'.
274         (wl-folder-get-elmo-folder): Ditto.
275         (wl-folder-mime-charset): New function.
276
277 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-util.el (wl-parse-addresses): Define alias of
280         `elmo-parse-addresses' (move to `elmo-util.el').
281
282         * wl-summary.el (wl-summary-default-from): Follow the API change.
283         (wl-summary-overview-entity-compare-by-date): Ditto.
284         (wl-summary-overview-entity-compare-by-from): Ditto.
285         (wl-summary-get-list-info): Get value of `ml-info' field from
286         entity at first.
287         (wl-summary-rescan-message): Treat prefix argument.
288         (wl-summary-prefetch-msg): Follow the API change.
289         (wl-summary-search-by-subject): Ditto.
290         (wl-summary-insert-thread): Ditto.
291         (wl-summary-line-subject): Ditto.
292         (wl-summary-line-from): Ditto.
293         (wl-summary-create-line): Ditto.
294         (wl-summary-print-message-with-ps-print): Ditto.
295
296         * wl-score.el (wl-score-ov-entity-get): Ditto.
297         (wl-score-followup): Ditto.
298         (wl-score-add-followups): Use `elmo-message-entity-field' instead
299         of `car'.
300         (wl-score-get-latest-msgs): Follow the API change.
301         (wl-score-get-header): Ditto.
302
303         * wl-refile.el (wl-refile-learn): Ditto.
304         (wl-refile-subject-learn): Ditto.
305         (wl-refile-get-field-value): Ditto.
306         (wl-refile-guess-by-history): Ditto.
307         (wl-refile-guess-by-subject): Ditto.
308
309         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
310
311         * wl-expire.el (wl-expire-date-p): Removed.
312         (wl-expire-archive-date): Follow the API change.
313         (wl-expire-localdir-date): Ditto.
314         (wl-summary-expire): Ditto.
315
316         * Version number is increased to 2.15.1.
317
318 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
321         group is access or not (it is not strict, like wl-fldmgr-rename).
322
323 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
326         duplicate call of `wl-summary-print-argument' on the wrong line.
327
328 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
331         even if argument `number' is nil.
332         (wl-summary-insert-line): Print action argument if current message
333         has it.
334
335 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
338         (wl-draft-reply): Ditto.
339         (wl-draft): Add optional argument `parent-number' and call
340         `wl-draft-create-buffer' with it.
341         (wl-draft-create-buffer): Add optional argument
342         `parent-number'. Set wl-draft-parent-number as it.
343
344 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
345
346         * wl-folder.el (wl-folder-set-persistent-mark): If summary
347         buffer is not for given folder, don't use it.
348
349 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
350
351         * Version number is increased to 2.15.0.
352
353 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
356
357         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
358         (wl-highlight-get-face-by-name): New internal function.
359         (wl-highlight-summary-line-face-spec): Use it and fixed.
360
361 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-summary.el (wl-summary-sync-update): Use
364         `elmo-message-entity-field' instead of `car' to get message-id
365         from overview entity.
366
367         * wl-summary.el (wl-summary-rescan-message): Call
368         `wl-highlight-summary-displaying' when displaying a message.
369
370 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-draft.el (wl-draft-config-info-filename): Extracted from
373         `wl-draft-config-info-operation'.
374         (wl-draft-buffer-change-number): New function.
375         (wl-draft-rename-saved-config): Ditto.
376         * wl.el (wl-init): Connect slot for message-number-changed.
377         (toplevel): Add autoload for wl-draft-rename-saved-config.
378
379 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
382         `update-overview'
383         (wl-summary-buffer-detach): Disconnect from it.
384         (wl-summary-rescan-message): Use command.
385
386         * wl-message.el (wl-message-buffer-display): Use
387         `with-current-buffer' instead of `save-excursion'.
388
389 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-mime.el (wl-draft-preview-attributes-list): Protect
392         wl-draft-preview-attributes-list from distraction.
393
394 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
395
396         * wl-summary.el (wl-summary-sync-update): Sort the return value of
397         `elmo-list-diff'.
398
399 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-summary.el
402         (wl-summary-edit-addresses-collect-candidate-fields): Use
403         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
404
405         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
406         instead of `elmo-set-work-buf'.
407
408         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
409         (wl-address-make-address-list): Ditto.
410
411         * Version number is increased to 2.13.3.
412
413 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
416         user option.
417
418         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
419         argument `5'.
420
421         * wl-message.el (wl-message-display-no-merge-p): New function.
422         (wl-message-buffer-display): Check whether the message is
423         reassembled and follow the API change.
424
425 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
428         multibyte on working buffer and removed unnecessary
429         `buffer-disable-undo'.
430
431 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-util.el (wl-read-search-condition-internal): Fixed the last
434         change.
435
436 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * wl-util.el (wl-read-search-condition-internal): Protect
439         elmo-global-flags from distraction.
440
441 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
442
443         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
444
445         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
446         (wl-summary-event-handler): Ditto.
447         (wl-summary-update-persistent-mark-on-event): New
448         function (renamed from `elmo-event-handler-flag-changed').
449         (wl-summary-buffer-attach): New function.
450         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
451         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
452         instead of `elmo-folder-add-handler'.
453
454         * Version number is increased to 2.13.2.
455
456 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
459         and "\177" to the `wl-news-previous-page'.
460         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
461         (wl-news-previous-page): New function.
462
463 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
466         instead of `write-region' and simplify.
467
468 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * wl-template.el (wl-template-select): Cause error if
471         `wl-template-alist' is nil.
472
473 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
474
475         * wl-news.el.in: Set file variable `no-byte-compile'.
476
477 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
480         whether a target message is within displaying area.
481         (elmo-event-handler-cache-changed): Ditto.
482
483 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
484
485         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
486         to `defun'.  Use `nconc' instead of `append' to collect descendant
487         message numbers.
488
489 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
490
491         * wl-thread.el (wl-thread-save-top-list)
492         (wl-thread-save-entities): Use `with-temp-buffer'.
493         * wl-news.el.in (wl-news-previous-version-load):
494         (wl-news-previous-version-save): Ditto.
495         * wl-summary.el (wl-summary-load-file-object)
496         (wl-summary-save-view-cache): Ditto.
497
498 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-util.el (toplevel): Require 'elmo-flag'.
501         (wl-read-search-condition): New function (Renamed from
502         `elmo-read-search-condition').
503         (wl-read-search-condition-internal): Likewise.
504
505         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
506         invalid.
507         (wl-summary-pick): Use `wl-read-search-condition' instead of
508         `elmo-read-search-condition'.
509         (wl-summary-virtual): Ditto.
510
511         * wl-folder.el (wl-folder-virtual): Ditto.
512         (wl-folder-pick): Ditto.
513
514         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
515
516 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
517
518         * wl-summary.el (wl-summary-reedit): Call
519         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
520
521 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-mime.el (toplevel): Require wl-vars.
524
525         * wl-message.el (toplevel): Require cl at compile.
526
527         * wl-draft.el (toplevel): Require elmo.
528
529 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-message.el (wl-message-buffer-prefetch): Count is a number
532         and do nothing when it is not positive.
533         (wl-message-buffer-prefetch-next): Ditto.
534
535 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
536
537         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
538         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
539         (wl-summary-redisplay-internal): Ditto.
540
541         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
542         message (the condition is borrowed from `wl-check-variables-2').
543         (wl-summary-redisplay-internal): Ditto.
544
545 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-mime.el (wl-draft-nntp-attribute): New function.
548         (wl-draft-attribute-nntp-posting-server): Use it.
549         (wl-draft-attribute-nntp-posting-port): Ditto.
550
551         * wl-mime.el (wl-draft-preview-attributes-list): New function.
552         (wl-draft-show-attributes-buffer): Ditto.
553         (wl-draft-hide-attributes-buffer): Ditto.
554         (wl-draft-attribute-newsgroups): Ditto.
555         (wl-draft-attribute-nntp-posting-server): Ditto.
556         (wl-draft-attribute-nntp-posting-port): Ditto.
557         (wl-draft-preview-message): Use there functions.
558
559         * wl-vars.el (wl-draft-preview-attributes-list): Change default
560         value.
561
562 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
565         (wl-draft-reedit): Ditto.
566         (wl-draft-queue-flush): Ditto.
567
568         * wl-mime.el (wl-message-request-partial): Ditto.
569         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
570         instead of `elmo-message-fetch'.
571
572         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
573
574         * wl-summary.el (wl-summary-message-string): Ditto.
575
576 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-util.el (wl-current-message-buffer): Follow the API change.
579
580         * wl-summary.el (wl-summary-redisplay-internal): Call
581         `wl-summary-mark-as-read' with 2nd argument as nil and update
582         unread count instead of persistent mark.
583
584         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
585         variable.
586         (wl-message-redisplay): Follow the API change.
587         (wl-message-buffer-display): Managed mime-entity directly and
588         return preview buffer only.
589         (wl-message-display-internal): Rewrite.
590         (wl-message-buffer-prefetch-subr): Not save return value of
591         `wl-message-buffer-display'.
592
593         * Version number is increased to 2.13.1.
594
595 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
598         'elmo-multiple-fields-body-list' with boundary specified.
599
600 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
601
602         * wl-vars.el (wl-summary-resend-use-cache): New variable.
603         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
604         cache if `wl-summary-resend-use-cache' is non-nil.
605
606 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
609         (wl-nntp-posting-stream-type): Ditto.
610
611 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
612
613         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
614
615 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
616
617         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
618         message.
619
620 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
623         Abolish.
624         (wl-summary-buffer-persistent-mark-version): New internal
625         variable.
626         (wl-summary-update-mark-and-highlight-window): Check by
627         wl-summary-persistent-mark-invalid-p.
628         (wl-summary-update-status-marks): Ditto.
629         (elmo-event-handler-flag-changed): Rewrite.
630         (elmo-event-handler-cache-changed): Define.
631         (wl-summary-prefetch-msg): Does not update persistent mark here.
632         (wl-summary-delete-cache): Ditto.
633         (wl-summary-resume-cache-status): Ditto.
634         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
635         (wl-summary-persistent-mark-invalid-p): New function.
636         (wl-summary-validate-persistent-mark): Ditto.
637         (wl-summary-validate-persistent-mark-string): Ditto.
638         (wl-summary-invalidate-persistent-mark): Ditto.
639         (wl-summary-update-persistent-mark): Call
640         `wl-summary-validate-persistent-mark'.
641         (wl-summary-create-line): Call
642         `wl-summary-validate-persistent-mark-string'.
643
644         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
645         status as t if cache used.
646
647 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
648
649         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
650         only if the target is group.
651         * wl-folder.el (wl-folder-append-petname): Don't check group name.
652
653 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
654
655         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
656
657 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
658
659         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
660
661         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
662
663 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
664
665         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
666         (Thanks to Yoichi NAKAYAMA).
667
668 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
669
670         * wl-util.el (wl-save-drafts): Restore echo area.
671
672 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
673
674         * Version number is increased to 2.13.0.
675
676         * wl-util.el (wl-biff-check-folder-async): Use
677         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
678
679 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-message.el (wl-message-display-internal): Does not put
682         wl-message-display-type property on message buffer.
683         (wl-message-buffer-display-type): New function.
684
685         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
686
687         * wl-summary.el (wl-summary-mode): Use `dolist' to add
688         `wl-summary-buffer-detach'.
689         (wl-summary-message-display-type): Use
690         `wl-summary-buffer-display-type'.
691
692 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
693
694         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
695         buffer-local.
696
697         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
698         kill-buffer-hook instead of make-local-variable.
699         (wl-draft-preview-message): Set `local' argument of add-hook as t.
700
701 2004-12-12  Scott Renfro <scott@renfro.org>
702
703         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
704         regex for square-branket.
705
706 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
707
708         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
709         `wl-message-mime-analysis-p' with argument `header'.
710
711 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
712
713         * wl-mime.el (wl-draft-yank-current-message-entity): 
714         Switch to no-mime following method according to wl-message-display-type
715         property.
716         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
717
718         * wl-message.el (wl-message-display-internal): 
719         Put wl-message-display-type property on message buffer.
720
721         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
722         (wl-message-display-internal): Ditto;
723
724         * wl-summary.el (wl-summary-toggle-mime): Ditto.
725
726 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-message.el (wl-message-make-display-type): New function.
729         (wl-message-display-type-property): Ditto.
730         (wl-message-mime-analysys-p): Ditto.
731         (wl-message-display-all-header-p): Ditto.
732         (wl-message-redisplay): Removed argument `as-is', `all-header' and
733         added `display-type'.
734         (wl-message-buffer-display): Likewise.
735         (wl-message-display-internal): Likewise.
736         (wl-message-buffer-display-type): Abolish.
737         (wl-message-buffer-prefetch-subr): Follow the API changed.
738
739         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
740         from wl-summary-buffer-display-all-header and changed default value.
741         (wl-summary-message-display-type): New function.
742         (wl-summary-buffer-display-mime-mode): Ditto.
743         (wl-summary-buffer-display-header-mode): Ditto.
744         (wl-summary-toggle-mime): Rewrite with above functions.
745         (wl-summary-toggle-all-header): Ditto.
746         (wl-summary-redisplay): Force redisplay with default mode.
747         (wl-summary-redisplay-internal): Renamed argument from `mode',
748         `all-header' to `mime-mode', `header-mode'.
749         Use `wl-message-make-display-type'.
750
751         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
752         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
753
754 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
755
756         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
757
758 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
759
760         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
761         in original message buffer.
762         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
763         buffer.
764
765 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
766
767         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
768
769 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
770
771         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
772
773 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
774
775         * wl-action.el (wl-summary-exec-action-refile): Display a done message
776         when actions succeeded.
777         (wl-summary-exec-action-copy): Likewise.
778
779 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
780
781         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
782         there is switch-to-buffer at the end of wl-message-select-buffer.
783         (wl-summary-reply): Ditto.
784
785 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
786
787         * wl-summary.el (wl-summary-forward): Put subject in original
788         message buffer as argument of wl-draft-forward.
789         * wl-draft.el (wl-draft-forward): Decode subject as in
790         wl-draft-reply.
791
792 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
793
794         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
795         a folder under access group.
796
797 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
798
799         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
800         wl-message-buffer-display.
801
802         * wl-util.el (wl-set-save-drafts): Fix typo.
803
804 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
807         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
808         wl-highlight-logo-face to set the bg color of an xbm image; fixed
809         the way to measure the width of a bitmap image; don't put face on
810         ascii and bitmap images; put the mark which should not use the
811         variable-pitch face on ascii and bitmap images.
812         (wl-demo-setup-properties): Don't use the variable-pitch face on
813         ascii and bitmap images; made it work on Emacs 20 and earlier.
814         (wl-demo-insert-text): End with a newline at the bottom; don't put
815         face on text.
816
817         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
818
819 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
820
821         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
822
823         * wl-util.el (wl-save-drafts): Moved from sample setting.
824         (wl-set-save-drafts): New function to set idle timer.
825         * wl-draft.el (wl-draft): Call it.
826         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
827
828 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
829
830         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
831         a summary which has toggle display status off.
832
833 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-draft.el (wl-draft-do-fcc): No cache save.
836
837 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * wl-summary.el (elmo-event-handler-flag-changed): Use
840         `set-buffer' instead of `with-current-buffer'.
841
842 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-summary.el (wl-summary-after-resize-function): New function.
845         (wl-summary-mode): Add `wl-summary-after-resize-function' to
846         window-size-change-functions.
847
848 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-draft.el (wl-draft-create-buffer): Bind
851         `change-major-mode-hook' after current buffer is changed.
852
853         * wl-summary.el (wl-summary-buffer-detach): New function.
854         (wl-summary-buffer-set-folder): Call it.
855         (wl-summary-mode): Add `wl-summary-buffer-detach' to
856         change-major-mode-hook and kill-buffer-hook.
857         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
858         (wl-summary-switch-to-clone-buffer): Ditto.
859         (wl-summary-goto-folder-subr): Ditto.
860
861 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
862
863         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
864         after boundp check.
865
866 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
869         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
870         for `kill-buffer'.
871
872         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
873         handler of current buffer from elmo-folder.
874
875 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
878
879 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-summary.el (wl-summary-buffer-event-handler): New internal
882         variable.
883         (wl-summary-event-handler): New class.
884         (elmo-event-handler-flag-changed): Define to update persistent
885         mark.
886         (wl-summary-buffer-set-folder): Register event handler to
887         elmo-folder.
888         (wl-summary-exit): Unregister event handler.
889         (wl-summary-goto-folder-subr): Ditto.
890         (wl-summary-mark-as-read-all): Does not call
891         `wl-summary-update-persistent-mark' directly.
892         (wl-summary-mark-as-read-internal): Ditto.
893         (wl-summary-set-persistent-mark-internal): Ditto.
894         (wl-summary-set-flags-internal): Ditto.
895
896         * Version number is increased to 2.11.33.
897
898 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
899
900         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
901         to nil.
902
903 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-spam.el (wl-spam-setup): Add hook
906         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
907         instead of `wl-summary-prepare-hook'.
908
909         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
910         if folder type is `'flag'.
911         (wl-summary-mark-as-important): Ditto.
912
913 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-address.el (wl-address-minibuffer-history): New variable.
916         (wl-address-minibuffer-local-map): New keymap.
917         (wl-address-read-from-minibuffer): New function.
918
919         * wl-action.el (wl-summary-get-resend-address): Use
920         `wl-address-read-from-minibuffer' instead of `completing-read'.
921
922 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * Version number is increased to 2.11.32.
925
926 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
927
928         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
929         without mule to iso-8859-1.
930         (wl-draft-add-in-reply-to): Add note in description.
931         (wl-draft-add-references): Ditto.
932
933 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
934
935         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
936         definition for `m'.
937         (wl-summary-mode-line-format): Add '[%m]'.
938         (wl-message-mode-line-format-spec-alist): Ditto.
939         (wl-summary-display-mime-mode-list): New variable.
940
941         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
942         from wl-summary-buffer-display-as-is.
943         (wl-summary-buffer-display-all-header): New buffer local variable.
944         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
945         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
946         instead of wl-summary-buffer-display-as-is.
947         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
948         (wl-summary-set-persistent-mark): Ditto.
949         (wl-summary-set-message-buffer-or-redisplay): Just call
950         `wl-summary-redisplay-internal' without optional arguments.
951         (wl-summary-toggle-mime): Rewrite.
952         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
953         (wl-summary-toggle-all-header): New function.
954         (wl-summary-redisplay-internal): Treat mime mode.
955
956         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
957         to wl-mime-preview-follow-no-mime.
958         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
959         accodring to the display-mode.
960
961         * wl-message.el (wl-message-buffer-display-type): Rewrite.
962         (wl-message-buffer-display): Changed argument name from `as-is' to
963         `mode'.
964         (wl-message-display-internal): Ditto;
965         Bind elmo-mime-display-header-analysis according to the mode.
966         (wl-message-display-internal): Put wl-message-display-mime-mode
967         property on entire buffer.
968
969 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
970
971         * wl-draft.el (wl-draft-do-fcc): Undo last change.
972
973 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
974
975         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
976         Don't extract mail address.
977         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
978
979         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
980
981         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
982
983 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
986         wl-fldmgr-cut-entity-list on confirmation.
987
988 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
989
990         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
991         (wl-mime-quit-preview): Check existence of
992         mime-edit-temp-message-buffer here.
993
994 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
997         after deletion.
998
999         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1000         before calling wl-mime-quit-preview.
1001
1002 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * wl-summary.el (wl-summary-pick): If call it with prefix
1005         argument, set `delete-marks' as non-nil. Pick from only visible
1006         messages.
1007         (wl-summary-check-target-mark): New function.
1008         (wl-summary-target-mark-mark-as-read): Use it.
1009         (wl-summary-target-mark-mark-as-unread): Ditto.
1010         (wl-summary-target-mark-operation): Ditto.
1011         (wl-summary-target-mark-set-flags): Ditto.
1012         (wl-summary-target-mark-save): Ditto.
1013         (wl-summary-target-mark-pick): Ditto.
1014         (wl-summary-target-mark-forward): Ditto.
1015         (wl-summary-target-mark-reply-with-citation): Ditto.
1016         (wl-summary-target-mark-print): Ditto.
1017         (wl-summary-target-mark-uudecode): Ditto.
1018
1019         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1020         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1021         with `ask-coding' is non-nil.
1022
1023 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-thread.el (wl-thread-set-parent): If parent is a message
1026         which is identified by references, set linked as nil.
1027
1028 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1029
1030         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1031         (wl-message-mode-line-format-spec-alist): Ditto.
1032         (wl-message-mode-line-format): Ditto.
1033         (wl-summary-mode-line-format): Ditto for docstring.
1034         (wl-summary-no-mime-folder-list): Fix typo.
1035
1036         * wl-util.el (wl-current-message-buffer): Call
1037         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1038
1039         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1040         variable.
1041         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1042         of `wl-summary-redisplay-no-mime'.
1043         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1044         (wl-summary-toggle-mime): New function.
1045         (wl-summary-redisplay-all-header): Rewrite.
1046         (wl-summary-redisplay-no-mime): Ditto.
1047         (wl-summary-redisplay-internal): Added argument `as-is' and
1048         `all-header'.
1049
1050         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1051         New variable.
1052         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1053         bottom.
1054         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1055         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1056         "/" unconditionally.
1057
1058         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1059         wl-mime-preview-follow-no-mime for as-is content.
1060         (wl-mime-preview-follow-no-mime): New function.
1061         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1062
1063         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1064         and added `as-is', `all-header'.
1065         (wl-message-buffer-display): Ditto.
1066         (wl-message-buffer-display-type): New function.
1067
1068 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1069
1070         * wl-vars.el (wl-message-header-button-alist): Change default
1071         value.
1072         (wl-message-body-button-alist): Ditto.
1073
1074 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1077
1078 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1081
1082 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1083
1084         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1085         is always true.
1086
1087 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1090         on null entity.
1091
1092 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1093
1094         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1095
1096 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-vars.el (wl-summary-resend-hook): New hook.
1099
1100         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1101         `wl-summary-resend-hook'.
1102
1103 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1104
1105         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1106         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1107         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1108         (wl-summary-new-cached-mark): Changed default value to 'n'.
1109         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1110         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1111         (wl-folder-sync-range-alist): Remove spec for 'flag.
1112         (wl-summary-force-prefetch-folder-list): New user option.
1113
1114         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1115         `wl-summary-toggle-persistent-mark'.
1116         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1117         number is nil.
1118         (wl-summary-mark-as-answered-region): Set interactive argument of
1119         `wl-summary-set-persistent-mark-internal'.
1120         (wl-summary-mark-as-important-region): Ditto.
1121         (wl-summary-unset-persistent-mark): Ditto.
1122         (wl-summary-set-persistent-mark): Ditto.
1123         (wl-summary-mark-as-answered): Ditto.
1124         (wl-summary-mark-as-important): Ditto.
1125         (wl-summary-set-persistent-mark-internal): Do nothing
1126         when `elmo-message-flag-available-p' is nil.
1127         (wl-summary-toggle-persistent-mark): New function.
1128         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1129         when the folder matches `wl-summary-force-prefetch-folder-list'.
1130
1131
1132         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1133         when number is nil.
1134         (wl-highlight-summary-forwarded-face): New face.
1135
1136 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1137
1138         * Version number is increased to 2.11.31.
1139
1140 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1143         (wl-biff-check-folder-async): Ditto.
1144         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1145
1146 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1147
1148         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1149         Add an argument `reverse'.  All callers are updated.
1150         (wl-summary-sort): Add a prefix argument `reverse' to specify
1151         reverse sorting.
1152         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1153         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1154         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1155
1156 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-message.el (wl-message-redisplay): Does not narrow header if
1159         disply-type is all-header or as-is.
1160
1161         * wl-summary.el (wl-summary-enter-handler): Use
1162         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1163
1164 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1167         after adding wl-draft-parent-variables.
1168         (wl-draft-forward): Ditto.
1169
1170 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-summary.el (wl-summary-sync-marks): Call
1173         `wl-summary-set-persistent-mark' and
1174         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1175         (wl-summary-set-persistent-mark-internal): Add 4th argument
1176         `no-server'.
1177         (wl-summary-unset-persistent-mark): Ditto.
1178         (wl-summary-set-persistent-mark): Ditto.
1179         (wl-summary-add-flags-internal): Abolish.
1180         (wl-summary-remove-flags-internal): Ditto.
1181         (wl-summary-mark-as-important-internal): Ditto.
1182         (wl-summary-mark-as-important): Use
1183         `wl-summary-set-persistent-mark' instead of
1184         `wl-summary-add-flags-internal'.
1185         (wl-summary-mark-as-important-region): Ditto.
1186
1187         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1188
1189         * wl-summary.el (wl-summary-get-available-flags): New function.
1190         (wl-summary-sync-marks): Use it and simplified.
1191         (wl-summary-unset-persistent-mark): Use
1192         `wl-summary-get-available-flags'.
1193         (wl-summary-set-persistent-mark): Ditto.
1194
1195 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1198         id.
1199
1200 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1203         number, call `wl-summary-prev-line-content'. Show message when the
1204         message is not found.
1205
1206 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1207
1208         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1209         wl-summary-enter-handler.
1210         (wl-summary-enter-handler): New command.
1211
1212         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1213         docstring and custom spec.
1214
1215         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1216         flags too; Don't treat Cached and New.
1217         (wl-summary-set-persistent-mark): Ditto.
1218
1219         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1220         `wl-folder-set-flag'.
1221
1222         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1223         instead of `wl-folder-set-flag'.
1224
1225         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1226         for completion.
1227         (wl-summary-set-persistent-mark): Ditto.
1228
1229         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1230         instead of `wl-draft-quit-preview'.
1231
1232         * wl-mime.el (toplevel): Avoid compile warning.
1233         (wl-mime-quit-preview): New function
1234         (formarly defined as `wl-draft-quit-preview').
1235         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1236         quitting method.
1237
1238         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1239
1240         * wl-folder.el (wl-folder-set-flag): Renamed from
1241         `wl-draft-set-flag-on-parent'.
1242
1243         * wl-draft.el (wl-draft-quit-preview): New function.
1244         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1245         (wl-draft-send): Call `wl-folder-set-flag' instead of
1246         `wl-draft-set-flag-on-parent'.
1247         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1248
1249 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1250
1251         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1252         (wl-draft-send): Ditto.
1253
1254 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1255
1256         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1257         (wl-draft-kill-pre-hook): Set default value as nil.
1258         (wl-summary-reply-hook): Ditto.
1259         (wl-draft-kill-flags): Abolish.
1260
1261         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1262         (wl-draft-parent-variables): Renamed from
1263         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1264         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1265         argument; Add wl-draft-parent-variables to
1266         wl-draft-config-variables.
1267         (wl-draft-reply): Likewise.
1268         (wl-draft-kill-flags): Abolish.
1269         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1270         (wl-draft-set-flag-on-parent): New function.
1271         (wl-draft-setup-parent-flag): Ditto.
1272
1273 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1274
1275         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1276         `wl-draft-parent-folder' is "".
1277
1278 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1279
1280         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1281         (wl-summary-digit-jump): New function.
1282         (Adviced by John Owens and Hiroya Murata)
1283
1284         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1285         (Adviced by John Owens)
1286
1287         * wl-xmas.el (wl-message-define-keymap): Ditto.
1288
1289         * wl-mule.el (wl-message-define-keymap): Ditto.
1290
1291 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1292
1293         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1294         change of return value of elmo-folder-count-flags.
1295
1296         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1297         (wl-summary-mark-as-read-internal): Ditto.
1298         (wl-summary-set-persistent-mark-internal): Ditto.
1299         (wl-summary-folder-info-update): Ditto.
1300         (wl-summary-sync-update): Fixed the last change.
1301
1302         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1303
1304 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1305
1306         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1307         (wl-draft-kill-flags): Fixed docstring.
1308
1309         * wl-draft.el (wl-draft-kill-flags): New function.
1310         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1311
1312 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * wl-vars.el (wl-reply-hook): Abolish.
1315         (wl-draft-reply-hook): New hook.
1316         (wl-summary-reply-hook): Ditto.
1317         (wl-draft-forward-hook): Ditto.
1318         (wl-summary-forward-hook): Ditto.
1319         (wl-draft-kill-flags): New variable.
1320
1321         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1322         wl-summary-set-persistent-mark-internal.
1323         (wl-summary-sync-marks): Use elmo-preserved-flags.
1324         (wl-summary-update-persistent-mark): Make it interactive.
1325         (wl-summary-set-persistent-mark-internal): New inline function.
1326         (wl-summary-mark-as-answered): Use it.
1327         (wl-summary-mark-as-unanswered): Ditto.
1328         (wl-summary-unset-persistent-mark): New function.
1329         (wl-summary-set-persistent-mark): Ditto.
1330         (wl-summary-reply): Don't set answered flag;
1331         Run wl-summary-reply-hook instead.
1332         (wl-summary-forward): Call wl-draft-forward with number.
1333         Run wl-summary-forward-hook.
1334
1335         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1336         (wl-highlight-summary-line-face-spec): Use it as a default
1337         persistent mark face.
1338
1339         * wl-draft.el (wl-draft-forward): Added optional argument number;
1340         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1341         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1342         (wl-draft-kill): Use wl-draft-kill-flags.
1343
1344         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1345
1346         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1347         of return value of elmo-folder-count-flags.
1348
1349         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1350
1351         * wl-summary.el (wl-summary-count-unread): Ditto.
1352         (wl-summary-sync-update): Follow the change above.
1353         (wl-summary-force-prefetch): New function.
1354
1355 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1356
1357         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1358         variable `buf' with `let' instead of `setq'.
1359
1360 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1363         add Content-Disposition heaeder on the deleted part.
1364
1365 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1366
1367         * wl-draft.el (wl-draft-save): Encode address list under edit by
1368         `eword-encode-unstructured-field-body'.
1369
1370         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1371
1372 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1375         wl-current-summary-buffer.
1376
1377 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1378
1379         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1380         `numbers' is ignored.
1381
1382 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1383
1384         * wl-folder.el (wl-folder-open-folder): Avoid error.
1385         Reported by John Owens, [wl-en:815]
1386
1387         * wl.el (wl): Set timer for biff process even if prefix argument
1388         is given or auto-checking is quitted.
1389
1390         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1391         immediately.
1392         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1393         (wl-toggle-plugged): Ditto.
1394
1395         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1396         * wl-util.el (wl-biff-start): Use idle timer if
1397         `wl-biff-use-idle-timer' is non-nil.
1398
1399 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1400
1401         * wl-highlight.el (wl-highlight-message): Fix description.
1402
1403 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1404
1405         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1406         tty.
1407
1408 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1409
1410         * wl-action.el (wl-summary-exec): Print failure count.
1411
1412 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1413
1414         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1415         to `defun', remove interactive form.
1416         Set elmo-message-fetch-confirm when force-reload is non-nil.
1417
1418 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1419
1420         * wl-summary.el (toplevel): Removed unnecessary autoload.
1421
1422 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1423
1424         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1425         the buffer is generated from another message buffer.
1426
1427 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1430         extracted from `wl-fldmgr-save-folders'.
1431         (wl-fldmgr-delete): Call it after deletion.
1432
1433 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1436         multi-tty support.
1437
1438 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1439
1440         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1441
1442 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1443
1444         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1445         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1446
1447 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1450         unsubscribe list only if argument CLEAR is nil.
1451
1452 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-draft.el (wl-draft-reply): Decode subject before removing
1455         Re: prefix.
1456
1457 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1458
1459         * wl-summary.el (wl-summary-sort-by-size): New command.
1460
1461 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl-summary.el (wl-summary-number-list-from-region): New
1464         function.
1465         (wl-summary-mark-as-read-region): Use it.
1466         (wl-summary-mark-as-unread-region): Ditto.
1467         (wl-summary-set-flags-region): Ditto and add optional argument
1468         remove.
1469         (wl-summary-mark-as-answered-region): Ditto.
1470         (wl-summary-mark-as-important-region): Ditto.
1471         (wl-summary-target-mark-mark-as-important): Added optional
1472         argument remove.
1473         (wl-summary-target-mark-mark-as-answered): Ditto.
1474         (wl-summary-target-mark-set-flags): Ditto.
1475
1476 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1477
1478         * wl-summary.el (wl-summary-set-flags-region): Call
1479         `wl-summary-set-flags-internal' with number list instead of call
1480         one by each message.
1481         (wl-summary-target-mark-set-flags): Likewise.
1482
1483 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1484
1485         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1486         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1487         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1488         (wl-summary-target-mark-mark-as-answered): Likewise.
1489
1490 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1491
1492         * wl-summary.el (wl-summary-target-mark-forward): Use
1493         `wl-summary-delete-all-target-marks' instead of
1494         `wl-summary-delete-all-temp-marks'.
1495         (wl-summary-target-mark-reply-with-citation): Ditto.
1496         (wl-summary-target-mark-uudecode): Ditto.
1497         (wl-summary-target-mark-set-flags): Ditto and remove needless
1498         cursor move.
1499
1500 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1501
1502         * wl-summary.el (wl-summary-target-mark-forward): Protect
1503         wl-summary-buffer-target-mark-list from nreverse.
1504         (wl-summary-target-mark-reply-with-citation): Ditto.
1505
1506 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1509         `elmo-display-progress-threshold'.
1510
1511 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1512
1513         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1514         check `wl-summary-highlight'.
1515         (wl-summary-window-scroll-functions): Respect value of
1516         `wl-summary-highlight'.
1517         (wl-summary-sync-update): Run hooks
1518         `wl-summary-buffer-window-scroll-functions' at any time.
1519
1520 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1521
1522         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1523         from `wl-summary-cleanup-temp-marks'.
1524         (wl-summary-cleanup-temp-marks): Abolish argument.
1525         * wl.el (wl-save-status): Revert previous change.
1526         (wl-execute-temp-marks): New function, call
1527         `wl-summary-exec-with-confirmation'.
1528         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1529         (wl-folder-save-and-exec-marks): Abolished.
1530
1531 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-e21.el (wl-e21-display-image-p): Respect
1534         `wl-highlight-folder-with-icon'.
1535         (wl-e21-highlight-folder-group-line): Highlight mouse line
1536         even if wl-e21-display-image-p is nil.
1537
1538         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1539         Respect value of `wl-summary-highlight'.
1540
1541         * wl.el (wl-save-status): Remove unused variable.
1542
1543         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1544         (wl-folder-mode-map): Bind it to "x".
1545
1546 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1549
1550         * wl-thread.el (wl-thread-get-parent-list): Don't check
1551         disconnected ancestors, neglecting needless work in
1552         `wl-thread-update-indent-string-thread'.
1553
1554         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1555         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1556         argument, add argument default-keep to keep marks by default.
1557
1558         * Version number is increased to 2.11.30.
1559
1560         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1561         customization type and docstring.
1562         (wl-draft-reply-without-argument-list): Ditto.
1563
1564 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1565
1566         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1567
1568         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1569
1570 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1573
1574 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1575
1576         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1577         save-excursion so as not to include run-hooks.
1578
1579 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1580
1581         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1582         Clarify that marks are going to be cleared.
1583
1584 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1585
1586         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1587         according to 3rd element of wl-summary-flag-mark.
1588
1589         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1590
1591 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1592
1593         * wl-action.el (wl-summary-target-mark-all): Don't set
1594         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1595
1596 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1597
1598         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1599         (wl-forward-subject-prefix): Ditto.
1600         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1601         (wl-draft-reply-make-subject): Ditto.
1602
1603         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1604         `wl-draft-forward'.
1605         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1606
1607 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1610         target message does not exist.
1611
1612 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1613
1614         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1615         `wl-subject-prefix-regexp'.
1616         (wl-subject-forward-prefix-regexp): New variable.
1617         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1618         `wl-draft-strip-subject-re' and take regexp as argument.
1619         (wl-draft-forward): Use it.
1620         (wl-draft-reply): Ditto.
1621
1622 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1623
1624         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1625         emacs multi-tty support.
1626
1627 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1628
1629         * wl-e21.el (wl-e21-display-image-p): Don't call
1630         `display-images-p'.
1631         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1632         support.
1633         (wl-highlight-folder-current-line): Ditto.
1634         (wl-folder-init-icons): Ditto.
1635
1636 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1637
1638         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1639         the last line of summary in unplugged mode.
1640
1641 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1642
1643         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1644
1645 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1648         * wl-address.el (wl-address-user-mail-address-p): Use it.
1649         (wl-address-delete-user-mail-addresses): Ditto.
1650         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1651
1652         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1653         (wl-address-delete-user-mail-addresses): Ditto.
1654
1655         * wl-address.el (wl-address-delete-user-mail-addresses): New
1656         function.
1657         * wl-refile.el (wl-refile-guess-by-history): Use it.
1658         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1659         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1660
1661         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1662         use wl-address-user-mail-address-p.
1663
1664 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1665
1666         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1667         after opening group.
1668
1669 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1670
1671         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1672         of elmo-set-buffer-multibyte.
1673
1674         * wl-message.el (wl-original-message-mode): Ditto.
1675
1676         * wl-score.el (wl-score-insert-header): Ditto.
1677
1678         * wl-summary.el
1679         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1680         (wl-summary-goto-folder-subr): Ditto.
1681         (wl-summary-insert-headers): Ditto.
1682
1683         * wl-util.el (wl-set-string-width): Ditto.
1684
1685         * Version number is increased to 2.11.29.
1686
1687 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1690         (wl-highlight-summary-line-help-echo-alist): New variable.
1691         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1692         into `wl-highlight-summary-line-help-echo' and
1693         `wl-highlight-flag-folder-help-echo'.
1694         (wl-highlight-summary-line-string): Change accordingly.
1695         (wl-highlight-summary-current-line): Ditto.
1696
1697 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1698
1699         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1700         at the beginning of field body (Thanks to Markus Knittig).
1701
1702         * wl-draft.el (wl-draft-insert-current-message): Also check
1703         summary buffer, remove unnecessary tag.
1704
1705 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1708         when wl-message-buffer is nil.
1709
1710         * wl-folder.el (wl-folder): Abolish unused argument.
1711         Call wl-folder-init when wl-folder-entity is nil.
1712         * wl.el (wl): Change accordingly.
1713
1714 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1715
1716         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1717         multibyte string before insert into draft buffer.
1718         (wl-draft-create-buffer): Always enable multibyte characters for
1719         draft buffer.
1720
1721         * Version number is increased to 2.11.28.
1722
1723 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1724
1725         * wl-folder.el (wl-folder-open-close): Handle blank line.
1726         (wl-folder-jump-to-current-entity): Ditto.
1727
1728 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1729
1730         * Version number is increased to 2.11.27.
1731
1732 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1733
1734         * wl-thread.el (wl-thread-insert-message): When the thread is
1735         devided by wl-summary-max-thread-depth, insert line at the end of
1736         buffer.
1737
1738 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * Version number is increased to 2.11.26.
1741
1742 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1745
1746 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1747
1748         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1749         value of stream-type and session.
1750
1751 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1752
1753         * Version number is increased to 2.11.25.
1754
1755 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1756
1757         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1758         in a quit message.
1759
1760 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1761
1762         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1763         (wl-summary-redisplay-no-mime-internal): Ditto.
1764
1765 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1766
1767         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1768         * wl-vars.el (wl-smtp-connection-type): Ditto.
1769
1770 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1771
1772         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1773         for the separator line and quote mail-header-separator.
1774
1775 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1778         result message.
1779
1780         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1781         `elmo-multiple-fields-body-list' with boundary as
1782         mail-header-separator.
1783
1784 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1787
1788 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1789
1790         * wl-util.el (wl-list-diff): Remove unused function.
1791
1792         * wl-draft.el (wl-draft-send-confirm): Discard input before
1793         confirmation.
1794
1795 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1798         order of flag and new.
1799
1800 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1801
1802         * wl-vars.el (wl-refile-policy-alist): Abolished.
1803
1804         * wl-action.el (wl-summary-set-action-refile): Follow the change
1805         above.
1806
1807 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * wl-highlight.el (wl-highlight-signature-search): Don't use
1810         re-search-backward for a long word since it is possible to crash
1811         XEmacs because of a bug.
1812
1813 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1814
1815         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1816
1817 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1820         argument for wl-summary-sync-force-update.
1821
1822 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-summary.el (wl-summary-mode-map): Revival of
1825         wl-summary-mark-as-important related bindings;
1826         Bind 'F','tF','mF','rF','m&'.
1827         (wl-summary-mark-as-important-region): Revival.
1828         (wl-summary-target-mark-mark-as-important): Ditto.
1829         (wl-summary-target-mark-operation): New function.
1830         (wl-summary-target-mark-mark-as-answered): Use it.
1831         (wl-summary-decide-flag): Don't set Important as default.
1832         (wl-summary-mark-as-important-internal): Revival.
1833         (wl-summary-mark-as-important): Ditto.
1834
1835         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1836
1837         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1838         instead of facep.
1839
1840 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1841
1842         * wl-dnd.el (wl-dnd-drop-func): Fix.
1843
1844         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1845         mouse-set-point instead of posn-point.
1846
1847         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1848
1849         * wl-mule.el (wl-completing-read-multiple): Ditto.
1850
1851 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-demo.el (face-background-name): Defalias to avoid compile
1854         warning.
1855
1856 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-summary.el (wl-summary-decide-flag): Use
1859         wl-completing-read-multiple instead of completing-read-multiple.
1860
1861         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1862         New alias.
1863
1864         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1865         Use face-background-name instead of face-background.
1866
1867         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1868
1869         * wl-summary.el (wl-summary-save): Use it.
1870         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1871
1872         * wl-mime.el (wl-mime-save-content): Fix last change.
1873
1874 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1875
1876         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1877         New function.
1878         (wl-summary-sort-specs): Added sort.
1879         * wl-mime.el (wl-mime-save-content): Expand file name.
1880
1881 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1882
1883         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1884
1885         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1886
1887 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1888
1889         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1890         for flag if it is not defined.
1891
1892 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1893
1894         * wl-e21.el (wl-highlight-folder-current-line): Use
1895         elmo-folder-type-internal when elmo-folder-type returns nil.
1896
1897         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1898
1899         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1900
1901         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1902
1903         * wl-e21.el (wl-summary-toolbar): Ditto.
1904
1905         * wl-vars.el (wl-demo-background-color): Abolished.
1906         (wl-summary-persistent-mark-priority-list): Renamed from
1907         wl-summary-flag-priority-list.
1908         (wl-summary-flag-alist): New user option.
1909         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1910         (wl-message-mode-line-format-spec-alist): Added 'F'.
1911         (wl-message-mode-line-format): Likewise.
1912         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1913         instead of wl-summary-important-mark.
1914         (wl-file-folder-icon): New variable.
1915
1916         * wl-thread.el (wl-thread-set-flags): Renamed from
1917         wl-thread-mark-as-important.
1918
1919         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1920         warning.
1921         (wl-summary-mode-menu-spec): Follow the change of 
1922         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1923         (wl-summary-mode-map): Follow the change of
1924         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1925         (wl-summary-detect-mark-position): Follow the variable name change.
1926         (wl-summary-set-flags-region): New function for the replacement of
1927         wl-summary-mark-as-important-region.
1928         (wl-summary-sync-marks): Sync all global-flags.
1929         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1930         instead of elmo-message-flagged-p.
1931         (wl-summary-persistent-mark-string): Follow the variable name change;
1932         Put wl-summary-flag-mark if the message has global-flag.
1933         (wl-summary-target-mark-set-flags): Renamed from 
1934         wl-summary-target-mark-mark-as-important.
1935         (wl-summary-decide-flag): New function.
1936         (wl-summary-set-flags-internal): Renamed from
1937         wl-summary-mark-as-important-internal.
1938         (wl-summary-add-flags-internal): New function.
1939         (wl-summary-remove-flags-internal): Ditto.
1940         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1941         (wl-summary-mark-as-unimportant): Abolish.
1942         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1943         (wl-summary-next-message): List flagged messages in the msgdb.
1944
1945         * wl-score.el (wl-summary-score-update-all-lines): Use
1946         wl-summary-add-flags-internal instead of 
1947
1948         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1949
1950         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1951         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1952         (wl-message-buffer-require-all-header): Renamed from
1953         wl-message-buffer-all-header-flag (Ditto).
1954         (wl-message-buffer-flag-indicator): New variable.
1955         (wl-message-redisplay): Changed local varibale name from `flag' to
1956         `display-type'; Set up wl-message-buffer-flag-indicator.
1957         (wl-message-buffer-display): Changed varibale name from `flag' to
1958         `display-type'.
1959         (wl-message-display-internal): Likewise.
1960
1961         * wl-highlight.el (wl-highlight-demo-face): Define default background
1962         color.
1963         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1964
1965         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1966
1967         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1968         (wl-demo-setup-properties): Renamed from
1969         `wl-demo-set-background-color'.
1970         (wl-demo): Follow the change above.
1971         
1972         * Version number is increased to 2.11.24.
1973
1974 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-summary.el (wl-summary-toggle-thread): Call
1977         `wl-summary-rescan' with disable-thread as non-nil.
1978         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1979
1980 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1981
1982         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1983         foreground property of the face.
1984         (wl-demo-insert-text): Don't set up face property here.
1985         (wl-demo): Call wl-demo-set-background-color, anyway.
1986
1987 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1988
1989         * wl-vars.el (wl-demo-background-color): The value can be nil.
1990
1991 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1994         to wl-summary-wheel-dispatcher.
1995
1996         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1997         wl-message-wheel-dispatcher.
1998         (wl-message-wheel-dispatcher): New function.
1999         (wl-summary-wheel-dispatcher): Ditto.
2000
2001 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * wl-action.el (wl-summary-target-mark-all): List messages which are
2004         not in the killed-list.
2005
2006         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2007         only when the folder is 'flag/important.
2008
2009         * wl-address.el (wl-complete-field-body): Complete if the last
2010         character is a space.
2011
2012 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-folder.el (wl-folder-clear-entity-info): Use
2015         elmo-clear-hash-val.
2016
2017         * wl-fldmgr.el (wl-fldmgr-rename): Set
2018         wl-folder-info-alist-modified as t.
2019
2020 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2021
2022         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2023
2024 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2027         (wl-folder-buffer-last-visited-entity-id): New buffer local
2028         variable.
2029         (wl-folder-revisit-last-visited-folder): New function.
2030         (wl-folder-mode-map): Bind it to "C-i".
2031         (wl-folder-set-current-entity-id): Set last visited folder.
2032         * wl-summary.el (wl-summary-exit): Ditto.
2033
2034 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2037         before calling `recenter' in order to cope with an XEmacs bug.
2038
2039 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2042         to the default value.
2043
2044 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2045
2046         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2047         change.
2048         (wl-summary-sync-marks): Ditto.
2049         (wl-summary-mark-as-read-internal): Ditto.
2050         (wl-summary-mark-as-answered-internal): Ditto.
2051         (wl-summary-mark-as-important-internal): Ditto.
2052         (wl-summary-reply): Ditto.
2053
2054         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2055         instead of `elmo-folder-unflag-answered'.
2056
2057         * Version number is increased to 2.11.23.
2058
2059         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2060         the last change.
2061
2062 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2063
2064         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2065         Specify "spam" or "good".
2066
2067 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2068
2069         * wl-spam.el (wl-summary-exec-action-spam): Call
2070         wl-folder-confirm-existence for spam folder.
2071         (wl-spam-setup): Bind "mk".
2072
2073 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2074
2075         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2076
2077 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2078
2079         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2080         destination folder is empty.
2081
2082 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2083
2084         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2085         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2086
2087         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2088         (wl-summary-refile-prev-destination-region): New function.
2089         (wl-thread-refile-prev-destination): Ditto.
2090         (wl-summary-target-mark-refile-prev-destination): Ditto.
2091
2092 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2093
2094         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2095         (wl-demo-background-color): Changed default value.
2096
2097         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2098         color.
2099
2100         * wl-demo.el (wl-demo-set-background-color): New function.
2101         (wl-demo): Call it.
2102
2103 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2104
2105         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2106         * wl-address.el (wl-address-add-or-change): Don't add empty
2107         address.
2108
2109 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2110
2111         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2112
2113 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2114
2115         * wl-vars.el (wl-demo-image-filter-alist): New variable
2116         (wl-demo-background-color): Ditto.
2117
2118         * wl-demo.el (wl-demo-xpm-set-background): New function.
2119         (wl-demo-image-filter): Ditto.
2120         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2121
2122         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2123
2124         * wl-demo.el (wl-demo-icon-name): Define as function.
2125         (wl-demo-insert-image): Use it.
2126
2127 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2128
2129         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2130
2131 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2132
2133         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2134
2135 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2136
2137         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2138
2139 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2140
2141         * wl-thread.el (wl-thread-mark-as-answered): New function.
2142
2143         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2144         answered" entry.
2145         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2146         "r&" and wl-thread-mark-as-answered to "t&".
2147         (wl-summary-mark-as-important-region): Refine to toggle mark.
2148         (wl-summary-mark-as-answered-region): New function.
2149         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2150         and 3rd argument.
2151         (wl-summary-mark-as-important-internal): Likewise.
2152
2153 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2154
2155         * wl-template.el (wl-template-preview): New internal variable.
2156         (wl-template-preview-p): New function.
2157         (wl-template-show): Bind `wl-template-preview' as t.
2158
2159 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2160
2161         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2162         `elmo-message-entity-field' with 3rd argument which is non-nil.
2163
2164 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2167         Removed duplicate local bind `folder'.
2168
2169 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2172
2173 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2174
2175         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2176         duplicate definition.
2177
2178 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2179
2180         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2181         non-nil, use it; Don't fetch message if there's no message in the
2182         current cursor position.
2183
2184 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2185
2186         * wl-util.el (wl-region-exists-p): Use region-active-p.
2187         (wl-deactivate-region): New function.
2188         * wl-message.el (wl-message-redisplay): Deactivate region.
2189
2190         * wl-summary.el (wl-summary-reply): Call
2191         `wl-summary-set-message-buffer-or-redisplay' instead of
2192         `wl-summary-redisplay-internal', don't move point.
2193
2194 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2197         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2198         by regexp.
2199
2200 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2201
2202         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2203         if no need.
2204
2205 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2208         default value to nil.
2209         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2210         `wl-summary-prepare-hook'; Replace refile action to
2211         `wl-summary-exec-action-refile-with-register'.
2212
2213         * Version number is increased to 2.11.22.
2214
2215 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2216
2217         * wl-summary.el (wl-summary-detect-mark-position): Set
2218         `wl-summary-buffer-weekday-name-lang'.
2219
2220 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2221
2222         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2223         (wl-summary-mark-as-read-all): Ditto.
2224         (wl-summary-delete-messages-on-buffer): Ditto.
2225         (wl-summary-sync-update): Ditto.
2226         (wl-summary-mark-as-read-internal): Ditto.
2227         (wl-summary-mark-as-answered-internal): Ditto.
2228         (wl-summary-update-folder-info): Abolished.
2229
2230 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2231
2232         * wl-summary.el (wl-summary-mark-as-read-all): Use
2233         `wl-summary-update-folder-info' instead of
2234         `wl-folder-update-unread'.
2235
2236 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2237
2238         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2239         `wl-summary-folder-info-update'.
2240         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2241         instead of `wl-summary-folder-info-update'.
2242         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2243         `wl-folder-set-folder-updated'.
2244         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2245         instead of `wl-folder-update-unread'.
2246         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2247         the value of `wl-summary-buffer-unread-count' for the second parameter of
2248         `wl-folder-update-unread'.
2249
2250         * Version number is increased to 2.11.21.
2251
2252 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2253
2254         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2255         a local variable.
2256
2257 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2258
2259         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2260         interactively.
2261
2262         * wl-summary.el (wl-summary-mark-as-important-internal): New
2263         internal function.
2264         (wl-summary-mark-as-important): Use it.
2265         (wl-summary-mark-as-unimportant): New function.
2266         (wl-summary-sync-marks): Follow the API change.
2267
2268         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2269
2270         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2271
2272 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2273
2274         * wl-folder.el (wl-folder-update-unread): Re-indent.
2275         Narrow the scope of a local variable.
2276
2277 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2280         (wl-addrmgr-merge-entries): Ditto.
2281         (wl-addrmgr): Added to address entry which exists in draft buffer
2282         if no entry is in original.
2283
2284 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2285
2286         * wl-batch.el: New file.
2287
2288 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2289
2290         * wl-vars.el (wl-use-semi): Remove unused variable.
2291
2292 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2293
2294         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2295         "?".
2296
2297 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2300         wl-summary-new-mark.
2301         (wl-summary-new-cached-mark): New user option.
2302         (wl-summary-score-marks): Follow the change above.
2303         (wl-summary-auto-refile-skip-marks): Ditto.
2304         (wl-summary-incorporate-marks): Ditto.
2305         (wl-summary-expire-reserve-marks): Ditto.
2306
2307         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2308
2309         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2310         (wl-summary-persistent-mark-string): Distinguished between cached
2311         and uncached mark when the message is new.
2312
2313 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-spam.el (wl-spam-domain): Renamed from
2316         `wl-spam-folder-guess-domain'.
2317         (wl-summary-exec-action-spam): Register as spam if domain of the
2318         source folder is good.
2319         (wl-summary-exec-action-refile-with-register): Register message if
2320         domain of the source folder is not undecided.
2321
2322 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2325         detect thread loop.
2326
2327 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2330         and wl-summary-skip-mark-list.
2331
2332 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2335
2336         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2337
2338         * wl-spam.el (toplevel): Require wl-highlight.
2339         (wl-spam-auto-check-policy-alist): Abolish.
2340         (wl-spam-auto-check-folder-regexp-list): New user option.
2341         (wl-spam-auto-check-marks): Ditto.
2342         (wl-spam-mark-action-list): Ditto.
2343         (wl-highlight-summary-spam-face): New face.
2344         (wl-spam-auto-check-message-p): New function.
2345         (wl-spam-map-spam-messages): Fixed message.
2346         (wl-spam-register-spam-messages): Ditto.
2347         (wl-spam-register-good-messages): Ditto.
2348         (wl-summary-spam-map): Add and remove keybind.
2349         (wl-summary-target-mark-spam): Abolish.
2350         (wl-summary-refile-spam): Ditto.
2351         (wl-summary-test-spam): New function.
2352         (wl-summary-mark-spam): Ditto.
2353         (wl-summary-auto-check-spam): Follow the above change.
2354         (wl-summary-exec-action-spam): New function.
2355         (wl-summary-exec-action-refile-with-register): Fixed message.
2356         (wl-message-check-spam): New function.
2357         (wl-spam-setup): Ditto.
2358         (toplevel): Call it if this file is loaded interactivity.
2359
2360         * Version number is increased to 2.11.20.
2361
2362 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2365         when new optional argument `force' is non nil or modified.
2366
2367 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2368
2369         * wl.el (toplevel): Require wl-spam when compile.
2370         (wl-save-status): Call wl-spam-save-status.
2371
2372         * wl-spam.el (wl-spam-register-spam-messages): New function.
2373         (wl-spam-register-good-messages): Ditto.
2374         (wl-spam-save-status): Ditto.
2375         (wl-summary-mode-map): Bind
2376         wl-summary-target-mark-register-as-spam to "ms" and
2377         wl-summary-target-mark-register-as-good to "mn".
2378         (wl-summary-register-as-spam): Abolish optional argument; Use
2379         wl-spam-register-spam-messages.
2380         (wl-summary-register-as-spam-all): Use
2381         wl-spam-register-spam-messages.
2382         (wl-summary-register-as-good): Abolish optional argument; Use
2383         wl-spam-register-good-messages.
2384         (wl-summary-register-as-good-all): Use
2385         wl-spam-register-good-messages.
2386         (wl-summary-target-mark-register-as-spam): New funtion.
2387         (wl-summary-target-mark-register-as-good): Ditto.
2388
2389 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-spam.el: New file.
2392
2393 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2394
2395         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2396
2397         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2398         (wl-summary-auto-refile): Call wl-refile-guess with
2399         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2400
2401 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2402
2403         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2404         with disable-thread argument non-nil.
2405
2406 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2407
2408         * wl-summary.el (wl-summary-rescan): Added optional argument
2409         disable-thread.
2410         (wl-summary-sync): Call wl-summary-rescan with argument
2411         disable-thread.
2412         (wl-summary-input-range): Added new range `rescan-thread'.
2413
2414 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2415
2416         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2417
2418 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2419
2420         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2421         internal variable.
2422         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2423         wl-summary-search-parent-by-subject-regexp and
2424         wl-summary-divide-thread-when-subject-changed as nil.
2425         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2426         (wl-summary-insert-thread): Search parent entity from
2427         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2428         thread loop.
2429
2430 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2431
2432         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2433
2434         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2435
2436         * wl-util.el (wl-require-update-all-folder-p): New function.
2437         (wl-get-assoc-list-value): Added `function' to match directive.
2438         (wl-collect-draft): Rewrite.
2439
2440         * wl-summary.el (wl-summary-sync-update): Clear faces
2441         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2442         are non-nil.
2443         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2444         argument as function.
2445         (wl-summary-input-range): Ditto.
2446
2447         * wl-folder.el (wl-draft-get-folder): New function.
2448         (wl-folder-get-elmo-folder): Consider draft folder.
2449
2450         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2451         (wl-draft-buffer-message-number): New buffer local variable.
2452         (wl-draft-folder-internal): New internal variable.
2453         (wl-draft-delete): Rewrite.
2454         (wl-draft-save): Ditto.
2455         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2456         wl-folder-get-elmo-folder.
2457         (wl-draft-config-info-operation): Ditto.
2458         (wl-jump-to-draft-folder): Ditto.
2459         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2460         (wl-draft-reedit): Rewrite.
2461
2462         * Version number is increased to 2.11.19.
2463         
2464 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2465
2466         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2467         variable.
2468
2469 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2470
2471         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2472         Use ignore-errors instead of unwind-protect.
2473
2474 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2475
2476         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2477         for updating `wl-thread-entity-list'.
2478
2479 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2480
2481         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2482         parameter from calling `wl-thread-entity-get-older-brothers' and
2483         `wl-thread-entity-get-younger-brothers'.
2484         Replace nested `append' with a single one.
2485
2486 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-summary.el (wl-summary-mode): Don't use the return value of
2489         `make-local-hook'.
2490
2491 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2492
2493         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2494         instead of `let*'.
2495         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2496         of local variables.
2497
2498 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2499
2500         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2501         Renamed from wl-summary-window-scroll-functions.
2502         (wl-summary-window-scroll-functions): Don't set to variable.
2503         (wl-summary-display-top): Use run-hooks.
2504         (wl-summary-display-bottom): Ditto.
2505         (wl-summary-toggle-disp-msg): Ditto.
2506         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2507         Use it instead of wl-summary-window-scroll-functions.
2508         (wl-summary-goto-folder-subr): Don't call
2509         wl-summary-window-scroll-functions, use
2510         wl-summary-buffer-window-scroll-functions instead.
2511
2512 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2513
2514         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2515         make-local-variable.
2516
2517 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2518
2519         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2520         set-buffer-modified-p.
2521         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2522         (wl-summary-display-bottom): Ditto.
2523         (wl-summary-toggle-disp-msg): Ditto.
2524
2525 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2526
2527         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2528
2529         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2530         (wl-summary-forward): Use elmo-message-entity-field instead of
2531         elmo-message-field.
2532
2533         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2534
2535 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * wl-summary.el (wl-summary-window-scroll-functions): No use
2538         `append'.
2539
2540 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2541
2542         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2543         function.
2544         (wl-summary-window-scroll-functions): Call it when both
2545         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2546         (wl-summary-temp-mark): Added optional argument number.
2547         (wl-summary-message-mark): Added optional argument flag.
2548         (wl-summary-persistent-mark): Added optional argument number and flag.
2549         (wl-summary-update-persistent-mark): Ditto.
2550         (wl-summary-update-status-marks): Set "r" for interactive spec.
2551
2552         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2553         argument number and flag.
2554
2555         * wl-action.el (wl-summary-registered-temp-mark): 
2556         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2557
2558 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2559
2560         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2561         internal variable (buffer local).
2562         (wl-summary-window-scroll-functions): New function.
2563         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2564         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2565         as nil.
2566         (wl-summary-update-status-marks): Added arguments beg, end and
2567         check.
2568         (wl-summary-update-mark-window): Use function.
2569         (wl-summary-sync-update): Follow the change above.
2570         (wl-summary-switch-to-clone-buffer): Copy
2571         wl-summary-buffer-unsync-mark-number-list.
2572         (wl-summary-goto-folder-subr): Set
2573         wl-summary-buffer-unsync-mark-number-list and
2574         use wl-summary-window-scroll-functions instead of
2575         wl-summary-lazy-highlight.
2576
2577         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2578
2579 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2580
2581         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2582
2583         * wl-summary.el (wl-summary-update-persistent-mark): Call
2584         wl-summary-set-message-modified.
2585
2586         * wl-summary.el (wl-summary-sync-update): Don't call
2587         wl-summary-update-status-marks.
2588
2589         * Version number is increased to 2.11.18.
2590
2591 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2592
2593         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2594         (wl-message-next-page): Ditto.
2595
2596 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2597
2598         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2599         local variable.  Change the order of a collected list into the
2600         same as the specified range.  Remove nil from a collected list.
2601
2602 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2603
2604         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2605         argument for elmo-folder-list-messages.
2606
2607 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2610         change (wl-summary-count-unreads return a list instead of a cons
2611         cell).
2612
2613 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2614
2615         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2616         `wl-summary-folder-info-update'.
2617
2618 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2619
2620         * wl-summary.el (wl-summary-set-message-modified): No use
2621         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2622         (wl-summary-set-mark-modified): Abolish.
2623         (wl-summary-mark-modified-p): Ditto.
2624         (wl-summary-save-view): Follow the change above.
2625
2626         * wl-expire.el (wl-summary-expire): Likewise.
2627
2628 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2629
2630         * wl-summary.el (wl-summary-detect-mark-position): Use
2631         modb-entity-handler.
2632         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2633
2634         * Version number is increased to 2.11.17.
2635
2636 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2637
2638         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2639         entity field value.
2640         (wl-summary-prefetch-msg): Ditto.
2641         (wl-summary-print-message-with-ps-print): Ditto.
2642
2643 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2646         for dummy entity.
2647         (wl-summary-insert-thread): Use elmo-message-entity-field.
2648         (wl-summary-update-thread): Use elmo-message-entity-field and
2649         elmo-message-entity-number.
2650         (wl-summary-line-number):  Use elmo-message-entity-number.
2651         (wl-summary-line-size): Use elmo-message-entity-field.
2652         (wl-summary-line-subject): Ditto.
2653         (wl-summary-line-from): Ditto.
2654         (wl-summary-line-attached): Ditto.
2655         (wl-summary-create-line): Ditto.
2656         (wl-summary-create-line): Use elmo-message-entity-number.
2657         (wl-summary-print-message-with-ps-print): Use
2658         elmo-message-entity-field.
2659
2660 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2661
2662         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2663         change in elmo-msgdb-make-message-entity.
2664         (wl-summary-buffer-set-folder): Don't call
2665         wl-summary-detect-mark-position here.
2666         (wl-summary-rescan): Call elmo-message-entity-number.
2667         (wl-summary-sync-update): Ditto.
2668         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2669
2670         * wl-score.el (wl-score-header-index): Redefine 2th element.
2671         (wl-score-overview-entity-get-extra): Abolish.
2672         (wl-score-ov-entity-get): Rewrite.
2673         (wl-score-string-index<, wl-score-string-func<): Abolish.
2674         (wl-score-string<): New function.
2675         (wl-score-string-sort): Use it.
2676
2677         * wl-refile.el (wl-refile-guess-by-history): Use
2678         elmo-message-entity-field.
2679         (wl-refile-guess-by-from): Ditto.
2680         (wl-refile-guess-by-msgid): Ditto.
2681
2682         * Version number is increased to 2.11.16.
2683
2684 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2685
2686         * wl-folder.el (wl-folder-confirm-existence): Don't call
2687         file-exists-p if msgdb-path is nil.
2688         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2689         `wl-read-folder-hist' to `wl-read-folder-history'.
2690
2691 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2692
2693         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2694         `y-or-n-p'.
2695
2696 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * wl-score.el (wl-score-headers): Don't use
2699         elmo-folder-do-each-message-entity.
2700
2701         * Version number is increased to 2.11.15.
2702
2703 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2704
2705         * wl-summary.el (wl-summary-delete-all-msgs): Use
2706         elmo-folder-move-messages instead of elmo-folder-delete-messages
2707         and elmo-folder-detach-messages.
2708         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2709
2710         * wl-expire.el (wl-expire-delete): Ditto.
2711         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2712
2713 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2714
2715         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2716         (wl-message-header-narrowing-fields): Ditto.
2717         (wl-message-header-narrowing-lines): Ditto.
2718         (wl-message-header-narrowing-string): Ditto.
2719
2720         * wl-summary.el (wl-summary-mode-map): Bind
2721         wl-summary-toggle-header-narrowing to "C-cC-f".
2722         (wl-summary-toggle-header-narrowing): New function.
2723
2724         * wl-message.el (wl-message-buffer-create): Call
2725         wl-message-header-narrowing-setup.
2726         (wl-message-redisplay): Call wl-message-header-narrowing.
2727         (wl-message-header-narrowing): New function.
2728         (wl-message-header-narrowing-map): New keymap.
2729         (wl-message-header-narrowing-widen-map): New keymap.
2730         (wl-message-header-narrowing-again-at-mouse): New function.
2731         (wl-message-header-narrowing-1): Ditto.
2732         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2733         (wl-message-header-narrowing-setup): Ditto.
2734         (wl-message-header-narrowing-toggle): Ditto.
2735         
2736         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2737
2738         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2739         'flag as all.
2740         (wl-use-flag-folder-help-echo): New user option.
2741
2742         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2743         wl-summary-highlight as nil.
2744         (wl-summary-set-mark-modified): Follow the API change.
2745         (wl-summary-mark-modified-p): Ditto.
2746         (wl-summary-mark-as-read-all): Ditto.
2747         (wl-summary-sync-marks): Don't call
2748         elmo-folder-list-messages-with-global-mark.
2749         (wl-summary-mark-as-read-internal): Follow the API change.
2750         (wl-summary-mark-as-answered-internal): Ditto.
2751         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2752         Follow the API change.
2753         (wl-summary-create-line): Call with number argument.
2754         (wl-summary-reply): Follow the API change.
2755
2756         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2757         function.
2758         (wl-highlight-summary-line-string): Call it when
2759         wl-use-flag-folder-help-echo is non-nil.
2760         (wl-highlight-summary-current-line): Ditto.
2761         (elmo-flag-folder-referrer): Added autoload setting.
2762
2763         * wl-draft.el (wl-draft-kill): Follow the API change.
2764
2765         * Version number is increased to 2.11.14.
2766         
2767 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2768
2769         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2770
2771 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * Version number is increased to 2.11.13.
2774
2775 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-draft.el (wl-draft-previous-history-element): Fixed
2778         unbalanced parenthesis and bind unbound local variables.
2779
2780 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2781
2782         * wl-draft.el (wl-draft-previous-history-element): New function.
2783         (wl-draft-next-history-element): Ditto.
2784         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2785         them to M-p and M-n.
2786
2787 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2788
2789         * Version number is increased to 2.11.12.
2790
2791 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2792
2793         * wl-draft.el (wl-draft-hide): Select buffer-window.
2794
2795 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2796
2797         * wl-summary.el (wl-summary-narrow-to-region): New function.
2798         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2799         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2800         (wl-summary-save-region): Use it.
2801         * wl-action.el (wl-summary-collect-numbers-region)
2802         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2803
2804 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2805
2806         * wl-folder.el (wl-folder-count-incorporates): Don't use
2807         `elmo-msgdb-mark-load'
2808
2809         * Version number is increased to 2.11.11.
2810
2811 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2812
2813         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2814         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2815
2816 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2819
2820 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * Version number is increased to 2.11.10.
2823
2824 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-mime.el (wl-draft-attribute-value): Fixed.
2827
2828 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2829
2830         * wl-util.el (wl-copy-local-variables): New function.
2831
2832         * wl-mime.el (wl-draft-attribute-recipients): New function.
2833         (wl-draft-attribute-envelope-from): Ditto.
2834         (wl-draft-attribute-smtp-posting-server): Ditto.
2835         (wl-draft-attribute-smtp-posting-port): Ditto.
2836         (wl-draft-attribute-value): Ditto.
2837         (wl-draft-preview-message): Use it to get value for
2838         attributes. Reflect result of `wl-draft-config'.
2839
2840         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2841         and call `wl-summary-mark-as-read' before to call
2842         `wl-summary-unset-mark'.
2843         (wl-summary-target-mark-mark-as-unread): Likewise.
2844         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2845
2846 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2847
2848         * wl-mime.el (wl-draft-preview-message): Use actual value for
2849         attributes; Fix for small window.
2850
2851 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2852
2853         * wl-refile.el (wl-refile-get-field-value): Call
2854         `elmo-message-entity-field' with 3rd argument is non-nil.
2855
2856 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2857
2858         * wl-vars.el (wl-draft-preview-attributes): New user option.
2859         (wl-draft-preview-attributes-list): Ditto.
2860         (wl-draft-preview-attributes-buffer-lines): Ditto.
2861         (wl-draft-preview-attributes-buffer-name): Ditto.
2862
2863         * wl-mime.el (wl-draft-preview-message): Display attributes.
2864
2865 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-summary.el (wl-summary-detect-mark-position): Bind
2868         wl-summary-flag-priority-list to '(new).
2869
2870 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2871
2872         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2873         funtion.
2874         (wl-highlight-summary-line-string): Use it.
2875         (wl-highlight-summary-current-line): Ditto.
2876
2877 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2878
2879         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2880         line even when the mark string is not changed.
2881
2882         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2883         argument change in the wl-summary-create-line.
2884         (wl-thread-insert-entity-sub): Ditto.
2885
2886         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2887         argument change in the wl-summary-create-line.
2888         (wl-summary-insert-sequential): Ditto.
2889         (wl-summary-update-thread): Ditto.
2890         (wl-summary-persistent-mark-string): New inline function.
2891         (wl-summary-message-mark): Use it.
2892         (wl-summary-create-line): Abolish argument wl-persistent-mark
2893         and added wl-flags, wl-cached.
2894
2895         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2896         mark to flags.
2897         (wl-highlight-summary-current-line): Decide the face not by the 
2898         persistent mark but flags.
2899
2900 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2901
2902         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2903         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2904         wl-summary-read-uncached-mark): Revive.
2905         (wl-summary-answered-cached-mark,
2906         wl-summary-answered-uncached-mark): New user option.
2907         (wl-summary-score-marks): Follow the change above.
2908         (wl-summary-auto-refile-skip-marks): Ditto.
2909         (wl-summary-incorporate-marks): Ditto.
2910         (wl-summary-expire-reserve-marks): Ditto.
2911         (wl-summary-flag-priority-list): New user option.
2912
2913         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2914         changes.
2915         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2916         of elmo-message-mark.
2917         (wl-summary-mark-as-read-internal): Ditto.
2918         (wl-summary-mark-as-answered): Ditto.
2919         (wl-summary-mark-as-important): Ditto.
2920         (wl-summary-redisplay-internal): Ditto.
2921         (wl-summary-redisplay-no-mime-internal): Ditto.
2922         (wl-summary-message-mark): New function.
2923         (wl-summary-insert-sequential): Use wl-summary-message-mark
2924         instead of elmo-message-mark.
2925         (wl-summary-update-thread): Ditto.
2926         (wl-summary-persistent-mark): Ditto.
2927         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2928         instead of elmo-message-mark.
2929
2930         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2931         wl-summary-message-mark instead of elmo-message-mark.
2932         (wl-thread-insert-entity-sub): Ditto.
2933         (wl-thread-get-children-msgs-uncached): Ditto.
2934
2935         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2936         variable name changes.
2937         (wl-highlight-summary-current-line): Ditto.
2938
2939         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2940         wl-summary-message-mark instead of elmo-message-mark.
2941
2942         * wl-expire.el (wl-expire-message-p): Ditto.
2943
2944         * wl-score.el (wl-score-headers): Ditto.
2945
2946         * Version number is increased to 2.11.9.
2947
2948         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2949         (wl-summary-sync-update): Follow the change above.
2950         (wl-summary-switch-to-clone-buffer): Ditto.
2951         (wl-summary-open-folder): Ditto.
2952
2953 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2956         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2957
2958         * Version number is increased to 2.11.8.
2959
2960         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2961
2962         * wl-expire.el (wl-expire-refile): Follow the API change on
2963         `elmo-folder-move-messages'.
2964         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2965
2966         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2967         (wl-summary-exec-action-refile): Ditto.
2968         (wl-summary-exec-action-copy): Ditto.
2969         (wl-summary-no-auto-refile-message-p): No use
2970         `wl-summary-buffer-msgdb'.
2971         (wl-summary-auto-refile): Ditto.
2972
2973 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2974
2975         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2976
2977 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl-summary.el (wl-summary-sync): Treat no-sync.
2980
2981         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2982         (wl-default-sync-range): Ditto.
2983
2984 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2985
2986         * wl-refile.el (wl-refile-subject-learn): Call
2987         `elmo-message-entity-field' with 3rd argument is non-nil.
2988         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2989         instead of `elmo-msgdb-overview-entity-get-subject'.
2990
2991 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2992
2993         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2994         scan-type is rescan.
2995         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2996         new optional argument force is non-nil.
2997         (wl-summary-save-view-cache): Call it with force argument non-nil.
2998
2999         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3000
3001 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * wl-action.el (wl-summary-print-argument): Fixed last change.
3004
3005 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3008         simplified.
3009         (wl-summary-target-mark-mark-as-unread): Likewise.
3010         (wl-summary-target-mark-mark-as-important): Likewise.
3011
3012 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3013
3014         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3015         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3016         (wl-summary-mark-as-important-region): Change accordingly.
3017         (wl-summary-target-mark-mark-as-important): Ditto.
3018
3019 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3020
3021         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3022
3023         * wl-action.el (wl-summary-print-argument): Print argument to
3024         right side of window if `wl-summary-print-argument-within-window'
3025         is non-nil.
3026
3027 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3028
3029         * wl-action.el (wl-summary-set-mark): Use
3030         `wl-summary-message-visible-p' to check visibility of the message
3031         and jump to message only when the message line is visible and have
3032         different number; Call wl-summary-unset-mark with number argument.
3033         (wl-summary-unset-mark): 
3034         Use `wl-summary-message-visible-p'
3035         to check visibility of the message and jump to message only when
3036         the message line is visible and have different number;
3037
3038 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * Version number is increased to 2.11.7.
3041
3042         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3043         and wl-folder-summary-line-format.
3044
3045         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3046         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3047         (wl-summary-set-score-mark): Use it.
3048         (wl-summary-target-mark-mark-as-read): Ditto.
3049         (wl-summary-target-mark-mark-as-unread): Ditto.
3050         (wl-summary-target-mark-mark-as-important): Ditto.
3051         (wl-summary-target-mark-msgs): Simplified.
3052         (wl-summary-detect-mark-position): Fixed problem when
3053         summary-line-format no contain persisten/temp mark spec.
3054         (wl-summary-temp-mark): Ditto.
3055         (wl-summary-persistent-mark): Ditto.
3056         (wl-summary-update-persistent-mark): Ditto.
3057
3058         * wl-action.el (wl-summary-set-mark): Ditto.
3059         (wl-summary-unset-mark): Ditto.
3060         All other related portions are changed.
3061
3062 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3063
3064         * Version number is increased to 2.11.6.
3065
3066 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3067
3068         * wl-util.el (wl-current-message-buffer): Define as function;
3069         Don't use the value of wl-messge-buffer.
3070
3071         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3072         persistent mark.
3073
3074         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3075         no current message, cause an error.
3076
3077 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3078
3079         * wl-summary.el (wl-summary-set-message-modified): Use
3080         elmo-folder-set-message-modified instead of
3081         elmo-folder-set-message-modified-internal.
3082
3083 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3084
3085         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3086         interactively.
3087         (wl-summary-sync): nokill->entirely.
3088         (wl-summary-sync-marks): Fixed message.
3089         (wl-summary-input-range): Added mark, nokill->entirely.
3090
3091         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3092         messages as read.
3093
3094 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3095
3096         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3097         update-noscore.
3098         (wl-summary-sync): Follow the change above.
3099
3100 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3101
3102         * wl-action.el (wl-summary-target-mark-all): Use
3103         elmo-folder-list-messages.
3104
3105 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3106
3107         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3108         (wl-summary-rescan): Set wl-summary-scored as nil.
3109         (wl-summary-sync-force-update): Follow the change above.
3110         (wl-summary-sync): Ditto.
3111         (wl-summary-sync-update): Added argument disable-killed.
3112         (wl-summary-insert-headers): Set visible-only argument for
3113         elmo-folder-list-messages.
3114         (wl-summary-input-range): Added update-nokill, update-noscore,
3115         all-nokill, all-noscore and mark.
3116
3117         * Version number is increased to 2.11.5.
3118
3119         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3120
3121 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3122
3123         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3124         (wl-summary-prefetch-region-no-mark): Change accordingly.
3125         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3126
3127 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3128
3129         * wl-address.el (wl-complete-field-to): Abolished.
3130         (wl-complete-address): Completion function for completing-read.
3131         * wl-action.el (wl-summary-get-resend-address): Use it.
3132
3133         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3134         wl-summary-update-mark and abolish unused argument.
3135         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3136         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3137         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3138         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3139         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3140         * wl-draft.el (wl-draft-kill): Ditto.
3141
3142         * wl-summary.el: Remove unused binding of case-fold-search.
3143         (wl-summary-replace-status-marks): Abolished.
3144
3145 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3148         is specified or folder length is zero.
3149
3150 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3151
3152         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3153         (wl-folder-archive-current-entity): Ditto.
3154
3155 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3158         retrieving message mark.
3159         (wl-summary-redisplay-internal): Ditto.
3160
3161         * wl-message.el (wl-message-buffer-display): Ignore errors while
3162         retrieving message-id field.
3163
3164         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3165         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3166         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3167         order of the arguments for `wl-expire-message-p'.
3168         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3169
3170         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3171         Check return value of wl-summary-reply.
3172         (wl-summary-reply): Recover window configuration when an error occured.
3173
3174 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3175
3176         * wl-summary.el (wl-summary-resend-message): Abolished, the
3177         feature is inherited by wl-summary-resend (put resend mark).
3178
3179 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3180
3181         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3182         wl-message-buffer to nil when the message is hide.
3183
3184 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3185
3186         * .cvsignore: New file.
3187
3188 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3189
3190         * wl-action.el (wl-summary-action-docstring): Add more info.
3191         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3192         duplicate definition.
3193         (wl-summary-define-mark-action): Functions wl-summary-*-region
3194         keep current position.
3195         (wl-summary-unregister-target-mark): Store result to the variable.
3196
3197 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * Version number is increased to 2.11.4.
3200
3201 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3204         wl-summary-delete-all-temp-marks.
3205         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3206
3207         * wl-action.el (wl-summary-set-mark): Changed terminology
3208         refile-destination -> action-argument.
3209         (wl-summary-unset-mark): Ditto.
3210         (wl-summary-remove-argument): Ditto.
3211         (wl-summary-print-argument): Ditto.
3212
3213         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3214         (wl-thread-remove-argument-region): Ditto.
3215         (wl-thread-print-argument-region): Ditto.
3216         (wl-thread-close): Ditto.
3217         (wl-thread-open): Ditto.
3218
3219         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3220         (wl-highlight-refile-destination-face is abolished)
3221         (wl-highlight-action-argument-string): Ditto.
3222         (wl-highlight-summary-current-line): Highlight action argument.
3223
3224         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3225         color for light backgrounds.
3226         (wl-highlight-summary-answered-face): Ditto.
3227
3228 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3229
3230         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3231
3232         * wl-score.el (wl-summary-score-update-all-lines): Use
3233         wl-summary-set-mark.
3234         (wl-summary-score-update-all-lines): Kill expunged messages.
3235
3236         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3237
3238 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3241         directly.
3242         (wl-score-overview-entity-get-lines): Ditto.
3243         (wl-score-overview-entity-get-xref): Ditto.
3244         (wl-score-get-latest-msgs): Ditto.
3245         (wl-summary-rescore): Ditto.
3246
3247         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3248         to "&".
3249         (wl-summary-mark-as-answered-internal): New inline function.
3250         (wl-summary-mark-as-answered): New function.
3251         (wl-summary-mark-as-unanswered): Ditto.
3252         (wl-summary-sync-marks): Modified for answered-mark synching.
3253
3254 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-action.el (wl-summary-set-mark): Fixed last change.
3257
3258 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3259
3260         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3261         behavior of wl-summary-unread-message-hook
3262         (Pointed out by akira yamada <akira@arika.org>).
3263
3264 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3265
3266         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3267         wl-summary-delete.
3268         * wl-xmas.el (wl-summary-toolbar): Ditto.
3269
3270         * wl-action.el (wl-summary-set-mark): Don't override current
3271         temp-mark.
3272
3273         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3274
3275 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3278         (wl-refile-msgid-learn): Ditto.
3279         (wl-refile-get-field-value): Ditto.
3280
3281         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3282
3283         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3284         (wl-expire-delete-reserved-messages): Renamed from
3285         wl-expire-reserve-marked-msgs-from-list.
3286         (wl-expire-delete): Removed argument `msgdb'.
3287         (wl-expire-refile): Ditto.
3288         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3289         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3290         mark-alist as argument.
3291         (wl-expire-archive-number1): Removed argument `msgdb'.
3292         (wl-expire-archive-number2): Ditto.
3293         (wl-expire-archive-date): Ditto.
3294         (wl-expire-localdir-date): Ditto.
3295         (wl-expire-hide): Ditto.
3296         (wl-archive-number1): Ditto.
3297         (wl-archive-number2): Ditto.
3298         (wl-archive-date): Ditto.
3299         (wl-archive-folder): Ditto.
3300         All other related portions are changed.
3301
3302 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3303
3304         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3305         mean move up and down. (suggested by Takashi Kawachi)
3306
3307 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3308
3309         * wl-acap.el (toplevel): Don't require un-define.
3310
3311 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3312
3313         * wl-thread.el (wl-thread-delete-message): Always update
3314         wl-summary-buffer-number-list.
3315
3316         * wl-action.el (wl-summary-print-destination): 
3317         Do nothing when folder is nil.
3318
3319 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3322         persistent mark when prefetch is succeeded.
3323
3324 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3325
3326         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3327         instead of elmo-msgdb-delete-msgs.
3328         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3329         (wl-expire-hide): Ditto.
3330
3331         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3332
3333         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3334         elmo-msgdb interface.
3335         (wl-thread-get-exist-children): Likewise.
3336         (wl-thread-insert-message): Likewise.
3337         (wl-thread-msg-mark-as-important): Likewise.
3338         (wl-thread-insert-entity-sub): Likewise.
3339         (wl-thread-get-children-msgs-uncached): Likewise.
3340
3341         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3342         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3343         (wl-summary-sync-update): Likewise.
3344         (wl-summary-auto-select-msg-p): Likewise.
3345         (wl-summary-update-thread): Likewise.
3346         (wl-summary-mark-as-important): Likewise.
3347         (wl-summary-jump-to-msg-internal): Likewise.
3348         (wl-summary-redisplay-internal): Likewise.
3349         (wl-summary-print-message-with-ps-print): Likewise.
3350         (wl-summary-folder-info-update): Likewise.
3351
3352         * wl-folder.el (wl-folder-check-one-entity):
3353         elmo-folder-count-flags instead of wl-summary-count-unread.
3354
3355         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3356
3357         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3358
3359         * wl-summary.el (wl-summary-set-message-modified): 
3360         Call wl-summary-set-mark-modified.
3361         (wl-summary-delete-messages-on-buffer): Call
3362         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3363         (wl-summary-sync-update): Call elmo-folder-length instead of
3364         elmo-folder-messages.
3365         (wl-summary-insert-headers): Don't call
3366         elmo-folder-list-message-entities.
3367
3368 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3369
3370         * wl-action.el (wl-summary-define-mark-action): Call
3371         `wl-summary-set-mark' with argument `data'.
3372         (wl-summary-auto-refile): Fixed order of arguments when call
3373         `wl-summary-refile'.
3374
3375 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3376
3377         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3378
3379         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3380
3381         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3382         (Renamed from wl-highlight-summary-deleted-face).
3383         (wl-highlight-summary-resend-face): New face.
3384
3385         (wl-highlight-summary-deleted-face): Renamed from
3386         wl-highlight-summary-erased-face.
3387
3388         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3389
3390         * wl-action.el (wl-summary-get-resend-address): New function.
3391         (wl-summary-exec-action-resend): Ditto.
3392         (wl-summary-exec-action-resend-subr): Ditto.
3393
3394         * w-thread.el (wl-thread-copy): Removed definition.
3395         (wl-thread-refile): Ditto.
3396         (wl-thread-delete): Ditto.
3397         (wl-thread-target-mark): Ditto.
3398
3399         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3400         (wl-summary-target-mark-set-action): Fixed.
3401         (wl-summary-define-mark-action): Fixed quotation.
3402         (wl-summary-move-mark-list-messages): Display message.
3403         (wl-summary-define-mark-action): Define thread functions.
3404         (wl-summary-exec-action-refile): Changed message.
3405         (wl-summary-exec): Ditto.
3406
3407 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3408         
3409         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3410         '%%'.
3411
3412 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * wl.el (toplevel): Require wl-action.
3415         (wl-init): Call wl-summary-define-mark-action.
3416
3417         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3418
3419         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3420         wl-summary-delete and wl-summary-erase.
3421         (wl-summary-mode-map): Ditto.
3422
3423         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3424         wl-delete-folder-alist.
3425
3426         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3427         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3428         (toplevel): Moved mark & action related functions to the wl-action.el.
3429
3430         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3431         in wl-summary-mark-action-list.
3432         (wl-highlight-summary-current-line): Ditto.
3433
3434         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3435         empty lines.
3436
3437         * wl-action.el: New file. 
3438
3439 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3440
3441         * wl-summary.el (wl-summary-target-mark-replace): New function.
3442         (wl-summary-target-mark-prefetch): Use it.
3443         (wl-summary-target-mark-delete): Ditto.
3444         (toplevel): Rearranged definition order.
3445         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3446         (wl-summary-target-mark-erase): Rewrite.
3447         (wl-summary-erase-region): New function.
3448         (wl-summary-exec-action-erase): Changed message.
3449         (wl-summary-move-mark-list-messages): New function.
3450         (wl-summary-exec-action-delete): Use it.
3451         (wl-summary-exec-action-erase): Ditto.
3452
3453         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3454         (wl-summary-skip-mark-list): Added "d".
3455
3456         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3457         while searching.
3458
3459         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3460         and define using defcustom;
3461         Define 4th element as a face.
3462         
3463         * wl-summary.el (wl-summary-incorporate): Use 
3464         `wl-summary-prefetch-region-no-mark' instead of
3465         `wl-summary-prefetch-region'.
3466         (wl-summary-prefetch-region-no-mark): Revival of old
3467         `wl-summary-prefetch-region'.
3468         (wl-summary-mark-action-list): Moved to wl-vars.el
3469
3470         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3471         face according to the `wl-summary-mark-action-list'.
3472         (wl-highlight-summary-current-line): Ditto;
3473         Removed destination highlighting.
3474
3475         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3476         (wl-highlight-summary-line-string): Highlight for "i" mark.
3477         (wl-highlight-summary-current-line): Ditto.
3478
3479         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3480         no destination.
3481
3482         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3483         exists, just go ahead.
3484         (wl-summary-prefetch-region): Rewrite.
3485         (wl-summary-prefetch): Ditto.
3486         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3487         (wl-summary-exec-action-prefetch): New function.
3488         (wl-summary-target-mark-prefetch): Rewrite.
3489
3490 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3491
3492         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3493         (wl-highlight-summary-line-string): Added "d" and "D".
3494         (wl-highlight-summary-current-line): Ditto.
3495
3496         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3497         in wl-summary.el.
3498         (wl-thread-insert-entity-sub): Ditto.
3499         (wl-thread-remove-destination-region): Ditto.
3500         (wl-thread-print-destination-region): Ditto.
3501
3502         * wl-summary.el (wl-summary-buffer-refile-list,
3503         wl-summary-buffer-delete-list,
3504         wl-summary-buffer-copy-list): Abolish.
3505         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3506         All other related portions are changed.
3507         (wl-summary-mark-action-list): New variable.
3508         (wl-summary-set-mark): New function.
3509         (wl-summary-register-target-mark): Ditto.
3510         (wl-summary-unregister-target-mark): Ditto.
3511         (wl-summary-have-target-mark-p): Ditto.
3512         (wl-summary-register-temp-mark): Ditto.
3513         (wl-summary-unregister-temp-mark): Ditto.
3514         (wl-summary-registered-temp-mark): Ditto.
3515         (wl-summary-collect-temp-mark): Ditto.
3516         (wl-summary-unset-mark): Ditto.
3517         (wl-summary-set-target-mark): Ditto.
3518         (wl-summary-unset-target-mark): Ditto.
3519         (wl-summary-set-action-generic): Ditto.
3520         (wl-summary-unset-action-generic): Ditto.
3521         (wl-summary-exec-action-delete): Ditto.
3522         (wl-summary-exec-action-erase): Ditto.
3523         (wl-summary-set-action-refile): Ditto.
3524         (wl-summary-set-action-refile-subr): Ditto.
3525         (wl-summary-unset-action-refile): Ditto.
3526         (wl-summary-make-destination-numbers-list): Ditto.
3527         (wl-summary-exec-action-refile): Ditto.
3528         (wl-summary-set-action-copy): Ditto.
3529         (wl-summary-unset-action-copy): Ditto.
3530         (wl-summary-exec-action-copy): Ditto.
3531         (wl-summary-collect-numbers-region): Ditto.
3532         (wl-summary-delete): Rewrite.
3533         (wl-summary-erase): Ditto.
3534         (wl-summary-remove-destination): Ditto.
3535         (wl-summary-exec): Ditto.
3536         (wl-summary-exec-region): Ditto.
3537         (wl-summary-target-mark-erase): Ditto.
3538         (wl-summary-refile): Ditto.
3539         (wl-summary-copy): Ditto.
3540         (wl-summary-unmark): Ditto.
3541         (wl-summary-delete-all-mark): Ditto.
3542         (wl-summary-mark-line): Don't highlight.
3543         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3544         (wl-summary-target-mark-refile-subr): Rewrite.
3545
3546         (wl-summary-copy-prev-destination): Abolish.
3547
3548 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3549
3550         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3551         default values along the value of wl-on-mule.
3552         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3553         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3554         It is not used anywhere.
3555
3556 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3557
3558         * wl-summary.el (wl-summary-print-destination): Keep position.
3559         (wl-summary-cursor-move-surface): Keep horizontal position.
3560
3561 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3562
3563         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3564         write sendlog.
3565
3566 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3567
3568         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3569         `wl-summary-highlight'.
3570
3571 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3572
3573         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3574         trivial condition for temp-mark.
3575
3576 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3577
3578         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3579         when it hits killed buffer.
3580
3581 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3582
3583         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3584         * wl-news.el.in: `message' and `error' take format string.
3585
3586 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3587
3588         * wl-folder (wl-folder-insert-entity): Display a message,
3589         `...done', when the work finish.
3590         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3591
3592 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3593
3594         * wl-message.el (wl-message-redisplay): Remove unused local
3595         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3596
3597 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3598
3599         * wl-summary.el (wl-summary-replace-status-marks): Disable
3600         interactive use.
3601         (wl-summary-reedit): Check message existence at first.
3602         (wl-summary-mark-line): Fix doc, return value is indefinite.
3603
3604         * wl-highlight.el (wl-highlight-message): Arranged.
3605
3606         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3607         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3608         check temp-mark by wl-summary-temp-mark always.
3609         (wl-highlight-summary): Change accordingly.
3610         * wl-summary.el (wl-summary-mark-as-read-all)
3611         (wl-summary-delete-cache, wl-summary-set-score-mark)
3612         (wl-summary-mark-as-unread, wl-summary-unmark)
3613         (wl-summary-mark-line, wl-summary-mark-as-read)
3614         (wl-summary-mark-as-important): Ditto.
3615
3616         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3617         end of the window if possible.
3618         * wl-summary.el (wl-summary-sync-update): Support lazy
3619         highlighting.
3620         (wl-summary-toggle-disp-msg): Ditto.
3621
3622 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3623
3624         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3625
3626 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3627
3628         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3629         change.
3630
3631 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3632
3633         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3634         API.
3635         (wl-summary-sync-update): Ditto.
3636
3637         * wl-score.el (wl-score-get-score-alist): Changed argument.
3638         (wl-summary-rescore-msgs): Likewise.
3639         (wl-summary-score-headers): Likewise.
3640         (wl-score-headers): Likewise;
3641         Use elmo-folder-do-each-message-entity, etc.
3642         (wl-summary-score-effect): Follow the changes above.
3643         (wl-summary-rescore): Ditto.
3644         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3645         (wl-score-get-overview): Abolish.
3646
3647         * wl-summary.el (wl-summary-default-from): Follow the API change in
3648         elmo-msgdb.
3649         (wl-summary-count-unread): Ditto.
3650         (wl-summary-detect-mark-position): Ditto.
3651         (wl-summary-overview-entity-compare-by-date): Ditto.
3652         (wl-summary-overview-entity-compare-by-number): Ditto.
3653         (wl-summary-overview-entity-compare-by-from): Ditto.
3654         (wl-summary-overview-entity-compare-by-subject): Ditto.
3655         (wl-summary-get-list-info): Ditto.
3656         (wl-summary-rescan): Ditto.
3657         (wl-summary-jump-to-msg-by-message-id): Ditto.
3658         (wl-summary-sync-update): Ditto; Removed comment.
3659         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3660         (wl-summary-insert-message): Use wl-summary-insert
3661         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3662         (wl-summary-insert-headers): Changed argument overview to folder.
3663         (wl-summary-search-by-subject): Likewise.
3664         (wl-summary-insert-thread): Renamed from 
3665         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3666
3667         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3668         too.
3669
3670         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3671         wl-string-member.
3672
3673 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3674
3675         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3676         elmo-folder-append-buffer.
3677         (wl-draft-queue-append): Likewise.
3678
3679         * wl-mime.el (wl-message-delete-current-part): Ditto.
3680         (wl-summary-burst-subr): Ditto.
3681
3682         * wl-news.el.in (wl-news-send-news): Ditto.
3683
3684 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3687         function.
3688         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3689         (wl-summary-update-mark): Enclose with save-excursion.
3690         (wl-summary-mark-as-read-internal): Fixed last change.
3691         (wl-summary-mark-as-important): Use 3rd argument of
3692         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3693         Don't use elmo-msgdb-set-mark.
3694         (wl-summary-redisplay-internal): If msgdb flag is already read,
3695         just update the mark on buffer.
3696
3697 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3698
3699         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3700         cut visible folder when elmo-folder-delete returns non-nil value.
3701
3702 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3703
3704         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3705         by Kenichi OKADA <okada@opaopa.org>).
3706
3707 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3708
3709         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3710
3711 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3712
3713         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3714         Fixed the last change, search group entity by its real name.
3715         (Thanks to: KOBAYASHI Shinji)
3716
3717 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3718
3719         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3720         (wl-fldmgr-access-display-all): Don't refer visible name.
3721         * wl-expire.el (wl-folder-archive-current-entity)
3722         (wl-folder-expire-current-entity): Ditto.
3723         * wl-folder.el (wl-folder-jump-to-current-entity)
3724         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3725         (wl-folder-open-folder-sub,wl-folder-open-all)
3726         (wl-folder-write-current-folder): Ditto.
3727         (wl-folder-insert-entity): Don't use petname for normal group.
3728         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3729         is the real name.
3730         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3731         Abolished.
3732
3733 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3734
3735         * wl-draft.el (wl-draft-create-buffer): Add
3736         `wl-summary-reply-with-citation'
3737
3738 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3739
3740         * wl-draft.el (wl-draft-reply): Fixed.
3741
3742 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3743
3744         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3745         when `wl-draft-send-confirm-with-preview' is non-nil.
3746         You can scroll up/down by j/k.
3747         (wl-draft-send-confirm-with-preview): New variable (default=t).
3748
3749 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3750
3751         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3752         (wl-fldmgr-save-folders): Fix comment.
3753
3754 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3755
3756         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3757         along the last change in `wl-folder-buffer-group-p'.
3758
3759 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3760
3761         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3762         folder.
3763
3764         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3765         the default value.
3766
3767         * wl-mime.el (wl-summary-burst): Update summary only when target
3768         folder equals current folder.
3769
3770 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3773
3774 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3777         value.
3778
3779 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3782         `map-extents' instead of `extent-at' repeatedly.
3783         (wl-highlight-folder-current-line): Ditto.
3784
3785         * wl-highlight.el: Remove useless dummy functions.
3786
3787 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3790         (wl-folder-put-folder-property): New function to put text property.
3791         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3792         (wl-folder-insert-entity, wl-folder-update-diff-line)
3793         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3794         * wl-e21.el, wl-xmas.el, wl-mule.el
3795         (wl-highlight-folder-current-line): Ditto.
3796         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3797         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3798         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3799         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3800
3801 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * Version number is increased to 2.11.3.
3804
3805 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3806
3807         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3808         Resume current-buffer since it is assumed by remaining tasks.
3809
3810 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3811
3812         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3813         (wl-folder-completion-function): Abolished.
3814         (wl-folder-complete-folder): New function.
3815         (wl-folder-complete-filter-condition): Ditto.
3816         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3817         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3818
3819 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3820
3821         * wl-draft.el (wl-draft-send-confirm): New function.
3822         (wl-draft-send): Use it.
3823
3824         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3825         cursor-in-echo-area while confirming.
3826
3827         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3828
3829         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3830         searching via nntp if wl-summary-search-via-nntp is 'force.
3831         Otherwise, invoke searching in nntp folder only.
3832         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3833
3834         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3835         explicitly for mime-make-text-tag.
3836
3837 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3838
3839         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3840         `mime-make-text-tag' instead of `mime-create-tag'.
3841
3842 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3843
3844         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3845         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3846
3847 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3848
3849         * wl-score.el (wl-score-save): Bind print-length and print-level.
3850         (wl-score-pretty-print): Ditto.
3851         (wl-score-edit-insert-header-entry): Ditto.
3852
3853         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3854         "From" entry to be treated with wl-draft-eword-encode-address-list.
3855         * wl-mime.el (wl-draft-preview-message): Ditto.
3856
3857         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3858         (wl-summary-mark-as-unread): Ditto.
3859         (wl-summary-mark-as-read-region): Change accordingly.
3860         (wl-summary-mark-as-unread-region): Ditto.
3861         (wl-summary-target-mark-mark-as-read): Ditto.
3862         (wl-summary-target-mark-mark-as-unread): Ditto.
3863
3864 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * Version number is increased to 2.11.2.
3867
3868 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3869
3870         * wl-news.el.in (wl-news-previous-version-save): Bind
3871         print-length and print-level.
3872         * wl-thread.el (wl-thread-save-entities): Ditto.
3873         (wl-thread-save-top-list): Bind print-length.
3874
3875 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3876
3877         * wl-highlight.el (wl-highlight-summary-line-string): Use
3878         wl-summary-score-below-mark, wl-summary-score-over-mark.
3879         (wl-highlight-summary-current-line): Ditto.
3880
3881 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3882
3883         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3884         insert it.
3885
3886 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3887
3888         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3889
3890 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3891
3892         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3893         message without msgid.
3894         Rewrite with elmo-folder-move-messages.
3895         Set wl-message-buffer to nil.
3896
3897         * wl-summary.el (wl-summary-erase-subr): New function. Use
3898         elmo-folder-move-messages.
3899         (wl-summary-erase): Call it.
3900         (wl-summary-target-mark-erase): Ditto.
3901
3902 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3903
3904         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3905         it is not up-tp-date.
3906
3907 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3908
3909         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3910         buffer after calling `wl-summary-goto-folder-subr' without the
3911         argument `interactive'.
3912         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3913
3914 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3915
3916         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3917         `mime-create-tag'. Use `string=' instead of `looking-at'.
3918
3919 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3920
3921         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3922         to avoid compile warning.
3923
3924         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3925         entity-id when folder is given.
3926         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3927         save-excursion, use save-selected-window instead.
3928         Select folder buffer window if exists.
3929         (To correct behavior with wl-folder-move-cur-folder.)
3930
3931 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3932
3933         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3934
3935 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3936
3937         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3938         list-count instead of %d.
3939
3940 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3941
3942         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3943         (wl-news): Set it.
3944         (wl-news-append-to-folder): Use it.
3945
3946         * wl-news.el.in (wl-news-send-news): Append to specified folder
3947         instead of wl-default-folder.
3948         (wl-news-append-to-folder): Show error message with specified folder.
3949
3950         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3951                 In most major modes, Emacs assumes that any opening
3952                 delimiter found at the left margin is the start of a
3953                 top-level definition, or defun. Therefore, *never put an
3954                 opening delimiter at the left margin unless it should have
3955                 that significance.*
3956
3957         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3958
3959 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3960
3961         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3962
3963 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3964
3965         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3966
3967 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3968
3969         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3970         for sequential numbering case.
3971
3972 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3973
3974         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3975         value.
3976         (wl-draft-reply-without-argument-list): Ditto.
3977         (wl-draft-reply-myself-with-argument-list): Abolish.
3978         (wl-draft-reply-myself-without-argument-list): Ditto.
3979         * wl-draft.el (wl-draft-self-reply-p): New function.
3980         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3981
3982 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3983
3984         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3985         (avoid error for the case without byte-compiling)
3986
3987 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3988
3989         * wl-news.el.in (wl-news-append-to-folder): New function.
3990         (wl-news-exit): Rewrite.
3991         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3992
3993 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3994
3995         * wl-draft.el (wl-draft-reply-position): New function.
3996         (wl-draft-reply-position): Fix.
3997         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3998         (wl-summary-target-mark-reply-with-citation): Ditto.
3999         (wl-summary-reply-with-citation): Ditto.
4000         * wl-vars.el (wl-draft-reply-default-position): New variable.
4001
4002 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4003
4004         * wl-draft.el (wl-draft-send): Preview when interactive send.
4005
4006 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4007
4008         * wl-draft.el (wl-draft-reply): Set default position.
4009         * wl-summary.el (wl-summary-reply): Ditto.
4010         (wl-summary-reply-with-citation): Ditto.
4011         (wl-summary-target-mark-reply-with-citation): Ditto.
4012
4013 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-news.el.in (wl-news-lang): Set default value according to
4016         current-language-environment.
4017         (wl-news-append-news): Do nothing when news-list is nil.
4018
4019 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4020
4021         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4022         (wl-news): Change message.
4023         (wl-news-exit): Check buffer.
4024         (wl-news-force-exit): New function.
4025         (wl-news-show-all): New function.
4026         (wl-news-discard-and-exit): Fix.
4027
4028 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4031         according to current-language-environment.
4032
4033         * wl-news.el.in (wl-news): If arg, show all NEWS after
4034         wl-news-default-previous-version.
4035
4036 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4037
4038         * wl-news.el.in (wl-news-check): Rewritten.
4039         (wl-news-previous-version-load): Change data type.
4040         (wl-news-previous-version-save): Change data type.
4041         (wl-news-append-news): Add return value.
4042         (wl-news-check-news): New function.
4043         (wl-news-already-current-p): New function.
4044         (wl-news-send-news): Rewritten.
4045         (wl-news-mode-map): Add new keybind.
4046         (wl-news): Rewritten.
4047         (wl-news-exit): Rewritten.
4048         (wl-news-discard-and-mail): New function.
4049         (wl-news-send-to-address): Abolished.
4050         * wl.el (wl-init): Delete a message.
4051
4052 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4053
4054         * wl-news.el.in (wl-news-exit): Update previous version.
4055         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4056
4057 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4058
4059         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4060
4061 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4062
4063         * wl-news.el.in (wl-news): New function.
4064         (wl-news-mode): New function.
4065         (wl-news-next-line): New function.
4066         (wl-news-next-page): New function.
4067         (wl-news-exit): New function.
4068         (wl-news-buf-name): New variable.
4069         (wl-news-mode-map): New variable.
4070         (wl-news-winconf): New variable.
4071         (wl-news-append-news): Add an option.
4072
4073 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4074
4075         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4076
4077 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4078
4079         * wl-news.el.in (wl-news-send-to-address): New variable.
4080         (wl-news-send-news): Use it.
4081         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4082         Return updating status.
4083         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4084
4085 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4086
4087         * wl-news.el.in (wl-news-send-news): Delete
4088         Organization and X-Face.
4089
4090 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4091
4092         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4093         (wl-news-append-news): New function.
4094         (wl-news-send-news): New function.
4095
4096 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4097
4098         * Version number is increased to 2.11.1.
4099
4100 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4101
4102         * wl-news.el.in : New file.
4103
4104 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4105
4106         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4107         default value.
4108         (wl-draft-reply-without-argument-list): Ditto.
4109
4110 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4111
4112         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4113         (wl-message-buffer-prefetch-idle-time): Ditto.
4114         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4115
4116 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4117
4118         * wl-thread.el (wl-thread-insert-message): Use
4119         wl-summary-max-thread-depth.
4120
4121         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4122         loop detection.
4123
4124         * wl-message.el (wl-message-buffer-display): Back to the first page
4125         when cache is hit.
4126
4127 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4130
4131         * wl-summary.el (wl-summary-insert-thread-entity):
4132         If the thread depth is reached to wl-summary-max-thread-depth,
4133         divide the thread.
4134
4135 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4136
4137         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4138         for elmo-remove-passwd.
4139
4140 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4143         folder is sticky.
4144         (wl-folder-mark-as-read-all-entity): Ditto.
4145         (wl-folder-prefetch-entity): Ditto.
4146
4147 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4148
4149         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4150
4151 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4152
4153         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4154         Delete messages on buffer for unplugged operation.
4155         (wl-summary-erase): Ditto.
4156
4157 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4158
4159         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4160         take nil so as not to search parent by subject.
4161
4162 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4163
4164         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4165         (wl-folder-get-next-folder): Ditto.
4166         (wl-folder-get-path): Ditto.
4167
4168 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4169
4170         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4171         system and encode the region with it before verifying.
4172
4173 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4176         system of the echo buffer before decoding.
4177
4178 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4179
4180         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4181         original contents.
4182
4183 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4186         with argument 'any-exists.
4187
4188 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4191         Use `wl-cs-autoconv'.
4192
4193 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4196         by `mime-view-automatic-conversion'.
4197
4198         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4199         (wl-message-verify-pgp-nonmime): Ditto.
4200         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4201         Bind them to C-c:d and C-c:v respectively.
4202
4203         Merge following code by Teranishi-san from [wl-en:00167].
4204         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4205         (wl-mime-preview-application/pgp-encrypted): Ditto.
4206         (wl-mime-setup): Add entry.
4207
4208 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4209
4210         * wl-summary.el (wl-summary-target-mark-erase): New function.
4211         Bind it to "mD".
4212
4213 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4214
4215         * wl-vars.el (wl-draft-write-file-function): Fix.
4216         (wl-draft-reedit-hook): Changed default value.
4217
4218         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4219         wl-draft-reedit-hook.
4220         (wl-draft-remove-text-plain-tag): New function.
4221         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4222
4223         * wl-vars.el (wl-draft-write-file-function): New user option.
4224
4225         * wl-draft.el (wl-draft-prepare-edit): Use it for
4226         local-write-file-hooks.
4227         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4228
4229         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4230         (wl-draft-insert-mail-header-separator): Return the body beginning
4231         point.
4232         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4233         text/plain.
4234         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4235
4236 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-summary.el (wl-summary-erase): New function to erase message
4239         without moving it to trash. Bind to "D".
4240
4241         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4242         as `keep' unless switch-function.
4243
4244 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4245
4246         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4247         message buffer by using `wl-summary-toggle-disp-msg'.
4248         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4249         buffer window.
4250         (wl-summary-supresedes-message): Ditto.
4251
4252         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4253         Do not delete other windows.
4254         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4255         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4256         (wl-draft-create-buffer): Set reply-or-forward also for target
4257         mark commands.
4258
4259 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-draft.el (wl-user-agent-compose): Delete special case for
4262         switch-to-buffer-other-window.
4263
4264         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4265         (wl-summary-forward): Ditto.
4266
4267         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4268         function.
4269         (wl-draft-buffer-style): New use option.
4270
4271         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4272         (wl-draft): Follow the change above.
4273         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4274         wl-draft-buffer-style.
4275         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4276         switch-function.
4277
4278 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4279
4280         * wl-address.el (wl-address-make-completion-entry): Extracted from
4281         `wl-address-make-completion-list'.
4282         (wl-address-enable-strict-loading): New variable.
4283         (wl-address-make-completion-list): Revive petname duplication
4284         inquiry, and enable it if `wl-address-enable-strict-loading'.
4285         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4286
4287 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4288
4289         * wl-message.el (wl-message-get-original-buffer): Avoid
4290         'Selecting deleted buffer' error when original buffer is killed.
4291
4292 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl-summary.el (wl-summary-next-message): Use
4295         elmo-message-accessible-p instead of elmo-message-cached-p.
4296
4297 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4298
4299         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4300
4301         * wl-thread.el (wl-thread-open-all-unread): Use
4302         elmo-folder-list-flagged instead of
4303         elmo-folder-list-messages-mark-match.
4304
4305         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4306         instead of elmo-folder-list-messages-mark-match.
4307         (wl-summary-move-spec-alist): New variable.
4308         (wl-summary-move-spec-plugged-alist,
4309         wl-summary-move-spec-unplugged-alist): Abolish.
4310         (wl-summary-next-message): Follow the change above.
4311         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4312         with 'no-msg' argument.
4313
4314         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4315         variable.
4316         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4317         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4318         (wl-message-buffer-prefetch-get-next): Follow the change above.
4319
4320 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4321
4322         * wl-version.el (wl-version): Changed codename.
4323
4324         * Version number is increased to 2.11.0.
4325
4326 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4327
4328         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4329         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4330         `wl-draft-config-variables'.
4331         (wl-draft-kill): Fixed problem when the draft is reedit.
4332
4333 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4334
4335         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4336         buffer-modified status (Thanks to
4337         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4338
4339 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4340
4341         * wl-util.el (wl-region-exists-p): New function.
4342
4343         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4344         Remove defvars for byte-compile warnings.
4345
4346 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4347
4348         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4349         defvar-maybe. Removed unused bind.
4350
4351 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4354         summary buffer window before creating new frame.
4355         (wl-draft-reply): Ditto.
4356
4357 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4358
4359         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4360
4361 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4364
4365 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4366
4367         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4368         instead of `kill-region'.
4369
4370 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4371
4372         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4373         (wl-highlight-summary-line-string): Use it.
4374         (wl-highlight-summary-current-line): Ditto.
4375
4376         * wl-mime.el (wl-message-delete-current-part): Check the class of
4377         mime-entity.
4378
4379         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4380
4381         * wl-summary.el (wl-summary-make-number-list): Initialize.
4382         (wl-summary-update-mark): New function.
4383         (wl-summary-reply): Put `answered' mark on the message.
4384         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4385
4386         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4387         (wl-draft-reply): Added optional argument `number';
4388         Set wl-draft-parent-number.
4389         (wl-draft-kill): Delete answered mark if it is a reply.
4390
4391 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4394         that originates in mime-preview-follow-current-entity.
4395         (wl-draft-yank-current-message-entity): Use it if region is active.
4396
4397         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4398         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4399         `wl-message-delete-current-part'.
4400         * wl-mule.el (wl-message-define-keymap): Ditto.
4401         * wl-xmas.el (wl-message-define-keymap): Ditto.
4402
4403 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * wl-mime.el (wl-message-delete-current-part): New function.
4406         (wl-mime-node-id-to-string): Ditto.
4407
4408         * wl-mime.el (wl-message-delete-current-part): Use existing
4409         original buffer which corresponds current mime-view buffer.
4410         (fetched buffer might have different structure, possibly)
4411
4412         * wl-mime.el (wl-message-delete-current-part): Quit if the
4413         message content differs from the actual message.
4414
4415 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4418         order.
4419         (wl-summary-search-by-subject): Search parent message from tail;
4420         Check the existence of the parent message on the current thread tree.
4421         (wl-summary-update-thread): Check whether the line is inserted.
4422
4423 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-vars.el (wl-summary-line-format): Undo last change.
4426         * wl-summary.el (wl-summary-print-destination): Do not put
4427         invisible property when `wl-summary-width' is nil.
4428         (wl-summary-line-subject-minimum-length): Abolished.
4429         (wl-summary-line-subject): Ditto.
4430
4431 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-vars.el (wl-summary-line-format): Change default value.
4434         (wl-summary-subject-length-limit): Abolished.
4435         * wl-summary.el (wl-summary-line-subject): Ditto.
4436
4437 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4438
4439         * wl-template.el (wl-template-select): Added optional argument.
4440         If optional argument is specified, reverse
4441         `wl-template-visible-select'.
4442
4443 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4446         Take prefix argument to force asking the destination folder.
4447
4448 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4449
4450         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4451         count and update status.
4452
4453 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl-summary.el (wl-summary-redisplay-internal): If
4456         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4457         after fetching.
4458
4459 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4460
4461         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4462         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4463
4464         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4465
4466 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4467
4468         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4469         (All other related portions are changed).
4470         (wl-summary-mark-as-read-all): Rewrite.
4471
4472 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4473
4474         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4475         `wl-summary-mark-as-read'.
4476         (wl-summary-mark-as-unread): Rewrite.
4477         (wl-summary-mark-as-read): Added no-modeline argument.
4478         (wl-summary-resume-cache-status): Rewrite.
4479         (wl-summary-exec-subr): Remove unused local variable.
4480
4481 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4482
4483         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4484         logic to call `wl-summary-buffer-prev-folder-function'.
4485         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4486
4487 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4490         is nil.
4491
4492 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4495         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4496         (wl-mime-setup): Add its entry.
4497
4498 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4499
4500         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4501         (wl-summary-delete-cache): Likewise.
4502         (wl-summary-mark-as-read): Rewrite.
4503
4504 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4507         `wl-summary-count-unread'.
4508
4509         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4510
4511         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4512
4513 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4514
4515         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4516         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4517         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4518         Renamed to the elmo-msgdb-*-mark.
4519         (wl-summary-score-marks): Follow the change above.
4520         (wl-summary-auto-refile-skip-marks): Ditto.
4521         (wl-summary-incorporate-marks): Ditto.
4522         (wl-summary-expire-reserve-marks): Ditto.
4523
4524         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4525         changes.
4526         (wl-thread-insert-top): Changed updating message.
4527
4528         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4529         variable.
4530         (wl-summary-count-unread): Count answered marks.
4531         (wl-summary-rescan): Call wl-summary-insert-message instead of
4532         wl-summary-append-message-func-internal.
4533         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4534         (wl-summary-prefetch-msg): Follow the variable name changes.
4535         (wl-summary-prefetch-region): Ditto.
4536         (wl-summary-mark-as-read-all): Follow the API changes;
4537         Don't call elmo-folder-replace-marks.
4538         (wl-summary-delete-cache): Follow the variable name changes.
4539         (wl-summary-resume-cache-status): Ditto.
4540         (wl-summary-update-status-marks): New function.
4541         (wl-summary-insert-message): New function.
4542         (wl-summary-sync-marks): Follow the variable name changes.
4543         (wl-summary-sync-update): Synchronize to the msgdb, too;
4544         Changed update messages.
4545         (wl-summary-make-number-list): Rewrite.
4546         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4547         (wl-summary-mark-as-unread): Follow the API changes.
4548         (wl-summary-exec-subr): Follow the variable name changes.
4549         (wl-summary-mark-as-read): Ditto.
4550         (wl-summary-move-spec-plugged-alist): Ditto.
4551         (wl-summary-move-spec-unplugged-alist): Ditto.
4552         (wl-summary-cursor-move-surface): Ditto.
4553
4554         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4555         variable name changes.
4556         (wl-highlight-summary-current-line): Ditto.
4557
4558         * wl-expire.el (wl-expire-refile): Follow the API change in
4559         elmo-folder-move-messages.
4560         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4561         (wl-summary-archive): Use elmo-folder-msgdb instead of
4562         elmo-msgdb-load.
4563
4564 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-mime.el (wl-draft-preview-message): Restore the position
4567         before evaluating wl-draft-send-hook in preview buffer.
4568
4569 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4570
4571         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4572         when it creates new draft buffer.
4573
4574         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4575         without argument.
4576
4577         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4578         Evaluate content and if the value is string, insert it.
4579         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4580         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4581         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4582         wl-draft-config-sub-part-bottom): Use it.
4583
4584         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4585         with the folder name. The question was unintelligible when it is
4586         called from wl-save-status.
4587
4588 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4591         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4592         cannot take second argument).
4593
4594 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4597         as t. Since type and subtype are not case sensitive (RFC 2045).
4598
4599 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-vars.el (wl-message-mode-line-format): New variable.
4602         (wl-message-mode-line-format-spec-alist): Ditto.
4603         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4604         (wl-message-redisplay): Use wl-message-mode-line-format.
4605
4606 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4607
4608         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4609
4610 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4611
4612         * wl-summary.el (wl-summary-default-from): Write description.
4613
4614 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4615
4616         * wl-vars.el (wl-ldap-objectclass): Abolish.
4617
4618         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4619         (wl-ldap-make-filter): Removed condition for objectclass.
4620         (wl-ldap-make-matched-value-list): Remove meaningless process.
4621         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4622         (wl-address-ldap-search): Don't add `*' to `pat' string;
4623         use ignore-errors; added `email';
4624         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4625         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4626         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4627
4628
4629 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-draft.el (wl-draft-parent-folder): Write description.
4632         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4633
4634 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4635
4636         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4637         as "" (zero-length string) if no parent.
4638         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4639
4640 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4641
4642         * wl-address.el (wl-address-make-completion-list): Skip duplication
4643         checking.
4644         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4645         `append'.
4646
4647 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4648
4649         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4650         instead of `beginning-of-buffer'.
4651
4652 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4655
4656 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4657
4658         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4659         Refer wl-message-buffer-name.
4660         (wl-message-wheel-down): Ditto.
4661
4662 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4663
4664         * wl-vars.el (wl-message-buffer-name): New user option.
4665
4666         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4667         directly instead of making alist dinamically.
4668
4669         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4670         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4671         wl-message-buffer-cache-name.
4672         (wl-message-buffer-cache-clean-up): Ditto.
4673
4674         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4675
4676         * Version number is increased to 2.9.15.
4677
4678 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4679
4680         * wl-vars.el (wl-summary-default-view-alist): New user option.
4681
4682         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4683
4684         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4685         while deleting address.
4686         (wl-draft-delete-myself-from-cc): Ditto.
4687
4688         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4689         If optional argument is specified, reverse sort order.
4690
4691         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4692
4693 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-thread.el (wl-thread-insert-message): Return parent number if
4696         exists.
4697         (wl-thread-update-indent-string-region): Use
4698         wl-thread-update-line-on-buffer-sub instead of
4699         wl-thread-update-line-on-buffer.
4700
4701 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4702
4703         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4704         (wl-folder-close-all): Ditto.
4705
4706 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4707
4708         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4709         and mailing-list:.
4710         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4711         value.
4712         (wl-summary-line-list-info): Print mailing-list name even when 
4713         list-number is empty.
4714
4715 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4718
4719         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4720         (wl-draft-open-file): Ditto.
4721         (wl-draft-random-alphabet): Ditto.
4722
4723         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4724         bindings.
4725
4726 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4729         * wl-vars.el (wl-draft-config-alist): Ditto.
4730
4731 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4732
4733         * Version number is increased to 2.9.14.
4734
4735         * wl.el (wl): Don't set wl-init as nil when error occured while
4736         auto-checking folders.
4737
4738         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4739         `elmo-expand-newtext'.
4740
4741 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4744         `this-command' so that `wl-folder-goto-folder' contained in
4745         `wl-summary-keep-cursor-command' work.
4746
4747 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4748
4749         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4750         message buffer displaying state.
4751
4752 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-vars.el (wl-summary-default-view): New variable to specify
4755         default value for `wl-summary-buffer-view' instead of using
4756         set-default.
4757         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4758
4759 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4762
4763         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4764
4765 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4766
4767         * wl-vars.el (wl-forward-subject-prefix): New variable.
4768         * wl-draft.el (wl-draft-forward): Use it.
4769
4770 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-message.el (wl-message-prev-page): When it is called without
4773         lines argument, scroll down by wl-message-scroll-amount lines.
4774         (wl-message-next-page): Ditto.
4775         * wl-vars.el (wl-message-scroll-amount): Change default value
4776         to preserve current behavior.
4777
4778 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4779
4780         * wl-summary.el (wl-summary-prefetch-msg): Bind
4781         `wl-message-entity' to call `wl-summary-from-function'.
4782
4783 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-message.el (wl-message-buffer-create): Run
4786         wl-message-buffer-created-hook.
4787
4788 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * wl-summary.el (wl-summary-sort-specs): New variable.
4791         (wl-summary-default-sort-spec): Ditto.
4792         (wl-summary-sort): Rewrite.
4793         (wl-summary-sort-by-list-info): New function.
4794
4795 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4796
4797         * wl-summary.el (wl-summary-get-list-info): New function.
4798         (wl-summary-sort): Rewrite.
4799         (wl-summary-line-list-info): Ditto.
4800         (wl-summary-line-list-count): Ditto.
4801         (wl-summary-refile-region): Fixed docstring.
4802
4803 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4806         `wl-folder-entity-hashtb' as completion table.
4807
4808 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4811         only when this command is called interactively; silence the byte-
4812         compiler.
4813
4814 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4815
4816         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4817         active in XEmacs.
4818
4819 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4820
4821         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4822         plural lines.
4823
4824 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4827         of current line when the cursor is on the header name.
4828         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4829
4830 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4831
4832         * wl-util.el (wl-read-directory-name): Return displayed directory
4833         as the default value also on XEmacs.
4834
4835 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4836
4837         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4838         formatting.
4839
4840 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4841
4842         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4843         argument and when it is non-nil, check face property before
4844         highlighting for each line.
4845         (wl-highlight-summary-window): Set it.
4846
4847 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4848
4849         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4850         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4851
4852         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4853         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4854         (wl-draft-get-fcc-list): Likewise.
4855
4856 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4859         (wl-thread-entity-cur): Ditto.
4860         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4861         wl-thread-indent-regexp setting.
4862         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4863
4864         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4865         wl-summary-lazy-highlight.
4866         (wl-summary-display-bottom): Ditto.
4867
4868         * wl-thread.el (wl-thread-open-close): Likewise.
4869
4870         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4871         from and subject;
4872         Bind wl-draft-use-frame;
4873         Enclose with save-window-excursion;
4874         Use wl-draft-create-buffer instead of with-temp-buffer;
4875         Use wl-draft-prepare-edit;
4876         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4877         Use wl-draft-send instead of wl-draft-raw-send.
4878
4879 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4882         of using wl-from.
4883
4884 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4887         insert-buffer instead of clone-buffer.
4888         (wl-draft-doing-mime-bcc): New variable.
4889         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4890         infinite loop.
4891         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4892
4893         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4894         (wl-draft-mime-bcc-body): Ditto.
4895
4896         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4897         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4898         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4899         wl-draft-do-mime-bcc.
4900         (wl-draft-mime-bcc-field): New function.
4901         (wl-draft-do-mime-bcc): Ditto.
4902
4903         * wl-address.el (wl-address-complete-header-list): New variable.
4904         (wl-address-complete-header-regexp): Changed default value.
4905
4906         * Version number is increased to 2.9.13.
4907
4908 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4911         it is differed.
4912
4913 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4914
4915         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4916         (wl-summary-line-list-count): Ditto.
4917
4918 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4919
4920         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4921         (wl-nntp-posting-function): New variable.
4922         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4923         `wl-nntp-posting-config-alist'.
4924
4925 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4928         FLIM.
4929
4930 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4931
4932         * wl-summary.el (wl-summary-target-mark-refile-sub):
4933         Remove a nuisance funcall.
4934
4935 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4938         as t for `try-completion'.
4939
4940 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4941
4942         * wl-summary.el (wl-summary-default-from): Use
4943         wl-address-header-extract-address instead of
4944         std11-extract-address-components.
4945         (wl-summary-simple-from): Ditto.
4946         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4947         (wl-summary-insert-headers): Show message.
4948         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4949         for whole line.
4950         (wl-summary-default-from): Revert last change.
4951         (wl-summary-simple-from): Ditto.
4952         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4953         (wl-summary-mark-as-read-region): Follow the change above.
4954         (wl-summary-sync-marks): Ditto.
4955         (wl-summary-target-mark-mark-as-read): Ditto.
4956         (wl-summary-redisplay-internal): Ditto.
4957         (wl-summary-redisplay-no-mime-internal): Ditto.
4958         (wl-summary-redisplay-all-header): Ditto.
4959         (wl-summary-mark-as-read): Removed argument `cached';
4960         Use current cache status to set cache mark.
4961         (wl-summary-redisplay-internal): Follow the change above.
4962         (wl-summary-redisplay-no-mime-internal): Ditto.
4963         (wl-summary-redisplay-all-header): Ditto.
4964
4965         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4966
4967         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4968         Don't call itself recursively (Adviced by Yamaoka-san).
4969
4970 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4971
4972         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4973         bind wl-summary-highlight as nil to avoid error caused by missing
4974         local variables.
4975
4976 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4977
4978         * wl-vars.el (wl-invalid-character-message): New user option.
4979
4980         * wl-util.el (wl-set-string-width): If truncated string-width is
4981         larger than specified width, use `wl-invalid-character-message'.
4982
4983 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4984
4985         * wl-summary.el (wl-summary-prefetch-msg): 
4986         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4987
4988 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-vars.el (wl-summary-check-line-format): New user option.
4991         (wl-summary-line-format-file): Ditto.
4992
4993         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4994         variable.
4995         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4996         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4997         and `wl-summary-view-old-p' to check whether do a rescan or not.
4998         (wl-summary-view-old-p): New function.
4999         (wl-summary-line-format-changed-p): Ditto.
5000         (wl-summary-line-format-save): Ditto.
5001         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5002
5003         * wl-util.el (wl-set-string-width): Avoid using negative number
5004         for make-string.
5005
5006 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5007
5008         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5009         return value.
5010
5011         * wl-util.el (wl-set-string-width): Added optional argument
5012         `padding' (All other related portions are changed).
5013         (wl-line-parse-format): If the first letter of column number is
5014         `0', zero-padding the result (ex: "%05l").
5015
5016         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5017
5018 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5021         sequential summary view.
5022
5023 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5026         if it doesn't have a -unix version.
5027
5028 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5029
5030         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5031
5032 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5035         content.
5036         (wl-draft): Follow the change above.
5037
5038         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5039
5040         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5041         and wl-folder-summary-line-format-alist contain %T and %P.
5042
5043         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5044         (wl-summary-mode-line-format): New user option.
5045         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5046         (wl-summary-line-format): Changed default value.
5047         (wl-summary-lazy-highlight): Changed default value.
5048
5049         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5050         change in wl-summary-create-line.
5051         (wl-thread-insert-entity-sub): Ditto.
5052
5053         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5054         (wl-summary-buffer-unread-status): Ditto.
5055         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5056         (wl-summary-buffer-persistent-mark-column): Ditto.
5057         (wl-summary-buffer-mode-line-formatter): Ditto.
5058         (wl-summary-buffer-mode-line): Ditto.
5059         (wl-summary-message-regexp): Abolished.
5060         (All other related portions are changed.)
5061         (wl-summary-detect-mark-position): New function.
5062         (wl-summary-buffer-set-folder): Setup
5063         wl-summary-buffer-mode-line-formatter.
5064         (wl-summary-mode): Setup selective-display;
5065         Setup pre-idle-hook when xemacs.
5066         (wl-summary-update-modeline): Rewrite.
5067         (wl-summary-jump-to-msg): Define as function;
5068         Changed regexp for searching messages.
5069         (wl-summary-message-number): Rewrite.
5070         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5071         Do rescan when old type summary cache.
5072         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5073         (wl-summary-remove-destination): Use '\r' to detect EOL.
5074         (wl-summary-print-destination): Ditto.
5075         (wl-summary-temp-mark): New inline function.
5076         (wl-summary-persistent-mark): Ditto.
5077         (wl-summary-line-number): New function.
5078         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5079         (wl-summary-line-list-count): New function.
5080         (wl-summary-create-line): Added argument persistent-mark.
5081         (All other related portions are changed)
5082         (wl-summary-create-line): Insert '\r'.
5083         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5084         (wl-summary-cursor-move-surface): New inline function.
5085         (wl-summary-prev): Use it.
5086         (wl-summary-next): Ditto.
5087
5088         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5089         wl-summary-message-regexp.
5090         (wl-highlight-summary): Delete progress message.
5091         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5092
5093         * Version number is increased to 2.9.12.
5094
5095 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5096
5097         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5098         variable (nil: no minimum).
5099         (wl-summary-line-subject): Add some spaces after subject by
5100         wl-summary-line-subject-minimum-length.
5101
5102 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5103
5104         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5105         and removed `F'.
5106         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5107         change above).
5108
5109 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5110
5111         * wl-summary.el (wl-summary-line-list-count): Reverted.
5112         (example setting in samples/*/dot.wl is also updated)
5113
5114 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5115
5116         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5117
5118         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5119
5120         * wl-vars.el (wl-summary-line-format): Addes some description to the
5121         docstring.
5122
5123         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5124         (wl-summary-line-close-bracket): Ditto.
5125         (wl-summary-line-children-number): Ditto.
5126         (wl-summary-line-thread-indent): Ditto.
5127         (wl-summary-line-children-and-from): Ditto.
5128
5129         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5130         't', 'c', 'F' and added 'C'.
5131
5132         * wl-util.el (wl-set-string-width): Accept negative value.
5133         (wl-line-parse-format): Added "%number(" and "%)".
5134
5135 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5136
5137         * wl-summary.el (wl-summary-line-list-count): Change format of the
5138         return value.
5139
5140 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5141
5142         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5143         from the recent message.el.
5144         (wl-draft-point-in-header-p): Ditto.
5145         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5146         wl-draft-beginning-of-line.
5147         * wl-e21.el (wl-draft-mode-map): Ditto.
5148         * wl-xmas.el (wl-draft-mode-map): Ditto.
5149
5150         * wl-folder.el: Sort macrodefs by dependencies.
5151
5152 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5153
5154         * wl-summary.el (wl-summary-prev): Fixed regexp.
5155         (wl-summary-next): Ditto.
5156
5157 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5160
5161 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5162
5163         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5164         for backward compatibility.
5165
5166 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5167
5168         * wl-summary.el (wl-summary-line-list-count): New function, merged
5169         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5170         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5171         list counts.
5172
5173 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5174
5175         * wl-summary.el (wl-summary-create-line): Ignore errors while
5176         timezone-fix-time.
5177
5178         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5179
5180         * wl-summary.el (wl-summary-sync-update): Ditto.
5181         (wl-summary-default-from): Use wl-message-entity
5182         instead of entity.
5183
5184         * wl-summary.el (wl-summary-create-line): Fix.
5185
5186         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5187         (wl-summary-line-format): New user option.
5188         (wl-folder-summary-line-format-alist): Ditto.
5189         (wl-summary-from-width): Abolished.
5190
5191         * wl-util.el (toplevel): Require 'bytecomp.
5192         (wl-line-parse-format): New function.
5193         (wl-line-formatter-setup): New macro.
5194
5195         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5196         (wl-summary-buffer-line-formatter): New buffer local variable.
5197         (wl-summary-switch-to-clone-buffer): Follow the change above.
5198         (wl-summary-message-regexp): Fix.
5199         (wl-summary-from-func-internal): Abolished.
5200         (wl-summary-subject-func-internal): Ditto.
5201         (wl-summary-subject-filter-func-internal): Ditto.
5202         (All other related portions are changed.)
5203         (wl-summary-buffer-set-folder):
5204         Set up wl-summary-buffer-number-column and 
5205         wl-summary-buffer-line-formatter
5206         (All other related portions are changed.)
5207         (wl-summary-buffer-number-column-detect): Abolished.
5208         (All other related portions are changed.)
5209         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5210         (wl-summary-delete-all-temp-marks-on-buffer): Use
5211         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5212         (wl-summary-target-mark-delete): Ditto.
5213         (wl-summary-target-mark-refile-subr): Ditto.
5214         (wl-summary-target-mark-mark-as-read): Ditto.
5215         (wl-summary-target-mark-mark-as-unread): Ditto.
5216         (wl-summary-target-mark-mark-as-important): Ditto.
5217         (wl-summary-target-mark-save): Ditto.
5218         (wl-summary-replace-status-marks): Renamed from
5219         wl-summary-set-status-marks-on-buffer;
5220         Use wl-summary-message-regexp instead of
5221         wl-summary-buffer-number-regexp.
5222         (wl-summary-sync-update): Follow the change above.
5223         (wl-summary-goto-previous-message-beginning): New function.
5224         (wl-summary-mark-as-unread): Use it.
5225         (wl-summary-mark-as-important): Ditto.
5226         (wl-summary-line-formatter): New variable.
5227         (wl-summary-line-year): New function.
5228         (wl-summary-line-day): Ditto.
5229         (wl-summary-line-day-of-week): Ditto.
5230         (wl-summary-line-hour): Ditto.
5231         (wl-summary-line-minute): Ditto.
5232         (wl-summary-line-open-bracket): Ditto.
5233         (wl-summary-line-close-bracket): Ditto.
5234         (wl-summary-line-children-number): Ditto.
5235         (wl-summary-line-thread-indent): Ditto.
5236         (wl-summary-line-size): Ditto.
5237         (wl-summary-line-subject): Ditto.
5238         (wl-summary-line-from): Ditto.
5239         (wl-summary-line-children-and-from): Ditto.
5240         (wl-summary-create-line): Rewritten.
5241         (wl-summary-format-date): Abolished.
5242
5243         * wl-highlight.el (wl-highlight-summary-current-line): Use
5244         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5245         Use thread structure to detect thread top message.
5246
5247         * wl-draft.el (wl-default-draft-cite): Don't use
5248         wl-summary-from-func-internal.
5249
5250         * wl-refile.el (wl-refile-subject-learn): Don't use
5251         wl-summary-subject-filter-func-internal.
5252         (wl-refile-guess-by-subject): Ditto.
5253
5254         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5255         parameters.
5256
5257         * wl-thread.el (wl-thread-update-indent-string-region):
5258         Use wl-thread-update-line-on-buffer instead of
5259         wl-thread-update-indent-string.
5260         (wl-thread-update-children-number): Redefine using
5261         wl-thread-update-line-on-buffer.
5262         (wl-thread-update-indent-string): Abolished.
5263
5264         * Version number is increased to 2.9.11.
5265
5266 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5267
5268         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5269         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5270         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5271
5272         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5273         as nil.
5274
5275         * wl-thread.el (wl-thread-open-all-unread): Use 
5276         elmo-folder-list-messages-mark-match.
5277         (wl-thread-insert-message): Removed argument `mark-alist'.
5278         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5279         elmo-msgdb-set-mark.
5280         (wl-thread-get-children-msgs-uncached): Likewise.
5281         (wl-thread-get-exist-children): Added argument include-self.
5282         (wl-thread-delete-message): Follow the change above.
5283
5284         * wl-summary.el (wl-summary-count-unread): Removed argument.
5285         (wl-summary-rescan): Follow the change above.
5286         (wl-summary-mark-as-read-region): Ditto
5287         (wl-summary-mark-as-unread-region): Ditto.
5288         (wl-summary-delete-messages-on-buffer): Ditto.
5289         (wl-summary-sync-update): Ditto.
5290         (wl-summary-switch-to-clone-buffer): Ditto.
5291         (wl-summary-goto-folder-subr): Ditto.
5292         (wl-summary-target-mark-mark-as-read): Ditto.
5293         (wl-summary-target-mark-mark-as-unread): Ditto.
5294         (wl-summary-target-mark-mark-as-important): Ditto.
5295         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5296         (wl-summary-update-thread): Removed argument `mark-alist'.
5297         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5298         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5299         (wl-summary-resume-cache-status): Likewise.
5300         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5301         elmo-msgdb-set-mark.
5302         (wl-summary-mark-as-read-all): Likewise.
5303         (wl-summary-delete-cache): Ditto.
5304         (wl-summary-auto-select-msg-p): Ditto.
5305         (wl-summary-mark-as-unread): Ditto.
5306         (wl-summary-no-auto-refile-message-p): Ditto.
5307         (wl-summary-mark-as-read): Ditto.
5308         (wl-summary-mark-as-important): Ditto.
5309         (wl-summary-auto-refile): Follow the change above.
5310         (wl-summary-delete-all-marks): Removed.
5311         (wl-summary-resume-marks-and-highlight): Ditto.
5312         (wl-summary-resume-marks): Ditto.
5313         (wl-summary-delete-important-msgs-from-list): Ditto.
5314         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5315
5316         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5317         wl-summary-count-unread.
5318
5319         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5320         (wl-summary-score-update-all-lines): Use
5321         elmo-msgdb-set-mark.
5322
5323 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5326         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5327         (wl-summary-create-line): Renamed from
5328         wl-summary-overview-create-summary-line;
5329         Argument rearrangement.
5330         (wl-summary-update-thread): Follow the change above.
5331
5332         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5333         (wl-thread-insert-entity-sub): Likewise.
5334
5335         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5336         argument `overview', `mark-alist' and added `msgdb'.
5337
5338         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5339
5340         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5341         (wl-summary-rescan): Follow the change above.
5342         (wl-summary-sync-update): Ditto.
5343         (wl-summary-insert-thread-entity): Ditto;
5344         Don't use `let*' in every while loop;
5345         Detect infinite loop of threads.
5346         (wl-summary-update-thread): Removed argument `overview'.
5347
5348         * wl-thread.el (wl-thread-insert-message): Ditto.
5349
5350         * Version number is increased to 2.9.10.
5351
5352         * wl-message.el (wl-message-redisplay): Ignore errors while
5353         wl-message-redisplay-hook.
5354
5355 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5358
5359 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl.el (wl): inhibit-quit while wl-folder.
5362
5363 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5366         while msgdb access.
5367
5368 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5369
5370         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5371         even if no folder is not created.
5372
5373 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5374
5375         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5376
5377         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5378         implementation.
5379         (wl-summary-target-mark-thread): Ditto.
5380
5381         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5382
5383 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5384
5385         * wl-util.el (wl-display-bytes): Remove unused function.
5386
5387 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5388
5389         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5390         seems critical one (partially reverse the change in 2002/03/17).
5391
5392 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5393
5394         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5395         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5396
5397 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5398
5399         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5400         is not writable.
5401         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5402         plugged status instead of `'force' as 2nd argument.
5403
5404         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5405         is not creatable.
5406
5407         * Version number is increased to 2.9.9.
5408
5409 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5410
5411         * wl-summary.el (wl-summary-suspend): New function.
5412
5413 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5414
5415         * wl.el (wl): Do not check variables if check is nil.
5416         * wl-utils.el (wl-collect-draft): New function.
5417         * wl-folder.el (wl-folder-suspend): Put summary buffers
5418         and draft buffers at the end of buffer list.
5419         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5420
5421 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5422
5423         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5424         loop instead of recursive call.
5425
5426         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5427         2nd argument.
5428
5429 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5430
5431         * wl-draft.el (wl-draft-create-contents): Don't take neither
5432         (function . args) nor (string . something) any more.
5433
5434         * wl-version.el (wl-generate-user-agent-string): Return string
5435         without header symbol.
5436         * wl-draft.el (wl-draft-default-headers): Use it.
5437
5438         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5439         `wl-draft-insert-ccs' and return field value instead of inserting
5440         the header. Abolish cc argument.
5441         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5442
5443         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5444         rather than one with string car.
5445
5446         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5447         * wl-draft.el (wl-draft-create-contents): Add it after the default
5448         headers.
5449
5450         * wl-draft.el (wl-draft-create-contents): For the case of
5451         (symbol-or-string . function) insert header only when the function
5452         returns string value.
5453
5454 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5455
5456         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5457         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5458
5459 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5460
5461         * wl.el (wl-check-environment): Don't check Message-ID when
5462         `wl-insert-message-id' is nil.
5463         Revive checking if `wl-message-id-domain' contains "@".
5464
5465 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5466
5467         * wl.el (wl-check-environment): Merge examination for "@" at
5468         inappropriate position into the first string-match.
5469
5470         * wl-summary.el (wl-summary-target-mark-print): New function.
5471         (wl-summary-pipe-message-subr): Extracted from
5472         `wl-summary-pipe-message'.
5473         (wl-summary-target-mark-pipe): New function.
5474         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5475         `wl-summary-target-mark-pipe'.
5476
5477 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5478
5479         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5480
5481 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl.el (wl-check-environment): Use elmo-warning instead of
5484         error for non-critical ones.
5485         Remove trash folder check.
5486         (wl): Don't ignore error in wl-check-environment.
5487
5488         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5489         check, which is moved from `wl-check-environment'.
5490         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5491
5492 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5493
5494         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5495         guess anything, call wl-summary-write.
5496         (wl-summary-write): Create draft with blank To field.
5497         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5498
5499 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5500
5501         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5502         argument full as well for wl-folder-write-current-folder.
5503         If wl-*-write-current-folder cannot guess addressee, add blank
5504         To header.
5505         Rewrite condition for positioning cursor.
5506
5507 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5510         summary buffer is present, use it.
5511         (wl-folder-jump-to-previous-summary): Ditto.
5512
5513 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5514
5515         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5516
5517         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5518         wl-summary-previous-buffer and wl-summary-next-buffer.
5519
5520         * wl-folder.el (wl-folder-mode-map): Bind
5521         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5522         (wl-folder-jump-to-next-summary): New function.
5523         (wl-folder-jump-to-previous-summary): Ditto.
5524
5525         * wl-draft.el (wl-draft): Rearranged.
5526
5527 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5528
5529         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5530         of header.
5531         (wl-draft): Collect arguments for the header as header-alist.
5532         (wl-draft-forward): Arrange arguments for wl-draft.
5533         (wl-draft-reply): Ditto.
5534         (wl-draft-edit-string): Ditto.
5535         * wl-summary.el (wl-summary-write): Ditto.
5536         (wl-summary-write-current-folder): Ditto.
5537
5538         * Version number is increased to 2.9.8.
5539
5540 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5543
5544         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5545
5546         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5547         even if the guess failed.
5548
5549         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5550         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5551         wl-summary-write-current-folder.
5552         * wl-xmas.el: Ditto.
5553
5554 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-summary.el (wl-summary-next-page): Force display message if
5557         message is not displayed yet.
5558         (wl-summary-prev-page): Ditto.
5559
5560 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5561
5562         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5563
5564 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5565
5566         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5567         add "Preview Message" and "Save Draft and Exit".
5568
5569 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5570
5571         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5572         if addrmgr is called from draft in splitted window.
5573
5574         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5575         * wl-mule.el: Ditto.
5576         * wl-xmas.el: Ditto.
5577
5578 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5579
5580         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5581
5582         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5583         * wl-xmas.el (wl-folder-toolbar): Ditto.
5584
5585 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5586
5587         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5588         and wl-draft-save-and-exit.
5589         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5590         * wl-xmas.el: Ditto.
5591         * wl-mule.el: Ditto.
5592
5593         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5594         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5595
5596 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5599         lists for saving buffer.
5600
5601 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5602
5603         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5604         parent-folder argument instead of it.
5605         (wl-draft-create-buffer): Ditto.
5606         (wl-draft-forward): Ditto.
5607         (wl-draft-reply): Ditto.
5608         * wl-summary.el (wl-summary-write): Ditto.
5609         (wl-summary-write-current-folder): Ditto.
5610
5611         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5612         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5613         Folder buffer after composing.
5614
5615 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5618         header if the file `wl-x-face-file' already contains it.
5619
5620 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5623         folder" entry.
5624         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5625         * wl-e21.el (wl-folder-toolbar): Ditto.
5626         * wl-xmas.el (wl-folder-toolbar): Ditto.
5627
5628 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5629
5630         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5631         wl-folder-goto-folder with sticky argument.
5632         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5633
5634 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5637         and wl-summary-previous-buffer.
5638         (wl-summary-next-buffer): New function.
5639         (wl-summary-previous-buffer): Ditto.
5640
5641 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5642
5643         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5644         wl-folder-jump-to-current-entity-with-arg.
5645         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5646         `wl-folder-jump-to-current-entity'.
5647         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5648         `wl-summary-goto-folder-sticky'.
5649         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5650         `wl-summary-goto-folder'.
5651         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5652         Unless force-exit, do not clean temp. marks for sticky summary.
5653         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5654
5655 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5658         not entire.
5659
5660 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5663         to `C-x C-s'.
5664         (wl-summary-save-status): New command.
5665         (wl-summary-exit): Don't clean-up temp marks when sticky.
5666         (Applied patch from Nakayama-san [wl: 09548])
5667         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5668         Do nothing when no mark data.
5669         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5670         Call `wl-summary-delete-all-temp-marks' before saving.
5671
5672 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5673
5674         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5675
5676 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5677
5678         * wl.el (wl-check-environment): Also cause error when (system-name)
5679         returns "localhost.localdomain". (Although it doesn't affect because
5680         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5681
5682 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5683
5684         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5685         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5686
5687         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5688         value.
5689
5690 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5693         Likewise r-cc-list and r-ng-list.
5694
5695 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5696
5697         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5698         only if it is bound as variable.
5699
5700         * wl-mime.el (wl-draft-preview-message): Ditto.
5701
5702 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5705         needless `goto-char'.
5706
5707         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5708         `wl-summary-redisplay-no-mime-internal' instead of
5709         `wl-summary-redisplay-no-mime'.
5710         (wl-summary-redisplay-no-mime): Changed argument;
5711         Call `wl-summary-redisplay-no-mime-internal'.
5712
5713         * wl-mime.el (wl-draft-preview-message): Bind
5714         `mime-header-encode-method-alist' locally.
5715
5716         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5717         (wl-draft-std11-parse-addresses): Added the first address check.
5718         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5719
5720         * Version number is increased to 2.9.7.
5721
5722 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5723
5724         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5725
5726 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5727
5728         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5729         related to scrollbar support, if there is no such a feature
5730         compiled in.
5731
5732 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5733
5734         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5735         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5736         for prefetch.
5737
5738 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5739
5740         * wl-summary.el (wl-summary-pick): Fix for no match.
5741
5742 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5743
5744         * wl-draft.el (wl-draft-save):
5745         Override `mime-header-encode-method-alist'.
5746
5747 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5748
5749         * wl-folder.el (wl-folder-pick): New function.
5750         Define key as "?".
5751
5752 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5753
5754         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5755         Fix for unplugged.
5756
5757 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * wl-folder.el (wl-folder-virtual): New function.
5760         Define key as "V".
5761
5762 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5765         multi folder if entity is group.
5766
5767 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5768
5769         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5770         is nil.
5771
5772 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5773
5774         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5775         (wl-summary-target-mark-msgs): Return the number of marked messages.
5776
5777 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5778
5779         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5780         "first:" is specified.
5781
5782 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5783
5784         * wl-vars.el (wl-from): Use return value of function
5785         user-full-name instead of the variable user-full-name since
5786         XEmacs-20.4 doesn't set this variable.
5787
5788 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5791         call `wl' directly.
5792
5793 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5794
5795         * wl-draft.el (wl-draft-reedit): Removed duplicated
5796         switch-to-buffers.
5797
5798 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * wl.el (wl-other-frame): Removed garbages.
5801
5802 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5805
5806         * wl-xmas.el (wl-draft-key-setup): Ditto.
5807
5808         * wl-mule.el (wl-draft-key-setup): Ditto.
5809
5810         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5811         (wl-draft-reedit): Ditto.
5812         (wl-draft-prepare-edit): Add `wl-draft-save' to
5813         `local-write-file-hooks'.
5814         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5815         (wl-draft-reedit): Set buffer-file-name.
5816         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5817
5818
5819         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5820         call it.
5821         (wl-delete-startup-frame-function): New variable.
5822         (wl-other-frame): New function
5823         (Original was written by Yamaoka san [wl: 09239]).
5824
5825         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5826         if `wl-folder-use-frame'.
5827
5828 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5829
5830         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5831
5832 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5833
5834         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5835         New variable.
5836         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5837         (wl-message-buffer-prefetch-get-next): Use them.
5838         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5839
5840 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5843         with unwind-protect.
5844
5845         * wl-draft.el (wl-draft-reedit): Rewrite.
5846         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5847         (wl-draft-save): Insert header separator if it does not exist;
5848         Removed condition-case.
5849
5850         * wl-summary.el (wl-summary-reedit): Revert last change.
5851
5852         * wl-draft.el (wl-draft-save): Rewrite.
5853         (wl-draft-create-buffer): Set buffer-file-name as nil.
5854
5855         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5856
5857         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5858
5859         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5860         nil.
5861
5862 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5863
5864         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5865         If count is nil, do not prefetch.
5866         (wl-message-buffer-prefetch-next): Next.
5867
5868 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5869
5870         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5871
5872 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5873
5874         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5875         `delete-backward-char'
5876         (wl-draft-prepare-edit): Check major-mode.
5877         (wl-draft-decode-header): Rewrite.
5878         (wl-draft): Fix.
5879
5880 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5881
5882         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5883
5884 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5885
5886         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5887         (wl-message-buffer-prefetch-get-next): Remove size checking.
5888         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5889
5890 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5893         (wl-draft-default-headers): Fix.
5894
5895 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5896
5897         * wl-draft.el (wl-draft-default-headers): Insert return value of
5898         `wl-generate-mailer-string-function'.
5899
5900 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5901
5902         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5903         (wl-draft-insert-mail-header-separator): Ditto.
5904
5905         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5906         again (Reverted the change on 2002-01-17 by OKADA san).
5907
5908 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5909
5910         * wl-draft.el (wl-draft): Rewrite.
5911         (wl-draft-create-buffer): New function.
5912         (wl-draft-create-contents): Ditto.
5913         (wl-draft-prepare-edit): Ditto.
5914         (wl-draft-decode-header): Ditto.
5915         (wl-draft-decode-body): Ditto.
5916         (wl-draft-check-new-line): Ditto.
5917         (wl-draft-default-headers): Ditto.
5918         (wl-draft-insert-mail-header-separator): Ditto.
5919
5920 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5921
5922         * Version number is increased to 2.9.6.
5923
5924 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5925
5926         * wl-draft.el (wl-draft-delete-field): Optional argument.
5927         (wl-draft-delete-fields): Ditto.
5928
5929 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5930
5931         * wl-message.el (toplevel): Eliminated byte-compile warning.
5932         for `itimer-function', `delete-timer' and `itimer-list'.
5933
5934 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5935
5936         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5937         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5938         `wl-message-buffer-prefetch-threshold'.
5939         * wl-summary.el (wl-summary-redisplay-internal): Remove
5940         the check of `wl-message-buffer-prefetch-depth'.
5941
5942 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5943
5944         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5945         size of article.
5946         (wl-message-buffer-prefetch-subr): Remove size check.
5947
5948 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5949
5950         * wl-vars.el (wl-plugged): Make customizable.
5951
5952 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5953
5954         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5955         (wl-message-buffer-prefetch-set-timer): New function.
5956         (wl-message-buffer-prefetch-get-next): New function.
5957         (wl-message-buffer-prefetch): New function.
5958         (wl-message-buffer-prefetch-next): Rewrite.
5959         (wl-message-buffer-prefetch-subr): Rewrite.
5960         * wl-vars.el (wl-auto-prefetch-first): New variable.
5961         * wl-summary.el (wl-summary-goto-folder-subr): Call
5962         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5963
5964 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5965
5966         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5967         `wl-summary-unread-message-hook'.
5968
5969 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5970
5971         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5972         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5973         if range is `cache-status'.
5974
5975 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5976
5977         * wl-message.el (wl-message-buffer-prefetch-subr):
5978         Improve debug message.
5979
5980 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5981
5982         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5983         `wl-mail-send-pre-hook'.
5984         (wl-draft-send-mail-with-qmail): Ditto.
5985         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5986
5987 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5988
5989         * wl-message.el (wl-message-buffer-prefetch-subr):
5990         Fix for cancel-function-timers bug.
5991         (wl-message-buffer-prefetch-debug): Default value is t.
5992
5993 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5994
5995         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5996         (wl-message-buffer-prefetch-subr): Rewrite.
5997         Rename from `wl-message-buffer-prefetch'.
5998
5999 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6002         (wl-default-draft-cite-decorate-author): Ditto.
6003
6004         * wl-draft.el (wl-draft-cite-function): Removed.
6005         (wl-default-draft-cite-decorate-author): Ditto.
6006
6007 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6008
6009         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6010         (wl-default-draft-cite): Do not arrange author name if the value of
6011         `wl-default-draft-cite-decorate-author' is nil.
6012
6013 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6016
6017         * wl-folder.el (wl-folder-check-one-entity): Don't care
6018         `elmo-folder-use-flag-p'.
6019
6020 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6021
6022         * wl-folder (wl-folder-check-one-entity): Fix
6023         problem if unread is nil.
6024
6025 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl-address.el (wl-address-make-completion-list): Check whether
6028         the address is a group list.
6029         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6030
6031 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6032
6033         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6034         The number of the messages of new and unread does not count
6035         correctly.
6036
6037         * wl-summary.el (wl-summary-count-unread): Changed to return
6038         `(new . unread)' instead of total.
6039         (wl-summary-sync-update): Follow the change above.
6040
6041         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6042
6043 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6044
6045         * wl-address.el (wl-address-make-completion-list): Do not enclose
6046         address by " <" and ">" if associated realname is "".
6047         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6048         This is against the promblem with group list in .addresses pointed
6049         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6050
6051 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6054         message is a format control string.
6055         * wl-expire.el (wl-expire-append-log): Ditto.
6056         * wl-mime.el (wl-summary-burst-subr): Ditto.
6057         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6058         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6059
6060 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6061
6062         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6063         wl.el (wl-check-variables): Rename from `wl-check-type'.
6064         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6065         (wl-check-variables-2): New function.
6066         (wl): Call `wl-check-variables-2'.
6067
6068 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6069
6070         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6071         after renaming folder in access group.
6072
6073 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6074
6075         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6076         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6077         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6078         (wl-message-buffer-prefetch): Rewrite.
6079         (wl-message-buffer-prefetch-idle-time): Removed.
6080         * wl-summary.el (wl-summary-redisplay-internal):
6081         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6082         Error check for `wl-message-buffer-prefetch-depht'.
6083
6084 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6085
6086         * Version number is increased to 2.9.5.
6087         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6088
6089 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6090
6091         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6092         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6093         Based on the patch written by
6094         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6095
6096 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6097
6098         * wl-draft.el (wl-draft-raw-send): Fix for
6099         `wl-news-send-pre-hook'
6100
6101 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6102
6103         * wl-utils.el (wl-message-id-function): New variable.
6104         * wl-draft.el (wl-draft-insert-required-fields):
6105         Use `wl-message-id-function'.
6106
6107 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6108
6109         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6110         * wl-utils.el (wl-draft-make-message-id-string):
6111         Use `wl-from' for domain part of Message-ID
6112         if `wl-message-id-use-wl-from' if non-nil.
6113         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6114
6115 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6116
6117         * wl.el (wl): Call `wl-check-type'
6118         Do not 'condition-case'.
6119
6120 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * wl.el (wl-check-type): New function.
6123         (wl-check-type-variables): New variable.
6124
6125 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6126
6127         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6128
6129 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6130
6131         * wl-draft.el (wl-smtp-password-key): New function.
6132         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6133         (wl-draft-send-mail-with-smtp): Ditto.
6134         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6135
6136 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6137
6138         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6139         * wl-utils.el (wl-unique-id-suffix): Remove.
6140
6141 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6142
6143         * Version number is increased to 2.9.4.
6144
6145 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6146
6147         * wl-utils.el (wl-unique-id-suffix): New variable.
6148         (wl-unique-id): Use `wl-unique-id-suffix'
6149
6150 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6151
6152         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6153         instead of `elmo-msgdb-search'.
6154
6155         * Version number is increased to 2.9.3.
6156
6157 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6158
6159         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6160
6161 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6162
6163         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6164         (wl-draft-dispatch-message): Changed for send-later.
6165         (wl-draft-queue-flush): Ditto.
6166         (wl-draft): Clear `wl-sent-message-queued'.
6167         (wl-draft-reedit): Ditto.
6168         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6169         * wl-vars.el (wl-draft-force-queuing): New variable.
6170         (wl-draft-force-queuing-mail): New variable.
6171         (wl-draft-force-queuing-news): New variable.
6172
6173 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6176         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6177
6178 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6179
6180         * Version number is increased to 2.9.2.
6181
6182 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * wl-draft.el (wl-draft-elide-region): New user command.
6185         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6186
6187         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6188         command `wl-draft-elide-region'.
6189         * wl-mule.el: Ditto.
6190         * wl-xmas.el: Ditto.
6191
6192 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6193
6194         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6195         (wl-biff-check-folder-async): Removed needless let.
6196
6197 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6200         wl-folder-get-elmo-folder.
6201         (wl-biff-check-folder): Set `biff' argument of
6202         `wl-folder-check-one-entity'.
6203         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6204
6205         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6206         (wl-folder-check-one-entity): Added `biff' argument;
6207         Setup `biff' slot of folder.
6208
6209         * Version number is increased to 2.9.1.
6210
6211 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6214         comment out and fixed.
6215         (wl-fldmgr-add-completion-subr): Ditto.
6216
6217         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6218         and msgdb.
6219
6220         * wl.el (wl-toggle-plugged): Save summary view.
6221
6222 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6225
6226 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6227
6228         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6229
6230 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6231
6232         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6233         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6234         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6235
6236         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6237         if it was failed.
6238         (wl-demo): Disable undo in the demo buffer.
6239
6240 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl-version.el (wl-version): Changed codename.
6243
6244         * Version number is increased to 2.9.0.
6245
6246 2001-12-14  Takuo KITAME <kitame@northeye.org>
6247
6248         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6249         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6250         (wl-folder-mark-as-read-all-current-entity): Ditto.
6251
6252 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-vars.el (wl-from-width): Define as obsolete variable.
6255         (wl-subject-length-limit): Ditto.
6256
6257         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6258
6259         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6260         wl-summary-save-view.
6261
6262         * wl.el (wl-save-status): Ditto.
6263         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6264
6265         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6266         (wl-summary-exit): Follow the change above.
6267         (wl-summary-goto-folder-subr): Ditto.
6268
6269         * wl-folder.el (wl-folder-create-subr): Don't use
6270         `elmo-folder-creatable-p'.
6271
6272 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6275
6276 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6279         rather than bitmap on Emacs 21.
6280         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6281         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6282         for xbm if the new redisplay engine is not available.
6283
6284 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl-folder.el (wl-folder-init-hook): New hook.
6287         (wl-folder-init): Run `wl-folder-init-hook'.
6288
6289 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6292
6293 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6294
6295         * wl-acap.el (wl-acap-cache-filename): New variable.
6296         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6297         (wl-acap-init): Use cache if no ACAP server found.
6298
6299 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6300
6301         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6302         `wl-acap-original-msgdb-dir'.
6303
6304         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6305         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6306
6307         * wl-mime.el (wl-mime-save-directory): Renamed from
6308         `wl-mime-save-dir'.
6309
6310 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6313
6314         * wl-demo.el: Require `path-util'.
6315         (wl-demo-bitmap-mule-available-p): New internal variable.
6316         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6317         `module-installed-p' instead.
6318         (wl-demo-insert-image): Use *.img file for a bitmap image.
6319         (wl-demo): Don't call the ascii demo recursively.
6320
6321 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6322
6323         * Version number is increased to 2.7.7.
6324
6325 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl.el (wl-exit): Eliminated byte-compile warning.
6328
6329 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6330
6331         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6332         obsolete variable using `elmo-define-obsolete-variable'.
6333         (wl-fetch-confirm-threshold): Ditto.
6334         (wl-cache-prefetch-folder-type-list): Ditto.
6335         (wl-cache-prefetch-folder-list): Ditto.
6336
6337 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6340         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6341         (wl-demo-insert-image): New function.
6342         (wl-demo-insert-text): New function.
6343         (wl-demo-image-type-alist): Redefine as a function.
6344         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6345         (wl-demo-with-temp-file-buffer): Removed.
6346         (wl-logo-xpm): Removed.
6347         (wl-logo-xbm): Removed.
6348         (wl-logo-bitmap): Removed.
6349
6350 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6351
6352         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6353         (wl-expire-localdir-get-folder-function): New user option.
6354         (wl-expire-localdir-get-folder): New function.
6355         (wl-expire-localdir-date): Ditto.
6356
6357 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6358
6359         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6360         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6361         Fixed unread number mismatch when all-unread < unread.
6362
6363 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6366         (wl-fetch-confirm-threshold): Ditto.
6367
6368         * wl-summary.el (wl-summary-confirm-appends): Removed.
6369         (wl-summary-sync-update): Don't refer
6370         `wl-summary-update-confirm-threshold' (It is now abolished).
6371
6372         * wl-message.el (wl-message-display-internal): Don't refer
6373         `wl-fetch-confirm-threshold' (It is now abolished).
6374
6375 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6378
6379 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6380
6381         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6382         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6383         Change default value to nil.
6384         (wl-summary-indent-length-limit): The value can be nil, nil means
6385         unlimited.
6386
6387         * wl-summary.el: Don't set limit for indent length if the value of
6388         wl-summary-indent-length-limit is nil.
6389         If the value of wl-summary-width is nil, it means only that the width
6390         of summary is unlimited (nil doesn't mean that the indent length is
6391         unlimited).
6392
6393         * wl-thread.el: Ditto.
6394
6395 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6396
6397         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6398         be nil, nil means never confirm.
6399         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6400
6401 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6402
6403         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6404         means unlimited).
6405
6406 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6409         Use `with-temp-buffer'.
6410
6411 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6414         with new backquote style).
6415         (wl-folder-get-entity-from-buffer): Ditto.
6416
6417 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6418
6419         * wl-version.el (nemacs-version): Eliminated.
6420         (wl-extended-emacs-version2): Ignore nemacs.
6421         (wl-extended-emacs-version3): Ditto.
6422
6423 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6424
6425         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6426         (wl-draft-add-in-reply-to): New variable.
6427         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6428         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6429         (wl-draft-yank-from-mail-reply-buffer): Use
6430         `wl-draft-add-in-reply-to'.
6431         (wl-draft-insert-current-message): Ditto.
6432
6433 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6434
6435         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6436         typo (kill->hide).
6437         (wl-message-buffer-prefetch-folder-type-list): Added elements
6438         `mark' and `cache' instead of `internal'.
6439
6440 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6443         resume msgdb directory.
6444
6445 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl.el (wl-exit): Call `wl-acap-exit'.
6448
6449         * wl-summary.el (wl-summary-message-string): New function.
6450         (wl-summary-reedit): Use it.
6451         (wl-summary-resend-bounced-mail): Remove needless let.
6452         (wl-summary-supersedes-message): Ditto.
6453         (wl-summary-save): Ditto.
6454
6455         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6456         (wl-acap-init): Set it.
6457         (wl-acap-exit): New function.
6458
6459 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6460
6461         * wl.el (wl-init): Revert (require 'mime-setup). move from
6462         toplevel.
6463
6464 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6465
6466         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6467         local variables.  Add error when guess function return invalid
6468         value.
6469
6470 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6471
6472         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6473         Change local variable name.
6474         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6475         (wl-folder-get-newsgroups): Return nil when non-news folder.
6476         * wl-summary.el (wl-summary-write-current-folder): State through
6477         when guess-list return nil.
6478         (wl-summary-write-current-folder-functions): Fixed docstring.
6479
6480         * wl.el (wl-exit): Changed confirm message.
6481
6482         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6483         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6484
6485         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6486
6487 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6488
6489         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6490         user option (Renamed from wl-cache-prefetch-folder-type-list).
6491         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6492         from wl-cache-prefetch-folder-list).
6493
6494         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6495         Move to wl-vars.el.
6496         (wl-message-buffer-prefetch-p): Changed to enable
6497         `wl-message-buffer-prefetch-folder-list'.
6498
6499         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6500         `ignore-cache'.
6501
6502 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6503
6504         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6505         `part-top' and `part-bottom'.
6506         (wl-draft-config-sub-part-top): New function.
6507         (wl-draft-config-sub-part-bottom): New function.
6508
6509 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6510
6511         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6512
6513 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6516
6517 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6518
6519         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6520
6521         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6522         (wl-summary-write-current-folder): Ditto.
6523
6524 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6525
6526         * wl-folder.el (wl-folder-get-newsgroups): Use
6527         `elmo-folder-newsgroups'.
6528
6529 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6532         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6533         `wl-draft-config-sub-header-bottom'.
6534
6535 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6536
6537         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6538         localnews folder.
6539
6540 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6541
6542         * wl-summary.el (wl-summary-mode): Undo last change.
6543
6544         * wl-folder.el (wl-folder-mode): Ditto.
6545
6546 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6547
6548         * wl-summary.el (wl-summary-mode): Locally set
6549         truncate-partial-window-width to nil.
6550         (for XEmacs)
6551
6552         * wl-folder.el (wl-folder-mode): Ditto.
6553
6554 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6555
6556         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6557
6558 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6561         number.
6562
6563         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6564
6565         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6566
6567         * Version number is increased to 2.7.6.
6568
6569 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6572
6573 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-summary.el (wl-summary-sync-update): Enclose network
6576         related portion with `unwind-protect'.
6577
6578 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6579
6580         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6581
6582 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6585         element.
6586         * wl-vars.el (wl-message-body-button-alist): Ditto.
6587
6588         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6589         max match length.
6590         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6591
6592         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6593         for the max match length;
6594         Use 4th element value for the button string regexp group.
6595
6596         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6597         candidate exists, prompt to select.
6598
6599 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6600
6601         * wl-summary.el (wl-summary-jump-to-msg): Search before
6602         calibration point by `beginning-of-line'.
6603
6604 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6605
6606         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6607         for access group.
6608
6609 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6610
6611         * wl-message.el (wl-message-display-internal): Bind
6612         `default-mime-charset'.
6613
6614         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6615
6616         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6617
6618         * Version number is increased to 2.7.5.
6619
6620 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6621
6622         * wl-expire.el (wl-summary-archive): Fixed;
6623         Use `elmo-folder-name-internal'.
6624
6625 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6626
6627         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6628         from `elmo-folder-move-messages' caller.
6629         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6630
6631         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6632         related portions are changed).
6633
6634 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6635
6636         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6637         counter.
6638
6639 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6640
6641         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6642         buffer local and set it to nil.
6643
6644         * wl-message.el (wl-message-redisplay): Ditto.
6645
6646 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6647
6648         * wl-summary.el (wl-summary-mark-as-important): If message is
6649         already cached, set messag as read, otherwise encache and mark as read.
6650
6651 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6652
6653         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6654         point-min.
6655
6656 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6659         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6660         a keymap.
6661
6662 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6663
6664         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6665         parent.
6666
6667         * wl-mule.el (wl-message-define-keymap): Ditto.
6668
6669         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6670
6671         * wl-xmas.el (wl-message-display-internal-hook): Define.
6672         (wl-xmas-setup-message-toolbar): Define as function.
6673         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6674         (wl-message-overload-functions): Abolished.
6675         (wl-message-define-keymap): New function.
6676
6677         * wl-vars.el (wl-message-display-internal-hook): New variable.
6678         (wl-message-header-button-alist): New variable (Renamed from
6679         wl-highlight-message-header-button-alist).
6680         (wl-message-body-button-alist): Ditto.
6681
6682         * wl-mule.el (wl-message-define-keymap): New function.
6683         (wl-message-overload-functions): Abolished.
6684
6685         * wl-message.el (wl-message-add-buttons-to-body): New function.
6686         (wl-message-redisplay): Don't call wl-message-overload-functions;
6687         Call wl-message-add-buttons-to-header and
6688         wl-message-add-buttons-to-body.
6689         (wl-message-display-internal): Set keymap argument for
6690         elmo-mime-display-as-is, elmo-mime-message-display;
6691         Run wl-message-display-internal-hook.
6692         (wl-message-refer-article-or-url): Abolished.
6693
6694         * wl-highlight.el (wl-highlight-headers): Don't call
6695         wl-highlight-message-add-buttons-to-header.
6696         (wl-highlight-message-add-buttons-to-header): Abolished.
6697
6698
6699         * wl-e21.el (wl-message-display-internal-hook): Define.
6700         (wl-e21-setup-toolbar): Deleted duplicated binding.
6701         (wl-e21-setup-message-toolbar): Define as function.
6702         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6703         (wl-message-define-keymap): New function.
6704         (wl-message-overload-functions): Abolished.
6705
6706 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6707
6708         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6709         and elmo-folder-close.
6710
6711         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6712
6713 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6714
6715         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6716         boolean value.
6717         * wl-draft.el (wl-draft-do-fcc): Ditto.
6718
6719 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6720
6721         * wl-vars.el (wl-fcc-force-as-read): New variable.
6722         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6723         mark copied message as read.
6724
6725 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6728
6729 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6730
6731         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6732         `wl-summary-target-above' instead of obsolete variable
6733         `wl-summary-temp-above'.
6734
6735         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6736         instead of `make-obsolete-variable'.
6737         * wl-refile.el (toplevel): Ditto.
6738
6739 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6742         with third argument t.
6743         (wl-draft): Set first argument for wl-plugged-init as t.
6744
6745         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6746         definition.
6747
6748 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6749
6750         * wl-vars.el: Tabify.
6751         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6752
6753         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6754         message.
6755
6756 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6757
6758         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6759         and set default to beep.
6760
6761 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6762
6763         * wl-vars.el (wl-draft-truncate-lines): New variable.
6764
6765         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6766         instead of wl-message-truncate-lines for truncate-lines.
6767
6768 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6769
6770         * wl-message.el (wl-message-display-internal): Call
6771         `wl-highlight-message' after `elmo-mime-display-as-is'.
6772
6773         * wl-mime.el (wl-mime-display-text/plain): New function.
6774         (wl-mime-display-header): Ditto.
6775         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6776         body-presentation-method for text/plain;
6777         Register `wl-mime-display-header' as a header-presentation-method;
6778         Don't set up `elmo-message-text-content-inserted-hook' and
6779         `elmo-message-header-inserted-hook'.
6780
6781         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6782         variable.
6783         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6784         as t if flag is 'all-header;
6785         Don't bind `elmo-message-ignored-field-list',
6786         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6787
6788 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6791         for xemacs with non-mule environment.
6792
6793 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6794
6795         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6796         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6797         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6798
6799 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6800
6801         * wl-vars.el (wl-interactive-send): Set default value as t.
6802
6803 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6804
6805         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6806         (wl-addrmgr-method-list): Abolished.
6807         (wl-addrmgr-change-method): Follow above change.
6808
6809         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6810
6811 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6812
6813         * wl-vars.el (wl-message-truncate-lines): Change default value
6814         to default-truncate-lines.
6815
6816         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6817
6818 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6819
6820         * wl-vars.el (wl-message-truncate-lines): New variable.
6821
6822         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6823         wl-message-truncate-lines.
6824
6825 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6826
6827         * wl-acap.el (wl-acap-init): Remove period from error message.
6828         (wl-acap-find-acap-service): Remove period from message.
6829
6830 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl.el (wl-check-environment): Undo last change.
6833
6834         * wl-vars.el (wl-from): Changed default value.
6835
6836         * wl-util.el (toplevel): Don't require tm-edit.
6837
6838         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6839         `wl-folder-init';
6840         Don't set mark on mail body.
6841         (wl-draft-reedit): Ditto.
6842
6843         * wl-address.el (wl-address-quote-specials): Define as an alias for
6844         elmo-address-quote-specials.
6845
6846 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6849
6850         * wl-vars.el (wl-from): Set default value as nil.
6851         (wl-organization): Set default value as ORGANIZATION environment
6852         variable.
6853
6854         * wl-draft.el (wl-smtp-extension-bind): Check value of
6855         wl-smtp-connection-type.
6856
6857         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6858         error.
6859
6860 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6861
6862         * Version number is increased to 2.7.4.
6863
6864         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6865         arguments from `wl-highlight-x-face-function' caller.
6866         Use x-face-1.3.6.12 or later.
6867
6868 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6869
6870         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6871
6872 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6873
6874         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6875         (wl-fcc): Fix to accept function.
6876         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6877
6878 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6879
6880         * wl-acap.el (toplevel): Added `product-provide' declare.
6881         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6882
6883 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl.el (wl): Changed order of calling `elmo-init'
6886         and `elmo-folder-init'.
6887
6888 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6889
6890         * wl-mime.el (wl-summary-burst): Extract message when content-type
6891         of root entity is not only `multipart' but also `message/rfc822'.
6892         (wl-summary-burst-subr): Ditto.
6893
6894 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * wl-vars.el (toplevel): Require 'custom.
6897         (wl-trash-folder): Added to `wl-setting' group.
6898
6899         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6900         exists.
6901         (wl-addrmgr-draw): Insert empty line when no entry exists.
6902
6903         * wl-mule.el (wl-message-wheel-up): Fixed.
6904         (wl-message-wheel-down): Ditto.
6905
6906 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6907
6908         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6909         config is an anonymous lambda expression.
6910
6911 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6914         when Mule 2 is running.
6915
6916 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6917
6918         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6919
6920 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6923         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6924
6925         * wl-address.el (wl-address-specials-regexp): Eliminated.
6926         (wl-address-quote-specials): Rewrite.
6927
6928 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6931         shy-groups for regexp.
6932
6933         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6934         character classes and Perl style shy-groups for regexp.
6935         (wl-highlight-plugged-current-line): Use Posix style character
6936         classes for regexp.
6937         (wl-e21-highlight-folder-by-numbers): Ditto.
6938         (wl-e21-display-image-p): Use `display-images-p' instead of
6939         `display-graphic-p'.
6940         (display-images-p): Make an alias to `display-graphic-p' if it is
6941         not available.  It is for Emacs version prior to 21.0.105.
6942
6943         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6944         `display-graphic-p'.
6945         (wl-demo-image-type-alist): Ditto.
6946         (display-images-p): Make an alias to `display-graphic-p' if it is
6947         not available.  It is for Emacs version prior to 21.0.105.
6948
6949 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6952         support.
6953         (wl-generate-user-agent-string): Ditto.
6954
6955         * wl-version.el (wl-version): Update docsting.
6956         (wl-version-status): Ditto.
6957
6958 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6959
6960         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6961         21.0.105.  For Emacs 21.0.104 or earlier.
6962
6963 2001-09-03  Takuo KITAME <kitame@northeye.org>
6964
6965         * wl-e21.el (wl-plugged-init-icons): Use
6966         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6967         (wl-biff-init-icons): Ditto.
6968
6969 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-highlight.el (wl-highlight-summary-current-line):
6972         Fixed highlighting refile/copy destination.
6973
6974         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6975         (wl-acap-store): Encode string by wl-acap-coding-system.
6976
6977 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl-acap.el (toplevel): Check and require 'un-define before
6980         'xemacs-ucs;
6981          Added checking for UTF-2000.
6982
6983 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6984
6985         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6986         Don't enclose with `eval-and-compile'.
6987
6988         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6989         wl-init is non-nil.
6990
6991         * wl-draft.el (wl-draft): Ditto.
6992
6993         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6994
6995         * wl-acap.el (toplevel): Require 'wl.
6996         (wl-acap-store): Call `elmo-init'.
6997
6998         * wl.el (wl): Changed position of `wl-check-environment'.
6999         (toplevel): Added autoload setting for wl-acap.
7000
7001         * wl-vars.el (wl-setting): New custom group.
7002         (wl-from): Added wl-setting group.
7003         (wl-user-mail-address-list): Ditto.
7004         (wl-organization): Ditto.
7005         (wl-subscribed-mailing-list): Ditto.
7006         (wl-envelope-from): Ditto.
7007         (wl-smtp-posting-user): Ditto.
7008         (wl-smtp-posting-server): Ditto.
7009         (wl-smtp-posting-port): Ditto.
7010         (wl-smtp-authenticate-type): Ditto.
7011         (wl-pop-before-smtp-user): Ditto.
7012         (wl-pop-before-smtp-server): Ditto.
7013         (wl-pop-before-smtp-port): Ditto.
7014         (wl-pop-before-smtp-authenticate-type): Ditto.
7015         (wl-nntp-posting-server): Ditto.
7016         (wl-nntp-posting-user): Ditto.
7017         (wl-nntp-posting-port): Ditto.
7018         (wl-fetch-confirm-threshold): Ditto.
7019         (wl-prefetch-threshold): Ditto.
7020         (wl-thread-insert-opened): Ditto.
7021         (wl-ldap-server): Ditto.
7022         (wl-ldap-port): Ditto.
7023         (wl-ldap-base): Ditto.
7024         (wl-ldap-objectclass): Ditto.
7025         (wl-use-ldap): Ditto.
7026         (wl-draft-config-alist): Ditto.
7027         (wl-draft-config-matchone): Ditto.
7028         (wl-template-alist): Ditto.
7029         (wl-message-sort-field-list): Ditto.
7030         (wl-message-ignored-field-list): Ditto.
7031         (wl-message-visible-field-list): Ditto.
7032         (wl-interactive-send): Ditto.
7033         (wl-summary-move-order): Ditto.
7034         (wl-auto-select-first): Ditto.
7035         (wl-auto-select-next): Ditto.
7036         (wl-interactive-save-folders): Ditto.
7037
7038         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7039         Initialization codes are moved from wl-local-folder-init.
7040         (wl-local-folder-init): Follow the change above.
7041         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7042
7043         * wl-acap.el: New file.
7044
7045         * Version number is increased to 2.7.3.
7046
7047 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7048
7049         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7050
7051 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7052
7053         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7054         (wl-addrmgr-address-entry-list): Ditto.
7055
7056 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-e21.el (wl-draft-mode-map): Removed binding for
7059         `wl-draft-insert-x-face-field'.
7060
7061         * wl-mule.el (wl-draft-mode-map): Ditto.
7062
7063         * wl-xmas.el (wl-draft-mode-map): Ditto.
7064
7065         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7066         (wl-cs-autoconv): Ditto.
7067         (wl-cs-local): Ditto.
7068         (wl-use-scoring): Ditto.
7069         (wl-mime-charset): Ditto.
7070         (wl-folder-check-async): Ditto.
7071
7072         * wl.el (toplevel): Ignore nemacs and tm.
7073         (wl-exit): Ditto.
7074
7075         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7076         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7077         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7078         instead of wl-address-petname-add-or-change.
7079         (wl-summary-edit-addresses-subr): Use wl-address-delete
7080         instead of wl-address-petname-delete.
7081
7082         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7083
7084         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7085         if error occured.
7086
7087         * wl-message.el (require): Remove tm support.
7088
7089         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7090
7091         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7092         (wl-folder-jump-to-current-entity): Ditto.
7093         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7094
7095         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7096         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7097         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7098
7099         * wl-mule.el (wl-draft-key-setup): Ditto.
7100
7101         * wl-xmas.el (wl-draft-key-setup): Ditto.
7102
7103         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7104         (wl-draft-std11-parse-addresses): New function.
7105         (wl-draft-parse-mailbox-list): Use it.
7106         (wl-draft): Ignore nemacs.
7107         (wl-draft-reedit): Ditto.
7108
7109         * wl-addrmgr.el: New file.
7110         (Original is wl-rcpt.el written by
7111         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7112         Thanks Kitamoto-san.)
7113
7114         * wl-address.el (wl-address-make-address-list): Modified parsing
7115         process.
7116         (wl-address-delete): Renamed from `wl-address-petname-delete';
7117         Modify wl-address-list too.
7118         (wl-address-add-or-change): Renamed from
7119         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7120
7121 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7122
7123         * wl-highlight.el (wl-highlight-summary-current-line):
7124           Work with transient-mark-mode
7125
7126 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * Version number is increased to 2.7.2.
7129
7130         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7131         instead of elmo-dop-queue-method.
7132
7133 2001-08-06  SAITO Atsunori <sai@yedo.com>
7134
7135         * wl-vars.el (wl-ldap-objectclass): New user option.
7136
7137         * wl-address.el (wl-ldap-make-filter): Use it.
7138
7139 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7140
7141         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7142
7143 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-folder.el (wl-folder): redisplay after folder insertion.
7146
7147         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7148
7149         * wl-summary.el (wl-summary-sync-update):
7150         Change status mark only when new-msgdb exists.
7151         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7152
7153 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-summary.el (wl-summary-open-folder): New function.
7156         (wl-summary-goto-folder-subr): Use it.
7157         (wl-summary-mark-as-important): Fix;
7158         Encache only when no cache exists.
7159
7160 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7163         Use with-current-buffer.
7164
7165 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7166
7167         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7168         before call `get-buffer'. Fixed parenthesis.
7169         (wl-score-get-header-entry): Clear message and help window when
7170         keyboard quit.
7171         (wl-score-edit-insert-header): Ditto.
7172
7173 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7176         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7177         (wl-default-draft-cite): Fix.
7178
7179         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7180         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7181
7182 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-message.el (wl-message-prev-page): Do same bahavior
7185         as summary when it is called in the message buffer.
7186         (wl-message-next-page): Ditto.
7187
7188 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * wl-summary.el (wl-summary-forward): Use cache if it is not
7191         section cache.
7192
7193 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7196         Removed redundant require of elmo-vars.
7197         (wl-biff-state-indicator-on): Changed default value for
7198         xemacs with non-mule environment.
7199
7200         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7201         wl-message-buffer is nil;
7202         Hide progress bar after moving messages.
7203
7204 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7207         message at cursor point is deleted.
7208
7209 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-vars.el: Changed file coding system to euc-japan.
7212         Added -*-coding:-*- magic to the first line.
7213
7214         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7215         Search parent from the first message.
7216
7217         * Version number is increased to 2.7.1.
7218
7219 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7220
7221         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7222
7223 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7224
7225         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7226         refile/delete execution.
7227
7228         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7229         Fixed docstring.
7230
7231 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7232
7233         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7234         do update process;
7235         Don't update marks when update process is interrupted.
7236
7237 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7238
7239         * wl-summary.el (wl-summary-reply): Fixed problem when
7240         wl-draft-use-frame is non-nil.
7241         (wl-summary-forward): Ditto.
7242
7243         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7244         as nil.
7245         (wl-folder-mark-as-read-all-entity): Ditto.
7246         (wl-folder-prefetch-entity): Ditto.
7247
7248         * wl.el (wl): Check environment before wl-init.
7249
7250         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7251         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7252         instead of wl-summary-collect-unread.
7253         (wl-summary-reply): Split message window.
7254
7255 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7258         only if current language environment is japanese,
7259
7260         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7261         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7262         (wl-folder-goto-folder-subr): Ditto.
7263
7264         * wl-draft.el (wl-draft-dispatch-message): Call
7265         `elmo-file-cache-get-path'.
7266
7267 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-summary.el (wl-summary-cursor-move): If return value of
7270         wl-summary-next-message is not number, don't jump.
7271
7272 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7273
7274         * wl-summary.el (wl-summary-buffer-next-message-function): New
7275         variable.
7276         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7277         if it is bound.
7278
7279         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7280         string.
7281
7282         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7283         (wl-plugged-drawing): Ditto.
7284
7285 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7286
7287         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7288         process.
7289         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7290         with unwind-protect.
7291
7292         * wl.el (wl-init): Require mime-setup.
7293         (wl-check-environment): Don't require mime-setup.
7294
7295         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7296         instead of elmo-folder-type.
7297
7298         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7299         value as nil.
7300
7301 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7302
7303         * Version number is increased to 2.7.0.
7304
7305         * wl-version.el (wl-version): Changed codename.
7306
7307         * wl-summary.el (wl-summary-delete-cache): Fixed.
7308
7309         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7310         Workaround for net folders.
7311         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7312
7313         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7314         value to nil (According to the patch from
7315         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7316
7317         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7318         of elmo-folder-close.
7319
7320 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7321
7322         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7323         for postfix.
7324
7325 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-summary.el (wl-summary-resend-message): Fixed.
7328
7329         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7330         Call wl-draft with `from' argument if its address is included in
7331         `wl-user-mail-address-list'.
7332         (wl-draft): Added `from' argument.
7333
7334         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7335         non-nil.
7336         (wl): Don't show demo if wl-demo is nil.
7337
7338         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7339         wl-summary-use-frame.
7340
7341         * wl-vars.el (wl-summary-use-frame): New user option.
7342         (wl-folder-use-frame): Changed docstring.
7343
7344         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7345         non-nil.
7346         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7347         wl-summary-use-frame.
7348
7349         * wl-vars.el (wl-folder-use-frame): New user option.
7350
7351         * wl-summary.el (wl-summary-exit): Back to folder frame if
7352         wl-folder-use-frame is non-nil.
7353         (wl-summary-redisplay-internal): Ignore cache if current folder
7354         is draft folder,
7355         (wl-summary-redisplay-no-mime): Ditto.
7356         (wl-summary-redisplay-all-header): Ditto.
7357
7358         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7359         if wl-folder-use-frame is non-nil.
7360
7361 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7362
7363         * wl-summary.el (wl-summary-sync-update): Bind
7364         elmo-folder-update-threshold.
7365         (wl-summary-mark-as-important): Enclosed server mark processing
7366         with `save-match-data'.
7367
7368         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7369         only when it is already defined.
7370
7371 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7372
7373         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7374         name of folder exclude localdir is wrong.
7375         * wl-folder.el (wl-folder-sync-entity):
7376         Set `wl-summary-always-sticky-folder-list' as nil.
7377         (wl-folder-mark-as-read-all-entity): Ditto.
7378         (wl-folder-prefetch-entity): Ditto.
7379
7380 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7381
7382         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7383         instead of `wl-summary-write-current-newsgroup'.
7384
7385 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7386
7387         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7388         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7389         non-nil and selected message is important, do not display.
7390
7391 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7392
7393         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7394
7395 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7396
7397         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7398
7399         * wl-summary.el (wl-summary-mark-as-important): Set message number
7400         using wl-summary-message-number.
7401
7402 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7403
7404         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7405         destination folder is 'null.
7406
7407 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7408
7409         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7410         New function.
7411         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7412         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7413         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7414
7415 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * wl-mime.el (wl-mime-setup): Added setting for
7418         `mime-setup-signature-key-alist' to avoid overriding key bind for
7419         `wl-draft-send'.
7420
7421         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7422         for `wl-draft-send'.
7423         * wl-mule.el (wl-draft-overload-functions): Ditto.
7424         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7425         * wl-draft.el (wl-draft-send): Ditto.
7426
7427         * wl-message.el (wl-message-display-internal):
7428         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7429         (Patch is provided by <kita@coe.nttdata.co.jp>).
7430
7431 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7432
7433         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7434
7435 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7436
7437         * wl.el (wl): Fix for wl-demo.
7438
7439 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7440
7441         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7442
7443 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7444
7445         * wl-folder.el (wl-folder-prefetch-entity): Use
7446         `wl-folder-get-elmo-folder'.
7447         (wl-folder-count-incorporates): Do not use
7448         `wl-folder-get-elmo-folder'.
7449
7450 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7451
7452         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7453         instead of `elmo-folder-get-type'.
7454
7455 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7456
7457         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7458         position on Subject: field.
7459         (Advised by Mito <mit@nines.nec.co.jp>)
7460
7461 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7462
7463         * wl-folder.el (wl-folder-prefetch-entity): Use
7464         `wl-folder-get-elmo-folder'.
7465
7466 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7467
7468         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7469
7470         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7471         `process-duplicates' slot.
7472
7473         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7474         if detection failed.
7475
7476 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7477
7478         * wl-version.el (wl-version-status): Set to "alpha".
7479
7480 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7483         Check wl-message-buffer lives before set-buffer.
7484
7485 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7486
7487         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7488         called in folder mode.
7489         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7490         * wl-summary.el (wl-summary-exit-pre-hook): Run
7491         `wl-summary-exit-pre-hook' before exit summary mode.
7492
7493 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7494
7495         * wl-version.el (wl-version-status): New variable.
7496         (wl-version-status-alist): Removed.
7497         (wl-version-status): Rule included.
7498
7499 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7502         @sponichi.
7503
7504         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7505         when `mail-reply-buffer' is buffer-local variable.
7506         (Reported by <kita@coe.nttdata.co.jp>).
7507
7508 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7509
7510         * wl-vars.el (toplevel): Require 'elmo-util.
7511
7512 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7515         (All other related portions are changed)
7516
7517         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7518
7519         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7520
7521 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7522
7523         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7524
7525 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7528         Delete other windows to avoid an error.
7529         Use `point-marker' instead of `point' to remember the start point
7530         of body.
7531
7532         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7533
7534         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7535         number not to exceed all message number.
7536
7537 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7538
7539         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7540         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7541
7542 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-summary.el (wl-summary-sync-force-update): Added argument
7545         no-check.
7546         (wl-summary-sync-update): Ditto.
7547         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7548         with `no-check'.
7549
7550         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7551         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7552         already running.
7553
7554 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7555
7556         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7557         `dst-folder-arg'.
7558         (wl-expire-archive-number1): Diito.
7559         (wl-expire-archive-number2): Diito.
7560         (wl-expire-archive-Date): Diito.
7561         (wl-archive-number1): Diito.
7562         (wl-archive-number2): Diito.
7563         (wl-archive-date): Diito.
7564         (wl-archive-folder-p): New function.
7565         (wl-summary-expire): Support of expand folder name at
7566         wl-expire-alist.
7567         * wl-util.el (wl-expand-newtext): Renamed from
7568         `wl-refile-expand-newtext'.
7569
7570 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7571
7572         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7573         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7574         `(elmo-msgdb-get-overview msgdb)'.
7575         (wl-summary-prefetch): Bind match data before call
7576         `wl-summay-prefetch-msg'.
7577         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7578         'off if `wl-summary-buffer-disp-msg' is non-nil.
7579         Fixed problem that couldn't show only one new or unread message when
7580         enter folder.
7581         (wl-summary-reply): Don't call `split-window-vertically' and other
7582         window.
7583
7584 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7585
7586         * wl-expire.el (wl-expire-refile): Fixed.
7587
7588 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7591
7592         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7593         biff notification is removed.
7594
7595         * wl.el (wl): Changed position of `elmo-init'.
7596
7597         * wl-draft.el (wl-default-draft-cite): Use date field
7598         on the citation buffer.
7599
7600         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7601
7602         * wl-xmas.el (wl-folder-internal-icon-list): Added
7603         `wl-folder-shimbun-image'.
7604
7605         * wl-e21.el (wl-folder-internal-icon-list): Added
7606         `wl-folder-shimbun-image'.
7607
7608 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl.el (wl-init): Eliminated argument.
7611         (wl): Rewrite.
7612
7613         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7614         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7615         instead of `elmo-folder-msgdb-internal'.
7616         (wl-summary-sync-update): Ditto.
7617         (wl-summary-flush-pending-append-operations): Eliminated.
7618         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7619         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7620         `elmo-folder-open'.
7621
7622         * wl-mime.el (wl-summary-burst): Fixed.
7623
7624         * wl-folder.el (wl-folder-info-save): Check data type.
7625
7626         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7627         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7628         instead of `elmo-folder-msgdb-internal'.
7629         (wl-expire-hide): Ditto.
7630
7631
7632         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7633
7634 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7635
7636         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7637
7638 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7639
7640         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7641
7642 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7643
7644         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7645         Fixed `match-beginning' argument mismatch.
7646
7647 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7648
7649         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7650         the default value.
7651
7652 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7655         instead of `elmo-nntp-default-port'.
7656
7657         * wl-vars.el: Fixed some doc strings.
7658
7659 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * wl-summary.el (wl-summary-prefetch-msg): Use
7662         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7663
7664         * wl-vars.el: Define *-func as obsolete variable using
7665         `elmo-define-obsolete-variable'.
7666
7667         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7668         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7669         instead of `wl-message-buffer-prefetch-threshold'.
7670
7671         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7672
7673         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7674
7675         * wl-draft.el (wl-caesar-region-func): Ditto.
7676
7677         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7678         Keep unread status in elmo-folder-move-messages.
7679         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7680
7681 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7682
7683         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7684         `wl-summary-buffer-exit-func'
7685         (wl-summary-buffer-message-redisplay-function): Renamed from
7686         `wl-summary-buffer-message-redisplay-func'
7687         (wl-summary-buffer-next-folder-function): Renamed from
7688         `wl-summary-buffer-next-folder-func'.
7689         (wl-summary-buffer-prev-folder-function): Renamed from
7690         `wl-summary-buffer-prev-folder-func'.
7691         (wl-summary-get-petname-function): Renamed from
7692         `wl-summary-get-petname-func'.
7693
7694         * wl-score.el (wl-score-edit-exit-function): Renamed from
7695         `wl-score-edit-exit-func'.
7696
7697         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7698         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7699
7700         * wl-util.el (wl-load-profile-function): Renamed from
7701         `wl-load-profile-func'.
7702
7703         * wl-folder.el (wl-folder-completion-function): Renamed from
7704         `wl-folder-completion-func'.
7705         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7706
7707         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7708         `wl-expire-archive-get-folder-func'.
7709         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7710         (wl-draft-send-mail-function): Renamed from
7711         `wl-draft-send-mail-func'.
7712         (wl-draft-send-news-function): Renamed from
7713         `wl-draft-send-news-func'.
7714         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7715         (wl-generate-mailer-string-function): Renamed from
7716         `wl-generate-mailer-string-func'.
7717         (wl-highlight-signature-search-function): Renamed from
7718         `wl-highlight-signature-search-func'.
7719         (wl-highlight-x-face-function): Renamed from
7720         `wl-highlight-x-face-func'
7721         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7722         (wl-ps-print-buffer-function): Renamed from
7723         `wl-ps-print-buffer-func'
7724         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7725         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7726         (wl-summary-subject-filter-function): Renamed from
7727         `wl-summary-subject-filter-func'.
7728
7729         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7730         `wl-draft-queue-flush-send-func'
7731         (wl-draft-cite-function): Renamed from
7732         `wl-draft-cite-func'
7733
7734         * wl-address.el (wl-address-init-function): Renamed from
7735         `wl-address-init-func'.
7736
7737 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7738
7739         * wl-draft.el (wl-draft-queue-flush): Don't call
7740         `elmo-dop-unlock-message'.
7741         * wl-draft.el (wl-draft-queue-append): Don't call
7742         `elmo-dop-lock-message'.
7743
7744         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7745         (wl-summary-buffer-folder-name): Ditto.
7746         (wl-summary-message-regexp): Added '-' (all other related portions
7747         are changed).
7748         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7749         wl-summary-buffer-folder-name.
7750
7751 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7752
7753         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7754         the number of mails in the folder buffer is not updated by wl-biff.
7755
7756 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7757
7758         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7759         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7760
7761 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-summary.el (wl-summary-next-message):
7764         Return next message number when wl-summary-move-order is nil.
7765
7766 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7767
7768         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7769         `wl-summary-move-spec-alist'.
7770         (wl-summary-move-spec-unplugged-alist): New variable
7771         (Move spec for unplugged status).
7772         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7773         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7774
7775 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7776
7777         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7778         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7779
7780 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7781
7782         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7783         simple quotation to quote the anonymous function.
7784         * tm-wl.el (wl-draft-preview-message): Ditto.
7785
7786 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7787
7788         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7789         Eliminate redundant `save-excursion'.
7790         (wl-highlight-summary-current-line): Ditto.
7791
7792         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7793         accessing match data when `looking-at' failed.
7794
7795         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7796         `elmo-match-string' where users don't care about the speed.
7797         (wl-draft-save): Ditto.
7798
7799 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-util.el (wl-regexp-opt): New function.
7802
7803         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7804         number from `wl-summary-buffer-number-list'.
7805         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7806         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7807         (wl-summary-move-spec-alist): Changed default setting.
7808
7809 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7810
7811         * wl-vars.el (wl-biff-notify-hook): New hook.
7812         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7813         the arrival of new mail.
7814         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7815         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7816
7817 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7820
7821 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7824
7825         * Version number is increased to 2.5.8.
7826
7827         * wl-thread.el (toplevel): require 'cl.
7828         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7829         (wl-thread-make-number-list): New function.
7830         (wl-thread-entity-make-number-list-from-children): Ditto.
7831         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7832         (wl-thread-entity-insert-as-children): Likewise.
7833         (wl-thread-delete-message): Likewise.
7834         (wl-meaning-of-mark): Eliminated.
7835         (wl-thread-next-failure-mark-p): Ditto.
7836         (wl-thread-entity-get-mark): Ditto.
7837         (wl-thread-meaning-alist-get-result): Ditto.
7838         (wl-thread-entity-check-prev-mark): Ditto.
7839         (wl-thread-entity-check-next-mark): Ditto.
7840         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7841         (wl-thread-entity-get-prev-marked-entity): Ditto.
7842         (wl-thread-get-prev-unread): Ditto.
7843         (wl-thread-jump-to-prev-unread): Ditto.
7844         (wl-thread-get-next-unread): Ditto.
7845         (wl-thread-jump-to-next-unread): Ditto.
7846         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7847         (wl-thread-entity-get-next-marked-entity): Ditto.
7848
7849         * wl-summary.el (wl-summary-buffer-number-list):
7850         New bufer-local variable.
7851         (wl-summary-switch-to-clone-buffer): Clone
7852         `wl-summary-buffer-number-list'.
7853         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7854         (wl-summary-cursor-move-regex): Eliminated.
7855         (wl-summary-cursor-up): Rewrite.
7856         (wl-summary-cursor-down): Ditto.
7857         (wl-summary-mode-spec-alist): New variable.
7858         (wl-summary-next-message): New inline function.
7859         (wl-summary-cursor-move): New function.
7860         (wl-summary-default-get-next-msg): Rewrite.
7861         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7862         (wl-summary-rescan): Ditto.
7863         (wl-summary-sync-all-init): Ditto.
7864         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7865         summary is not thread view.
7866         (wl-summary-sync-update): Ditto.
7867         (wl-summary-rescan): Ditto.
7868         (wl-summary-make-number-list): New function.
7869
7870         * wl-draft.el: "FCC" -> "Fcc".
7871
7872 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-highlight.el (wl-highlight-summary-window):
7875         Call `set-buffer-modified-p'.
7876
7877         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7878         (wl): Call `elmo-init' and fix.
7879
7880         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7881         Use new variables.
7882
7883         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7884
7885 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7888
7889 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7890
7891         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7892
7893 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7894
7895         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7896         `wl-use-toolbar' nor `display-graphic-p'.
7897         (wl-e21-setup-message-toolbar): Ditto.
7898         (wl-e21-setup-summary-toolbar): Ditto.
7899         (wl-e21-setup-folder-toolbar): Ditto.
7900
7901         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7902         (wl-plugged-init-icons): Ditto.
7903
7904         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7905         `display-graphic-p'.
7906         (wl-plugged-set-folder-icon): Ditto.
7907         (wl-highlight-plugged-current-line): Ditto.
7908         (wl-highlight-folder-current-line): Ditto.
7909         (wl-e21-highlight-folder-group-line): Ditto.
7910         (wl-e21-setup-toolbar): Ditto.
7911         (wl-e21-display-image-p): New macro.
7912
7913         * wl-demo.el (wl-demo): Simplified.
7914         (wl-demo-image-type-alist): Use `image-type-available-p' for
7915         checking whether the image type `xbm' is available.
7916
7917 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7918
7919         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7920         (wl-summary-input-range): Ditto.
7921
7922 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-summary.el (wl-summary-edit-addresses): Use
7925         `wl-summary-get-original-buffer'
7926         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7927         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7928         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7929         (wl-summary-get-newsgroups): Eliminated.
7930         (wl-summary-set-crosspost): Ditto.
7931         (wl-summary-is-crosspost-folder): Ditto.
7932         (wl-crosspost-alist-load): Ditto.
7933         (wl-crosspost-alist-save): Ditto.
7934
7935         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7936         `elmo-setup-subscribed-newsgroups' instead of
7937         `elmo-nntp-make-groups-hashtb'.
7938         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7939         instead of `wl-crosspost-alist-save'.
7940
7941         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7942         of `elmo-folder-message-appendable-p'.
7943         (wl-mime-header-presentation-method): Eliminated.
7944
7945         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7946         (Error occurs in emacs21).
7947
7948         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7949         the current buffer).
7950
7951         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7952         instead of `wl-crosspost-alist-save'.
7953         (wl-init): `elmo-crosspost-message-alist-load'
7954         instead of `wl-crosspost-alist-load'
7955
7956         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7957         (wl-parse-newsgroups): Likewise.
7958         (wl-biff-notify): Run `wl-biff-notify-hook'.
7959
7960 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7963
7964         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7965         when `wl-summary-lazy-highlight' is non-nil.
7966         (wl-summary-goto-folder-subr): Highlight only when
7967         `wl-summary-lazy-highlight' is non-nil.
7968
7969         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7970         Don't display progress and highlight temp-mark when
7971         `wl-summary-lazy-highlight' is non-nil.
7972         (wl-highlight-summary-window): New function.
7973         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7974
7975 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7976
7977         * wl-summary.el (wl-summary-sync): Change `all-visible'
7978         from `all-shown'
7979         (wl-summary-input-range): Ditto.
7980
7981 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7982
7983         * wl-e21.el (wl-highlight-folder-current-line): Call
7984         `wl-folder-init-icons' when folder icons have not been initialized.
7985
7986         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7987
7988         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7989         (wl-demo-image-type-alist): New macro.
7990
7991 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7992
7993         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7994         display does not support graphics.
7995         (wl-plugged-init-icons): Ditto.
7996         (wl-folder-init-icons): Ditto.
7997
7998         * wl-demo.el (wl-demo): Chech closely whether the display
7999         supports graphics.
8000
8001 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * wl-summary.el (wl-summary-get-original-buffer): New function.
8004         (wl-summary-set-crosspost): Use it.
8005         (wl-summary-target-mark-uudecode): Ditto.
8006         (wl-summary-reedit): Ditto.
8007         (wl-summary-resend-bounced-mail): Ditto.
8008         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8009         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8010
8011         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8012         (wl-message-display-internal): Ditto.
8013
8014 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8017
8018 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * wl-summary.el (wl-summary-save-view): Renamed from
8021         `wl-summary-save-status'.
8022
8023 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * wl-summary.el (wl-summary-sync): Added `all-shown'
8026
8027 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8030
8031 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8032
8033         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8034
8035 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8036
8037         * wl-highlight.el (wl-highlight-summary-line-string): Use
8038         `zerop' instead of `= 0'.
8039         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8040
8041         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8042         for comparing numbers.
8043         (wl-template-prev): Use `zerop' instead of `eq 0'.
8044
8045         * wl-draft.el (wl-draft-insert-current-message): Use
8046         `with-current-buffer' instead of `save-excursion'.
8047         Use `zerop' instead of `eq 0'.
8048
8049 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8050
8051         * wl-draft.el (wl-draft-insert-ccs): New function.
8052         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8053         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8054
8055 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8058
8059 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-expire.el (wl-expire-refile): Don't call
8062         elmo-msgdb-add-msgs-to-seen-list;
8063         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8064         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8065
8066 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-message.el (wl-message-prev-page): Ignore errors while
8069         scroll-down.
8070
8071 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * wl-mime.el: Use elmo-original-message-mode instead of
8074         mmelmo-original-mode.
8075
8076         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8077         `elmo-folder-get-spec';
8078         (wl-fldmgr-add-completion-all-completions):
8079         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8080
8081         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8082         of `elmo-folder-get-type'.
8083
8084         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8085         `elmo-folder-get-spec';
8086         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8087         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8088         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8089         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8090         `elmo-read-msg-no-cache';
8091         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8092         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8093         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8094         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8095         `elmo-cache-save';
8096         (wl-draft-reedit): Use `elmo-message-file-name'.
8097
8098         * wl-expire.el: Use `elmo-folder-name-internal';
8099         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8100         Use macro `wl-summary-buffer-msgdb' instead of variable
8101         `wl-summary-buffer-msgdb';
8102         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8103         Use macro `wl-summary-buffer-folder-name' instead of variable
8104         `wl-summary-buffer-folder-name'.
8105         * wl-score.el: Likewise.
8106
8107         * wl-message.el: Rewrite for new message buffer cache mechanism.
8108         (wl-message-buffer-cache-buffer-get): New macro.
8109         (wl-message-buffer-cache-folder-get): Ditto.
8110         (wl-message-buffer-cache-message-get): Ditto.
8111         (wl-message-buffer-cache-entry-make): Ditto.
8112         (wl-message-buffer-cache-hit): Ditto.
8113         (wl-message-buffer-cache-sort): New function.
8114         (wl-message-buffer-cache-add): Ditto.
8115         (wl-message-buffer-cache-delete): Ditto.
8116         (wl-message-buffer-cache-clean-up): Ditto.
8117         (wl-message-buffer-window): Rewrite.
8118         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8119         (wl-message-buffer-display): New function.
8120         (wl-message-display-internal): New function.
8121
8122 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-folder.el: Use `elmo-folder-name-internal';
8125         Use `wl-folder-get-elmo-folder';
8126         Use `elmo-folder-list-messages' instead of
8127         `elmo-list-folder';
8128         Use `elmo-folder-get-primitive-list' instead of
8129         `elmo-folder-get-primitive-spec-list';
8130         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8131         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8132         Use `elmo-folder-create' instead of `elmo-create-folder'.
8133         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8134         (wl-folder-get-elmo-folder): New macro.
8135         (wl-folder-elmo-folder-cache-get): Ditto.
8136         (wl-folder-elmo-folder-cache-put): Ditto.
8137         (wl-folder-suspend): Call `elmo-quit'.
8138
8139         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8140         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8141         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8142         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8143         (toplevel): require 'cl.
8144         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8145
8146         * wl-summary.el: Rewrite to use new elmo interface.
8147
8148 \f
8149 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-mime.el (wl-draft-preview-message):
8152         Run `wl-draft-send-hook' before collecting recipients information;
8153         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8154
8155         * tm-wl.el (wl-draft-preview-message): Ditto.
8156
8157 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8158
8159         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8160         wrong recipients are displayed when forwarded message.
8161
8162 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8163
8164         * Version number is increased to 2.5.7.
8165
8166 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8167
8168         * wl-message.el (wl-message-next-page): Bind
8169         `window-pixel-scroll-increment' to nil while scrolling up.
8170
8171 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8172
8173         * wl-vars.el (wl-save-hook): New hook.
8174         * wl.el (wl-save): Call `wl-save-hook'.
8175
8176 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8177
8178         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8179         Argument WITH-ARG instead of NO-ARG (negative mean).
8180         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8181         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8182         * wl-message.el (wl-message-follow-current-entity): Likewise.
8183
8184 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8185
8186         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8187         FROM was optional argument.
8188         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8189
8190 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8191
8192         * Version number is increased to 2.5.6.
8193
8194 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195
8196         * wl-version.el (wl-version-show): Removed.
8197         (wl-version): Add `interactive'.
8198
8199 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8200
8201         * wl-summary.el (wl-summary-get-petname-func): New variable.
8202         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8203         instead of `wl-address-get-petname-1'.
8204         (wl-summary-simple-from): Ditto.
8205
8206         * wl-address.el (wl-address-get-petname-1): Define as function.
8207
8208 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8211         field in the original message.
8212         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8213
8214 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8215
8216         * wl-expire.el (wl-expire-hide):
8217         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8218
8219 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8220
8221         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8222         find decoder for To, Cc, and Subject.
8223
8224 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8225
8226         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8227         for checking `elmo-use-buffer-cache'.
8228         (wl-summary-mark-as-important): Fixed typo in comment.
8229
8230 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8233         field in the original message.
8234         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8235
8236 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8237
8238         * wl-expire.el (wl-expire-hide):
8239         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8240
8241 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8244         find decoder for To, Cc, and Subject.
8245
8246 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8247
8248         * Version number is increased to 2.5.5.
8249
8250         * wl-address.el (wl-address-specials-regexp): New constant.
8251         (wl-address-quote-specials): Use it.
8252
8253 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-summary.el (wl-summary-rescan):
8256         Call `wl-summary-buffer-number-column-detect'.
8257         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8258
8259         * wl-message.el (wl-message-mode-map): Define.
8260         (wl-message-decode): Use it as local-map.
8261
8262 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8263
8264         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8265         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8266
8267 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8270
8271         * wl-mule.el (wl-read-event-char): Ditto.
8272
8273         * wl-e21.el (wl-read-event-char): Ditto.
8274
8275         * wl-nemacs.el (wl-read-event-char): Ditto.
8276         (read-event): Removed.
8277
8278         * wl-util.el (toplevel): Removed dummy definition of
8279         `read-event'.
8280         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8281
8282 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8283
8284         * wl-nemacs.el (elmo-archive-call-process): Moved to
8285         elmo-archive.el.
8286
8287 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8288
8289         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8290         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8291
8292         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8293         instead of magic-number 6.  Use `not' instead of `null' for symbol
8294         `nil' check (not empty list).
8295         (wl-draft-insert-x-face-field): Fixed paren style.
8296
8297         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8298         one-branch conditional statement, instead of `and' and `if'.
8299         (wl-draft-forward): Likewise.
8300         (wl-draft-add-references): Likewise.
8301         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8302
8303         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8304         conditional steatment.  Use `cond' instead of `if'.
8305         (wl-draft-confirm): Likewise.
8306
8307 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8308
8309         * wl-version.el (wl-version-show): Use `product-string-1'
8310         instead of `wl-version'.
8311         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8312
8313         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8314
8315 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8316
8317         * wl-highlight.el (wl-highlight-headers): Revert
8318         `wl-highlight-x-face-func' argument (`beg' and `end').
8319
8320 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8321
8322         * wl.el (toplevel): Move `product-provide' declare.
8323         * wl-demo.el (toplevel): Ditto.
8324         * wl-dnd.el (toplevel): Ditto.
8325         * wl-highlight.el (toplevel): Ditto.
8326         * wl-message.el (toplevel): Ditto.
8327         * wl-refile.el (toplevel): Ditto.
8328         * wl-util.el (toplevel): Ditto.
8329
8330 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8331
8332         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8333         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8334         (wl-thread-close-all): keep cursor position.
8335
8336 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8337
8338         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8339         (eq x 0).
8340         (wl-generate-user-agent-string-1): Fix conditional statement.
8341
8342 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8343
8344         * wl.el (wl-check-environment): Additional check for
8345         'wl-local-domain' and `wl-message-id-domain'.
8346
8347 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8348
8349         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8350
8351 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8352
8353         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8354         instead of `smtp-sasl-user-realm'.
8355
8356 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8357
8358         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8359
8360 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8361
8362         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8363         to the default value as well as `eword-lexical-analyzer'.
8364
8365 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8366
8367         * wl-version.el (wl-extended-emacs-version,
8368         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8369         `elmo-match-string' instead of `wl-match-string'.
8370
8371 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8372
8373         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8374         docstring.
8375
8376 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8377
8378         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8379
8380 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8381
8382         * wl-highlight.el (wl-highlight-headers): Remove
8383         `wl-highlight-x-face-func' argument (`beg' and `end').
8384
8385 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8386
8387         * wl-summary.el (wl-summary-mark-as-important):
8388         Remove cache if folder is local.
8389
8390 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8391
8392         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8393         to get existing e-mail address string.
8394
8395 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8396
8397         * wl-version.el (wl-generate-user-agent-string): Commentary.
8398         (wl-generate-user-agent-string-1): Use `when' for
8399         one-branch conditional statement, instead of `and' and `if'.
8400         (wl-extended-emacs-version, wl-extended-emacs-version2,
8401         wl-extended-emacs-version3): Ditto.
8402
8403 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8404
8405         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8406         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8407         condition-case; Remove initialization.
8408         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8409         (wl-summary-sync-update3): Added argument `sync-all';
8410         Eliminated local variable `msgdb';
8411         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8412         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8413         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8414
8415 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8416
8417         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8418         connection before call `wl-draft-send-mail-with-smtp'.
8419
8420 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * Version number is increased to 2.5.4.
8423
8424 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8425
8426         * wl.el (wl-check-environment): Additional check for
8427         'wl-local-domain' and `wl-message-id-domain'.
8428
8429 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8432         buffer as command specific.
8433         (wl-folder-mark-as-read-all-entity): Ditto.
8434         (wl-folder-prefetch-entity): Ditto.
8435         (wl-folder-drop-unsync-entity): Ditto.
8436
8437         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8438         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8439         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8440
8441         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8442         save-excursion.
8443
8444 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * Version number is increased to 2.5.3.
8447
8448         * wl-summary.el (wl-summary-save-view-cache):
8449         Delete duplicated `write-region';
8450         Use `write-region-as-binary' instead of `as-binary-output-file' and
8451         `write-region'.
8452
8453 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8454
8455         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8456
8457 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8460         instead of `smtp-via-smtp'.
8461
8462 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8463
8464         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8465
8466 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8467
8468         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8469         instead of `smtp-sasl-user-realm'.
8470
8471 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8472
8473         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8474
8475 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8476
8477         * Version number is increased to 2.5.2.
8478
8479 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8482         does not exist.
8483         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8484         (wl-biff-start): Call `timer-activate' if timer already exists.
8485
8486         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8487         only when it is bound as function.
8488
8489 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8490
8491         * Version number is increased to 2.5.1.
8492
8493 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8494
8495         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8496         Print refile/copy destination.
8497
8498 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8501         queue-flush-only is non-nil.
8502
8503         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8504
8505         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8506         checking cache folder.
8507
8508 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8509
8510         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8511         `regexp-quote'.
8512
8513 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8514
8515         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8516         function.
8517         * wl-summary.el (wl-summary-write-current-folder-functions):
8518         Change default value.  Use it.
8519
8520 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8521
8522         * Version number is increased to 2.5.0.
8523
8524         * wl-version.el (wl-version): Changed codename.
8525
8526 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8527
8528         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8529         (wl-summary-supersedes-message): Ditto.
8530
8531 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8532
8533         * wl-refile.el (wl-refile-guess-functions): Renamed from
8534         `wl-refile-guess-func-list'.
8535
8536 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8539         Fixed problem when no rule was matched.
8540
8541 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8542
8543         * wl-summary.el (wl-summary-get-mark): Fixed
8544         `wl-summary-buffer-target-mark' check logic.
8545
8546 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8547
8548         * wl-folder.el (wl-folder-write-current-folder): Added group
8549         folder check.
8550
8551         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8552         `wl-summary-write-current-newsgroup'.
8553         (wl-summary-write-current-folder-functions): New variable.
8554         * wl-folder.el (wl-folder-get-newsgroups): New function.
8555         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8556         (wl-folder-write-current-folder): Renamed from
8557         `wl-folder-write-current-newsgroup'.
8558
8559 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8560
8561         * Version number is increased to 2.3.93.
8562
8563 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8564
8565         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8566         (wl-ldap-make-matched-value-list): Ditto.
8567         (wl-ldap-alias-safe-string): Split e-mail address.
8568
8569         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8570         petname folder default was selected.
8571         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8572         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8573
8574 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8575
8576         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8577         to `wl-draft-config-exec'.
8578
8579         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8580         instead of calling `wl-draft-config-exec';
8581         Process group-list and show recipients in minibuffer.
8582
8583         * tm-wl.el (wl-draft-preview-message): Ditto.
8584
8585 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8586
8587         * wl.el (toplevel): Added (C) to copyright notice, and
8588         sync Author header.
8589         * tm-wl.el (toplevel): Ditto.
8590         * wl-address.el (toplevel): Ditto.
8591         * wl-demo.el (toplevel): Ditto.
8592         * wl-dnd.el (toplevel): Ditto.
8593         * wl-draft.el (toplevel): Ditto.
8594         * wl-e21.el (toplevel): Ditto.
8595         * wl-expire.el (toplevel): Ditto.
8596         * wl-folder.el (toplevel): Ditto.
8597         * wl-highlight.el (toplevel): Ditto.
8598         * wl-message.el (toplevel): Ditto.
8599         * wl-mime.el (toplevel): Ditto.
8600         * wl-mule.el (toplevel): Ditto.
8601         * wl-nemacs.el (toplevel): Ditto.
8602         * wl-refile.el (toplevel): Ditto.
8603         * wl-score.el (toplevel): Ditto.
8604         * wl-summary.el (toplevel): Ditto.
8605         * wl-template.el (toplevel): Ditto.
8606         * wl-thread.el (toplevel): Ditto.
8607         * wl-util.el (toplevel): Ditto.
8608         * wl-vars.el (toplevel): Ditto.
8609         * wl-xmas.el (toplevel): Ditto.
8610
8611 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8612
8613         * wl.el (wl-init): Added comment about `wl-init-hook'.
8614         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8615         * wl-vars.el (wl-init-hook): Added docs.
8616         (wl-make-plugged-hook): Removed useless docs.
8617         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8618         * wl-xmas.el (toplevel): Ditto.
8619
8620 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8621
8622         * wl-address.el (toplevel): Fixed multiple Author header format.
8623         * wl-demo.el (toplevel): Ditto.
8624         * wl-draft.el (toplevel): Ditto.
8625         * wl-folder.el (toplevel): Ditto.
8626         * wl-summary.el (toplevel): Ditto.
8627         * wl-thread.el (toplevel): Ditto.
8628         * wl-util.el (toplevel): Ditto.
8629         * wl-vars.el (toplevel): Ditto.
8630         * wl-version.el (toplevel): Ditto.
8631         * wl-xmas.el (toplevel): Ditto.
8632         * wl.el (toplevel): Ditto.
8633
8634         * wl-version.el (toplevel): Added require `elmo-version' for
8635         `product-version-as-string'.
8636
8637 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-vars.el (wl-draft-send-hook): Changed default value to
8640         '(wl-draft-config-exec).
8641
8642         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8643         explicitly.
8644         (wl-draft): Set `wl-draft-config-exec-flag' before running
8645         `wl-mail-setup-hook'.
8646
8647         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8648         `wl-biff-init-icons' to `wl-init-hook' instead of
8649         `wl-make-plugged-hook'.
8650         (Because if `wl-draft' command is invoked at first,
8651         they are not initialized)
8652         Updated copyright notice.
8653
8654         * wl-e21.el (toplevel): Ditto;
8655
8656         * wl-demo.el (toplevel): Updated copyright notice.
8657         * wl-address.el (toplevel): Ditto.
8658         * wl-draft.el (toplevel): Ditto.
8659         * wl-version.el (toplevel): Ditto.
8660         * wl-folder.el (toplevel): Ditto.
8661         * wl-summary.el (toplevel): Ditto.
8662         * wl-thread.el (toplevel): Ditto.
8663         * wl-util.el (toplevel): Ditto.
8664         * wl-vars.el (toplevel): Ditto.
8665         * wl.el (toplevel): Ditto.
8666
8667 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl-highlight.el (wl-highlight-message): Fixed problem of
8670         highlighting failure which occured when the last field contains
8671         multiple lines in the draft buffer.
8672
8673         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8674         `wl-biff-start' if plugged.
8675
8676         * wl-util.el (wl-biff-check-folder): New function.
8677         (wl-biff-check-folders): Don't set session name prefix.
8678         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8679         (wl-biff-check-folder-async): Ditto.
8680
8681         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8682         in email address.
8683
8684 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8685
8686         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8687
8688         * wl-draft.el (wl-draft-strip-subject-re): New function.
8689
8690         * wl-draft.el (wl-draft-reply): Use it.
8691
8692 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8693
8694         * wl-message.el (wl-mmelmo-message-redisplay): Use
8695         `mime-display-message' instead of `wl-mime-display-message'.
8696
8697         * wl-mime.el (toplevel): Removed compatibility workaround
8698         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8699         (wl-mime-display-message): Abolished.
8700         (wl-mime-entity-read-field): Ditto.
8701         (wl-mime-combine-message/partial-pieces): Use
8702         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8703
8704 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8705
8706         * wl-template.el: Doc fixes.
8707
8708 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8709
8710         * wl-e21.el (wl-message-overload-functions): Do nothing if
8711         `current-local-map' is not available.
8712         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8713
8714 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8715
8716         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8717         representation.
8718
8719         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8720         number.
8721         (wl-fldmgr-save-folders): Don't use `format' when insert
8722         `wl-fldmgr-folders-header'.
8723
8724 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8725
8726         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8727
8728 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-highlight.el (wl-highlight-message):
8731         Use `std11-field-end' to detect end point of the header field.
8732         Refer `wl-highlight-max-header-size'.
8733
8734         * wl-vars.el (wl-highlight-max-header-size): New variable.
8735
8736         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8737
8738         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8739         Set `for-draft' argument of wl-highlight-headers.
8740         (wl-draft): Ditto.
8741         (wl-draft-reedit): Ditto.
8742         (wl-user-agent-compose-internal): Ditto.
8743
8744 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8745
8746         * wl-message.el (wl-message-add-button): Use overlay.
8747
8748 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8749
8750         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8751
8752         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8753         problem when group-list content is nothing.
8754         (Reported by Mito <mit@nines.nec.co.jp>)
8755
8756 2000-10-18  SAITO Atsunori <sai@yedo.com>
8757
8758         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8759
8760 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8761
8762         * tm-wl.el (toplevel): Use product-provide.
8763
8764 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8765
8766         * Version number is increased to 2.3.92.
8767
8768 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8769
8770         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8771         title text, use `display' property for left margin under Emacs 21.
8772
8773         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8774         properties.
8775         (wl-plugged-init-icons): Ditto.
8776
8777 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8778
8779         * wl.el (wl-save-status, wl-init): Remove last period in
8780         "...done." message.
8781         * tm-wl.el (wl-summary-burst): Ditto.
8782         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8783         wl-summary-resume-cache-status,
8784         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8785         wl-summary-sync-update3, wl-summary-highlight-msgs,
8786         wl-summary-flush-pending-append-operations,
8787         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8788         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8789         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8790         wl-thread-open-all): Ditto.
8791         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8792         * wl-mime.el (wl-summary-burst): Ditto.
8793         * wl-highlight.el (wl-highlight-summary): Ditto.
8794         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8795         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8796         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8797         * wl-address.el (wl-local-address-init): Ditto.
8798
8799 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8800
8801         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8802         `add-text-properties'.
8803         (wl-plugged-init-icons): Ditto.
8804         (wl-folder-init-icons): Use `propertize' instead of
8805         `put-text-property'.
8806         (wl-plugged-set-folder-icon): Ditto.
8807         (wl-e21-highlight-folder-group-line): Ditto.
8808
8809 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * wl-version.el (wl-version-status-alist): New variable.
8812         (wl-version-status): New function.
8813
8814         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8815         "Cc" part of the case "Reply-To".
8816
8817         * wl-draft.el (wl-draft-reply): Use result of
8818         `eword-extract-address-components'.
8819
8820         * wl-demo.el (wl-demo-icon-name): New constant.
8821         (wl-logo-xpm): Use it.
8822         (wl-logo-xbm): Ditto.
8823         (wl-logo-bitmap): Ditto.
8824
8825         * Version number is increased to 2.3.91.
8826
8827 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8828
8829         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8830         (wl-extended-emacs-version, wl-extended-emacs-version2,
8831         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8832         docstring.
8833
8834         * wl-version.el (wl-generate-user-agent-string-1): New function.
8835         (wl-generate-user-agent-string): Use it.
8836
8837         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8838         `mime-edit-insert-user-agent-field'.
8839         (wl-generate-user-agent-string): Check
8840         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8841
8842         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8843         instead of `if', when verbose case.
8844
8845 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8846
8847         * wl-expire.el (wl-summary-expire): Fix.
8848
8849 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8850
8851         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8852         and `elmo-lost+found-folder' if 'wl-draft.
8853         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8854
8855 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8856
8857         * wl-expire.el (wl-summary-expire): Change messages.
8858         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8859         `deleing-info' instead of "Deleting..."
8860
8861 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8862
8863         * wl-summary.el (wl-summary-refile-subr): Fix.
8864
8865 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8866
8867         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8868         if pipe folder.
8869
8870 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8871
8872         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8873
8874 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8875
8876         * wl-expire.el (wl-expire-hide): New function.
8877         (wl-summary-expire): Add `hide'.
8878
8879 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8880
8881         * wl-vars.el (wl-draft-reply-without-argument-list):
8882         Changed default value to consider `Reply-To:'.
8883         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8884
8885         * Version number is increased to 2.3.90.
8886
8887         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8888         elmo-imap4-get-session with unwind-protect.
8889         Don't cause error.
8890         (wl-summary-sync-marks): Don't check plugged nor folder type.
8891         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8892         (Always keep current buffer).
8893
8894 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8895
8896         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8897         Enclose with `save-excursion'.
8898
8899 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8900
8901         * wl-version.el (wl-version): Remove interactive.
8902
8903 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8904
8905         * wl-version.el (wl-generate-user-agent-string): Use
8906         `product-string-verbose' instead of `product-string-1'.
8907
8908 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8909
8910         * wl-vars.el (wl-draft-use-cache): New variable.
8911         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8912         if wl-draft-use-cache is non-nil.
8913
8914 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8915
8916         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8917         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8918
8919 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8922         (wl-thread-msg-mark-as-unread): Ditto.
8923
8924         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8925         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8926         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8927         Don't set mark in summary if return value of `elmo-mark-as-read'
8928         is nil.
8929         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8930         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8931         instead of `wl-thread-msg-mark-as-read'.
8932         (wl-summary-mark-as-unread-region): Ditto.
8933         (wl-summary-target-mark-mark-as-read): Ditto.
8934
8935         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8936
8937 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8940
8941         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8942
8943 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8946         face.
8947
8948 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8949
8950         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8951         `running-xemacs'.
8952
8953 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8954
8955         * wl-version.el (toplevel): Use `product-version-as-string' for
8956         set verstion-string, if defined.
8957
8958         * wl-version.el (wl-version-show): Insert string at point, when
8959         call with argument.
8960
8961         * wl-version.el (wl-generate-user-agent-string): Use
8962         `product-string-1' instead of `wl-appname', `wl-version' and
8963         `wl-codename'.
8964
8965 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8966
8967         * wl-address.el (toplevel): Use product-provide.
8968         * wl-demo.el (toplevel): Ditto.
8969         * wl-dnd.el (toplevel): Ditto.
8970         * wl-draft.el (toplevel): Ditto.
8971         * wl-e21.el (toplevel): Ditto.
8972         * wl-expire.el (toplevel): Ditto.
8973         * wl-fldmgr.el (toplevel): Ditto.
8974         * wl-folder.el (toplevel): Ditto.
8975         * wl-highlight.el (toplevel): Ditto.
8976         * wl-message.el (toplevel): Ditto.
8977         * wl-mime.el (toplevel): Ditto.
8978         * wl-mule.el (toplevel): Ditto.
8979         * wl-nemacs.el (toplevel): Ditto.
8980         * wl-refile.el (toplevel): Ditto.
8981         * wl-score.el (toplevel): Ditto.
8982         * wl-summary.el (toplevel): Ditto.
8983         * wl-template.el (toplevel): Ditto.
8984         * wl-thread.el (toplevel): Ditto.
8985         * wl-util.el (toplevel): Ditto.
8986         * wl-vars.el (toplevel): Ditto.
8987         * wl-xmas.el (toplevel): Ditto.
8988         * wl.el (toplevel): Ditto.
8989
8990 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8991
8992         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8993         instead of product.
8994
8995         * wl-version.el (wl-version): Compile time evalution elmo-version.
8996
8997 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8998
8999         * wl-summary.el (wl-summary-sync-force-update): Append queue
9000         `mark-as-read'if unplugged.
9001
9002 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9003
9004         * wl-version.el: New file.  Use product.el.
9005         * wl.el: add (require 'wl-version).
9006         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9007         for ~/.folders header.
9008         (wl-fldmgr-folders-header): Changed.
9009         * wl-demo.el (wl-demo): Use product.el.
9010
9011         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9012         wl-version.el.
9013         * wl-util.el (wl-version, wl-version-show): Ditto.
9014
9015         * wl-util.el (wl-generate-user-agent-string,
9016         wl-extended-emacs-version, wl-extended-emacs-version2,
9017         wl-extended-emacs-version3): Move to wl-version.el.
9018         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9019         xemacs-codename, mime-edit-insert-user-agent-field,
9020         mime-edit-user-agent-value, mime-editor/version,
9021         mime-editor/codename): Compile warning killer move to
9022         wl-version.el
9023
9024 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9025
9026         * wl-summary.el (wl-summary-refile-subr): Fix.
9027
9028 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9029
9030         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9031         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9032
9033 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9034
9035         * wl.el (wl-check-environment): Check too many `@'.
9036
9037 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9038
9039         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9040
9041 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9042
9043         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9044         wl-draft-reply-myself-without-argument-list): Add variables.
9045         * wl-draft.el (wl-draft-reply): Use it.
9046
9047 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9048
9049         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9050         the 5th argument of `elmo-network-get-spec'.
9051
9052         * wl-thread.el (wl-thread-reparent-children): New inline function.
9053         (wl-thread-delete-message): Use it.
9054
9055         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9056         (wl-summary-score-update-all-lines): Don't use `dolist'.
9057
9058 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9059
9060         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9061         (require 'elmo-msgdb) for inline function.
9062
9063 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9064
9065         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9066
9067 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9068
9069         * wl-score.el (wl-score-headers): Fix for the confusing macro
9070         `elmo-kill-buffer'.
9071
9072 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9073
9074         * wl-summary.el: Don't use the 3rd argument of `require' because
9075         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9076         * wl-util.el: Ditto.
9077         * wl-draft.el: Ditto.
9078
9079 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9080
9081         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9082         window system is not used.
9083
9084 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9085
9086         * wl-thread.el: Don't use `mapcar' only for iteration.
9087         (wl-thread-resume-entity): Ditto.
9088         (wl-thread-delete-message): Ditto.
9089
9090         * wl-summary.el: Bind `dragdrop-drop-functions',
9091         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9092         of `require' for `timezone', `easymenu' and `ps-print';
9093         don't use `mapcar' only for iteration.
9094
9095         * wl-util.el: Bind `mule-version', `nemacs-version',
9096         `emacs-beta-version', `xemacs-codename',
9097         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9098         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9099         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9100         only for iteration.
9101
9102         * wl-score.el: Don't use `mapcar' only for iteration.
9103         (wl-score-simplify-buffer-fuzzy): Ditto.
9104         (wl-score-simplify-subject): Ditto.
9105         (wl-score-headers): Ditto.
9106         (wl-summary-score-update-all-lines): Ditto.
9107
9108         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9109         `enable-multibyte-characters' and `mule-version'.
9110
9111         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9112         `mapcar' only for iteration.
9113
9114         * wl-demo.el: Don't use `mapcar' only for iteration.
9115
9116         * wl-folder.el: Don't use `mapcar' only for iteration.
9117         (wl-folder-open-all): Ditto.
9118         (wl-folder-count-incorporates): Ditto.
9119
9120         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9121         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9122
9123         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9124         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9125         `smtp-connection-type'; specify 3rd argument of `require' for
9126         `timezone'; don't use `mapcar' only for iteration.
9127         (wl-draft-clone-local-variables): Don't use `mapcar'.
9128         (wl-draft-generate-clone-buffer): Ditto.
9129         (wl-user-agent-compose-internal): Ditto.
9130
9131         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9132
9133         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9134         (wl-save-status): Ditto.
9135
9136         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9137         for iteration.
9138
9139 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9140
9141         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9142         removed `Date'.
9143         (wl-fldmgr-make-filter-default): New user option.
9144
9145         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9146         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9147         (wl-fldmgr-filter-completion-alist): Abolish.
9148
9149         * wl.el (wl): Don't check servers if arg is non-nil.
9150
9151         * wl-draft.el (wl-draft-reply): Set only message-id string to
9152         In-Reply-To field.
9153
9154 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-summary.el (wl-summary-pick): Rewrite.
9157
9158         * wl-draft.el (wl-draft-forward): Get references field from
9159         original buffer.
9160         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9161
9162 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9163
9164         * wl-draft.el (wl-draft-forward): Add references field.
9165
9166 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9167
9168         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9169         (wl-draft-reply): Use it.
9170
9171 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9172
9173         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9174         when Emacs 21 is running.
9175
9176         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9177         bindings.
9178
9179 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9180
9181         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9182         XPM icons transparent.
9183
9184         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9185         Emacs 21.
9186
9187 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9188
9189         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9190         nil.
9191
9192         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9193         when it is persistent.
9194         (wl-summary-sync-marks): Changed argument for
9195         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9196         (wl-summary-virtual): Use `elmo-read-search-condition'.
9197         (wl-summary-redisplay-internal): If folder is local, mark as read
9198         even when folder is plugged.
9199
9200 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9201
9202         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9203         of `tool-bar-lines' in the frame parameters.
9204         (after-make-frame-functions, post-command-hook): Don't modify the
9205         value.
9206         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9207         wl-e21-tool-bar-lines): Removed.
9208
9209 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9210
9211         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9212         properties `evaporate' and `wl-momentary-overlay' as well.
9213         (wl-highlight-summary-displaying): Ditto.
9214         (wl-delete-all-overlays): Don't delete overlay which does not have
9215         a property `wl-momentary-overlay'.
9216
9217         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9218         `display-mouse-p' and `display-graphic-p'.
9219         (wl-folder-init-icons): Don't search for XBM or the other files.
9220         (wl-plugged-set-folder-icon): Make icons if and only if
9221         `display-graphic-p' returns non-nil.
9222         (wl-highlight-plugged-current-line): Use `before-string' overlay
9223         property to show icon images.
9224         (wl-highlight-folder-current-line): Ditto.
9225         (wl-e21-highlight-folder-group-line): Ditto.
9226         (wl-e21-highlight-folder-by-numbers): Ditto.
9227         (wl-e21-insert-image): Removed.
9228         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9229         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9230         said.
9231         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9232         `wl-e21-force-switch-toolbar'.
9233         (wl-e21-make-icon-image): Removed.
9234         (wl-e21-setup-toolbar): Don't search for XBM files.
9235         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9236         the default value.
9237
9238 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9239
9240         * wl-util.el (wl-biff-check-folder-async): Set
9241         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9242
9243 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9244
9245         * wl-e21.el (after-make-frame-functions): Add
9246         `wl-e21-force-switch-toolbar'.
9247         (wl-e21-force-switch-toolbar): New function force to switch the
9248         toolbar appearance automatically.
9249         (post-command-hook): Add `wl-e21-switch-toolbar'.
9250         (wl-e21-switch-toolbar): New function to switch the toolbar
9251         appearance automatically.
9252         (wl-e21-tool-bar-lines): New buffer local variable.
9253
9254 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9255
9256         * wl-util.el (wl-biff-check-folders-running): New variable.
9257         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9258         (wl-biff-check-folder-async-callback):
9259         Set `wl-biff-check-folders-running'.
9260         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9261         with unwind-protect.
9262
9263         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9264         Enclose `wl-folder-auto-check' with unwind-protect.
9265
9266         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9267         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9268
9269         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9270
9271         * wl-util.el (wl-biff-notify): New inline function.
9272         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9273         locally.
9274         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9275         folder-list' is 1.
9276         Use `wl-biff-notify'.
9277         (wl-biff-check-folder-async-callback): New function.
9278         (wl-biff-check-folder-async): Ditto.
9279
9280         * wl-folder.el (wl-folder): Don't check folders.
9281         (wl-folder-auto-check): New function.
9282
9283 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9284
9285         * wl-util.el (wl-biff-start) [Emacs19+]:
9286         Use `timer-next-integral-multiple-of-time'.
9287         (wl-biff-check-folders): Use `wl-default-folder'
9288         if `wl-biff-check-folder-list' is nil.
9289
9290 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9291
9292         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9293         instead of `elmo-delete-lists'.
9294
9295 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9296
9297         * wl.el (wl-plugged-toggle-all): Set the value of
9298         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9299         (wl-plugged-toggle): Ditto.
9300         (wl-toggle-plugged): Ditto.
9301         (wl-plugged-init): Ditto.
9302
9303         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9304         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9305         instead of `wl-biff-state-indicator-off' and
9306         `wl-biff-state-indicator-on'; don't modify the value and the type
9307         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9308         (wl-plugged-init-icons): Set icons data to
9309         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9310         instead of `wl-plug-state-indicator-off' and
9311         `wl-plug-state-indicator-on'; don't modify the value and the type
9312         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9313
9314         * wl-vars.el (wl-modeline-biff-state-off,
9315         wl-modeline-biff-state-on, wl-modeline-biff-status,
9316         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9317         wl-modeline-plug-status): New internal variables.
9318         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9319         wl-biff-check-interval, wl-biff-check-folder-list): Change
9320         customization group from `wl-folder' to `wl-highlight'.
9321         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9322         wl-show-plug-status-on-modeline): Defcustomized.
9323
9324         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9325         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9326         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9327         a flag to `mode-line-buffer-identification'.
9328
9329         * wl-e21.el (wl-biff-init-icons): Set icons data to
9330         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9331         instead of `wl-biff-state-indicator-off' and
9332         `wl-biff-state-indicator-on'.
9333         (wl-plugged-init-icons): Set icons data to
9334         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9335         instead of `wl-plug-state-indicator-off' and
9336         `wl-plug-state-indicator-on'.
9337
9338 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9339
9340         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9341         excessive titles.
9342
9343 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9344
9345         * wl.el (wl-plugged-mode): Use revised
9346         `wl-mode-line-buffer-identification'.
9347         (wl-plugged-init): Don't use `force-mode-line-update'.
9348
9349         * wl-xmas.el (wl-draft-overload-functions): Use revised
9350         `wl-mode-line-buffer-identification'.
9351         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9352         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9353         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9354         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9355         `wl-make-plugged-hook';
9356         add `wl-folder-init-icons' and `wl-setup-folder' to
9357         `wl-folder-mode-hook'.
9358
9359         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9360         19 as well.
9361         (wl-mode-line-display-priority-list): New user option.
9362         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9363         Defcustomized.
9364         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9365         Add docs.
9366
9367         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9368         start.
9369         (wl-mode-line-buffer-identification): Revised as a function.
9370
9371         * wl-summary.el (wl-summary-mode): Use revised
9372         `wl-mode-line-buffer-identification'; don't call
9373         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9374         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9375         `wl-xmas-setup-summary'.
9376
9377         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9378         `wl-mode-line-buffer-identification'.
9379
9380         * wl-mule.el (wl-draft-overload-functions): Use revised
9381         `wl-mode-line-buffer-identification'.
9382
9383         * wl-folder.el (wl-make-plugged-alist): Don't call
9384         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9385         (wl-folder): Don't call `wl-folder-init-icons' directly.
9386         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9387         `wl-xmas-setup-folder' directly;
9388         use revised `wl-mode-line-buffer-identification'.
9389         (TopLevel): Don't bind `wl-biff-init-icons',
9390         `wl-plugged-init-icons', `wl-folder-init-icons',
9391         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9392
9393         * wl-e21.el (wl-draft-overload-functions): Use revised
9394         `wl-mode-line-buffer-identification'.
9395         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9396         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9397         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9398         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9399         `wl-make-plugged-hook';
9400         add `wl-folder-init-icons' and `wl-setup-folder' to
9401         `wl-folder-mode-hook'.
9402
9403 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9404             Katsumi Yamaoka    <yamaoka@jpl.org>
9405
9406         * wl.el (wl): Call `wl-biff-start'.
9407         (wl-exit): Call `wl-biff-stop'.
9408         (wl-plugged-mode): Show biff in modeline.
9409         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9410
9411         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9412         (wl-biff-init-icons): New function.
9413         (wl-plugged-init-icons): Don't make too much keymaps.
9414         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9415
9416         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9417         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9418         variables.
9419         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9420         options.
9421
9422         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9423         wl-biff-start, wl-biff-stop): New functions.
9424         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9425         (wl-biff-timer-name): New variable.
9426
9427         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9428
9429         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9430         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9431
9432         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9433         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9434
9435         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9436         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9437         `wl-folder-init-icons' to `ignore' if they are not available.
9438         (wl-folder-mode): Show biff in modeline.
9439
9440         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9441         (wl-biff-init-icons): New function.
9442         (wl-plugged-init-icons): Don't make too much keymaps.
9443         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9444
9445 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9446
9447         * wl-vars.el (wl-strict-diff-folders): Customization Type
9448         and doc fix.  Define as a list of regular expressions for
9449         folders or nil.
9450         * wl-folder.el (wl-folder-check-one-entity): Use
9451         `wl-string-match-member' instead of `wl-string-member' for
9452         `wl-strict-diff-folders'.
9453
9454 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9455
9456         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9457         (wl-highlight-folder-current-line): Use it; new implementation.
9458         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9459         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9460         `defsubst' instead of `defun'.
9461
9462         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9463         `wl-highlight-group-folder-by-numbers'; made it can also be a
9464         number.  See info for more details.
9465
9466         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9467         running.
9468
9469         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9470         to bind them.
9471
9472         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9473         (wl-highlight-folder-current-line): New implementation.
9474
9475         * wl-highlight.el (wl-highlight-folder-group-line): New
9476         implementation.
9477         (wl-delete-all-overlays): Rewrite as a marco.
9478         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9479
9480         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9481         running.
9482         (wl-folder-*-glyph): No need to bind them.
9483
9484         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9485         `wl-e21-highlight-folder-group-icon'; rewrite.
9486         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9487         `defsubst' instead of `defun'.
9488         (wl-folder-mode-map): Bind it when compiling.
9489
9490 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9491
9492         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9493
9494         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9495
9496 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9497
9498         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9499
9500 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9501
9502         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9503         (wl-highlight-folder-current-line): Use it.
9504
9505         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9506         in `id-name'.
9507
9508 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9509
9510         * wl.el: Require `wl-e21' when Emacs 21 is running.
9511
9512         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9513         default when Emacs 21 is running.
9514         (wl-use-highlight-mouse-line): Ditto.
9515         (wl-on-emacs21): New constant.
9516         (wl-on-emacs20): Removed.
9517
9518         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9519         Emacs 21 is running.
9520
9521         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9522         Emacs 21 is running.
9523
9524         * wl-e21.el: New file.
9525
9526 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9527
9528         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9529         (wl-toggle-plugged): Ditto.
9530         (wl-plugged-toggle): Ditto.
9531         (wl-plugged-toggle-all): Ditto.
9532
9533         * wl-vars.el (wl-plug-state-indicator): Refer
9534         `wl-plug-state-indicator-on' indirectly.
9535
9536 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9537
9538         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9539         Call `wl-folder-confirm-existence'.
9540
9541         * wl-folder.el (wl-folder-confirm-existence): Added optional
9542         argument `force'.
9543
9544 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9545
9546         * wl-summary.el (wl-summary-refile-subr): Assume
9547         `copy-or-refile' as symbol.
9548         (wl-summary-refile): Follow up above change.
9549         (wl-summary-copy): Ditto.  Doc fix.
9550
9551 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9552
9553         * wl-summary.el (wl-summary-pick): Don't bind
9554         `elmo-search-mime-charset'.
9555
9556         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9557         default using old backquote style.
9558         (wl-search-mime-charset): Abolished.
9559
9560         * wl-highlight.el (wl-highlight-headers):
9561         Call `point' after `re-search-forward'(for Nemacs).
9562
9563         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9564         for elmo-imap4.el.
9565
9566 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9567
9568         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9569         `wl-message-ignored-field-list' instead of
9570         `mime-view-ignored-field-list'.
9571
9572         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9573         Add interactive spec.
9574         (wl-folder-goto-bottom-of-current-folder): Ditto.
9575         (wl-folder-mode-map): Bind them.
9576
9577         * wl-vars.el (wl-message-ignored-field-list): New variable.
9578         (wl-message-visible-field-list): New variable.
9579
9580         * wl-mime.el (wl-mime-header-presentation-method): New function.
9581         (wl-mime-setup): Set header-presentation-method.
9582
9583 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9584
9585         * wl-nemacs.el (wl-draft-overload-functions): Set
9586         `mode-line-buffer-identification' instead of using
9587         `wl-make-modeline'.
9588
9589         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9590         instead of using `wl-make-modeline'.
9591
9592         * wl-xmas.el (wl-plugged-init-icons): Set up
9593         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9594         (wl-make-modeline): Abolish.
9595         (wl-draft-overload-functions): Set
9596         `mode-line-buffer-identification' instead of using
9597         `wl-make-modeline'.
9598
9599         * wl-util.el (wl-make-modeline-subr): Abolish.
9600         (wl-mode-line-buffer-identification): New alias.
9601
9602         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9603         (wl-summary-make-modeline): Abolish.
9604         (wl-summary-buffer-set-folder): Set
9605         `wl-summary-buffer-folder-indicator'.
9606         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9607         of using `wl-make-modeline'.
9608         (wl-summary-switch-to-clone-buffer): Don't set
9609         `mode-line-buffer-identification'.
9610         (wl-summary-goto-folder-subr): Ditto.
9611
9612         * wl-mule.el (wl-draft-overload-functions): Set
9613         `mode-line-buffer-identification' instead of using
9614         `wl-make-modeline'.
9615
9616         * wl-folder.el (wl-folder-mode): Set
9617         `mode-line-buffer-identification' instead of using
9618         `wl-make-modeline'.
9619         (wl-folder): Don't set `mode-line-buffer-identification'.
9620
9621 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9622
9623         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9624         instead of `member' for `wl-refile-guess-func-list' look-ups.
9625         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9626
9627 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9628
9629         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9630         `wl-message-button-dispatcher'.
9631
9632         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9633
9634         * wl-message.el (wl-message-button-dispatcher): Use it.
9635
9636         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9637         "In-Reply-To".
9638
9639         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9640         Bind `case-fold-search' to t.
9641
9642 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9643
9644         * wl-xmas.el (wl-message-overload-functions): Initialize
9645         `wl-message-button-map'.
9646
9647         * wl-mule.el (wl-message-overload-functions): Initialize
9648         `wl-message-button-map'.
9649
9650         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9651
9652         * wl-message.el (wl-message-button-map): New keymap.
9653         (wl-message-add-button): New function.
9654         (wl-message-button-dispatcher): New function.
9655         (wl-message-button-refer-article): New function.
9656
9657         * wl-highlight.el
9658         (wl-highlight-message-add-buttons-to-header): New function.
9659         (wl-highlight-headers): Use it.
9660
9661 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9662
9663         * wl-summary.el (wl-summary-default-from): Use
9664         `wl-address-get-petname-1'.
9665         (wl-summary-simple-from): Ditto.
9666
9667         * wl-address.el (wl-address-get-petname-1): New inline function.
9668         (wl-address-get-petname): Use it.
9669
9670 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9671
9672         * wl-summary.el (wl-summary-default-from): Return full-name part
9673         from the address if no petname was found.
9674         (wl-summary-simple-from): Ditto.
9675
9676         * wl-address.el (wl-address-get-petname): Return nil if no petname
9677         associated with the address was found.
9678
9679 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9680
9681         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9682         display is finished.
9683
9684 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9685
9686         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9687         `elmo-folder-exists-p' argument.
9688
9689 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9690
9691         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9692         the folder.
9693
9694 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9695
9696         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9697
9698         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9699         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9700
9701 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9702
9703         * wl-folder.el (wl-folder-create-subr): New function.
9704         (wl-folder-confirm-existence): Use it.
9705         (wl-folder-check-one-entity): Use it.
9706         Check the error symbol is derived from 'elmo-open-error.
9707
9708         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9709         `ignore-error'.
9710
9711 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9712
9713         * wl-util.el (toplevel): Add (eval-when-compile (require
9714         'elmo-util)).  (Maybe `provide' is typo.)
9715
9716 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9717
9718         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9719         (I don't know why this was needed.)
9720
9721         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9722         Follow up changes for stream-type.
9723
9724         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9725         (wl-draft-elmo-nntp-send): Ditto.
9726
9727         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9728         (wl-nntp-posting-stream-type): Ditto.
9729         (wl-pop-before-smtp-ssl): Abolished.
9730         (wl-nntp-posting-ssl): Ditto.
9731
9732         * wl-address.el (wl-address-quote-specials): New function.
9733         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9734
9735         * wl-draft.el (wl-draft-reply): Ditto.
9736
9737 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9738
9739         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9740         use function `wl-string-match-assoc'.
9741
9742 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9743
9744         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9745
9746         * wl-draft.el (wl-draft-deduce-address-list): New function.
9747         (wl-draft-parse-mailbox-list): Ditto.
9748         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9749         instead of `smtp-deduce-address-list'.
9750         (wl-draft-on-field-p): Follow group list.
9751
9752         * wl-address.el (wl-address-concat-token): New function.
9753         (wl-address-string-without-group-list-contents): Ditto.
9754         (wl-complete-field-body): Fixed problem of completion
9755         by japanese petname.
9756         (wl-address-make-completion-list): Rewrite.
9757
9758 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9759
9760         * wl-address.el (wl-address-make-completion-list): Completion by
9761         petname.
9762         (wl-complete-field-body): Likewise.
9763
9764 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9765
9766         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9767         contains invalid address syntax.
9768
9769 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9770
9771         * wl-folder.el (wl-folder-check-entity-async): Use
9772         `elmo-nntp-spec-hostname'.
9773
9774 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9775
9776         * wl-summary.el (wl-summary-msgdb-load-async): Use
9777         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9778
9779 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9780
9781         * wl-draft.el (wl-draft-reply): Set argument
9782         `content-transfer-encoding' as nil.
9783
9784 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9785
9786         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9787         `wl-refile-alist'.
9788
9789 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9790
9791         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9792         (wl-draft-edit-string): Ditto.
9793         (wl-draft-forward): Ditto.
9794         * wl-summary.el (wl-summary-write): Ditto.
9795
9796 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9797
9798         * wl-summary.el (wl-summary-sync-update3): Call
9799         `wl-summary-buffer-number-column-detect'.
9800         (wl-summary-buffer-number-column-detect): Search from point-min.
9801
9802 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9803
9804         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9805         contains an address which is not included in original to or cc.
9806
9807 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9808
9809         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9810         begin-line does not exist.
9811         * wl-message.el (wl-message-uu-substring): Ditto.
9812
9813 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9816         clear local variables.
9817         (wl-summary-exit): Call `elmo-commit'.
9818         (wl-summary-switch-to-clone-buffer): Call
9819         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9820         (wl-summary-goto-folder-subr): Ditto.
9821
9822         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9823         POP folder.
9824
9825 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9826
9827         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9828         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9829         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9830         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9831         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9832         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9833
9834         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9835
9836 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9837
9838         * wl-summary.el (wl-summary-search-by-subject):
9839         Search parent message from the latest one.
9840
9841 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9842
9843         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9844         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9845
9846         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9847         New user option.
9848
9849         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9850         if elmo-nntp-use-killed-list is nil.
9851         Use `elmo-msgdb-append-to-killed-list'.
9852         (Append numbers confirmed as disappeared to the killed list.)
9853         (wl-summary-confirm-appends): Don't display negative number.
9854
9855 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9856
9857         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9858
9859 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9860
9861         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9862         range is `all'.
9863         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9864         `elmo-list-bigger-diff'.
9865
9866 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9867
9868         * wl-summary.el (wl-summary-buffer-exit-func):
9869         New buffer local variable.
9870         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9871
9872 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9873
9874         * wl-demo.el (wl-demo): Fix the last change.
9875
9876 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9877
9878         * wl-demo.el (wl-demo): Don't use `eval'.
9879
9880 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9881
9882         * wl-summary.el (wl-summary-buffer-thread-modified):
9883         New buffer-local variable.
9884         (wl-summary-set-thread-modified): New function.
9885         (wl-summary-thread-modified-p): New function.
9886         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9887         (wl-summary-yank-saved-message): Use function
9888         `wl-summary-set-thread-modified'
9889         (wl-summary-switch-to-clone-buffer): Add
9890         `wl-summary-buffer-thread-modified'.
9891
9892         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9893         (wl-summary-buffer-mark-saved-hook): Ditto.
9894         * wl-summary.el (wl-summary-msgdb-save): New hook
9895         `wl-summary-buffer-message-saved-hook' and
9896         `wl-summary-buffer-mark-saved-hook'.
9897
9898 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9899
9900         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9901
9902 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9903
9904         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9905         don't hide scroll bars under FSF Emacsen because it may incur an
9906         undesirable redrawing.
9907
9908 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9909
9910         * wl-draft.el (wl-draft-edit-string): Call
9911         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9912
9913 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9914
9915         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9916
9917 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9918
9919         * wl-summary.el (wl-summary-msgdb-load-async): Call
9920         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9921
9922 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9923
9924         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9925         fringes in demo buffer; center bitmap logo correctly even if old
9926         Mule is used.
9927
9928 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9929
9930         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9931
9932         * wl-refile.el (wl-refile-subject-alist): New variable.
9933         (wl-refile-subject-alist-file-name): Ditto.
9934         (wl-refile-alist-setup): Rewrite.
9935         (wl-refile-alist-save): Use `elmo-object-save'.
9936         Eliminated arguments.
9937         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9938         (wl-refile-guess-by-subject): New function.
9939         (wl-refile-guess-func-list): Added it.
9940
9941 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9942
9943         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9944         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9945
9946 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9947
9948         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9949         New buffer-local variable.
9950         (wl-summary-buffer-next-folder-func): Ditto.
9951         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9952         if non-nil.
9953         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9954         if non-nil.
9955         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9956         if non-nil.
9957         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9958         if non-nil.
9959
9960 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9961
9962         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9963         permanently in the demo buffer.
9964
9965 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9966
9967         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9968         `mime-entity-fetch-field'.
9969
9970         * wl.el (wl-exit): Delete plugged buffer.
9971
9972         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9973         XEmacs has menubar feature.
9974
9975 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9976
9977         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9978         cannot arrive at the beginning of the buffer under old Emacsen.
9979
9980 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9981
9982         * wl-address.el (wl-address-ldap-search):
9983         Call `ldap-search-entries' with `withdn' argument t.
9984         (wl-complete-field-body): Bind completion-ignore-case as t.
9985         Clear ldap search hash when it was sole completion.
9986         Use elmo-string for pattern string.
9987         (wl-ldap-alias-safe-string): Eliminated needless let.
9988
9989 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9990
9991         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9992         (wl-ldap-alias-sep): New constant.
9993         (wl-ldap-search-attribute-type-list): Ditto.
9994         (wl-ldap-get-value): New function.
9995         (wl-ldap-make-filter): Ditto.
9996         (wl-ldap-make-matched-value-list): Ditto.
9997         (wl-ldap-alias-safe-string): Ditto.
9998         (wl-ldap-register-dn-string): Ditto.
9999         (wl-address-ldap-search): Rewrite.
10000
10001 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10002
10003         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10004         thread is deleted.
10005         (wl-thread-delete-line-from-buffer): Ditto.
10006         (wl-thread-get-exist-children): New function.
10007
10008 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10009
10010         * wl-demo.el (wl-demo): Made it to select various image types.
10011         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10012         from `wl-title-logo'.
10013         (wl-logo-ascii): New variable.
10014         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10015         (wl-demo-copyright-notice): New constant.
10016
10017         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10018
10019 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10020
10021         * wl-vars.el (wl-summary-target-above): Renamed from
10022         wl-summary-temp-above.
10023         * wl-score.el (wl-score-get-score-alist): Use it.
10024         (wl-summary-score-update-all-lines): Use it.
10025         * wl-summary.el: Ditto. (make-variable-buffer-local).
10026
10027 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10028
10029         * wl-vars.el (wl-ldap-port): New user option.
10030
10031         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10032         Rewite whole implementation.
10033         (wl-complete-field-body): Fixed.
10034
10035 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10036
10037         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10038         Choose implementation at compile time.
10039
10040 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10041
10042         * wl-address.el (wl-ldap-search-internal): New function.
10043         (wl-complete-field-to): Use it.
10044
10045 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10046
10047         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10048         Use `let' instead of `let*'.
10049         Require 'wl-vars.
10050
10051         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10052         Define as defcustom.
10053         (wl-ldap-base): Ditto.
10054         (wl-use-ldap): Ditto.
10055
10056 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10057
10058         * wl-address.el (wl-ldap-search): New function.
10059         (wl-complete-field-body): Use `wl-ldap-search'.
10060         (wl-ldap-server): New variable.
10061         (wl-ldap-base): Ditto.
10062         (wl-use-ldap): Ditto.
10063
10064 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10065
10066         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10067         (Pointed out by Mito <mit@nines.nec.co.jp>).
10068         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10069         buffer-local variables like `wl-summary-redisplay-internal'.
10070         (wl-summary-redisplay-all-header): Likewise.  Update
10071         Summary view too.
10072
10073 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10074
10075         * wl-summary.el (wl-summary-jump-to-parent-message):
10076         Consider prefix argument.
10077
10078         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10079         when closed thread is deleted.
10080
10081 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10082
10083         * wl-summary.el (wl-summary-jump-to-parent-message):
10084         Consider thread modification.
10085
10086 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10087
10088         * wl-message.el (wl-message-normal-get-original-buffer): Use
10089         `save-excursion'.
10090
10091         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10092         (wl-summary-showto-folder-regexp): Ditto.
10093
10094 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10095
10096         * wl-util.el (wl-delete-alist): Doc fix.
10097         (wl-delete-associations): New function.
10098         (wl-inverse-alist): New function.
10099         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10100         Split temporary variables. Use `wl-delete-associations'
10101         and `wl-inverse-alist'.
10102         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10103
10104 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10105
10106         * wl-folder.el (wl-folder-prefetch-entity):
10107         Execute prefetching if new count is unknown.
10108
10109 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10110
10111         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10112
10113         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10114         delete entity.
10115         (wl-thread-set-parent): If insert as top, set linked as nil.
10116
10117         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10118         `wl-thread-cleanup-symbols' when view mode is thread.
10119
10120 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10121
10122         * wl-folder.el (wl-folder-create-folder-entity): Use
10123         with-current-buffer.
10124         (wl-local-folder-init): Call set-buffer to make sure we are in
10125         the Folder buffer. Don't touch buffer-local variables here.
10126         (wl-folder-mode): Initialize buffer-local variables here.
10127
10128         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10129         (wl-folder-entity-assign-id): Ditto.
10130         (wl-folder-create-entity-hashtb): Ditto.
10131         (wl-local-folder-init): Ditto.
10132         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10133
10134 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10135
10136         * wl-summary.el (wl-summary-default-from): Fix probrem when
10137         std11-extract-address-components return (nil "foo@bar").
10138
10139 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10140
10141         * wl-draft.el (wl-draft-clone-local-variables):
10142         Remove redundant `setq'.
10143
10144 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10145
10146         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10147         Bind wl-highlight-x-face-func as nil while highlighting header.
10148
10149 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10150
10151         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10152
10153 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10154
10155         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10156         elmo-msgdb-overview-hashtb from copy-variables.
10157         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10158         instead of `elmo-msgdb-overview-get-entity-by-number'.
10159         (wl-summary-auto-refile): Ditto.
10160
10161         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10162         `elmo-msgdb-overview-get-entity' instead of
10163         `elmo-msgdb-search-overview-entity'.  Use
10164         `elmo-msgdb-overview-get-entity' instead of
10165         `elmo-msgdb-overview-get-entity-by-number'.
10166         (wl-thread-insert-entity-sub): Ditto.
10167         (wl-thread-insert-message): Ditto.
10168
10169         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10170         `elmo-msgdb-overview-get-entity'.
10171         (wl-normal-message-redisplay): Ditto.
10172
10173 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10174
10175         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10176         `wl-thread-entities'.
10177         (wl-thread-delete-message): Fix remove top message from
10178         `wl-thread-entity-list'.
10179
10180         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10181         wl-append(nconc), because update-list is broken on Meadow.
10182
10183         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10184         updating process.
10185         (wl-summary-rescan): Ditto.
10186         (wl-summary-sync-update3): Ditto.
10187         * wl-thread.el (wl-thread-set-parent): Renamed from
10188         `wl-summary-set-parent'.
10189         (wl-thread-insert-message): Updating buffer faster.
10190         (wl-thread-delete-message): Updating buffer faster.
10191
10192         * wl-score.el (wl-summary-score-update-all-lines): Changed
10193         interval for display progress gauge.
10194
10195 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10196
10197         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10198         folder always-sticky.
10199         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10200         defmacro.
10201
10202 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10203
10204         * wl-vars.el (wl-draft-add-references): New user option.
10205
10206         * wl-draft.el (wl-draft-add-references): New function.
10207         (wl-draft-yank-from-mail-reply-buffer): Use it.
10208         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10209         as nil.
10210
10211 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10212
10213         * wl-thread.el (wl-thread-update-line-msgs): Called
10214         `wl-thread-update-line-on-buffer-sub'.
10215         (wl-thread-update-line-on-buffer): Delete routine of inserting
10216         thread.
10217         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10218         moved from `wl-thread-update-line-on-buffer'.
10219         Add threshold for displaying progress gauge.
10220         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10221         argument of `wl-thread-update-line-msgs'.
10222         Add threshold for displaying progress gauge.
10223         * wl-folder.el:
10224         Add threshold for displaying progress gauge.
10225         * wl-score.el: Ditto.
10226
10227         * wl-expire.el (wl-summary-expire): Display deleting info.
10228
10229 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10230
10231         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10232         `no-msg'.
10233         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10234         argument of `wl-thread-update-line-msgs'.
10235         (wl-summary-set-parent): Added optional argument `parent-number'.
10236         (wl-summary-buffer-saved-message): New buffer local variable.
10237         (wl-summary-save-current-message): New command.
10238         (wl-summary-yank-saved-message): Ditto.
10239         (wl-summary-mode-map): Added key binding for
10240         `wl-summary-save-current-message' (\ew) and
10241         `wl-summary-yank-saved-message' (\C-y).
10242         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10243
10244 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10245
10246         * wl-summary.el (wl-summary-mode-map): Added key binding for
10247         `wl-summary-set-parent' (ts).
10248
10249 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10250
10251         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10252         subject faster. If thread number is reverse, delayed updating
10253         thread.
10254         (wl-summary-search-by-subject): Ditto.
10255         (wl-summary-put-alike): Ditto.
10256         (wl-summary-get-alike): Ditto.
10257         (wl-summary-insert-headers): Insert header of all overview in
10258         buffer.
10259         (wl-summary-rescan): Delayed updating thread. Kill search subject
10260         buffer for wl-summary-search-by-subject.
10261         (wl-summary-sync-update3): Ditto.
10262         (wl-summary-exit): Ditto.
10263         (wl-summary-goto-bottom-of-current-thread): Change for linked
10264         thread.
10265         (wl-summary-overview-create-summary-line): Change line for linked
10266         thread.
10267
10268         * wl-summary.el (wl-summary-update-thread): Use
10269         wl-thread-maybe-get-children-num.
10270         (wl-summary-set-parent): If change parent, move sub thread.
10271         (wl-summary-redisplay-internal): Add horizontal recenter.
10272         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10273
10274         * wl-thread.el (wl-thread-entity-get-linked): New function.
10275         (wl-thread-entity-set-linked): New function.
10276         (wl-thread-create-entity): Add linked element.
10277         (wl-thread-entity-insert-as-top): Use wl-append.
10278         (wl-thread-maybe-get-children-num): If closing thread, return
10279         children msgs.
10280         (wl-thread-update-line-msgs): Displaying progress message.
10281         (wl-thread-update-line-on-buffer-sub): Use
10282         wl-thread-maybe-get-children-num.
10283         (wl-thread-update-line-on-buffer): If update line is not exists,
10284         insert thread.
10285         (wl-thread-delete-message): If delete top msg of thread, search
10286         parent by subject.
10287         (wl-thread-insert-entity): Use
10288         wl-thread-maybe-get-children-num.
10289
10290         * wl-highlight.el (wl-highlight-summary-current-line): change
10291         sregexp for linked thread.
10292         * wl-util.el (wl-count-lines): Count lines.
10293         (wl-horizontal-recenter): horizontal recenter.
10294         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10295         (wl-score-get-alike): Ditto.
10296         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10297         (wl-subject-length-limit): New variable.
10298         (wl-highlight-thread-indent-string-regexp): Changed for linked
10299         thread.
10300
10301 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10302
10303         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10304         New variable (revival).
10305         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10306         by subject matching if there's no in-reply-to nor references field
10307         (revival).
10308
10309 \f
10310 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10311
10312         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10313         message.
10314
10315 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10316
10317         * wl-summary.el (wl-summary-reply): Return t if there was a
10318         message at cursor point.
10319         Added unwind-protect.
10320         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10321         returns t.
10322         (wl-summary-cancel-message): Do nothing when there's no message at
10323         cursor point.
10324         (wl-summary-forward): Ditto.
10325         (wl-summary-jump-to-parent-message): Ditto.
10326         (wl-summary-reedit): Ditto.
10327         (wl-summary-edit-addresses): Ditto.
10328         (wl-summary-pipe-message): Ditto.
10329         (wl-summary-print-message-with-ps-print): Ditto.
10330         (wl-summary-print-message): Ditto.
10331         (wl-summary-mark-as-important): Ditto.
10332         (wl-summary-mark-as-unread): Ditto.
10333
10334         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10335         message at cursor point.
10336         (wl-summary-reply-with-citation): Remove unwind-protect.
10337
10338         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10339         subject searching feature.
10340         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10341         Eliminated.
10342
10343 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10344
10345         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10346         New variable.
10347         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10348         by subject matching if there's no in-reply-to nor references field.
10349
10350         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10351
10352         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10353         when display is finished.
10354         (wl-folder-open-all): Ditto.
10355         (wl-folder-update-access-group): Ditto.
10356         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10357         * wl-thread.el (wl-thread-close-all): Ditto.
10358
10359         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10360         progress gauge only when it was displayed.
10361         * wl-folder.el (wl-folder-insert-entity): Ditto.
10362
10363 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10364
10365         * wl-summary.el (wl-summary-incorporate): Enclose
10366         `wl-summary-sync-force-update' with save-excursion.
10367
10368 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10369
10370         * wl-summary.el (wl-summary-prefetch-region):
10371         Pass current cursor point to `pos-visible-in-window-p' after
10372         moving cursor to the started point.
10373
10374 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10375
10376         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10377
10378         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10379         fields from the forwarding message.
10380         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10381         `ignored-fields'.
10382
10383 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10384
10385         * wl-mime.el (wl-message-request-partial):
10386         Eliminated argument `msgdb'.
10387         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10388         (wl-mime-combine-message/partial-pieces): Likewise.
10389         * tm-wl.el (wl-message-request-partial): Likewise.
10390         (wl-mime-combine-message/partial-pieces): Likewise.
10391
10392 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10393
10394         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10395         when display is finished.
10396
10397 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10398
10399         * wl-summary.el (wl-summary-goto-folder-subr):
10400         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10401
10402 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10403
10404         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10405         when cursor point is visible.
10406
10407 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10408
10409         * wl-expire.el (wl-expire-archive-get-max-number):
10410         Don't use `file-name-directory'.
10411
10412 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10413
10414         * wl-expire.el (wl-expire-archive-get-max-number):
10415         Use `file-name-directory'.
10416
10417 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10418
10419         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10420         only when there is progress.
10421
10422 2000-04-13  Mito <mit@nines.nec.co.jp>
10423
10424         * wl-summary.el (wl-summary-sync-marks): Display progress.
10425
10426 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10427
10428         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10429         (wl-summary-prev): Move cursor regardless of unread status.
10430         (wl-summary-next): Ditto.
10431
10432 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10433
10434         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10435         Added argument `target' and `number'.
10436         * tm-wl.el (wl-summary-burst-subr): New function.
10437         (wl-summary-burst): Use it.
10438
10439 2000-04-10  Mito <mit@nines.nec.co.jp>
10440
10441         * wl-mime.el (wl-burst): New function.
10442         (wl-summary-burst): Use it.
10443
10444 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10445
10446         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10447         as petname when there's no candidate.
10448
10449 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10450
10451         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10452         New variable.
10453         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10454
10455         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10456
10457         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10458
10459 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10460
10461         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10462         Use substring of `original' instead of buffer-substring.
10463         (wl-refile-evaluate-rule):
10464         Set `original' argument of wl-refile-expand-newtext.
10465
10466         * wl-summary.el
10467         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10468         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10469         (wl-summary-auto-refile): Check existence of destination folder just
10470         before marking.
10471
10472 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10473
10474         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10475         when wl-refile-get-field-value return nil.
10476
10477 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10478
10479         * wl-refile.el
10480         (wl-refile-expand-newtext): New function imported from Gnus.
10481         (wl-refile-evaluate-rule): Use it.
10482
10483 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-summary.el (wl-summary-print-destination):
10486         Duplicate folder string to avoid putting text-property on
10487         original string.
10488
10489         * wl-refile.el (wl-refile-get-field-value): New function.
10490         (wl-refile-evaluate-rule): New function;
10491         Evaluate refile rule recursively.
10492         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10493         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10494         New function; Check existence of a target folder recursively.
10495         (wl-summary-auto-refile-check-refile-rule-alist):
10496         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10497
10498 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10499
10500         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10501
10502         * wl-folder.el (wl-create-folder-entity-from-buffer):
10503         Fixed problem when '}' character is contained in folder name.
10504
10505         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10506
10507 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10508
10509         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10510         (wl-fldmgr-add-completion-all-completions):
10511         Use wl-fldmgr-add-completion-hashtb.
10512
10513 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10514
10515         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10516         wl-fldmgr-add-completion-subr): New functions.
10517         * wl-folder.el (wl-folder-completion-func): New variable.
10518         * wl-summary.el (wl-summary-read-folder):
10519         Use wl-folder-completion-func.
10520
10521         * wl-refile.el: Eliminate throw & catch.
10522
10523         * wl.el (wl-plugged-sending-queue-status): Fixed.
10524
10525 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10526
10527         * wl-draft.el (wl-draft): Put category property on
10528         mail-header-separator.