daa00e9e8ac9dd4f8fb4be1ecbf4225743c42665
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
4         
5 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
8         instead of `read-event'.
9
10         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
11
12         * wl-mule.el (wl-read-event-char): Ditto.
13
14         * wl-e21.el (wl-read-event-char): Ditto.
15
16 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
19
20 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
21
22         * wl-vars.el (wl-draft-send-confirm-type): New user option.
23
24         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
25
26         * wl-draft.el (wl-draft-send-confirm): Confirmation by
27         `wl-draft-send-confirm-type'
28
29 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
30
31         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
32         Avoid error when the buffer name is already used.
33
34 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
35
36         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
37         the change of elmo-nmz -> elmo-search.
38         (wl-highlight-summary-line-help-echo-alist): Ditto.
39         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
40         (wl-nmz-folder-icon): Define as obsolete.
41         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
42         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
43
44 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-summary.el (wl-summary-get-list-info): Rewrite with
47         `elmo-find-list-match-value'
48
49 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
50
51         * wl-summary.el (wl-summary-get-list-info): Optimize.
52         Use List-Id and List-Post also.
53
54 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
57
58 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
59
60         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
61
62 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-util.el (wl-completing-read-multiple-1): New internal function.
65         (wl-completing-read-multiple-2): Ditto.
66         (wl-completing-read-multiple): Define use above functions.
67
68         * wl-summary.el (wl-summary-sort): Removed the workaround for a
69         bug of `completing-read-multiple' about default value.
70
71         * wl-xmas.el (wl-completing-read-multiple): Removed.
72
73         * wl-mule.el (wl-completing-read-multiple): Ditto.
74
75         * wl-e21.el (wl-completing-read-multiple): Ditto.
76
77 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-util.el (wl-filter-associations): New function.
80
81         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
82         (wl-spam-ignored-folder-list): Ditto.
83         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
84         (wl-spam-string-member-p): New function.
85         (wl-spam-domain): Use it.
86         (wl-spam-split-numbers): New function.
87         (wl-spam-apply-partitions): Ditto.
88         (wl-spam-register-spam-messages): Use `folder' instead of
89         `wl-summary-buffer-elmo-folder'.
90         (wl-spam-register-good-messages): Ditto.
91         (wl-summary-exec-action-spam): Decide a domain by real folder of
92         message.
93         (wl-summary-exec-action-refile-with-register): Likewise.
94
95 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-e21.el (wl-e21-find-image): New function.
98         (wl-e21-setup-toolbar): Use it instead of `find-image'.
99         (wl-e21-highlight-folder-group-line): Ditto.
100         (wl-folder-init-icons): Ditto.
101         (wl-plugged-init-icons): Ditto.
102         (wl-biff-init-icons): Ditto.
103
104 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
107         (wl-inhibit-save-drafts): New internal variable.
108         (wl-disable-auto-save): Ditto.
109         (wl-save-drafts): Treat above variables.
110         (wl-auto-save-drafts): New function.
111         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
112         `wl-stop-save-drafts'.
113         (wl-start-save-drafts): New function.
114         (wl-stop-save-drafts): Ditto.
115         (wl-set-auto-save-draft): New command.
116
117         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
118         `wl-set-save-drafts'.
119
120 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
121
122         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
123         `make-local-variable' instead of `make-variable-buffer-local'.
124
125 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
128
129 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
130
131         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
132
133 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
136         of working buffer.
137
138 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
139
140         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
141
142         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
143         value into recipients; Bind `wl-draft-remove-group-list-contents'
144         as nil.
145
146 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-summary.el (wl-summary-sort): Fixed the last change.
149
150         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
151         (wl-summary-sort-messages): Ditto.
152         (wl-summary-rescan): Use it.
153         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
154         `completing-read'; Append candidates for reverse order.
155
156 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
157
158         * Version number is increased to 2.15.2.
159
160 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
163         "Smaller".
164         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
165
166 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
169
170 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-vars.el (wl-draft-additional-header-alist): Add into the
173         customize group `wl-draft'.
174         (wl-draft-add-in-reply-to): Move customize group from `wl' to
175         `wl-draft'.
176         (wl-draft-add-references): Ditto.
177
178         * wl-action.el (wl-summary-print-argument): Rename argument from
179         `folder' to `data'.
180
181 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-summary.el (wl-summary-rescan-message): Call
184         `wl-thread-cleanup-symbols' before insert thread.
185
186 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl.el (wl-init): Set `elmo-get-folder-function' as
189         `wl-folder-make-elmo-folder'.
190
191         * wl-spam.el (wl-summary-exec-action-spam): Use
192         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
193
194         * wl-folder.el (wl-folder-make-elmo-folder): New function.
195         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
196         `elmo-make-folder'.
197         (wl-folder-get-elmo-folder): Ditto.
198         (wl-folder-create-subr): Simplify.
199
200 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
203
204 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
207         contents in message buffer instead of original buffer. If optional
208         argument specified, ask coding system for encode.
209
210 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
211
212         * wl-spam.el (wl-summary-test-spam-region): New function.
213         (wl-spam-setup): Bind "rkc".
214
215 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
216
217         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
218
219 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
220
221         * wl-spam.el (wl-summary-test-spam): Fix typo.
222         (wl-message-check-spam): Ditto.
223
224 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-summary.el (wl-summary-default-from): Simplify.
227
228 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-action.el (wl-summary-exec-action-refile): Simplify.
231         (wl-summary-exec-action-copy): Ditto.
232         (wl-summary-auto-refile): Check existence of temporary mark.
233
234 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl-summary.el (wl-summary-create-line): Use
237         `elmo-time-to-datevec'.
238
239         * wl-expire.el (wl-expire-archive-date): Ditto.
240         (wl-expire-localdir-date): Ditto.
241
242         * wl-util.el (wl-day-number): Abolish.
243
244         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
245         of `wl-day-number'.
246         (wl-score-followup): Ditto.
247         (wl-score-add-followups): Ditto.
248         (wl-score-get-latest-msgs): Ditto.
249         (wl-score-get-header-entry): Ditto.
250         (wl-score-edit-insert-date): Ditto.
251
252 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
255         `elmo-message-entity-field' with 2nd argument `type'.
256
257 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
258
259         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
260
261 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-thread.el (wl-thread-delete-message): Delete descendant
264         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
265
266 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
267
268         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
269
270 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
273         `Access folder'.
274
275 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-vars.el (wl-access-folder-icon): New user option.
278
279         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
280         `Access folder'.
281
282 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-summary.el (wl-summary-buffer-set-folder): Use
285         `wl-folder-mime-charset'.
286
287         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
288         `mime-charset'.
289         (wl-folder-get-elmo-folder): Ditto.
290         (wl-folder-mime-charset): New function.
291
292 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-util.el (wl-parse-addresses): Define alias of
295         `elmo-parse-addresses' (move to `elmo-util.el').
296
297         * wl-summary.el (wl-summary-default-from): Follow the API change.
298         (wl-summary-overview-entity-compare-by-date): Ditto.
299         (wl-summary-overview-entity-compare-by-from): Ditto.
300         (wl-summary-get-list-info): Get value of `ml-info' field from
301         entity at first.
302         (wl-summary-rescan-message): Treat prefix argument.
303         (wl-summary-prefetch-msg): Follow the API change.
304         (wl-summary-search-by-subject): Ditto.
305         (wl-summary-insert-thread): Ditto.
306         (wl-summary-line-subject): Ditto.
307         (wl-summary-line-from): Ditto.
308         (wl-summary-create-line): Ditto.
309         (wl-summary-print-message-with-ps-print): Ditto.
310
311         * wl-score.el (wl-score-ov-entity-get): Ditto.
312         (wl-score-followup): Ditto.
313         (wl-score-add-followups): Use `elmo-message-entity-field' instead
314         of `car'.
315         (wl-score-get-latest-msgs): Follow the API change.
316         (wl-score-get-header): Ditto.
317
318         * wl-refile.el (wl-refile-learn): Ditto.
319         (wl-refile-subject-learn): Ditto.
320         (wl-refile-get-field-value): Ditto.
321         (wl-refile-guess-by-history): Ditto.
322         (wl-refile-guess-by-subject): Ditto.
323
324         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
325
326         * wl-expire.el (wl-expire-date-p): Removed.
327         (wl-expire-archive-date): Follow the API change.
328         (wl-expire-localdir-date): Ditto.
329         (wl-summary-expire): Ditto.
330
331         * Version number is increased to 2.15.1.
332
333 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
336         group is access or not (it is not strict, like wl-fldmgr-rename).
337
338 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
341         duplicate call of `wl-summary-print-argument' on the wrong line.
342
343 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
346         even if argument `number' is nil.
347         (wl-summary-insert-line): Print action argument if current message
348         has it.
349
350 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
353         (wl-draft-reply): Ditto.
354         (wl-draft): Add optional argument `parent-number' and call
355         `wl-draft-create-buffer' with it.
356         (wl-draft-create-buffer): Add optional argument
357         `parent-number'. Set wl-draft-parent-number as it.
358
359 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
360
361         * wl-folder.el (wl-folder-set-persistent-mark): If summary
362         buffer is not for given folder, don't use it.
363
364 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
365
366         * Version number is increased to 2.15.0.
367
368 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
369
370         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
371
372         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
373         (wl-highlight-get-face-by-name): New internal function.
374         (wl-highlight-summary-line-face-spec): Use it and fixed.
375
376 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
377
378         * wl-summary.el (wl-summary-sync-update): Use
379         `elmo-message-entity-field' instead of `car' to get message-id
380         from overview entity.
381
382         * wl-summary.el (wl-summary-rescan-message): Call
383         `wl-highlight-summary-displaying' when displaying a message.
384
385 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
386
387         * wl-draft.el (wl-draft-config-info-filename): Extracted from
388         `wl-draft-config-info-operation'.
389         (wl-draft-buffer-change-number): New function.
390         (wl-draft-rename-saved-config): Ditto.
391         * wl.el (wl-init): Connect slot for message-number-changed.
392         (toplevel): Add autoload for wl-draft-rename-saved-config.
393
394 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
397         `update-overview'
398         (wl-summary-buffer-detach): Disconnect from it.
399         (wl-summary-rescan-message): Use command.
400
401         * wl-message.el (wl-message-buffer-display): Use
402         `with-current-buffer' instead of `save-excursion'.
403
404 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
405
406         * wl-mime.el (wl-draft-preview-attributes-list): Protect
407         wl-draft-preview-attributes-list from distraction.
408
409 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
410
411         * wl-summary.el (wl-summary-sync-update): Sort the return value of
412         `elmo-list-diff'.
413
414 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-summary.el
417         (wl-summary-edit-addresses-collect-candidate-fields): Use
418         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
419
420         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
421         instead of `elmo-set-work-buf'.
422
423         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
424         (wl-address-make-address-list): Ditto.
425
426         * Version number is increased to 2.13.3.
427
428 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
431         user option.
432
433         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
434         argument `5'.
435
436         * wl-message.el (wl-message-display-no-merge-p): New function.
437         (wl-message-buffer-display): Check whether the message is
438         reassembled and follow the API change.
439
440 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
443         multibyte on working buffer and removed unnecessary
444         `buffer-disable-undo'.
445
446 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-util.el (wl-read-search-condition-internal): Fixed the last
449         change.
450
451 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
452
453         * wl-util.el (wl-read-search-condition-internal): Protect
454         elmo-global-flags from distraction.
455
456 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
457
458         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
459
460         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
461         (wl-summary-event-handler): Ditto.
462         (wl-summary-update-persistent-mark-on-event): New
463         function (renamed from `elmo-event-handler-flag-changed').
464         (wl-summary-buffer-attach): New function.
465         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
466         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
467         instead of `elmo-folder-add-handler'.
468
469         * Version number is increased to 2.13.2.
470
471 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
474         and "\177" to the `wl-news-previous-page'.
475         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
476         (wl-news-previous-page): New function.
477
478 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
481         instead of `write-region' and simplify.
482
483 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-template.el (wl-template-select): Cause error if
486         `wl-template-alist' is nil.
487
488 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
489
490         * wl-news.el.in: Set file variable `no-byte-compile'.
491
492 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
495         whether a target message is within displaying area.
496         (elmo-event-handler-cache-changed): Ditto.
497
498 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
499
500         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
501         to `defun'.  Use `nconc' instead of `append' to collect descendant
502         message numbers.
503
504 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
505
506         * wl-thread.el (wl-thread-save-top-list)
507         (wl-thread-save-entities): Use `with-temp-buffer'.
508         * wl-news.el.in (wl-news-previous-version-load):
509         (wl-news-previous-version-save): Ditto.
510         * wl-summary.el (wl-summary-load-file-object)
511         (wl-summary-save-view-cache): Ditto.
512
513 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-util.el (toplevel): Require 'elmo-flag'.
516         (wl-read-search-condition): New function (Renamed from
517         `elmo-read-search-condition').
518         (wl-read-search-condition-internal): Likewise.
519
520         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
521         invalid.
522         (wl-summary-pick): Use `wl-read-search-condition' instead of
523         `elmo-read-search-condition'.
524         (wl-summary-virtual): Ditto.
525
526         * wl-folder.el (wl-folder-virtual): Ditto.
527         (wl-folder-pick): Ditto.
528
529         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
530
531 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-summary.el (wl-summary-reedit): Call
534         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
535
536 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-mime.el (toplevel): Require wl-vars.
539
540         * wl-message.el (toplevel): Require cl at compile.
541
542         * wl-draft.el (toplevel): Require elmo.
543
544 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
545
546         * wl-message.el (wl-message-buffer-prefetch): Count is a number
547         and do nothing when it is not positive.
548         (wl-message-buffer-prefetch-next): Ditto.
549
550 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
553         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
554         (wl-summary-redisplay-internal): Ditto.
555
556         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
557         message (the condition is borrowed from `wl-check-variables-2').
558         (wl-summary-redisplay-internal): Ditto.
559
560 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
561
562         * wl-mime.el (wl-draft-nntp-attribute): New function.
563         (wl-draft-attribute-nntp-posting-server): Use it.
564         (wl-draft-attribute-nntp-posting-port): Ditto.
565
566         * wl-mime.el (wl-draft-preview-attributes-list): New function.
567         (wl-draft-show-attributes-buffer): Ditto.
568         (wl-draft-hide-attributes-buffer): Ditto.
569         (wl-draft-attribute-newsgroups): Ditto.
570         (wl-draft-attribute-nntp-posting-server): Ditto.
571         (wl-draft-attribute-nntp-posting-port): Ditto.
572         (wl-draft-preview-message): Use there functions.
573
574         * wl-vars.el (wl-draft-preview-attributes-list): Change default
575         value.
576
577 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
580         (wl-draft-reedit): Ditto.
581         (wl-draft-queue-flush): Ditto.
582
583         * wl-mime.el (wl-message-request-partial): Ditto.
584         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
585         instead of `elmo-message-fetch'.
586
587         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
588
589         * wl-summary.el (wl-summary-message-string): Ditto.
590
591 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-util.el (wl-current-message-buffer): Follow the API change.
594
595         * wl-summary.el (wl-summary-redisplay-internal): Call
596         `wl-summary-mark-as-read' with 2nd argument as nil and update
597         unread count instead of persistent mark.
598
599         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
600         variable.
601         (wl-message-redisplay): Follow the API change.
602         (wl-message-buffer-display): Managed mime-entity directly and
603         return preview buffer only.
604         (wl-message-display-internal): Rewrite.
605         (wl-message-buffer-prefetch-subr): Not save return value of
606         `wl-message-buffer-display'.
607
608         * Version number is increased to 2.13.1.
609
610 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
613         'elmo-multiple-fields-body-list' with boundary specified.
614
615 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-vars.el (wl-summary-resend-use-cache): New variable.
618         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
619         cache if `wl-summary-resend-use-cache' is non-nil.
620
621 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
622
623         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
624         (wl-nntp-posting-stream-type): Ditto.
625
626 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
627
628         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
629
630 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
631
632         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
633         message.
634
635 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
638         Abolish.
639         (wl-summary-buffer-persistent-mark-version): New internal
640         variable.
641         (wl-summary-update-mark-and-highlight-window): Check by
642         wl-summary-persistent-mark-invalid-p.
643         (wl-summary-update-status-marks): Ditto.
644         (elmo-event-handler-flag-changed): Rewrite.
645         (elmo-event-handler-cache-changed): Define.
646         (wl-summary-prefetch-msg): Does not update persistent mark here.
647         (wl-summary-delete-cache): Ditto.
648         (wl-summary-resume-cache-status): Ditto.
649         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
650         (wl-summary-persistent-mark-invalid-p): New function.
651         (wl-summary-validate-persistent-mark): Ditto.
652         (wl-summary-validate-persistent-mark-string): Ditto.
653         (wl-summary-invalidate-persistent-mark): Ditto.
654         (wl-summary-update-persistent-mark): Call
655         `wl-summary-validate-persistent-mark'.
656         (wl-summary-create-line): Call
657         `wl-summary-validate-persistent-mark-string'.
658
659         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
660         status as t if cache used.
661
662 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
665         only if the target is group.
666         * wl-folder.el (wl-folder-append-petname): Don't check group name.
667
668 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
669
670         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
671
672 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
673
674         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
675
676         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
677
678 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
679
680         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
681         (Thanks to Yoichi NAKAYAMA).
682
683 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-util.el (wl-save-drafts): Restore echo area.
686
687 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
688
689         * Version number is increased to 2.13.0.
690
691         * wl-util.el (wl-biff-check-folder-async): Use
692         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
693
694 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-message.el (wl-message-display-internal): Does not put
697         wl-message-display-type property on message buffer.
698         (wl-message-buffer-display-type): New function.
699
700         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
701
702         * wl-summary.el (wl-summary-mode): Use `dolist' to add
703         `wl-summary-buffer-detach'.
704         (wl-summary-message-display-type): Use
705         `wl-summary-buffer-display-type'.
706
707 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
710         buffer-local.
711
712         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
713         kill-buffer-hook instead of make-local-variable.
714         (wl-draft-preview-message): Set `local' argument of add-hook as t.
715
716 2004-12-12  Scott Renfro <scott@renfro.org>
717
718         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
719         regex for square-branket.
720
721 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
724         `wl-message-mime-analysis-p' with argument `header'.
725
726 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
727
728         * wl-mime.el (wl-draft-yank-current-message-entity): 
729         Switch to no-mime following method according to wl-message-display-type
730         property.
731         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
732
733         * wl-message.el (wl-message-display-internal): 
734         Put wl-message-display-type property on message buffer.
735
736         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
737         (wl-message-display-internal): Ditto;
738
739         * wl-summary.el (wl-summary-toggle-mime): Ditto.
740
741 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-message.el (wl-message-make-display-type): New function.
744         (wl-message-display-type-property): Ditto.
745         (wl-message-mime-analysys-p): Ditto.
746         (wl-message-display-all-header-p): Ditto.
747         (wl-message-redisplay): Removed argument `as-is', `all-header' and
748         added `display-type'.
749         (wl-message-buffer-display): Likewise.
750         (wl-message-display-internal): Likewise.
751         (wl-message-buffer-display-type): Abolish.
752         (wl-message-buffer-prefetch-subr): Follow the API changed.
753
754         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
755         from wl-summary-buffer-display-all-header and changed default value.
756         (wl-summary-message-display-type): New function.
757         (wl-summary-buffer-display-mime-mode): Ditto.
758         (wl-summary-buffer-display-header-mode): Ditto.
759         (wl-summary-toggle-mime): Rewrite with above functions.
760         (wl-summary-toggle-all-header): Ditto.
761         (wl-summary-redisplay): Force redisplay with default mode.
762         (wl-summary-redisplay-internal): Renamed argument from `mode',
763         `all-header' to `mime-mode', `header-mode'.
764         Use `wl-message-make-display-type'.
765
766         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
767         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
768
769 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
770
771         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
772
773 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
774
775         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
776         in original message buffer.
777         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
778         buffer.
779
780 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
783
784 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
785
786         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
787
788 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
789
790         * wl-action.el (wl-summary-exec-action-refile): Display a done message
791         when actions succeeded.
792         (wl-summary-exec-action-copy): Likewise.
793
794 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
795
796         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
797         there is switch-to-buffer at the end of wl-message-select-buffer.
798         (wl-summary-reply): Ditto.
799
800 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-summary.el (wl-summary-forward): Put subject in original
803         message buffer as argument of wl-draft-forward.
804         * wl-draft.el (wl-draft-forward): Decode subject as in
805         wl-draft-reply.
806
807 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
810         a folder under access group.
811
812 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
813
814         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
815         wl-message-buffer-display.
816
817         * wl-util.el (wl-set-save-drafts): Fix typo.
818
819 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
822         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
823         wl-highlight-logo-face to set the bg color of an xbm image; fixed
824         the way to measure the width of a bitmap image; don't put face on
825         ascii and bitmap images; put the mark which should not use the
826         variable-pitch face on ascii and bitmap images.
827         (wl-demo-setup-properties): Don't use the variable-pitch face on
828         ascii and bitmap images; made it work on Emacs 20 and earlier.
829         (wl-demo-insert-text): End with a newline at the bottom; don't put
830         face on text.
831
832         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
833
834 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
837
838         * wl-util.el (wl-save-drafts): Moved from sample setting.
839         (wl-set-save-drafts): New function to set idle timer.
840         * wl-draft.el (wl-draft): Call it.
841         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
842
843 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
844
845         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
846         a summary which has toggle display status off.
847
848 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-draft.el (wl-draft-do-fcc): No cache save.
851
852 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
853
854         * wl-summary.el (elmo-event-handler-flag-changed): Use
855         `set-buffer' instead of `with-current-buffer'.
856
857 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-summary.el (wl-summary-after-resize-function): New function.
860         (wl-summary-mode): Add `wl-summary-after-resize-function' to
861         window-size-change-functions.
862
863 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-draft.el (wl-draft-create-buffer): Bind
866         `change-major-mode-hook' after current buffer is changed.
867
868         * wl-summary.el (wl-summary-buffer-detach): New function.
869         (wl-summary-buffer-set-folder): Call it.
870         (wl-summary-mode): Add `wl-summary-buffer-detach' to
871         change-major-mode-hook and kill-buffer-hook.
872         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
873         (wl-summary-switch-to-clone-buffer): Ditto.
874         (wl-summary-goto-folder-subr): Ditto.
875
876 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
877
878         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
879         after boundp check.
880
881 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
884         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
885         for `kill-buffer'.
886
887         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
888         handler of current buffer from elmo-folder.
889
890 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
893
894 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
895
896         * wl-summary.el (wl-summary-buffer-event-handler): New internal
897         variable.
898         (wl-summary-event-handler): New class.
899         (elmo-event-handler-flag-changed): Define to update persistent
900         mark.
901         (wl-summary-buffer-set-folder): Register event handler to
902         elmo-folder.
903         (wl-summary-exit): Unregister event handler.
904         (wl-summary-goto-folder-subr): Ditto.
905         (wl-summary-mark-as-read-all): Does not call
906         `wl-summary-update-persistent-mark' directly.
907         (wl-summary-mark-as-read-internal): Ditto.
908         (wl-summary-set-persistent-mark-internal): Ditto.
909         (wl-summary-set-flags-internal): Ditto.
910
911         * Version number is increased to 2.11.33.
912
913 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
914
915         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
916         to nil.
917
918 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-spam.el (wl-spam-setup): Add hook
921         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
922         instead of `wl-summary-prepare-hook'.
923
924         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
925         if folder type is `'flag'.
926         (wl-summary-mark-as-important): Ditto.
927
928 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
929
930         * wl-address.el (wl-address-minibuffer-history): New variable.
931         (wl-address-minibuffer-local-map): New keymap.
932         (wl-address-read-from-minibuffer): New function.
933
934         * wl-action.el (wl-summary-get-resend-address): Use
935         `wl-address-read-from-minibuffer' instead of `completing-read'.
936
937 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * Version number is increased to 2.11.32.
940
941 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
942
943         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
944         without mule to iso-8859-1.
945         (wl-draft-add-in-reply-to): Add note in description.
946         (wl-draft-add-references): Ditto.
947
948 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
949
950         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
951         definition for `m'.
952         (wl-summary-mode-line-format): Add '[%m]'.
953         (wl-message-mode-line-format-spec-alist): Ditto.
954         (wl-summary-display-mime-mode-list): New variable.
955
956         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
957         from wl-summary-buffer-display-as-is.
958         (wl-summary-buffer-display-all-header): New buffer local variable.
959         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
960         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
961         instead of wl-summary-buffer-display-as-is.
962         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
963         (wl-summary-set-persistent-mark): Ditto.
964         (wl-summary-set-message-buffer-or-redisplay): Just call
965         `wl-summary-redisplay-internal' without optional arguments.
966         (wl-summary-toggle-mime): Rewrite.
967         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
968         (wl-summary-toggle-all-header): New function.
969         (wl-summary-redisplay-internal): Treat mime mode.
970
971         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
972         to wl-mime-preview-follow-no-mime.
973         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
974         accodring to the display-mode.
975
976         * wl-message.el (wl-message-buffer-display-type): Rewrite.
977         (wl-message-buffer-display): Changed argument name from `as-is' to
978         `mode'.
979         (wl-message-display-internal): Ditto;
980         Bind elmo-mime-display-header-analysis according to the mode.
981         (wl-message-display-internal): Put wl-message-display-mime-mode
982         property on entire buffer.
983
984 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
985
986         * wl-draft.el (wl-draft-do-fcc): Undo last change.
987
988 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
989
990         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
991         Don't extract mail address.
992         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
993
994         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
995
996         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
997
998 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
999
1000         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1001         wl-fldmgr-cut-entity-list on confirmation.
1002
1003 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1004
1005         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1006         (wl-mime-quit-preview): Check existence of
1007         mime-edit-temp-message-buffer here.
1008
1009 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1010
1011         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1012         after deletion.
1013
1014         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1015         before calling wl-mime-quit-preview.
1016
1017 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1018
1019         * wl-summary.el (wl-summary-pick): If call it with prefix
1020         argument, set `delete-marks' as non-nil. Pick from only visible
1021         messages.
1022         (wl-summary-check-target-mark): New function.
1023         (wl-summary-target-mark-mark-as-read): Use it.
1024         (wl-summary-target-mark-mark-as-unread): Ditto.
1025         (wl-summary-target-mark-operation): Ditto.
1026         (wl-summary-target-mark-set-flags): Ditto.
1027         (wl-summary-target-mark-save): Ditto.
1028         (wl-summary-target-mark-pick): Ditto.
1029         (wl-summary-target-mark-forward): Ditto.
1030         (wl-summary-target-mark-reply-with-citation): Ditto.
1031         (wl-summary-target-mark-print): Ditto.
1032         (wl-summary-target-mark-uudecode): Ditto.
1033
1034         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1035         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1036         with `ask-coding' is non-nil.
1037
1038 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-thread.el (wl-thread-set-parent): If parent is a message
1041         which is identified by references, set linked as nil.
1042
1043 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1044
1045         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1046         (wl-message-mode-line-format-spec-alist): Ditto.
1047         (wl-message-mode-line-format): Ditto.
1048         (wl-summary-mode-line-format): Ditto for docstring.
1049         (wl-summary-no-mime-folder-list): Fix typo.
1050
1051         * wl-util.el (wl-current-message-buffer): Call
1052         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1053
1054         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1055         variable.
1056         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1057         of `wl-summary-redisplay-no-mime'.
1058         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1059         (wl-summary-toggle-mime): New function.
1060         (wl-summary-redisplay-all-header): Rewrite.
1061         (wl-summary-redisplay-no-mime): Ditto.
1062         (wl-summary-redisplay-internal): Added argument `as-is' and
1063         `all-header'.
1064
1065         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1066         New variable.
1067         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1068         bottom.
1069         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1070         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1071         "/" unconditionally.
1072
1073         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1074         wl-mime-preview-follow-no-mime for as-is content.
1075         (wl-mime-preview-follow-no-mime): New function.
1076         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1077
1078         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1079         and added `as-is', `all-header'.
1080         (wl-message-buffer-display): Ditto.
1081         (wl-message-buffer-display-type): New function.
1082
1083 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1084
1085         * wl-vars.el (wl-message-header-button-alist): Change default
1086         value.
1087         (wl-message-body-button-alist): Ditto.
1088
1089 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1090
1091         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1092
1093 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1094
1095         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1096
1097 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1098
1099         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1100         is always true.
1101
1102 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1103
1104         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1105         on null entity.
1106
1107 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1108
1109         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1110
1111 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-vars.el (wl-summary-resend-hook): New hook.
1114
1115         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1116         `wl-summary-resend-hook'.
1117
1118 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1119
1120         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1121         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1122         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1123         (wl-summary-new-cached-mark): Changed default value to 'n'.
1124         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1125         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1126         (wl-folder-sync-range-alist): Remove spec for 'flag.
1127         (wl-summary-force-prefetch-folder-list): New user option.
1128
1129         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1130         `wl-summary-toggle-persistent-mark'.
1131         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1132         number is nil.
1133         (wl-summary-mark-as-answered-region): Set interactive argument of
1134         `wl-summary-set-persistent-mark-internal'.
1135         (wl-summary-mark-as-important-region): Ditto.
1136         (wl-summary-unset-persistent-mark): Ditto.
1137         (wl-summary-set-persistent-mark): Ditto.
1138         (wl-summary-mark-as-answered): Ditto.
1139         (wl-summary-mark-as-important): Ditto.
1140         (wl-summary-set-persistent-mark-internal): Do nothing
1141         when `elmo-message-flag-available-p' is nil.
1142         (wl-summary-toggle-persistent-mark): New function.
1143         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1144         when the folder matches `wl-summary-force-prefetch-folder-list'.
1145
1146
1147         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1148         when number is nil.
1149         (wl-highlight-summary-forwarded-face): New face.
1150
1151 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1152
1153         * Version number is increased to 2.11.31.
1154
1155 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1156
1157         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1158         (wl-biff-check-folder-async): Ditto.
1159         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1160
1161 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1162
1163         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1164         Add an argument `reverse'.  All callers are updated.
1165         (wl-summary-sort): Add a prefix argument `reverse' to specify
1166         reverse sorting.
1167         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1168         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1169         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1170
1171 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1172
1173         * wl-message.el (wl-message-redisplay): Does not narrow header if
1174         disply-type is all-header or as-is.
1175
1176         * wl-summary.el (wl-summary-enter-handler): Use
1177         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1178
1179 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1182         after adding wl-draft-parent-variables.
1183         (wl-draft-forward): Ditto.
1184
1185 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-summary.el (wl-summary-sync-marks): Call
1188         `wl-summary-set-persistent-mark' and
1189         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1190         (wl-summary-set-persistent-mark-internal): Add 4th argument
1191         `no-server'.
1192         (wl-summary-unset-persistent-mark): Ditto.
1193         (wl-summary-set-persistent-mark): Ditto.
1194         (wl-summary-add-flags-internal): Abolish.
1195         (wl-summary-remove-flags-internal): Ditto.
1196         (wl-summary-mark-as-important-internal): Ditto.
1197         (wl-summary-mark-as-important): Use
1198         `wl-summary-set-persistent-mark' instead of
1199         `wl-summary-add-flags-internal'.
1200         (wl-summary-mark-as-important-region): Ditto.
1201
1202         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1203
1204         * wl-summary.el (wl-summary-get-available-flags): New function.
1205         (wl-summary-sync-marks): Use it and simplified.
1206         (wl-summary-unset-persistent-mark): Use
1207         `wl-summary-get-available-flags'.
1208         (wl-summary-set-persistent-mark): Ditto.
1209
1210 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1211
1212         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1213         id.
1214
1215 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1216
1217         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1218         number, call `wl-summary-prev-line-content'. Show message when the
1219         message is not found.
1220
1221 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1222
1223         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1224         wl-summary-enter-handler.
1225         (wl-summary-enter-handler): New command.
1226
1227         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1228         docstring and custom spec.
1229
1230         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1231         flags too; Don't treat Cached and New.
1232         (wl-summary-set-persistent-mark): Ditto.
1233
1234         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1235         `wl-folder-set-flag'.
1236
1237         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1238         instead of `wl-folder-set-flag'.
1239
1240         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1241         for completion.
1242         (wl-summary-set-persistent-mark): Ditto.
1243
1244         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1245         instead of `wl-draft-quit-preview'.
1246
1247         * wl-mime.el (toplevel): Avoid compile warning.
1248         (wl-mime-quit-preview): New function
1249         (formarly defined as `wl-draft-quit-preview').
1250         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1251         quitting method.
1252
1253         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1254
1255         * wl-folder.el (wl-folder-set-flag): Renamed from
1256         `wl-draft-set-flag-on-parent'.
1257
1258         * wl-draft.el (wl-draft-quit-preview): New function.
1259         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1260         (wl-draft-send): Call `wl-folder-set-flag' instead of
1261         `wl-draft-set-flag-on-parent'.
1262         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1263
1264 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1267         (wl-draft-send): Ditto.
1268
1269 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1270
1271         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1272         (wl-draft-kill-pre-hook): Set default value as nil.
1273         (wl-summary-reply-hook): Ditto.
1274         (wl-draft-kill-flags): Abolish.
1275
1276         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1277         (wl-draft-parent-variables): Renamed from
1278         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1279         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1280         argument; Add wl-draft-parent-variables to
1281         wl-draft-config-variables.
1282         (wl-draft-reply): Likewise.
1283         (wl-draft-kill-flags): Abolish.
1284         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1285         (wl-draft-set-flag-on-parent): New function.
1286         (wl-draft-setup-parent-flag): Ditto.
1287
1288 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1289
1290         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1291         `wl-draft-parent-folder' is "".
1292
1293 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1294
1295         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1296         (wl-summary-digit-jump): New function.
1297         (Adviced by John Owens and Hiroya Murata)
1298
1299         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1300         (Adviced by John Owens)
1301
1302         * wl-xmas.el (wl-message-define-keymap): Ditto.
1303
1304         * wl-mule.el (wl-message-define-keymap): Ditto.
1305
1306 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1309         change of return value of elmo-folder-count-flags.
1310
1311         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1312         (wl-summary-mark-as-read-internal): Ditto.
1313         (wl-summary-set-persistent-mark-internal): Ditto.
1314         (wl-summary-folder-info-update): Ditto.
1315         (wl-summary-sync-update): Fixed the last change.
1316
1317         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1318
1319 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1320
1321         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1322         (wl-draft-kill-flags): Fixed docstring.
1323
1324         * wl-draft.el (wl-draft-kill-flags): New function.
1325         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1326
1327 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1328
1329         * wl-vars.el (wl-reply-hook): Abolish.
1330         (wl-draft-reply-hook): New hook.
1331         (wl-summary-reply-hook): Ditto.
1332         (wl-draft-forward-hook): Ditto.
1333         (wl-summary-forward-hook): Ditto.
1334         (wl-draft-kill-flags): New variable.
1335
1336         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1337         wl-summary-set-persistent-mark-internal.
1338         (wl-summary-sync-marks): Use elmo-preserved-flags.
1339         (wl-summary-update-persistent-mark): Make it interactive.
1340         (wl-summary-set-persistent-mark-internal): New inline function.
1341         (wl-summary-mark-as-answered): Use it.
1342         (wl-summary-mark-as-unanswered): Ditto.
1343         (wl-summary-unset-persistent-mark): New function.
1344         (wl-summary-set-persistent-mark): Ditto.
1345         (wl-summary-reply): Don't set answered flag;
1346         Run wl-summary-reply-hook instead.
1347         (wl-summary-forward): Call wl-draft-forward with number.
1348         Run wl-summary-forward-hook.
1349
1350         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1351         (wl-highlight-summary-line-face-spec): Use it as a default
1352         persistent mark face.
1353
1354         * wl-draft.el (wl-draft-forward): Added optional argument number;
1355         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1356         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1357         (wl-draft-kill): Use wl-draft-kill-flags.
1358
1359         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1360
1361         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1362         of return value of elmo-folder-count-flags.
1363
1364         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1365
1366         * wl-summary.el (wl-summary-count-unread): Ditto.
1367         (wl-summary-sync-update): Follow the change above.
1368         (wl-summary-force-prefetch): New function.
1369
1370 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1371
1372         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1373         variable `buf' with `let' instead of `setq'.
1374
1375 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1376
1377         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1378         add Content-Disposition heaeder on the deleted part.
1379
1380 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1381
1382         * wl-draft.el (wl-draft-save): Encode address list under edit by
1383         `eword-encode-unstructured-field-body'.
1384
1385         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1386
1387 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1390         wl-current-summary-buffer.
1391
1392 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1393
1394         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1395         `numbers' is ignored.
1396
1397 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1398
1399         * wl-folder.el (wl-folder-open-folder): Avoid error.
1400         Reported by John Owens, [wl-en:815]
1401
1402         * wl.el (wl): Set timer for biff process even if prefix argument
1403         is given or auto-checking is quitted.
1404
1405         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1406         immediately.
1407         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1408         (wl-toggle-plugged): Ditto.
1409
1410         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1411         * wl-util.el (wl-biff-start): Use idle timer if
1412         `wl-biff-use-idle-timer' is non-nil.
1413
1414 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-highlight.el (wl-highlight-message): Fix description.
1417
1418 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1419
1420         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1421         tty.
1422
1423 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-action.el (wl-summary-exec): Print failure count.
1426
1427 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1430         to `defun', remove interactive form.
1431         Set elmo-message-fetch-confirm when force-reload is non-nil.
1432
1433 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-summary.el (toplevel): Removed unnecessary autoload.
1436
1437 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1438
1439         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1440         the buffer is generated from another message buffer.
1441
1442 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1443
1444         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1445         extracted from `wl-fldmgr-save-folders'.
1446         (wl-fldmgr-delete): Call it after deletion.
1447
1448 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1451         multi-tty support.
1452
1453 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1454
1455         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1456
1457 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1458
1459         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1460         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1461
1462 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1463
1464         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1465         unsubscribe list only if argument CLEAR is nil.
1466
1467 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1468
1469         * wl-draft.el (wl-draft-reply): Decode subject before removing
1470         Re: prefix.
1471
1472 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1473
1474         * wl-summary.el (wl-summary-sort-by-size): New command.
1475
1476 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1477
1478         * wl-summary.el (wl-summary-number-list-from-region): New
1479         function.
1480         (wl-summary-mark-as-read-region): Use it.
1481         (wl-summary-mark-as-unread-region): Ditto.
1482         (wl-summary-set-flags-region): Ditto and add optional argument
1483         remove.
1484         (wl-summary-mark-as-answered-region): Ditto.
1485         (wl-summary-mark-as-important-region): Ditto.
1486         (wl-summary-target-mark-mark-as-important): Added optional
1487         argument remove.
1488         (wl-summary-target-mark-mark-as-answered): Ditto.
1489         (wl-summary-target-mark-set-flags): Ditto.
1490
1491 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1492
1493         * wl-summary.el (wl-summary-set-flags-region): Call
1494         `wl-summary-set-flags-internal' with number list instead of call
1495         one by each message.
1496         (wl-summary-target-mark-set-flags): Likewise.
1497
1498 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1501         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1502         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1503         (wl-summary-target-mark-mark-as-answered): Likewise.
1504
1505 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1506
1507         * wl-summary.el (wl-summary-target-mark-forward): Use
1508         `wl-summary-delete-all-target-marks' instead of
1509         `wl-summary-delete-all-temp-marks'.
1510         (wl-summary-target-mark-reply-with-citation): Ditto.
1511         (wl-summary-target-mark-uudecode): Ditto.
1512         (wl-summary-target-mark-set-flags): Ditto and remove needless
1513         cursor move.
1514
1515 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * wl-summary.el (wl-summary-target-mark-forward): Protect
1518         wl-summary-buffer-target-mark-list from nreverse.
1519         (wl-summary-target-mark-reply-with-citation): Ditto.
1520
1521 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1524         `elmo-display-progress-threshold'.
1525
1526 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1529         check `wl-summary-highlight'.
1530         (wl-summary-window-scroll-functions): Respect value of
1531         `wl-summary-highlight'.
1532         (wl-summary-sync-update): Run hooks
1533         `wl-summary-buffer-window-scroll-functions' at any time.
1534
1535 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1536
1537         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1538         from `wl-summary-cleanup-temp-marks'.
1539         (wl-summary-cleanup-temp-marks): Abolish argument.
1540         * wl.el (wl-save-status): Revert previous change.
1541         (wl-execute-temp-marks): New function, call
1542         `wl-summary-exec-with-confirmation'.
1543         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1544         (wl-folder-save-and-exec-marks): Abolished.
1545
1546 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-e21.el (wl-e21-display-image-p): Respect
1549         `wl-highlight-folder-with-icon'.
1550         (wl-e21-highlight-folder-group-line): Highlight mouse line
1551         even if wl-e21-display-image-p is nil.
1552
1553         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1554         Respect value of `wl-summary-highlight'.
1555
1556         * wl.el (wl-save-status): Remove unused variable.
1557
1558         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1559         (wl-folder-mode-map): Bind it to "x".
1560
1561 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1562
1563         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1564
1565         * wl-thread.el (wl-thread-get-parent-list): Don't check
1566         disconnected ancestors, neglecting needless work in
1567         `wl-thread-update-indent-string-thread'.
1568
1569         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1570         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1571         argument, add argument default-keep to keep marks by default.
1572
1573         * Version number is increased to 2.11.30.
1574
1575         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1576         customization type and docstring.
1577         (wl-draft-reply-without-argument-list): Ditto.
1578
1579 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1580
1581         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1582
1583         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1584
1585 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1588
1589 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1590
1591         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1592         save-excursion so as not to include run-hooks.
1593
1594 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1597         Clarify that marks are going to be cleared.
1598
1599 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1600
1601         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1602         according to 3rd element of wl-summary-flag-mark.
1603
1604         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1605
1606 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1607
1608         * wl-action.el (wl-summary-target-mark-all): Don't set
1609         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1610
1611 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1612
1613         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1614         (wl-forward-subject-prefix): Ditto.
1615         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1616         (wl-draft-reply-make-subject): Ditto.
1617
1618         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1619         `wl-draft-forward'.
1620         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1621
1622 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1623
1624         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1625         target message does not exist.
1626
1627 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1628
1629         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1630         `wl-subject-prefix-regexp'.
1631         (wl-subject-forward-prefix-regexp): New variable.
1632         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1633         `wl-draft-strip-subject-re' and take regexp as argument.
1634         (wl-draft-forward): Use it.
1635         (wl-draft-reply): Ditto.
1636
1637 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1638
1639         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1640         emacs multi-tty support.
1641
1642 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1643
1644         * wl-e21.el (wl-e21-display-image-p): Don't call
1645         `display-images-p'.
1646         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1647         support.
1648         (wl-highlight-folder-current-line): Ditto.
1649         (wl-folder-init-icons): Ditto.
1650
1651 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1652
1653         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1654         the last line of summary in unplugged mode.
1655
1656 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1657
1658         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1659
1660 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1663         * wl-address.el (wl-address-user-mail-address-p): Use it.
1664         (wl-address-delete-user-mail-addresses): Ditto.
1665         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1666
1667         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1668         (wl-address-delete-user-mail-addresses): Ditto.
1669
1670         * wl-address.el (wl-address-delete-user-mail-addresses): New
1671         function.
1672         * wl-refile.el (wl-refile-guess-by-history): Use it.
1673         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1674         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1675
1676         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1677         use wl-address-user-mail-address-p.
1678
1679 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1680
1681         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1682         after opening group.
1683
1684 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1685
1686         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1687         of elmo-set-buffer-multibyte.
1688
1689         * wl-message.el (wl-original-message-mode): Ditto.
1690
1691         * wl-score.el (wl-score-insert-header): Ditto.
1692
1693         * wl-summary.el
1694         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1695         (wl-summary-goto-folder-subr): Ditto.
1696         (wl-summary-insert-headers): Ditto.
1697
1698         * wl-util.el (wl-set-string-width): Ditto.
1699
1700         * Version number is increased to 2.11.29.
1701
1702 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1703
1704         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1705         (wl-highlight-summary-line-help-echo-alist): New variable.
1706         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1707         into `wl-highlight-summary-line-help-echo' and
1708         `wl-highlight-flag-folder-help-echo'.
1709         (wl-highlight-summary-line-string): Change accordingly.
1710         (wl-highlight-summary-current-line): Ditto.
1711
1712 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1715         at the beginning of field body (Thanks to Markus Knittig).
1716
1717         * wl-draft.el (wl-draft-insert-current-message): Also check
1718         summary buffer, remove unnecessary tag.
1719
1720 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1723         when wl-message-buffer is nil.
1724
1725         * wl-folder.el (wl-folder): Abolish unused argument.
1726         Call wl-folder-init when wl-folder-entity is nil.
1727         * wl.el (wl): Change accordingly.
1728
1729 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1732         multibyte string before insert into draft buffer.
1733         (wl-draft-create-buffer): Always enable multibyte characters for
1734         draft buffer.
1735
1736         * Version number is increased to 2.11.28.
1737
1738 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1739
1740         * wl-folder.el (wl-folder-open-close): Handle blank line.
1741         (wl-folder-jump-to-current-entity): Ditto.
1742
1743 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1744
1745         * Version number is increased to 2.11.27.
1746
1747 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1748
1749         * wl-thread.el (wl-thread-insert-message): When the thread is
1750         devided by wl-summary-max-thread-depth, insert line at the end of
1751         buffer.
1752
1753 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * Version number is increased to 2.11.26.
1756
1757 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1758
1759         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1760
1761 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1762
1763         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1764         value of stream-type and session.
1765
1766 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1767
1768         * Version number is increased to 2.11.25.
1769
1770 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1771
1772         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1773         in a quit message.
1774
1775 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1778         (wl-summary-redisplay-no-mime-internal): Ditto.
1779
1780 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1781
1782         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1783         * wl-vars.el (wl-smtp-connection-type): Ditto.
1784
1785 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1786
1787         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1788         for the separator line and quote mail-header-separator.
1789
1790 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1793         result message.
1794
1795         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1796         `elmo-multiple-fields-body-list' with boundary as
1797         mail-header-separator.
1798
1799 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1800
1801         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1802
1803 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1804
1805         * wl-util.el (wl-list-diff): Remove unused function.
1806
1807         * wl-draft.el (wl-draft-send-confirm): Discard input before
1808         confirmation.
1809
1810 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1813         order of flag and new.
1814
1815 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1816
1817         * wl-vars.el (wl-refile-policy-alist): Abolished.
1818
1819         * wl-action.el (wl-summary-set-action-refile): Follow the change
1820         above.
1821
1822 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1823
1824         * wl-highlight.el (wl-highlight-signature-search): Don't use
1825         re-search-backward for a long word since it is possible to crash
1826         XEmacs because of a bug.
1827
1828 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1829
1830         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1831
1832 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1835         argument for wl-summary-sync-force-update.
1836
1837 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1838
1839         * wl-summary.el (wl-summary-mode-map): Revival of
1840         wl-summary-mark-as-important related bindings;
1841         Bind 'F','tF','mF','rF','m&'.
1842         (wl-summary-mark-as-important-region): Revival.
1843         (wl-summary-target-mark-mark-as-important): Ditto.
1844         (wl-summary-target-mark-operation): New function.
1845         (wl-summary-target-mark-mark-as-answered): Use it.
1846         (wl-summary-decide-flag): Don't set Important as default.
1847         (wl-summary-mark-as-important-internal): Revival.
1848         (wl-summary-mark-as-important): Ditto.
1849
1850         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1851
1852         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1853         instead of facep.
1854
1855 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1856
1857         * wl-dnd.el (wl-dnd-drop-func): Fix.
1858
1859         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1860         mouse-set-point instead of posn-point.
1861
1862         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1863
1864         * wl-mule.el (wl-completing-read-multiple): Ditto.
1865
1866 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1867
1868         * wl-demo.el (face-background-name): Defalias to avoid compile
1869         warning.
1870
1871 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1872
1873         * wl-summary.el (wl-summary-decide-flag): Use
1874         wl-completing-read-multiple instead of completing-read-multiple.
1875
1876         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1877         New alias.
1878
1879         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1880         Use face-background-name instead of face-background.
1881
1882         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1883
1884         * wl-summary.el (wl-summary-save): Use it.
1885         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1886
1887         * wl-mime.el (wl-mime-save-content): Fix last change.
1888
1889 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1890
1891         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1892         New function.
1893         (wl-summary-sort-specs): Added sort.
1894         * wl-mime.el (wl-mime-save-content): Expand file name.
1895
1896 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1897
1898         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1899
1900         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1901
1902 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1905         for flag if it is not defined.
1906
1907 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-e21.el (wl-highlight-folder-current-line): Use
1910         elmo-folder-type-internal when elmo-folder-type returns nil.
1911
1912         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1913
1914         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1915
1916         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1917
1918         * wl-e21.el (wl-summary-toolbar): Ditto.
1919
1920         * wl-vars.el (wl-demo-background-color): Abolished.
1921         (wl-summary-persistent-mark-priority-list): Renamed from
1922         wl-summary-flag-priority-list.
1923         (wl-summary-flag-alist): New user option.
1924         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1925         (wl-message-mode-line-format-spec-alist): Added 'F'.
1926         (wl-message-mode-line-format): Likewise.
1927         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1928         instead of wl-summary-important-mark.
1929         (wl-file-folder-icon): New variable.
1930
1931         * wl-thread.el (wl-thread-set-flags): Renamed from
1932         wl-thread-mark-as-important.
1933
1934         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1935         warning.
1936         (wl-summary-mode-menu-spec): Follow the change of 
1937         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1938         (wl-summary-mode-map): Follow the change of
1939         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1940         (wl-summary-detect-mark-position): Follow the variable name change.
1941         (wl-summary-set-flags-region): New function for the replacement of
1942         wl-summary-mark-as-important-region.
1943         (wl-summary-sync-marks): Sync all global-flags.
1944         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1945         instead of elmo-message-flagged-p.
1946         (wl-summary-persistent-mark-string): Follow the variable name change;
1947         Put wl-summary-flag-mark if the message has global-flag.
1948         (wl-summary-target-mark-set-flags): Renamed from 
1949         wl-summary-target-mark-mark-as-important.
1950         (wl-summary-decide-flag): New function.
1951         (wl-summary-set-flags-internal): Renamed from
1952         wl-summary-mark-as-important-internal.
1953         (wl-summary-add-flags-internal): New function.
1954         (wl-summary-remove-flags-internal): Ditto.
1955         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1956         (wl-summary-mark-as-unimportant): Abolish.
1957         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1958         (wl-summary-next-message): List flagged messages in the msgdb.
1959
1960         * wl-score.el (wl-summary-score-update-all-lines): Use
1961         wl-summary-add-flags-internal instead of 
1962
1963         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1964
1965         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1966         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1967         (wl-message-buffer-require-all-header): Renamed from
1968         wl-message-buffer-all-header-flag (Ditto).
1969         (wl-message-buffer-flag-indicator): New variable.
1970         (wl-message-redisplay): Changed local varibale name from `flag' to
1971         `display-type'; Set up wl-message-buffer-flag-indicator.
1972         (wl-message-buffer-display): Changed varibale name from `flag' to
1973         `display-type'.
1974         (wl-message-display-internal): Likewise.
1975
1976         * wl-highlight.el (wl-highlight-demo-face): Define default background
1977         color.
1978         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1979
1980         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1981
1982         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1983         (wl-demo-setup-properties): Renamed from
1984         `wl-demo-set-background-color'.
1985         (wl-demo): Follow the change above.
1986         
1987         * Version number is increased to 2.11.24.
1988
1989 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1990
1991         * wl-summary.el (wl-summary-toggle-thread): Call
1992         `wl-summary-rescan' with disable-thread as non-nil.
1993         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1994
1995 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1996
1997         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1998         foreground property of the face.
1999         (wl-demo-insert-text): Don't set up face property here.
2000         (wl-demo): Call wl-demo-set-background-color, anyway.
2001
2002 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-vars.el (wl-demo-background-color): The value can be nil.
2005
2006 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2007
2008         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2009         to wl-summary-wheel-dispatcher.
2010
2011         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2012         wl-message-wheel-dispatcher.
2013         (wl-message-wheel-dispatcher): New function.
2014         (wl-summary-wheel-dispatcher): Ditto.
2015
2016 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2017
2018         * wl-action.el (wl-summary-target-mark-all): List messages which are
2019         not in the killed-list.
2020
2021         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2022         only when the folder is 'flag/important.
2023
2024         * wl-address.el (wl-complete-field-body): Complete if the last
2025         character is a space.
2026
2027 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * wl-folder.el (wl-folder-clear-entity-info): Use
2030         elmo-clear-hash-val.
2031
2032         * wl-fldmgr.el (wl-fldmgr-rename): Set
2033         wl-folder-info-alist-modified as t.
2034
2035 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2038
2039 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2042         (wl-folder-buffer-last-visited-entity-id): New buffer local
2043         variable.
2044         (wl-folder-revisit-last-visited-folder): New function.
2045         (wl-folder-mode-map): Bind it to "C-i".
2046         (wl-folder-set-current-entity-id): Set last visited folder.
2047         * wl-summary.el (wl-summary-exit): Ditto.
2048
2049 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2052         before calling `recenter' in order to cope with an XEmacs bug.
2053
2054 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2057         to the default value.
2058
2059 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2060
2061         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2062         change.
2063         (wl-summary-sync-marks): Ditto.
2064         (wl-summary-mark-as-read-internal): Ditto.
2065         (wl-summary-mark-as-answered-internal): Ditto.
2066         (wl-summary-mark-as-important-internal): Ditto.
2067         (wl-summary-reply): Ditto.
2068
2069         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2070         instead of `elmo-folder-unflag-answered'.
2071
2072         * Version number is increased to 2.11.23.
2073
2074         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2075         the last change.
2076
2077 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2078
2079         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2080         Specify "spam" or "good".
2081
2082 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2083
2084         * wl-spam.el (wl-summary-exec-action-spam): Call
2085         wl-folder-confirm-existence for spam folder.
2086         (wl-spam-setup): Bind "mk".
2087
2088 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2089
2090         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2091
2092 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2093
2094         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2095         destination folder is empty.
2096
2097 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2098
2099         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2100         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2101
2102         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2103         (wl-summary-refile-prev-destination-region): New function.
2104         (wl-thread-refile-prev-destination): Ditto.
2105         (wl-summary-target-mark-refile-prev-destination): Ditto.
2106
2107 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2108
2109         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2110         (wl-demo-background-color): Changed default value.
2111
2112         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2113         color.
2114
2115         * wl-demo.el (wl-demo-set-background-color): New function.
2116         (wl-demo): Call it.
2117
2118 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2119
2120         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2121         * wl-address.el (wl-address-add-or-change): Don't add empty
2122         address.
2123
2124 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2125
2126         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2127
2128 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2129
2130         * wl-vars.el (wl-demo-image-filter-alist): New variable
2131         (wl-demo-background-color): Ditto.
2132
2133         * wl-demo.el (wl-demo-xpm-set-background): New function.
2134         (wl-demo-image-filter): Ditto.
2135         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2136
2137         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2138
2139         * wl-demo.el (wl-demo-icon-name): Define as function.
2140         (wl-demo-insert-image): Use it.
2141
2142 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2143
2144         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2145
2146 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2147
2148         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2149
2150 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2151
2152         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2153
2154 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2155
2156         * wl-thread.el (wl-thread-mark-as-answered): New function.
2157
2158         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2159         answered" entry.
2160         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2161         "r&" and wl-thread-mark-as-answered to "t&".
2162         (wl-summary-mark-as-important-region): Refine to toggle mark.
2163         (wl-summary-mark-as-answered-region): New function.
2164         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2165         and 3rd argument.
2166         (wl-summary-mark-as-important-internal): Likewise.
2167
2168 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-template.el (wl-template-preview): New internal variable.
2171         (wl-template-preview-p): New function.
2172         (wl-template-show): Bind `wl-template-preview' as t.
2173
2174 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2175
2176         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2177         `elmo-message-entity-field' with 3rd argument which is non-nil.
2178
2179 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2180
2181         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2182         Removed duplicate local bind `folder'.
2183
2184 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2185
2186         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2187
2188 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2191         duplicate definition.
2192
2193 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2194
2195         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2196         non-nil, use it; Don't fetch message if there's no message in the
2197         current cursor position.
2198
2199 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2200
2201         * wl-util.el (wl-region-exists-p): Use region-active-p.
2202         (wl-deactivate-region): New function.
2203         * wl-message.el (wl-message-redisplay): Deactivate region.
2204
2205         * wl-summary.el (wl-summary-reply): Call
2206         `wl-summary-set-message-buffer-or-redisplay' instead of
2207         `wl-summary-redisplay-internal', don't move point.
2208
2209 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2210
2211         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2212         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2213         by regexp.
2214
2215 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2216
2217         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2218         if no need.
2219
2220 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2221
2222         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2223         default value to nil.
2224         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2225         `wl-summary-prepare-hook'; Replace refile action to
2226         `wl-summary-exec-action-refile-with-register'.
2227
2228         * Version number is increased to 2.11.22.
2229
2230 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2231
2232         * wl-summary.el (wl-summary-detect-mark-position): Set
2233         `wl-summary-buffer-weekday-name-lang'.
2234
2235 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2236
2237         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2238         (wl-summary-mark-as-read-all): Ditto.
2239         (wl-summary-delete-messages-on-buffer): Ditto.
2240         (wl-summary-sync-update): Ditto.
2241         (wl-summary-mark-as-read-internal): Ditto.
2242         (wl-summary-mark-as-answered-internal): Ditto.
2243         (wl-summary-update-folder-info): Abolished.
2244
2245 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2246
2247         * wl-summary.el (wl-summary-mark-as-read-all): Use
2248         `wl-summary-update-folder-info' instead of
2249         `wl-folder-update-unread'.
2250
2251 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2252
2253         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2254         `wl-summary-folder-info-update'.
2255         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2256         instead of `wl-summary-folder-info-update'.
2257         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2258         `wl-folder-set-folder-updated'.
2259         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2260         instead of `wl-folder-update-unread'.
2261         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2262         the value of `wl-summary-buffer-unread-count' for the second parameter of
2263         `wl-folder-update-unread'.
2264
2265         * Version number is increased to 2.11.21.
2266
2267 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2268
2269         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2270         a local variable.
2271
2272 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2273
2274         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2275         interactively.
2276
2277         * wl-summary.el (wl-summary-mark-as-important-internal): New
2278         internal function.
2279         (wl-summary-mark-as-important): Use it.
2280         (wl-summary-mark-as-unimportant): New function.
2281         (wl-summary-sync-marks): Follow the API change.
2282
2283         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2284
2285         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2286
2287 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2288
2289         * wl-folder.el (wl-folder-update-unread): Re-indent.
2290         Narrow the scope of a local variable.
2291
2292 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2293
2294         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2295         (wl-addrmgr-merge-entries): Ditto.
2296         (wl-addrmgr): Added to address entry which exists in draft buffer
2297         if no entry is in original.
2298
2299 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2300
2301         * wl-batch.el: New file.
2302
2303 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2304
2305         * wl-vars.el (wl-use-semi): Remove unused variable.
2306
2307 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2308
2309         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2310         "?".
2311
2312 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2313
2314         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2315         wl-summary-new-mark.
2316         (wl-summary-new-cached-mark): New user option.
2317         (wl-summary-score-marks): Follow the change above.
2318         (wl-summary-auto-refile-skip-marks): Ditto.
2319         (wl-summary-incorporate-marks): Ditto.
2320         (wl-summary-expire-reserve-marks): Ditto.
2321
2322         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2323
2324         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2325         (wl-summary-persistent-mark-string): Distinguished between cached
2326         and uncached mark when the message is new.
2327
2328 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2329
2330         * wl-spam.el (wl-spam-domain): Renamed from
2331         `wl-spam-folder-guess-domain'.
2332         (wl-summary-exec-action-spam): Register as spam if domain of the
2333         source folder is good.
2334         (wl-summary-exec-action-refile-with-register): Register message if
2335         domain of the source folder is not undecided.
2336
2337 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2340         detect thread loop.
2341
2342 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2345         and wl-summary-skip-mark-list.
2346
2347 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2350
2351         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2352
2353         * wl-spam.el (toplevel): Require wl-highlight.
2354         (wl-spam-auto-check-policy-alist): Abolish.
2355         (wl-spam-auto-check-folder-regexp-list): New user option.
2356         (wl-spam-auto-check-marks): Ditto.
2357         (wl-spam-mark-action-list): Ditto.
2358         (wl-highlight-summary-spam-face): New face.
2359         (wl-spam-auto-check-message-p): New function.
2360         (wl-spam-map-spam-messages): Fixed message.
2361         (wl-spam-register-spam-messages): Ditto.
2362         (wl-spam-register-good-messages): Ditto.
2363         (wl-summary-spam-map): Add and remove keybind.
2364         (wl-summary-target-mark-spam): Abolish.
2365         (wl-summary-refile-spam): Ditto.
2366         (wl-summary-test-spam): New function.
2367         (wl-summary-mark-spam): Ditto.
2368         (wl-summary-auto-check-spam): Follow the above change.
2369         (wl-summary-exec-action-spam): New function.
2370         (wl-summary-exec-action-refile-with-register): Fixed message.
2371         (wl-message-check-spam): New function.
2372         (wl-spam-setup): Ditto.
2373         (toplevel): Call it if this file is loaded interactivity.
2374
2375         * Version number is increased to 2.11.20.
2376
2377 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2380         when new optional argument `force' is non nil or modified.
2381
2382 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2383
2384         * wl.el (toplevel): Require wl-spam when compile.
2385         (wl-save-status): Call wl-spam-save-status.
2386
2387         * wl-spam.el (wl-spam-register-spam-messages): New function.
2388         (wl-spam-register-good-messages): Ditto.
2389         (wl-spam-save-status): Ditto.
2390         (wl-summary-mode-map): Bind
2391         wl-summary-target-mark-register-as-spam to "ms" and
2392         wl-summary-target-mark-register-as-good to "mn".
2393         (wl-summary-register-as-spam): Abolish optional argument; Use
2394         wl-spam-register-spam-messages.
2395         (wl-summary-register-as-spam-all): Use
2396         wl-spam-register-spam-messages.
2397         (wl-summary-register-as-good): Abolish optional argument; Use
2398         wl-spam-register-good-messages.
2399         (wl-summary-register-as-good-all): Use
2400         wl-spam-register-good-messages.
2401         (wl-summary-target-mark-register-as-spam): New funtion.
2402         (wl-summary-target-mark-register-as-good): Ditto.
2403
2404 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * wl-spam.el: New file.
2407
2408 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2409
2410         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2411
2412         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2413         (wl-summary-auto-refile): Call wl-refile-guess with
2414         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2415
2416 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2417
2418         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2419         with disable-thread argument non-nil.
2420
2421 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2422
2423         * wl-summary.el (wl-summary-rescan): Added optional argument
2424         disable-thread.
2425         (wl-summary-sync): Call wl-summary-rescan with argument
2426         disable-thread.
2427         (wl-summary-input-range): Added new range `rescan-thread'.
2428
2429 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2430
2431         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2432
2433 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2436         internal variable.
2437         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2438         wl-summary-search-parent-by-subject-regexp and
2439         wl-summary-divide-thread-when-subject-changed as nil.
2440         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2441         (wl-summary-insert-thread): Search parent entity from
2442         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2443         thread loop.
2444
2445 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2446
2447         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2448
2449         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2450
2451         * wl-util.el (wl-require-update-all-folder-p): New function.
2452         (wl-get-assoc-list-value): Added `function' to match directive.
2453         (wl-collect-draft): Rewrite.
2454
2455         * wl-summary.el (wl-summary-sync-update): Clear faces
2456         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2457         are non-nil.
2458         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2459         argument as function.
2460         (wl-summary-input-range): Ditto.
2461
2462         * wl-folder.el (wl-draft-get-folder): New function.
2463         (wl-folder-get-elmo-folder): Consider draft folder.
2464
2465         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2466         (wl-draft-buffer-message-number): New buffer local variable.
2467         (wl-draft-folder-internal): New internal variable.
2468         (wl-draft-delete): Rewrite.
2469         (wl-draft-save): Ditto.
2470         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2471         wl-folder-get-elmo-folder.
2472         (wl-draft-config-info-operation): Ditto.
2473         (wl-jump-to-draft-folder): Ditto.
2474         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2475         (wl-draft-reedit): Rewrite.
2476
2477         * Version number is increased to 2.11.19.
2478         
2479 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2480
2481         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2482         variable.
2483
2484 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2485
2486         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2487         Use ignore-errors instead of unwind-protect.
2488
2489 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2490
2491         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2492         for updating `wl-thread-entity-list'.
2493
2494 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2495
2496         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2497         parameter from calling `wl-thread-entity-get-older-brothers' and
2498         `wl-thread-entity-get-younger-brothers'.
2499         Replace nested `append' with a single one.
2500
2501 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2502
2503         * wl-summary.el (wl-summary-mode): Don't use the return value of
2504         `make-local-hook'.
2505
2506 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2507
2508         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2509         instead of `let*'.
2510         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2511         of local variables.
2512
2513 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2514
2515         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2516         Renamed from wl-summary-window-scroll-functions.
2517         (wl-summary-window-scroll-functions): Don't set to variable.
2518         (wl-summary-display-top): Use run-hooks.
2519         (wl-summary-display-bottom): Ditto.
2520         (wl-summary-toggle-disp-msg): Ditto.
2521         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2522         Use it instead of wl-summary-window-scroll-functions.
2523         (wl-summary-goto-folder-subr): Don't call
2524         wl-summary-window-scroll-functions, use
2525         wl-summary-buffer-window-scroll-functions instead.
2526
2527 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2528
2529         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2530         make-local-variable.
2531
2532 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2533
2534         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2535         set-buffer-modified-p.
2536         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2537         (wl-summary-display-bottom): Ditto.
2538         (wl-summary-toggle-disp-msg): Ditto.
2539
2540 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2541
2542         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2543
2544         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2545         (wl-summary-forward): Use elmo-message-entity-field instead of
2546         elmo-message-field.
2547
2548         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2549
2550 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2551
2552         * wl-summary.el (wl-summary-window-scroll-functions): No use
2553         `append'.
2554
2555 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2556
2557         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2558         function.
2559         (wl-summary-window-scroll-functions): Call it when both
2560         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2561         (wl-summary-temp-mark): Added optional argument number.
2562         (wl-summary-message-mark): Added optional argument flag.
2563         (wl-summary-persistent-mark): Added optional argument number and flag.
2564         (wl-summary-update-persistent-mark): Ditto.
2565         (wl-summary-update-status-marks): Set "r" for interactive spec.
2566
2567         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2568         argument number and flag.
2569
2570         * wl-action.el (wl-summary-registered-temp-mark): 
2571         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2572
2573 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2574
2575         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2576         internal variable (buffer local).
2577         (wl-summary-window-scroll-functions): New function.
2578         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2579         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2580         as nil.
2581         (wl-summary-update-status-marks): Added arguments beg, end and
2582         check.
2583         (wl-summary-update-mark-window): Use function.
2584         (wl-summary-sync-update): Follow the change above.
2585         (wl-summary-switch-to-clone-buffer): Copy
2586         wl-summary-buffer-unsync-mark-number-list.
2587         (wl-summary-goto-folder-subr): Set
2588         wl-summary-buffer-unsync-mark-number-list and
2589         use wl-summary-window-scroll-functions instead of
2590         wl-summary-lazy-highlight.
2591
2592         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2593
2594 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2595
2596         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2597
2598         * wl-summary.el (wl-summary-update-persistent-mark): Call
2599         wl-summary-set-message-modified.
2600
2601         * wl-summary.el (wl-summary-sync-update): Don't call
2602         wl-summary-update-status-marks.
2603
2604         * Version number is increased to 2.11.18.
2605
2606 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2607
2608         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2609         (wl-message-next-page): Ditto.
2610
2611 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2612
2613         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2614         local variable.  Change the order of a collected list into the
2615         same as the specified range.  Remove nil from a collected list.
2616
2617 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2620         argument for elmo-folder-list-messages.
2621
2622 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2623
2624         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2625         change (wl-summary-count-unreads return a list instead of a cons
2626         cell).
2627
2628 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2629
2630         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2631         `wl-summary-folder-info-update'.
2632
2633 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2634
2635         * wl-summary.el (wl-summary-set-message-modified): No use
2636         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2637         (wl-summary-set-mark-modified): Abolish.
2638         (wl-summary-mark-modified-p): Ditto.
2639         (wl-summary-save-view): Follow the change above.
2640
2641         * wl-expire.el (wl-summary-expire): Likewise.
2642
2643 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2644
2645         * wl-summary.el (wl-summary-detect-mark-position): Use
2646         modb-entity-handler.
2647         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2648
2649         * Version number is increased to 2.11.17.
2650
2651 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2654         entity field value.
2655         (wl-summary-prefetch-msg): Ditto.
2656         (wl-summary-print-message-with-ps-print): Ditto.
2657
2658 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2661         for dummy entity.
2662         (wl-summary-insert-thread): Use elmo-message-entity-field.
2663         (wl-summary-update-thread): Use elmo-message-entity-field and
2664         elmo-message-entity-number.
2665         (wl-summary-line-number):  Use elmo-message-entity-number.
2666         (wl-summary-line-size): Use elmo-message-entity-field.
2667         (wl-summary-line-subject): Ditto.
2668         (wl-summary-line-from): Ditto.
2669         (wl-summary-line-attached): Ditto.
2670         (wl-summary-create-line): Ditto.
2671         (wl-summary-create-line): Use elmo-message-entity-number.
2672         (wl-summary-print-message-with-ps-print): Use
2673         elmo-message-entity-field.
2674
2675 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2678         change in elmo-msgdb-make-message-entity.
2679         (wl-summary-buffer-set-folder): Don't call
2680         wl-summary-detect-mark-position here.
2681         (wl-summary-rescan): Call elmo-message-entity-number.
2682         (wl-summary-sync-update): Ditto.
2683         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2684
2685         * wl-score.el (wl-score-header-index): Redefine 2th element.
2686         (wl-score-overview-entity-get-extra): Abolish.
2687         (wl-score-ov-entity-get): Rewrite.
2688         (wl-score-string-index<, wl-score-string-func<): Abolish.
2689         (wl-score-string<): New function.
2690         (wl-score-string-sort): Use it.
2691
2692         * wl-refile.el (wl-refile-guess-by-history): Use
2693         elmo-message-entity-field.
2694         (wl-refile-guess-by-from): Ditto.
2695         (wl-refile-guess-by-msgid): Ditto.
2696
2697         * Version number is increased to 2.11.16.
2698
2699 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2700
2701         * wl-folder.el (wl-folder-confirm-existence): Don't call
2702         file-exists-p if msgdb-path is nil.
2703         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2704         `wl-read-folder-hist' to `wl-read-folder-history'.
2705
2706 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2707
2708         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2709         `y-or-n-p'.
2710
2711 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2712
2713         * wl-score.el (wl-score-headers): Don't use
2714         elmo-folder-do-each-message-entity.
2715
2716         * Version number is increased to 2.11.15.
2717
2718 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-summary.el (wl-summary-delete-all-msgs): Use
2721         elmo-folder-move-messages instead of elmo-folder-delete-messages
2722         and elmo-folder-detach-messages.
2723         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2724
2725         * wl-expire.el (wl-expire-delete): Ditto.
2726         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2727
2728 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2731         (wl-message-header-narrowing-fields): Ditto.
2732         (wl-message-header-narrowing-lines): Ditto.
2733         (wl-message-header-narrowing-string): Ditto.
2734
2735         * wl-summary.el (wl-summary-mode-map): Bind
2736         wl-summary-toggle-header-narrowing to "C-cC-f".
2737         (wl-summary-toggle-header-narrowing): New function.
2738
2739         * wl-message.el (wl-message-buffer-create): Call
2740         wl-message-header-narrowing-setup.
2741         (wl-message-redisplay): Call wl-message-header-narrowing.
2742         (wl-message-header-narrowing): New function.
2743         (wl-message-header-narrowing-map): New keymap.
2744         (wl-message-header-narrowing-widen-map): New keymap.
2745         (wl-message-header-narrowing-again-at-mouse): New function.
2746         (wl-message-header-narrowing-1): Ditto.
2747         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2748         (wl-message-header-narrowing-setup): Ditto.
2749         (wl-message-header-narrowing-toggle): Ditto.
2750         
2751         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2752
2753         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2754         'flag as all.
2755         (wl-use-flag-folder-help-echo): New user option.
2756
2757         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2758         wl-summary-highlight as nil.
2759         (wl-summary-set-mark-modified): Follow the API change.
2760         (wl-summary-mark-modified-p): Ditto.
2761         (wl-summary-mark-as-read-all): Ditto.
2762         (wl-summary-sync-marks): Don't call
2763         elmo-folder-list-messages-with-global-mark.
2764         (wl-summary-mark-as-read-internal): Follow the API change.
2765         (wl-summary-mark-as-answered-internal): Ditto.
2766         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2767         Follow the API change.
2768         (wl-summary-create-line): Call with number argument.
2769         (wl-summary-reply): Follow the API change.
2770
2771         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2772         function.
2773         (wl-highlight-summary-line-string): Call it when
2774         wl-use-flag-folder-help-echo is non-nil.
2775         (wl-highlight-summary-current-line): Ditto.
2776         (elmo-flag-folder-referrer): Added autoload setting.
2777
2778         * wl-draft.el (wl-draft-kill): Follow the API change.
2779
2780         * Version number is increased to 2.11.14.
2781         
2782 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2785
2786 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * Version number is increased to 2.11.13.
2789
2790 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * wl-draft.el (wl-draft-previous-history-element): Fixed
2793         unbalanced parenthesis and bind unbound local variables.
2794
2795 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2796
2797         * wl-draft.el (wl-draft-previous-history-element): New function.
2798         (wl-draft-next-history-element): Ditto.
2799         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2800         them to M-p and M-n.
2801
2802 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * Version number is increased to 2.11.12.
2805
2806 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2807
2808         * wl-draft.el (wl-draft-hide): Select buffer-window.
2809
2810 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2811
2812         * wl-summary.el (wl-summary-narrow-to-region): New function.
2813         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2814         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2815         (wl-summary-save-region): Use it.
2816         * wl-action.el (wl-summary-collect-numbers-region)
2817         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2818
2819 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820
2821         * wl-folder.el (wl-folder-count-incorporates): Don't use
2822         `elmo-msgdb-mark-load'
2823
2824         * Version number is increased to 2.11.11.
2825
2826 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2827
2828         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2829         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2830
2831 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2834
2835 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * Version number is increased to 2.11.10.
2838
2839 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2840
2841         * wl-mime.el (wl-draft-attribute-value): Fixed.
2842
2843 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2844
2845         * wl-util.el (wl-copy-local-variables): New function.
2846
2847         * wl-mime.el (wl-draft-attribute-recipients): New function.
2848         (wl-draft-attribute-envelope-from): Ditto.
2849         (wl-draft-attribute-smtp-posting-server): Ditto.
2850         (wl-draft-attribute-smtp-posting-port): Ditto.
2851         (wl-draft-attribute-value): Ditto.
2852         (wl-draft-preview-message): Use it to get value for
2853         attributes. Reflect result of `wl-draft-config'.
2854
2855         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2856         and call `wl-summary-mark-as-read' before to call
2857         `wl-summary-unset-mark'.
2858         (wl-summary-target-mark-mark-as-unread): Likewise.
2859         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2860
2861 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2862
2863         * wl-mime.el (wl-draft-preview-message): Use actual value for
2864         attributes; Fix for small window.
2865
2866 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-refile.el (wl-refile-get-field-value): Call
2869         `elmo-message-entity-field' with 3rd argument is non-nil.
2870
2871 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2872
2873         * wl-vars.el (wl-draft-preview-attributes): New user option.
2874         (wl-draft-preview-attributes-list): Ditto.
2875         (wl-draft-preview-attributes-buffer-lines): Ditto.
2876         (wl-draft-preview-attributes-buffer-name): Ditto.
2877
2878         * wl-mime.el (wl-draft-preview-message): Display attributes.
2879
2880 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2881
2882         * wl-summary.el (wl-summary-detect-mark-position): Bind
2883         wl-summary-flag-priority-list to '(new).
2884
2885 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2888         funtion.
2889         (wl-highlight-summary-line-string): Use it.
2890         (wl-highlight-summary-current-line): Ditto.
2891
2892 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2893
2894         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2895         line even when the mark string is not changed.
2896
2897         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2898         argument change in the wl-summary-create-line.
2899         (wl-thread-insert-entity-sub): Ditto.
2900
2901         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2902         argument change in the wl-summary-create-line.
2903         (wl-summary-insert-sequential): Ditto.
2904         (wl-summary-update-thread): Ditto.
2905         (wl-summary-persistent-mark-string): New inline function.
2906         (wl-summary-message-mark): Use it.
2907         (wl-summary-create-line): Abolish argument wl-persistent-mark
2908         and added wl-flags, wl-cached.
2909
2910         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2911         mark to flags.
2912         (wl-highlight-summary-current-line): Decide the face not by the 
2913         persistent mark but flags.
2914
2915 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2916
2917         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2918         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2919         wl-summary-read-uncached-mark): Revive.
2920         (wl-summary-answered-cached-mark,
2921         wl-summary-answered-uncached-mark): New user option.
2922         (wl-summary-score-marks): Follow the change above.
2923         (wl-summary-auto-refile-skip-marks): Ditto.
2924         (wl-summary-incorporate-marks): Ditto.
2925         (wl-summary-expire-reserve-marks): Ditto.
2926         (wl-summary-flag-priority-list): New user option.
2927
2928         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2929         changes.
2930         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2931         of elmo-message-mark.
2932         (wl-summary-mark-as-read-internal): Ditto.
2933         (wl-summary-mark-as-answered): Ditto.
2934         (wl-summary-mark-as-important): Ditto.
2935         (wl-summary-redisplay-internal): Ditto.
2936         (wl-summary-redisplay-no-mime-internal): Ditto.
2937         (wl-summary-message-mark): New function.
2938         (wl-summary-insert-sequential): Use wl-summary-message-mark
2939         instead of elmo-message-mark.
2940         (wl-summary-update-thread): Ditto.
2941         (wl-summary-persistent-mark): Ditto.
2942         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2943         instead of elmo-message-mark.
2944
2945         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2946         wl-summary-message-mark instead of elmo-message-mark.
2947         (wl-thread-insert-entity-sub): Ditto.
2948         (wl-thread-get-children-msgs-uncached): Ditto.
2949
2950         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2951         variable name changes.
2952         (wl-highlight-summary-current-line): Ditto.
2953
2954         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2955         wl-summary-message-mark instead of elmo-message-mark.
2956
2957         * wl-expire.el (wl-expire-message-p): Ditto.
2958
2959         * wl-score.el (wl-score-headers): Ditto.
2960
2961         * Version number is increased to 2.11.9.
2962
2963         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2964         (wl-summary-sync-update): Follow the change above.
2965         (wl-summary-switch-to-clone-buffer): Ditto.
2966         (wl-summary-open-folder): Ditto.
2967
2968 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2969
2970         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2971         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2972
2973         * Version number is increased to 2.11.8.
2974
2975         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2976
2977         * wl-expire.el (wl-expire-refile): Follow the API change on
2978         `elmo-folder-move-messages'.
2979         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2980
2981         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2982         (wl-summary-exec-action-refile): Ditto.
2983         (wl-summary-exec-action-copy): Ditto.
2984         (wl-summary-no-auto-refile-message-p): No use
2985         `wl-summary-buffer-msgdb'.
2986         (wl-summary-auto-refile): Ditto.
2987
2988 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2989
2990         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2991
2992 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2993
2994         * wl-summary.el (wl-summary-sync): Treat no-sync.
2995
2996         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2997         (wl-default-sync-range): Ditto.
2998
2999 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3000
3001         * wl-refile.el (wl-refile-subject-learn): Call
3002         `elmo-message-entity-field' with 3rd argument is non-nil.
3003         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3004         instead of `elmo-msgdb-overview-entity-get-subject'.
3005
3006 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3007
3008         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3009         scan-type is rescan.
3010         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3011         new optional argument force is non-nil.
3012         (wl-summary-save-view-cache): Call it with force argument non-nil.
3013
3014         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3015
3016 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3017
3018         * wl-action.el (wl-summary-print-argument): Fixed last change.
3019
3020 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3023         simplified.
3024         (wl-summary-target-mark-mark-as-unread): Likewise.
3025         (wl-summary-target-mark-mark-as-important): Likewise.
3026
3027 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3028
3029         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3030         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3031         (wl-summary-mark-as-important-region): Change accordingly.
3032         (wl-summary-target-mark-mark-as-important): Ditto.
3033
3034 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3035
3036         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3037
3038         * wl-action.el (wl-summary-print-argument): Print argument to
3039         right side of window if `wl-summary-print-argument-within-window'
3040         is non-nil.
3041
3042 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl-action.el (wl-summary-set-mark): Use
3045         `wl-summary-message-visible-p' to check visibility of the message
3046         and jump to message only when the message line is visible and have
3047         different number; Call wl-summary-unset-mark with number argument.
3048         (wl-summary-unset-mark): 
3049         Use `wl-summary-message-visible-p'
3050         to check visibility of the message and jump to message only when
3051         the message line is visible and have different number;
3052
3053 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * Version number is increased to 2.11.7.
3056
3057         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3058         and wl-folder-summary-line-format.
3059
3060         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3061         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3062         (wl-summary-set-score-mark): Use it.
3063         (wl-summary-target-mark-mark-as-read): Ditto.
3064         (wl-summary-target-mark-mark-as-unread): Ditto.
3065         (wl-summary-target-mark-mark-as-important): Ditto.
3066         (wl-summary-target-mark-msgs): Simplified.
3067         (wl-summary-detect-mark-position): Fixed problem when
3068         summary-line-format no contain persisten/temp mark spec.
3069         (wl-summary-temp-mark): Ditto.
3070         (wl-summary-persistent-mark): Ditto.
3071         (wl-summary-update-persistent-mark): Ditto.
3072
3073         * wl-action.el (wl-summary-set-mark): Ditto.
3074         (wl-summary-unset-mark): Ditto.
3075         All other related portions are changed.
3076
3077 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3078
3079         * Version number is increased to 2.11.6.
3080
3081 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3082
3083         * wl-util.el (wl-current-message-buffer): Define as function;
3084         Don't use the value of wl-messge-buffer.
3085
3086         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3087         persistent mark.
3088
3089         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3090         no current message, cause an error.
3091
3092 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3093
3094         * wl-summary.el (wl-summary-set-message-modified): Use
3095         elmo-folder-set-message-modified instead of
3096         elmo-folder-set-message-modified-internal.
3097
3098 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3099
3100         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3101         interactively.
3102         (wl-summary-sync): nokill->entirely.
3103         (wl-summary-sync-marks): Fixed message.
3104         (wl-summary-input-range): Added mark, nokill->entirely.
3105
3106         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3107         messages as read.
3108
3109 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3110
3111         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3112         update-noscore.
3113         (wl-summary-sync): Follow the change above.
3114
3115 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3116
3117         * wl-action.el (wl-summary-target-mark-all): Use
3118         elmo-folder-list-messages.
3119
3120 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3123         (wl-summary-rescan): Set wl-summary-scored as nil.
3124         (wl-summary-sync-force-update): Follow the change above.
3125         (wl-summary-sync): Ditto.
3126         (wl-summary-sync-update): Added argument disable-killed.
3127         (wl-summary-insert-headers): Set visible-only argument for
3128         elmo-folder-list-messages.
3129         (wl-summary-input-range): Added update-nokill, update-noscore,
3130         all-nokill, all-noscore and mark.
3131
3132         * Version number is increased to 2.11.5.
3133
3134         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3135
3136 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3137
3138         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3139         (wl-summary-prefetch-region-no-mark): Change accordingly.
3140         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3141
3142 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3143
3144         * wl-address.el (wl-complete-field-to): Abolished.
3145         (wl-complete-address): Completion function for completing-read.
3146         * wl-action.el (wl-summary-get-resend-address): Use it.
3147
3148         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3149         wl-summary-update-mark and abolish unused argument.
3150         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3151         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3152         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3153         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3154         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3155         * wl-draft.el (wl-draft-kill): Ditto.
3156
3157         * wl-summary.el: Remove unused binding of case-fold-search.
3158         (wl-summary-replace-status-marks): Abolished.
3159
3160 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3161
3162         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3163         is specified or folder length is zero.
3164
3165 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3168         (wl-folder-archive-current-entity): Ditto.
3169
3170 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3171
3172         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3173         retrieving message mark.
3174         (wl-summary-redisplay-internal): Ditto.
3175
3176         * wl-message.el (wl-message-buffer-display): Ignore errors while
3177         retrieving message-id field.
3178
3179         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3180         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3181         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3182         order of the arguments for `wl-expire-message-p'.
3183         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3184
3185         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3186         Check return value of wl-summary-reply.
3187         (wl-summary-reply): Recover window configuration when an error occured.
3188
3189 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3190
3191         * wl-summary.el (wl-summary-resend-message): Abolished, the
3192         feature is inherited by wl-summary-resend (put resend mark).
3193
3194 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3195
3196         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3197         wl-message-buffer to nil when the message is hide.
3198
3199 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3200
3201         * .cvsignore: New file.
3202
3203 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3204
3205         * wl-action.el (wl-summary-action-docstring): Add more info.
3206         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3207         duplicate definition.
3208         (wl-summary-define-mark-action): Functions wl-summary-*-region
3209         keep current position.
3210         (wl-summary-unregister-target-mark): Store result to the variable.
3211
3212 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * Version number is increased to 2.11.4.
3215
3216 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3219         wl-summary-delete-all-temp-marks.
3220         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3221
3222         * wl-action.el (wl-summary-set-mark): Changed terminology
3223         refile-destination -> action-argument.
3224         (wl-summary-unset-mark): Ditto.
3225         (wl-summary-remove-argument): Ditto.
3226         (wl-summary-print-argument): Ditto.
3227
3228         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3229         (wl-thread-remove-argument-region): Ditto.
3230         (wl-thread-print-argument-region): Ditto.
3231         (wl-thread-close): Ditto.
3232         (wl-thread-open): Ditto.
3233
3234         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3235         (wl-highlight-refile-destination-face is abolished)
3236         (wl-highlight-action-argument-string): Ditto.
3237         (wl-highlight-summary-current-line): Highlight action argument.
3238
3239         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3240         color for light backgrounds.
3241         (wl-highlight-summary-answered-face): Ditto.
3242
3243 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3246
3247         * wl-score.el (wl-summary-score-update-all-lines): Use
3248         wl-summary-set-mark.
3249         (wl-summary-score-update-all-lines): Kill expunged messages.
3250
3251         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3252
3253 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3254
3255         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3256         directly.
3257         (wl-score-overview-entity-get-lines): Ditto.
3258         (wl-score-overview-entity-get-xref): Ditto.
3259         (wl-score-get-latest-msgs): Ditto.
3260         (wl-summary-rescore): Ditto.
3261
3262         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3263         to "&".
3264         (wl-summary-mark-as-answered-internal): New inline function.
3265         (wl-summary-mark-as-answered): New function.
3266         (wl-summary-mark-as-unanswered): Ditto.
3267         (wl-summary-sync-marks): Modified for answered-mark synching.
3268
3269 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3270
3271         * wl-action.el (wl-summary-set-mark): Fixed last change.
3272
3273 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3274
3275         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3276         behavior of wl-summary-unread-message-hook
3277         (Pointed out by akira yamada <akira@arika.org>).
3278
3279 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3282         wl-summary-delete.
3283         * wl-xmas.el (wl-summary-toolbar): Ditto.
3284
3285         * wl-action.el (wl-summary-set-mark): Don't override current
3286         temp-mark.
3287
3288         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3289
3290 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3291
3292         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3293         (wl-refile-msgid-learn): Ditto.
3294         (wl-refile-get-field-value): Ditto.
3295
3296         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3297
3298         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3299         (wl-expire-delete-reserved-messages): Renamed from
3300         wl-expire-reserve-marked-msgs-from-list.
3301         (wl-expire-delete): Removed argument `msgdb'.
3302         (wl-expire-refile): Ditto.
3303         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3304         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3305         mark-alist as argument.
3306         (wl-expire-archive-number1): Removed argument `msgdb'.
3307         (wl-expire-archive-number2): Ditto.
3308         (wl-expire-archive-date): Ditto.
3309         (wl-expire-localdir-date): Ditto.
3310         (wl-expire-hide): Ditto.
3311         (wl-archive-number1): Ditto.
3312         (wl-archive-number2): Ditto.
3313         (wl-archive-date): Ditto.
3314         (wl-archive-folder): Ditto.
3315         All other related portions are changed.
3316
3317 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3318
3319         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3320         mean move up and down. (suggested by Takashi Kawachi)
3321
3322 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-acap.el (toplevel): Don't require un-define.
3325
3326 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3327
3328         * wl-thread.el (wl-thread-delete-message): Always update
3329         wl-summary-buffer-number-list.
3330
3331         * wl-action.el (wl-summary-print-destination): 
3332         Do nothing when folder is nil.
3333
3334 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3335
3336         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3337         persistent mark when prefetch is succeeded.
3338
3339 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3342         instead of elmo-msgdb-delete-msgs.
3343         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3344         (wl-expire-hide): Ditto.
3345
3346         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3347
3348         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3349         elmo-msgdb interface.
3350         (wl-thread-get-exist-children): Likewise.
3351         (wl-thread-insert-message): Likewise.
3352         (wl-thread-msg-mark-as-important): Likewise.
3353         (wl-thread-insert-entity-sub): Likewise.
3354         (wl-thread-get-children-msgs-uncached): Likewise.
3355
3356         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3357         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3358         (wl-summary-sync-update): Likewise.
3359         (wl-summary-auto-select-msg-p): Likewise.
3360         (wl-summary-update-thread): Likewise.
3361         (wl-summary-mark-as-important): Likewise.
3362         (wl-summary-jump-to-msg-internal): Likewise.
3363         (wl-summary-redisplay-internal): Likewise.
3364         (wl-summary-print-message-with-ps-print): Likewise.
3365         (wl-summary-folder-info-update): Likewise.
3366
3367         * wl-folder.el (wl-folder-check-one-entity):
3368         elmo-folder-count-flags instead of wl-summary-count-unread.
3369
3370         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3371
3372         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3373
3374         * wl-summary.el (wl-summary-set-message-modified): 
3375         Call wl-summary-set-mark-modified.
3376         (wl-summary-delete-messages-on-buffer): Call
3377         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3378         (wl-summary-sync-update): Call elmo-folder-length instead of
3379         elmo-folder-messages.
3380         (wl-summary-insert-headers): Don't call
3381         elmo-folder-list-message-entities.
3382
3383 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * wl-action.el (wl-summary-define-mark-action): Call
3386         `wl-summary-set-mark' with argument `data'.
3387         (wl-summary-auto-refile): Fixed order of arguments when call
3388         `wl-summary-refile'.
3389
3390 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3391
3392         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3393
3394         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3395
3396         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3397         (Renamed from wl-highlight-summary-deleted-face).
3398         (wl-highlight-summary-resend-face): New face.
3399
3400         (wl-highlight-summary-deleted-face): Renamed from
3401         wl-highlight-summary-erased-face.
3402
3403         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3404
3405         * wl-action.el (wl-summary-get-resend-address): New function.
3406         (wl-summary-exec-action-resend): Ditto.
3407         (wl-summary-exec-action-resend-subr): Ditto.
3408
3409         * w-thread.el (wl-thread-copy): Removed definition.
3410         (wl-thread-refile): Ditto.
3411         (wl-thread-delete): Ditto.
3412         (wl-thread-target-mark): Ditto.
3413
3414         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3415         (wl-summary-target-mark-set-action): Fixed.
3416         (wl-summary-define-mark-action): Fixed quotation.
3417         (wl-summary-move-mark-list-messages): Display message.
3418         (wl-summary-define-mark-action): Define thread functions.
3419         (wl-summary-exec-action-refile): Changed message.
3420         (wl-summary-exec): Ditto.
3421
3422 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3423         
3424         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3425         '%%'.
3426
3427 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl.el (toplevel): Require wl-action.
3430         (wl-init): Call wl-summary-define-mark-action.
3431
3432         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3433
3434         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3435         wl-summary-delete and wl-summary-erase.
3436         (wl-summary-mode-map): Ditto.
3437
3438         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3439         wl-delete-folder-alist.
3440
3441         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3442         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3443         (toplevel): Moved mark & action related functions to the wl-action.el.
3444
3445         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3446         in wl-summary-mark-action-list.
3447         (wl-highlight-summary-current-line): Ditto.
3448
3449         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3450         empty lines.
3451
3452         * wl-action.el: New file. 
3453
3454 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-summary.el (wl-summary-target-mark-replace): New function.
3457         (wl-summary-target-mark-prefetch): Use it.
3458         (wl-summary-target-mark-delete): Ditto.
3459         (toplevel): Rearranged definition order.
3460         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3461         (wl-summary-target-mark-erase): Rewrite.
3462         (wl-summary-erase-region): New function.
3463         (wl-summary-exec-action-erase): Changed message.
3464         (wl-summary-move-mark-list-messages): New function.
3465         (wl-summary-exec-action-delete): Use it.
3466         (wl-summary-exec-action-erase): Ditto.
3467
3468         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3469         (wl-summary-skip-mark-list): Added "d".
3470
3471         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3472         while searching.
3473
3474         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3475         and define using defcustom;
3476         Define 4th element as a face.
3477         
3478         * wl-summary.el (wl-summary-incorporate): Use 
3479         `wl-summary-prefetch-region-no-mark' instead of
3480         `wl-summary-prefetch-region'.
3481         (wl-summary-prefetch-region-no-mark): Revival of old
3482         `wl-summary-prefetch-region'.
3483         (wl-summary-mark-action-list): Moved to wl-vars.el
3484
3485         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3486         face according to the `wl-summary-mark-action-list'.
3487         (wl-highlight-summary-current-line): Ditto;
3488         Removed destination highlighting.
3489
3490         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3491         (wl-highlight-summary-line-string): Highlight for "i" mark.
3492         (wl-highlight-summary-current-line): Ditto.
3493
3494         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3495         no destination.
3496
3497         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3498         exists, just go ahead.
3499         (wl-summary-prefetch-region): Rewrite.
3500         (wl-summary-prefetch): Ditto.
3501         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3502         (wl-summary-exec-action-prefetch): New function.
3503         (wl-summary-target-mark-prefetch): Rewrite.
3504
3505 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3506
3507         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3508         (wl-highlight-summary-line-string): Added "d" and "D".
3509         (wl-highlight-summary-current-line): Ditto.
3510
3511         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3512         in wl-summary.el.
3513         (wl-thread-insert-entity-sub): Ditto.
3514         (wl-thread-remove-destination-region): Ditto.
3515         (wl-thread-print-destination-region): Ditto.
3516
3517         * wl-summary.el (wl-summary-buffer-refile-list,
3518         wl-summary-buffer-delete-list,
3519         wl-summary-buffer-copy-list): Abolish.
3520         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3521         All other related portions are changed.
3522         (wl-summary-mark-action-list): New variable.
3523         (wl-summary-set-mark): New function.
3524         (wl-summary-register-target-mark): Ditto.
3525         (wl-summary-unregister-target-mark): Ditto.
3526         (wl-summary-have-target-mark-p): Ditto.
3527         (wl-summary-register-temp-mark): Ditto.
3528         (wl-summary-unregister-temp-mark): Ditto.
3529         (wl-summary-registered-temp-mark): Ditto.
3530         (wl-summary-collect-temp-mark): Ditto.
3531         (wl-summary-unset-mark): Ditto.
3532         (wl-summary-set-target-mark): Ditto.
3533         (wl-summary-unset-target-mark): Ditto.
3534         (wl-summary-set-action-generic): Ditto.
3535         (wl-summary-unset-action-generic): Ditto.
3536         (wl-summary-exec-action-delete): Ditto.
3537         (wl-summary-exec-action-erase): Ditto.
3538         (wl-summary-set-action-refile): Ditto.
3539         (wl-summary-set-action-refile-subr): Ditto.
3540         (wl-summary-unset-action-refile): Ditto.
3541         (wl-summary-make-destination-numbers-list): Ditto.
3542         (wl-summary-exec-action-refile): Ditto.
3543         (wl-summary-set-action-copy): Ditto.
3544         (wl-summary-unset-action-copy): Ditto.
3545         (wl-summary-exec-action-copy): Ditto.
3546         (wl-summary-collect-numbers-region): Ditto.
3547         (wl-summary-delete): Rewrite.
3548         (wl-summary-erase): Ditto.
3549         (wl-summary-remove-destination): Ditto.
3550         (wl-summary-exec): Ditto.
3551         (wl-summary-exec-region): Ditto.
3552         (wl-summary-target-mark-erase): Ditto.
3553         (wl-summary-refile): Ditto.
3554         (wl-summary-copy): Ditto.
3555         (wl-summary-unmark): Ditto.
3556         (wl-summary-delete-all-mark): Ditto.
3557         (wl-summary-mark-line): Don't highlight.
3558         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3559         (wl-summary-target-mark-refile-subr): Rewrite.
3560
3561         (wl-summary-copy-prev-destination): Abolish.
3562
3563 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3564
3565         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3566         default values along the value of wl-on-mule.
3567         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3568         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3569         It is not used anywhere.
3570
3571 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3572
3573         * wl-summary.el (wl-summary-print-destination): Keep position.
3574         (wl-summary-cursor-move-surface): Keep horizontal position.
3575
3576 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3577
3578         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3579         write sendlog.
3580
3581 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3582
3583         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3584         `wl-summary-highlight'.
3585
3586 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3587
3588         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3589         trivial condition for temp-mark.
3590
3591 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3592
3593         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3594         when it hits killed buffer.
3595
3596 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3597
3598         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3599         * wl-news.el.in: `message' and `error' take format string.
3600
3601 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3602
3603         * wl-folder (wl-folder-insert-entity): Display a message,
3604         `...done', when the work finish.
3605         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3606
3607 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3608
3609         * wl-message.el (wl-message-redisplay): Remove unused local
3610         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3611
3612 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3613
3614         * wl-summary.el (wl-summary-replace-status-marks): Disable
3615         interactive use.
3616         (wl-summary-reedit): Check message existence at first.
3617         (wl-summary-mark-line): Fix doc, return value is indefinite.
3618
3619         * wl-highlight.el (wl-highlight-message): Arranged.
3620
3621         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3622         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3623         check temp-mark by wl-summary-temp-mark always.
3624         (wl-highlight-summary): Change accordingly.
3625         * wl-summary.el (wl-summary-mark-as-read-all)
3626         (wl-summary-delete-cache, wl-summary-set-score-mark)
3627         (wl-summary-mark-as-unread, wl-summary-unmark)
3628         (wl-summary-mark-line, wl-summary-mark-as-read)
3629         (wl-summary-mark-as-important): Ditto.
3630
3631         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3632         end of the window if possible.
3633         * wl-summary.el (wl-summary-sync-update): Support lazy
3634         highlighting.
3635         (wl-summary-toggle-disp-msg): Ditto.
3636
3637 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3638
3639         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3640
3641 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3642
3643         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3644         change.
3645
3646 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3649         API.
3650         (wl-summary-sync-update): Ditto.
3651
3652         * wl-score.el (wl-score-get-score-alist): Changed argument.
3653         (wl-summary-rescore-msgs): Likewise.
3654         (wl-summary-score-headers): Likewise.
3655         (wl-score-headers): Likewise;
3656         Use elmo-folder-do-each-message-entity, etc.
3657         (wl-summary-score-effect): Follow the changes above.
3658         (wl-summary-rescore): Ditto.
3659         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3660         (wl-score-get-overview): Abolish.
3661
3662         * wl-summary.el (wl-summary-default-from): Follow the API change in
3663         elmo-msgdb.
3664         (wl-summary-count-unread): Ditto.
3665         (wl-summary-detect-mark-position): Ditto.
3666         (wl-summary-overview-entity-compare-by-date): Ditto.
3667         (wl-summary-overview-entity-compare-by-number): Ditto.
3668         (wl-summary-overview-entity-compare-by-from): Ditto.
3669         (wl-summary-overview-entity-compare-by-subject): Ditto.
3670         (wl-summary-get-list-info): Ditto.
3671         (wl-summary-rescan): Ditto.
3672         (wl-summary-jump-to-msg-by-message-id): Ditto.
3673         (wl-summary-sync-update): Ditto; Removed comment.
3674         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3675         (wl-summary-insert-message): Use wl-summary-insert
3676         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3677         (wl-summary-insert-headers): Changed argument overview to folder.
3678         (wl-summary-search-by-subject): Likewise.
3679         (wl-summary-insert-thread): Renamed from 
3680         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3681
3682         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3683         too.
3684
3685         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3686         wl-string-member.
3687
3688 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3689
3690         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3691         elmo-folder-append-buffer.
3692         (wl-draft-queue-append): Likewise.
3693
3694         * wl-mime.el (wl-message-delete-current-part): Ditto.
3695         (wl-summary-burst-subr): Ditto.
3696
3697         * wl-news.el.in (wl-news-send-news): Ditto.
3698
3699 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3700
3701         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3702         function.
3703         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3704         (wl-summary-update-mark): Enclose with save-excursion.
3705         (wl-summary-mark-as-read-internal): Fixed last change.
3706         (wl-summary-mark-as-important): Use 3rd argument of
3707         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3708         Don't use elmo-msgdb-set-mark.
3709         (wl-summary-redisplay-internal): If msgdb flag is already read,
3710         just update the mark on buffer.
3711
3712 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3713
3714         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3715         cut visible folder when elmo-folder-delete returns non-nil value.
3716
3717 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3718
3719         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3720         by Kenichi OKADA <okada@opaopa.org>).
3721
3722 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3723
3724         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3725
3726 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3727
3728         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3729         Fixed the last change, search group entity by its real name.
3730         (Thanks to: KOBAYASHI Shinji)
3731
3732 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3733
3734         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3735         (wl-fldmgr-access-display-all): Don't refer visible name.
3736         * wl-expire.el (wl-folder-archive-current-entity)
3737         (wl-folder-expire-current-entity): Ditto.
3738         * wl-folder.el (wl-folder-jump-to-current-entity)
3739         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3740         (wl-folder-open-folder-sub,wl-folder-open-all)
3741         (wl-folder-write-current-folder): Ditto.
3742         (wl-folder-insert-entity): Don't use petname for normal group.
3743         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3744         is the real name.
3745         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3746         Abolished.
3747
3748 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3749
3750         * wl-draft.el (wl-draft-create-buffer): Add
3751         `wl-summary-reply-with-citation'
3752
3753 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3754
3755         * wl-draft.el (wl-draft-reply): Fixed.
3756
3757 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3758
3759         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3760         when `wl-draft-send-confirm-with-preview' is non-nil.
3761         You can scroll up/down by j/k.
3762         (wl-draft-send-confirm-with-preview): New variable (default=t).
3763
3764 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3765
3766         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3767         (wl-fldmgr-save-folders): Fix comment.
3768
3769 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3772         along the last change in `wl-folder-buffer-group-p'.
3773
3774 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3775
3776         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3777         folder.
3778
3779         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3780         the default value.
3781
3782         * wl-mime.el (wl-summary-burst): Update summary only when target
3783         folder equals current folder.
3784
3785 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3788
3789 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3792         value.
3793
3794 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3797         `map-extents' instead of `extent-at' repeatedly.
3798         (wl-highlight-folder-current-line): Ditto.
3799
3800         * wl-highlight.el: Remove useless dummy functions.
3801
3802 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3803
3804         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3805         (wl-folder-put-folder-property): New function to put text property.
3806         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3807         (wl-folder-insert-entity, wl-folder-update-diff-line)
3808         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3809         * wl-e21.el, wl-xmas.el, wl-mule.el
3810         (wl-highlight-folder-current-line): Ditto.
3811         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3812         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3813         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3814         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3815
3816 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3817
3818         * Version number is increased to 2.11.3.
3819
3820 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3821
3822         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3823         Resume current-buffer since it is assumed by remaining tasks.
3824
3825 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3826
3827         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3828         (wl-folder-completion-function): Abolished.
3829         (wl-folder-complete-folder): New function.
3830         (wl-folder-complete-filter-condition): Ditto.
3831         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3832         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3833
3834 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3835
3836         * wl-draft.el (wl-draft-send-confirm): New function.
3837         (wl-draft-send): Use it.
3838
3839         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3840         cursor-in-echo-area while confirming.
3841
3842         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3843
3844         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3845         searching via nntp if wl-summary-search-via-nntp is 'force.
3846         Otherwise, invoke searching in nntp folder only.
3847         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3848
3849         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3850         explicitly for mime-make-text-tag.
3851
3852 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3853
3854         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3855         `mime-make-text-tag' instead of `mime-create-tag'.
3856
3857 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3858
3859         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3860         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3861
3862 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3863
3864         * wl-score.el (wl-score-save): Bind print-length and print-level.
3865         (wl-score-pretty-print): Ditto.
3866         (wl-score-edit-insert-header-entry): Ditto.
3867
3868         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3869         "From" entry to be treated with wl-draft-eword-encode-address-list.
3870         * wl-mime.el (wl-draft-preview-message): Ditto.
3871
3872         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3873         (wl-summary-mark-as-unread): Ditto.
3874         (wl-summary-mark-as-read-region): Change accordingly.
3875         (wl-summary-mark-as-unread-region): Ditto.
3876         (wl-summary-target-mark-mark-as-read): Ditto.
3877         (wl-summary-target-mark-mark-as-unread): Ditto.
3878
3879 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * Version number is increased to 2.11.2.
3882
3883 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3884
3885         * wl-news.el.in (wl-news-previous-version-save): Bind
3886         print-length and print-level.
3887         * wl-thread.el (wl-thread-save-entities): Ditto.
3888         (wl-thread-save-top-list): Bind print-length.
3889
3890 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3891
3892         * wl-highlight.el (wl-highlight-summary-line-string): Use
3893         wl-summary-score-below-mark, wl-summary-score-over-mark.
3894         (wl-highlight-summary-current-line): Ditto.
3895
3896 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3897
3898         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3899         insert it.
3900
3901 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3902
3903         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3904
3905 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3908         message without msgid.
3909         Rewrite with elmo-folder-move-messages.
3910         Set wl-message-buffer to nil.
3911
3912         * wl-summary.el (wl-summary-erase-subr): New function. Use
3913         elmo-folder-move-messages.
3914         (wl-summary-erase): Call it.
3915         (wl-summary-target-mark-erase): Ditto.
3916
3917 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3918
3919         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3920         it is not up-tp-date.
3921
3922 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3925         buffer after calling `wl-summary-goto-folder-subr' without the
3926         argument `interactive'.
3927         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3928
3929 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3930
3931         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3932         `mime-create-tag'. Use `string=' instead of `looking-at'.
3933
3934 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3935
3936         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3937         to avoid compile warning.
3938
3939         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3940         entity-id when folder is given.
3941         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3942         save-excursion, use save-selected-window instead.
3943         Select folder buffer window if exists.
3944         (To correct behavior with wl-folder-move-cur-folder.)
3945
3946 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3947
3948         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3949
3950 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3951
3952         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3953         list-count instead of %d.
3954
3955 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3956
3957         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3958         (wl-news): Set it.
3959         (wl-news-append-to-folder): Use it.
3960
3961         * wl-news.el.in (wl-news-send-news): Append to specified folder
3962         instead of wl-default-folder.
3963         (wl-news-append-to-folder): Show error message with specified folder.
3964
3965         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3966                 In most major modes, Emacs assumes that any opening
3967                 delimiter found at the left margin is the start of a
3968                 top-level definition, or defun. Therefore, *never put an
3969                 opening delimiter at the left margin unless it should have
3970                 that significance.*
3971
3972         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3973
3974 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3975
3976         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3977
3978 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3979
3980         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3981
3982 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3983
3984         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3985         for sequential numbering case.
3986
3987 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3988
3989         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3990         value.
3991         (wl-draft-reply-without-argument-list): Ditto.
3992         (wl-draft-reply-myself-with-argument-list): Abolish.
3993         (wl-draft-reply-myself-without-argument-list): Ditto.
3994         * wl-draft.el (wl-draft-self-reply-p): New function.
3995         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3996
3997 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3998
3999         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4000         (avoid error for the case without byte-compiling)
4001
4002 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4003
4004         * wl-news.el.in (wl-news-append-to-folder): New function.
4005         (wl-news-exit): Rewrite.
4006         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4007
4008 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4009
4010         * wl-draft.el (wl-draft-reply-position): New function.
4011         (wl-draft-reply-position): Fix.
4012         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4013         (wl-summary-target-mark-reply-with-citation): Ditto.
4014         (wl-summary-reply-with-citation): Ditto.
4015         * wl-vars.el (wl-draft-reply-default-position): New variable.
4016
4017 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-draft.el (wl-draft-send): Preview when interactive send.
4020
4021 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4022
4023         * wl-draft.el (wl-draft-reply): Set default position.
4024         * wl-summary.el (wl-summary-reply): Ditto.
4025         (wl-summary-reply-with-citation): Ditto.
4026         (wl-summary-target-mark-reply-with-citation): Ditto.
4027
4028 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4029
4030         * wl-news.el.in (wl-news-lang): Set default value according to
4031         current-language-environment.
4032         (wl-news-append-news): Do nothing when news-list is nil.
4033
4034 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4035
4036         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4037         (wl-news): Change message.
4038         (wl-news-exit): Check buffer.
4039         (wl-news-force-exit): New function.
4040         (wl-news-show-all): New function.
4041         (wl-news-discard-and-exit): Fix.
4042
4043 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4044
4045         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4046         according to current-language-environment.
4047
4048         * wl-news.el.in (wl-news): If arg, show all NEWS after
4049         wl-news-default-previous-version.
4050
4051 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4052
4053         * wl-news.el.in (wl-news-check): Rewritten.
4054         (wl-news-previous-version-load): Change data type.
4055         (wl-news-previous-version-save): Change data type.
4056         (wl-news-append-news): Add return value.
4057         (wl-news-check-news): New function.
4058         (wl-news-already-current-p): New function.
4059         (wl-news-send-news): Rewritten.
4060         (wl-news-mode-map): Add new keybind.
4061         (wl-news): Rewritten.
4062         (wl-news-exit): Rewritten.
4063         (wl-news-discard-and-mail): New function.
4064         (wl-news-send-to-address): Abolished.
4065         * wl.el (wl-init): Delete a message.
4066
4067 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4068
4069         * wl-news.el.in (wl-news-exit): Update previous version.
4070         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4071
4072 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4073
4074         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4075
4076 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4077
4078         * wl-news.el.in (wl-news): New function.
4079         (wl-news-mode): New function.
4080         (wl-news-next-line): New function.
4081         (wl-news-next-page): New function.
4082         (wl-news-exit): New function.
4083         (wl-news-buf-name): New variable.
4084         (wl-news-mode-map): New variable.
4085         (wl-news-winconf): New variable.
4086         (wl-news-append-news): Add an option.
4087
4088 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4089
4090         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4091
4092 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4093
4094         * wl-news.el.in (wl-news-send-to-address): New variable.
4095         (wl-news-send-news): Use it.
4096         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4097         Return updating status.
4098         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4099
4100 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4101
4102         * wl-news.el.in (wl-news-send-news): Delete
4103         Organization and X-Face.
4104
4105 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4106
4107         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4108         (wl-news-append-news): New function.
4109         (wl-news-send-news): New function.
4110
4111 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4112
4113         * Version number is increased to 2.11.1.
4114
4115 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4116
4117         * wl-news.el.in : New file.
4118
4119 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4120
4121         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4122         default value.
4123         (wl-draft-reply-without-argument-list): Ditto.
4124
4125 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4126
4127         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4128         (wl-message-buffer-prefetch-idle-time): Ditto.
4129         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4130
4131 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-thread.el (wl-thread-insert-message): Use
4134         wl-summary-max-thread-depth.
4135
4136         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4137         loop detection.
4138
4139         * wl-message.el (wl-message-buffer-display): Back to the first page
4140         when cache is hit.
4141
4142 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4143
4144         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4145
4146         * wl-summary.el (wl-summary-insert-thread-entity):
4147         If the thread depth is reached to wl-summary-max-thread-depth,
4148         divide the thread.
4149
4150 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4151
4152         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4153         for elmo-remove-passwd.
4154
4155 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4158         folder is sticky.
4159         (wl-folder-mark-as-read-all-entity): Ditto.
4160         (wl-folder-prefetch-entity): Ditto.
4161
4162 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4163
4164         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4165
4166 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4167
4168         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4169         Delete messages on buffer for unplugged operation.
4170         (wl-summary-erase): Ditto.
4171
4172 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4173
4174         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4175         take nil so as not to search parent by subject.
4176
4177 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4178
4179         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4180         (wl-folder-get-next-folder): Ditto.
4181         (wl-folder-get-path): Ditto.
4182
4183 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4184
4185         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4186         system and encode the region with it before verifying.
4187
4188 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4191         system of the echo buffer before decoding.
4192
4193 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4196         original contents.
4197
4198 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4199
4200         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4201         with argument 'any-exists.
4202
4203 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4204
4205         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4206         Use `wl-cs-autoconv'.
4207
4208 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4209
4210         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4211         by `mime-view-automatic-conversion'.
4212
4213         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4214         (wl-message-verify-pgp-nonmime): Ditto.
4215         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4216         Bind them to C-c:d and C-c:v respectively.
4217
4218         Merge following code by Teranishi-san from [wl-en:00167].
4219         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4220         (wl-mime-preview-application/pgp-encrypted): Ditto.
4221         (wl-mime-setup): Add entry.
4222
4223 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4224
4225         * wl-summary.el (wl-summary-target-mark-erase): New function.
4226         Bind it to "mD".
4227
4228 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4229
4230         * wl-vars.el (wl-draft-write-file-function): Fix.
4231         (wl-draft-reedit-hook): Changed default value.
4232
4233         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4234         wl-draft-reedit-hook.
4235         (wl-draft-remove-text-plain-tag): New function.
4236         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4237
4238         * wl-vars.el (wl-draft-write-file-function): New user option.
4239
4240         * wl-draft.el (wl-draft-prepare-edit): Use it for
4241         local-write-file-hooks.
4242         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4243
4244         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4245         (wl-draft-insert-mail-header-separator): Return the body beginning
4246         point.
4247         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4248         text/plain.
4249         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4250
4251 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4252
4253         * wl-summary.el (wl-summary-erase): New function to erase message
4254         without moving it to trash. Bind to "D".
4255
4256         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4257         as `keep' unless switch-function.
4258
4259 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4260
4261         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4262         message buffer by using `wl-summary-toggle-disp-msg'.
4263         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4264         buffer window.
4265         (wl-summary-supresedes-message): Ditto.
4266
4267         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4268         Do not delete other windows.
4269         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4270         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4271         (wl-draft-create-buffer): Set reply-or-forward also for target
4272         mark commands.
4273
4274 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4275
4276         * wl-draft.el (wl-user-agent-compose): Delete special case for
4277         switch-to-buffer-other-window.
4278
4279         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4280         (wl-summary-forward): Ditto.
4281
4282         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4283         function.
4284         (wl-draft-buffer-style): New use option.
4285
4286         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4287         (wl-draft): Follow the change above.
4288         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4289         wl-draft-buffer-style.
4290         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4291         switch-function.
4292
4293 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4294
4295         * wl-address.el (wl-address-make-completion-entry): Extracted from
4296         `wl-address-make-completion-list'.
4297         (wl-address-enable-strict-loading): New variable.
4298         (wl-address-make-completion-list): Revive petname duplication
4299         inquiry, and enable it if `wl-address-enable-strict-loading'.
4300         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4301
4302 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * wl-message.el (wl-message-get-original-buffer): Avoid
4305         'Selecting deleted buffer' error when original buffer is killed.
4306
4307 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4308
4309         * wl-summary.el (wl-summary-next-message): Use
4310         elmo-message-accessible-p instead of elmo-message-cached-p.
4311
4312 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4313
4314         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4315
4316         * wl-thread.el (wl-thread-open-all-unread): Use
4317         elmo-folder-list-flagged instead of
4318         elmo-folder-list-messages-mark-match.
4319
4320         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4321         instead of elmo-folder-list-messages-mark-match.
4322         (wl-summary-move-spec-alist): New variable.
4323         (wl-summary-move-spec-plugged-alist,
4324         wl-summary-move-spec-unplugged-alist): Abolish.
4325         (wl-summary-next-message): Follow the change above.
4326         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4327         with 'no-msg' argument.
4328
4329         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4330         variable.
4331         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4332         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4333         (wl-message-buffer-prefetch-get-next): Follow the change above.
4334
4335 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4336
4337         * wl-version.el (wl-version): Changed codename.
4338
4339         * Version number is increased to 2.11.0.
4340
4341 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4342
4343         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4344         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4345         `wl-draft-config-variables'.
4346         (wl-draft-kill): Fixed problem when the draft is reedit.
4347
4348 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4349
4350         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4351         buffer-modified status (Thanks to
4352         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4353
4354 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4355
4356         * wl-util.el (wl-region-exists-p): New function.
4357
4358         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4359         Remove defvars for byte-compile warnings.
4360
4361 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4362
4363         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4364         defvar-maybe. Removed unused bind.
4365
4366 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4367
4368         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4369         summary buffer window before creating new frame.
4370         (wl-draft-reply): Ditto.
4371
4372 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4373
4374         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4375
4376 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4379
4380 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4381
4382         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4383         instead of `kill-region'.
4384
4385 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4386
4387         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4388         (wl-highlight-summary-line-string): Use it.
4389         (wl-highlight-summary-current-line): Ditto.
4390
4391         * wl-mime.el (wl-message-delete-current-part): Check the class of
4392         mime-entity.
4393
4394         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4395
4396         * wl-summary.el (wl-summary-make-number-list): Initialize.
4397         (wl-summary-update-mark): New function.
4398         (wl-summary-reply): Put `answered' mark on the message.
4399         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4400
4401         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4402         (wl-draft-reply): Added optional argument `number';
4403         Set wl-draft-parent-number.
4404         (wl-draft-kill): Delete answered mark if it is a reply.
4405
4406 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4409         that originates in mime-preview-follow-current-entity.
4410         (wl-draft-yank-current-message-entity): Use it if region is active.
4411
4412         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4413         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4414         `wl-message-delete-current-part'.
4415         * wl-mule.el (wl-message-define-keymap): Ditto.
4416         * wl-xmas.el (wl-message-define-keymap): Ditto.
4417
4418 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419
4420         * wl-mime.el (wl-message-delete-current-part): New function.
4421         (wl-mime-node-id-to-string): Ditto.
4422
4423         * wl-mime.el (wl-message-delete-current-part): Use existing
4424         original buffer which corresponds current mime-view buffer.
4425         (fetched buffer might have different structure, possibly)
4426
4427         * wl-mime.el (wl-message-delete-current-part): Quit if the
4428         message content differs from the actual message.
4429
4430 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4431
4432         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4433         order.
4434         (wl-summary-search-by-subject): Search parent message from tail;
4435         Check the existence of the parent message on the current thread tree.
4436         (wl-summary-update-thread): Check whether the line is inserted.
4437
4438 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-vars.el (wl-summary-line-format): Undo last change.
4441         * wl-summary.el (wl-summary-print-destination): Do not put
4442         invisible property when `wl-summary-width' is nil.
4443         (wl-summary-line-subject-minimum-length): Abolished.
4444         (wl-summary-line-subject): Ditto.
4445
4446 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-vars.el (wl-summary-line-format): Change default value.
4449         (wl-summary-subject-length-limit): Abolished.
4450         * wl-summary.el (wl-summary-line-subject): Ditto.
4451
4452 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4453
4454         * wl-template.el (wl-template-select): Added optional argument.
4455         If optional argument is specified, reverse
4456         `wl-template-visible-select'.
4457
4458 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4459
4460         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4461         Take prefix argument to force asking the destination folder.
4462
4463 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4464
4465         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4466         count and update status.
4467
4468 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4469
4470         * wl-summary.el (wl-summary-redisplay-internal): If
4471         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4472         after fetching.
4473
4474 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4475
4476         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4477         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4478
4479         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4480
4481 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4482
4483         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4484         (All other related portions are changed).
4485         (wl-summary-mark-as-read-all): Rewrite.
4486
4487 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4488
4489         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4490         `wl-summary-mark-as-read'.
4491         (wl-summary-mark-as-unread): Rewrite.
4492         (wl-summary-mark-as-read): Added no-modeline argument.
4493         (wl-summary-resume-cache-status): Rewrite.
4494         (wl-summary-exec-subr): Remove unused local variable.
4495
4496 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4497
4498         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4499         logic to call `wl-summary-buffer-prev-folder-function'.
4500         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4501
4502 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4503
4504         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4505         is nil.
4506
4507 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4510         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4511         (wl-mime-setup): Add its entry.
4512
4513 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4514
4515         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4516         (wl-summary-delete-cache): Likewise.
4517         (wl-summary-mark-as-read): Rewrite.
4518
4519 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4520
4521         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4522         `wl-summary-count-unread'.
4523
4524         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4525
4526         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4527
4528 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4529
4530         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4531         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4532         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4533         Renamed to the elmo-msgdb-*-mark.
4534         (wl-summary-score-marks): Follow the change above.
4535         (wl-summary-auto-refile-skip-marks): Ditto.
4536         (wl-summary-incorporate-marks): Ditto.
4537         (wl-summary-expire-reserve-marks): Ditto.
4538
4539         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4540         changes.
4541         (wl-thread-insert-top): Changed updating message.
4542
4543         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4544         variable.
4545         (wl-summary-count-unread): Count answered marks.
4546         (wl-summary-rescan): Call wl-summary-insert-message instead of
4547         wl-summary-append-message-func-internal.
4548         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4549         (wl-summary-prefetch-msg): Follow the variable name changes.
4550         (wl-summary-prefetch-region): Ditto.
4551         (wl-summary-mark-as-read-all): Follow the API changes;
4552         Don't call elmo-folder-replace-marks.
4553         (wl-summary-delete-cache): Follow the variable name changes.
4554         (wl-summary-resume-cache-status): Ditto.
4555         (wl-summary-update-status-marks): New function.
4556         (wl-summary-insert-message): New function.
4557         (wl-summary-sync-marks): Follow the variable name changes.
4558         (wl-summary-sync-update): Synchronize to the msgdb, too;
4559         Changed update messages.
4560         (wl-summary-make-number-list): Rewrite.
4561         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4562         (wl-summary-mark-as-unread): Follow the API changes.
4563         (wl-summary-exec-subr): Follow the variable name changes.
4564         (wl-summary-mark-as-read): Ditto.
4565         (wl-summary-move-spec-plugged-alist): Ditto.
4566         (wl-summary-move-spec-unplugged-alist): Ditto.
4567         (wl-summary-cursor-move-surface): Ditto.
4568
4569         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4570         variable name changes.
4571         (wl-highlight-summary-current-line): Ditto.
4572
4573         * wl-expire.el (wl-expire-refile): Follow the API change in
4574         elmo-folder-move-messages.
4575         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4576         (wl-summary-archive): Use elmo-folder-msgdb instead of
4577         elmo-msgdb-load.
4578
4579 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4580
4581         * wl-mime.el (wl-draft-preview-message): Restore the position
4582         before evaluating wl-draft-send-hook in preview buffer.
4583
4584 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4587         when it creates new draft buffer.
4588
4589         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4590         without argument.
4591
4592         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4593         Evaluate content and if the value is string, insert it.
4594         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4595         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4596         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4597         wl-draft-config-sub-part-bottom): Use it.
4598
4599         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4600         with the folder name. The question was unintelligible when it is
4601         called from wl-save-status.
4602
4603 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4604
4605         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4606         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4607         cannot take second argument).
4608
4609 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4610
4611         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4612         as t. Since type and subtype are not case sensitive (RFC 2045).
4613
4614 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4615
4616         * wl-vars.el (wl-message-mode-line-format): New variable.
4617         (wl-message-mode-line-format-spec-alist): Ditto.
4618         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4619         (wl-message-redisplay): Use wl-message-mode-line-format.
4620
4621 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4622
4623         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4624
4625 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-summary.el (wl-summary-default-from): Write description.
4628
4629 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-vars.el (wl-ldap-objectclass): Abolish.
4632
4633         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4634         (wl-ldap-make-filter): Removed condition for objectclass.
4635         (wl-ldap-make-matched-value-list): Remove meaningless process.
4636         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4637         (wl-address-ldap-search): Don't add `*' to `pat' string;
4638         use ignore-errors; added `email';
4639         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4640         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4641         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4642
4643
4644 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4645
4646         * wl-draft.el (wl-draft-parent-folder): Write description.
4647         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4648
4649 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4652         as "" (zero-length string) if no parent.
4653         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4654
4655 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4656
4657         * wl-address.el (wl-address-make-completion-list): Skip duplication
4658         checking.
4659         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4660         `append'.
4661
4662 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4663
4664         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4665         instead of `beginning-of-buffer'.
4666
4667 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4670
4671 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4674         Refer wl-message-buffer-name.
4675         (wl-message-wheel-down): Ditto.
4676
4677 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4678
4679         * wl-vars.el (wl-message-buffer-name): New user option.
4680
4681         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4682         directly instead of making alist dinamically.
4683
4684         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4685         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4686         wl-message-buffer-cache-name.
4687         (wl-message-buffer-cache-clean-up): Ditto.
4688
4689         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4690
4691         * Version number is increased to 2.9.15.
4692
4693 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * wl-vars.el (wl-summary-default-view-alist): New user option.
4696
4697         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4698
4699         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4700         while deleting address.
4701         (wl-draft-delete-myself-from-cc): Ditto.
4702
4703         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4704         If optional argument is specified, reverse sort order.
4705
4706         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4707
4708 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4709
4710         * wl-thread.el (wl-thread-insert-message): Return parent number if
4711         exists.
4712         (wl-thread-update-indent-string-region): Use
4713         wl-thread-update-line-on-buffer-sub instead of
4714         wl-thread-update-line-on-buffer.
4715
4716 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4717
4718         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4719         (wl-folder-close-all): Ditto.
4720
4721 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4722
4723         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4724         and mailing-list:.
4725         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4726         value.
4727         (wl-summary-line-list-info): Print mailing-list name even when 
4728         list-number is empty.
4729
4730 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4733
4734         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4735         (wl-draft-open-file): Ditto.
4736         (wl-draft-random-alphabet): Ditto.
4737
4738         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4739         bindings.
4740
4741 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4744         * wl-vars.el (wl-draft-config-alist): Ditto.
4745
4746 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * Version number is increased to 2.9.14.
4749
4750         * wl.el (wl): Don't set wl-init as nil when error occured while
4751         auto-checking folders.
4752
4753         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4754         `elmo-expand-newtext'.
4755
4756 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4759         `this-command' so that `wl-folder-goto-folder' contained in
4760         `wl-summary-keep-cursor-command' work.
4761
4762 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4765         message buffer displaying state.
4766
4767 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-vars.el (wl-summary-default-view): New variable to specify
4770         default value for `wl-summary-buffer-view' instead of using
4771         set-default.
4772         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4773
4774 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4775
4776         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4777
4778         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4779
4780 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4781
4782         * wl-vars.el (wl-forward-subject-prefix): New variable.
4783         * wl-draft.el (wl-draft-forward): Use it.
4784
4785 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4786
4787         * wl-message.el (wl-message-prev-page): When it is called without
4788         lines argument, scroll down by wl-message-scroll-amount lines.
4789         (wl-message-next-page): Ditto.
4790         * wl-vars.el (wl-message-scroll-amount): Change default value
4791         to preserve current behavior.
4792
4793 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4794
4795         * wl-summary.el (wl-summary-prefetch-msg): Bind
4796         `wl-message-entity' to call `wl-summary-from-function'.
4797
4798 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-message.el (wl-message-buffer-create): Run
4801         wl-message-buffer-created-hook.
4802
4803 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-summary.el (wl-summary-sort-specs): New variable.
4806         (wl-summary-default-sort-spec): Ditto.
4807         (wl-summary-sort): Rewrite.
4808         (wl-summary-sort-by-list-info): New function.
4809
4810 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4811
4812         * wl-summary.el (wl-summary-get-list-info): New function.
4813         (wl-summary-sort): Rewrite.
4814         (wl-summary-line-list-info): Ditto.
4815         (wl-summary-line-list-count): Ditto.
4816         (wl-summary-refile-region): Fixed docstring.
4817
4818 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4821         `wl-folder-entity-hashtb' as completion table.
4822
4823 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4826         only when this command is called interactively; silence the byte-
4827         compiler.
4828
4829 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4830
4831         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4832         active in XEmacs.
4833
4834 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4835
4836         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4837         plural lines.
4838
4839 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4842         of current line when the cursor is on the header name.
4843         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4844
4845 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4846
4847         * wl-util.el (wl-read-directory-name): Return displayed directory
4848         as the default value also on XEmacs.
4849
4850 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4853         formatting.
4854
4855 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4858         argument and when it is non-nil, check face property before
4859         highlighting for each line.
4860         (wl-highlight-summary-window): Set it.
4861
4862 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4863
4864         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4865         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4866
4867         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4868         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4869         (wl-draft-get-fcc-list): Likewise.
4870
4871 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4874         (wl-thread-entity-cur): Ditto.
4875         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4876         wl-thread-indent-regexp setting.
4877         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4878
4879         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4880         wl-summary-lazy-highlight.
4881         (wl-summary-display-bottom): Ditto.
4882
4883         * wl-thread.el (wl-thread-open-close): Likewise.
4884
4885         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4886         from and subject;
4887         Bind wl-draft-use-frame;
4888         Enclose with save-window-excursion;
4889         Use wl-draft-create-buffer instead of with-temp-buffer;
4890         Use wl-draft-prepare-edit;
4891         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4892         Use wl-draft-send instead of wl-draft-raw-send.
4893
4894 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4895
4896         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4897         of using wl-from.
4898
4899 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4902         insert-buffer instead of clone-buffer.
4903         (wl-draft-doing-mime-bcc): New variable.
4904         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4905         infinite loop.
4906         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4907
4908         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4909         (wl-draft-mime-bcc-body): Ditto.
4910
4911         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4912         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4913         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4914         wl-draft-do-mime-bcc.
4915         (wl-draft-mime-bcc-field): New function.
4916         (wl-draft-do-mime-bcc): Ditto.
4917
4918         * wl-address.el (wl-address-complete-header-list): New variable.
4919         (wl-address-complete-header-regexp): Changed default value.
4920
4921         * Version number is increased to 2.9.13.
4922
4923 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4926         it is differed.
4927
4928 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4929
4930         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4931         (wl-summary-line-list-count): Ditto.
4932
4933 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4934
4935         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4936         (wl-nntp-posting-function): New variable.
4937         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4938         `wl-nntp-posting-config-alist'.
4939
4940 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4941
4942         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4943         FLIM.
4944
4945 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4946
4947         * wl-summary.el (wl-summary-target-mark-refile-sub):
4948         Remove a nuisance funcall.
4949
4950 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4951
4952         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4953         as t for `try-completion'.
4954
4955 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-summary.el (wl-summary-default-from): Use
4958         wl-address-header-extract-address instead of
4959         std11-extract-address-components.
4960         (wl-summary-simple-from): Ditto.
4961         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4962         (wl-summary-insert-headers): Show message.
4963         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4964         for whole line.
4965         (wl-summary-default-from): Revert last change.
4966         (wl-summary-simple-from): Ditto.
4967         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4968         (wl-summary-mark-as-read-region): Follow the change above.
4969         (wl-summary-sync-marks): Ditto.
4970         (wl-summary-target-mark-mark-as-read): Ditto.
4971         (wl-summary-redisplay-internal): Ditto.
4972         (wl-summary-redisplay-no-mime-internal): Ditto.
4973         (wl-summary-redisplay-all-header): Ditto.
4974         (wl-summary-mark-as-read): Removed argument `cached';
4975         Use current cache status to set cache mark.
4976         (wl-summary-redisplay-internal): Follow the change above.
4977         (wl-summary-redisplay-no-mime-internal): Ditto.
4978         (wl-summary-redisplay-all-header): Ditto.
4979
4980         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4981
4982         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4983         Don't call itself recursively (Adviced by Yamaoka-san).
4984
4985 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4988         bind wl-summary-highlight as nil to avoid error caused by missing
4989         local variables.
4990
4991 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4992
4993         * wl-vars.el (wl-invalid-character-message): New user option.
4994
4995         * wl-util.el (wl-set-string-width): If truncated string-width is
4996         larger than specified width, use `wl-invalid-character-message'.
4997
4998 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4999
5000         * wl-summary.el (wl-summary-prefetch-msg): 
5001         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5002
5003 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-vars.el (wl-summary-check-line-format): New user option.
5006         (wl-summary-line-format-file): Ditto.
5007
5008         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5009         variable.
5010         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5011         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5012         and `wl-summary-view-old-p' to check whether do a rescan or not.
5013         (wl-summary-view-old-p): New function.
5014         (wl-summary-line-format-changed-p): Ditto.
5015         (wl-summary-line-format-save): Ditto.
5016         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5017
5018         * wl-util.el (wl-set-string-width): Avoid using negative number
5019         for make-string.
5020
5021 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5022
5023         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5024         return value.
5025
5026         * wl-util.el (wl-set-string-width): Added optional argument
5027         `padding' (All other related portions are changed).
5028         (wl-line-parse-format): If the first letter of column number is
5029         `0', zero-padding the result (ex: "%05l").
5030
5031         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5032
5033 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5036         sequential summary view.
5037
5038 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5041         if it doesn't have a -unix version.
5042
5043 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5044
5045         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5046
5047 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5050         content.
5051         (wl-draft): Follow the change above.
5052
5053         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5054
5055         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5056         and wl-folder-summary-line-format-alist contain %T and %P.
5057
5058         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5059         (wl-summary-mode-line-format): New user option.
5060         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5061         (wl-summary-line-format): Changed default value.
5062         (wl-summary-lazy-highlight): Changed default value.
5063
5064         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5065         change in wl-summary-create-line.
5066         (wl-thread-insert-entity-sub): Ditto.
5067
5068         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5069         (wl-summary-buffer-unread-status): Ditto.
5070         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5071         (wl-summary-buffer-persistent-mark-column): Ditto.
5072         (wl-summary-buffer-mode-line-formatter): Ditto.
5073         (wl-summary-buffer-mode-line): Ditto.
5074         (wl-summary-message-regexp): Abolished.
5075         (All other related portions are changed.)
5076         (wl-summary-detect-mark-position): New function.
5077         (wl-summary-buffer-set-folder): Setup
5078         wl-summary-buffer-mode-line-formatter.
5079         (wl-summary-mode): Setup selective-display;
5080         Setup pre-idle-hook when xemacs.
5081         (wl-summary-update-modeline): Rewrite.
5082         (wl-summary-jump-to-msg): Define as function;
5083         Changed regexp for searching messages.
5084         (wl-summary-message-number): Rewrite.
5085         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5086         Do rescan when old type summary cache.
5087         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5088         (wl-summary-remove-destination): Use '\r' to detect EOL.
5089         (wl-summary-print-destination): Ditto.
5090         (wl-summary-temp-mark): New inline function.
5091         (wl-summary-persistent-mark): Ditto.
5092         (wl-summary-line-number): New function.
5093         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5094         (wl-summary-line-list-count): New function.
5095         (wl-summary-create-line): Added argument persistent-mark.
5096         (All other related portions are changed)
5097         (wl-summary-create-line): Insert '\r'.
5098         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5099         (wl-summary-cursor-move-surface): New inline function.
5100         (wl-summary-prev): Use it.
5101         (wl-summary-next): Ditto.
5102
5103         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5104         wl-summary-message-regexp.
5105         (wl-highlight-summary): Delete progress message.
5106         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5107
5108         * Version number is increased to 2.9.12.
5109
5110 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5111
5112         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5113         variable (nil: no minimum).
5114         (wl-summary-line-subject): Add some spaces after subject by
5115         wl-summary-line-subject-minimum-length.
5116
5117 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5118
5119         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5120         and removed `F'.
5121         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5122         change above).
5123
5124 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5125
5126         * wl-summary.el (wl-summary-line-list-count): Reverted.
5127         (example setting in samples/*/dot.wl is also updated)
5128
5129 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5132
5133         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5134
5135         * wl-vars.el (wl-summary-line-format): Addes some description to the
5136         docstring.
5137
5138         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5139         (wl-summary-line-close-bracket): Ditto.
5140         (wl-summary-line-children-number): Ditto.
5141         (wl-summary-line-thread-indent): Ditto.
5142         (wl-summary-line-children-and-from): Ditto.
5143
5144         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5145         't', 'c', 'F' and added 'C'.
5146
5147         * wl-util.el (wl-set-string-width): Accept negative value.
5148         (wl-line-parse-format): Added "%number(" and "%)".
5149
5150 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5151
5152         * wl-summary.el (wl-summary-line-list-count): Change format of the
5153         return value.
5154
5155 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5156
5157         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5158         from the recent message.el.
5159         (wl-draft-point-in-header-p): Ditto.
5160         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5161         wl-draft-beginning-of-line.
5162         * wl-e21.el (wl-draft-mode-map): Ditto.
5163         * wl-xmas.el (wl-draft-mode-map): Ditto.
5164
5165         * wl-folder.el: Sort macrodefs by dependencies.
5166
5167 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5168
5169         * wl-summary.el (wl-summary-prev): Fixed regexp.
5170         (wl-summary-next): Ditto.
5171
5172 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5175
5176 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5177
5178         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5179         for backward compatibility.
5180
5181 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5182
5183         * wl-summary.el (wl-summary-line-list-count): New function, merged
5184         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5185         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5186         list counts.
5187
5188 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5189
5190         * wl-summary.el (wl-summary-create-line): Ignore errors while
5191         timezone-fix-time.
5192
5193         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5194
5195         * wl-summary.el (wl-summary-sync-update): Ditto.
5196         (wl-summary-default-from): Use wl-message-entity
5197         instead of entity.
5198
5199         * wl-summary.el (wl-summary-create-line): Fix.
5200
5201         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5202         (wl-summary-line-format): New user option.
5203         (wl-folder-summary-line-format-alist): Ditto.
5204         (wl-summary-from-width): Abolished.
5205
5206         * wl-util.el (toplevel): Require 'bytecomp.
5207         (wl-line-parse-format): New function.
5208         (wl-line-formatter-setup): New macro.
5209
5210         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5211         (wl-summary-buffer-line-formatter): New buffer local variable.
5212         (wl-summary-switch-to-clone-buffer): Follow the change above.
5213         (wl-summary-message-regexp): Fix.
5214         (wl-summary-from-func-internal): Abolished.
5215         (wl-summary-subject-func-internal): Ditto.
5216         (wl-summary-subject-filter-func-internal): Ditto.
5217         (All other related portions are changed.)
5218         (wl-summary-buffer-set-folder):
5219         Set up wl-summary-buffer-number-column and 
5220         wl-summary-buffer-line-formatter
5221         (All other related portions are changed.)
5222         (wl-summary-buffer-number-column-detect): Abolished.
5223         (All other related portions are changed.)
5224         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5225         (wl-summary-delete-all-temp-marks-on-buffer): Use
5226         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5227         (wl-summary-target-mark-delete): Ditto.
5228         (wl-summary-target-mark-refile-subr): Ditto.
5229         (wl-summary-target-mark-mark-as-read): Ditto.
5230         (wl-summary-target-mark-mark-as-unread): Ditto.
5231         (wl-summary-target-mark-mark-as-important): Ditto.
5232         (wl-summary-target-mark-save): Ditto.
5233         (wl-summary-replace-status-marks): Renamed from
5234         wl-summary-set-status-marks-on-buffer;
5235         Use wl-summary-message-regexp instead of
5236         wl-summary-buffer-number-regexp.
5237         (wl-summary-sync-update): Follow the change above.
5238         (wl-summary-goto-previous-message-beginning): New function.
5239         (wl-summary-mark-as-unread): Use it.
5240         (wl-summary-mark-as-important): Ditto.
5241         (wl-summary-line-formatter): New variable.
5242         (wl-summary-line-year): New function.
5243         (wl-summary-line-day): Ditto.
5244         (wl-summary-line-day-of-week): Ditto.
5245         (wl-summary-line-hour): Ditto.
5246         (wl-summary-line-minute): Ditto.
5247         (wl-summary-line-open-bracket): Ditto.
5248         (wl-summary-line-close-bracket): Ditto.
5249         (wl-summary-line-children-number): Ditto.
5250         (wl-summary-line-thread-indent): Ditto.
5251         (wl-summary-line-size): Ditto.
5252         (wl-summary-line-subject): Ditto.
5253         (wl-summary-line-from): Ditto.
5254         (wl-summary-line-children-and-from): Ditto.
5255         (wl-summary-create-line): Rewritten.
5256         (wl-summary-format-date): Abolished.
5257
5258         * wl-highlight.el (wl-highlight-summary-current-line): Use
5259         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5260         Use thread structure to detect thread top message.
5261
5262         * wl-draft.el (wl-default-draft-cite): Don't use
5263         wl-summary-from-func-internal.
5264
5265         * wl-refile.el (wl-refile-subject-learn): Don't use
5266         wl-summary-subject-filter-func-internal.
5267         (wl-refile-guess-by-subject): Ditto.
5268
5269         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5270         parameters.
5271
5272         * wl-thread.el (wl-thread-update-indent-string-region):
5273         Use wl-thread-update-line-on-buffer instead of
5274         wl-thread-update-indent-string.
5275         (wl-thread-update-children-number): Redefine using
5276         wl-thread-update-line-on-buffer.
5277         (wl-thread-update-indent-string): Abolished.
5278
5279         * Version number is increased to 2.9.11.
5280
5281 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5284         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5285         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5286
5287         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5288         as nil.
5289
5290         * wl-thread.el (wl-thread-open-all-unread): Use 
5291         elmo-folder-list-messages-mark-match.
5292         (wl-thread-insert-message): Removed argument `mark-alist'.
5293         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5294         elmo-msgdb-set-mark.
5295         (wl-thread-get-children-msgs-uncached): Likewise.
5296         (wl-thread-get-exist-children): Added argument include-self.
5297         (wl-thread-delete-message): Follow the change above.
5298
5299         * wl-summary.el (wl-summary-count-unread): Removed argument.
5300         (wl-summary-rescan): Follow the change above.
5301         (wl-summary-mark-as-read-region): Ditto
5302         (wl-summary-mark-as-unread-region): Ditto.
5303         (wl-summary-delete-messages-on-buffer): Ditto.
5304         (wl-summary-sync-update): Ditto.
5305         (wl-summary-switch-to-clone-buffer): Ditto.
5306         (wl-summary-goto-folder-subr): Ditto.
5307         (wl-summary-target-mark-mark-as-read): Ditto.
5308         (wl-summary-target-mark-mark-as-unread): Ditto.
5309         (wl-summary-target-mark-mark-as-important): Ditto.
5310         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5311         (wl-summary-update-thread): Removed argument `mark-alist'.
5312         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5313         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5314         (wl-summary-resume-cache-status): Likewise.
5315         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5316         elmo-msgdb-set-mark.
5317         (wl-summary-mark-as-read-all): Likewise.
5318         (wl-summary-delete-cache): Ditto.
5319         (wl-summary-auto-select-msg-p): Ditto.
5320         (wl-summary-mark-as-unread): Ditto.
5321         (wl-summary-no-auto-refile-message-p): Ditto.
5322         (wl-summary-mark-as-read): Ditto.
5323         (wl-summary-mark-as-important): Ditto.
5324         (wl-summary-auto-refile): Follow the change above.
5325         (wl-summary-delete-all-marks): Removed.
5326         (wl-summary-resume-marks-and-highlight): Ditto.
5327         (wl-summary-resume-marks): Ditto.
5328         (wl-summary-delete-important-msgs-from-list): Ditto.
5329         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5330
5331         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5332         wl-summary-count-unread.
5333
5334         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5335         (wl-summary-score-update-all-lines): Use
5336         elmo-msgdb-set-mark.
5337
5338 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5341         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5342         (wl-summary-create-line): Renamed from
5343         wl-summary-overview-create-summary-line;
5344         Argument rearrangement.
5345         (wl-summary-update-thread): Follow the change above.
5346
5347         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5348         (wl-thread-insert-entity-sub): Likewise.
5349
5350         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5351         argument `overview', `mark-alist' and added `msgdb'.
5352
5353         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5354
5355         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5356         (wl-summary-rescan): Follow the change above.
5357         (wl-summary-sync-update): Ditto.
5358         (wl-summary-insert-thread-entity): Ditto;
5359         Don't use `let*' in every while loop;
5360         Detect infinite loop of threads.
5361         (wl-summary-update-thread): Removed argument `overview'.
5362
5363         * wl-thread.el (wl-thread-insert-message): Ditto.
5364
5365         * Version number is increased to 2.9.10.
5366
5367         * wl-message.el (wl-message-redisplay): Ignore errors while
5368         wl-message-redisplay-hook.
5369
5370 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5371
5372         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5373
5374 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl.el (wl): inhibit-quit while wl-folder.
5377
5378 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5381         while msgdb access.
5382
5383 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5384
5385         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5386         even if no folder is not created.
5387
5388 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5391
5392         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5393         implementation.
5394         (wl-summary-target-mark-thread): Ditto.
5395
5396         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5397
5398 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5399
5400         * wl-util.el (wl-display-bytes): Remove unused function.
5401
5402 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5405         seems critical one (partially reverse the change in 2002/03/17).
5406
5407 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5408
5409         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5410         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5411
5412 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5413
5414         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5415         is not writable.
5416         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5417         plugged status instead of `'force' as 2nd argument.
5418
5419         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5420         is not creatable.
5421
5422         * Version number is increased to 2.9.9.
5423
5424 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5425
5426         * wl-summary.el (wl-summary-suspend): New function.
5427
5428 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5429
5430         * wl.el (wl): Do not check variables if check is nil.
5431         * wl-utils.el (wl-collect-draft): New function.
5432         * wl-folder.el (wl-folder-suspend): Put summary buffers
5433         and draft buffers at the end of buffer list.
5434         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5435
5436 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5437
5438         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5439         loop instead of recursive call.
5440
5441         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5442         2nd argument.
5443
5444 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5445
5446         * wl-draft.el (wl-draft-create-contents): Don't take neither
5447         (function . args) nor (string . something) any more.
5448
5449         * wl-version.el (wl-generate-user-agent-string): Return string
5450         without header symbol.
5451         * wl-draft.el (wl-draft-default-headers): Use it.
5452
5453         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5454         `wl-draft-insert-ccs' and return field value instead of inserting
5455         the header. Abolish cc argument.
5456         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5457
5458         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5459         rather than one with string car.
5460
5461         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5462         * wl-draft.el (wl-draft-create-contents): Add it after the default
5463         headers.
5464
5465         * wl-draft.el (wl-draft-create-contents): For the case of
5466         (symbol-or-string . function) insert header only when the function
5467         returns string value.
5468
5469 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5472         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5473
5474 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5475
5476         * wl.el (wl-check-environment): Don't check Message-ID when
5477         `wl-insert-message-id' is nil.
5478         Revive checking if `wl-message-id-domain' contains "@".
5479
5480 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5481
5482         * wl.el (wl-check-environment): Merge examination for "@" at
5483         inappropriate position into the first string-match.
5484
5485         * wl-summary.el (wl-summary-target-mark-print): New function.
5486         (wl-summary-pipe-message-subr): Extracted from
5487         `wl-summary-pipe-message'.
5488         (wl-summary-target-mark-pipe): New function.
5489         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5490         `wl-summary-target-mark-pipe'.
5491
5492 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5493
5494         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5495
5496 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5497
5498         * wl.el (wl-check-environment): Use elmo-warning instead of
5499         error for non-critical ones.
5500         Remove trash folder check.
5501         (wl): Don't ignore error in wl-check-environment.
5502
5503         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5504         check, which is moved from `wl-check-environment'.
5505         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5506
5507 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5508
5509         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5510         guess anything, call wl-summary-write.
5511         (wl-summary-write): Create draft with blank To field.
5512         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5513
5514 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5515
5516         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5517         argument full as well for wl-folder-write-current-folder.
5518         If wl-*-write-current-folder cannot guess addressee, add blank
5519         To header.
5520         Rewrite condition for positioning cursor.
5521
5522 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5523
5524         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5525         summary buffer is present, use it.
5526         (wl-folder-jump-to-previous-summary): Ditto.
5527
5528 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5529
5530         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5531
5532         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5533         wl-summary-previous-buffer and wl-summary-next-buffer.
5534
5535         * wl-folder.el (wl-folder-mode-map): Bind
5536         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5537         (wl-folder-jump-to-next-summary): New function.
5538         (wl-folder-jump-to-previous-summary): Ditto.
5539
5540         * wl-draft.el (wl-draft): Rearranged.
5541
5542 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5543
5544         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5545         of header.
5546         (wl-draft): Collect arguments for the header as header-alist.
5547         (wl-draft-forward): Arrange arguments for wl-draft.
5548         (wl-draft-reply): Ditto.
5549         (wl-draft-edit-string): Ditto.
5550         * wl-summary.el (wl-summary-write): Ditto.
5551         (wl-summary-write-current-folder): Ditto.
5552
5553         * Version number is increased to 2.9.8.
5554
5555 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5556
5557         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5558
5559         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5560
5561         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5562         even if the guess failed.
5563
5564         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5565         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5566         wl-summary-write-current-folder.
5567         * wl-xmas.el: Ditto.
5568
5569 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * wl-summary.el (wl-summary-next-page): Force display message if
5572         message is not displayed yet.
5573         (wl-summary-prev-page): Ditto.
5574
5575 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5576
5577         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5578
5579 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5580
5581         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5582         add "Preview Message" and "Save Draft and Exit".
5583
5584 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5585
5586         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5587         if addrmgr is called from draft in splitted window.
5588
5589         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5590         * wl-mule.el: Ditto.
5591         * wl-xmas.el: Ditto.
5592
5593 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5594
5595         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5596
5597         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5598         * wl-xmas.el (wl-folder-toolbar): Ditto.
5599
5600 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5601
5602         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5603         and wl-draft-save-and-exit.
5604         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5605         * wl-xmas.el: Ditto.
5606         * wl-mule.el: Ditto.
5607
5608         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5609         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5610
5611 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5612
5613         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5614         lists for saving buffer.
5615
5616 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5617
5618         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5619         parent-folder argument instead of it.
5620         (wl-draft-create-buffer): Ditto.
5621         (wl-draft-forward): Ditto.
5622         (wl-draft-reply): Ditto.
5623         * wl-summary.el (wl-summary-write): Ditto.
5624         (wl-summary-write-current-folder): Ditto.
5625
5626         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5627         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5628         Folder buffer after composing.
5629
5630 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5633         header if the file `wl-x-face-file' already contains it.
5634
5635 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5638         folder" entry.
5639         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5640         * wl-e21.el (wl-folder-toolbar): Ditto.
5641         * wl-xmas.el (wl-folder-toolbar): Ditto.
5642
5643 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5646         wl-folder-goto-folder with sticky argument.
5647         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5648
5649 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5652         and wl-summary-previous-buffer.
5653         (wl-summary-next-buffer): New function.
5654         (wl-summary-previous-buffer): Ditto.
5655
5656 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5657
5658         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5659         wl-folder-jump-to-current-entity-with-arg.
5660         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5661         `wl-folder-jump-to-current-entity'.
5662         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5663         `wl-summary-goto-folder-sticky'.
5664         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5665         `wl-summary-goto-folder'.
5666         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5667         Unless force-exit, do not clean temp. marks for sticky summary.
5668         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5669
5670 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5671
5672         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5673         not entire.
5674
5675 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5676
5677         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5678         to `C-x C-s'.
5679         (wl-summary-save-status): New command.
5680         (wl-summary-exit): Don't clean-up temp marks when sticky.
5681         (Applied patch from Nakayama-san [wl: 09548])
5682         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5683         Do nothing when no mark data.
5684         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5685         Call `wl-summary-delete-all-temp-marks' before saving.
5686
5687 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5688
5689         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5690
5691 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl.el (wl-check-environment): Also cause error when (system-name)
5694         returns "localhost.localdomain". (Although it doesn't affect because
5695         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5696
5697 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5698
5699         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5700         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5701
5702         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5703         value.
5704
5705 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5708         Likewise r-cc-list and r-ng-list.
5709
5710 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5713         only if it is bound as variable.
5714
5715         * wl-mime.el (wl-draft-preview-message): Ditto.
5716
5717 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5720         needless `goto-char'.
5721
5722         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5723         `wl-summary-redisplay-no-mime-internal' instead of
5724         `wl-summary-redisplay-no-mime'.
5725         (wl-summary-redisplay-no-mime): Changed argument;
5726         Call `wl-summary-redisplay-no-mime-internal'.
5727
5728         * wl-mime.el (wl-draft-preview-message): Bind
5729         `mime-header-encode-method-alist' locally.
5730
5731         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5732         (wl-draft-std11-parse-addresses): Added the first address check.
5733         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5734
5735         * Version number is increased to 2.9.7.
5736
5737 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5738
5739         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5740
5741 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5742
5743         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5744         related to scrollbar support, if there is no such a feature
5745         compiled in.
5746
5747 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5748
5749         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5750         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5751         for prefetch.
5752
5753 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5754
5755         * wl-summary.el (wl-summary-pick): Fix for no match.
5756
5757 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5758
5759         * wl-draft.el (wl-draft-save):
5760         Override `mime-header-encode-method-alist'.
5761
5762 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * wl-folder.el (wl-folder-pick): New function.
5765         Define key as "?".
5766
5767 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5768
5769         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5770         Fix for unplugged.
5771
5772 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5773
5774         * wl-folder.el (wl-folder-virtual): New function.
5775         Define key as "V".
5776
5777 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5778
5779         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5780         multi folder if entity is group.
5781
5782 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5783
5784         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5785         is nil.
5786
5787 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5788
5789         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5790         (wl-summary-target-mark-msgs): Return the number of marked messages.
5791
5792 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5793
5794         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5795         "first:" is specified.
5796
5797 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5798
5799         * wl-vars.el (wl-from): Use return value of function
5800         user-full-name instead of the variable user-full-name since
5801         XEmacs-20.4 doesn't set this variable.
5802
5803 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5804
5805         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5806         call `wl' directly.
5807
5808 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5809
5810         * wl-draft.el (wl-draft-reedit): Removed duplicated
5811         switch-to-buffers.
5812
5813 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * wl.el (wl-other-frame): Removed garbages.
5816
5817 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5820
5821         * wl-xmas.el (wl-draft-key-setup): Ditto.
5822
5823         * wl-mule.el (wl-draft-key-setup): Ditto.
5824
5825         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5826         (wl-draft-reedit): Ditto.
5827         (wl-draft-prepare-edit): Add `wl-draft-save' to
5828         `local-write-file-hooks'.
5829         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5830         (wl-draft-reedit): Set buffer-file-name.
5831         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5832
5833
5834         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5835         call it.
5836         (wl-delete-startup-frame-function): New variable.
5837         (wl-other-frame): New function
5838         (Original was written by Yamaoka san [wl: 09239]).
5839
5840         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5841         if `wl-folder-use-frame'.
5842
5843 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5844
5845         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5846
5847 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5848
5849         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5850         New variable.
5851         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5852         (wl-message-buffer-prefetch-get-next): Use them.
5853         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5854
5855 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5858         with unwind-protect.
5859
5860         * wl-draft.el (wl-draft-reedit): Rewrite.
5861         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5862         (wl-draft-save): Insert header separator if it does not exist;
5863         Removed condition-case.
5864
5865         * wl-summary.el (wl-summary-reedit): Revert last change.
5866
5867         * wl-draft.el (wl-draft-save): Rewrite.
5868         (wl-draft-create-buffer): Set buffer-file-name as nil.
5869
5870         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5871
5872         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5873
5874         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5875         nil.
5876
5877 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5878
5879         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5880         If count is nil, do not prefetch.
5881         (wl-message-buffer-prefetch-next): Next.
5882
5883 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5884
5885         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5886
5887 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5888
5889         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5890         `delete-backward-char'
5891         (wl-draft-prepare-edit): Check major-mode.
5892         (wl-draft-decode-header): Rewrite.
5893         (wl-draft): Fix.
5894
5895 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5896
5897         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5898
5899 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5900
5901         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5902         (wl-message-buffer-prefetch-get-next): Remove size checking.
5903         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5904
5905 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5906
5907         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5908         (wl-draft-default-headers): Fix.
5909
5910 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5911
5912         * wl-draft.el (wl-draft-default-headers): Insert return value of
5913         `wl-generate-mailer-string-function'.
5914
5915 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5916
5917         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5918         (wl-draft-insert-mail-header-separator): Ditto.
5919
5920         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5921         again (Reverted the change on 2002-01-17 by OKADA san).
5922
5923 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5924
5925         * wl-draft.el (wl-draft): Rewrite.
5926         (wl-draft-create-buffer): New function.
5927         (wl-draft-create-contents): Ditto.
5928         (wl-draft-prepare-edit): Ditto.
5929         (wl-draft-decode-header): Ditto.
5930         (wl-draft-decode-body): Ditto.
5931         (wl-draft-check-new-line): Ditto.
5932         (wl-draft-default-headers): Ditto.
5933         (wl-draft-insert-mail-header-separator): Ditto.
5934
5935 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5936
5937         * Version number is increased to 2.9.6.
5938
5939 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5940
5941         * wl-draft.el (wl-draft-delete-field): Optional argument.
5942         (wl-draft-delete-fields): Ditto.
5943
5944 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5945
5946         * wl-message.el (toplevel): Eliminated byte-compile warning.
5947         for `itimer-function', `delete-timer' and `itimer-list'.
5948
5949 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5950
5951         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5952         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5953         `wl-message-buffer-prefetch-threshold'.
5954         * wl-summary.el (wl-summary-redisplay-internal): Remove
5955         the check of `wl-message-buffer-prefetch-depth'.
5956
5957 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5958
5959         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5960         size of article.
5961         (wl-message-buffer-prefetch-subr): Remove size check.
5962
5963 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5964
5965         * wl-vars.el (wl-plugged): Make customizable.
5966
5967 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5968
5969         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5970         (wl-message-buffer-prefetch-set-timer): New function.
5971         (wl-message-buffer-prefetch-get-next): New function.
5972         (wl-message-buffer-prefetch): New function.
5973         (wl-message-buffer-prefetch-next): Rewrite.
5974         (wl-message-buffer-prefetch-subr): Rewrite.
5975         * wl-vars.el (wl-auto-prefetch-first): New variable.
5976         * wl-summary.el (wl-summary-goto-folder-subr): Call
5977         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5978
5979 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5980
5981         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5982         `wl-summary-unread-message-hook'.
5983
5984 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5985
5986         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5987         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5988         if range is `cache-status'.
5989
5990 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5991
5992         * wl-message.el (wl-message-buffer-prefetch-subr):
5993         Improve debug message.
5994
5995 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5996
5997         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5998         `wl-mail-send-pre-hook'.
5999         (wl-draft-send-mail-with-qmail): Ditto.
6000         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6001
6002 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6003
6004         * wl-message.el (wl-message-buffer-prefetch-subr):
6005         Fix for cancel-function-timers bug.
6006         (wl-message-buffer-prefetch-debug): Default value is t.
6007
6008 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6009
6010         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6011         (wl-message-buffer-prefetch-subr): Rewrite.
6012         Rename from `wl-message-buffer-prefetch'.
6013
6014 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6015
6016         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6017         (wl-default-draft-cite-decorate-author): Ditto.
6018
6019         * wl-draft.el (wl-draft-cite-function): Removed.
6020         (wl-default-draft-cite-decorate-author): Ditto.
6021
6022 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6023
6024         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6025         (wl-default-draft-cite): Do not arrange author name if the value of
6026         `wl-default-draft-cite-decorate-author' is nil.
6027
6028 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6029
6030         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6031
6032         * wl-folder.el (wl-folder-check-one-entity): Don't care
6033         `elmo-folder-use-flag-p'.
6034
6035 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-folder (wl-folder-check-one-entity): Fix
6038         problem if unread is nil.
6039
6040 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6041
6042         * wl-address.el (wl-address-make-completion-list): Check whether
6043         the address is a group list.
6044         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6045
6046 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6047
6048         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6049         The number of the messages of new and unread does not count
6050         correctly.
6051
6052         * wl-summary.el (wl-summary-count-unread): Changed to return
6053         `(new . unread)' instead of total.
6054         (wl-summary-sync-update): Follow the change above.
6055
6056         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6057
6058 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6059
6060         * wl-address.el (wl-address-make-completion-list): Do not enclose
6061         address by " <" and ">" if associated realname is "".
6062         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6063         This is against the promblem with group list in .addresses pointed
6064         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6065
6066 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6067
6068         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6069         message is a format control string.
6070         * wl-expire.el (wl-expire-append-log): Ditto.
6071         * wl-mime.el (wl-summary-burst-subr): Ditto.
6072         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6073         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6074
6075 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6076
6077         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6078         wl.el (wl-check-variables): Rename from `wl-check-type'.
6079         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6080         (wl-check-variables-2): New function.
6081         (wl): Call `wl-check-variables-2'.
6082
6083 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6084
6085         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6086         after renaming folder in access group.
6087
6088 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6089
6090         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6091         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6092         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6093         (wl-message-buffer-prefetch): Rewrite.
6094         (wl-message-buffer-prefetch-idle-time): Removed.
6095         * wl-summary.el (wl-summary-redisplay-internal):
6096         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6097         Error check for `wl-message-buffer-prefetch-depht'.
6098
6099 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6100
6101         * Version number is increased to 2.9.5.
6102         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6103
6104 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6105
6106         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6107         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6108         Based on the patch written by
6109         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6110
6111 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6112
6113         * wl-draft.el (wl-draft-raw-send): Fix for
6114         `wl-news-send-pre-hook'
6115
6116 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6117
6118         * wl-utils.el (wl-message-id-function): New variable.
6119         * wl-draft.el (wl-draft-insert-required-fields):
6120         Use `wl-message-id-function'.
6121
6122 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6123
6124         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6125         * wl-utils.el (wl-draft-make-message-id-string):
6126         Use `wl-from' for domain part of Message-ID
6127         if `wl-message-id-use-wl-from' if non-nil.
6128         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6129
6130 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6131
6132         * wl.el (wl): Call `wl-check-type'
6133         Do not 'condition-case'.
6134
6135 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6136
6137         * wl.el (wl-check-type): New function.
6138         (wl-check-type-variables): New variable.
6139
6140 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6141
6142         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6143
6144 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * wl-draft.el (wl-smtp-password-key): New function.
6147         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6148         (wl-draft-send-mail-with-smtp): Ditto.
6149         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6150
6151 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6154         * wl-utils.el (wl-unique-id-suffix): Remove.
6155
6156 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * Version number is increased to 2.9.4.
6159
6160 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6161
6162         * wl-utils.el (wl-unique-id-suffix): New variable.
6163         (wl-unique-id): Use `wl-unique-id-suffix'
6164
6165 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6166
6167         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6168         instead of `elmo-msgdb-search'.
6169
6170         * Version number is increased to 2.9.3.
6171
6172 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6173
6174         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6175
6176 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6177
6178         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6179         (wl-draft-dispatch-message): Changed for send-later.
6180         (wl-draft-queue-flush): Ditto.
6181         (wl-draft): Clear `wl-sent-message-queued'.
6182         (wl-draft-reedit): Ditto.
6183         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6184         * wl-vars.el (wl-draft-force-queuing): New variable.
6185         (wl-draft-force-queuing-mail): New variable.
6186         (wl-draft-force-queuing-news): New variable.
6187
6188 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6191         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6192
6193 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6194
6195         * Version number is increased to 2.9.2.
6196
6197 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * wl-draft.el (wl-draft-elide-region): New user command.
6200         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6201
6202         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6203         command `wl-draft-elide-region'.
6204         * wl-mule.el: Ditto.
6205         * wl-xmas.el: Ditto.
6206
6207 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6210         (wl-biff-check-folder-async): Removed needless let.
6211
6212 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6215         wl-folder-get-elmo-folder.
6216         (wl-biff-check-folder): Set `biff' argument of
6217         `wl-folder-check-one-entity'.
6218         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6219
6220         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6221         (wl-folder-check-one-entity): Added `biff' argument;
6222         Setup `biff' slot of folder.
6223
6224         * Version number is increased to 2.9.1.
6225
6226 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6227
6228         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6229         comment out and fixed.
6230         (wl-fldmgr-add-completion-subr): Ditto.
6231
6232         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6233         and msgdb.
6234
6235         * wl.el (wl-toggle-plugged): Save summary view.
6236
6237 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6240
6241 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6242
6243         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6244
6245 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6248         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6249         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6250
6251         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6252         if it was failed.
6253         (wl-demo): Disable undo in the demo buffer.
6254
6255 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-version.el (wl-version): Changed codename.
6258
6259         * Version number is increased to 2.9.0.
6260
6261 2001-12-14  Takuo KITAME <kitame@northeye.org>
6262
6263         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6264         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6265         (wl-folder-mark-as-read-all-current-entity): Ditto.
6266
6267 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-vars.el (wl-from-width): Define as obsolete variable.
6270         (wl-subject-length-limit): Ditto.
6271
6272         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6273
6274         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6275         wl-summary-save-view.
6276
6277         * wl.el (wl-save-status): Ditto.
6278         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6279
6280         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6281         (wl-summary-exit): Follow the change above.
6282         (wl-summary-goto-folder-subr): Ditto.
6283
6284         * wl-folder.el (wl-folder-create-subr): Don't use
6285         `elmo-folder-creatable-p'.
6286
6287 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6290
6291 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6294         rather than bitmap on Emacs 21.
6295         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6296         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6297         for xbm if the new redisplay engine is not available.
6298
6299 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6300
6301         * wl-folder.el (wl-folder-init-hook): New hook.
6302         (wl-folder-init): Run `wl-folder-init-hook'.
6303
6304 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6307
6308 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl-acap.el (wl-acap-cache-filename): New variable.
6311         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6312         (wl-acap-init): Use cache if no ACAP server found.
6313
6314 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6315
6316         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6317         `wl-acap-original-msgdb-dir'.
6318
6319         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6320         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6321
6322         * wl-mime.el (wl-mime-save-directory): Renamed from
6323         `wl-mime-save-dir'.
6324
6325 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6328
6329         * wl-demo.el: Require `path-util'.
6330         (wl-demo-bitmap-mule-available-p): New internal variable.
6331         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6332         `module-installed-p' instead.
6333         (wl-demo-insert-image): Use *.img file for a bitmap image.
6334         (wl-demo): Don't call the ascii demo recursively.
6335
6336 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6337
6338         * Version number is increased to 2.7.7.
6339
6340 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl.el (wl-exit): Eliminated byte-compile warning.
6343
6344 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6345
6346         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6347         obsolete variable using `elmo-define-obsolete-variable'.
6348         (wl-fetch-confirm-threshold): Ditto.
6349         (wl-cache-prefetch-folder-type-list): Ditto.
6350         (wl-cache-prefetch-folder-list): Ditto.
6351
6352 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6355         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6356         (wl-demo-insert-image): New function.
6357         (wl-demo-insert-text): New function.
6358         (wl-demo-image-type-alist): Redefine as a function.
6359         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6360         (wl-demo-with-temp-file-buffer): Removed.
6361         (wl-logo-xpm): Removed.
6362         (wl-logo-xbm): Removed.
6363         (wl-logo-bitmap): Removed.
6364
6365 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6366
6367         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6368         (wl-expire-localdir-get-folder-function): New user option.
6369         (wl-expire-localdir-get-folder): New function.
6370         (wl-expire-localdir-date): Ditto.
6371
6372 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6373
6374         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6375         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6376         Fixed unread number mismatch when all-unread < unread.
6377
6378 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6379
6380         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6381         (wl-fetch-confirm-threshold): Ditto.
6382
6383         * wl-summary.el (wl-summary-confirm-appends): Removed.
6384         (wl-summary-sync-update): Don't refer
6385         `wl-summary-update-confirm-threshold' (It is now abolished).
6386
6387         * wl-message.el (wl-message-display-internal): Don't refer
6388         `wl-fetch-confirm-threshold' (It is now abolished).
6389
6390 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6393
6394 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6395
6396         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6397         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6398         Change default value to nil.
6399         (wl-summary-indent-length-limit): The value can be nil, nil means
6400         unlimited.
6401
6402         * wl-summary.el: Don't set limit for indent length if the value of
6403         wl-summary-indent-length-limit is nil.
6404         If the value of wl-summary-width is nil, it means only that the width
6405         of summary is unlimited (nil doesn't mean that the indent length is
6406         unlimited).
6407
6408         * wl-thread.el: Ditto.
6409
6410 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6411
6412         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6413         be nil, nil means never confirm.
6414         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6415
6416 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6417
6418         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6419         means unlimited).
6420
6421 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6422
6423         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6424         Use `with-temp-buffer'.
6425
6426 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6429         with new backquote style).
6430         (wl-folder-get-entity-from-buffer): Ditto.
6431
6432 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6433
6434         * wl-version.el (nemacs-version): Eliminated.
6435         (wl-extended-emacs-version2): Ignore nemacs.
6436         (wl-extended-emacs-version3): Ditto.
6437
6438 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6439
6440         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6441         (wl-draft-add-in-reply-to): New variable.
6442         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6443         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6444         (wl-draft-yank-from-mail-reply-buffer): Use
6445         `wl-draft-add-in-reply-to'.
6446         (wl-draft-insert-current-message): Ditto.
6447
6448 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6449
6450         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6451         typo (kill->hide).
6452         (wl-message-buffer-prefetch-folder-type-list): Added elements
6453         `mark' and `cache' instead of `internal'.
6454
6455 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6456
6457         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6458         resume msgdb directory.
6459
6460 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6461
6462         * wl.el (wl-exit): Call `wl-acap-exit'.
6463
6464         * wl-summary.el (wl-summary-message-string): New function.
6465         (wl-summary-reedit): Use it.
6466         (wl-summary-resend-bounced-mail): Remove needless let.
6467         (wl-summary-supersedes-message): Ditto.
6468         (wl-summary-save): Ditto.
6469
6470         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6471         (wl-acap-init): Set it.
6472         (wl-acap-exit): New function.
6473
6474 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6475
6476         * wl.el (wl-init): Revert (require 'mime-setup). move from
6477         toplevel.
6478
6479 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6480
6481         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6482         local variables.  Add error when guess function return invalid
6483         value.
6484
6485 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6486
6487         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6488         Change local variable name.
6489         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6490         (wl-folder-get-newsgroups): Return nil when non-news folder.
6491         * wl-summary.el (wl-summary-write-current-folder): State through
6492         when guess-list return nil.
6493         (wl-summary-write-current-folder-functions): Fixed docstring.
6494
6495         * wl.el (wl-exit): Changed confirm message.
6496
6497         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6498         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6499
6500         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6501
6502 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6503
6504         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6505         user option (Renamed from wl-cache-prefetch-folder-type-list).
6506         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6507         from wl-cache-prefetch-folder-list).
6508
6509         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6510         Move to wl-vars.el.
6511         (wl-message-buffer-prefetch-p): Changed to enable
6512         `wl-message-buffer-prefetch-folder-list'.
6513
6514         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6515         `ignore-cache'.
6516
6517 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6518
6519         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6520         `part-top' and `part-bottom'.
6521         (wl-draft-config-sub-part-top): New function.
6522         (wl-draft-config-sub-part-bottom): New function.
6523
6524 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6525
6526         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6527
6528 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6529
6530         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6531
6532 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6533
6534         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6535
6536         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6537         (wl-summary-write-current-folder): Ditto.
6538
6539 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * wl-folder.el (wl-folder-get-newsgroups): Use
6542         `elmo-folder-newsgroups'.
6543
6544 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6547         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6548         `wl-draft-config-sub-header-bottom'.
6549
6550 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6551
6552         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6553         localnews folder.
6554
6555 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6556
6557         * wl-summary.el (wl-summary-mode): Undo last change.
6558
6559         * wl-folder.el (wl-folder-mode): Ditto.
6560
6561 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6562
6563         * wl-summary.el (wl-summary-mode): Locally set
6564         truncate-partial-window-width to nil.
6565         (for XEmacs)
6566
6567         * wl-folder.el (wl-folder-mode): Ditto.
6568
6569 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6572
6573 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6576         number.
6577
6578         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6579
6580         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6581
6582         * Version number is increased to 2.7.6.
6583
6584 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6587
6588 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6589
6590         * wl-summary.el (wl-summary-sync-update): Enclose network
6591         related portion with `unwind-protect'.
6592
6593 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6594
6595         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6596
6597 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6598
6599         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6600         element.
6601         * wl-vars.el (wl-message-body-button-alist): Ditto.
6602
6603         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6604         max match length.
6605         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6606
6607         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6608         for the max match length;
6609         Use 4th element value for the button string regexp group.
6610
6611         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6612         candidate exists, prompt to select.
6613
6614 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6615
6616         * wl-summary.el (wl-summary-jump-to-msg): Search before
6617         calibration point by `beginning-of-line'.
6618
6619 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6620
6621         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6622         for access group.
6623
6624 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * wl-message.el (wl-message-display-internal): Bind
6627         `default-mime-charset'.
6628
6629         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6630
6631         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6632
6633         * Version number is increased to 2.7.5.
6634
6635 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6636
6637         * wl-expire.el (wl-summary-archive): Fixed;
6638         Use `elmo-folder-name-internal'.
6639
6640 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6641
6642         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6643         from `elmo-folder-move-messages' caller.
6644         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6645
6646         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6647         related portions are changed).
6648
6649 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6650
6651         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6652         counter.
6653
6654 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6655
6656         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6657         buffer local and set it to nil.
6658
6659         * wl-message.el (wl-message-redisplay): Ditto.
6660
6661 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6662
6663         * wl-summary.el (wl-summary-mark-as-important): If message is
6664         already cached, set messag as read, otherwise encache and mark as read.
6665
6666 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6667
6668         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6669         point-min.
6670
6671 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6674         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6675         a keymap.
6676
6677 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6680         parent.
6681
6682         * wl-mule.el (wl-message-define-keymap): Ditto.
6683
6684         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6685
6686         * wl-xmas.el (wl-message-display-internal-hook): Define.
6687         (wl-xmas-setup-message-toolbar): Define as function.
6688         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6689         (wl-message-overload-functions): Abolished.
6690         (wl-message-define-keymap): New function.
6691
6692         * wl-vars.el (wl-message-display-internal-hook): New variable.
6693         (wl-message-header-button-alist): New variable (Renamed from
6694         wl-highlight-message-header-button-alist).
6695         (wl-message-body-button-alist): Ditto.
6696
6697         * wl-mule.el (wl-message-define-keymap): New function.
6698         (wl-message-overload-functions): Abolished.
6699
6700         * wl-message.el (wl-message-add-buttons-to-body): New function.
6701         (wl-message-redisplay): Don't call wl-message-overload-functions;
6702         Call wl-message-add-buttons-to-header and
6703         wl-message-add-buttons-to-body.
6704         (wl-message-display-internal): Set keymap argument for
6705         elmo-mime-display-as-is, elmo-mime-message-display;
6706         Run wl-message-display-internal-hook.
6707         (wl-message-refer-article-or-url): Abolished.
6708
6709         * wl-highlight.el (wl-highlight-headers): Don't call
6710         wl-highlight-message-add-buttons-to-header.
6711         (wl-highlight-message-add-buttons-to-header): Abolished.
6712
6713
6714         * wl-e21.el (wl-message-display-internal-hook): Define.
6715         (wl-e21-setup-toolbar): Deleted duplicated binding.
6716         (wl-e21-setup-message-toolbar): Define as function.
6717         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6718         (wl-message-define-keymap): New function.
6719         (wl-message-overload-functions): Abolished.
6720
6721 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6724         and elmo-folder-close.
6725
6726         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6727
6728 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6729
6730         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6731         boolean value.
6732         * wl-draft.el (wl-draft-do-fcc): Ditto.
6733
6734 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-vars.el (wl-fcc-force-as-read): New variable.
6737         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6738         mark copied message as read.
6739
6740 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6743
6744 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6745
6746         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6747         `wl-summary-target-above' instead of obsolete variable
6748         `wl-summary-temp-above'.
6749
6750         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6751         instead of `make-obsolete-variable'.
6752         * wl-refile.el (toplevel): Ditto.
6753
6754 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6757         with third argument t.
6758         (wl-draft): Set first argument for wl-plugged-init as t.
6759
6760         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6761         definition.
6762
6763 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6764
6765         * wl-vars.el: Tabify.
6766         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6767
6768         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6769         message.
6770
6771 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6772
6773         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6774         and set default to beep.
6775
6776 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6777
6778         * wl-vars.el (wl-draft-truncate-lines): New variable.
6779
6780         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6781         instead of wl-message-truncate-lines for truncate-lines.
6782
6783 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-message.el (wl-message-display-internal): Call
6786         `wl-highlight-message' after `elmo-mime-display-as-is'.
6787
6788         * wl-mime.el (wl-mime-display-text/plain): New function.
6789         (wl-mime-display-header): Ditto.
6790         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6791         body-presentation-method for text/plain;
6792         Register `wl-mime-display-header' as a header-presentation-method;
6793         Don't set up `elmo-message-text-content-inserted-hook' and
6794         `elmo-message-header-inserted-hook'.
6795
6796         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6797         variable.
6798         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6799         as t if flag is 'all-header;
6800         Don't bind `elmo-message-ignored-field-list',
6801         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6802
6803 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6806         for xemacs with non-mule environment.
6807
6808 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6809
6810         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6811         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6812         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6813
6814 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6815
6816         * wl-vars.el (wl-interactive-send): Set default value as t.
6817
6818 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6821         (wl-addrmgr-method-list): Abolished.
6822         (wl-addrmgr-change-method): Follow above change.
6823
6824         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6825
6826 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6827
6828         * wl-vars.el (wl-message-truncate-lines): Change default value
6829         to default-truncate-lines.
6830
6831         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6832
6833 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6834
6835         * wl-vars.el (wl-message-truncate-lines): New variable.
6836
6837         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6838         wl-message-truncate-lines.
6839
6840 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6841
6842         * wl-acap.el (wl-acap-init): Remove period from error message.
6843         (wl-acap-find-acap-service): Remove period from message.
6844
6845 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl.el (wl-check-environment): Undo last change.
6848
6849         * wl-vars.el (wl-from): Changed default value.
6850
6851         * wl-util.el (toplevel): Don't require tm-edit.
6852
6853         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6854         `wl-folder-init';
6855         Don't set mark on mail body.
6856         (wl-draft-reedit): Ditto.
6857
6858         * wl-address.el (wl-address-quote-specials): Define as an alias for
6859         elmo-address-quote-specials.
6860
6861 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6862
6863         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6864
6865         * wl-vars.el (wl-from): Set default value as nil.
6866         (wl-organization): Set default value as ORGANIZATION environment
6867         variable.
6868
6869         * wl-draft.el (wl-smtp-extension-bind): Check value of
6870         wl-smtp-connection-type.
6871
6872         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6873         error.
6874
6875 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6876
6877         * Version number is increased to 2.7.4.
6878
6879         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6880         arguments from `wl-highlight-x-face-function' caller.
6881         Use x-face-1.3.6.12 or later.
6882
6883 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6884
6885         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6886
6887 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6888
6889         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6890         (wl-fcc): Fix to accept function.
6891         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6892
6893 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6894
6895         * wl-acap.el (toplevel): Added `product-provide' declare.
6896         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6897
6898 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl.el (wl): Changed order of calling `elmo-init'
6901         and `elmo-folder-init'.
6902
6903 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6904
6905         * wl-mime.el (wl-summary-burst): Extract message when content-type
6906         of root entity is not only `multipart' but also `message/rfc822'.
6907         (wl-summary-burst-subr): Ditto.
6908
6909 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl-vars.el (toplevel): Require 'custom.
6912         (wl-trash-folder): Added to `wl-setting' group.
6913
6914         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6915         exists.
6916         (wl-addrmgr-draw): Insert empty line when no entry exists.
6917
6918         * wl-mule.el (wl-message-wheel-up): Fixed.
6919         (wl-message-wheel-down): Ditto.
6920
6921 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6922
6923         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6924         config is an anonymous lambda expression.
6925
6926 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6929         when Mule 2 is running.
6930
6931 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6934
6935 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6938         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6939
6940         * wl-address.el (wl-address-specials-regexp): Eliminated.
6941         (wl-address-quote-specials): Rewrite.
6942
6943 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6946         shy-groups for regexp.
6947
6948         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6949         character classes and Perl style shy-groups for regexp.
6950         (wl-highlight-plugged-current-line): Use Posix style character
6951         classes for regexp.
6952         (wl-e21-highlight-folder-by-numbers): Ditto.
6953         (wl-e21-display-image-p): Use `display-images-p' instead of
6954         `display-graphic-p'.
6955         (display-images-p): Make an alias to `display-graphic-p' if it is
6956         not available.  It is for Emacs version prior to 21.0.105.
6957
6958         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6959         `display-graphic-p'.
6960         (wl-demo-image-type-alist): Ditto.
6961         (display-images-p): Make an alias to `display-graphic-p' if it is
6962         not available.  It is for Emacs version prior to 21.0.105.
6963
6964 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6965
6966         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6967         support.
6968         (wl-generate-user-agent-string): Ditto.
6969
6970         * wl-version.el (wl-version): Update docsting.
6971         (wl-version-status): Ditto.
6972
6973 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6974
6975         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6976         21.0.105.  For Emacs 21.0.104 or earlier.
6977
6978 2001-09-03  Takuo KITAME <kitame@northeye.org>
6979
6980         * wl-e21.el (wl-plugged-init-icons): Use
6981         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6982         (wl-biff-init-icons): Ditto.
6983
6984 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6985
6986         * wl-highlight.el (wl-highlight-summary-current-line):
6987         Fixed highlighting refile/copy destination.
6988
6989         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6990         (wl-acap-store): Encode string by wl-acap-coding-system.
6991
6992 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-acap.el (toplevel): Check and require 'un-define before
6995         'xemacs-ucs;
6996          Added checking for UTF-2000.
6997
6998 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7001         Don't enclose with `eval-and-compile'.
7002
7003         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7004         wl-init is non-nil.
7005
7006         * wl-draft.el (wl-draft): Ditto.
7007
7008         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7009
7010         * wl-acap.el (toplevel): Require 'wl.
7011         (wl-acap-store): Call `elmo-init'.
7012
7013         * wl.el (wl): Changed position of `wl-check-environment'.
7014         (toplevel): Added autoload setting for wl-acap.
7015
7016         * wl-vars.el (wl-setting): New custom group.
7017         (wl-from): Added wl-setting group.
7018         (wl-user-mail-address-list): Ditto.
7019         (wl-organization): Ditto.
7020         (wl-subscribed-mailing-list): Ditto.
7021         (wl-envelope-from): Ditto.
7022         (wl-smtp-posting-user): Ditto.
7023         (wl-smtp-posting-server): Ditto.
7024         (wl-smtp-posting-port): Ditto.
7025         (wl-smtp-authenticate-type): Ditto.
7026         (wl-pop-before-smtp-user): Ditto.
7027         (wl-pop-before-smtp-server): Ditto.
7028         (wl-pop-before-smtp-port): Ditto.
7029         (wl-pop-before-smtp-authenticate-type): Ditto.
7030         (wl-nntp-posting-server): Ditto.
7031         (wl-nntp-posting-user): Ditto.
7032         (wl-nntp-posting-port): Ditto.
7033         (wl-fetch-confirm-threshold): Ditto.
7034         (wl-prefetch-threshold): Ditto.
7035         (wl-thread-insert-opened): Ditto.
7036         (wl-ldap-server): Ditto.
7037         (wl-ldap-port): Ditto.
7038         (wl-ldap-base): Ditto.
7039         (wl-ldap-objectclass): Ditto.
7040         (wl-use-ldap): Ditto.
7041         (wl-draft-config-alist): Ditto.
7042         (wl-draft-config-matchone): Ditto.
7043         (wl-template-alist): Ditto.
7044         (wl-message-sort-field-list): Ditto.
7045         (wl-message-ignored-field-list): Ditto.
7046         (wl-message-visible-field-list): Ditto.
7047         (wl-interactive-send): Ditto.
7048         (wl-summary-move-order): Ditto.
7049         (wl-auto-select-first): Ditto.
7050         (wl-auto-select-next): Ditto.
7051         (wl-interactive-save-folders): Ditto.
7052
7053         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7054         Initialization codes are moved from wl-local-folder-init.
7055         (wl-local-folder-init): Follow the change above.
7056         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7057
7058         * wl-acap.el: New file.
7059
7060         * Version number is increased to 2.7.3.
7061
7062 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7063
7064         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7065
7066 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7067
7068         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7069         (wl-addrmgr-address-entry-list): Ditto.
7070
7071 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7072
7073         * wl-e21.el (wl-draft-mode-map): Removed binding for
7074         `wl-draft-insert-x-face-field'.
7075
7076         * wl-mule.el (wl-draft-mode-map): Ditto.
7077
7078         * wl-xmas.el (wl-draft-mode-map): Ditto.
7079
7080         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7081         (wl-cs-autoconv): Ditto.
7082         (wl-cs-local): Ditto.
7083         (wl-use-scoring): Ditto.
7084         (wl-mime-charset): Ditto.
7085         (wl-folder-check-async): Ditto.
7086
7087         * wl.el (toplevel): Ignore nemacs and tm.
7088         (wl-exit): Ditto.
7089
7090         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7091         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7092         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7093         instead of wl-address-petname-add-or-change.
7094         (wl-summary-edit-addresses-subr): Use wl-address-delete
7095         instead of wl-address-petname-delete.
7096
7097         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7098
7099         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7100         if error occured.
7101
7102         * wl-message.el (require): Remove tm support.
7103
7104         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7105
7106         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7107         (wl-folder-jump-to-current-entity): Ditto.
7108         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7109
7110         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7111         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7112         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7113
7114         * wl-mule.el (wl-draft-key-setup): Ditto.
7115
7116         * wl-xmas.el (wl-draft-key-setup): Ditto.
7117
7118         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7119         (wl-draft-std11-parse-addresses): New function.
7120         (wl-draft-parse-mailbox-list): Use it.
7121         (wl-draft): Ignore nemacs.
7122         (wl-draft-reedit): Ditto.
7123
7124         * wl-addrmgr.el: New file.
7125         (Original is wl-rcpt.el written by
7126         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7127         Thanks Kitamoto-san.)
7128
7129         * wl-address.el (wl-address-make-address-list): Modified parsing
7130         process.
7131         (wl-address-delete): Renamed from `wl-address-petname-delete';
7132         Modify wl-address-list too.
7133         (wl-address-add-or-change): Renamed from
7134         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7135
7136 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7137
7138         * wl-highlight.el (wl-highlight-summary-current-line):
7139           Work with transient-mark-mode
7140
7141 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * Version number is increased to 2.7.2.
7144
7145         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7146         instead of elmo-dop-queue-method.
7147
7148 2001-08-06  SAITO Atsunori <sai@yedo.com>
7149
7150         * wl-vars.el (wl-ldap-objectclass): New user option.
7151
7152         * wl-address.el (wl-ldap-make-filter): Use it.
7153
7154 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7157
7158 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-folder.el (wl-folder): redisplay after folder insertion.
7161
7162         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7163
7164         * wl-summary.el (wl-summary-sync-update):
7165         Change status mark only when new-msgdb exists.
7166         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7167
7168 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-summary.el (wl-summary-open-folder): New function.
7171         (wl-summary-goto-folder-subr): Use it.
7172         (wl-summary-mark-as-important): Fix;
7173         Encache only when no cache exists.
7174
7175 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7178         Use with-current-buffer.
7179
7180 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7181
7182         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7183         before call `get-buffer'. Fixed parenthesis.
7184         (wl-score-get-header-entry): Clear message and help window when
7185         keyboard quit.
7186         (wl-score-edit-insert-header): Ditto.
7187
7188 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7191         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7192         (wl-default-draft-cite): Fix.
7193
7194         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7195         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7196
7197 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-message.el (wl-message-prev-page): Do same bahavior
7200         as summary when it is called in the message buffer.
7201         (wl-message-next-page): Ditto.
7202
7203 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7204
7205         * wl-summary.el (wl-summary-forward): Use cache if it is not
7206         section cache.
7207
7208 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7211         Removed redundant require of elmo-vars.
7212         (wl-biff-state-indicator-on): Changed default value for
7213         xemacs with non-mule environment.
7214
7215         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7216         wl-message-buffer is nil;
7217         Hide progress bar after moving messages.
7218
7219 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7222         message at cursor point is deleted.
7223
7224 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7225
7226         * wl-vars.el: Changed file coding system to euc-japan.
7227         Added -*-coding:-*- magic to the first line.
7228
7229         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7230         Search parent from the first message.
7231
7232         * Version number is increased to 2.7.1.
7233
7234 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7235
7236         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7237
7238 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7239
7240         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7241         refile/delete execution.
7242
7243         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7244         Fixed docstring.
7245
7246 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7249         do update process;
7250         Don't update marks when update process is interrupted.
7251
7252 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7253
7254         * wl-summary.el (wl-summary-reply): Fixed problem when
7255         wl-draft-use-frame is non-nil.
7256         (wl-summary-forward): Ditto.
7257
7258         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7259         as nil.
7260         (wl-folder-mark-as-read-all-entity): Ditto.
7261         (wl-folder-prefetch-entity): Ditto.
7262
7263         * wl.el (wl): Check environment before wl-init.
7264
7265         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7266         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7267         instead of wl-summary-collect-unread.
7268         (wl-summary-reply): Split message window.
7269
7270 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7273         only if current language environment is japanese,
7274
7275         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7276         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7277         (wl-folder-goto-folder-subr): Ditto.
7278
7279         * wl-draft.el (wl-draft-dispatch-message): Call
7280         `elmo-file-cache-get-path'.
7281
7282 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7283
7284         * wl-summary.el (wl-summary-cursor-move): If return value of
7285         wl-summary-next-message is not number, don't jump.
7286
7287 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-summary.el (wl-summary-buffer-next-message-function): New
7290         variable.
7291         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7292         if it is bound.
7293
7294         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7295         string.
7296
7297         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7298         (wl-plugged-drawing): Ditto.
7299
7300 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7303         process.
7304         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7305         with unwind-protect.
7306
7307         * wl.el (wl-init): Require mime-setup.
7308         (wl-check-environment): Don't require mime-setup.
7309
7310         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7311         instead of elmo-folder-type.
7312
7313         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7314         value as nil.
7315
7316 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7317
7318         * Version number is increased to 2.7.0.
7319
7320         * wl-version.el (wl-version): Changed codename.
7321
7322         * wl-summary.el (wl-summary-delete-cache): Fixed.
7323
7324         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7325         Workaround for net folders.
7326         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7327
7328         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7329         value to nil (According to the patch from
7330         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7331
7332         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7333         of elmo-folder-close.
7334
7335 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7336
7337         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7338         for postfix.
7339
7340 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7341
7342         * wl-summary.el (wl-summary-resend-message): Fixed.
7343
7344         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7345         Call wl-draft with `from' argument if its address is included in
7346         `wl-user-mail-address-list'.
7347         (wl-draft): Added `from' argument.
7348
7349         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7350         non-nil.
7351         (wl): Don't show demo if wl-demo is nil.
7352
7353         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7354         wl-summary-use-frame.
7355
7356         * wl-vars.el (wl-summary-use-frame): New user option.
7357         (wl-folder-use-frame): Changed docstring.
7358
7359         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7360         non-nil.
7361         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7362         wl-summary-use-frame.
7363
7364         * wl-vars.el (wl-folder-use-frame): New user option.
7365
7366         * wl-summary.el (wl-summary-exit): Back to folder frame if
7367         wl-folder-use-frame is non-nil.
7368         (wl-summary-redisplay-internal): Ignore cache if current folder
7369         is draft folder,
7370         (wl-summary-redisplay-no-mime): Ditto.
7371         (wl-summary-redisplay-all-header): Ditto.
7372
7373         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7374         if wl-folder-use-frame is non-nil.
7375
7376 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-summary.el (wl-summary-sync-update): Bind
7379         elmo-folder-update-threshold.
7380         (wl-summary-mark-as-important): Enclosed server mark processing
7381         with `save-match-data'.
7382
7383         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7384         only when it is already defined.
7385
7386 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7387
7388         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7389         name of folder exclude localdir is wrong.
7390         * wl-folder.el (wl-folder-sync-entity):
7391         Set `wl-summary-always-sticky-folder-list' as nil.
7392         (wl-folder-mark-as-read-all-entity): Ditto.
7393         (wl-folder-prefetch-entity): Ditto.
7394
7395 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7396
7397         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7398         instead of `wl-summary-write-current-newsgroup'.
7399
7400 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7401
7402         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7403         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7404         non-nil and selected message is important, do not display.
7405
7406 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7407
7408         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7409
7410 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7413
7414         * wl-summary.el (wl-summary-mark-as-important): Set message number
7415         using wl-summary-message-number.
7416
7417 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7418
7419         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7420         destination folder is 'null.
7421
7422 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7423
7424         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7425         New function.
7426         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7427         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7428         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7429
7430 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl-mime.el (wl-mime-setup): Added setting for
7433         `mime-setup-signature-key-alist' to avoid overriding key bind for
7434         `wl-draft-send'.
7435
7436         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7437         for `wl-draft-send'.
7438         * wl-mule.el (wl-draft-overload-functions): Ditto.
7439         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7440         * wl-draft.el (wl-draft-send): Ditto.
7441
7442         * wl-message.el (wl-message-display-internal):
7443         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7444         (Patch is provided by <kita@coe.nttdata.co.jp>).
7445
7446 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7447
7448         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7449
7450 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7451
7452         * wl.el (wl): Fix for wl-demo.
7453
7454 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7455
7456         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7457
7458 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7459
7460         * wl-folder.el (wl-folder-prefetch-entity): Use
7461         `wl-folder-get-elmo-folder'.
7462         (wl-folder-count-incorporates): Do not use
7463         `wl-folder-get-elmo-folder'.
7464
7465 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7466
7467         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7468         instead of `elmo-folder-get-type'.
7469
7470 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7471
7472         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7473         position on Subject: field.
7474         (Advised by Mito <mit@nines.nec.co.jp>)
7475
7476 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7477
7478         * wl-folder.el (wl-folder-prefetch-entity): Use
7479         `wl-folder-get-elmo-folder'.
7480
7481 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7484
7485         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7486         `process-duplicates' slot.
7487
7488         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7489         if detection failed.
7490
7491 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7492
7493         * wl-version.el (wl-version-status): Set to "alpha".
7494
7495 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7498         Check wl-message-buffer lives before set-buffer.
7499
7500 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7501
7502         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7503         called in folder mode.
7504         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7505         * wl-summary.el (wl-summary-exit-pre-hook): Run
7506         `wl-summary-exit-pre-hook' before exit summary mode.
7507
7508 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7509
7510         * wl-version.el (wl-version-status): New variable.
7511         (wl-version-status-alist): Removed.
7512         (wl-version-status): Rule included.
7513
7514 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7515
7516         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7517         @sponichi.
7518
7519         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7520         when `mail-reply-buffer' is buffer-local variable.
7521         (Reported by <kita@coe.nttdata.co.jp>).
7522
7523 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl-vars.el (toplevel): Require 'elmo-util.
7526
7527 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7530         (All other related portions are changed)
7531
7532         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7533
7534         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7535
7536 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7537
7538         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7539
7540 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7543         Delete other windows to avoid an error.
7544         Use `point-marker' instead of `point' to remember the start point
7545         of body.
7546
7547         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7548
7549         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7550         number not to exceed all message number.
7551
7552 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7553
7554         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7555         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7556
7557 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7558
7559         * wl-summary.el (wl-summary-sync-force-update): Added argument
7560         no-check.
7561         (wl-summary-sync-update): Ditto.
7562         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7563         with `no-check'.
7564
7565         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7566         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7567         already running.
7568
7569 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7570
7571         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7572         `dst-folder-arg'.
7573         (wl-expire-archive-number1): Diito.
7574         (wl-expire-archive-number2): Diito.
7575         (wl-expire-archive-Date): Diito.
7576         (wl-archive-number1): Diito.
7577         (wl-archive-number2): Diito.
7578         (wl-archive-date): Diito.
7579         (wl-archive-folder-p): New function.
7580         (wl-summary-expire): Support of expand folder name at
7581         wl-expire-alist.
7582         * wl-util.el (wl-expand-newtext): Renamed from
7583         `wl-refile-expand-newtext'.
7584
7585 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7586
7587         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7588         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7589         `(elmo-msgdb-get-overview msgdb)'.
7590         (wl-summary-prefetch): Bind match data before call
7591         `wl-summay-prefetch-msg'.
7592         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7593         'off if `wl-summary-buffer-disp-msg' is non-nil.
7594         Fixed problem that couldn't show only one new or unread message when
7595         enter folder.
7596         (wl-summary-reply): Don't call `split-window-vertically' and other
7597         window.
7598
7599 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-expire.el (wl-expire-refile): Fixed.
7602
7603 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7606
7607         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7608         biff notification is removed.
7609
7610         * wl.el (wl): Changed position of `elmo-init'.
7611
7612         * wl-draft.el (wl-default-draft-cite): Use date field
7613         on the citation buffer.
7614
7615         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7616
7617         * wl-xmas.el (wl-folder-internal-icon-list): Added
7618         `wl-folder-shimbun-image'.
7619
7620         * wl-e21.el (wl-folder-internal-icon-list): Added
7621         `wl-folder-shimbun-image'.
7622
7623 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl.el (wl-init): Eliminated argument.
7626         (wl): Rewrite.
7627
7628         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7629         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7630         instead of `elmo-folder-msgdb-internal'.
7631         (wl-summary-sync-update): Ditto.
7632         (wl-summary-flush-pending-append-operations): Eliminated.
7633         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7634         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7635         `elmo-folder-open'.
7636
7637         * wl-mime.el (wl-summary-burst): Fixed.
7638
7639         * wl-folder.el (wl-folder-info-save): Check data type.
7640
7641         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7642         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7643         instead of `elmo-folder-msgdb-internal'.
7644         (wl-expire-hide): Ditto.
7645
7646
7647         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7648
7649 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7650
7651         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7652
7653 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7654
7655         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7656
7657 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7658
7659         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7660         Fixed `match-beginning' argument mismatch.
7661
7662 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7663
7664         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7665         the default value.
7666
7667 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7668
7669         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7670         instead of `elmo-nntp-default-port'.
7671
7672         * wl-vars.el: Fixed some doc strings.
7673
7674 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * wl-summary.el (wl-summary-prefetch-msg): Use
7677         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7678
7679         * wl-vars.el: Define *-func as obsolete variable using
7680         `elmo-define-obsolete-variable'.
7681
7682         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7683         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7684         instead of `wl-message-buffer-prefetch-threshold'.
7685
7686         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7687
7688         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7689
7690         * wl-draft.el (wl-caesar-region-func): Ditto.
7691
7692         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7693         Keep unread status in elmo-folder-move-messages.
7694         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7695
7696 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7697
7698         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7699         `wl-summary-buffer-exit-func'
7700         (wl-summary-buffer-message-redisplay-function): Renamed from
7701         `wl-summary-buffer-message-redisplay-func'
7702         (wl-summary-buffer-next-folder-function): Renamed from
7703         `wl-summary-buffer-next-folder-func'.
7704         (wl-summary-buffer-prev-folder-function): Renamed from
7705         `wl-summary-buffer-prev-folder-func'.
7706         (wl-summary-get-petname-function): Renamed from
7707         `wl-summary-get-petname-func'.
7708
7709         * wl-score.el (wl-score-edit-exit-function): Renamed from
7710         `wl-score-edit-exit-func'.
7711
7712         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7713         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7714
7715         * wl-util.el (wl-load-profile-function): Renamed from
7716         `wl-load-profile-func'.
7717
7718         * wl-folder.el (wl-folder-completion-function): Renamed from
7719         `wl-folder-completion-func'.
7720         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7721
7722         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7723         `wl-expire-archive-get-folder-func'.
7724         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7725         (wl-draft-send-mail-function): Renamed from
7726         `wl-draft-send-mail-func'.
7727         (wl-draft-send-news-function): Renamed from
7728         `wl-draft-send-news-func'.
7729         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7730         (wl-generate-mailer-string-function): Renamed from
7731         `wl-generate-mailer-string-func'.
7732         (wl-highlight-signature-search-function): Renamed from
7733         `wl-highlight-signature-search-func'.
7734         (wl-highlight-x-face-function): Renamed from
7735         `wl-highlight-x-face-func'
7736         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7737         (wl-ps-print-buffer-function): Renamed from
7738         `wl-ps-print-buffer-func'
7739         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7740         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7741         (wl-summary-subject-filter-function): Renamed from
7742         `wl-summary-subject-filter-func'.
7743
7744         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7745         `wl-draft-queue-flush-send-func'
7746         (wl-draft-cite-function): Renamed from
7747         `wl-draft-cite-func'
7748
7749         * wl-address.el (wl-address-init-function): Renamed from
7750         `wl-address-init-func'.
7751
7752 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-draft.el (wl-draft-queue-flush): Don't call
7755         `elmo-dop-unlock-message'.
7756         * wl-draft.el (wl-draft-queue-append): Don't call
7757         `elmo-dop-lock-message'.
7758
7759         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7760         (wl-summary-buffer-folder-name): Ditto.
7761         (wl-summary-message-regexp): Added '-' (all other related portions
7762         are changed).
7763         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7764         wl-summary-buffer-folder-name.
7765
7766 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7767
7768         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7769         the number of mails in the folder buffer is not updated by wl-biff.
7770
7771 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7772
7773         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7774         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7775
7776 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7777
7778         * wl-summary.el (wl-summary-next-message):
7779         Return next message number when wl-summary-move-order is nil.
7780
7781 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7782
7783         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7784         `wl-summary-move-spec-alist'.
7785         (wl-summary-move-spec-unplugged-alist): New variable
7786         (Move spec for unplugged status).
7787         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7788         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7789
7790 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7791
7792         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7793         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7794
7795 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7796
7797         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7798         simple quotation to quote the anonymous function.
7799         * tm-wl.el (wl-draft-preview-message): Ditto.
7800
7801 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7802
7803         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7804         Eliminate redundant `save-excursion'.
7805         (wl-highlight-summary-current-line): Ditto.
7806
7807         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7808         accessing match data when `looking-at' failed.
7809
7810         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7811         `elmo-match-string' where users don't care about the speed.
7812         (wl-draft-save): Ditto.
7813
7814 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * wl-util.el (wl-regexp-opt): New function.
7817
7818         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7819         number from `wl-summary-buffer-number-list'.
7820         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7821         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7822         (wl-summary-move-spec-alist): Changed default setting.
7823
7824 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7825
7826         * wl-vars.el (wl-biff-notify-hook): New hook.
7827         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7828         the arrival of new mail.
7829         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7830         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7831
7832 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7835
7836 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7839
7840         * Version number is increased to 2.5.8.
7841
7842         * wl-thread.el (toplevel): require 'cl.
7843         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7844         (wl-thread-make-number-list): New function.
7845         (wl-thread-entity-make-number-list-from-children): Ditto.
7846         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7847         (wl-thread-entity-insert-as-children): Likewise.
7848         (wl-thread-delete-message): Likewise.
7849         (wl-meaning-of-mark): Eliminated.
7850         (wl-thread-next-failure-mark-p): Ditto.
7851         (wl-thread-entity-get-mark): Ditto.
7852         (wl-thread-meaning-alist-get-result): Ditto.
7853         (wl-thread-entity-check-prev-mark): Ditto.
7854         (wl-thread-entity-check-next-mark): Ditto.
7855         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7856         (wl-thread-entity-get-prev-marked-entity): Ditto.
7857         (wl-thread-get-prev-unread): Ditto.
7858         (wl-thread-jump-to-prev-unread): Ditto.
7859         (wl-thread-get-next-unread): Ditto.
7860         (wl-thread-jump-to-next-unread): Ditto.
7861         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7862         (wl-thread-entity-get-next-marked-entity): Ditto.
7863
7864         * wl-summary.el (wl-summary-buffer-number-list):
7865         New bufer-local variable.
7866         (wl-summary-switch-to-clone-buffer): Clone
7867         `wl-summary-buffer-number-list'.
7868         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7869         (wl-summary-cursor-move-regex): Eliminated.
7870         (wl-summary-cursor-up): Rewrite.
7871         (wl-summary-cursor-down): Ditto.
7872         (wl-summary-mode-spec-alist): New variable.
7873         (wl-summary-next-message): New inline function.
7874         (wl-summary-cursor-move): New function.
7875         (wl-summary-default-get-next-msg): Rewrite.
7876         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7877         (wl-summary-rescan): Ditto.
7878         (wl-summary-sync-all-init): Ditto.
7879         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7880         summary is not thread view.
7881         (wl-summary-sync-update): Ditto.
7882         (wl-summary-rescan): Ditto.
7883         (wl-summary-make-number-list): New function.
7884
7885         * wl-draft.el: "FCC" -> "Fcc".
7886
7887 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-highlight.el (wl-highlight-summary-window):
7890         Call `set-buffer-modified-p'.
7891
7892         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7893         (wl): Call `elmo-init' and fix.
7894
7895         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7896         Use new variables.
7897
7898         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7899
7900 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7903
7904 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7905
7906         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7907
7908 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7909
7910         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7911         `wl-use-toolbar' nor `display-graphic-p'.
7912         (wl-e21-setup-message-toolbar): Ditto.
7913         (wl-e21-setup-summary-toolbar): Ditto.
7914         (wl-e21-setup-folder-toolbar): Ditto.
7915
7916         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7917         (wl-plugged-init-icons): Ditto.
7918
7919         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7920         `display-graphic-p'.
7921         (wl-plugged-set-folder-icon): Ditto.
7922         (wl-highlight-plugged-current-line): Ditto.
7923         (wl-highlight-folder-current-line): Ditto.
7924         (wl-e21-highlight-folder-group-line): Ditto.
7925         (wl-e21-setup-toolbar): Ditto.
7926         (wl-e21-display-image-p): New macro.
7927
7928         * wl-demo.el (wl-demo): Simplified.
7929         (wl-demo-image-type-alist): Use `image-type-available-p' for
7930         checking whether the image type `xbm' is available.
7931
7932 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7933
7934         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7935         (wl-summary-input-range): Ditto.
7936
7937 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-summary.el (wl-summary-edit-addresses): Use
7940         `wl-summary-get-original-buffer'
7941         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7942         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7943         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7944         (wl-summary-get-newsgroups): Eliminated.
7945         (wl-summary-set-crosspost): Ditto.
7946         (wl-summary-is-crosspost-folder): Ditto.
7947         (wl-crosspost-alist-load): Ditto.
7948         (wl-crosspost-alist-save): Ditto.
7949
7950         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7951         `elmo-setup-subscribed-newsgroups' instead of
7952         `elmo-nntp-make-groups-hashtb'.
7953         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7954         instead of `wl-crosspost-alist-save'.
7955
7956         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7957         of `elmo-folder-message-appendable-p'.
7958         (wl-mime-header-presentation-method): Eliminated.
7959
7960         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7961         (Error occurs in emacs21).
7962
7963         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7964         the current buffer).
7965
7966         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7967         instead of `wl-crosspost-alist-save'.
7968         (wl-init): `elmo-crosspost-message-alist-load'
7969         instead of `wl-crosspost-alist-load'
7970
7971         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7972         (wl-parse-newsgroups): Likewise.
7973         (wl-biff-notify): Run `wl-biff-notify-hook'.
7974
7975 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7978
7979         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7980         when `wl-summary-lazy-highlight' is non-nil.
7981         (wl-summary-goto-folder-subr): Highlight only when
7982         `wl-summary-lazy-highlight' is non-nil.
7983
7984         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7985         Don't display progress and highlight temp-mark when
7986         `wl-summary-lazy-highlight' is non-nil.
7987         (wl-highlight-summary-window): New function.
7988         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7989
7990 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7991
7992         * wl-summary.el (wl-summary-sync): Change `all-visible'
7993         from `all-shown'
7994         (wl-summary-input-range): Ditto.
7995
7996 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7997
7998         * wl-e21.el (wl-highlight-folder-current-line): Call
7999         `wl-folder-init-icons' when folder icons have not been initialized.
8000
8001         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8002
8003         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8004         (wl-demo-image-type-alist): New macro.
8005
8006 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8007
8008         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8009         display does not support graphics.
8010         (wl-plugged-init-icons): Ditto.
8011         (wl-folder-init-icons): Ditto.
8012
8013         * wl-demo.el (wl-demo): Chech closely whether the display
8014         supports graphics.
8015
8016 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8017
8018         * wl-summary.el (wl-summary-get-original-buffer): New function.
8019         (wl-summary-set-crosspost): Use it.
8020         (wl-summary-target-mark-uudecode): Ditto.
8021         (wl-summary-reedit): Ditto.
8022         (wl-summary-resend-bounced-mail): Ditto.
8023         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8024         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8025
8026         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8027         (wl-message-display-internal): Ditto.
8028
8029 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8032
8033 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * wl-summary.el (wl-summary-save-view): Renamed from
8036         `wl-summary-save-status'.
8037
8038 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl-summary.el (wl-summary-sync): Added `all-shown'
8041
8042 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8043
8044         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8045
8046 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8047
8048         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8049
8050 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8051
8052         * wl-highlight.el (wl-highlight-summary-line-string): Use
8053         `zerop' instead of `= 0'.
8054         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8055
8056         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8057         for comparing numbers.
8058         (wl-template-prev): Use `zerop' instead of `eq 0'.
8059
8060         * wl-draft.el (wl-draft-insert-current-message): Use
8061         `with-current-buffer' instead of `save-excursion'.
8062         Use `zerop' instead of `eq 0'.
8063
8064 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8065
8066         * wl-draft.el (wl-draft-insert-ccs): New function.
8067         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8068         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8069
8070 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8071
8072         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8073
8074 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8075
8076         * wl-expire.el (wl-expire-refile): Don't call
8077         elmo-msgdb-add-msgs-to-seen-list;
8078         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8079         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8080
8081 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8082
8083         * wl-message.el (wl-message-prev-page): Ignore errors while
8084         scroll-down.
8085
8086 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8087
8088         * wl-mime.el: Use elmo-original-message-mode instead of
8089         mmelmo-original-mode.
8090
8091         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8092         `elmo-folder-get-spec';
8093         (wl-fldmgr-add-completion-all-completions):
8094         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8095
8096         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8097         of `elmo-folder-get-type'.
8098
8099         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8100         `elmo-folder-get-spec';
8101         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8102         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8103         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8104         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8105         `elmo-read-msg-no-cache';
8106         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8107         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8108         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8109         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8110         `elmo-cache-save';
8111         (wl-draft-reedit): Use `elmo-message-file-name'.
8112
8113         * wl-expire.el: Use `elmo-folder-name-internal';
8114         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8115         Use macro `wl-summary-buffer-msgdb' instead of variable
8116         `wl-summary-buffer-msgdb';
8117         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8118         Use macro `wl-summary-buffer-folder-name' instead of variable
8119         `wl-summary-buffer-folder-name'.
8120         * wl-score.el: Likewise.
8121
8122         * wl-message.el: Rewrite for new message buffer cache mechanism.
8123         (wl-message-buffer-cache-buffer-get): New macro.
8124         (wl-message-buffer-cache-folder-get): Ditto.
8125         (wl-message-buffer-cache-message-get): Ditto.
8126         (wl-message-buffer-cache-entry-make): Ditto.
8127         (wl-message-buffer-cache-hit): Ditto.
8128         (wl-message-buffer-cache-sort): New function.
8129         (wl-message-buffer-cache-add): Ditto.
8130         (wl-message-buffer-cache-delete): Ditto.
8131         (wl-message-buffer-cache-clean-up): Ditto.
8132         (wl-message-buffer-window): Rewrite.
8133         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8134         (wl-message-buffer-display): New function.
8135         (wl-message-display-internal): New function.
8136
8137 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8138
8139         * wl-folder.el: Use `elmo-folder-name-internal';
8140         Use `wl-folder-get-elmo-folder';
8141         Use `elmo-folder-list-messages' instead of
8142         `elmo-list-folder';
8143         Use `elmo-folder-get-primitive-list' instead of
8144         `elmo-folder-get-primitive-spec-list';
8145         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8146         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8147         Use `elmo-folder-create' instead of `elmo-create-folder'.
8148         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8149         (wl-folder-get-elmo-folder): New macro.
8150         (wl-folder-elmo-folder-cache-get): Ditto.
8151         (wl-folder-elmo-folder-cache-put): Ditto.
8152         (wl-folder-suspend): Call `elmo-quit'.
8153
8154         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8155         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8156         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8157         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8158         (toplevel): require 'cl.
8159         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8160
8161         * wl-summary.el: Rewrite to use new elmo interface.
8162
8163 \f
8164 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * wl-mime.el (wl-draft-preview-message):
8167         Run `wl-draft-send-hook' before collecting recipients information;
8168         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8169
8170         * tm-wl.el (wl-draft-preview-message): Ditto.
8171
8172 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8175         wrong recipients are displayed when forwarded message.
8176
8177 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * Version number is increased to 2.5.7.
8180
8181 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8182
8183         * wl-message.el (wl-message-next-page): Bind
8184         `window-pixel-scroll-increment' to nil while scrolling up.
8185
8186 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8187
8188         * wl-vars.el (wl-save-hook): New hook.
8189         * wl.el (wl-save): Call `wl-save-hook'.
8190
8191 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8192
8193         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8194         Argument WITH-ARG instead of NO-ARG (negative mean).
8195         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8196         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8197         * wl-message.el (wl-message-follow-current-entity): Likewise.
8198
8199 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8200
8201         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8202         FROM was optional argument.
8203         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8204
8205 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8206
8207         * Version number is increased to 2.5.6.
8208
8209 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8210
8211         * wl-version.el (wl-version-show): Removed.
8212         (wl-version): Add `interactive'.
8213
8214 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8215
8216         * wl-summary.el (wl-summary-get-petname-func): New variable.
8217         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8218         instead of `wl-address-get-petname-1'.
8219         (wl-summary-simple-from): Ditto.
8220
8221         * wl-address.el (wl-address-get-petname-1): Define as function.
8222
8223 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8226         field in the original message.
8227         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8228
8229 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8230
8231         * wl-expire.el (wl-expire-hide):
8232         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8233
8234 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8235
8236         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8237         find decoder for To, Cc, and Subject.
8238
8239 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8242         for checking `elmo-use-buffer-cache'.
8243         (wl-summary-mark-as-important): Fixed typo in comment.
8244
8245 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8246
8247         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8248         field in the original message.
8249         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8250
8251 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8252
8253         * wl-expire.el (wl-expire-hide):
8254         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8255
8256 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8257
8258         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8259         find decoder for To, Cc, and Subject.
8260
8261 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * Version number is increased to 2.5.5.
8264
8265         * wl-address.el (wl-address-specials-regexp): New constant.
8266         (wl-address-quote-specials): Use it.
8267
8268 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8269
8270         * wl-summary.el (wl-summary-rescan):
8271         Call `wl-summary-buffer-number-column-detect'.
8272         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8273
8274         * wl-message.el (wl-message-mode-map): Define.
8275         (wl-message-decode): Use it as local-map.
8276
8277 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8280         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8281
8282 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8283
8284         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8285
8286         * wl-mule.el (wl-read-event-char): Ditto.
8287
8288         * wl-e21.el (wl-read-event-char): Ditto.
8289
8290         * wl-nemacs.el (wl-read-event-char): Ditto.
8291         (read-event): Removed.
8292
8293         * wl-util.el (toplevel): Removed dummy definition of
8294         `read-event'.
8295         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8296
8297 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8298
8299         * wl-nemacs.el (elmo-archive-call-process): Moved to
8300         elmo-archive.el.
8301
8302 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8303
8304         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8305         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8306
8307         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8308         instead of magic-number 6.  Use `not' instead of `null' for symbol
8309         `nil' check (not empty list).
8310         (wl-draft-insert-x-face-field): Fixed paren style.
8311
8312         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8313         one-branch conditional statement, instead of `and' and `if'.
8314         (wl-draft-forward): Likewise.
8315         (wl-draft-add-references): Likewise.
8316         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8317
8318         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8319         conditional steatment.  Use `cond' instead of `if'.
8320         (wl-draft-confirm): Likewise.
8321
8322 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8323
8324         * wl-version.el (wl-version-show): Use `product-string-1'
8325         instead of `wl-version'.
8326         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8327
8328         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8329
8330 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8331
8332         * wl-highlight.el (wl-highlight-headers): Revert
8333         `wl-highlight-x-face-func' argument (`beg' and `end').
8334
8335 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8336
8337         * wl.el (toplevel): Move `product-provide' declare.
8338         * wl-demo.el (toplevel): Ditto.
8339         * wl-dnd.el (toplevel): Ditto.
8340         * wl-highlight.el (toplevel): Ditto.
8341         * wl-message.el (toplevel): Ditto.
8342         * wl-refile.el (toplevel): Ditto.
8343         * wl-util.el (toplevel): Ditto.
8344
8345 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8346
8347         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8348         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8349         (wl-thread-close-all): keep cursor position.
8350
8351 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8352
8353         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8354         (eq x 0).
8355         (wl-generate-user-agent-string-1): Fix conditional statement.
8356
8357 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8358
8359         * wl.el (wl-check-environment): Additional check for
8360         'wl-local-domain' and `wl-message-id-domain'.
8361
8362 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8363
8364         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8365
8366 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8367
8368         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8369         instead of `smtp-sasl-user-realm'.
8370
8371 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8372
8373         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8374
8375 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8376
8377         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8378         to the default value as well as `eword-lexical-analyzer'.
8379
8380 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8381
8382         * wl-version.el (wl-extended-emacs-version,
8383         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8384         `elmo-match-string' instead of `wl-match-string'.
8385
8386 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8387
8388         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8389         docstring.
8390
8391 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8392
8393         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8394
8395 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8396
8397         * wl-highlight.el (wl-highlight-headers): Remove
8398         `wl-highlight-x-face-func' argument (`beg' and `end').
8399
8400 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-summary.el (wl-summary-mark-as-important):
8403         Remove cache if folder is local.
8404
8405 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8406
8407         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8408         to get existing e-mail address string.
8409
8410 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8411
8412         * wl-version.el (wl-generate-user-agent-string): Commentary.
8413         (wl-generate-user-agent-string-1): Use `when' for
8414         one-branch conditional statement, instead of `and' and `if'.
8415         (wl-extended-emacs-version, wl-extended-emacs-version2,
8416         wl-extended-emacs-version3): Ditto.
8417
8418 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8419
8420         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8421         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8422         condition-case; Remove initialization.
8423         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8424         (wl-summary-sync-update3): Added argument `sync-all';
8425         Eliminated local variable `msgdb';
8426         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8427         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8428         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8429
8430 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8431
8432         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8433         connection before call `wl-draft-send-mail-with-smtp'.
8434
8435 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * Version number is increased to 2.5.4.
8438
8439 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8440
8441         * wl.el (wl-check-environment): Additional check for
8442         'wl-local-domain' and `wl-message-id-domain'.
8443
8444 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8447         buffer as command specific.
8448         (wl-folder-mark-as-read-all-entity): Ditto.
8449         (wl-folder-prefetch-entity): Ditto.
8450         (wl-folder-drop-unsync-entity): Ditto.
8451
8452         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8453         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8454         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8455
8456         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8457         save-excursion.
8458
8459 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8460
8461         * Version number is increased to 2.5.3.
8462
8463         * wl-summary.el (wl-summary-save-view-cache):
8464         Delete duplicated `write-region';
8465         Use `write-region-as-binary' instead of `as-binary-output-file' and
8466         `write-region'.
8467
8468 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8469
8470         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8471
8472 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8473
8474         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8475         instead of `smtp-via-smtp'.
8476
8477 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8478
8479         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8480
8481 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8482
8483         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8484         instead of `smtp-sasl-user-realm'.
8485
8486 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8487
8488         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8489
8490 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8491
8492         * Version number is increased to 2.5.2.
8493
8494 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8497         does not exist.
8498         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8499         (wl-biff-start): Call `timer-activate' if timer already exists.
8500
8501         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8502         only when it is bound as function.
8503
8504 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * Version number is increased to 2.5.1.
8507
8508 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8509
8510         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8511         Print refile/copy destination.
8512
8513 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8516         queue-flush-only is non-nil.
8517
8518         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8519
8520         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8521         checking cache folder.
8522
8523 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8524
8525         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8526         `regexp-quote'.
8527
8528 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8529
8530         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8531         function.
8532         * wl-summary.el (wl-summary-write-current-folder-functions):
8533         Change default value.  Use it.
8534
8535 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * Version number is increased to 2.5.0.
8538
8539         * wl-version.el (wl-version): Changed codename.
8540
8541 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8542
8543         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8544         (wl-summary-supersedes-message): Ditto.
8545
8546 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8547
8548         * wl-refile.el (wl-refile-guess-functions): Renamed from
8549         `wl-refile-guess-func-list'.
8550
8551 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8552
8553         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8554         Fixed problem when no rule was matched.
8555
8556 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8557
8558         * wl-summary.el (wl-summary-get-mark): Fixed
8559         `wl-summary-buffer-target-mark' check logic.
8560
8561 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8562
8563         * wl-folder.el (wl-folder-write-current-folder): Added group
8564         folder check.
8565
8566         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8567         `wl-summary-write-current-newsgroup'.
8568         (wl-summary-write-current-folder-functions): New variable.
8569         * wl-folder.el (wl-folder-get-newsgroups): New function.
8570         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8571         (wl-folder-write-current-folder): Renamed from
8572         `wl-folder-write-current-newsgroup'.
8573
8574 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8575
8576         * Version number is increased to 2.3.93.
8577
8578 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8581         (wl-ldap-make-matched-value-list): Ditto.
8582         (wl-ldap-alias-safe-string): Split e-mail address.
8583
8584         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8585         petname folder default was selected.
8586         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8587         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8588
8589 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8592         to `wl-draft-config-exec'.
8593
8594         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8595         instead of calling `wl-draft-config-exec';
8596         Process group-list and show recipients in minibuffer.
8597
8598         * tm-wl.el (wl-draft-preview-message): Ditto.
8599
8600 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8601
8602         * wl.el (toplevel): Added (C) to copyright notice, and
8603         sync Author header.
8604         * tm-wl.el (toplevel): Ditto.
8605         * wl-address.el (toplevel): Ditto.
8606         * wl-demo.el (toplevel): Ditto.
8607         * wl-dnd.el (toplevel): Ditto.
8608         * wl-draft.el (toplevel): Ditto.
8609         * wl-e21.el (toplevel): Ditto.
8610         * wl-expire.el (toplevel): Ditto.
8611         * wl-folder.el (toplevel): Ditto.
8612         * wl-highlight.el (toplevel): Ditto.
8613         * wl-message.el (toplevel): Ditto.
8614         * wl-mime.el (toplevel): Ditto.
8615         * wl-mule.el (toplevel): Ditto.
8616         * wl-nemacs.el (toplevel): Ditto.
8617         * wl-refile.el (toplevel): Ditto.
8618         * wl-score.el (toplevel): Ditto.
8619         * wl-summary.el (toplevel): Ditto.
8620         * wl-template.el (toplevel): Ditto.
8621         * wl-thread.el (toplevel): Ditto.
8622         * wl-util.el (toplevel): Ditto.
8623         * wl-vars.el (toplevel): Ditto.
8624         * wl-xmas.el (toplevel): Ditto.
8625
8626 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8627
8628         * wl.el (wl-init): Added comment about `wl-init-hook'.
8629         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8630         * wl-vars.el (wl-init-hook): Added docs.
8631         (wl-make-plugged-hook): Removed useless docs.
8632         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8633         * wl-xmas.el (toplevel): Ditto.
8634
8635 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8636
8637         * wl-address.el (toplevel): Fixed multiple Author header format.
8638         * wl-demo.el (toplevel): Ditto.
8639         * wl-draft.el (toplevel): Ditto.
8640         * wl-folder.el (toplevel): Ditto.
8641         * wl-summary.el (toplevel): Ditto.
8642         * wl-thread.el (toplevel): Ditto.
8643         * wl-util.el (toplevel): Ditto.
8644         * wl-vars.el (toplevel): Ditto.
8645         * wl-version.el (toplevel): Ditto.
8646         * wl-xmas.el (toplevel): Ditto.
8647         * wl.el (toplevel): Ditto.
8648
8649         * wl-version.el (toplevel): Added require `elmo-version' for
8650         `product-version-as-string'.
8651
8652 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8653
8654         * wl-vars.el (wl-draft-send-hook): Changed default value to
8655         '(wl-draft-config-exec).
8656
8657         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8658         explicitly.
8659         (wl-draft): Set `wl-draft-config-exec-flag' before running
8660         `wl-mail-setup-hook'.
8661
8662         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8663         `wl-biff-init-icons' to `wl-init-hook' instead of
8664         `wl-make-plugged-hook'.
8665         (Because if `wl-draft' command is invoked at first,
8666         they are not initialized)
8667         Updated copyright notice.
8668
8669         * wl-e21.el (toplevel): Ditto;
8670
8671         * wl-demo.el (toplevel): Updated copyright notice.
8672         * wl-address.el (toplevel): Ditto.
8673         * wl-draft.el (toplevel): Ditto.
8674         * wl-version.el (toplevel): Ditto.
8675         * wl-folder.el (toplevel): Ditto.
8676         * wl-summary.el (toplevel): Ditto.
8677         * wl-thread.el (toplevel): Ditto.
8678         * wl-util.el (toplevel): Ditto.
8679         * wl-vars.el (toplevel): Ditto.
8680         * wl.el (toplevel): Ditto.
8681
8682 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8683
8684         * wl-highlight.el (wl-highlight-message): Fixed problem of
8685         highlighting failure which occured when the last field contains
8686         multiple lines in the draft buffer.
8687
8688         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8689         `wl-biff-start' if plugged.
8690
8691         * wl-util.el (wl-biff-check-folder): New function.
8692         (wl-biff-check-folders): Don't set session name prefix.
8693         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8694         (wl-biff-check-folder-async): Ditto.
8695
8696         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8697         in email address.
8698
8699 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8700
8701         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8702
8703         * wl-draft.el (wl-draft-strip-subject-re): New function.
8704
8705         * wl-draft.el (wl-draft-reply): Use it.
8706
8707 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8708
8709         * wl-message.el (wl-mmelmo-message-redisplay): Use
8710         `mime-display-message' instead of `wl-mime-display-message'.
8711
8712         * wl-mime.el (toplevel): Removed compatibility workaround
8713         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8714         (wl-mime-display-message): Abolished.
8715         (wl-mime-entity-read-field): Ditto.
8716         (wl-mime-combine-message/partial-pieces): Use
8717         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8718
8719 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8720
8721         * wl-template.el: Doc fixes.
8722
8723 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8724
8725         * wl-e21.el (wl-message-overload-functions): Do nothing if
8726         `current-local-map' is not available.
8727         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8728
8729 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8730
8731         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8732         representation.
8733
8734         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8735         number.
8736         (wl-fldmgr-save-folders): Don't use `format' when insert
8737         `wl-fldmgr-folders-header'.
8738
8739 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8740
8741         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8742
8743 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * wl-highlight.el (wl-highlight-message):
8746         Use `std11-field-end' to detect end point of the header field.
8747         Refer `wl-highlight-max-header-size'.
8748
8749         * wl-vars.el (wl-highlight-max-header-size): New variable.
8750
8751         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8752
8753         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8754         Set `for-draft' argument of wl-highlight-headers.
8755         (wl-draft): Ditto.
8756         (wl-draft-reedit): Ditto.
8757         (wl-user-agent-compose-internal): Ditto.
8758
8759 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8760
8761         * wl-message.el (wl-message-add-button): Use overlay.
8762
8763 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8766
8767         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8768         problem when group-list content is nothing.
8769         (Reported by Mito <mit@nines.nec.co.jp>)
8770
8771 2000-10-18  SAITO Atsunori <sai@yedo.com>
8772
8773         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8774
8775 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8776
8777         * tm-wl.el (toplevel): Use product-provide.
8778
8779 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * Version number is increased to 2.3.92.
8782
8783 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8784
8785         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8786         title text, use `display' property for left margin under Emacs 21.
8787
8788         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8789         properties.
8790         (wl-plugged-init-icons): Ditto.
8791
8792 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8793
8794         * wl.el (wl-save-status, wl-init): Remove last period in
8795         "...done." message.
8796         * tm-wl.el (wl-summary-burst): Ditto.
8797         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8798         wl-summary-resume-cache-status,
8799         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8800         wl-summary-sync-update3, wl-summary-highlight-msgs,
8801         wl-summary-flush-pending-append-operations,
8802         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8803         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8804         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8805         wl-thread-open-all): Ditto.
8806         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8807         * wl-mime.el (wl-summary-burst): Ditto.
8808         * wl-highlight.el (wl-highlight-summary): Ditto.
8809         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8810         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8811         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8812         * wl-address.el (wl-local-address-init): Ditto.
8813
8814 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8815
8816         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8817         `add-text-properties'.
8818         (wl-plugged-init-icons): Ditto.
8819         (wl-folder-init-icons): Use `propertize' instead of
8820         `put-text-property'.
8821         (wl-plugged-set-folder-icon): Ditto.
8822         (wl-e21-highlight-folder-group-line): Ditto.
8823
8824 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-version.el (wl-version-status-alist): New variable.
8827         (wl-version-status): New function.
8828
8829         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8830         "Cc" part of the case "Reply-To".
8831
8832         * wl-draft.el (wl-draft-reply): Use result of
8833         `eword-extract-address-components'.
8834
8835         * wl-demo.el (wl-demo-icon-name): New constant.
8836         (wl-logo-xpm): Use it.
8837         (wl-logo-xbm): Ditto.
8838         (wl-logo-bitmap): Ditto.
8839
8840         * Version number is increased to 2.3.91.
8841
8842 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8843
8844         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8845         (wl-extended-emacs-version, wl-extended-emacs-version2,
8846         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8847         docstring.
8848
8849         * wl-version.el (wl-generate-user-agent-string-1): New function.
8850         (wl-generate-user-agent-string): Use it.
8851
8852         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8853         `mime-edit-insert-user-agent-field'.
8854         (wl-generate-user-agent-string): Check
8855         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8856
8857         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8858         instead of `if', when verbose case.
8859
8860 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8861
8862         * wl-expire.el (wl-summary-expire): Fix.
8863
8864 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8865
8866         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8867         and `elmo-lost+found-folder' if 'wl-draft.
8868         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8869
8870 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8871
8872         * wl-expire.el (wl-summary-expire): Change messages.
8873         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8874         `deleing-info' instead of "Deleting..."
8875
8876 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8877
8878         * wl-summary.el (wl-summary-refile-subr): Fix.
8879
8880 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8881
8882         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8883         if pipe folder.
8884
8885 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8886
8887         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8888
8889 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8890
8891         * wl-expire.el (wl-expire-hide): New function.
8892         (wl-summary-expire): Add `hide'.
8893
8894 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8895
8896         * wl-vars.el (wl-draft-reply-without-argument-list):
8897         Changed default value to consider `Reply-To:'.
8898         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8899
8900         * Version number is increased to 2.3.90.
8901
8902         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8903         elmo-imap4-get-session with unwind-protect.
8904         Don't cause error.
8905         (wl-summary-sync-marks): Don't check plugged nor folder type.
8906         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8907         (Always keep current buffer).
8908
8909 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8910
8911         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8912         Enclose with `save-excursion'.
8913
8914 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * wl-version.el (wl-version): Remove interactive.
8917
8918 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8919
8920         * wl-version.el (wl-generate-user-agent-string): Use
8921         `product-string-verbose' instead of `product-string-1'.
8922
8923 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8924
8925         * wl-vars.el (wl-draft-use-cache): New variable.
8926         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8927         if wl-draft-use-cache is non-nil.
8928
8929 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8930
8931         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8932         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8933
8934 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8935
8936         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8937         (wl-thread-msg-mark-as-unread): Ditto.
8938
8939         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8940         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8941         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8942         Don't set mark in summary if return value of `elmo-mark-as-read'
8943         is nil.
8944         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8945         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8946         instead of `wl-thread-msg-mark-as-read'.
8947         (wl-summary-mark-as-unread-region): Ditto.
8948         (wl-summary-target-mark-mark-as-read): Ditto.
8949
8950         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8951
8952 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8953
8954         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8955
8956         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8957
8958 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8959
8960         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8961         face.
8962
8963 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8964
8965         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8966         `running-xemacs'.
8967
8968 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8969
8970         * wl-version.el (toplevel): Use `product-version-as-string' for
8971         set verstion-string, if defined.
8972
8973         * wl-version.el (wl-version-show): Insert string at point, when
8974         call with argument.
8975
8976         * wl-version.el (wl-generate-user-agent-string): Use
8977         `product-string-1' instead of `wl-appname', `wl-version' and
8978         `wl-codename'.
8979
8980 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8981
8982         * wl-address.el (toplevel): Use product-provide.
8983         * wl-demo.el (toplevel): Ditto.
8984         * wl-dnd.el (toplevel): Ditto.
8985         * wl-draft.el (toplevel): Ditto.
8986         * wl-e21.el (toplevel): Ditto.
8987         * wl-expire.el (toplevel): Ditto.
8988         * wl-fldmgr.el (toplevel): Ditto.
8989         * wl-folder.el (toplevel): Ditto.
8990         * wl-highlight.el (toplevel): Ditto.
8991         * wl-message.el (toplevel): Ditto.
8992         * wl-mime.el (toplevel): Ditto.
8993         * wl-mule.el (toplevel): Ditto.
8994         * wl-nemacs.el (toplevel): Ditto.
8995         * wl-refile.el (toplevel): Ditto.
8996         * wl-score.el (toplevel): Ditto.
8997         * wl-summary.el (toplevel): Ditto.
8998         * wl-template.el (toplevel): Ditto.
8999         * wl-thread.el (toplevel): Ditto.
9000         * wl-util.el (toplevel): Ditto.
9001         * wl-vars.el (toplevel): Ditto.
9002         * wl-xmas.el (toplevel): Ditto.
9003         * wl.el (toplevel): Ditto.
9004
9005 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9006
9007         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9008         instead of product.
9009
9010         * wl-version.el (wl-version): Compile time evalution elmo-version.
9011
9012 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9013
9014         * wl-summary.el (wl-summary-sync-force-update): Append queue
9015         `mark-as-read'if unplugged.
9016
9017 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9018
9019         * wl-version.el: New file.  Use product.el.
9020         * wl.el: add (require 'wl-version).
9021         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9022         for ~/.folders header.
9023         (wl-fldmgr-folders-header): Changed.
9024         * wl-demo.el (wl-demo): Use product.el.
9025
9026         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9027         wl-version.el.
9028         * wl-util.el (wl-version, wl-version-show): Ditto.
9029
9030         * wl-util.el (wl-generate-user-agent-string,
9031         wl-extended-emacs-version, wl-extended-emacs-version2,
9032         wl-extended-emacs-version3): Move to wl-version.el.
9033         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9034         xemacs-codename, mime-edit-insert-user-agent-field,
9035         mime-edit-user-agent-value, mime-editor/version,
9036         mime-editor/codename): Compile warning killer move to
9037         wl-version.el
9038
9039 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9040
9041         * wl-summary.el (wl-summary-refile-subr): Fix.
9042
9043 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9046         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9047
9048 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9049
9050         * wl.el (wl-check-environment): Check too many `@'.
9051
9052 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9053
9054         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9055
9056 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9057
9058         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9059         wl-draft-reply-myself-without-argument-list): Add variables.
9060         * wl-draft.el (wl-draft-reply): Use it.
9061
9062 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9063
9064         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9065         the 5th argument of `elmo-network-get-spec'.
9066
9067         * wl-thread.el (wl-thread-reparent-children): New inline function.
9068         (wl-thread-delete-message): Use it.
9069
9070         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9071         (wl-summary-score-update-all-lines): Don't use `dolist'.
9072
9073 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9074
9075         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9076         (require 'elmo-msgdb) for inline function.
9077
9078 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9079
9080         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9081
9082 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9083
9084         * wl-score.el (wl-score-headers): Fix for the confusing macro
9085         `elmo-kill-buffer'.
9086
9087 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9088
9089         * wl-summary.el: Don't use the 3rd argument of `require' because
9090         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9091         * wl-util.el: Ditto.
9092         * wl-draft.el: Ditto.
9093
9094 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9095
9096         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9097         window system is not used.
9098
9099 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9100
9101         * wl-thread.el: Don't use `mapcar' only for iteration.
9102         (wl-thread-resume-entity): Ditto.
9103         (wl-thread-delete-message): Ditto.
9104
9105         * wl-summary.el: Bind `dragdrop-drop-functions',
9106         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9107         of `require' for `timezone', `easymenu' and `ps-print';
9108         don't use `mapcar' only for iteration.
9109
9110         * wl-util.el: Bind `mule-version', `nemacs-version',
9111         `emacs-beta-version', `xemacs-codename',
9112         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9113         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9114         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9115         only for iteration.
9116
9117         * wl-score.el: Don't use `mapcar' only for iteration.
9118         (wl-score-simplify-buffer-fuzzy): Ditto.
9119         (wl-score-simplify-subject): Ditto.
9120         (wl-score-headers): Ditto.
9121         (wl-summary-score-update-all-lines): Ditto.
9122
9123         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9124         `enable-multibyte-characters' and `mule-version'.
9125
9126         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9127         `mapcar' only for iteration.
9128
9129         * wl-demo.el: Don't use `mapcar' only for iteration.
9130
9131         * wl-folder.el: Don't use `mapcar' only for iteration.
9132         (wl-folder-open-all): Ditto.
9133         (wl-folder-count-incorporates): Ditto.
9134
9135         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9136         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9137
9138         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9139         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9140         `smtp-connection-type'; specify 3rd argument of `require' for
9141         `timezone'; don't use `mapcar' only for iteration.
9142         (wl-draft-clone-local-variables): Don't use `mapcar'.
9143         (wl-draft-generate-clone-buffer): Ditto.
9144         (wl-user-agent-compose-internal): Ditto.
9145
9146         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9147
9148         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9149         (wl-save-status): Ditto.
9150
9151         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9152         for iteration.
9153
9154 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9157         removed `Date'.
9158         (wl-fldmgr-make-filter-default): New user option.
9159
9160         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9161         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9162         (wl-fldmgr-filter-completion-alist): Abolish.
9163
9164         * wl.el (wl): Don't check servers if arg is non-nil.
9165
9166         * wl-draft.el (wl-draft-reply): Set only message-id string to
9167         In-Reply-To field.
9168
9169 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9170
9171         * wl-summary.el (wl-summary-pick): Rewrite.
9172
9173         * wl-draft.el (wl-draft-forward): Get references field from
9174         original buffer.
9175         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9176
9177 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9178
9179         * wl-draft.el (wl-draft-forward): Add references field.
9180
9181 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9182
9183         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9184         (wl-draft-reply): Use it.
9185
9186 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9187
9188         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9189         when Emacs 21 is running.
9190
9191         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9192         bindings.
9193
9194 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9195
9196         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9197         XPM icons transparent.
9198
9199         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9200         Emacs 21.
9201
9202 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9203
9204         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9205         nil.
9206
9207         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9208         when it is persistent.
9209         (wl-summary-sync-marks): Changed argument for
9210         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9211         (wl-summary-virtual): Use `elmo-read-search-condition'.
9212         (wl-summary-redisplay-internal): If folder is local, mark as read
9213         even when folder is plugged.
9214
9215 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9216
9217         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9218         of `tool-bar-lines' in the frame parameters.
9219         (after-make-frame-functions, post-command-hook): Don't modify the
9220         value.
9221         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9222         wl-e21-tool-bar-lines): Removed.
9223
9224 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9225
9226         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9227         properties `evaporate' and `wl-momentary-overlay' as well.
9228         (wl-highlight-summary-displaying): Ditto.
9229         (wl-delete-all-overlays): Don't delete overlay which does not have
9230         a property `wl-momentary-overlay'.
9231
9232         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9233         `display-mouse-p' and `display-graphic-p'.
9234         (wl-folder-init-icons): Don't search for XBM or the other files.
9235         (wl-plugged-set-folder-icon): Make icons if and only if
9236         `display-graphic-p' returns non-nil.
9237         (wl-highlight-plugged-current-line): Use `before-string' overlay
9238         property to show icon images.
9239         (wl-highlight-folder-current-line): Ditto.
9240         (wl-e21-highlight-folder-group-line): Ditto.
9241         (wl-e21-highlight-folder-by-numbers): Ditto.
9242         (wl-e21-insert-image): Removed.
9243         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9244         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9245         said.
9246         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9247         `wl-e21-force-switch-toolbar'.
9248         (wl-e21-make-icon-image): Removed.
9249         (wl-e21-setup-toolbar): Don't search for XBM files.
9250         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9251         the default value.
9252
9253 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9254
9255         * wl-util.el (wl-biff-check-folder-async): Set
9256         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9257
9258 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9259
9260         * wl-e21.el (after-make-frame-functions): Add
9261         `wl-e21-force-switch-toolbar'.
9262         (wl-e21-force-switch-toolbar): New function force to switch the
9263         toolbar appearance automatically.
9264         (post-command-hook): Add `wl-e21-switch-toolbar'.
9265         (wl-e21-switch-toolbar): New function to switch the toolbar
9266         appearance automatically.
9267         (wl-e21-tool-bar-lines): New buffer local variable.
9268
9269 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-util.el (wl-biff-check-folders-running): New variable.
9272         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9273         (wl-biff-check-folder-async-callback):
9274         Set `wl-biff-check-folders-running'.
9275         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9276         with unwind-protect.
9277
9278         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9279         Enclose `wl-folder-auto-check' with unwind-protect.
9280
9281         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9282         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9283
9284         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9285
9286         * wl-util.el (wl-biff-notify): New inline function.
9287         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9288         locally.
9289         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9290         folder-list' is 1.
9291         Use `wl-biff-notify'.
9292         (wl-biff-check-folder-async-callback): New function.
9293         (wl-biff-check-folder-async): Ditto.
9294
9295         * wl-folder.el (wl-folder): Don't check folders.
9296         (wl-folder-auto-check): New function.
9297
9298 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9299
9300         * wl-util.el (wl-biff-start) [Emacs19+]:
9301         Use `timer-next-integral-multiple-of-time'.
9302         (wl-biff-check-folders): Use `wl-default-folder'
9303         if `wl-biff-check-folder-list' is nil.
9304
9305 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9306
9307         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9308         instead of `elmo-delete-lists'.
9309
9310 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9311
9312         * wl.el (wl-plugged-toggle-all): Set the value of
9313         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9314         (wl-plugged-toggle): Ditto.
9315         (wl-toggle-plugged): Ditto.
9316         (wl-plugged-init): Ditto.
9317
9318         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9319         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9320         instead of `wl-biff-state-indicator-off' and
9321         `wl-biff-state-indicator-on'; don't modify the value and the type
9322         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9323         (wl-plugged-init-icons): Set icons data to
9324         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9325         instead of `wl-plug-state-indicator-off' and
9326         `wl-plug-state-indicator-on'; don't modify the value and the type
9327         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9328
9329         * wl-vars.el (wl-modeline-biff-state-off,
9330         wl-modeline-biff-state-on, wl-modeline-biff-status,
9331         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9332         wl-modeline-plug-status): New internal variables.
9333         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9334         wl-biff-check-interval, wl-biff-check-folder-list): Change
9335         customization group from `wl-folder' to `wl-highlight'.
9336         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9337         wl-show-plug-status-on-modeline): Defcustomized.
9338
9339         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9340         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9341         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9342         a flag to `mode-line-buffer-identification'.
9343
9344         * wl-e21.el (wl-biff-init-icons): Set icons data to
9345         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9346         instead of `wl-biff-state-indicator-off' and
9347         `wl-biff-state-indicator-on'.
9348         (wl-plugged-init-icons): Set icons data to
9349         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9350         instead of `wl-plug-state-indicator-off' and
9351         `wl-plug-state-indicator-on'.
9352
9353 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9354
9355         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9356         excessive titles.
9357
9358 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9359
9360         * wl.el (wl-plugged-mode): Use revised
9361         `wl-mode-line-buffer-identification'.
9362         (wl-plugged-init): Don't use `force-mode-line-update'.
9363
9364         * wl-xmas.el (wl-draft-overload-functions): Use revised
9365         `wl-mode-line-buffer-identification'.
9366         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9367         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9368         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9369         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9370         `wl-make-plugged-hook';
9371         add `wl-folder-init-icons' and `wl-setup-folder' to
9372         `wl-folder-mode-hook'.
9373
9374         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9375         19 as well.
9376         (wl-mode-line-display-priority-list): New user option.
9377         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9378         Defcustomized.
9379         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9380         Add docs.
9381
9382         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9383         start.
9384         (wl-mode-line-buffer-identification): Revised as a function.
9385
9386         * wl-summary.el (wl-summary-mode): Use revised
9387         `wl-mode-line-buffer-identification'; don't call
9388         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9389         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9390         `wl-xmas-setup-summary'.
9391
9392         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9393         `wl-mode-line-buffer-identification'.
9394
9395         * wl-mule.el (wl-draft-overload-functions): Use revised
9396         `wl-mode-line-buffer-identification'.
9397
9398         * wl-folder.el (wl-make-plugged-alist): Don't call
9399         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9400         (wl-folder): Don't call `wl-folder-init-icons' directly.
9401         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9402         `wl-xmas-setup-folder' directly;
9403         use revised `wl-mode-line-buffer-identification'.
9404         (TopLevel): Don't bind `wl-biff-init-icons',
9405         `wl-plugged-init-icons', `wl-folder-init-icons',
9406         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9407
9408         * wl-e21.el (wl-draft-overload-functions): Use revised
9409         `wl-mode-line-buffer-identification'.
9410         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9411         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9412         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9413         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9414         `wl-make-plugged-hook';
9415         add `wl-folder-init-icons' and `wl-setup-folder' to
9416         `wl-folder-mode-hook'.
9417
9418 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9419             Katsumi Yamaoka    <yamaoka@jpl.org>
9420
9421         * wl.el (wl): Call `wl-biff-start'.
9422         (wl-exit): Call `wl-biff-stop'.
9423         (wl-plugged-mode): Show biff in modeline.
9424         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9425
9426         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9427         (wl-biff-init-icons): New function.
9428         (wl-plugged-init-icons): Don't make too much keymaps.
9429         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9430
9431         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9432         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9433         variables.
9434         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9435         options.
9436
9437         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9438         wl-biff-start, wl-biff-stop): New functions.
9439         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9440         (wl-biff-timer-name): New variable.
9441
9442         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9443
9444         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9445         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9446
9447         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9448         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9449
9450         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9451         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9452         `wl-folder-init-icons' to `ignore' if they are not available.
9453         (wl-folder-mode): Show biff in modeline.
9454
9455         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9456         (wl-biff-init-icons): New function.
9457         (wl-plugged-init-icons): Don't make too much keymaps.
9458         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9459
9460 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9461
9462         * wl-vars.el (wl-strict-diff-folders): Customization Type
9463         and doc fix.  Define as a list of regular expressions for
9464         folders or nil.
9465         * wl-folder.el (wl-folder-check-one-entity): Use
9466         `wl-string-match-member' instead of `wl-string-member' for
9467         `wl-strict-diff-folders'.
9468
9469 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9470
9471         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9472         (wl-highlight-folder-current-line): Use it; new implementation.
9473         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9474         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9475         `defsubst' instead of `defun'.
9476
9477         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9478         `wl-highlight-group-folder-by-numbers'; made it can also be a
9479         number.  See info for more details.
9480
9481         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9482         running.
9483
9484         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9485         to bind them.
9486
9487         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9488         (wl-highlight-folder-current-line): New implementation.
9489
9490         * wl-highlight.el (wl-highlight-folder-group-line): New
9491         implementation.
9492         (wl-delete-all-overlays): Rewrite as a marco.
9493         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9494
9495         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9496         running.
9497         (wl-folder-*-glyph): No need to bind them.
9498
9499         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9500         `wl-e21-highlight-folder-group-icon'; rewrite.
9501         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9502         `defsubst' instead of `defun'.
9503         (wl-folder-mode-map): Bind it when compiling.
9504
9505 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9506
9507         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9508
9509         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9510
9511 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9512
9513         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9514
9515 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9516
9517         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9518         (wl-highlight-folder-current-line): Use it.
9519
9520         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9521         in `id-name'.
9522
9523 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9524
9525         * wl.el: Require `wl-e21' when Emacs 21 is running.
9526
9527         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9528         default when Emacs 21 is running.
9529         (wl-use-highlight-mouse-line): Ditto.
9530         (wl-on-emacs21): New constant.
9531         (wl-on-emacs20): Removed.
9532
9533         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9534         Emacs 21 is running.
9535
9536         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9537         Emacs 21 is running.
9538
9539         * wl-e21.el: New file.
9540
9541 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9542
9543         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9544         (wl-toggle-plugged): Ditto.
9545         (wl-plugged-toggle): Ditto.
9546         (wl-plugged-toggle-all): Ditto.
9547
9548         * wl-vars.el (wl-plug-state-indicator): Refer
9549         `wl-plug-state-indicator-on' indirectly.
9550
9551 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9552
9553         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9554         Call `wl-folder-confirm-existence'.
9555
9556         * wl-folder.el (wl-folder-confirm-existence): Added optional
9557         argument `force'.
9558
9559 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9560
9561         * wl-summary.el (wl-summary-refile-subr): Assume
9562         `copy-or-refile' as symbol.
9563         (wl-summary-refile): Follow up above change.
9564         (wl-summary-copy): Ditto.  Doc fix.
9565
9566 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9567
9568         * wl-summary.el (wl-summary-pick): Don't bind
9569         `elmo-search-mime-charset'.
9570
9571         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9572         default using old backquote style.
9573         (wl-search-mime-charset): Abolished.
9574
9575         * wl-highlight.el (wl-highlight-headers):
9576         Call `point' after `re-search-forward'(for Nemacs).
9577
9578         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9579         for elmo-imap4.el.
9580
9581 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9582
9583         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9584         `wl-message-ignored-field-list' instead of
9585         `mime-view-ignored-field-list'.
9586
9587         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9588         Add interactive spec.
9589         (wl-folder-goto-bottom-of-current-folder): Ditto.
9590         (wl-folder-mode-map): Bind them.
9591
9592         * wl-vars.el (wl-message-ignored-field-list): New variable.
9593         (wl-message-visible-field-list): New variable.
9594
9595         * wl-mime.el (wl-mime-header-presentation-method): New function.
9596         (wl-mime-setup): Set header-presentation-method.
9597
9598 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9599
9600         * wl-nemacs.el (wl-draft-overload-functions): Set
9601         `mode-line-buffer-identification' instead of using
9602         `wl-make-modeline'.
9603
9604         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9605         instead of using `wl-make-modeline'.
9606
9607         * wl-xmas.el (wl-plugged-init-icons): Set up
9608         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9609         (wl-make-modeline): Abolish.
9610         (wl-draft-overload-functions): Set
9611         `mode-line-buffer-identification' instead of using
9612         `wl-make-modeline'.
9613
9614         * wl-util.el (wl-make-modeline-subr): Abolish.
9615         (wl-mode-line-buffer-identification): New alias.
9616
9617         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9618         (wl-summary-make-modeline): Abolish.
9619         (wl-summary-buffer-set-folder): Set
9620         `wl-summary-buffer-folder-indicator'.
9621         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9622         of using `wl-make-modeline'.
9623         (wl-summary-switch-to-clone-buffer): Don't set
9624         `mode-line-buffer-identification'.
9625         (wl-summary-goto-folder-subr): Ditto.
9626
9627         * wl-mule.el (wl-draft-overload-functions): Set
9628         `mode-line-buffer-identification' instead of using
9629         `wl-make-modeline'.
9630
9631         * wl-folder.el (wl-folder-mode): Set
9632         `mode-line-buffer-identification' instead of using
9633         `wl-make-modeline'.
9634         (wl-folder): Don't set `mode-line-buffer-identification'.
9635
9636 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9637
9638         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9639         instead of `member' for `wl-refile-guess-func-list' look-ups.
9640         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9641
9642 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9643
9644         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9645         `wl-message-button-dispatcher'.
9646
9647         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9648
9649         * wl-message.el (wl-message-button-dispatcher): Use it.
9650
9651         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9652         "In-Reply-To".
9653
9654         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9655         Bind `case-fold-search' to t.
9656
9657 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9658
9659         * wl-xmas.el (wl-message-overload-functions): Initialize
9660         `wl-message-button-map'.
9661
9662         * wl-mule.el (wl-message-overload-functions): Initialize
9663         `wl-message-button-map'.
9664
9665         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9666
9667         * wl-message.el (wl-message-button-map): New keymap.
9668         (wl-message-add-button): New function.
9669         (wl-message-button-dispatcher): New function.
9670         (wl-message-button-refer-article): New function.
9671
9672         * wl-highlight.el
9673         (wl-highlight-message-add-buttons-to-header): New function.
9674         (wl-highlight-headers): Use it.
9675
9676 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9677
9678         * wl-summary.el (wl-summary-default-from): Use
9679         `wl-address-get-petname-1'.
9680         (wl-summary-simple-from): Ditto.
9681
9682         * wl-address.el (wl-address-get-petname-1): New inline function.
9683         (wl-address-get-petname): Use it.
9684
9685 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9686
9687         * wl-summary.el (wl-summary-default-from): Return full-name part
9688         from the address if no petname was found.
9689         (wl-summary-simple-from): Ditto.
9690
9691         * wl-address.el (wl-address-get-petname): Return nil if no petname
9692         associated with the address was found.
9693
9694 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9695
9696         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9697         display is finished.
9698
9699 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9700
9701         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9702         `elmo-folder-exists-p' argument.
9703
9704 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9705
9706         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9707         the folder.
9708
9709 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9710
9711         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9712
9713         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9714         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9715
9716 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9717
9718         * wl-folder.el (wl-folder-create-subr): New function.
9719         (wl-folder-confirm-existence): Use it.
9720         (wl-folder-check-one-entity): Use it.
9721         Check the error symbol is derived from 'elmo-open-error.
9722
9723         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9724         `ignore-error'.
9725
9726 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9727
9728         * wl-util.el (toplevel): Add (eval-when-compile (require
9729         'elmo-util)).  (Maybe `provide' is typo.)
9730
9731 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9732
9733         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9734         (I don't know why this was needed.)
9735
9736         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9737         Follow up changes for stream-type.
9738
9739         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9740         (wl-draft-elmo-nntp-send): Ditto.
9741
9742         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9743         (wl-nntp-posting-stream-type): Ditto.
9744         (wl-pop-before-smtp-ssl): Abolished.
9745         (wl-nntp-posting-ssl): Ditto.
9746
9747         * wl-address.el (wl-address-quote-specials): New function.
9748         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9749
9750         * wl-draft.el (wl-draft-reply): Ditto.
9751
9752 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9753
9754         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9755         use function `wl-string-match-assoc'.
9756
9757 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9758
9759         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9760
9761         * wl-draft.el (wl-draft-deduce-address-list): New function.
9762         (wl-draft-parse-mailbox-list): Ditto.
9763         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9764         instead of `smtp-deduce-address-list'.
9765         (wl-draft-on-field-p): Follow group list.
9766
9767         * wl-address.el (wl-address-concat-token): New function.
9768         (wl-address-string-without-group-list-contents): Ditto.
9769         (wl-complete-field-body): Fixed problem of completion
9770         by japanese petname.
9771         (wl-address-make-completion-list): Rewrite.
9772
9773 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9774
9775         * wl-address.el (wl-address-make-completion-list): Completion by
9776         petname.
9777         (wl-complete-field-body): Likewise.
9778
9779 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9780
9781         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9782         contains invalid address syntax.
9783
9784 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9785
9786         * wl-folder.el (wl-folder-check-entity-async): Use
9787         `elmo-nntp-spec-hostname'.
9788
9789 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9790
9791         * wl-summary.el (wl-summary-msgdb-load-async): Use
9792         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9793
9794 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9795
9796         * wl-draft.el (wl-draft-reply): Set argument
9797         `content-transfer-encoding' as nil.
9798
9799 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9800
9801         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9802         `wl-refile-alist'.
9803
9804 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9805
9806         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9807         (wl-draft-edit-string): Ditto.
9808         (wl-draft-forward): Ditto.
9809         * wl-summary.el (wl-summary-write): Ditto.
9810
9811 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9812
9813         * wl-summary.el (wl-summary-sync-update3): Call
9814         `wl-summary-buffer-number-column-detect'.
9815         (wl-summary-buffer-number-column-detect): Search from point-min.
9816
9817 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9818
9819         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9820         contains an address which is not included in original to or cc.
9821
9822 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9823
9824         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9825         begin-line does not exist.
9826         * wl-message.el (wl-message-uu-substring): Ditto.
9827
9828 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9829
9830         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9831         clear local variables.
9832         (wl-summary-exit): Call `elmo-commit'.
9833         (wl-summary-switch-to-clone-buffer): Call
9834         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9835         (wl-summary-goto-folder-subr): Ditto.
9836
9837         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9838         POP folder.
9839
9840 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9841
9842         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9843         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9844         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9845         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9846         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9847         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9848
9849         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9850
9851 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9852
9853         * wl-summary.el (wl-summary-search-by-subject):
9854         Search parent message from the latest one.
9855
9856 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9857
9858         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9859         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9860
9861         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9862         New user option.
9863
9864         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9865         if elmo-nntp-use-killed-list is nil.
9866         Use `elmo-msgdb-append-to-killed-list'.
9867         (Append numbers confirmed as disappeared to the killed list.)
9868         (wl-summary-confirm-appends): Don't display negative number.
9869
9870 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9871
9872         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9873
9874 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9875
9876         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9877         range is `all'.
9878         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9879         `elmo-list-bigger-diff'.
9880
9881 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9882
9883         * wl-summary.el (wl-summary-buffer-exit-func):
9884         New buffer local variable.
9885         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9886
9887 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9888
9889         * wl-demo.el (wl-demo): Fix the last change.
9890
9891 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9892
9893         * wl-demo.el (wl-demo): Don't use `eval'.
9894
9895 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9896
9897         * wl-summary.el (wl-summary-buffer-thread-modified):
9898         New buffer-local variable.
9899         (wl-summary-set-thread-modified): New function.
9900         (wl-summary-thread-modified-p): New function.
9901         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9902         (wl-summary-yank-saved-message): Use function
9903         `wl-summary-set-thread-modified'
9904         (wl-summary-switch-to-clone-buffer): Add
9905         `wl-summary-buffer-thread-modified'.
9906
9907         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9908         (wl-summary-buffer-mark-saved-hook): Ditto.
9909         * wl-summary.el (wl-summary-msgdb-save): New hook
9910         `wl-summary-buffer-message-saved-hook' and
9911         `wl-summary-buffer-mark-saved-hook'.
9912
9913 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9914
9915         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9916
9917 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9918
9919         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9920         don't hide scroll bars under FSF Emacsen because it may incur an
9921         undesirable redrawing.
9922
9923 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9924
9925         * wl-draft.el (wl-draft-edit-string): Call
9926         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9927
9928 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9929
9930         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9931
9932 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9933
9934         * wl-summary.el (wl-summary-msgdb-load-async): Call
9935         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9936
9937 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9938
9939         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9940         fringes in demo buffer; center bitmap logo correctly even if old
9941         Mule is used.
9942
9943 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9944
9945         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9946
9947         * wl-refile.el (wl-refile-subject-alist): New variable.
9948         (wl-refile-subject-alist-file-name): Ditto.
9949         (wl-refile-alist-setup): Rewrite.
9950         (wl-refile-alist-save): Use `elmo-object-save'.
9951         Eliminated arguments.
9952         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9953         (wl-refile-guess-by-subject): New function.
9954         (wl-refile-guess-func-list): Added it.
9955
9956 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9959         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9960
9961 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9962
9963         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9964         New buffer-local variable.
9965         (wl-summary-buffer-next-folder-func): Ditto.
9966         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9967         if non-nil.
9968         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9969         if non-nil.
9970         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9971         if non-nil.
9972         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9973         if non-nil.
9974
9975 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9976
9977         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9978         permanently in the demo buffer.
9979
9980 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9981
9982         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9983         `mime-entity-fetch-field'.
9984
9985         * wl.el (wl-exit): Delete plugged buffer.
9986
9987         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9988         XEmacs has menubar feature.
9989
9990 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9991
9992         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9993         cannot arrive at the beginning of the buffer under old Emacsen.
9994
9995 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9996
9997         * wl-address.el (wl-address-ldap-search):
9998         Call `ldap-search-entries' with `withdn' argument t.
9999         (wl-complete-field-body): Bind completion-ignore-case as t.
10000         Clear ldap search hash when it was sole completion.
10001         Use elmo-string for pattern string.
10002         (wl-ldap-alias-safe-string): Eliminated needless let.
10003
10004 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10005
10006         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10007         (wl-ldap-alias-sep): New constant.
10008         (wl-ldap-search-attribute-type-list): Ditto.
10009         (wl-ldap-get-value): New function.
10010         (wl-ldap-make-filter): Ditto.
10011         (wl-ldap-make-matched-value-list): Ditto.
10012         (wl-ldap-alias-safe-string): Ditto.
10013         (wl-ldap-register-dn-string): Ditto.
10014         (wl-address-ldap-search): Rewrite.
10015
10016 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10017
10018         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10019         thread is deleted.
10020         (wl-thread-delete-line-from-buffer): Ditto.
10021         (wl-thread-get-exist-children): New function.
10022
10023 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10024
10025         * wl-demo.el (wl-demo): Made it to select various image types.
10026         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10027         from `wl-title-logo'.
10028         (wl-logo-ascii): New variable.
10029         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10030         (wl-demo-copyright-notice): New constant.
10031
10032         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10033
10034 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10035
10036         * wl-vars.el (wl-summary-target-above): Renamed from
10037         wl-summary-temp-above.
10038         * wl-score.el (wl-score-get-score-alist): Use it.
10039         (wl-summary-score-update-all-lines): Use it.
10040         * wl-summary.el: Ditto. (make-variable-buffer-local).
10041
10042 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10043
10044         * wl-vars.el (wl-ldap-port): New user option.
10045
10046         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10047         Rewite whole implementation.
10048         (wl-complete-field-body): Fixed.
10049
10050 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10051
10052         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10053         Choose implementation at compile time.
10054
10055 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10056
10057         * wl-address.el (wl-ldap-search-internal): New function.
10058         (wl-complete-field-to): Use it.
10059
10060 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10061
10062         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10063         Use `let' instead of `let*'.
10064         Require 'wl-vars.
10065
10066         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10067         Define as defcustom.
10068         (wl-ldap-base): Ditto.
10069         (wl-use-ldap): Ditto.
10070
10071 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10072
10073         * wl-address.el (wl-ldap-search): New function.
10074         (wl-complete-field-body): Use `wl-ldap-search'.
10075         (wl-ldap-server): New variable.
10076         (wl-ldap-base): Ditto.
10077         (wl-use-ldap): Ditto.
10078
10079 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10080
10081         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10082         (Pointed out by Mito <mit@nines.nec.co.jp>).
10083         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10084         buffer-local variables like `wl-summary-redisplay-internal'.
10085         (wl-summary-redisplay-all-header): Likewise.  Update
10086         Summary view too.
10087
10088 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10089
10090         * wl-summary.el (wl-summary-jump-to-parent-message):
10091         Consider prefix argument.
10092
10093         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10094         when closed thread is deleted.
10095
10096 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10097
10098         * wl-summary.el (wl-summary-jump-to-parent-message):
10099         Consider thread modification.
10100
10101 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10102
10103         * wl-message.el (wl-message-normal-get-original-buffer): Use
10104         `save-excursion'.
10105
10106         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10107         (wl-summary-showto-folder-regexp): Ditto.
10108
10109 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10110
10111         * wl-util.el (wl-delete-alist): Doc fix.
10112         (wl-delete-associations): New function.
10113         (wl-inverse-alist): New function.
10114         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10115         Split temporary variables. Use `wl-delete-associations'
10116         and `wl-inverse-alist'.
10117         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10118
10119 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10120
10121         * wl-folder.el (wl-folder-prefetch-entity):
10122         Execute prefetching if new count is unknown.
10123
10124 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10125
10126         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10127
10128         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10129         delete entity.
10130         (wl-thread-set-parent): If insert as top, set linked as nil.
10131
10132         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10133         `wl-thread-cleanup-symbols' when view mode is thread.
10134
10135 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10136
10137         * wl-folder.el (wl-folder-create-folder-entity): Use
10138         with-current-buffer.
10139         (wl-local-folder-init): Call set-buffer to make sure we are in
10140         the Folder buffer. Don't touch buffer-local variables here.
10141         (wl-folder-mode): Initialize buffer-local variables here.
10142
10143         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10144         (wl-folder-entity-assign-id): Ditto.
10145         (wl-folder-create-entity-hashtb): Ditto.
10146         (wl-local-folder-init): Ditto.
10147         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10148
10149 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10150
10151         * wl-summary.el (wl-summary-default-from): Fix probrem when
10152         std11-extract-address-components return (nil "foo@bar").
10153
10154 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10155
10156         * wl-draft.el (wl-draft-clone-local-variables):
10157         Remove redundant `setq'.
10158
10159 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10160
10161         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10162         Bind wl-highlight-x-face-func as nil while highlighting header.
10163
10164 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10165
10166         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10167
10168 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10169
10170         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10171         elmo-msgdb-overview-hashtb from copy-variables.
10172         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10173         instead of `elmo-msgdb-overview-get-entity-by-number'.
10174         (wl-summary-auto-refile): Ditto.
10175
10176         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10177         `elmo-msgdb-overview-get-entity' instead of
10178         `elmo-msgdb-search-overview-entity'.  Use
10179         `elmo-msgdb-overview-get-entity' instead of
10180         `elmo-msgdb-overview-get-entity-by-number'.
10181         (wl-thread-insert-entity-sub): Ditto.
10182         (wl-thread-insert-message): Ditto.
10183
10184         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10185         `elmo-msgdb-overview-get-entity'.
10186         (wl-normal-message-redisplay): Ditto.
10187
10188 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10189
10190         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10191         `wl-thread-entities'.
10192         (wl-thread-delete-message): Fix remove top message from
10193         `wl-thread-entity-list'.
10194
10195         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10196         wl-append(nconc), because update-list is broken on Meadow.
10197
10198         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10199         updating process.
10200         (wl-summary-rescan): Ditto.
10201         (wl-summary-sync-update3): Ditto.
10202         * wl-thread.el (wl-thread-set-parent): Renamed from
10203         `wl-summary-set-parent'.
10204         (wl-thread-insert-message): Updating buffer faster.
10205         (wl-thread-delete-message): Updating buffer faster.
10206
10207         * wl-score.el (wl-summary-score-update-all-lines): Changed
10208         interval for display progress gauge.
10209
10210 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10211
10212         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10213         folder always-sticky.
10214         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10215         defmacro.
10216
10217 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10218
10219         * wl-vars.el (wl-draft-add-references): New user option.
10220
10221         * wl-draft.el (wl-draft-add-references): New function.
10222         (wl-draft-yank-from-mail-reply-buffer): Use it.
10223         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10224         as nil.
10225
10226 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10227
10228         * wl-thread.el (wl-thread-update-line-msgs): Called
10229         `wl-thread-update-line-on-buffer-sub'.
10230         (wl-thread-update-line-on-buffer): Delete routine of inserting
10231         thread.
10232         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10233         moved from `wl-thread-update-line-on-buffer'.
10234         Add threshold for displaying progress gauge.
10235         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10236         argument of `wl-thread-update-line-msgs'.
10237         Add threshold for displaying progress gauge.
10238         * wl-folder.el:
10239         Add threshold for displaying progress gauge.
10240         * wl-score.el: Ditto.
10241
10242         * wl-expire.el (wl-summary-expire): Display deleting info.
10243
10244 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10245
10246         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10247         `no-msg'.
10248         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10249         argument of `wl-thread-update-line-msgs'.
10250         (wl-summary-set-parent): Added optional argument `parent-number'.
10251         (wl-summary-buffer-saved-message): New buffer local variable.
10252         (wl-summary-save-current-message): New command.
10253         (wl-summary-yank-saved-message): Ditto.
10254         (wl-summary-mode-map): Added key binding for
10255         `wl-summary-save-current-message' (\ew) and
10256         `wl-summary-yank-saved-message' (\C-y).
10257         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10258
10259 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10260
10261         * wl-summary.el (wl-summary-mode-map): Added key binding for
10262         `wl-summary-set-parent' (ts).
10263
10264 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10265
10266         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10267         subject faster. If thread number is reverse, delayed updating
10268         thread.
10269         (wl-summary-search-by-subject): Ditto.
10270         (wl-summary-put-alike): Ditto.
10271         (wl-summary-get-alike): Ditto.
10272         (wl-summary-insert-headers): Insert header of all overview in
10273         buffer.
10274         (wl-summary-rescan): Delayed updating thread. Kill search subject
10275         buffer for wl-summary-search-by-subject.
10276         (wl-summary-sync-update3): Ditto.
10277         (wl-summary-exit): Ditto.
10278         (wl-summary-goto-bottom-of-current-thread): Change for linked
10279         thread.
10280         (wl-summary-overview-create-summary-line): Change line for linked
10281         thread.
10282
10283         * wl-summary.el (wl-summary-update-thread): Use
10284         wl-thread-maybe-get-children-num.
10285         (wl-summary-set-parent): If change parent, move sub thread.
10286         (wl-summary-redisplay-internal): Add horizontal recenter.
10287         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10288
10289         * wl-thread.el (wl-thread-entity-get-linked): New function.
10290         (wl-thread-entity-set-linked): New function.
10291         (wl-thread-create-entity): Add linked element.
10292         (wl-thread-entity-insert-as-top): Use wl-append.
10293         (wl-thread-maybe-get-children-num): If closing thread, return
10294         children msgs.
10295         (wl-thread-update-line-msgs): Displaying progress message.
10296         (wl-thread-update-line-on-buffer-sub): Use
10297         wl-thread-maybe-get-children-num.
10298         (wl-thread-update-line-on-buffer): If update line is not exists,
10299         insert thread.
10300         (wl-thread-delete-message): If delete top msg of thread, search
10301         parent by subject.
10302         (wl-thread-insert-entity): Use
10303         wl-thread-maybe-get-children-num.
10304
10305         * wl-highlight.el (wl-highlight-summary-current-line): change
10306         sregexp for linked thread.
10307         * wl-util.el (wl-count-lines): Count lines.
10308         (wl-horizontal-recenter): horizontal recenter.
10309         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10310         (wl-score-get-alike): Ditto.
10311         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10312         (wl-subject-length-limit): New variable.
10313         (wl-highlight-thread-indent-string-regexp): Changed for linked
10314         thread.
10315
10316 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10317
10318         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10319         New variable (revival).
10320         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10321         by subject matching if there's no in-reply-to nor references field
10322         (revival).
10323
10324 \f
10325 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10326
10327         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10328         message.
10329
10330 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10331
10332         * wl-summary.el (wl-summary-reply): Return t if there was a
10333         message at cursor point.
10334         Added unwind-protect.
10335         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10336         returns t.
10337         (wl-summary-cancel-message): Do nothing when there's no message at
10338         cursor point.
10339         (wl-summary-forward): Ditto.
10340         (wl-summary-jump-to-parent-message): Ditto.
10341         (wl-summary-reedit): Ditto.
10342         (wl-summary-edit-addresses): Ditto.
10343         (wl-summary-pipe-message): Ditto.
10344         (wl-summary-print-message-with-ps-print): Ditto.
10345         (wl-summary-print-message): Ditto.
10346         (wl-summary-mark-as-important): Ditto.
10347         (wl-summary-mark-as-unread): Ditto.
10348
10349         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10350         message at cursor point.
10351         (wl-summary-reply-with-citation): Remove unwind-protect.
10352
10353         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10354         subject searching feature.
10355         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10356         Eliminated.
10357
10358 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10359
10360         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10361         New variable.
10362         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10363         by subject matching if there's no in-reply-to nor references field.
10364
10365         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10366
10367         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10368         when display is finished.
10369         (wl-folder-open-all): Ditto.
10370         (wl-folder-update-access-group): Ditto.
10371         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10372         * wl-thread.el (wl-thread-close-all): Ditto.
10373
10374         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10375         progress gauge only when it was displayed.
10376         * wl-folder.el (wl-folder-insert-entity): Ditto.
10377
10378 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10379
10380         * wl-summary.el (wl-summary-incorporate): Enclose
10381         `wl-summary-sync-force-update' with save-excursion.
10382
10383 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10384
10385         * wl-summary.el (wl-summary-prefetch-region):
10386         Pass current cursor point to `pos-visible-in-window-p' after
10387         moving cursor to the started point.
10388
10389 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10390
10391         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10392
10393         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10394         fields from the forwarding message.
10395         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10396         `ignored-fields'.
10397
10398 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10399
10400         * wl-mime.el (wl-message-request-partial):
10401         Eliminated argument `msgdb'.
10402         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10403         (wl-mime-combine-message/partial-pieces): Likewise.
10404         * tm-wl.el (wl-message-request-partial): Likewise.
10405         (wl-mime-combine-message/partial-pieces): Likewise.
10406
10407 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10408
10409         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10410         when display is finished.
10411
10412 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10413
10414         * wl-summary.el (wl-summary-goto-folder-subr):
10415         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10416
10417 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10418
10419         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10420         when cursor point is visible.
10421
10422 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10423
10424         * wl-expire.el (wl-expire-archive-get-max-number):
10425         Don't use `file-name-directory'.
10426
10427 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10428
10429         * wl-expire.el (wl-expire-archive-get-max-number):
10430         Use `file-name-directory'.
10431
10432 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10433
10434         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10435         only when there is progress.
10436
10437 2000-04-13  Mito <mit@nines.nec.co.jp>
10438
10439         * wl-summary.el (wl-summary-sync-marks): Display progress.
10440
10441 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10442
10443         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10444         (wl-summary-prev): Move cursor regardless of unread status.
10445         (wl-summary-next): Ditto.
10446
10447 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10448
10449         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10450         Added argument `target' and `number'.
10451         * tm-wl.el (wl-summary-burst-subr): New function.
10452         (wl-summary-burst): Use it.
10453
10454 2000-04-10  Mito <mit@nines.nec.co.jp>
10455
10456         * wl-mime.el (wl-burst): New function.
10457         (wl-summary-burst): Use it.
10458
10459 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10460
10461         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10462         as petname when there's no candidate.
10463
10464 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10465
10466         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10467         New variable.
10468         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10469
10470         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10471
10472         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10473
10474 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10475
10476         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10477         Use substring of `original' instead of buffer-substring.
10478         (wl-refile-evaluate-rule):
10479         Set `original' argument of wl-refile-expand-newtext.
10480
10481         * wl-summary.el
10482         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10483         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10484         (wl-summary-auto-refile): Check existence of destination folder just
10485         before marking.
10486
10487 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10488
10489         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10490         when wl-refile-get-field-value return nil.
10491
10492 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10493
10494         * wl-refile.el
10495         (wl-refile-expand-newtext): New function imported from Gnus.
10496         (wl-refile-evaluate-rule): Use it.
10497
10498 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10499
10500         * wl-summary.el (wl-summary-print-destination):
10501         Duplicate folder string to avoid putting text-property on
10502         original string.
10503
10504         * wl-refile.el (wl-refile-get-field-value): New function.
10505         (wl-refile-evaluate-rule): New function;
10506         Evaluate refile rule recursively.
10507         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10508         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10509         New function; Check existence of a target folder recursively.
10510         (wl-summary-auto-refile-check-refile-rule-alist):
10511         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10512
10513 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10514
10515         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10516
10517         * wl-folder.el (wl-create-folder-entity-from-buffer):
10518         Fixed problem when '}' character is contained in folder name.
10519
10520         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10521
10522 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10523
10524         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10525         (wl-fldmgr-add-completion-all-completions):
10526         Use wl-fldmgr-add-completion-hashtb.
10527
10528 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10529
10530         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10531         wl-fldmgr-add-completion-subr): New functions.
10532         * wl-folder.el (wl-folder-completion-func): New variable.
10533         * wl-summary.el (wl-summary-read-folder):
10534         Use wl-folder-completion-func.
10535
10536         * wl-refile.el: Eliminate throw & catch.
10537
10538         * wl.el (wl-plugged-sending-queue-status): Fixed.
10539
10540 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10541
10542         * wl-draft.el (wl-draft): Put category property on
10543         mail-header-separator.