(wl-draft-send-confirm): Scroll up/down by SPC/BS.
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
4
5 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6
7         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
8
9 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10
11         * wl-util.el (wl-completing-read-multiple-1): New internal function.
12         (wl-completing-read-multiple-2): Ditto.
13         (wl-completing-read-multiple): Define use above functions.
14
15         * wl-summary.el (wl-summary-sort): Removed the workaround for a
16         bug of `completing-read-multiple' about default value.
17
18         * wl-xmas.el (wl-completing-read-multiple): Removed.
19
20         * wl-mule.el (wl-completing-read-multiple): Ditto.
21
22         * wl-e21.el (wl-completing-read-multiple): Ditto.
23
24 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
25
26         * wl-util.el (wl-filter-associations): New function.
27
28         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
29         (wl-spam-ignored-folder-list): Ditto.
30         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
31         (wl-spam-string-member-p): New function.
32         (wl-spam-domain): Use it.
33         (wl-spam-split-numbers): New function.
34         (wl-spam-apply-partitions): Ditto.
35         (wl-spam-register-spam-messages): Use `folder' instead of
36         `wl-summary-buffer-elmo-folder'.
37         (wl-spam-register-good-messages): Ditto.
38         (wl-summary-exec-action-spam): Decide a domain by real folder of
39         message.
40         (wl-summary-exec-action-refile-with-register): Likewise.
41
42 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-e21.el (wl-e21-find-image): New function.
45         (wl-e21-setup-toolbar): Use it instead of `find-image'.
46         (wl-e21-highlight-folder-group-line): Ditto.
47         (wl-folder-init-icons): Ditto.
48         (wl-plugged-init-icons): Ditto.
49         (wl-biff-init-icons): Ditto.
50
51 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
54         (wl-inhibit-save-drafts): New internal variable.
55         (wl-disable-auto-save): Ditto.
56         (wl-save-drafts): Treat above variables.
57         (wl-auto-save-drafts): New function.
58         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
59         `wl-stop-save-drafts'.
60         (wl-start-save-drafts): New function.
61         (wl-stop-save-drafts): Ditto.
62         (wl-set-auto-save-draft): New command.
63
64         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
65         `wl-set-save-drafts'.
66
67 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
68
69         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
70         `make-local-variable' instead of `make-variable-buffer-local'.
71
72 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
73
74         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
75
76 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
77
78         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
79
80 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
83         of working buffer.
84
85 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
88
89         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
90         value into recipients; Bind `wl-draft-remove-group-list-contents'
91         as nil.
92
93 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-summary.el (wl-summary-sort): Fixed the last change.
96
97         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
98         (wl-summary-sort-messages): Ditto.
99         (wl-summary-rescan): Use it.
100         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
101         `completing-read'; Append candidates for reverse order.
102
103 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * Version number is increased to 2.15.2.
106
107 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
108
109         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
110         "Smaller".
111         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
112
113 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
114
115         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
116
117 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
118
119         * wl-vars.el (wl-draft-additional-header-alist): Add into the
120         customize group `wl-draft'.
121         (wl-draft-add-in-reply-to): Move customize group from `wl' to
122         `wl-draft'.
123         (wl-draft-add-references): Ditto.
124
125         * wl-action.el (wl-summary-print-argument): Rename argument from
126         `folder' to `data'.
127
128 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-summary.el (wl-summary-rescan-message): Call
131         `wl-thread-cleanup-symbols' before insert thread.
132
133 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
134
135         * wl.el (wl-init): Set `elmo-get-folder-function' as
136         `wl-folder-make-elmo-folder'.
137
138         * wl-spam.el (wl-summary-exec-action-spam): Use
139         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
140
141         * wl-folder.el (wl-folder-make-elmo-folder): New function.
142         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
143         `elmo-make-folder'.
144         (wl-folder-get-elmo-folder): Ditto.
145         (wl-folder-create-subr): Simplify.
146
147 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
150
151 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
154         contents in message buffer instead of original buffer. If optional
155         argument specified, ask coding system for encode.
156
157 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
158
159         * wl-spam.el (wl-summary-test-spam-region): New function.
160         (wl-spam-setup): Bind "rkc".
161
162 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
165
166 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
167
168         * wl-spam.el (wl-summary-test-spam): Fix typo.
169         (wl-message-check-spam): Ditto.
170
171 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-summary.el (wl-summary-default-from): Simplify.
174
175 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-action.el (wl-summary-exec-action-refile): Simplify.
178         (wl-summary-exec-action-copy): Ditto.
179         (wl-summary-auto-refile): Check existence of temporary mark.
180
181 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-summary.el (wl-summary-create-line): Use
184         `elmo-time-to-datevec'.
185
186         * wl-expire.el (wl-expire-archive-date): Ditto.
187         (wl-expire-localdir-date): Ditto.
188
189         * wl-util.el (wl-day-number): Abolish.
190
191         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
192         of `wl-day-number'.
193         (wl-score-followup): Ditto.
194         (wl-score-add-followups): Ditto.
195         (wl-score-get-latest-msgs): Ditto.
196         (wl-score-get-header-entry): Ditto.
197         (wl-score-edit-insert-date): Ditto.
198
199 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
202         `elmo-message-entity-field' with 2nd argument `type'.
203
204 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
205
206         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
207
208 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
209
210         * wl-thread.el (wl-thread-delete-message): Delete descendant
211         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
212
213 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
214
215         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
216
217 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
220         `Access folder'.
221
222 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-vars.el (wl-access-folder-icon): New user option.
225
226         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
227         `Access folder'.
228
229 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-summary.el (wl-summary-buffer-set-folder): Use
232         `wl-folder-mime-charset'.
233
234         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
235         `mime-charset'.
236         (wl-folder-get-elmo-folder): Ditto.
237         (wl-folder-mime-charset): New function.
238
239 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-util.el (wl-parse-addresses): Define alias of
242         `elmo-parse-addresses' (move to `elmo-util.el').
243
244         * wl-summary.el (wl-summary-default-from): Follow the API change.
245         (wl-summary-overview-entity-compare-by-date): Ditto.
246         (wl-summary-overview-entity-compare-by-from): Ditto.
247         (wl-summary-get-list-info): Get value of `ml-info' field from
248         entity at first.
249         (wl-summary-rescan-message): Treat prefix argument.
250         (wl-summary-prefetch-msg): Follow the API change.
251         (wl-summary-search-by-subject): Ditto.
252         (wl-summary-insert-thread): Ditto.
253         (wl-summary-line-subject): Ditto.
254         (wl-summary-line-from): Ditto.
255         (wl-summary-create-line): Ditto.
256         (wl-summary-print-message-with-ps-print): Ditto.
257
258         * wl-score.el (wl-score-ov-entity-get): Ditto.
259         (wl-score-followup): Ditto.
260         (wl-score-add-followups): Use `elmo-message-entity-field' instead
261         of `car'.
262         (wl-score-get-latest-msgs): Follow the API change.
263         (wl-score-get-header): Ditto.
264
265         * wl-refile.el (wl-refile-learn): Ditto.
266         (wl-refile-subject-learn): Ditto.
267         (wl-refile-get-field-value): Ditto.
268         (wl-refile-guess-by-history): Ditto.
269         (wl-refile-guess-by-subject): Ditto.
270
271         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
272
273         * wl-expire.el (wl-expire-date-p): Removed.
274         (wl-expire-archive-date): Follow the API change.
275         (wl-expire-localdir-date): Ditto.
276         (wl-summary-expire): Ditto.
277
278         * Version number is increased to 2.15.1.
279
280 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
283         group is access or not (it is not strict, like wl-fldmgr-rename).
284
285 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
286
287         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
288         duplicate call of `wl-summary-print-argument' on the wrong line.
289
290 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
293         even if argument `number' is nil.
294         (wl-summary-insert-line): Print action argument if current message
295         has it.
296
297 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
300         (wl-draft-reply): Ditto.
301         (wl-draft): Add optional argument `parent-number' and call
302         `wl-draft-create-buffer' with it.
303         (wl-draft-create-buffer): Add optional argument
304         `parent-number'. Set wl-draft-parent-number as it.
305
306 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
307
308         * wl-folder.el (wl-folder-set-persistent-mark): If summary
309         buffer is not for given folder, don't use it.
310
311 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
312
313         * Version number is increased to 2.15.0.
314
315 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
316
317         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
318
319         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
320         (wl-highlight-get-face-by-name): New internal function.
321         (wl-highlight-summary-line-face-spec): Use it and fixed.
322
323 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
324
325         * wl-summary.el (wl-summary-sync-update): Use
326         `elmo-message-entity-field' instead of `car' to get message-id
327         from overview entity.
328
329         * wl-summary.el (wl-summary-rescan-message): Call
330         `wl-highlight-summary-displaying' when displaying a message.
331
332 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-draft.el (wl-draft-config-info-filename): Extracted from
335         `wl-draft-config-info-operation'.
336         (wl-draft-buffer-change-number): New function.
337         (wl-draft-rename-saved-config): Ditto.
338         * wl.el (wl-init): Connect slot for message-number-changed.
339         (toplevel): Add autoload for wl-draft-rename-saved-config.
340
341 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
342
343         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
344         `update-overview'
345         (wl-summary-buffer-detach): Disconnect from it.
346         (wl-summary-rescan-message): Use command.
347
348         * wl-message.el (wl-message-buffer-display): Use
349         `with-current-buffer' instead of `save-excursion'.
350
351 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-mime.el (wl-draft-preview-attributes-list): Protect
354         wl-draft-preview-attributes-list from distraction.
355
356 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
357
358         * wl-summary.el (wl-summary-sync-update): Sort the return value of
359         `elmo-list-diff'.
360
361 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-summary.el
364         (wl-summary-edit-addresses-collect-candidate-fields): Use
365         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
366
367         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
368         instead of `elmo-set-work-buf'.
369
370         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
371         (wl-address-make-address-list): Ditto.
372
373         * Version number is increased to 2.13.3.
374
375 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
378         user option.
379
380         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
381         argument `5'.
382
383         * wl-message.el (wl-message-display-no-merge-p): New function.
384         (wl-message-buffer-display): Check whether the message is
385         reassembled and follow the API change.
386
387 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
390         multibyte on working buffer and removed unnecessary
391         `buffer-disable-undo'.
392
393 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-util.el (wl-read-search-condition-internal): Fixed the last
396         change.
397
398 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-util.el (wl-read-search-condition-internal): Protect
401         elmo-global-flags from distraction.
402
403 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
406
407         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
408         (wl-summary-event-handler): Ditto.
409         (wl-summary-update-persistent-mark-on-event): New
410         function (renamed from `elmo-event-handler-flag-changed').
411         (wl-summary-buffer-attach): New function.
412         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
413         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
414         instead of `elmo-folder-add-handler'.
415
416         * Version number is increased to 2.13.2.
417
418 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
421         and "\177" to the `wl-news-previous-page'.
422         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
423         (wl-news-previous-page): New function.
424
425 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
428         instead of `write-region' and simplify.
429
430 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
431
432         * wl-template.el (wl-template-select): Cause error if
433         `wl-template-alist' is nil.
434
435 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
436
437         * wl-news.el.in: Set file variable `no-byte-compile'.
438
439 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
442         whether a target message is within displaying area.
443         (elmo-event-handler-cache-changed): Ditto.
444
445 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
446
447         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
448         to `defun'.  Use `nconc' instead of `append' to collect descendant
449         message numbers.
450
451 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
452
453         * wl-thread.el (wl-thread-save-top-list)
454         (wl-thread-save-entities): Use `with-temp-buffer'.
455         * wl-news.el.in (wl-news-previous-version-load):
456         (wl-news-previous-version-save): Ditto.
457         * wl-summary.el (wl-summary-load-file-object)
458         (wl-summary-save-view-cache): Ditto.
459
460 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * wl-util.el (toplevel): Require 'elmo-flag'.
463         (wl-read-search-condition): New function (Renamed from
464         `elmo-read-search-condition').
465         (wl-read-search-condition-internal): Likewise.
466
467         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
468         invalid.
469         (wl-summary-pick): Use `wl-read-search-condition' instead of
470         `elmo-read-search-condition'.
471         (wl-summary-virtual): Ditto.
472
473         * wl-folder.el (wl-folder-virtual): Ditto.
474         (wl-folder-pick): Ditto.
475
476         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
477
478 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
479
480         * wl-summary.el (wl-summary-reedit): Call
481         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
482
483 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
484
485         * wl-mime.el (toplevel): Require wl-vars.
486
487         * wl-message.el (toplevel): Require cl at compile.
488
489         * wl-draft.el (toplevel): Require elmo.
490
491 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
492
493         * wl-message.el (wl-message-buffer-prefetch): Count is a number
494         and do nothing when it is not positive.
495         (wl-message-buffer-prefetch-next): Ditto.
496
497 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
500         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
501         (wl-summary-redisplay-internal): Ditto.
502
503         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
504         message (the condition is borrowed from `wl-check-variables-2').
505         (wl-summary-redisplay-internal): Ditto.
506
507 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-mime.el (wl-draft-nntp-attribute): New function.
510         (wl-draft-attribute-nntp-posting-server): Use it.
511         (wl-draft-attribute-nntp-posting-port): Ditto.
512
513         * wl-mime.el (wl-draft-preview-attributes-list): New function.
514         (wl-draft-show-attributes-buffer): Ditto.
515         (wl-draft-hide-attributes-buffer): Ditto.
516         (wl-draft-attribute-newsgroups): Ditto.
517         (wl-draft-attribute-nntp-posting-server): Ditto.
518         (wl-draft-attribute-nntp-posting-port): Ditto.
519         (wl-draft-preview-message): Use there functions.
520
521         * wl-vars.el (wl-draft-preview-attributes-list): Change default
522         value.
523
524 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
527         (wl-draft-reedit): Ditto.
528         (wl-draft-queue-flush): Ditto.
529
530         * wl-mime.el (wl-message-request-partial): Ditto.
531         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
532         instead of `elmo-message-fetch'.
533
534         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
535
536         * wl-summary.el (wl-summary-message-string): Ditto.
537
538 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-util.el (wl-current-message-buffer): Follow the API change.
541
542         * wl-summary.el (wl-summary-redisplay-internal): Call
543         `wl-summary-mark-as-read' with 2nd argument as nil and update
544         unread count instead of persistent mark.
545
546         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
547         variable.
548         (wl-message-redisplay): Follow the API change.
549         (wl-message-buffer-display): Managed mime-entity directly and
550         return preview buffer only.
551         (wl-message-display-internal): Rewrite.
552         (wl-message-buffer-prefetch-subr): Not save return value of
553         `wl-message-buffer-display'.
554
555         * Version number is increased to 2.13.1.
556
557 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
560         'elmo-multiple-fields-body-list' with boundary specified.
561
562 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
563
564         * wl-vars.el (wl-summary-resend-use-cache): New variable.
565         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
566         cache if `wl-summary-resend-use-cache' is non-nil.
567
568 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
569
570         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
571         (wl-nntp-posting-stream-type): Ditto.
572
573 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
574
575         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
576
577 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
578
579         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
580         message.
581
582 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
585         Abolish.
586         (wl-summary-buffer-persistent-mark-version): New internal
587         variable.
588         (wl-summary-update-mark-and-highlight-window): Check by
589         wl-summary-persistent-mark-invalid-p.
590         (wl-summary-update-status-marks): Ditto.
591         (elmo-event-handler-flag-changed): Rewrite.
592         (elmo-event-handler-cache-changed): Define.
593         (wl-summary-prefetch-msg): Does not update persistent mark here.
594         (wl-summary-delete-cache): Ditto.
595         (wl-summary-resume-cache-status): Ditto.
596         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
597         (wl-summary-persistent-mark-invalid-p): New function.
598         (wl-summary-validate-persistent-mark): Ditto.
599         (wl-summary-validate-persistent-mark-string): Ditto.
600         (wl-summary-invalidate-persistent-mark): Ditto.
601         (wl-summary-update-persistent-mark): Call
602         `wl-summary-validate-persistent-mark'.
603         (wl-summary-create-line): Call
604         `wl-summary-validate-persistent-mark-string'.
605
606         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
607         status as t if cache used.
608
609 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
610
611         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
612         only if the target is group.
613         * wl-folder.el (wl-folder-append-petname): Don't check group name.
614
615 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
616
617         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
618
619 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
620
621         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
622
623         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
624
625 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
626
627         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
628         (Thanks to Yoichi NAKAYAMA).
629
630 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl-util.el (wl-save-drafts): Restore echo area.
633
634 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
635
636         * Version number is increased to 2.13.0.
637
638         * wl-util.el (wl-biff-check-folder-async): Use
639         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
640
641 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-message.el (wl-message-display-internal): Does not put
644         wl-message-display-type property on message buffer.
645         (wl-message-buffer-display-type): New function.
646
647         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
648
649         * wl-summary.el (wl-summary-mode): Use `dolist' to add
650         `wl-summary-buffer-detach'.
651         (wl-summary-message-display-type): Use
652         `wl-summary-buffer-display-type'.
653
654 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
655
656         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
657         buffer-local.
658
659         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
660         kill-buffer-hook instead of make-local-variable.
661         (wl-draft-preview-message): Set `local' argument of add-hook as t.
662
663 2004-12-12  Scott Renfro <scott@renfro.org>
664
665         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
666         regex for square-branket.
667
668 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
671         `wl-message-mime-analysis-p' with argument `header'.
672
673 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
674
675         * wl-mime.el (wl-draft-yank-current-message-entity): 
676         Switch to no-mime following method according to wl-message-display-type
677         property.
678         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
679
680         * wl-message.el (wl-message-display-internal): 
681         Put wl-message-display-type property on message buffer.
682
683         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
684         (wl-message-display-internal): Ditto;
685
686         * wl-summary.el (wl-summary-toggle-mime): Ditto.
687
688 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-message.el (wl-message-make-display-type): New function.
691         (wl-message-display-type-property): Ditto.
692         (wl-message-mime-analysys-p): Ditto.
693         (wl-message-display-all-header-p): Ditto.
694         (wl-message-redisplay): Removed argument `as-is', `all-header' and
695         added `display-type'.
696         (wl-message-buffer-display): Likewise.
697         (wl-message-display-internal): Likewise.
698         (wl-message-buffer-display-type): Abolish.
699         (wl-message-buffer-prefetch-subr): Follow the API changed.
700
701         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
702         from wl-summary-buffer-display-all-header and changed default value.
703         (wl-summary-message-display-type): New function.
704         (wl-summary-buffer-display-mime-mode): Ditto.
705         (wl-summary-buffer-display-header-mode): Ditto.
706         (wl-summary-toggle-mime): Rewrite with above functions.
707         (wl-summary-toggle-all-header): Ditto.
708         (wl-summary-redisplay): Force redisplay with default mode.
709         (wl-summary-redisplay-internal): Renamed argument from `mode',
710         `all-header' to `mime-mode', `header-mode'.
711         Use `wl-message-make-display-type'.
712
713         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
714         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
715
716 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
717
718         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
719
720 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
721
722         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
723         in original message buffer.
724         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
725         buffer.
726
727 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
728
729         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
730
731 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
732
733         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
734
735 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
736
737         * wl-action.el (wl-summary-exec-action-refile): Display a done message
738         when actions succeeded.
739         (wl-summary-exec-action-copy): Likewise.
740
741 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
742
743         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
744         there is switch-to-buffer at the end of wl-message-select-buffer.
745         (wl-summary-reply): Ditto.
746
747 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-summary.el (wl-summary-forward): Put subject in original
750         message buffer as argument of wl-draft-forward.
751         * wl-draft.el (wl-draft-forward): Decode subject as in
752         wl-draft-reply.
753
754 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
755
756         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
757         a folder under access group.
758
759 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
760
761         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
762         wl-message-buffer-display.
763
764         * wl-util.el (wl-set-save-drafts): Fix typo.
765
766 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
769         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
770         wl-highlight-logo-face to set the bg color of an xbm image; fixed
771         the way to measure the width of a bitmap image; don't put face on
772         ascii and bitmap images; put the mark which should not use the
773         variable-pitch face on ascii and bitmap images.
774         (wl-demo-setup-properties): Don't use the variable-pitch face on
775         ascii and bitmap images; made it work on Emacs 20 and earlier.
776         (wl-demo-insert-text): End with a newline at the bottom; don't put
777         face on text.
778
779         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
780
781 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
782
783         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
784
785         * wl-util.el (wl-save-drafts): Moved from sample setting.
786         (wl-set-save-drafts): New function to set idle timer.
787         * wl-draft.el (wl-draft): Call it.
788         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
789
790 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
791
792         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
793         a summary which has toggle display status off.
794
795 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl-draft.el (wl-draft-do-fcc): No cache save.
798
799 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-summary.el (elmo-event-handler-flag-changed): Use
802         `set-buffer' instead of `with-current-buffer'.
803
804 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-summary.el (wl-summary-after-resize-function): New function.
807         (wl-summary-mode): Add `wl-summary-after-resize-function' to
808         window-size-change-functions.
809
810 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-draft.el (wl-draft-create-buffer): Bind
813         `change-major-mode-hook' after current buffer is changed.
814
815         * wl-summary.el (wl-summary-buffer-detach): New function.
816         (wl-summary-buffer-set-folder): Call it.
817         (wl-summary-mode): Add `wl-summary-buffer-detach' to
818         change-major-mode-hook and kill-buffer-hook.
819         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
820         (wl-summary-switch-to-clone-buffer): Ditto.
821         (wl-summary-goto-folder-subr): Ditto.
822
823 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
824
825         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
826         after boundp check.
827
828 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
831         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
832         for `kill-buffer'.
833
834         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
835         handler of current buffer from elmo-folder.
836
837 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
838
839         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
840
841 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
842
843         * wl-summary.el (wl-summary-buffer-event-handler): New internal
844         variable.
845         (wl-summary-event-handler): New class.
846         (elmo-event-handler-flag-changed): Define to update persistent
847         mark.
848         (wl-summary-buffer-set-folder): Register event handler to
849         elmo-folder.
850         (wl-summary-exit): Unregister event handler.
851         (wl-summary-goto-folder-subr): Ditto.
852         (wl-summary-mark-as-read-all): Does not call
853         `wl-summary-update-persistent-mark' directly.
854         (wl-summary-mark-as-read-internal): Ditto.
855         (wl-summary-set-persistent-mark-internal): Ditto.
856         (wl-summary-set-flags-internal): Ditto.
857
858         * Version number is increased to 2.11.33.
859
860 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
861
862         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
863         to nil.
864
865 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-spam.el (wl-spam-setup): Add hook
868         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
869         instead of `wl-summary-prepare-hook'.
870
871         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
872         if folder type is `'flag'.
873         (wl-summary-mark-as-important): Ditto.
874
875 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-address.el (wl-address-minibuffer-history): New variable.
878         (wl-address-minibuffer-local-map): New keymap.
879         (wl-address-read-from-minibuffer): New function.
880
881         * wl-action.el (wl-summary-get-resend-address): Use
882         `wl-address-read-from-minibuffer' instead of `completing-read'.
883
884 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * Version number is increased to 2.11.32.
887
888 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
889
890         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
891         without mule to iso-8859-1.
892         (wl-draft-add-in-reply-to): Add note in description.
893         (wl-draft-add-references): Ditto.
894
895 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
896
897         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
898         definition for `m'.
899         (wl-summary-mode-line-format): Add '[%m]'.
900         (wl-message-mode-line-format-spec-alist): Ditto.
901         (wl-summary-display-mime-mode-list): New variable.
902
903         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
904         from wl-summary-buffer-display-as-is.
905         (wl-summary-buffer-display-all-header): New buffer local variable.
906         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
907         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
908         instead of wl-summary-buffer-display-as-is.
909         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
910         (wl-summary-set-persistent-mark): Ditto.
911         (wl-summary-set-message-buffer-or-redisplay): Just call
912         `wl-summary-redisplay-internal' without optional arguments.
913         (wl-summary-toggle-mime): Rewrite.
914         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
915         (wl-summary-toggle-all-header): New function.
916         (wl-summary-redisplay-internal): Treat mime mode.
917
918         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
919         to wl-mime-preview-follow-no-mime.
920         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
921         accodring to the display-mode.
922
923         * wl-message.el (wl-message-buffer-display-type): Rewrite.
924         (wl-message-buffer-display): Changed argument name from `as-is' to
925         `mode'.
926         (wl-message-display-internal): Ditto;
927         Bind elmo-mime-display-header-analysis according to the mode.
928         (wl-message-display-internal): Put wl-message-display-mime-mode
929         property on entire buffer.
930
931 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
932
933         * wl-draft.el (wl-draft-do-fcc): Undo last change.
934
935 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
936
937         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
938         Don't extract mail address.
939         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
940
941         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
942
943         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
944
945 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
946
947         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
948         wl-fldmgr-cut-entity-list on confirmation.
949
950 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
951
952         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
953         (wl-mime-quit-preview): Check existence of
954         mime-edit-temp-message-buffer here.
955
956 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
959         after deletion.
960
961         * wl-draft.el (wl-draft-send-confirm): Check major-mode
962         before calling wl-mime-quit-preview.
963
964 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-summary.el (wl-summary-pick): If call it with prefix
967         argument, set `delete-marks' as non-nil. Pick from only visible
968         messages.
969         (wl-summary-check-target-mark): New function.
970         (wl-summary-target-mark-mark-as-read): Use it.
971         (wl-summary-target-mark-mark-as-unread): Ditto.
972         (wl-summary-target-mark-operation): Ditto.
973         (wl-summary-target-mark-set-flags): Ditto.
974         (wl-summary-target-mark-save): Ditto.
975         (wl-summary-target-mark-pick): Ditto.
976         (wl-summary-target-mark-forward): Ditto.
977         (wl-summary-target-mark-reply-with-citation): Ditto.
978         (wl-summary-target-mark-print): Ditto.
979         (wl-summary-target-mark-uudecode): Ditto.
980
981         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
982         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
983         with `ask-coding' is non-nil.
984
985 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-thread.el (wl-thread-set-parent): If parent is a message
988         which is identified by references, set linked as nil.
989
990 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
993         (wl-message-mode-line-format-spec-alist): Ditto.
994         (wl-message-mode-line-format): Ditto.
995         (wl-summary-mode-line-format): Ditto for docstring.
996         (wl-summary-no-mime-folder-list): Fix typo.
997
998         * wl-util.el (wl-current-message-buffer): Call
999         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1000
1001         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1002         variable.
1003         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1004         of `wl-summary-redisplay-no-mime'.
1005         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1006         (wl-summary-toggle-mime): New function.
1007         (wl-summary-redisplay-all-header): Rewrite.
1008         (wl-summary-redisplay-no-mime): Ditto.
1009         (wl-summary-redisplay-internal): Added argument `as-is' and
1010         `all-header'.
1011
1012         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1013         New variable.
1014         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1015         bottom.
1016         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1017         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1018         "/" unconditionally.
1019
1020         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1021         wl-mime-preview-follow-no-mime for as-is content.
1022         (wl-mime-preview-follow-no-mime): New function.
1023         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1024
1025         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1026         and added `as-is', `all-header'.
1027         (wl-message-buffer-display): Ditto.
1028         (wl-message-buffer-display-type): New function.
1029
1030 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1031
1032         * wl-vars.el (wl-message-header-button-alist): Change default
1033         value.
1034         (wl-message-body-button-alist): Ditto.
1035
1036 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1037
1038         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1039
1040 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1043
1044 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1045
1046         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1047         is always true.
1048
1049 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1052         on null entity.
1053
1054 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1055
1056         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1057
1058 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-vars.el (wl-summary-resend-hook): New hook.
1061
1062         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1063         `wl-summary-resend-hook'.
1064
1065 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1066
1067         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1068         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1069         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1070         (wl-summary-new-cached-mark): Changed default value to 'n'.
1071         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1072         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1073         (wl-folder-sync-range-alist): Remove spec for 'flag.
1074         (wl-summary-force-prefetch-folder-list): New user option.
1075
1076         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1077         `wl-summary-toggle-persistent-mark'.
1078         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1079         number is nil.
1080         (wl-summary-mark-as-answered-region): Set interactive argument of
1081         `wl-summary-set-persistent-mark-internal'.
1082         (wl-summary-mark-as-important-region): Ditto.
1083         (wl-summary-unset-persistent-mark): Ditto.
1084         (wl-summary-set-persistent-mark): Ditto.
1085         (wl-summary-mark-as-answered): Ditto.
1086         (wl-summary-mark-as-important): Ditto.
1087         (wl-summary-set-persistent-mark-internal): Do nothing
1088         when `elmo-message-flag-available-p' is nil.
1089         (wl-summary-toggle-persistent-mark): New function.
1090         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1091         when the folder matches `wl-summary-force-prefetch-folder-list'.
1092
1093
1094         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1095         when number is nil.
1096         (wl-highlight-summary-forwarded-face): New face.
1097
1098 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1099
1100         * Version number is increased to 2.11.31.
1101
1102 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1103
1104         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1105         (wl-biff-check-folder-async): Ditto.
1106         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1107
1108 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1109
1110         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1111         Add an argument `reverse'.  All callers are updated.
1112         (wl-summary-sort): Add a prefix argument `reverse' to specify
1113         reverse sorting.
1114         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1115         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1116         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1117
1118 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-message.el (wl-message-redisplay): Does not narrow header if
1121         disply-type is all-header or as-is.
1122
1123         * wl-summary.el (wl-summary-enter-handler): Use
1124         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1125
1126 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1127
1128         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1129         after adding wl-draft-parent-variables.
1130         (wl-draft-forward): Ditto.
1131
1132 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-summary.el (wl-summary-sync-marks): Call
1135         `wl-summary-set-persistent-mark' and
1136         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1137         (wl-summary-set-persistent-mark-internal): Add 4th argument
1138         `no-server'.
1139         (wl-summary-unset-persistent-mark): Ditto.
1140         (wl-summary-set-persistent-mark): Ditto.
1141         (wl-summary-add-flags-internal): Abolish.
1142         (wl-summary-remove-flags-internal): Ditto.
1143         (wl-summary-mark-as-important-internal): Ditto.
1144         (wl-summary-mark-as-important): Use
1145         `wl-summary-set-persistent-mark' instead of
1146         `wl-summary-add-flags-internal'.
1147         (wl-summary-mark-as-important-region): Ditto.
1148
1149         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1150
1151         * wl-summary.el (wl-summary-get-available-flags): New function.
1152         (wl-summary-sync-marks): Use it and simplified.
1153         (wl-summary-unset-persistent-mark): Use
1154         `wl-summary-get-available-flags'.
1155         (wl-summary-set-persistent-mark): Ditto.
1156
1157 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1158
1159         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1160         id.
1161
1162 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1165         number, call `wl-summary-prev-line-content'. Show message when the
1166         message is not found.
1167
1168 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1169
1170         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1171         wl-summary-enter-handler.
1172         (wl-summary-enter-handler): New command.
1173
1174         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1175         docstring and custom spec.
1176
1177         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1178         flags too; Don't treat Cached and New.
1179         (wl-summary-set-persistent-mark): Ditto.
1180
1181         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1182         `wl-folder-set-flag'.
1183
1184         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1185         instead of `wl-folder-set-flag'.
1186
1187         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1188         for completion.
1189         (wl-summary-set-persistent-mark): Ditto.
1190
1191         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1192         instead of `wl-draft-quit-preview'.
1193
1194         * wl-mime.el (toplevel): Avoid compile warning.
1195         (wl-mime-quit-preview): New function
1196         (formarly defined as `wl-draft-quit-preview').
1197         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1198         quitting method.
1199
1200         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1201
1202         * wl-folder.el (wl-folder-set-flag): Renamed from
1203         `wl-draft-set-flag-on-parent'.
1204
1205         * wl-draft.el (wl-draft-quit-preview): New function.
1206         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1207         (wl-draft-send): Call `wl-folder-set-flag' instead of
1208         `wl-draft-set-flag-on-parent'.
1209         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1210
1211 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1214         (wl-draft-send): Ditto.
1215
1216 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1217
1218         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1219         (wl-draft-kill-pre-hook): Set default value as nil.
1220         (wl-summary-reply-hook): Ditto.
1221         (wl-draft-kill-flags): Abolish.
1222
1223         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1224         (wl-draft-parent-variables): Renamed from
1225         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1226         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1227         argument; Add wl-draft-parent-variables to
1228         wl-draft-config-variables.
1229         (wl-draft-reply): Likewise.
1230         (wl-draft-kill-flags): Abolish.
1231         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1232         (wl-draft-set-flag-on-parent): New function.
1233         (wl-draft-setup-parent-flag): Ditto.
1234
1235 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1236
1237         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1238         `wl-draft-parent-folder' is "".
1239
1240 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1241
1242         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1243         (wl-summary-digit-jump): New function.
1244         (Adviced by John Owens and Hiroya Murata)
1245
1246         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1247         (Adviced by John Owens)
1248
1249         * wl-xmas.el (wl-message-define-keymap): Ditto.
1250
1251         * wl-mule.el (wl-message-define-keymap): Ditto.
1252
1253 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1256         change of return value of elmo-folder-count-flags.
1257
1258         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1259         (wl-summary-mark-as-read-internal): Ditto.
1260         (wl-summary-set-persistent-mark-internal): Ditto.
1261         (wl-summary-folder-info-update): Ditto.
1262         (wl-summary-sync-update): Fixed the last change.
1263
1264         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1265
1266 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1269         (wl-draft-kill-flags): Fixed docstring.
1270
1271         * wl-draft.el (wl-draft-kill-flags): New function.
1272         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1273
1274 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * wl-vars.el (wl-reply-hook): Abolish.
1277         (wl-draft-reply-hook): New hook.
1278         (wl-summary-reply-hook): Ditto.
1279         (wl-draft-forward-hook): Ditto.
1280         (wl-summary-forward-hook): Ditto.
1281         (wl-draft-kill-flags): New variable.
1282
1283         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1284         wl-summary-set-persistent-mark-internal.
1285         (wl-summary-sync-marks): Use elmo-preserved-flags.
1286         (wl-summary-update-persistent-mark): Make it interactive.
1287         (wl-summary-set-persistent-mark-internal): New inline function.
1288         (wl-summary-mark-as-answered): Use it.
1289         (wl-summary-mark-as-unanswered): Ditto.
1290         (wl-summary-unset-persistent-mark): New function.
1291         (wl-summary-set-persistent-mark): Ditto.
1292         (wl-summary-reply): Don't set answered flag;
1293         Run wl-summary-reply-hook instead.
1294         (wl-summary-forward): Call wl-draft-forward with number.
1295         Run wl-summary-forward-hook.
1296
1297         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1298         (wl-highlight-summary-line-face-spec): Use it as a default
1299         persistent mark face.
1300
1301         * wl-draft.el (wl-draft-forward): Added optional argument number;
1302         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1303         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1304         (wl-draft-kill): Use wl-draft-kill-flags.
1305
1306         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1307
1308         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1309         of return value of elmo-folder-count-flags.
1310
1311         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1312
1313         * wl-summary.el (wl-summary-count-unread): Ditto.
1314         (wl-summary-sync-update): Follow the change above.
1315         (wl-summary-force-prefetch): New function.
1316
1317 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1318
1319         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1320         variable `buf' with `let' instead of `setq'.
1321
1322 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1323
1324         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1325         add Content-Disposition heaeder on the deleted part.
1326
1327 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1328
1329         * wl-draft.el (wl-draft-save): Encode address list under edit by
1330         `eword-encode-unstructured-field-body'.
1331
1332         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1333
1334 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1335
1336         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1337         wl-current-summary-buffer.
1338
1339 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1340
1341         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1342         `numbers' is ignored.
1343
1344 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1345
1346         * wl-folder.el (wl-folder-open-folder): Avoid error.
1347         Reported by John Owens, [wl-en:815]
1348
1349         * wl.el (wl): Set timer for biff process even if prefix argument
1350         is given or auto-checking is quitted.
1351
1352         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1353         immediately.
1354         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1355         (wl-toggle-plugged): Ditto.
1356
1357         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1358         * wl-util.el (wl-biff-start): Use idle timer if
1359         `wl-biff-use-idle-timer' is non-nil.
1360
1361 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1362
1363         * wl-highlight.el (wl-highlight-message): Fix description.
1364
1365 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1366
1367         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1368         tty.
1369
1370 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * wl-action.el (wl-summary-exec): Print failure count.
1373
1374 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1375
1376         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1377         to `defun', remove interactive form.
1378         Set elmo-message-fetch-confirm when force-reload is non-nil.
1379
1380 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-summary.el (toplevel): Removed unnecessary autoload.
1383
1384 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1387         the buffer is generated from another message buffer.
1388
1389 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1390
1391         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1392         extracted from `wl-fldmgr-save-folders'.
1393         (wl-fldmgr-delete): Call it after deletion.
1394
1395 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1398         multi-tty support.
1399
1400 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1401
1402         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1403
1404 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1405
1406         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1407         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1408
1409 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1410
1411         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1412         unsubscribe list only if argument CLEAR is nil.
1413
1414 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-draft.el (wl-draft-reply): Decode subject before removing
1417         Re: prefix.
1418
1419 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1420
1421         * wl-summary.el (wl-summary-sort-by-size): New command.
1422
1423 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1424
1425         * wl-summary.el (wl-summary-number-list-from-region): New
1426         function.
1427         (wl-summary-mark-as-read-region): Use it.
1428         (wl-summary-mark-as-unread-region): Ditto.
1429         (wl-summary-set-flags-region): Ditto and add optional argument
1430         remove.
1431         (wl-summary-mark-as-answered-region): Ditto.
1432         (wl-summary-mark-as-important-region): Ditto.
1433         (wl-summary-target-mark-mark-as-important): Added optional
1434         argument remove.
1435         (wl-summary-target-mark-mark-as-answered): Ditto.
1436         (wl-summary-target-mark-set-flags): Ditto.
1437
1438 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1439
1440         * wl-summary.el (wl-summary-set-flags-region): Call
1441         `wl-summary-set-flags-internal' with number list instead of call
1442         one by each message.
1443         (wl-summary-target-mark-set-flags): Likewise.
1444
1445 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1448         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1449         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1450         (wl-summary-target-mark-mark-as-answered): Likewise.
1451
1452 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1453
1454         * wl-summary.el (wl-summary-target-mark-forward): Use
1455         `wl-summary-delete-all-target-marks' instead of
1456         `wl-summary-delete-all-temp-marks'.
1457         (wl-summary-target-mark-reply-with-citation): Ditto.
1458         (wl-summary-target-mark-uudecode): Ditto.
1459         (wl-summary-target-mark-set-flags): Ditto and remove needless
1460         cursor move.
1461
1462 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1463
1464         * wl-summary.el (wl-summary-target-mark-forward): Protect
1465         wl-summary-buffer-target-mark-list from nreverse.
1466         (wl-summary-target-mark-reply-with-citation): Ditto.
1467
1468 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1469
1470         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1471         `elmo-display-progress-threshold'.
1472
1473 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1474
1475         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1476         check `wl-summary-highlight'.
1477         (wl-summary-window-scroll-functions): Respect value of
1478         `wl-summary-highlight'.
1479         (wl-summary-sync-update): Run hooks
1480         `wl-summary-buffer-window-scroll-functions' at any time.
1481
1482 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1485         from `wl-summary-cleanup-temp-marks'.
1486         (wl-summary-cleanup-temp-marks): Abolish argument.
1487         * wl.el (wl-save-status): Revert previous change.
1488         (wl-execute-temp-marks): New function, call
1489         `wl-summary-exec-with-confirmation'.
1490         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1491         (wl-folder-save-and-exec-marks): Abolished.
1492
1493 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1494
1495         * wl-e21.el (wl-e21-display-image-p): Respect
1496         `wl-highlight-folder-with-icon'.
1497         (wl-e21-highlight-folder-group-line): Highlight mouse line
1498         even if wl-e21-display-image-p is nil.
1499
1500         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1501         Respect value of `wl-summary-highlight'.
1502
1503         * wl.el (wl-save-status): Remove unused variable.
1504
1505         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1506         (wl-folder-mode-map): Bind it to "x".
1507
1508 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1511
1512         * wl-thread.el (wl-thread-get-parent-list): Don't check
1513         disconnected ancestors, neglecting needless work in
1514         `wl-thread-update-indent-string-thread'.
1515
1516         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1517         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1518         argument, add argument default-keep to keep marks by default.
1519
1520         * Version number is increased to 2.11.30.
1521
1522         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1523         customization type and docstring.
1524         (wl-draft-reply-without-argument-list): Ditto.
1525
1526 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1529
1530         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1531
1532 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1533
1534         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1535
1536 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1537
1538         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1539         save-excursion so as not to include run-hooks.
1540
1541 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1542
1543         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1544         Clarify that marks are going to be cleared.
1545
1546 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1549         according to 3rd element of wl-summary-flag-mark.
1550
1551         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1552
1553 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-action.el (wl-summary-target-mark-all): Don't set
1556         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1557
1558 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1559
1560         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1561         (wl-forward-subject-prefix): Ditto.
1562         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1563         (wl-draft-reply-make-subject): Ditto.
1564
1565         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1566         `wl-draft-forward'.
1567         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1568
1569 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1570
1571         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1572         target message does not exist.
1573
1574 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1575
1576         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1577         `wl-subject-prefix-regexp'.
1578         (wl-subject-forward-prefix-regexp): New variable.
1579         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1580         `wl-draft-strip-subject-re' and take regexp as argument.
1581         (wl-draft-forward): Use it.
1582         (wl-draft-reply): Ditto.
1583
1584 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1585
1586         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1587         emacs multi-tty support.
1588
1589 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1590
1591         * wl-e21.el (wl-e21-display-image-p): Don't call
1592         `display-images-p'.
1593         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1594         support.
1595         (wl-highlight-folder-current-line): Ditto.
1596         (wl-folder-init-icons): Ditto.
1597
1598 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1601         the last line of summary in unplugged mode.
1602
1603 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1604
1605         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1606
1607 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1610         * wl-address.el (wl-address-user-mail-address-p): Use it.
1611         (wl-address-delete-user-mail-addresses): Ditto.
1612         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1613
1614         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1615         (wl-address-delete-user-mail-addresses): Ditto.
1616
1617         * wl-address.el (wl-address-delete-user-mail-addresses): New
1618         function.
1619         * wl-refile.el (wl-refile-guess-by-history): Use it.
1620         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1621         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1622
1623         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1624         use wl-address-user-mail-address-p.
1625
1626 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1629         after opening group.
1630
1631 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1632
1633         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1634         of elmo-set-buffer-multibyte.
1635
1636         * wl-message.el (wl-original-message-mode): Ditto.
1637
1638         * wl-score.el (wl-score-insert-header): Ditto.
1639
1640         * wl-summary.el
1641         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1642         (wl-summary-goto-folder-subr): Ditto.
1643         (wl-summary-insert-headers): Ditto.
1644
1645         * wl-util.el (wl-set-string-width): Ditto.
1646
1647         * Version number is increased to 2.11.29.
1648
1649 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1650
1651         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1652         (wl-highlight-summary-line-help-echo-alist): New variable.
1653         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1654         into `wl-highlight-summary-line-help-echo' and
1655         `wl-highlight-flag-folder-help-echo'.
1656         (wl-highlight-summary-line-string): Change accordingly.
1657         (wl-highlight-summary-current-line): Ditto.
1658
1659 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1660
1661         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1662         at the beginning of field body (Thanks to Markus Knittig).
1663
1664         * wl-draft.el (wl-draft-insert-current-message): Also check
1665         summary buffer, remove unnecessary tag.
1666
1667 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1670         when wl-message-buffer is nil.
1671
1672         * wl-folder.el (wl-folder): Abolish unused argument.
1673         Call wl-folder-init when wl-folder-entity is nil.
1674         * wl.el (wl): Change accordingly.
1675
1676 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1679         multibyte string before insert into draft buffer.
1680         (wl-draft-create-buffer): Always enable multibyte characters for
1681         draft buffer.
1682
1683         * Version number is increased to 2.11.28.
1684
1685 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1686
1687         * wl-folder.el (wl-folder-open-close): Handle blank line.
1688         (wl-folder-jump-to-current-entity): Ditto.
1689
1690 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * Version number is increased to 2.11.27.
1693
1694 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-thread.el (wl-thread-insert-message): When the thread is
1697         devided by wl-summary-max-thread-depth, insert line at the end of
1698         buffer.
1699
1700 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1701
1702         * Version number is increased to 2.11.26.
1703
1704 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1705
1706         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1707
1708 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1711         value of stream-type and session.
1712
1713 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1714
1715         * Version number is increased to 2.11.25.
1716
1717 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1718
1719         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1720         in a quit message.
1721
1722 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1723
1724         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1725         (wl-summary-redisplay-no-mime-internal): Ditto.
1726
1727 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1728
1729         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1730         * wl-vars.el (wl-smtp-connection-type): Ditto.
1731
1732 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1733
1734         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1735         for the separator line and quote mail-header-separator.
1736
1737 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1738
1739         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1740         result message.
1741
1742         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1743         `elmo-multiple-fields-body-list' with boundary as
1744         mail-header-separator.
1745
1746 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1747
1748         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1749
1750 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1751
1752         * wl-util.el (wl-list-diff): Remove unused function.
1753
1754         * wl-draft.el (wl-draft-send-confirm): Discard input before
1755         confirmation.
1756
1757 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1760         order of flag and new.
1761
1762 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * wl-vars.el (wl-refile-policy-alist): Abolished.
1765
1766         * wl-action.el (wl-summary-set-action-refile): Follow the change
1767         above.
1768
1769 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * wl-highlight.el (wl-highlight-signature-search): Don't use
1772         re-search-backward for a long word since it is possible to crash
1773         XEmacs because of a bug.
1774
1775 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1776
1777         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1778
1779 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1782         argument for wl-summary-sync-force-update.
1783
1784 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1785
1786         * wl-summary.el (wl-summary-mode-map): Revival of
1787         wl-summary-mark-as-important related bindings;
1788         Bind 'F','tF','mF','rF','m&'.
1789         (wl-summary-mark-as-important-region): Revival.
1790         (wl-summary-target-mark-mark-as-important): Ditto.
1791         (wl-summary-target-mark-operation): New function.
1792         (wl-summary-target-mark-mark-as-answered): Use it.
1793         (wl-summary-decide-flag): Don't set Important as default.
1794         (wl-summary-mark-as-important-internal): Revival.
1795         (wl-summary-mark-as-important): Ditto.
1796
1797         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1798
1799         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1800         instead of facep.
1801
1802 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1803
1804         * wl-dnd.el (wl-dnd-drop-func): Fix.
1805
1806         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1807         mouse-set-point instead of posn-point.
1808
1809         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1810
1811         * wl-mule.el (wl-completing-read-multiple): Ditto.
1812
1813 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-demo.el (face-background-name): Defalias to avoid compile
1816         warning.
1817
1818 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1819
1820         * wl-summary.el (wl-summary-decide-flag): Use
1821         wl-completing-read-multiple instead of completing-read-multiple.
1822
1823         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1824         New alias.
1825
1826         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1827         Use face-background-name instead of face-background.
1828
1829         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1830
1831         * wl-summary.el (wl-summary-save): Use it.
1832         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1833
1834         * wl-mime.el (wl-mime-save-content): Fix last change.
1835
1836 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1837
1838         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1839         New function.
1840         (wl-summary-sort-specs): Added sort.
1841         * wl-mime.el (wl-mime-save-content): Expand file name.
1842
1843 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1844
1845         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1846
1847         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1848
1849 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1852         for flag if it is not defined.
1853
1854 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1855
1856         * wl-e21.el (wl-highlight-folder-current-line): Use
1857         elmo-folder-type-internal when elmo-folder-type returns nil.
1858
1859         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1860
1861         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1862
1863         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1864
1865         * wl-e21.el (wl-summary-toolbar): Ditto.
1866
1867         * wl-vars.el (wl-demo-background-color): Abolished.
1868         (wl-summary-persistent-mark-priority-list): Renamed from
1869         wl-summary-flag-priority-list.
1870         (wl-summary-flag-alist): New user option.
1871         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1872         (wl-message-mode-line-format-spec-alist): Added 'F'.
1873         (wl-message-mode-line-format): Likewise.
1874         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1875         instead of wl-summary-important-mark.
1876         (wl-file-folder-icon): New variable.
1877
1878         * wl-thread.el (wl-thread-set-flags): Renamed from
1879         wl-thread-mark-as-important.
1880
1881         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1882         warning.
1883         (wl-summary-mode-menu-spec): Follow the change of 
1884         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1885         (wl-summary-mode-map): Follow the change of
1886         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1887         (wl-summary-detect-mark-position): Follow the variable name change.
1888         (wl-summary-set-flags-region): New function for the replacement of
1889         wl-summary-mark-as-important-region.
1890         (wl-summary-sync-marks): Sync all global-flags.
1891         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1892         instead of elmo-message-flagged-p.
1893         (wl-summary-persistent-mark-string): Follow the variable name change;
1894         Put wl-summary-flag-mark if the message has global-flag.
1895         (wl-summary-target-mark-set-flags): Renamed from 
1896         wl-summary-target-mark-mark-as-important.
1897         (wl-summary-decide-flag): New function.
1898         (wl-summary-set-flags-internal): Renamed from
1899         wl-summary-mark-as-important-internal.
1900         (wl-summary-add-flags-internal): New function.
1901         (wl-summary-remove-flags-internal): Ditto.
1902         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1903         (wl-summary-mark-as-unimportant): Abolish.
1904         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1905         (wl-summary-next-message): List flagged messages in the msgdb.
1906
1907         * wl-score.el (wl-summary-score-update-all-lines): Use
1908         wl-summary-add-flags-internal instead of 
1909
1910         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1911
1912         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1913         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1914         (wl-message-buffer-require-all-header): Renamed from
1915         wl-message-buffer-all-header-flag (Ditto).
1916         (wl-message-buffer-flag-indicator): New variable.
1917         (wl-message-redisplay): Changed local varibale name from `flag' to
1918         `display-type'; Set up wl-message-buffer-flag-indicator.
1919         (wl-message-buffer-display): Changed varibale name from `flag' to
1920         `display-type'.
1921         (wl-message-display-internal): Likewise.
1922
1923         * wl-highlight.el (wl-highlight-demo-face): Define default background
1924         color.
1925         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1926
1927         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1928
1929         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1930         (wl-demo-setup-properties): Renamed from
1931         `wl-demo-set-background-color'.
1932         (wl-demo): Follow the change above.
1933         
1934         * Version number is increased to 2.11.24.
1935
1936 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * wl-summary.el (wl-summary-toggle-thread): Call
1939         `wl-summary-rescan' with disable-thread as non-nil.
1940         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1941
1942 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1943
1944         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1945         foreground property of the face.
1946         (wl-demo-insert-text): Don't set up face property here.
1947         (wl-demo): Call wl-demo-set-background-color, anyway.
1948
1949 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1950
1951         * wl-vars.el (wl-demo-background-color): The value can be nil.
1952
1953 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1954
1955         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1956         to wl-summary-wheel-dispatcher.
1957
1958         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1959         wl-message-wheel-dispatcher.
1960         (wl-message-wheel-dispatcher): New function.
1961         (wl-summary-wheel-dispatcher): Ditto.
1962
1963 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1964
1965         * wl-action.el (wl-summary-target-mark-all): List messages which are
1966         not in the killed-list.
1967
1968         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1969         only when the folder is 'flag/important.
1970
1971         * wl-address.el (wl-complete-field-body): Complete if the last
1972         character is a space.
1973
1974 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-folder.el (wl-folder-clear-entity-info): Use
1977         elmo-clear-hash-val.
1978
1979         * wl-fldmgr.el (wl-fldmgr-rename): Set
1980         wl-folder-info-alist-modified as t.
1981
1982 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1983
1984         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1985
1986 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1989         (wl-folder-buffer-last-visited-entity-id): New buffer local
1990         variable.
1991         (wl-folder-revisit-last-visited-folder): New function.
1992         (wl-folder-mode-map): Bind it to "C-i".
1993         (wl-folder-set-current-entity-id): Set last visited folder.
1994         * wl-summary.el (wl-summary-exit): Ditto.
1995
1996 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1997
1998         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1999         before calling `recenter' in order to cope with an XEmacs bug.
2000
2001 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2002
2003         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2004         to the default value.
2005
2006 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2007
2008         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2009         change.
2010         (wl-summary-sync-marks): Ditto.
2011         (wl-summary-mark-as-read-internal): Ditto.
2012         (wl-summary-mark-as-answered-internal): Ditto.
2013         (wl-summary-mark-as-important-internal): Ditto.
2014         (wl-summary-reply): Ditto.
2015
2016         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2017         instead of `elmo-folder-unflag-answered'.
2018
2019         * Version number is increased to 2.11.23.
2020
2021         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2022         the last change.
2023
2024 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2025
2026         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2027         Specify "spam" or "good".
2028
2029 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2030
2031         * wl-spam.el (wl-summary-exec-action-spam): Call
2032         wl-folder-confirm-existence for spam folder.
2033         (wl-spam-setup): Bind "mk".
2034
2035 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2038
2039 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2042         destination folder is empty.
2043
2044 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2045
2046         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2047         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2048
2049         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2050         (wl-summary-refile-prev-destination-region): New function.
2051         (wl-thread-refile-prev-destination): Ditto.
2052         (wl-summary-target-mark-refile-prev-destination): Ditto.
2053
2054 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2055
2056         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2057         (wl-demo-background-color): Changed default value.
2058
2059         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2060         color.
2061
2062         * wl-demo.el (wl-demo-set-background-color): New function.
2063         (wl-demo): Call it.
2064
2065 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2068         * wl-address.el (wl-address-add-or-change): Don't add empty
2069         address.
2070
2071 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2072
2073         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2074
2075 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2076
2077         * wl-vars.el (wl-demo-image-filter-alist): New variable
2078         (wl-demo-background-color): Ditto.
2079
2080         * wl-demo.el (wl-demo-xpm-set-background): New function.
2081         (wl-demo-image-filter): Ditto.
2082         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2083
2084         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2085
2086         * wl-demo.el (wl-demo-icon-name): Define as function.
2087         (wl-demo-insert-image): Use it.
2088
2089 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2090
2091         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2092
2093 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2094
2095         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2096
2097 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2098
2099         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2100
2101 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2102
2103         * wl-thread.el (wl-thread-mark-as-answered): New function.
2104
2105         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2106         answered" entry.
2107         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2108         "r&" and wl-thread-mark-as-answered to "t&".
2109         (wl-summary-mark-as-important-region): Refine to toggle mark.
2110         (wl-summary-mark-as-answered-region): New function.
2111         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2112         and 3rd argument.
2113         (wl-summary-mark-as-important-internal): Likewise.
2114
2115 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2116
2117         * wl-template.el (wl-template-preview): New internal variable.
2118         (wl-template-preview-p): New function.
2119         (wl-template-show): Bind `wl-template-preview' as t.
2120
2121 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2122
2123         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2124         `elmo-message-entity-field' with 3rd argument which is non-nil.
2125
2126 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2127
2128         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2129         Removed duplicate local bind `folder'.
2130
2131 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2134
2135 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2138         duplicate definition.
2139
2140 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2141
2142         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2143         non-nil, use it; Don't fetch message if there's no message in the
2144         current cursor position.
2145
2146 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2147
2148         * wl-util.el (wl-region-exists-p): Use region-active-p.
2149         (wl-deactivate-region): New function.
2150         * wl-message.el (wl-message-redisplay): Deactivate region.
2151
2152         * wl-summary.el (wl-summary-reply): Call
2153         `wl-summary-set-message-buffer-or-redisplay' instead of
2154         `wl-summary-redisplay-internal', don't move point.
2155
2156 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2157
2158         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2159         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2160         by regexp.
2161
2162 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2165         if no need.
2166
2167 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2168
2169         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2170         default value to nil.
2171         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2172         `wl-summary-prepare-hook'; Replace refile action to
2173         `wl-summary-exec-action-refile-with-register'.
2174
2175         * Version number is increased to 2.11.22.
2176
2177 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2178
2179         * wl-summary.el (wl-summary-detect-mark-position): Set
2180         `wl-summary-buffer-weekday-name-lang'.
2181
2182 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2183
2184         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2185         (wl-summary-mark-as-read-all): Ditto.
2186         (wl-summary-delete-messages-on-buffer): Ditto.
2187         (wl-summary-sync-update): Ditto.
2188         (wl-summary-mark-as-read-internal): Ditto.
2189         (wl-summary-mark-as-answered-internal): Ditto.
2190         (wl-summary-update-folder-info): Abolished.
2191
2192 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2193
2194         * wl-summary.el (wl-summary-mark-as-read-all): Use
2195         `wl-summary-update-folder-info' instead of
2196         `wl-folder-update-unread'.
2197
2198 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2199
2200         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2201         `wl-summary-folder-info-update'.
2202         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2203         instead of `wl-summary-folder-info-update'.
2204         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2205         `wl-folder-set-folder-updated'.
2206         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2207         instead of `wl-folder-update-unread'.
2208         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2209         the value of `wl-summary-buffer-unread-count' for the second parameter of
2210         `wl-folder-update-unread'.
2211
2212         * Version number is increased to 2.11.21.
2213
2214 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2215
2216         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2217         a local variable.
2218
2219 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2220
2221         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2222         interactively.
2223
2224         * wl-summary.el (wl-summary-mark-as-important-internal): New
2225         internal function.
2226         (wl-summary-mark-as-important): Use it.
2227         (wl-summary-mark-as-unimportant): New function.
2228         (wl-summary-sync-marks): Follow the API change.
2229
2230         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2231
2232         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2233
2234 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2235
2236         * wl-folder.el (wl-folder-update-unread): Re-indent.
2237         Narrow the scope of a local variable.
2238
2239 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2242         (wl-addrmgr-merge-entries): Ditto.
2243         (wl-addrmgr): Added to address entry which exists in draft buffer
2244         if no entry is in original.
2245
2246 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2247
2248         * wl-batch.el: New file.
2249
2250 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2251
2252         * wl-vars.el (wl-use-semi): Remove unused variable.
2253
2254 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2255
2256         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2257         "?".
2258
2259 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2262         wl-summary-new-mark.
2263         (wl-summary-new-cached-mark): New user option.
2264         (wl-summary-score-marks): Follow the change above.
2265         (wl-summary-auto-refile-skip-marks): Ditto.
2266         (wl-summary-incorporate-marks): Ditto.
2267         (wl-summary-expire-reserve-marks): Ditto.
2268
2269         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2270
2271         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2272         (wl-summary-persistent-mark-string): Distinguished between cached
2273         and uncached mark when the message is new.
2274
2275 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2276
2277         * wl-spam.el (wl-spam-domain): Renamed from
2278         `wl-spam-folder-guess-domain'.
2279         (wl-summary-exec-action-spam): Register as spam if domain of the
2280         source folder is good.
2281         (wl-summary-exec-action-refile-with-register): Register message if
2282         domain of the source folder is not undecided.
2283
2284 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2285
2286         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2287         detect thread loop.
2288
2289 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2290
2291         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2292         and wl-summary-skip-mark-list.
2293
2294 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2295
2296         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2297
2298         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2299
2300         * wl-spam.el (toplevel): Require wl-highlight.
2301         (wl-spam-auto-check-policy-alist): Abolish.
2302         (wl-spam-auto-check-folder-regexp-list): New user option.
2303         (wl-spam-auto-check-marks): Ditto.
2304         (wl-spam-mark-action-list): Ditto.
2305         (wl-highlight-summary-spam-face): New face.
2306         (wl-spam-auto-check-message-p): New function.
2307         (wl-spam-map-spam-messages): Fixed message.
2308         (wl-spam-register-spam-messages): Ditto.
2309         (wl-spam-register-good-messages): Ditto.
2310         (wl-summary-spam-map): Add and remove keybind.
2311         (wl-summary-target-mark-spam): Abolish.
2312         (wl-summary-refile-spam): Ditto.
2313         (wl-summary-test-spam): New function.
2314         (wl-summary-mark-spam): Ditto.
2315         (wl-summary-auto-check-spam): Follow the above change.
2316         (wl-summary-exec-action-spam): New function.
2317         (wl-summary-exec-action-refile-with-register): Fixed message.
2318         (wl-message-check-spam): New function.
2319         (wl-spam-setup): Ditto.
2320         (toplevel): Call it if this file is loaded interactivity.
2321
2322         * Version number is increased to 2.11.20.
2323
2324 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2325
2326         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2327         when new optional argument `force' is non nil or modified.
2328
2329 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2330
2331         * wl.el (toplevel): Require wl-spam when compile.
2332         (wl-save-status): Call wl-spam-save-status.
2333
2334         * wl-spam.el (wl-spam-register-spam-messages): New function.
2335         (wl-spam-register-good-messages): Ditto.
2336         (wl-spam-save-status): Ditto.
2337         (wl-summary-mode-map): Bind
2338         wl-summary-target-mark-register-as-spam to "ms" and
2339         wl-summary-target-mark-register-as-good to "mn".
2340         (wl-summary-register-as-spam): Abolish optional argument; Use
2341         wl-spam-register-spam-messages.
2342         (wl-summary-register-as-spam-all): Use
2343         wl-spam-register-spam-messages.
2344         (wl-summary-register-as-good): Abolish optional argument; Use
2345         wl-spam-register-good-messages.
2346         (wl-summary-register-as-good-all): Use
2347         wl-spam-register-good-messages.
2348         (wl-summary-target-mark-register-as-spam): New funtion.
2349         (wl-summary-target-mark-register-as-good): Ditto.
2350
2351 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2352
2353         * wl-spam.el: New file.
2354
2355 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2358
2359         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2360         (wl-summary-auto-refile): Call wl-refile-guess with
2361         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2362
2363 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2366         with disable-thread argument non-nil.
2367
2368 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2369
2370         * wl-summary.el (wl-summary-rescan): Added optional argument
2371         disable-thread.
2372         (wl-summary-sync): Call wl-summary-rescan with argument
2373         disable-thread.
2374         (wl-summary-input-range): Added new range `rescan-thread'.
2375
2376 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2377
2378         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2379
2380 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2383         internal variable.
2384         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2385         wl-summary-search-parent-by-subject-regexp and
2386         wl-summary-divide-thread-when-subject-changed as nil.
2387         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2388         (wl-summary-insert-thread): Search parent entity from
2389         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2390         thread loop.
2391
2392 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2395
2396         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2397
2398         * wl-util.el (wl-require-update-all-folder-p): New function.
2399         (wl-get-assoc-list-value): Added `function' to match directive.
2400         (wl-collect-draft): Rewrite.
2401
2402         * wl-summary.el (wl-summary-sync-update): Clear faces
2403         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2404         are non-nil.
2405         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2406         argument as function.
2407         (wl-summary-input-range): Ditto.
2408
2409         * wl-folder.el (wl-draft-get-folder): New function.
2410         (wl-folder-get-elmo-folder): Consider draft folder.
2411
2412         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2413         (wl-draft-buffer-message-number): New buffer local variable.
2414         (wl-draft-folder-internal): New internal variable.
2415         (wl-draft-delete): Rewrite.
2416         (wl-draft-save): Ditto.
2417         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2418         wl-folder-get-elmo-folder.
2419         (wl-draft-config-info-operation): Ditto.
2420         (wl-jump-to-draft-folder): Ditto.
2421         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2422         (wl-draft-reedit): Rewrite.
2423
2424         * Version number is increased to 2.11.19.
2425         
2426 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2427
2428         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2429         variable.
2430
2431 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2434         Use ignore-errors instead of unwind-protect.
2435
2436 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2437
2438         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2439         for updating `wl-thread-entity-list'.
2440
2441 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2442
2443         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2444         parameter from calling `wl-thread-entity-get-older-brothers' and
2445         `wl-thread-entity-get-younger-brothers'.
2446         Replace nested `append' with a single one.
2447
2448 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2449
2450         * wl-summary.el (wl-summary-mode): Don't use the return value of
2451         `make-local-hook'.
2452
2453 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2454
2455         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2456         instead of `let*'.
2457         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2458         of local variables.
2459
2460 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2463         Renamed from wl-summary-window-scroll-functions.
2464         (wl-summary-window-scroll-functions): Don't set to variable.
2465         (wl-summary-display-top): Use run-hooks.
2466         (wl-summary-display-bottom): Ditto.
2467         (wl-summary-toggle-disp-msg): Ditto.
2468         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2469         Use it instead of wl-summary-window-scroll-functions.
2470         (wl-summary-goto-folder-subr): Don't call
2471         wl-summary-window-scroll-functions, use
2472         wl-summary-buffer-window-scroll-functions instead.
2473
2474 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2475
2476         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2477         make-local-variable.
2478
2479 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2480
2481         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2482         set-buffer-modified-p.
2483         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2484         (wl-summary-display-bottom): Ditto.
2485         (wl-summary-toggle-disp-msg): Ditto.
2486
2487 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2488
2489         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2490
2491         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2492         (wl-summary-forward): Use elmo-message-entity-field instead of
2493         elmo-message-field.
2494
2495         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2496
2497 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-summary.el (wl-summary-window-scroll-functions): No use
2500         `append'.
2501
2502 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2503
2504         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2505         function.
2506         (wl-summary-window-scroll-functions): Call it when both
2507         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2508         (wl-summary-temp-mark): Added optional argument number.
2509         (wl-summary-message-mark): Added optional argument flag.
2510         (wl-summary-persistent-mark): Added optional argument number and flag.
2511         (wl-summary-update-persistent-mark): Ditto.
2512         (wl-summary-update-status-marks): Set "r" for interactive spec.
2513
2514         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2515         argument number and flag.
2516
2517         * wl-action.el (wl-summary-registered-temp-mark): 
2518         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2519
2520 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2521
2522         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2523         internal variable (buffer local).
2524         (wl-summary-window-scroll-functions): New function.
2525         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2526         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2527         as nil.
2528         (wl-summary-update-status-marks): Added arguments beg, end and
2529         check.
2530         (wl-summary-update-mark-window): Use function.
2531         (wl-summary-sync-update): Follow the change above.
2532         (wl-summary-switch-to-clone-buffer): Copy
2533         wl-summary-buffer-unsync-mark-number-list.
2534         (wl-summary-goto-folder-subr): Set
2535         wl-summary-buffer-unsync-mark-number-list and
2536         use wl-summary-window-scroll-functions instead of
2537         wl-summary-lazy-highlight.
2538
2539         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2540
2541 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2542
2543         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2544
2545         * wl-summary.el (wl-summary-update-persistent-mark): Call
2546         wl-summary-set-message-modified.
2547
2548         * wl-summary.el (wl-summary-sync-update): Don't call
2549         wl-summary-update-status-marks.
2550
2551         * Version number is increased to 2.11.18.
2552
2553 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2554
2555         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2556         (wl-message-next-page): Ditto.
2557
2558 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2559
2560         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2561         local variable.  Change the order of a collected list into the
2562         same as the specified range.  Remove nil from a collected list.
2563
2564 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2565
2566         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2567         argument for elmo-folder-list-messages.
2568
2569 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2572         change (wl-summary-count-unreads return a list instead of a cons
2573         cell).
2574
2575 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2576
2577         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2578         `wl-summary-folder-info-update'.
2579
2580 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * wl-summary.el (wl-summary-set-message-modified): No use
2583         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2584         (wl-summary-set-mark-modified): Abolish.
2585         (wl-summary-mark-modified-p): Ditto.
2586         (wl-summary-save-view): Follow the change above.
2587
2588         * wl-expire.el (wl-summary-expire): Likewise.
2589
2590 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2591
2592         * wl-summary.el (wl-summary-detect-mark-position): Use
2593         modb-entity-handler.
2594         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2595
2596         * Version number is increased to 2.11.17.
2597
2598 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2601         entity field value.
2602         (wl-summary-prefetch-msg): Ditto.
2603         (wl-summary-print-message-with-ps-print): Ditto.
2604
2605 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2606
2607         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2608         for dummy entity.
2609         (wl-summary-insert-thread): Use elmo-message-entity-field.
2610         (wl-summary-update-thread): Use elmo-message-entity-field and
2611         elmo-message-entity-number.
2612         (wl-summary-line-number):  Use elmo-message-entity-number.
2613         (wl-summary-line-size): Use elmo-message-entity-field.
2614         (wl-summary-line-subject): Ditto.
2615         (wl-summary-line-from): Ditto.
2616         (wl-summary-line-attached): Ditto.
2617         (wl-summary-create-line): Ditto.
2618         (wl-summary-create-line): Use elmo-message-entity-number.
2619         (wl-summary-print-message-with-ps-print): Use
2620         elmo-message-entity-field.
2621
2622 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2625         change in elmo-msgdb-make-message-entity.
2626         (wl-summary-buffer-set-folder): Don't call
2627         wl-summary-detect-mark-position here.
2628         (wl-summary-rescan): Call elmo-message-entity-number.
2629         (wl-summary-sync-update): Ditto.
2630         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2631
2632         * wl-score.el (wl-score-header-index): Redefine 2th element.
2633         (wl-score-overview-entity-get-extra): Abolish.
2634         (wl-score-ov-entity-get): Rewrite.
2635         (wl-score-string-index<, wl-score-string-func<): Abolish.
2636         (wl-score-string<): New function.
2637         (wl-score-string-sort): Use it.
2638
2639         * wl-refile.el (wl-refile-guess-by-history): Use
2640         elmo-message-entity-field.
2641         (wl-refile-guess-by-from): Ditto.
2642         (wl-refile-guess-by-msgid): Ditto.
2643
2644         * Version number is increased to 2.11.16.
2645
2646 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2647
2648         * wl-folder.el (wl-folder-confirm-existence): Don't call
2649         file-exists-p if msgdb-path is nil.
2650         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2651         `wl-read-folder-hist' to `wl-read-folder-history'.
2652
2653 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2654
2655         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2656         `y-or-n-p'.
2657
2658 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2659
2660         * wl-score.el (wl-score-headers): Don't use
2661         elmo-folder-do-each-message-entity.
2662
2663         * Version number is increased to 2.11.15.
2664
2665 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2666
2667         * wl-summary.el (wl-summary-delete-all-msgs): Use
2668         elmo-folder-move-messages instead of elmo-folder-delete-messages
2669         and elmo-folder-detach-messages.
2670         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2671
2672         * wl-expire.el (wl-expire-delete): Ditto.
2673         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2674
2675 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2678         (wl-message-header-narrowing-fields): Ditto.
2679         (wl-message-header-narrowing-lines): Ditto.
2680         (wl-message-header-narrowing-string): Ditto.
2681
2682         * wl-summary.el (wl-summary-mode-map): Bind
2683         wl-summary-toggle-header-narrowing to "C-cC-f".
2684         (wl-summary-toggle-header-narrowing): New function.
2685
2686         * wl-message.el (wl-message-buffer-create): Call
2687         wl-message-header-narrowing-setup.
2688         (wl-message-redisplay): Call wl-message-header-narrowing.
2689         (wl-message-header-narrowing): New function.
2690         (wl-message-header-narrowing-map): New keymap.
2691         (wl-message-header-narrowing-widen-map): New keymap.
2692         (wl-message-header-narrowing-again-at-mouse): New function.
2693         (wl-message-header-narrowing-1): Ditto.
2694         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2695         (wl-message-header-narrowing-setup): Ditto.
2696         (wl-message-header-narrowing-toggle): Ditto.
2697         
2698         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2699
2700         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2701         'flag as all.
2702         (wl-use-flag-folder-help-echo): New user option.
2703
2704         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2705         wl-summary-highlight as nil.
2706         (wl-summary-set-mark-modified): Follow the API change.
2707         (wl-summary-mark-modified-p): Ditto.
2708         (wl-summary-mark-as-read-all): Ditto.
2709         (wl-summary-sync-marks): Don't call
2710         elmo-folder-list-messages-with-global-mark.
2711         (wl-summary-mark-as-read-internal): Follow the API change.
2712         (wl-summary-mark-as-answered-internal): Ditto.
2713         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2714         Follow the API change.
2715         (wl-summary-create-line): Call with number argument.
2716         (wl-summary-reply): Follow the API change.
2717
2718         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2719         function.
2720         (wl-highlight-summary-line-string): Call it when
2721         wl-use-flag-folder-help-echo is non-nil.
2722         (wl-highlight-summary-current-line): Ditto.
2723         (elmo-flag-folder-referrer): Added autoload setting.
2724
2725         * wl-draft.el (wl-draft-kill): Follow the API change.
2726
2727         * Version number is increased to 2.11.14.
2728         
2729 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2730
2731         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2732
2733 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734
2735         * Version number is increased to 2.11.13.
2736
2737 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2738
2739         * wl-draft.el (wl-draft-previous-history-element): Fixed
2740         unbalanced parenthesis and bind unbound local variables.
2741
2742 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2743
2744         * wl-draft.el (wl-draft-previous-history-element): New function.
2745         (wl-draft-next-history-element): Ditto.
2746         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2747         them to M-p and M-n.
2748
2749 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750
2751         * Version number is increased to 2.11.12.
2752
2753 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2754
2755         * wl-draft.el (wl-draft-hide): Select buffer-window.
2756
2757 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2758
2759         * wl-summary.el (wl-summary-narrow-to-region): New function.
2760         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2761         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2762         (wl-summary-save-region): Use it.
2763         * wl-action.el (wl-summary-collect-numbers-region)
2764         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2765
2766 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * wl-folder.el (wl-folder-count-incorporates): Don't use
2769         `elmo-msgdb-mark-load'
2770
2771         * Version number is increased to 2.11.11.
2772
2773 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2774
2775         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2776         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2777
2778 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2781
2782 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * Version number is increased to 2.11.10.
2785
2786 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-mime.el (wl-draft-attribute-value): Fixed.
2789
2790 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2791
2792         * wl-util.el (wl-copy-local-variables): New function.
2793
2794         * wl-mime.el (wl-draft-attribute-recipients): New function.
2795         (wl-draft-attribute-envelope-from): Ditto.
2796         (wl-draft-attribute-smtp-posting-server): Ditto.
2797         (wl-draft-attribute-smtp-posting-port): Ditto.
2798         (wl-draft-attribute-value): Ditto.
2799         (wl-draft-preview-message): Use it to get value for
2800         attributes. Reflect result of `wl-draft-config'.
2801
2802         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2803         and call `wl-summary-mark-as-read' before to call
2804         `wl-summary-unset-mark'.
2805         (wl-summary-target-mark-mark-as-unread): Likewise.
2806         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2807
2808 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * wl-mime.el (wl-draft-preview-message): Use actual value for
2811         attributes; Fix for small window.
2812
2813 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * wl-refile.el (wl-refile-get-field-value): Call
2816         `elmo-message-entity-field' with 3rd argument is non-nil.
2817
2818 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * wl-vars.el (wl-draft-preview-attributes): New user option.
2821         (wl-draft-preview-attributes-list): Ditto.
2822         (wl-draft-preview-attributes-buffer-lines): Ditto.
2823         (wl-draft-preview-attributes-buffer-name): Ditto.
2824
2825         * wl-mime.el (wl-draft-preview-message): Display attributes.
2826
2827 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2828
2829         * wl-summary.el (wl-summary-detect-mark-position): Bind
2830         wl-summary-flag-priority-list to '(new).
2831
2832 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2833
2834         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2835         funtion.
2836         (wl-highlight-summary-line-string): Use it.
2837         (wl-highlight-summary-current-line): Ditto.
2838
2839 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2842         line even when the mark string is not changed.
2843
2844         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2845         argument change in the wl-summary-create-line.
2846         (wl-thread-insert-entity-sub): Ditto.
2847
2848         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2849         argument change in the wl-summary-create-line.
2850         (wl-summary-insert-sequential): Ditto.
2851         (wl-summary-update-thread): Ditto.
2852         (wl-summary-persistent-mark-string): New inline function.
2853         (wl-summary-message-mark): Use it.
2854         (wl-summary-create-line): Abolish argument wl-persistent-mark
2855         and added wl-flags, wl-cached.
2856
2857         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2858         mark to flags.
2859         (wl-highlight-summary-current-line): Decide the face not by the 
2860         persistent mark but flags.
2861
2862 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2863
2864         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2865         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2866         wl-summary-read-uncached-mark): Revive.
2867         (wl-summary-answered-cached-mark,
2868         wl-summary-answered-uncached-mark): New user option.
2869         (wl-summary-score-marks): Follow the change above.
2870         (wl-summary-auto-refile-skip-marks): Ditto.
2871         (wl-summary-incorporate-marks): Ditto.
2872         (wl-summary-expire-reserve-marks): Ditto.
2873         (wl-summary-flag-priority-list): New user option.
2874
2875         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2876         changes.
2877         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2878         of elmo-message-mark.
2879         (wl-summary-mark-as-read-internal): Ditto.
2880         (wl-summary-mark-as-answered): Ditto.
2881         (wl-summary-mark-as-important): Ditto.
2882         (wl-summary-redisplay-internal): Ditto.
2883         (wl-summary-redisplay-no-mime-internal): Ditto.
2884         (wl-summary-message-mark): New function.
2885         (wl-summary-insert-sequential): Use wl-summary-message-mark
2886         instead of elmo-message-mark.
2887         (wl-summary-update-thread): Ditto.
2888         (wl-summary-persistent-mark): Ditto.
2889         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2890         instead of elmo-message-mark.
2891
2892         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2893         wl-summary-message-mark instead of elmo-message-mark.
2894         (wl-thread-insert-entity-sub): Ditto.
2895         (wl-thread-get-children-msgs-uncached): Ditto.
2896
2897         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2898         variable name changes.
2899         (wl-highlight-summary-current-line): Ditto.
2900
2901         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2902         wl-summary-message-mark instead of elmo-message-mark.
2903
2904         * wl-expire.el (wl-expire-message-p): Ditto.
2905
2906         * wl-score.el (wl-score-headers): Ditto.
2907
2908         * Version number is increased to 2.11.9.
2909
2910         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2911         (wl-summary-sync-update): Follow the change above.
2912         (wl-summary-switch-to-clone-buffer): Ditto.
2913         (wl-summary-open-folder): Ditto.
2914
2915 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2916
2917         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2918         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2919
2920         * Version number is increased to 2.11.8.
2921
2922         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2923
2924         * wl-expire.el (wl-expire-refile): Follow the API change on
2925         `elmo-folder-move-messages'.
2926         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2927
2928         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2929         (wl-summary-exec-action-refile): Ditto.
2930         (wl-summary-exec-action-copy): Ditto.
2931         (wl-summary-no-auto-refile-message-p): No use
2932         `wl-summary-buffer-msgdb'.
2933         (wl-summary-auto-refile): Ditto.
2934
2935 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2936
2937         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2938
2939 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2940
2941         * wl-summary.el (wl-summary-sync): Treat no-sync.
2942
2943         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2944         (wl-default-sync-range): Ditto.
2945
2946 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-refile.el (wl-refile-subject-learn): Call
2949         `elmo-message-entity-field' with 3rd argument is non-nil.
2950         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2951         instead of `elmo-msgdb-overview-entity-get-subject'.
2952
2953 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2956         scan-type is rescan.
2957         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2958         new optional argument force is non-nil.
2959         (wl-summary-save-view-cache): Call it with force argument non-nil.
2960
2961         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2962
2963 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2964
2965         * wl-action.el (wl-summary-print-argument): Fixed last change.
2966
2967 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2968
2969         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2970         simplified.
2971         (wl-summary-target-mark-mark-as-unread): Likewise.
2972         (wl-summary-target-mark-mark-as-important): Likewise.
2973
2974 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2975
2976         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2977         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2978         (wl-summary-mark-as-important-region): Change accordingly.
2979         (wl-summary-target-mark-mark-as-important): Ditto.
2980
2981 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2984
2985         * wl-action.el (wl-summary-print-argument): Print argument to
2986         right side of window if `wl-summary-print-argument-within-window'
2987         is non-nil.
2988
2989 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2990
2991         * wl-action.el (wl-summary-set-mark): Use
2992         `wl-summary-message-visible-p' to check visibility of the message
2993         and jump to message only when the message line is visible and have
2994         different number; Call wl-summary-unset-mark with number argument.
2995         (wl-summary-unset-mark): 
2996         Use `wl-summary-message-visible-p'
2997         to check visibility of the message and jump to message only when
2998         the message line is visible and have different number;
2999
3000 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * Version number is increased to 2.11.7.
3003
3004         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3005         and wl-folder-summary-line-format.
3006
3007         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3008         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3009         (wl-summary-set-score-mark): Use it.
3010         (wl-summary-target-mark-mark-as-read): Ditto.
3011         (wl-summary-target-mark-mark-as-unread): Ditto.
3012         (wl-summary-target-mark-mark-as-important): Ditto.
3013         (wl-summary-target-mark-msgs): Simplified.
3014         (wl-summary-detect-mark-position): Fixed problem when
3015         summary-line-format no contain persisten/temp mark spec.
3016         (wl-summary-temp-mark): Ditto.
3017         (wl-summary-persistent-mark): Ditto.
3018         (wl-summary-update-persistent-mark): Ditto.
3019
3020         * wl-action.el (wl-summary-set-mark): Ditto.
3021         (wl-summary-unset-mark): Ditto.
3022         All other related portions are changed.
3023
3024 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3025
3026         * Version number is increased to 2.11.6.
3027
3028 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3029
3030         * wl-util.el (wl-current-message-buffer): Define as function;
3031         Don't use the value of wl-messge-buffer.
3032
3033         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3034         persistent mark.
3035
3036         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3037         no current message, cause an error.
3038
3039 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3040
3041         * wl-summary.el (wl-summary-set-message-modified): Use
3042         elmo-folder-set-message-modified instead of
3043         elmo-folder-set-message-modified-internal.
3044
3045 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3046
3047         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3048         interactively.
3049         (wl-summary-sync): nokill->entirely.
3050         (wl-summary-sync-marks): Fixed message.
3051         (wl-summary-input-range): Added mark, nokill->entirely.
3052
3053         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3054         messages as read.
3055
3056 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3057
3058         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3059         update-noscore.
3060         (wl-summary-sync): Follow the change above.
3061
3062 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * wl-action.el (wl-summary-target-mark-all): Use
3065         elmo-folder-list-messages.
3066
3067 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3068
3069         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3070         (wl-summary-rescan): Set wl-summary-scored as nil.
3071         (wl-summary-sync-force-update): Follow the change above.
3072         (wl-summary-sync): Ditto.
3073         (wl-summary-sync-update): Added argument disable-killed.
3074         (wl-summary-insert-headers): Set visible-only argument for
3075         elmo-folder-list-messages.
3076         (wl-summary-input-range): Added update-nokill, update-noscore,
3077         all-nokill, all-noscore and mark.
3078
3079         * Version number is increased to 2.11.5.
3080
3081         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3082
3083 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3084
3085         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3086         (wl-summary-prefetch-region-no-mark): Change accordingly.
3087         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3088
3089 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3090
3091         * wl-address.el (wl-complete-field-to): Abolished.
3092         (wl-complete-address): Completion function for completing-read.
3093         * wl-action.el (wl-summary-get-resend-address): Use it.
3094
3095         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3096         wl-summary-update-mark and abolish unused argument.
3097         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3098         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3099         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3100         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3101         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3102         * wl-draft.el (wl-draft-kill): Ditto.
3103
3104         * wl-summary.el: Remove unused binding of case-fold-search.
3105         (wl-summary-replace-status-marks): Abolished.
3106
3107 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3110         is specified or folder length is zero.
3111
3112 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3113
3114         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3115         (wl-folder-archive-current-entity): Ditto.
3116
3117 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3118
3119         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3120         retrieving message mark.
3121         (wl-summary-redisplay-internal): Ditto.
3122
3123         * wl-message.el (wl-message-buffer-display): Ignore errors while
3124         retrieving message-id field.
3125
3126         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3127         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3128         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3129         order of the arguments for `wl-expire-message-p'.
3130         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3131
3132         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3133         Check return value of wl-summary-reply.
3134         (wl-summary-reply): Recover window configuration when an error occured.
3135
3136 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3137
3138         * wl-summary.el (wl-summary-resend-message): Abolished, the
3139         feature is inherited by wl-summary-resend (put resend mark).
3140
3141 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3144         wl-message-buffer to nil when the message is hide.
3145
3146 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3147
3148         * .cvsignore: New file.
3149
3150 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3151
3152         * wl-action.el (wl-summary-action-docstring): Add more info.
3153         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3154         duplicate definition.
3155         (wl-summary-define-mark-action): Functions wl-summary-*-region
3156         keep current position.
3157         (wl-summary-unregister-target-mark): Store result to the variable.
3158
3159 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * Version number is increased to 2.11.4.
3162
3163 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3164
3165         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3166         wl-summary-delete-all-temp-marks.
3167         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3168
3169         * wl-action.el (wl-summary-set-mark): Changed terminology
3170         refile-destination -> action-argument.
3171         (wl-summary-unset-mark): Ditto.
3172         (wl-summary-remove-argument): Ditto.
3173         (wl-summary-print-argument): Ditto.
3174
3175         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3176         (wl-thread-remove-argument-region): Ditto.
3177         (wl-thread-print-argument-region): Ditto.
3178         (wl-thread-close): Ditto.
3179         (wl-thread-open): Ditto.
3180
3181         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3182         (wl-highlight-refile-destination-face is abolished)
3183         (wl-highlight-action-argument-string): Ditto.
3184         (wl-highlight-summary-current-line): Highlight action argument.
3185
3186         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3187         color for light backgrounds.
3188         (wl-highlight-summary-answered-face): Ditto.
3189
3190 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3193
3194         * wl-score.el (wl-summary-score-update-all-lines): Use
3195         wl-summary-set-mark.
3196         (wl-summary-score-update-all-lines): Kill expunged messages.
3197
3198         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3199
3200 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3201
3202         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3203         directly.
3204         (wl-score-overview-entity-get-lines): Ditto.
3205         (wl-score-overview-entity-get-xref): Ditto.
3206         (wl-score-get-latest-msgs): Ditto.
3207         (wl-summary-rescore): Ditto.
3208
3209         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3210         to "&".
3211         (wl-summary-mark-as-answered-internal): New inline function.
3212         (wl-summary-mark-as-answered): New function.
3213         (wl-summary-mark-as-unanswered): Ditto.
3214         (wl-summary-sync-marks): Modified for answered-mark synching.
3215
3216 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-action.el (wl-summary-set-mark): Fixed last change.
3219
3220 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3221
3222         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3223         behavior of wl-summary-unread-message-hook
3224         (Pointed out by akira yamada <akira@arika.org>).
3225
3226 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3229         wl-summary-delete.
3230         * wl-xmas.el (wl-summary-toolbar): Ditto.
3231
3232         * wl-action.el (wl-summary-set-mark): Don't override current
3233         temp-mark.
3234
3235         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3236
3237 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3240         (wl-refile-msgid-learn): Ditto.
3241         (wl-refile-get-field-value): Ditto.
3242
3243         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3244
3245         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3246         (wl-expire-delete-reserved-messages): Renamed from
3247         wl-expire-reserve-marked-msgs-from-list.
3248         (wl-expire-delete): Removed argument `msgdb'.
3249         (wl-expire-refile): Ditto.
3250         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3251         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3252         mark-alist as argument.
3253         (wl-expire-archive-number1): Removed argument `msgdb'.
3254         (wl-expire-archive-number2): Ditto.
3255         (wl-expire-archive-date): Ditto.
3256         (wl-expire-localdir-date): Ditto.
3257         (wl-expire-hide): Ditto.
3258         (wl-archive-number1): Ditto.
3259         (wl-archive-number2): Ditto.
3260         (wl-archive-date): Ditto.
3261         (wl-archive-folder): Ditto.
3262         All other related portions are changed.
3263
3264 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3265
3266         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3267         mean move up and down. (suggested by Takashi Kawachi)
3268
3269 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-acap.el (toplevel): Don't require un-define.
3272
3273 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3274
3275         * wl-thread.el (wl-thread-delete-message): Always update
3276         wl-summary-buffer-number-list.
3277
3278         * wl-action.el (wl-summary-print-destination): 
3279         Do nothing when folder is nil.
3280
3281 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3282
3283         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3284         persistent mark when prefetch is succeeded.
3285
3286 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3289         instead of elmo-msgdb-delete-msgs.
3290         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3291         (wl-expire-hide): Ditto.
3292
3293         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3294
3295         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3296         elmo-msgdb interface.
3297         (wl-thread-get-exist-children): Likewise.
3298         (wl-thread-insert-message): Likewise.
3299         (wl-thread-msg-mark-as-important): Likewise.
3300         (wl-thread-insert-entity-sub): Likewise.
3301         (wl-thread-get-children-msgs-uncached): Likewise.
3302
3303         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3304         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3305         (wl-summary-sync-update): Likewise.
3306         (wl-summary-auto-select-msg-p): Likewise.
3307         (wl-summary-update-thread): Likewise.
3308         (wl-summary-mark-as-important): Likewise.
3309         (wl-summary-jump-to-msg-internal): Likewise.
3310         (wl-summary-redisplay-internal): Likewise.
3311         (wl-summary-print-message-with-ps-print): Likewise.
3312         (wl-summary-folder-info-update): Likewise.
3313
3314         * wl-folder.el (wl-folder-check-one-entity):
3315         elmo-folder-count-flags instead of wl-summary-count-unread.
3316
3317         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3318
3319         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3320
3321         * wl-summary.el (wl-summary-set-message-modified): 
3322         Call wl-summary-set-mark-modified.
3323         (wl-summary-delete-messages-on-buffer): Call
3324         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3325         (wl-summary-sync-update): Call elmo-folder-length instead of
3326         elmo-folder-messages.
3327         (wl-summary-insert-headers): Don't call
3328         elmo-folder-list-message-entities.
3329
3330 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3331
3332         * wl-action.el (wl-summary-define-mark-action): Call
3333         `wl-summary-set-mark' with argument `data'.
3334         (wl-summary-auto-refile): Fixed order of arguments when call
3335         `wl-summary-refile'.
3336
3337 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3338
3339         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3340
3341         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3342
3343         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3344         (Renamed from wl-highlight-summary-deleted-face).
3345         (wl-highlight-summary-resend-face): New face.
3346
3347         (wl-highlight-summary-deleted-face): Renamed from
3348         wl-highlight-summary-erased-face.
3349
3350         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3351
3352         * wl-action.el (wl-summary-get-resend-address): New function.
3353         (wl-summary-exec-action-resend): Ditto.
3354         (wl-summary-exec-action-resend-subr): Ditto.
3355
3356         * w-thread.el (wl-thread-copy): Removed definition.
3357         (wl-thread-refile): Ditto.
3358         (wl-thread-delete): Ditto.
3359         (wl-thread-target-mark): Ditto.
3360
3361         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3362         (wl-summary-target-mark-set-action): Fixed.
3363         (wl-summary-define-mark-action): Fixed quotation.
3364         (wl-summary-move-mark-list-messages): Display message.
3365         (wl-summary-define-mark-action): Define thread functions.
3366         (wl-summary-exec-action-refile): Changed message.
3367         (wl-summary-exec): Ditto.
3368
3369 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3370         
3371         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3372         '%%'.
3373
3374 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3375
3376         * wl.el (toplevel): Require wl-action.
3377         (wl-init): Call wl-summary-define-mark-action.
3378
3379         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3380
3381         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3382         wl-summary-delete and wl-summary-erase.
3383         (wl-summary-mode-map): Ditto.
3384
3385         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3386         wl-delete-folder-alist.
3387
3388         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3389         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3390         (toplevel): Moved mark & action related functions to the wl-action.el.
3391
3392         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3393         in wl-summary-mark-action-list.
3394         (wl-highlight-summary-current-line): Ditto.
3395
3396         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3397         empty lines.
3398
3399         * wl-action.el: New file. 
3400
3401 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3402
3403         * wl-summary.el (wl-summary-target-mark-replace): New function.
3404         (wl-summary-target-mark-prefetch): Use it.
3405         (wl-summary-target-mark-delete): Ditto.
3406         (toplevel): Rearranged definition order.
3407         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3408         (wl-summary-target-mark-erase): Rewrite.
3409         (wl-summary-erase-region): New function.
3410         (wl-summary-exec-action-erase): Changed message.
3411         (wl-summary-move-mark-list-messages): New function.
3412         (wl-summary-exec-action-delete): Use it.
3413         (wl-summary-exec-action-erase): Ditto.
3414
3415         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3416         (wl-summary-skip-mark-list): Added "d".
3417
3418         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3419         while searching.
3420
3421         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3422         and define using defcustom;
3423         Define 4th element as a face.
3424         
3425         * wl-summary.el (wl-summary-incorporate): Use 
3426         `wl-summary-prefetch-region-no-mark' instead of
3427         `wl-summary-prefetch-region'.
3428         (wl-summary-prefetch-region-no-mark): Revival of old
3429         `wl-summary-prefetch-region'.
3430         (wl-summary-mark-action-list): Moved to wl-vars.el
3431
3432         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3433         face according to the `wl-summary-mark-action-list'.
3434         (wl-highlight-summary-current-line): Ditto;
3435         Removed destination highlighting.
3436
3437         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3438         (wl-highlight-summary-line-string): Highlight for "i" mark.
3439         (wl-highlight-summary-current-line): Ditto.
3440
3441         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3442         no destination.
3443
3444         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3445         exists, just go ahead.
3446         (wl-summary-prefetch-region): Rewrite.
3447         (wl-summary-prefetch): Ditto.
3448         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3449         (wl-summary-exec-action-prefetch): New function.
3450         (wl-summary-target-mark-prefetch): Rewrite.
3451
3452 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3453
3454         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3455         (wl-highlight-summary-line-string): Added "d" and "D".
3456         (wl-highlight-summary-current-line): Ditto.
3457
3458         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3459         in wl-summary.el.
3460         (wl-thread-insert-entity-sub): Ditto.
3461         (wl-thread-remove-destination-region): Ditto.
3462         (wl-thread-print-destination-region): Ditto.
3463
3464         * wl-summary.el (wl-summary-buffer-refile-list,
3465         wl-summary-buffer-delete-list,
3466         wl-summary-buffer-copy-list): Abolish.
3467         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3468         All other related portions are changed.
3469         (wl-summary-mark-action-list): New variable.
3470         (wl-summary-set-mark): New function.
3471         (wl-summary-register-target-mark): Ditto.
3472         (wl-summary-unregister-target-mark): Ditto.
3473         (wl-summary-have-target-mark-p): Ditto.
3474         (wl-summary-register-temp-mark): Ditto.
3475         (wl-summary-unregister-temp-mark): Ditto.
3476         (wl-summary-registered-temp-mark): Ditto.
3477         (wl-summary-collect-temp-mark): Ditto.
3478         (wl-summary-unset-mark): Ditto.
3479         (wl-summary-set-target-mark): Ditto.
3480         (wl-summary-unset-target-mark): Ditto.
3481         (wl-summary-set-action-generic): Ditto.
3482         (wl-summary-unset-action-generic): Ditto.
3483         (wl-summary-exec-action-delete): Ditto.
3484         (wl-summary-exec-action-erase): Ditto.
3485         (wl-summary-set-action-refile): Ditto.
3486         (wl-summary-set-action-refile-subr): Ditto.
3487         (wl-summary-unset-action-refile): Ditto.
3488         (wl-summary-make-destination-numbers-list): Ditto.
3489         (wl-summary-exec-action-refile): Ditto.
3490         (wl-summary-set-action-copy): Ditto.
3491         (wl-summary-unset-action-copy): Ditto.
3492         (wl-summary-exec-action-copy): Ditto.
3493         (wl-summary-collect-numbers-region): Ditto.
3494         (wl-summary-delete): Rewrite.
3495         (wl-summary-erase): Ditto.
3496         (wl-summary-remove-destination): Ditto.
3497         (wl-summary-exec): Ditto.
3498         (wl-summary-exec-region): Ditto.
3499         (wl-summary-target-mark-erase): Ditto.
3500         (wl-summary-refile): Ditto.
3501         (wl-summary-copy): Ditto.
3502         (wl-summary-unmark): Ditto.
3503         (wl-summary-delete-all-mark): Ditto.
3504         (wl-summary-mark-line): Don't highlight.
3505         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3506         (wl-summary-target-mark-refile-subr): Rewrite.
3507
3508         (wl-summary-copy-prev-destination): Abolish.
3509
3510 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3511
3512         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3513         default values along the value of wl-on-mule.
3514         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3515         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3516         It is not used anywhere.
3517
3518 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3519
3520         * wl-summary.el (wl-summary-print-destination): Keep position.
3521         (wl-summary-cursor-move-surface): Keep horizontal position.
3522
3523 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3524
3525         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3526         write sendlog.
3527
3528 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3529
3530         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3531         `wl-summary-highlight'.
3532
3533 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3534
3535         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3536         trivial condition for temp-mark.
3537
3538 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3539
3540         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3541         when it hits killed buffer.
3542
3543 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3544
3545         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3546         * wl-news.el.in: `message' and `error' take format string.
3547
3548 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3549
3550         * wl-folder (wl-folder-insert-entity): Display a message,
3551         `...done', when the work finish.
3552         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3553
3554 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3555
3556         * wl-message.el (wl-message-redisplay): Remove unused local
3557         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3558
3559 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3560
3561         * wl-summary.el (wl-summary-replace-status-marks): Disable
3562         interactive use.
3563         (wl-summary-reedit): Check message existence at first.
3564         (wl-summary-mark-line): Fix doc, return value is indefinite.
3565
3566         * wl-highlight.el (wl-highlight-message): Arranged.
3567
3568         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3569         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3570         check temp-mark by wl-summary-temp-mark always.
3571         (wl-highlight-summary): Change accordingly.
3572         * wl-summary.el (wl-summary-mark-as-read-all)
3573         (wl-summary-delete-cache, wl-summary-set-score-mark)
3574         (wl-summary-mark-as-unread, wl-summary-unmark)
3575         (wl-summary-mark-line, wl-summary-mark-as-read)
3576         (wl-summary-mark-as-important): Ditto.
3577
3578         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3579         end of the window if possible.
3580         * wl-summary.el (wl-summary-sync-update): Support lazy
3581         highlighting.
3582         (wl-summary-toggle-disp-msg): Ditto.
3583
3584 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3585
3586         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3587
3588 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3589
3590         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3591         change.
3592
3593 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3594
3595         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3596         API.
3597         (wl-summary-sync-update): Ditto.
3598
3599         * wl-score.el (wl-score-get-score-alist): Changed argument.
3600         (wl-summary-rescore-msgs): Likewise.
3601         (wl-summary-score-headers): Likewise.
3602         (wl-score-headers): Likewise;
3603         Use elmo-folder-do-each-message-entity, etc.
3604         (wl-summary-score-effect): Follow the changes above.
3605         (wl-summary-rescore): Ditto.
3606         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3607         (wl-score-get-overview): Abolish.
3608
3609         * wl-summary.el (wl-summary-default-from): Follow the API change in
3610         elmo-msgdb.
3611         (wl-summary-count-unread): Ditto.
3612         (wl-summary-detect-mark-position): Ditto.
3613         (wl-summary-overview-entity-compare-by-date): Ditto.
3614         (wl-summary-overview-entity-compare-by-number): Ditto.
3615         (wl-summary-overview-entity-compare-by-from): Ditto.
3616         (wl-summary-overview-entity-compare-by-subject): Ditto.
3617         (wl-summary-get-list-info): Ditto.
3618         (wl-summary-rescan): Ditto.
3619         (wl-summary-jump-to-msg-by-message-id): Ditto.
3620         (wl-summary-sync-update): Ditto; Removed comment.
3621         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3622         (wl-summary-insert-message): Use wl-summary-insert
3623         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3624         (wl-summary-insert-headers): Changed argument overview to folder.
3625         (wl-summary-search-by-subject): Likewise.
3626         (wl-summary-insert-thread): Renamed from 
3627         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3628
3629         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3630         too.
3631
3632         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3633         wl-string-member.
3634
3635 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3638         elmo-folder-append-buffer.
3639         (wl-draft-queue-append): Likewise.
3640
3641         * wl-mime.el (wl-message-delete-current-part): Ditto.
3642         (wl-summary-burst-subr): Ditto.
3643
3644         * wl-news.el.in (wl-news-send-news): Ditto.
3645
3646 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3649         function.
3650         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3651         (wl-summary-update-mark): Enclose with save-excursion.
3652         (wl-summary-mark-as-read-internal): Fixed last change.
3653         (wl-summary-mark-as-important): Use 3rd argument of
3654         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3655         Don't use elmo-msgdb-set-mark.
3656         (wl-summary-redisplay-internal): If msgdb flag is already read,
3657         just update the mark on buffer.
3658
3659 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3660
3661         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3662         cut visible folder when elmo-folder-delete returns non-nil value.
3663
3664 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3665
3666         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3667         by Kenichi OKADA <okada@opaopa.org>).
3668
3669 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3670
3671         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3672
3673 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3674
3675         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3676         Fixed the last change, search group entity by its real name.
3677         (Thanks to: KOBAYASHI Shinji)
3678
3679 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3680
3681         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3682         (wl-fldmgr-access-display-all): Don't refer visible name.
3683         * wl-expire.el (wl-folder-archive-current-entity)
3684         (wl-folder-expire-current-entity): Ditto.
3685         * wl-folder.el (wl-folder-jump-to-current-entity)
3686         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3687         (wl-folder-open-folder-sub,wl-folder-open-all)
3688         (wl-folder-write-current-folder): Ditto.
3689         (wl-folder-insert-entity): Don't use petname for normal group.
3690         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3691         is the real name.
3692         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3693         Abolished.
3694
3695 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3696
3697         * wl-draft.el (wl-draft-create-buffer): Add
3698         `wl-summary-reply-with-citation'
3699
3700 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3701
3702         * wl-draft.el (wl-draft-reply): Fixed.
3703
3704 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3705
3706         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3707         when `wl-draft-send-confirm-with-preview' is non-nil.
3708         You can scroll up/down by j/k.
3709         (wl-draft-send-confirm-with-preview): New variable (default=t).
3710
3711 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3712
3713         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3714         (wl-fldmgr-save-folders): Fix comment.
3715
3716 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3717
3718         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3719         along the last change in `wl-folder-buffer-group-p'.
3720
3721 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3722
3723         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3724         folder.
3725
3726         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3727         the default value.
3728
3729         * wl-mime.el (wl-summary-burst): Update summary only when target
3730         folder equals current folder.
3731
3732 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3733
3734         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3735
3736 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3737
3738         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3739         value.
3740
3741 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3744         `map-extents' instead of `extent-at' repeatedly.
3745         (wl-highlight-folder-current-line): Ditto.
3746
3747         * wl-highlight.el: Remove useless dummy functions.
3748
3749 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3750
3751         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3752         (wl-folder-put-folder-property): New function to put text property.
3753         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3754         (wl-folder-insert-entity, wl-folder-update-diff-line)
3755         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3756         * wl-e21.el, wl-xmas.el, wl-mule.el
3757         (wl-highlight-folder-current-line): Ditto.
3758         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3759         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3760         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3761         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3762
3763 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3764
3765         * Version number is increased to 2.11.3.
3766
3767 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3768
3769         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3770         Resume current-buffer since it is assumed by remaining tasks.
3771
3772 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3773
3774         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3775         (wl-folder-completion-function): Abolished.
3776         (wl-folder-complete-folder): New function.
3777         (wl-folder-complete-filter-condition): Ditto.
3778         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3779         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3780
3781 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-draft.el (wl-draft-send-confirm): New function.
3784         (wl-draft-send): Use it.
3785
3786         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3787         cursor-in-echo-area while confirming.
3788
3789         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3790
3791         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3792         searching via nntp if wl-summary-search-via-nntp is 'force.
3793         Otherwise, invoke searching in nntp folder only.
3794         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3795
3796         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3797         explicitly for mime-make-text-tag.
3798
3799 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3800
3801         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3802         `mime-make-text-tag' instead of `mime-create-tag'.
3803
3804 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3805
3806         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3807         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3808
3809 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3810
3811         * wl-score.el (wl-score-save): Bind print-length and print-level.
3812         (wl-score-pretty-print): Ditto.
3813         (wl-score-edit-insert-header-entry): Ditto.
3814
3815         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3816         "From" entry to be treated with wl-draft-eword-encode-address-list.
3817         * wl-mime.el (wl-draft-preview-message): Ditto.
3818
3819         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3820         (wl-summary-mark-as-unread): Ditto.
3821         (wl-summary-mark-as-read-region): Change accordingly.
3822         (wl-summary-mark-as-unread-region): Ditto.
3823         (wl-summary-target-mark-mark-as-read): Ditto.
3824         (wl-summary-target-mark-mark-as-unread): Ditto.
3825
3826 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3827
3828         * Version number is increased to 2.11.2.
3829
3830 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3831
3832         * wl-news.el.in (wl-news-previous-version-save): Bind
3833         print-length and print-level.
3834         * wl-thread.el (wl-thread-save-entities): Ditto.
3835         (wl-thread-save-top-list): Bind print-length.
3836
3837 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3838
3839         * wl-highlight.el (wl-highlight-summary-line-string): Use
3840         wl-summary-score-below-mark, wl-summary-score-over-mark.
3841         (wl-highlight-summary-current-line): Ditto.
3842
3843 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3844
3845         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3846         insert it.
3847
3848 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3849
3850         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3851
3852 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3853
3854         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3855         message without msgid.
3856         Rewrite with elmo-folder-move-messages.
3857         Set wl-message-buffer to nil.
3858
3859         * wl-summary.el (wl-summary-erase-subr): New function. Use
3860         elmo-folder-move-messages.
3861         (wl-summary-erase): Call it.
3862         (wl-summary-target-mark-erase): Ditto.
3863
3864 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3867         it is not up-tp-date.
3868
3869 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3870
3871         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3872         buffer after calling `wl-summary-goto-folder-subr' without the
3873         argument `interactive'.
3874         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3875
3876 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3877
3878         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3879         `mime-create-tag'. Use `string=' instead of `looking-at'.
3880
3881 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3882
3883         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3884         to avoid compile warning.
3885
3886         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3887         entity-id when folder is given.
3888         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3889         save-excursion, use save-selected-window instead.
3890         Select folder buffer window if exists.
3891         (To correct behavior with wl-folder-move-cur-folder.)
3892
3893 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3894
3895         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3896
3897 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3898
3899         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3900         list-count instead of %d.
3901
3902 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3903
3904         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3905         (wl-news): Set it.
3906         (wl-news-append-to-folder): Use it.
3907
3908         * wl-news.el.in (wl-news-send-news): Append to specified folder
3909         instead of wl-default-folder.
3910         (wl-news-append-to-folder): Show error message with specified folder.
3911
3912         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3913                 In most major modes, Emacs assumes that any opening
3914                 delimiter found at the left margin is the start of a
3915                 top-level definition, or defun. Therefore, *never put an
3916                 opening delimiter at the left margin unless it should have
3917                 that significance.*
3918
3919         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3920
3921 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3922
3923         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3924
3925 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3926
3927         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3928
3929 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3930
3931         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3932         for sequential numbering case.
3933
3934 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3935
3936         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3937         value.
3938         (wl-draft-reply-without-argument-list): Ditto.
3939         (wl-draft-reply-myself-with-argument-list): Abolish.
3940         (wl-draft-reply-myself-without-argument-list): Ditto.
3941         * wl-draft.el (wl-draft-self-reply-p): New function.
3942         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3943
3944 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3945
3946         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3947         (avoid error for the case without byte-compiling)
3948
3949 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3950
3951         * wl-news.el.in (wl-news-append-to-folder): New function.
3952         (wl-news-exit): Rewrite.
3953         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3954
3955 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3956
3957         * wl-draft.el (wl-draft-reply-position): New function.
3958         (wl-draft-reply-position): Fix.
3959         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3960         (wl-summary-target-mark-reply-with-citation): Ditto.
3961         (wl-summary-reply-with-citation): Ditto.
3962         * wl-vars.el (wl-draft-reply-default-position): New variable.
3963
3964 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3965
3966         * wl-draft.el (wl-draft-send): Preview when interactive send.
3967
3968 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3969
3970         * wl-draft.el (wl-draft-reply): Set default position.
3971         * wl-summary.el (wl-summary-reply): Ditto.
3972         (wl-summary-reply-with-citation): Ditto.
3973         (wl-summary-target-mark-reply-with-citation): Ditto.
3974
3975 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3976
3977         * wl-news.el.in (wl-news-lang): Set default value according to
3978         current-language-environment.
3979         (wl-news-append-news): Do nothing when news-list is nil.
3980
3981 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3982
3983         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3984         (wl-news): Change message.
3985         (wl-news-exit): Check buffer.
3986         (wl-news-force-exit): New function.
3987         (wl-news-show-all): New function.
3988         (wl-news-discard-and-exit): Fix.
3989
3990 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3991
3992         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3993         according to current-language-environment.
3994
3995         * wl-news.el.in (wl-news): If arg, show all NEWS after
3996         wl-news-default-previous-version.
3997
3998 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3999
4000         * wl-news.el.in (wl-news-check): Rewritten.
4001         (wl-news-previous-version-load): Change data type.
4002         (wl-news-previous-version-save): Change data type.
4003         (wl-news-append-news): Add return value.
4004         (wl-news-check-news): New function.
4005         (wl-news-already-current-p): New function.
4006         (wl-news-send-news): Rewritten.
4007         (wl-news-mode-map): Add new keybind.
4008         (wl-news): Rewritten.
4009         (wl-news-exit): Rewritten.
4010         (wl-news-discard-and-mail): New function.
4011         (wl-news-send-to-address): Abolished.
4012         * wl.el (wl-init): Delete a message.
4013
4014 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4015
4016         * wl-news.el.in (wl-news-exit): Update previous version.
4017         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4018
4019 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4020
4021         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4022
4023 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4024
4025         * wl-news.el.in (wl-news): New function.
4026         (wl-news-mode): New function.
4027         (wl-news-next-line): New function.
4028         (wl-news-next-page): New function.
4029         (wl-news-exit): New function.
4030         (wl-news-buf-name): New variable.
4031         (wl-news-mode-map): New variable.
4032         (wl-news-winconf): New variable.
4033         (wl-news-append-news): Add an option.
4034
4035 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4036
4037         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4038
4039 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-news.el.in (wl-news-send-to-address): New variable.
4042         (wl-news-send-news): Use it.
4043         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4044         Return updating status.
4045         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4046
4047 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4048
4049         * wl-news.el.in (wl-news-send-news): Delete
4050         Organization and X-Face.
4051
4052 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4053
4054         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4055         (wl-news-append-news): New function.
4056         (wl-news-send-news): New function.
4057
4058 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4059
4060         * Version number is increased to 2.11.1.
4061
4062 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4063
4064         * wl-news.el.in : New file.
4065
4066 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4067
4068         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4069         default value.
4070         (wl-draft-reply-without-argument-list): Ditto.
4071
4072 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4073
4074         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4075         (wl-message-buffer-prefetch-idle-time): Ditto.
4076         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4077
4078 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-thread.el (wl-thread-insert-message): Use
4081         wl-summary-max-thread-depth.
4082
4083         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4084         loop detection.
4085
4086         * wl-message.el (wl-message-buffer-display): Back to the first page
4087         when cache is hit.
4088
4089 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4092
4093         * wl-summary.el (wl-summary-insert-thread-entity):
4094         If the thread depth is reached to wl-summary-max-thread-depth,
4095         divide the thread.
4096
4097 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4100         for elmo-remove-passwd.
4101
4102 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4103
4104         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4105         folder is sticky.
4106         (wl-folder-mark-as-read-all-entity): Ditto.
4107         (wl-folder-prefetch-entity): Ditto.
4108
4109 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4110
4111         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4112
4113 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4116         Delete messages on buffer for unplugged operation.
4117         (wl-summary-erase): Ditto.
4118
4119 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4120
4121         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4122         take nil so as not to search parent by subject.
4123
4124 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4125
4126         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4127         (wl-folder-get-next-folder): Ditto.
4128         (wl-folder-get-path): Ditto.
4129
4130 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4131
4132         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4133         system and encode the region with it before verifying.
4134
4135 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4136
4137         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4138         system of the echo buffer before decoding.
4139
4140 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4141
4142         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4143         original contents.
4144
4145 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4148         with argument 'any-exists.
4149
4150 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4151
4152         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4153         Use `wl-cs-autoconv'.
4154
4155 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4158         by `mime-view-automatic-conversion'.
4159
4160         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4161         (wl-message-verify-pgp-nonmime): Ditto.
4162         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4163         Bind them to C-c:d and C-c:v respectively.
4164
4165         Merge following code by Teranishi-san from [wl-en:00167].
4166         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4167         (wl-mime-preview-application/pgp-encrypted): Ditto.
4168         (wl-mime-setup): Add entry.
4169
4170 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4171
4172         * wl-summary.el (wl-summary-target-mark-erase): New function.
4173         Bind it to "mD".
4174
4175 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4176
4177         * wl-vars.el (wl-draft-write-file-function): Fix.
4178         (wl-draft-reedit-hook): Changed default value.
4179
4180         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4181         wl-draft-reedit-hook.
4182         (wl-draft-remove-text-plain-tag): New function.
4183         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4184
4185         * wl-vars.el (wl-draft-write-file-function): New user option.
4186
4187         * wl-draft.el (wl-draft-prepare-edit): Use it for
4188         local-write-file-hooks.
4189         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4190
4191         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4192         (wl-draft-insert-mail-header-separator): Return the body beginning
4193         point.
4194         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4195         text/plain.
4196         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4197
4198 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4199
4200         * wl-summary.el (wl-summary-erase): New function to erase message
4201         without moving it to trash. Bind to "D".
4202
4203         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4204         as `keep' unless switch-function.
4205
4206 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4209         message buffer by using `wl-summary-toggle-disp-msg'.
4210         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4211         buffer window.
4212         (wl-summary-supresedes-message): Ditto.
4213
4214         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4215         Do not delete other windows.
4216         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4217         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4218         (wl-draft-create-buffer): Set reply-or-forward also for target
4219         mark commands.
4220
4221 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4222
4223         * wl-draft.el (wl-user-agent-compose): Delete special case for
4224         switch-to-buffer-other-window.
4225
4226         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4227         (wl-summary-forward): Ditto.
4228
4229         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4230         function.
4231         (wl-draft-buffer-style): New use option.
4232
4233         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4234         (wl-draft): Follow the change above.
4235         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4236         wl-draft-buffer-style.
4237         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4238         switch-function.
4239
4240 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4241
4242         * wl-address.el (wl-address-make-completion-entry): Extracted from
4243         `wl-address-make-completion-list'.
4244         (wl-address-enable-strict-loading): New variable.
4245         (wl-address-make-completion-list): Revive petname duplication
4246         inquiry, and enable it if `wl-address-enable-strict-loading'.
4247         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4248
4249 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4250
4251         * wl-message.el (wl-message-get-original-buffer): Avoid
4252         'Selecting deleted buffer' error when original buffer is killed.
4253
4254 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4255
4256         * wl-summary.el (wl-summary-next-message): Use
4257         elmo-message-accessible-p instead of elmo-message-cached-p.
4258
4259 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4262
4263         * wl-thread.el (wl-thread-open-all-unread): Use
4264         elmo-folder-list-flagged instead of
4265         elmo-folder-list-messages-mark-match.
4266
4267         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4268         instead of elmo-folder-list-messages-mark-match.
4269         (wl-summary-move-spec-alist): New variable.
4270         (wl-summary-move-spec-plugged-alist,
4271         wl-summary-move-spec-unplugged-alist): Abolish.
4272         (wl-summary-next-message): Follow the change above.
4273         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4274         with 'no-msg' argument.
4275
4276         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4277         variable.
4278         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4279         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4280         (wl-message-buffer-prefetch-get-next): Follow the change above.
4281
4282 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4283
4284         * wl-version.el (wl-version): Changed codename.
4285
4286         * Version number is increased to 2.11.0.
4287
4288 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4289
4290         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4291         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4292         `wl-draft-config-variables'.
4293         (wl-draft-kill): Fixed problem when the draft is reedit.
4294
4295 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4296
4297         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4298         buffer-modified status (Thanks to
4299         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4300
4301 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * wl-util.el (wl-region-exists-p): New function.
4304
4305         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4306         Remove defvars for byte-compile warnings.
4307
4308 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4309
4310         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4311         defvar-maybe. Removed unused bind.
4312
4313 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4314
4315         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4316         summary buffer window before creating new frame.
4317         (wl-draft-reply): Ditto.
4318
4319 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4320
4321         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4322
4323 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4324
4325         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4326
4327 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4328
4329         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4330         instead of `kill-region'.
4331
4332 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4333
4334         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4335         (wl-highlight-summary-line-string): Use it.
4336         (wl-highlight-summary-current-line): Ditto.
4337
4338         * wl-mime.el (wl-message-delete-current-part): Check the class of
4339         mime-entity.
4340
4341         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4342
4343         * wl-summary.el (wl-summary-make-number-list): Initialize.
4344         (wl-summary-update-mark): New function.
4345         (wl-summary-reply): Put `answered' mark on the message.
4346         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4347
4348         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4349         (wl-draft-reply): Added optional argument `number';
4350         Set wl-draft-parent-number.
4351         (wl-draft-kill): Delete answered mark if it is a reply.
4352
4353 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4354
4355         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4356         that originates in mime-preview-follow-current-entity.
4357         (wl-draft-yank-current-message-entity): Use it if region is active.
4358
4359         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4360         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4361         `wl-message-delete-current-part'.
4362         * wl-mule.el (wl-message-define-keymap): Ditto.
4363         * wl-xmas.el (wl-message-define-keymap): Ditto.
4364
4365 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366
4367         * wl-mime.el (wl-message-delete-current-part): New function.
4368         (wl-mime-node-id-to-string): Ditto.
4369
4370         * wl-mime.el (wl-message-delete-current-part): Use existing
4371         original buffer which corresponds current mime-view buffer.
4372         (fetched buffer might have different structure, possibly)
4373
4374         * wl-mime.el (wl-message-delete-current-part): Quit if the
4375         message content differs from the actual message.
4376
4377 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4378
4379         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4380         order.
4381         (wl-summary-search-by-subject): Search parent message from tail;
4382         Check the existence of the parent message on the current thread tree.
4383         (wl-summary-update-thread): Check whether the line is inserted.
4384
4385 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-vars.el (wl-summary-line-format): Undo last change.
4388         * wl-summary.el (wl-summary-print-destination): Do not put
4389         invisible property when `wl-summary-width' is nil.
4390         (wl-summary-line-subject-minimum-length): Abolished.
4391         (wl-summary-line-subject): Ditto.
4392
4393 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4394
4395         * wl-vars.el (wl-summary-line-format): Change default value.
4396         (wl-summary-subject-length-limit): Abolished.
4397         * wl-summary.el (wl-summary-line-subject): Ditto.
4398
4399 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4400
4401         * wl-template.el (wl-template-select): Added optional argument.
4402         If optional argument is specified, reverse
4403         `wl-template-visible-select'.
4404
4405 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4408         Take prefix argument to force asking the destination folder.
4409
4410 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4411
4412         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4413         count and update status.
4414
4415 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4416
4417         * wl-summary.el (wl-summary-redisplay-internal): If
4418         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4419         after fetching.
4420
4421 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4422
4423         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4424         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4425
4426         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4427
4428 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4429
4430         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4431         (All other related portions are changed).
4432         (wl-summary-mark-as-read-all): Rewrite.
4433
4434 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4435
4436         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4437         `wl-summary-mark-as-read'.
4438         (wl-summary-mark-as-unread): Rewrite.
4439         (wl-summary-mark-as-read): Added no-modeline argument.
4440         (wl-summary-resume-cache-status): Rewrite.
4441         (wl-summary-exec-subr): Remove unused local variable.
4442
4443 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4446         logic to call `wl-summary-buffer-prev-folder-function'.
4447         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4448
4449 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4450
4451         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4452         is nil.
4453
4454 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4457         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4458         (wl-mime-setup): Add its entry.
4459
4460 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4463         (wl-summary-delete-cache): Likewise.
4464         (wl-summary-mark-as-read): Rewrite.
4465
4466 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4467
4468         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4469         `wl-summary-count-unread'.
4470
4471         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4472
4473         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4474
4475 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4476
4477         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4478         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4479         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4480         Renamed to the elmo-msgdb-*-mark.
4481         (wl-summary-score-marks): Follow the change above.
4482         (wl-summary-auto-refile-skip-marks): Ditto.
4483         (wl-summary-incorporate-marks): Ditto.
4484         (wl-summary-expire-reserve-marks): Ditto.
4485
4486         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4487         changes.
4488         (wl-thread-insert-top): Changed updating message.
4489
4490         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4491         variable.
4492         (wl-summary-count-unread): Count answered marks.
4493         (wl-summary-rescan): Call wl-summary-insert-message instead of
4494         wl-summary-append-message-func-internal.
4495         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4496         (wl-summary-prefetch-msg): Follow the variable name changes.
4497         (wl-summary-prefetch-region): Ditto.
4498         (wl-summary-mark-as-read-all): Follow the API changes;
4499         Don't call elmo-folder-replace-marks.
4500         (wl-summary-delete-cache): Follow the variable name changes.
4501         (wl-summary-resume-cache-status): Ditto.
4502         (wl-summary-update-status-marks): New function.
4503         (wl-summary-insert-message): New function.
4504         (wl-summary-sync-marks): Follow the variable name changes.
4505         (wl-summary-sync-update): Synchronize to the msgdb, too;
4506         Changed update messages.
4507         (wl-summary-make-number-list): Rewrite.
4508         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4509         (wl-summary-mark-as-unread): Follow the API changes.
4510         (wl-summary-exec-subr): Follow the variable name changes.
4511         (wl-summary-mark-as-read): Ditto.
4512         (wl-summary-move-spec-plugged-alist): Ditto.
4513         (wl-summary-move-spec-unplugged-alist): Ditto.
4514         (wl-summary-cursor-move-surface): Ditto.
4515
4516         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4517         variable name changes.
4518         (wl-highlight-summary-current-line): Ditto.
4519
4520         * wl-expire.el (wl-expire-refile): Follow the API change in
4521         elmo-folder-move-messages.
4522         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4523         (wl-summary-archive): Use elmo-folder-msgdb instead of
4524         elmo-msgdb-load.
4525
4526 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4527
4528         * wl-mime.el (wl-draft-preview-message): Restore the position
4529         before evaluating wl-draft-send-hook in preview buffer.
4530
4531 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4532
4533         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4534         when it creates new draft buffer.
4535
4536         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4537         without argument.
4538
4539         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4540         Evaluate content and if the value is string, insert it.
4541         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4542         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4543         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4544         wl-draft-config-sub-part-bottom): Use it.
4545
4546         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4547         with the folder name. The question was unintelligible when it is
4548         called from wl-save-status.
4549
4550 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4553         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4554         cannot take second argument).
4555
4556 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4559         as t. Since type and subtype are not case sensitive (RFC 2045).
4560
4561 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4562
4563         * wl-vars.el (wl-message-mode-line-format): New variable.
4564         (wl-message-mode-line-format-spec-alist): Ditto.
4565         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4566         (wl-message-redisplay): Use wl-message-mode-line-format.
4567
4568 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4569
4570         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4571
4572 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4573
4574         * wl-summary.el (wl-summary-default-from): Write description.
4575
4576 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4577
4578         * wl-vars.el (wl-ldap-objectclass): Abolish.
4579
4580         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4581         (wl-ldap-make-filter): Removed condition for objectclass.
4582         (wl-ldap-make-matched-value-list): Remove meaningless process.
4583         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4584         (wl-address-ldap-search): Don't add `*' to `pat' string;
4585         use ignore-errors; added `email';
4586         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4587         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4588         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4589
4590
4591 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-draft.el (wl-draft-parent-folder): Write description.
4594         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4595
4596 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4597
4598         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4599         as "" (zero-length string) if no parent.
4600         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4601
4602 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4603
4604         * wl-address.el (wl-address-make-completion-list): Skip duplication
4605         checking.
4606         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4607         `append'.
4608
4609 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4610
4611         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4612         instead of `beginning-of-buffer'.
4613
4614 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4617
4618 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4621         Refer wl-message-buffer-name.
4622         (wl-message-wheel-down): Ditto.
4623
4624 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4625
4626         * wl-vars.el (wl-message-buffer-name): New user option.
4627
4628         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4629         directly instead of making alist dinamically.
4630
4631         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4632         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4633         wl-message-buffer-cache-name.
4634         (wl-message-buffer-cache-clean-up): Ditto.
4635
4636         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4637
4638         * Version number is increased to 2.9.15.
4639
4640 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4641
4642         * wl-vars.el (wl-summary-default-view-alist): New user option.
4643
4644         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4645
4646         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4647         while deleting address.
4648         (wl-draft-delete-myself-from-cc): Ditto.
4649
4650         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4651         If optional argument is specified, reverse sort order.
4652
4653         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4654
4655 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4656
4657         * wl-thread.el (wl-thread-insert-message): Return parent number if
4658         exists.
4659         (wl-thread-update-indent-string-region): Use
4660         wl-thread-update-line-on-buffer-sub instead of
4661         wl-thread-update-line-on-buffer.
4662
4663 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4664
4665         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4666         (wl-folder-close-all): Ditto.
4667
4668 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4669
4670         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4671         and mailing-list:.
4672         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4673         value.
4674         (wl-summary-line-list-info): Print mailing-list name even when 
4675         list-number is empty.
4676
4677 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4678
4679         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4680
4681         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4682         (wl-draft-open-file): Ditto.
4683         (wl-draft-random-alphabet): Ditto.
4684
4685         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4686         bindings.
4687
4688 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4689
4690         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4691         * wl-vars.el (wl-draft-config-alist): Ditto.
4692
4693 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4694
4695         * Version number is increased to 2.9.14.
4696
4697         * wl.el (wl): Don't set wl-init as nil when error occured while
4698         auto-checking folders.
4699
4700         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4701         `elmo-expand-newtext'.
4702
4703 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4706         `this-command' so that `wl-folder-goto-folder' contained in
4707         `wl-summary-keep-cursor-command' work.
4708
4709 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4712         message buffer displaying state.
4713
4714 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl-vars.el (wl-summary-default-view): New variable to specify
4717         default value for `wl-summary-buffer-view' instead of using
4718         set-default.
4719         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4720
4721 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4722
4723         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4724
4725         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4726
4727 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4728
4729         * wl-vars.el (wl-forward-subject-prefix): New variable.
4730         * wl-draft.el (wl-draft-forward): Use it.
4731
4732 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4733
4734         * wl-message.el (wl-message-prev-page): When it is called without
4735         lines argument, scroll down by wl-message-scroll-amount lines.
4736         (wl-message-next-page): Ditto.
4737         * wl-vars.el (wl-message-scroll-amount): Change default value
4738         to preserve current behavior.
4739
4740 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4741
4742         * wl-summary.el (wl-summary-prefetch-msg): Bind
4743         `wl-message-entity' to call `wl-summary-from-function'.
4744
4745 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * wl-message.el (wl-message-buffer-create): Run
4748         wl-message-buffer-created-hook.
4749
4750 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4751
4752         * wl-summary.el (wl-summary-sort-specs): New variable.
4753         (wl-summary-default-sort-spec): Ditto.
4754         (wl-summary-sort): Rewrite.
4755         (wl-summary-sort-by-list-info): New function.
4756
4757 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4758
4759         * wl-summary.el (wl-summary-get-list-info): New function.
4760         (wl-summary-sort): Rewrite.
4761         (wl-summary-line-list-info): Ditto.
4762         (wl-summary-line-list-count): Ditto.
4763         (wl-summary-refile-region): Fixed docstring.
4764
4765 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4768         `wl-folder-entity-hashtb' as completion table.
4769
4770 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4773         only when this command is called interactively; silence the byte-
4774         compiler.
4775
4776 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4777
4778         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4779         active in XEmacs.
4780
4781 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4782
4783         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4784         plural lines.
4785
4786 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4787
4788         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4789         of current line when the cursor is on the header name.
4790         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4791
4792 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4793
4794         * wl-util.el (wl-read-directory-name): Return displayed directory
4795         as the default value also on XEmacs.
4796
4797 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4800         formatting.
4801
4802 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4803
4804         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4805         argument and when it is non-nil, check face property before
4806         highlighting for each line.
4807         (wl-highlight-summary-window): Set it.
4808
4809 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4812         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4813
4814         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4815         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4816         (wl-draft-get-fcc-list): Likewise.
4817
4818 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4821         (wl-thread-entity-cur): Ditto.
4822         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4823         wl-thread-indent-regexp setting.
4824         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4825
4826         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4827         wl-summary-lazy-highlight.
4828         (wl-summary-display-bottom): Ditto.
4829
4830         * wl-thread.el (wl-thread-open-close): Likewise.
4831
4832         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4833         from and subject;
4834         Bind wl-draft-use-frame;
4835         Enclose with save-window-excursion;
4836         Use wl-draft-create-buffer instead of with-temp-buffer;
4837         Use wl-draft-prepare-edit;
4838         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4839         Use wl-draft-send instead of wl-draft-raw-send.
4840
4841 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4842
4843         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4844         of using wl-from.
4845
4846 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4849         insert-buffer instead of clone-buffer.
4850         (wl-draft-doing-mime-bcc): New variable.
4851         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4852         infinite loop.
4853         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4854
4855         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4856         (wl-draft-mime-bcc-body): Ditto.
4857
4858         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4859         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4860         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4861         wl-draft-do-mime-bcc.
4862         (wl-draft-mime-bcc-field): New function.
4863         (wl-draft-do-mime-bcc): Ditto.
4864
4865         * wl-address.el (wl-address-complete-header-list): New variable.
4866         (wl-address-complete-header-regexp): Changed default value.
4867
4868         * Version number is increased to 2.9.13.
4869
4870 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4871
4872         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4873         it is differed.
4874
4875 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4876
4877         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4878         (wl-summary-line-list-count): Ditto.
4879
4880 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4881
4882         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4883         (wl-nntp-posting-function): New variable.
4884         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4885         `wl-nntp-posting-config-alist'.
4886
4887 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4890         FLIM.
4891
4892 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4893
4894         * wl-summary.el (wl-summary-target-mark-refile-sub):
4895         Remove a nuisance funcall.
4896
4897 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4900         as t for `try-completion'.
4901
4902 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-summary.el (wl-summary-default-from): Use
4905         wl-address-header-extract-address instead of
4906         std11-extract-address-components.
4907         (wl-summary-simple-from): Ditto.
4908         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4909         (wl-summary-insert-headers): Show message.
4910         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4911         for whole line.
4912         (wl-summary-default-from): Revert last change.
4913         (wl-summary-simple-from): Ditto.
4914         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4915         (wl-summary-mark-as-read-region): Follow the change above.
4916         (wl-summary-sync-marks): Ditto.
4917         (wl-summary-target-mark-mark-as-read): Ditto.
4918         (wl-summary-redisplay-internal): Ditto.
4919         (wl-summary-redisplay-no-mime-internal): Ditto.
4920         (wl-summary-redisplay-all-header): Ditto.
4921         (wl-summary-mark-as-read): Removed argument `cached';
4922         Use current cache status to set cache mark.
4923         (wl-summary-redisplay-internal): Follow the change above.
4924         (wl-summary-redisplay-no-mime-internal): Ditto.
4925         (wl-summary-redisplay-all-header): Ditto.
4926
4927         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4928
4929         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4930         Don't call itself recursively (Adviced by Yamaoka-san).
4931
4932 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4935         bind wl-summary-highlight as nil to avoid error caused by missing
4936         local variables.
4937
4938 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-vars.el (wl-invalid-character-message): New user option.
4941
4942         * wl-util.el (wl-set-string-width): If truncated string-width is
4943         larger than specified width, use `wl-invalid-character-message'.
4944
4945 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4946
4947         * wl-summary.el (wl-summary-prefetch-msg): 
4948         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4949
4950 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4951
4952         * wl-vars.el (wl-summary-check-line-format): New user option.
4953         (wl-summary-line-format-file): Ditto.
4954
4955         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4956         variable.
4957         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4958         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4959         and `wl-summary-view-old-p' to check whether do a rescan or not.
4960         (wl-summary-view-old-p): New function.
4961         (wl-summary-line-format-changed-p): Ditto.
4962         (wl-summary-line-format-save): Ditto.
4963         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4964
4965         * wl-util.el (wl-set-string-width): Avoid using negative number
4966         for make-string.
4967
4968 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4969
4970         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4971         return value.
4972
4973         * wl-util.el (wl-set-string-width): Added optional argument
4974         `padding' (All other related portions are changed).
4975         (wl-line-parse-format): If the first letter of column number is
4976         `0', zero-padding the result (ex: "%05l").
4977
4978         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4979
4980 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4981
4982         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4983         sequential summary view.
4984
4985 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4988         if it doesn't have a -unix version.
4989
4990 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4993
4994 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4997         content.
4998         (wl-draft): Follow the change above.
4999
5000         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5001
5002         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5003         and wl-folder-summary-line-format-alist contain %T and %P.
5004
5005         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5006         (wl-summary-mode-line-format): New user option.
5007         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5008         (wl-summary-line-format): Changed default value.
5009         (wl-summary-lazy-highlight): Changed default value.
5010
5011         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5012         change in wl-summary-create-line.
5013         (wl-thread-insert-entity-sub): Ditto.
5014
5015         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5016         (wl-summary-buffer-unread-status): Ditto.
5017         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5018         (wl-summary-buffer-persistent-mark-column): Ditto.
5019         (wl-summary-buffer-mode-line-formatter): Ditto.
5020         (wl-summary-buffer-mode-line): Ditto.
5021         (wl-summary-message-regexp): Abolished.
5022         (All other related portions are changed.)
5023         (wl-summary-detect-mark-position): New function.
5024         (wl-summary-buffer-set-folder): Setup
5025         wl-summary-buffer-mode-line-formatter.
5026         (wl-summary-mode): Setup selective-display;
5027         Setup pre-idle-hook when xemacs.
5028         (wl-summary-update-modeline): Rewrite.
5029         (wl-summary-jump-to-msg): Define as function;
5030         Changed regexp for searching messages.
5031         (wl-summary-message-number): Rewrite.
5032         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5033         Do rescan when old type summary cache.
5034         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5035         (wl-summary-remove-destination): Use '\r' to detect EOL.
5036         (wl-summary-print-destination): Ditto.
5037         (wl-summary-temp-mark): New inline function.
5038         (wl-summary-persistent-mark): Ditto.
5039         (wl-summary-line-number): New function.
5040         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5041         (wl-summary-line-list-count): New function.
5042         (wl-summary-create-line): Added argument persistent-mark.
5043         (All other related portions are changed)
5044         (wl-summary-create-line): Insert '\r'.
5045         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5046         (wl-summary-cursor-move-surface): New inline function.
5047         (wl-summary-prev): Use it.
5048         (wl-summary-next): Ditto.
5049
5050         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5051         wl-summary-message-regexp.
5052         (wl-highlight-summary): Delete progress message.
5053         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5054
5055         * Version number is increased to 2.9.12.
5056
5057 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5058
5059         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5060         variable (nil: no minimum).
5061         (wl-summary-line-subject): Add some spaces after subject by
5062         wl-summary-line-subject-minimum-length.
5063
5064 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5065
5066         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5067         and removed `F'.
5068         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5069         change above).
5070
5071 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5072
5073         * wl-summary.el (wl-summary-line-list-count): Reverted.
5074         (example setting in samples/*/dot.wl is also updated)
5075
5076 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5079
5080         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5081
5082         * wl-vars.el (wl-summary-line-format): Addes some description to the
5083         docstring.
5084
5085         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5086         (wl-summary-line-close-bracket): Ditto.
5087         (wl-summary-line-children-number): Ditto.
5088         (wl-summary-line-thread-indent): Ditto.
5089         (wl-summary-line-children-and-from): Ditto.
5090
5091         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5092         't', 'c', 'F' and added 'C'.
5093
5094         * wl-util.el (wl-set-string-width): Accept negative value.
5095         (wl-line-parse-format): Added "%number(" and "%)".
5096
5097 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-summary.el (wl-summary-line-list-count): Change format of the
5100         return value.
5101
5102 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5103
5104         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5105         from the recent message.el.
5106         (wl-draft-point-in-header-p): Ditto.
5107         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5108         wl-draft-beginning-of-line.
5109         * wl-e21.el (wl-draft-mode-map): Ditto.
5110         * wl-xmas.el (wl-draft-mode-map): Ditto.
5111
5112         * wl-folder.el: Sort macrodefs by dependencies.
5113
5114 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5115
5116         * wl-summary.el (wl-summary-prev): Fixed regexp.
5117         (wl-summary-next): Ditto.
5118
5119 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5122
5123 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5124
5125         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5126         for backward compatibility.
5127
5128 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl-summary.el (wl-summary-line-list-count): New function, merged
5131         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5132         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5133         list counts.
5134
5135 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-summary.el (wl-summary-create-line): Ignore errors while
5138         timezone-fix-time.
5139
5140         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5141
5142         * wl-summary.el (wl-summary-sync-update): Ditto.
5143         (wl-summary-default-from): Use wl-message-entity
5144         instead of entity.
5145
5146         * wl-summary.el (wl-summary-create-line): Fix.
5147
5148         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5149         (wl-summary-line-format): New user option.
5150         (wl-folder-summary-line-format-alist): Ditto.
5151         (wl-summary-from-width): Abolished.
5152
5153         * wl-util.el (toplevel): Require 'bytecomp.
5154         (wl-line-parse-format): New function.
5155         (wl-line-formatter-setup): New macro.
5156
5157         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5158         (wl-summary-buffer-line-formatter): New buffer local variable.
5159         (wl-summary-switch-to-clone-buffer): Follow the change above.
5160         (wl-summary-message-regexp): Fix.
5161         (wl-summary-from-func-internal): Abolished.
5162         (wl-summary-subject-func-internal): Ditto.
5163         (wl-summary-subject-filter-func-internal): Ditto.
5164         (All other related portions are changed.)
5165         (wl-summary-buffer-set-folder):
5166         Set up wl-summary-buffer-number-column and 
5167         wl-summary-buffer-line-formatter
5168         (All other related portions are changed.)
5169         (wl-summary-buffer-number-column-detect): Abolished.
5170         (All other related portions are changed.)
5171         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5172         (wl-summary-delete-all-temp-marks-on-buffer): Use
5173         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5174         (wl-summary-target-mark-delete): Ditto.
5175         (wl-summary-target-mark-refile-subr): Ditto.
5176         (wl-summary-target-mark-mark-as-read): Ditto.
5177         (wl-summary-target-mark-mark-as-unread): Ditto.
5178         (wl-summary-target-mark-mark-as-important): Ditto.
5179         (wl-summary-target-mark-save): Ditto.
5180         (wl-summary-replace-status-marks): Renamed from
5181         wl-summary-set-status-marks-on-buffer;
5182         Use wl-summary-message-regexp instead of
5183         wl-summary-buffer-number-regexp.
5184         (wl-summary-sync-update): Follow the change above.
5185         (wl-summary-goto-previous-message-beginning): New function.
5186         (wl-summary-mark-as-unread): Use it.
5187         (wl-summary-mark-as-important): Ditto.
5188         (wl-summary-line-formatter): New variable.
5189         (wl-summary-line-year): New function.
5190         (wl-summary-line-day): Ditto.
5191         (wl-summary-line-day-of-week): Ditto.
5192         (wl-summary-line-hour): Ditto.
5193         (wl-summary-line-minute): Ditto.
5194         (wl-summary-line-open-bracket): Ditto.
5195         (wl-summary-line-close-bracket): Ditto.
5196         (wl-summary-line-children-number): Ditto.
5197         (wl-summary-line-thread-indent): Ditto.
5198         (wl-summary-line-size): Ditto.
5199         (wl-summary-line-subject): Ditto.
5200         (wl-summary-line-from): Ditto.
5201         (wl-summary-line-children-and-from): Ditto.
5202         (wl-summary-create-line): Rewritten.
5203         (wl-summary-format-date): Abolished.
5204
5205         * wl-highlight.el (wl-highlight-summary-current-line): Use
5206         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5207         Use thread structure to detect thread top message.
5208
5209         * wl-draft.el (wl-default-draft-cite): Don't use
5210         wl-summary-from-func-internal.
5211
5212         * wl-refile.el (wl-refile-subject-learn): Don't use
5213         wl-summary-subject-filter-func-internal.
5214         (wl-refile-guess-by-subject): Ditto.
5215
5216         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5217         parameters.
5218
5219         * wl-thread.el (wl-thread-update-indent-string-region):
5220         Use wl-thread-update-line-on-buffer instead of
5221         wl-thread-update-indent-string.
5222         (wl-thread-update-children-number): Redefine using
5223         wl-thread-update-line-on-buffer.
5224         (wl-thread-update-indent-string): Abolished.
5225
5226         * Version number is increased to 2.9.11.
5227
5228 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5231         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5232         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5233
5234         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5235         as nil.
5236
5237         * wl-thread.el (wl-thread-open-all-unread): Use 
5238         elmo-folder-list-messages-mark-match.
5239         (wl-thread-insert-message): Removed argument `mark-alist'.
5240         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5241         elmo-msgdb-set-mark.
5242         (wl-thread-get-children-msgs-uncached): Likewise.
5243         (wl-thread-get-exist-children): Added argument include-self.
5244         (wl-thread-delete-message): Follow the change above.
5245
5246         * wl-summary.el (wl-summary-count-unread): Removed argument.
5247         (wl-summary-rescan): Follow the change above.
5248         (wl-summary-mark-as-read-region): Ditto
5249         (wl-summary-mark-as-unread-region): Ditto.
5250         (wl-summary-delete-messages-on-buffer): Ditto.
5251         (wl-summary-sync-update): Ditto.
5252         (wl-summary-switch-to-clone-buffer): Ditto.
5253         (wl-summary-goto-folder-subr): Ditto.
5254         (wl-summary-target-mark-mark-as-read): Ditto.
5255         (wl-summary-target-mark-mark-as-unread): Ditto.
5256         (wl-summary-target-mark-mark-as-important): Ditto.
5257         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5258         (wl-summary-update-thread): Removed argument `mark-alist'.
5259         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5260         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5261         (wl-summary-resume-cache-status): Likewise.
5262         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5263         elmo-msgdb-set-mark.
5264         (wl-summary-mark-as-read-all): Likewise.
5265         (wl-summary-delete-cache): Ditto.
5266         (wl-summary-auto-select-msg-p): Ditto.
5267         (wl-summary-mark-as-unread): Ditto.
5268         (wl-summary-no-auto-refile-message-p): Ditto.
5269         (wl-summary-mark-as-read): Ditto.
5270         (wl-summary-mark-as-important): Ditto.
5271         (wl-summary-auto-refile): Follow the change above.
5272         (wl-summary-delete-all-marks): Removed.
5273         (wl-summary-resume-marks-and-highlight): Ditto.
5274         (wl-summary-resume-marks): Ditto.
5275         (wl-summary-delete-important-msgs-from-list): Ditto.
5276         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5277
5278         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5279         wl-summary-count-unread.
5280
5281         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5282         (wl-summary-score-update-all-lines): Use
5283         elmo-msgdb-set-mark.
5284
5285 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5286
5287         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5288         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5289         (wl-summary-create-line): Renamed from
5290         wl-summary-overview-create-summary-line;
5291         Argument rearrangement.
5292         (wl-summary-update-thread): Follow the change above.
5293
5294         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5295         (wl-thread-insert-entity-sub): Likewise.
5296
5297         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5298         argument `overview', `mark-alist' and added `msgdb'.
5299
5300         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5301
5302         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5303         (wl-summary-rescan): Follow the change above.
5304         (wl-summary-sync-update): Ditto.
5305         (wl-summary-insert-thread-entity): Ditto;
5306         Don't use `let*' in every while loop;
5307         Detect infinite loop of threads.
5308         (wl-summary-update-thread): Removed argument `overview'.
5309
5310         * wl-thread.el (wl-thread-insert-message): Ditto.
5311
5312         * Version number is increased to 2.9.10.
5313
5314         * wl-message.el (wl-message-redisplay): Ignore errors while
5315         wl-message-redisplay-hook.
5316
5317 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318
5319         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5320
5321 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl.el (wl): inhibit-quit while wl-folder.
5324
5325 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5328         while msgdb access.
5329
5330 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5331
5332         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5333         even if no folder is not created.
5334
5335 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5338
5339         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5340         implementation.
5341         (wl-summary-target-mark-thread): Ditto.
5342
5343         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5344
5345 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5346
5347         * wl-util.el (wl-display-bytes): Remove unused function.
5348
5349 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5350
5351         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5352         seems critical one (partially reverse the change in 2002/03/17).
5353
5354 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5357         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5358
5359 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5360
5361         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5362         is not writable.
5363         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5364         plugged status instead of `'force' as 2nd argument.
5365
5366         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5367         is not creatable.
5368
5369         * Version number is increased to 2.9.9.
5370
5371 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5372
5373         * wl-summary.el (wl-summary-suspend): New function.
5374
5375 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5376
5377         * wl.el (wl): Do not check variables if check is nil.
5378         * wl-utils.el (wl-collect-draft): New function.
5379         * wl-folder.el (wl-folder-suspend): Put summary buffers
5380         and draft buffers at the end of buffer list.
5381         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5382
5383 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5384
5385         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5386         loop instead of recursive call.
5387
5388         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5389         2nd argument.
5390
5391 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5392
5393         * wl-draft.el (wl-draft-create-contents): Don't take neither
5394         (function . args) nor (string . something) any more.
5395
5396         * wl-version.el (wl-generate-user-agent-string): Return string
5397         without header symbol.
5398         * wl-draft.el (wl-draft-default-headers): Use it.
5399
5400         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5401         `wl-draft-insert-ccs' and return field value instead of inserting
5402         the header. Abolish cc argument.
5403         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5404
5405         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5406         rather than one with string car.
5407
5408         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5409         * wl-draft.el (wl-draft-create-contents): Add it after the default
5410         headers.
5411
5412         * wl-draft.el (wl-draft-create-contents): For the case of
5413         (symbol-or-string . function) insert header only when the function
5414         returns string value.
5415
5416 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5417
5418         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5419         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5420
5421 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5422
5423         * wl.el (wl-check-environment): Don't check Message-ID when
5424         `wl-insert-message-id' is nil.
5425         Revive checking if `wl-message-id-domain' contains "@".
5426
5427 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5428
5429         * wl.el (wl-check-environment): Merge examination for "@" at
5430         inappropriate position into the first string-match.
5431
5432         * wl-summary.el (wl-summary-target-mark-print): New function.
5433         (wl-summary-pipe-message-subr): Extracted from
5434         `wl-summary-pipe-message'.
5435         (wl-summary-target-mark-pipe): New function.
5436         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5437         `wl-summary-target-mark-pipe'.
5438
5439 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5440
5441         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5442
5443 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5444
5445         * wl.el (wl-check-environment): Use elmo-warning instead of
5446         error for non-critical ones.
5447         Remove trash folder check.
5448         (wl): Don't ignore error in wl-check-environment.
5449
5450         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5451         check, which is moved from `wl-check-environment'.
5452         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5453
5454 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5455
5456         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5457         guess anything, call wl-summary-write.
5458         (wl-summary-write): Create draft with blank To field.
5459         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5460
5461 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5462
5463         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5464         argument full as well for wl-folder-write-current-folder.
5465         If wl-*-write-current-folder cannot guess addressee, add blank
5466         To header.
5467         Rewrite condition for positioning cursor.
5468
5469 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5470
5471         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5472         summary buffer is present, use it.
5473         (wl-folder-jump-to-previous-summary): Ditto.
5474
5475 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5476
5477         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5478
5479         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5480         wl-summary-previous-buffer and wl-summary-next-buffer.
5481
5482         * wl-folder.el (wl-folder-mode-map): Bind
5483         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5484         (wl-folder-jump-to-next-summary): New function.
5485         (wl-folder-jump-to-previous-summary): Ditto.
5486
5487         * wl-draft.el (wl-draft): Rearranged.
5488
5489 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5490
5491         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5492         of header.
5493         (wl-draft): Collect arguments for the header as header-alist.
5494         (wl-draft-forward): Arrange arguments for wl-draft.
5495         (wl-draft-reply): Ditto.
5496         (wl-draft-edit-string): Ditto.
5497         * wl-summary.el (wl-summary-write): Ditto.
5498         (wl-summary-write-current-folder): Ditto.
5499
5500         * Version number is increased to 2.9.8.
5501
5502 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5503
5504         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5505
5506         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5507
5508         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5509         even if the guess failed.
5510
5511         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5512         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5513         wl-summary-write-current-folder.
5514         * wl-xmas.el: Ditto.
5515
5516 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-summary.el (wl-summary-next-page): Force display message if
5519         message is not displayed yet.
5520         (wl-summary-prev-page): Ditto.
5521
5522 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5523
5524         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5525
5526 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5527
5528         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5529         add "Preview Message" and "Save Draft and Exit".
5530
5531 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5532
5533         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5534         if addrmgr is called from draft in splitted window.
5535
5536         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5537         * wl-mule.el: Ditto.
5538         * wl-xmas.el: Ditto.
5539
5540 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5543
5544         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5545         * wl-xmas.el (wl-folder-toolbar): Ditto.
5546
5547 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5548
5549         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5550         and wl-draft-save-and-exit.
5551         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5552         * wl-xmas.el: Ditto.
5553         * wl-mule.el: Ditto.
5554
5555         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5556         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5557
5558 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5559
5560         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5561         lists for saving buffer.
5562
5563 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5564
5565         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5566         parent-folder argument instead of it.
5567         (wl-draft-create-buffer): Ditto.
5568         (wl-draft-forward): Ditto.
5569         (wl-draft-reply): Ditto.
5570         * wl-summary.el (wl-summary-write): Ditto.
5571         (wl-summary-write-current-folder): Ditto.
5572
5573         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5574         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5575         Folder buffer after composing.
5576
5577 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5580         header if the file `wl-x-face-file' already contains it.
5581
5582 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5583
5584         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5585         folder" entry.
5586         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5587         * wl-e21.el (wl-folder-toolbar): Ditto.
5588         * wl-xmas.el (wl-folder-toolbar): Ditto.
5589
5590 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5591
5592         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5593         wl-folder-goto-folder with sticky argument.
5594         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5595
5596 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5599         and wl-summary-previous-buffer.
5600         (wl-summary-next-buffer): New function.
5601         (wl-summary-previous-buffer): Ditto.
5602
5603 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5604
5605         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5606         wl-folder-jump-to-current-entity-with-arg.
5607         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5608         `wl-folder-jump-to-current-entity'.
5609         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5610         `wl-summary-goto-folder-sticky'.
5611         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5612         `wl-summary-goto-folder'.
5613         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5614         Unless force-exit, do not clean temp. marks for sticky summary.
5615         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5616
5617 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5620         not entire.
5621
5622 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5623
5624         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5625         to `C-x C-s'.
5626         (wl-summary-save-status): New command.
5627         (wl-summary-exit): Don't clean-up temp marks when sticky.
5628         (Applied patch from Nakayama-san [wl: 09548])
5629         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5630         Do nothing when no mark data.
5631         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5632         Call `wl-summary-delete-all-temp-marks' before saving.
5633
5634 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5635
5636         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5637
5638 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5639
5640         * wl.el (wl-check-environment): Also cause error when (system-name)
5641         returns "localhost.localdomain". (Although it doesn't affect because
5642         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5643
5644 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5645
5646         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5647         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5648
5649         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5650         value.
5651
5652 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5655         Likewise r-cc-list and r-ng-list.
5656
5657 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5658
5659         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5660         only if it is bound as variable.
5661
5662         * wl-mime.el (wl-draft-preview-message): Ditto.
5663
5664 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5667         needless `goto-char'.
5668
5669         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5670         `wl-summary-redisplay-no-mime-internal' instead of
5671         `wl-summary-redisplay-no-mime'.
5672         (wl-summary-redisplay-no-mime): Changed argument;
5673         Call `wl-summary-redisplay-no-mime-internal'.
5674
5675         * wl-mime.el (wl-draft-preview-message): Bind
5676         `mime-header-encode-method-alist' locally.
5677
5678         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5679         (wl-draft-std11-parse-addresses): Added the first address check.
5680         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5681
5682         * Version number is increased to 2.9.7.
5683
5684 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5685
5686         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5687
5688 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5689
5690         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5691         related to scrollbar support, if there is no such a feature
5692         compiled in.
5693
5694 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5695
5696         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5697         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5698         for prefetch.
5699
5700 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5701
5702         * wl-summary.el (wl-summary-pick): Fix for no match.
5703
5704 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5705
5706         * wl-draft.el (wl-draft-save):
5707         Override `mime-header-encode-method-alist'.
5708
5709 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5710
5711         * wl-folder.el (wl-folder-pick): New function.
5712         Define key as "?".
5713
5714 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5715
5716         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5717         Fix for unplugged.
5718
5719 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5720
5721         * wl-folder.el (wl-folder-virtual): New function.
5722         Define key as "V".
5723
5724 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5725
5726         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5727         multi folder if entity is group.
5728
5729 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5730
5731         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5732         is nil.
5733
5734 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5735
5736         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5737         (wl-summary-target-mark-msgs): Return the number of marked messages.
5738
5739 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5740
5741         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5742         "first:" is specified.
5743
5744 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5745
5746         * wl-vars.el (wl-from): Use return value of function
5747         user-full-name instead of the variable user-full-name since
5748         XEmacs-20.4 doesn't set this variable.
5749
5750 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5751
5752         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5753         call `wl' directly.
5754
5755 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5756
5757         * wl-draft.el (wl-draft-reedit): Removed duplicated
5758         switch-to-buffers.
5759
5760 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * wl.el (wl-other-frame): Removed garbages.
5763
5764 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5767
5768         * wl-xmas.el (wl-draft-key-setup): Ditto.
5769
5770         * wl-mule.el (wl-draft-key-setup): Ditto.
5771
5772         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5773         (wl-draft-reedit): Ditto.
5774         (wl-draft-prepare-edit): Add `wl-draft-save' to
5775         `local-write-file-hooks'.
5776         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5777         (wl-draft-reedit): Set buffer-file-name.
5778         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5779
5780
5781         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5782         call it.
5783         (wl-delete-startup-frame-function): New variable.
5784         (wl-other-frame): New function
5785         (Original was written by Yamaoka san [wl: 09239]).
5786
5787         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5788         if `wl-folder-use-frame'.
5789
5790 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5791
5792         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5793
5794 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5795
5796         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5797         New variable.
5798         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5799         (wl-message-buffer-prefetch-get-next): Use them.
5800         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5801
5802 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5803
5804         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5805         with unwind-protect.
5806
5807         * wl-draft.el (wl-draft-reedit): Rewrite.
5808         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5809         (wl-draft-save): Insert header separator if it does not exist;
5810         Removed condition-case.
5811
5812         * wl-summary.el (wl-summary-reedit): Revert last change.
5813
5814         * wl-draft.el (wl-draft-save): Rewrite.
5815         (wl-draft-create-buffer): Set buffer-file-name as nil.
5816
5817         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5818
5819         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5820
5821         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5822         nil.
5823
5824 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5825
5826         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5827         If count is nil, do not prefetch.
5828         (wl-message-buffer-prefetch-next): Next.
5829
5830 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5831
5832         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5833
5834 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5835
5836         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5837         `delete-backward-char'
5838         (wl-draft-prepare-edit): Check major-mode.
5839         (wl-draft-decode-header): Rewrite.
5840         (wl-draft): Fix.
5841
5842 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5843
5844         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5845
5846 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5847
5848         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5849         (wl-message-buffer-prefetch-get-next): Remove size checking.
5850         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5851
5852 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5853
5854         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5855         (wl-draft-default-headers): Fix.
5856
5857 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5858
5859         * wl-draft.el (wl-draft-default-headers): Insert return value of
5860         `wl-generate-mailer-string-function'.
5861
5862 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5863
5864         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5865         (wl-draft-insert-mail-header-separator): Ditto.
5866
5867         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5868         again (Reverted the change on 2002-01-17 by OKADA san).
5869
5870 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5871
5872         * wl-draft.el (wl-draft): Rewrite.
5873         (wl-draft-create-buffer): New function.
5874         (wl-draft-create-contents): Ditto.
5875         (wl-draft-prepare-edit): Ditto.
5876         (wl-draft-decode-header): Ditto.
5877         (wl-draft-decode-body): Ditto.
5878         (wl-draft-check-new-line): Ditto.
5879         (wl-draft-default-headers): Ditto.
5880         (wl-draft-insert-mail-header-separator): Ditto.
5881
5882 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5883
5884         * Version number is increased to 2.9.6.
5885
5886 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-draft.el (wl-draft-delete-field): Optional argument.
5889         (wl-draft-delete-fields): Ditto.
5890
5891 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5892
5893         * wl-message.el (toplevel): Eliminated byte-compile warning.
5894         for `itimer-function', `delete-timer' and `itimer-list'.
5895
5896 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5897
5898         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5899         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5900         `wl-message-buffer-prefetch-threshold'.
5901         * wl-summary.el (wl-summary-redisplay-internal): Remove
5902         the check of `wl-message-buffer-prefetch-depth'.
5903
5904 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5905
5906         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5907         size of article.
5908         (wl-message-buffer-prefetch-subr): Remove size check.
5909
5910 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5911
5912         * wl-vars.el (wl-plugged): Make customizable.
5913
5914 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5915
5916         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5917         (wl-message-buffer-prefetch-set-timer): New function.
5918         (wl-message-buffer-prefetch-get-next): New function.
5919         (wl-message-buffer-prefetch): New function.
5920         (wl-message-buffer-prefetch-next): Rewrite.
5921         (wl-message-buffer-prefetch-subr): Rewrite.
5922         * wl-vars.el (wl-auto-prefetch-first): New variable.
5923         * wl-summary.el (wl-summary-goto-folder-subr): Call
5924         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5925
5926 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5927
5928         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5929         `wl-summary-unread-message-hook'.
5930
5931 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5932
5933         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5934         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5935         if range is `cache-status'.
5936
5937 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5938
5939         * wl-message.el (wl-message-buffer-prefetch-subr):
5940         Improve debug message.
5941
5942 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5943
5944         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5945         `wl-mail-send-pre-hook'.
5946         (wl-draft-send-mail-with-qmail): Ditto.
5947         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5948
5949 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5950
5951         * wl-message.el (wl-message-buffer-prefetch-subr):
5952         Fix for cancel-function-timers bug.
5953         (wl-message-buffer-prefetch-debug): Default value is t.
5954
5955 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5956
5957         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5958         (wl-message-buffer-prefetch-subr): Rewrite.
5959         Rename from `wl-message-buffer-prefetch'.
5960
5961 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5962
5963         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5964         (wl-default-draft-cite-decorate-author): Ditto.
5965
5966         * wl-draft.el (wl-draft-cite-function): Removed.
5967         (wl-default-draft-cite-decorate-author): Ditto.
5968
5969 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5970
5971         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5972         (wl-default-draft-cite): Do not arrange author name if the value of
5973         `wl-default-draft-cite-decorate-author' is nil.
5974
5975 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5976
5977         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5978
5979         * wl-folder.el (wl-folder-check-one-entity): Don't care
5980         `elmo-folder-use-flag-p'.
5981
5982 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5983
5984         * wl-folder (wl-folder-check-one-entity): Fix
5985         problem if unread is nil.
5986
5987 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5988
5989         * wl-address.el (wl-address-make-completion-list): Check whether
5990         the address is a group list.
5991         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5992
5993 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5994
5995         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5996         The number of the messages of new and unread does not count
5997         correctly.
5998
5999         * wl-summary.el (wl-summary-count-unread): Changed to return
6000         `(new . unread)' instead of total.
6001         (wl-summary-sync-update): Follow the change above.
6002
6003         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6004
6005 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6006
6007         * wl-address.el (wl-address-make-completion-list): Do not enclose
6008         address by " <" and ">" if associated realname is "".
6009         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6010         This is against the promblem with group list in .addresses pointed
6011         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6012
6013 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6014
6015         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6016         message is a format control string.
6017         * wl-expire.el (wl-expire-append-log): Ditto.
6018         * wl-mime.el (wl-summary-burst-subr): Ditto.
6019         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6020         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6021
6022 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6023
6024         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6025         wl.el (wl-check-variables): Rename from `wl-check-type'.
6026         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6027         (wl-check-variables-2): New function.
6028         (wl): Call `wl-check-variables-2'.
6029
6030 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031
6032         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6033         after renaming folder in access group.
6034
6035 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6038         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6039         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6040         (wl-message-buffer-prefetch): Rewrite.
6041         (wl-message-buffer-prefetch-idle-time): Removed.
6042         * wl-summary.el (wl-summary-redisplay-internal):
6043         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6044         Error check for `wl-message-buffer-prefetch-depht'.
6045
6046 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * Version number is increased to 2.9.5.
6049         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6050
6051 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6052
6053         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6054         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6055         Based on the patch written by
6056         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6057
6058 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6059
6060         * wl-draft.el (wl-draft-raw-send): Fix for
6061         `wl-news-send-pre-hook'
6062
6063 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6064
6065         * wl-utils.el (wl-message-id-function): New variable.
6066         * wl-draft.el (wl-draft-insert-required-fields):
6067         Use `wl-message-id-function'.
6068
6069 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6070
6071         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6072         * wl-utils.el (wl-draft-make-message-id-string):
6073         Use `wl-from' for domain part of Message-ID
6074         if `wl-message-id-use-wl-from' if non-nil.
6075         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6076
6077 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6078
6079         * wl.el (wl): Call `wl-check-type'
6080         Do not 'condition-case'.
6081
6082 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6083
6084         * wl.el (wl-check-type): New function.
6085         (wl-check-type-variables): New variable.
6086
6087 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6088
6089         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6090
6091 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6092
6093         * wl-draft.el (wl-smtp-password-key): New function.
6094         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6095         (wl-draft-send-mail-with-smtp): Ditto.
6096         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6097
6098 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6099
6100         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6101         * wl-utils.el (wl-unique-id-suffix): Remove.
6102
6103 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6104
6105         * Version number is increased to 2.9.4.
6106
6107 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6108
6109         * wl-utils.el (wl-unique-id-suffix): New variable.
6110         (wl-unique-id): Use `wl-unique-id-suffix'
6111
6112 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6113
6114         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6115         instead of `elmo-msgdb-search'.
6116
6117         * Version number is increased to 2.9.3.
6118
6119 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6120
6121         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6122
6123 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6126         (wl-draft-dispatch-message): Changed for send-later.
6127         (wl-draft-queue-flush): Ditto.
6128         (wl-draft): Clear `wl-sent-message-queued'.
6129         (wl-draft-reedit): Ditto.
6130         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6131         * wl-vars.el (wl-draft-force-queuing): New variable.
6132         (wl-draft-force-queuing-mail): New variable.
6133         (wl-draft-force-queuing-news): New variable.
6134
6135 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6136
6137         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6138         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6139
6140 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6141
6142         * Version number is increased to 2.9.2.
6143
6144 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6145
6146         * wl-draft.el (wl-draft-elide-region): New user command.
6147         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6148
6149         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6150         command `wl-draft-elide-region'.
6151         * wl-mule.el: Ditto.
6152         * wl-xmas.el: Ditto.
6153
6154 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6157         (wl-biff-check-folder-async): Removed needless let.
6158
6159 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6162         wl-folder-get-elmo-folder.
6163         (wl-biff-check-folder): Set `biff' argument of
6164         `wl-folder-check-one-entity'.
6165         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6166
6167         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6168         (wl-folder-check-one-entity): Added `biff' argument;
6169         Setup `biff' slot of folder.
6170
6171         * Version number is increased to 2.9.1.
6172
6173 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6176         comment out and fixed.
6177         (wl-fldmgr-add-completion-subr): Ditto.
6178
6179         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6180         and msgdb.
6181
6182         * wl.el (wl-toggle-plugged): Save summary view.
6183
6184 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6187
6188 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6189
6190         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6191
6192 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6195         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6196         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6197
6198         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6199         if it was failed.
6200         (wl-demo): Disable undo in the demo buffer.
6201
6202 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6203
6204         * wl-version.el (wl-version): Changed codename.
6205
6206         * Version number is increased to 2.9.0.
6207
6208 2001-12-14  Takuo KITAME <kitame@northeye.org>
6209
6210         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6211         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6212         (wl-folder-mark-as-read-all-current-entity): Ditto.
6213
6214 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6215
6216         * wl-vars.el (wl-from-width): Define as obsolete variable.
6217         (wl-subject-length-limit): Ditto.
6218
6219         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6220
6221         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6222         wl-summary-save-view.
6223
6224         * wl.el (wl-save-status): Ditto.
6225         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6226
6227         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6228         (wl-summary-exit): Follow the change above.
6229         (wl-summary-goto-folder-subr): Ditto.
6230
6231         * wl-folder.el (wl-folder-create-subr): Don't use
6232         `elmo-folder-creatable-p'.
6233
6234 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6237
6238 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6241         rather than bitmap on Emacs 21.
6242         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6243         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6244         for xbm if the new redisplay engine is not available.
6245
6246 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-folder.el (wl-folder-init-hook): New hook.
6249         (wl-folder-init): Run `wl-folder-init-hook'.
6250
6251 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6254
6255 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6256
6257         * wl-acap.el (wl-acap-cache-filename): New variable.
6258         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6259         (wl-acap-init): Use cache if no ACAP server found.
6260
6261 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6262
6263         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6264         `wl-acap-original-msgdb-dir'.
6265
6266         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6267         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6268
6269         * wl-mime.el (wl-mime-save-directory): Renamed from
6270         `wl-mime-save-dir'.
6271
6272 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6275
6276         * wl-demo.el: Require `path-util'.
6277         (wl-demo-bitmap-mule-available-p): New internal variable.
6278         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6279         `module-installed-p' instead.
6280         (wl-demo-insert-image): Use *.img file for a bitmap image.
6281         (wl-demo): Don't call the ascii demo recursively.
6282
6283 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6284
6285         * Version number is increased to 2.7.7.
6286
6287 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * wl.el (wl-exit): Eliminated byte-compile warning.
6290
6291 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6292
6293         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6294         obsolete variable using `elmo-define-obsolete-variable'.
6295         (wl-fetch-confirm-threshold): Ditto.
6296         (wl-cache-prefetch-folder-type-list): Ditto.
6297         (wl-cache-prefetch-folder-list): Ditto.
6298
6299 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6302         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6303         (wl-demo-insert-image): New function.
6304         (wl-demo-insert-text): New function.
6305         (wl-demo-image-type-alist): Redefine as a function.
6306         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6307         (wl-demo-with-temp-file-buffer): Removed.
6308         (wl-logo-xpm): Removed.
6309         (wl-logo-xbm): Removed.
6310         (wl-logo-bitmap): Removed.
6311
6312 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6313
6314         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6315         (wl-expire-localdir-get-folder-function): New user option.
6316         (wl-expire-localdir-get-folder): New function.
6317         (wl-expire-localdir-date): Ditto.
6318
6319 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6320
6321         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6322         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6323         Fixed unread number mismatch when all-unread < unread.
6324
6325 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6328         (wl-fetch-confirm-threshold): Ditto.
6329
6330         * wl-summary.el (wl-summary-confirm-appends): Removed.
6331         (wl-summary-sync-update): Don't refer
6332         `wl-summary-update-confirm-threshold' (It is now abolished).
6333
6334         * wl-message.el (wl-message-display-internal): Don't refer
6335         `wl-fetch-confirm-threshold' (It is now abolished).
6336
6337 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6340
6341 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6342
6343         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6344         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6345         Change default value to nil.
6346         (wl-summary-indent-length-limit): The value can be nil, nil means
6347         unlimited.
6348
6349         * wl-summary.el: Don't set limit for indent length if the value of
6350         wl-summary-indent-length-limit is nil.
6351         If the value of wl-summary-width is nil, it means only that the width
6352         of summary is unlimited (nil doesn't mean that the indent length is
6353         unlimited).
6354
6355         * wl-thread.el: Ditto.
6356
6357 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6358
6359         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6360         be nil, nil means never confirm.
6361         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6362
6363 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6364
6365         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6366         means unlimited).
6367
6368 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6371         Use `with-temp-buffer'.
6372
6373 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6374
6375         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6376         with new backquote style).
6377         (wl-folder-get-entity-from-buffer): Ditto.
6378
6379 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6380
6381         * wl-version.el (nemacs-version): Eliminated.
6382         (wl-extended-emacs-version2): Ignore nemacs.
6383         (wl-extended-emacs-version3): Ditto.
6384
6385 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6386
6387         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6388         (wl-draft-add-in-reply-to): New variable.
6389         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6390         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6391         (wl-draft-yank-from-mail-reply-buffer): Use
6392         `wl-draft-add-in-reply-to'.
6393         (wl-draft-insert-current-message): Ditto.
6394
6395 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6396
6397         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6398         typo (kill->hide).
6399         (wl-message-buffer-prefetch-folder-type-list): Added elements
6400         `mark' and `cache' instead of `internal'.
6401
6402 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6403
6404         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6405         resume msgdb directory.
6406
6407 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl.el (wl-exit): Call `wl-acap-exit'.
6410
6411         * wl-summary.el (wl-summary-message-string): New function.
6412         (wl-summary-reedit): Use it.
6413         (wl-summary-resend-bounced-mail): Remove needless let.
6414         (wl-summary-supersedes-message): Ditto.
6415         (wl-summary-save): Ditto.
6416
6417         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6418         (wl-acap-init): Set it.
6419         (wl-acap-exit): New function.
6420
6421 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6422
6423         * wl.el (wl-init): Revert (require 'mime-setup). move from
6424         toplevel.
6425
6426 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6427
6428         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6429         local variables.  Add error when guess function return invalid
6430         value.
6431
6432 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6433
6434         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6435         Change local variable name.
6436         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6437         (wl-folder-get-newsgroups): Return nil when non-news folder.
6438         * wl-summary.el (wl-summary-write-current-folder): State through
6439         when guess-list return nil.
6440         (wl-summary-write-current-folder-functions): Fixed docstring.
6441
6442         * wl.el (wl-exit): Changed confirm message.
6443
6444         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6445         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6446
6447         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6448
6449 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6450
6451         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6452         user option (Renamed from wl-cache-prefetch-folder-type-list).
6453         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6454         from wl-cache-prefetch-folder-list).
6455
6456         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6457         Move to wl-vars.el.
6458         (wl-message-buffer-prefetch-p): Changed to enable
6459         `wl-message-buffer-prefetch-folder-list'.
6460
6461         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6462         `ignore-cache'.
6463
6464 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6467         `part-top' and `part-bottom'.
6468         (wl-draft-config-sub-part-top): New function.
6469         (wl-draft-config-sub-part-bottom): New function.
6470
6471 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6472
6473         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6474
6475 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6478
6479 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6480
6481         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6482
6483         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6484         (wl-summary-write-current-folder): Ditto.
6485
6486 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6487
6488         * wl-folder.el (wl-folder-get-newsgroups): Use
6489         `elmo-folder-newsgroups'.
6490
6491 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6492
6493         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6494         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6495         `wl-draft-config-sub-header-bottom'.
6496
6497 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6498
6499         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6500         localnews folder.
6501
6502 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6503
6504         * wl-summary.el (wl-summary-mode): Undo last change.
6505
6506         * wl-folder.el (wl-folder-mode): Ditto.
6507
6508 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6509
6510         * wl-summary.el (wl-summary-mode): Locally set
6511         truncate-partial-window-width to nil.
6512         (for XEmacs)
6513
6514         * wl-folder.el (wl-folder-mode): Ditto.
6515
6516 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6519
6520 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6521
6522         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6523         number.
6524
6525         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6526
6527         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6528
6529         * Version number is increased to 2.7.6.
6530
6531 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6534
6535 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * wl-summary.el (wl-summary-sync-update): Enclose network
6538         related portion with `unwind-protect'.
6539
6540 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6541
6542         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6543
6544 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6547         element.
6548         * wl-vars.el (wl-message-body-button-alist): Ditto.
6549
6550         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6551         max match length.
6552         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6553
6554         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6555         for the max match length;
6556         Use 4th element value for the button string regexp group.
6557
6558         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6559         candidate exists, prompt to select.
6560
6561 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6562
6563         * wl-summary.el (wl-summary-jump-to-msg): Search before
6564         calibration point by `beginning-of-line'.
6565
6566 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6567
6568         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6569         for access group.
6570
6571 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6572
6573         * wl-message.el (wl-message-display-internal): Bind
6574         `default-mime-charset'.
6575
6576         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6577
6578         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6579
6580         * Version number is increased to 2.7.5.
6581
6582 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6583
6584         * wl-expire.el (wl-summary-archive): Fixed;
6585         Use `elmo-folder-name-internal'.
6586
6587 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6588
6589         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6590         from `elmo-folder-move-messages' caller.
6591         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6592
6593         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6594         related portions are changed).
6595
6596 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6597
6598         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6599         counter.
6600
6601 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6602
6603         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6604         buffer local and set it to nil.
6605
6606         * wl-message.el (wl-message-redisplay): Ditto.
6607
6608 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6609
6610         * wl-summary.el (wl-summary-mark-as-important): If message is
6611         already cached, set messag as read, otherwise encache and mark as read.
6612
6613 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6614
6615         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6616         point-min.
6617
6618 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6621         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6622         a keymap.
6623
6624 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6625
6626         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6627         parent.
6628
6629         * wl-mule.el (wl-message-define-keymap): Ditto.
6630
6631         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6632
6633         * wl-xmas.el (wl-message-display-internal-hook): Define.
6634         (wl-xmas-setup-message-toolbar): Define as function.
6635         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6636         (wl-message-overload-functions): Abolished.
6637         (wl-message-define-keymap): New function.
6638
6639         * wl-vars.el (wl-message-display-internal-hook): New variable.
6640         (wl-message-header-button-alist): New variable (Renamed from
6641         wl-highlight-message-header-button-alist).
6642         (wl-message-body-button-alist): Ditto.
6643
6644         * wl-mule.el (wl-message-define-keymap): New function.
6645         (wl-message-overload-functions): Abolished.
6646
6647         * wl-message.el (wl-message-add-buttons-to-body): New function.
6648         (wl-message-redisplay): Don't call wl-message-overload-functions;
6649         Call wl-message-add-buttons-to-header and
6650         wl-message-add-buttons-to-body.
6651         (wl-message-display-internal): Set keymap argument for
6652         elmo-mime-display-as-is, elmo-mime-message-display;
6653         Run wl-message-display-internal-hook.
6654         (wl-message-refer-article-or-url): Abolished.
6655
6656         * wl-highlight.el (wl-highlight-headers): Don't call
6657         wl-highlight-message-add-buttons-to-header.
6658         (wl-highlight-message-add-buttons-to-header): Abolished.
6659
6660
6661         * wl-e21.el (wl-message-display-internal-hook): Define.
6662         (wl-e21-setup-toolbar): Deleted duplicated binding.
6663         (wl-e21-setup-message-toolbar): Define as function.
6664         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6665         (wl-message-define-keymap): New function.
6666         (wl-message-overload-functions): Abolished.
6667
6668 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6669
6670         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6671         and elmo-folder-close.
6672
6673         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6674
6675 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6676
6677         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6678         boolean value.
6679         * wl-draft.el (wl-draft-do-fcc): Ditto.
6680
6681 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-vars.el (wl-fcc-force-as-read): New variable.
6684         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6685         mark copied message as read.
6686
6687 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6688
6689         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6690
6691 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6692
6693         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6694         `wl-summary-target-above' instead of obsolete variable
6695         `wl-summary-temp-above'.
6696
6697         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6698         instead of `make-obsolete-variable'.
6699         * wl-refile.el (toplevel): Ditto.
6700
6701 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6702
6703         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6704         with third argument t.
6705         (wl-draft): Set first argument for wl-plugged-init as t.
6706
6707         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6708         definition.
6709
6710 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6711
6712         * wl-vars.el: Tabify.
6713         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6714
6715         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6716         message.
6717
6718 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6719
6720         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6721         and set default to beep.
6722
6723 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6724
6725         * wl-vars.el (wl-draft-truncate-lines): New variable.
6726
6727         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6728         instead of wl-message-truncate-lines for truncate-lines.
6729
6730 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-message.el (wl-message-display-internal): Call
6733         `wl-highlight-message' after `elmo-mime-display-as-is'.
6734
6735         * wl-mime.el (wl-mime-display-text/plain): New function.
6736         (wl-mime-display-header): Ditto.
6737         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6738         body-presentation-method for text/plain;
6739         Register `wl-mime-display-header' as a header-presentation-method;
6740         Don't set up `elmo-message-text-content-inserted-hook' and
6741         `elmo-message-header-inserted-hook'.
6742
6743         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6744         variable.
6745         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6746         as t if flag is 'all-header;
6747         Don't bind `elmo-message-ignored-field-list',
6748         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6749
6750 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6753         for xemacs with non-mule environment.
6754
6755 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6756
6757         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6758         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6759         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6760
6761 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6762
6763         * wl-vars.el (wl-interactive-send): Set default value as t.
6764
6765 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6768         (wl-addrmgr-method-list): Abolished.
6769         (wl-addrmgr-change-method): Follow above change.
6770
6771         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6772
6773 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6774
6775         * wl-vars.el (wl-message-truncate-lines): Change default value
6776         to default-truncate-lines.
6777
6778         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6779
6780 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6781
6782         * wl-vars.el (wl-message-truncate-lines): New variable.
6783
6784         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6785         wl-message-truncate-lines.
6786
6787 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6788
6789         * wl-acap.el (wl-acap-init): Remove period from error message.
6790         (wl-acap-find-acap-service): Remove period from message.
6791
6792 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl.el (wl-check-environment): Undo last change.
6795
6796         * wl-vars.el (wl-from): Changed default value.
6797
6798         * wl-util.el (toplevel): Don't require tm-edit.
6799
6800         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6801         `wl-folder-init';
6802         Don't set mark on mail body.
6803         (wl-draft-reedit): Ditto.
6804
6805         * wl-address.el (wl-address-quote-specials): Define as an alias for
6806         elmo-address-quote-specials.
6807
6808 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6809
6810         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6811
6812         * wl-vars.el (wl-from): Set default value as nil.
6813         (wl-organization): Set default value as ORGANIZATION environment
6814         variable.
6815
6816         * wl-draft.el (wl-smtp-extension-bind): Check value of
6817         wl-smtp-connection-type.
6818
6819         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6820         error.
6821
6822 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6823
6824         * Version number is increased to 2.7.4.
6825
6826         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6827         arguments from `wl-highlight-x-face-function' caller.
6828         Use x-face-1.3.6.12 or later.
6829
6830 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6831
6832         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6833
6834 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6835
6836         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6837         (wl-fcc): Fix to accept function.
6838         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6839
6840 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6841
6842         * wl-acap.el (toplevel): Added `product-provide' declare.
6843         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6844
6845 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl.el (wl): Changed order of calling `elmo-init'
6848         and `elmo-folder-init'.
6849
6850 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6851
6852         * wl-mime.el (wl-summary-burst): Extract message when content-type
6853         of root entity is not only `multipart' but also `message/rfc822'.
6854         (wl-summary-burst-subr): Ditto.
6855
6856 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-vars.el (toplevel): Require 'custom.
6859         (wl-trash-folder): Added to `wl-setting' group.
6860
6861         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6862         exists.
6863         (wl-addrmgr-draw): Insert empty line when no entry exists.
6864
6865         * wl-mule.el (wl-message-wheel-up): Fixed.
6866         (wl-message-wheel-down): Ditto.
6867
6868 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6869
6870         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6871         config is an anonymous lambda expression.
6872
6873 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6876         when Mule 2 is running.
6877
6878 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6881
6882 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6883
6884         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6885         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6886
6887         * wl-address.el (wl-address-specials-regexp): Eliminated.
6888         (wl-address-quote-specials): Rewrite.
6889
6890 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6893         shy-groups for regexp.
6894
6895         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6896         character classes and Perl style shy-groups for regexp.
6897         (wl-highlight-plugged-current-line): Use Posix style character
6898         classes for regexp.
6899         (wl-e21-highlight-folder-by-numbers): Ditto.
6900         (wl-e21-display-image-p): Use `display-images-p' instead of
6901         `display-graphic-p'.
6902         (display-images-p): Make an alias to `display-graphic-p' if it is
6903         not available.  It is for Emacs version prior to 21.0.105.
6904
6905         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6906         `display-graphic-p'.
6907         (wl-demo-image-type-alist): Ditto.
6908         (display-images-p): Make an alias to `display-graphic-p' if it is
6909         not available.  It is for Emacs version prior to 21.0.105.
6910
6911 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6912
6913         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6914         support.
6915         (wl-generate-user-agent-string): Ditto.
6916
6917         * wl-version.el (wl-version): Update docsting.
6918         (wl-version-status): Ditto.
6919
6920 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6921
6922         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6923         21.0.105.  For Emacs 21.0.104 or earlier.
6924
6925 2001-09-03  Takuo KITAME <kitame@northeye.org>
6926
6927         * wl-e21.el (wl-plugged-init-icons): Use
6928         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6929         (wl-biff-init-icons): Ditto.
6930
6931 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-highlight.el (wl-highlight-summary-current-line):
6934         Fixed highlighting refile/copy destination.
6935
6936         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6937         (wl-acap-store): Encode string by wl-acap-coding-system.
6938
6939 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl-acap.el (toplevel): Check and require 'un-define before
6942         'xemacs-ucs;
6943          Added checking for UTF-2000.
6944
6945 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6948         Don't enclose with `eval-and-compile'.
6949
6950         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6951         wl-init is non-nil.
6952
6953         * wl-draft.el (wl-draft): Ditto.
6954
6955         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6956
6957         * wl-acap.el (toplevel): Require 'wl.
6958         (wl-acap-store): Call `elmo-init'.
6959
6960         * wl.el (wl): Changed position of `wl-check-environment'.
6961         (toplevel): Added autoload setting for wl-acap.
6962
6963         * wl-vars.el (wl-setting): New custom group.
6964         (wl-from): Added wl-setting group.
6965         (wl-user-mail-address-list): Ditto.
6966         (wl-organization): Ditto.
6967         (wl-subscribed-mailing-list): Ditto.
6968         (wl-envelope-from): Ditto.
6969         (wl-smtp-posting-user): Ditto.
6970         (wl-smtp-posting-server): Ditto.
6971         (wl-smtp-posting-port): Ditto.
6972         (wl-smtp-authenticate-type): Ditto.
6973         (wl-pop-before-smtp-user): Ditto.
6974         (wl-pop-before-smtp-server): Ditto.
6975         (wl-pop-before-smtp-port): Ditto.
6976         (wl-pop-before-smtp-authenticate-type): Ditto.
6977         (wl-nntp-posting-server): Ditto.
6978         (wl-nntp-posting-user): Ditto.
6979         (wl-nntp-posting-port): Ditto.
6980         (wl-fetch-confirm-threshold): Ditto.
6981         (wl-prefetch-threshold): Ditto.
6982         (wl-thread-insert-opened): Ditto.
6983         (wl-ldap-server): Ditto.
6984         (wl-ldap-port): Ditto.
6985         (wl-ldap-base): Ditto.
6986         (wl-ldap-objectclass): Ditto.
6987         (wl-use-ldap): Ditto.
6988         (wl-draft-config-alist): Ditto.
6989         (wl-draft-config-matchone): Ditto.
6990         (wl-template-alist): Ditto.
6991         (wl-message-sort-field-list): Ditto.
6992         (wl-message-ignored-field-list): Ditto.
6993         (wl-message-visible-field-list): Ditto.
6994         (wl-interactive-send): Ditto.
6995         (wl-summary-move-order): Ditto.
6996         (wl-auto-select-first): Ditto.
6997         (wl-auto-select-next): Ditto.
6998         (wl-interactive-save-folders): Ditto.
6999
7000         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7001         Initialization codes are moved from wl-local-folder-init.
7002         (wl-local-folder-init): Follow the change above.
7003         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7004
7005         * wl-acap.el: New file.
7006
7007         * Version number is increased to 2.7.3.
7008
7009 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7010
7011         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7012
7013 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7014
7015         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7016         (wl-addrmgr-address-entry-list): Ditto.
7017
7018 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7019
7020         * wl-e21.el (wl-draft-mode-map): Removed binding for
7021         `wl-draft-insert-x-face-field'.
7022
7023         * wl-mule.el (wl-draft-mode-map): Ditto.
7024
7025         * wl-xmas.el (wl-draft-mode-map): Ditto.
7026
7027         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7028         (wl-cs-autoconv): Ditto.
7029         (wl-cs-local): Ditto.
7030         (wl-use-scoring): Ditto.
7031         (wl-mime-charset): Ditto.
7032         (wl-folder-check-async): Ditto.
7033
7034         * wl.el (toplevel): Ignore nemacs and tm.
7035         (wl-exit): Ditto.
7036
7037         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7038         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7039         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7040         instead of wl-address-petname-add-or-change.
7041         (wl-summary-edit-addresses-subr): Use wl-address-delete
7042         instead of wl-address-petname-delete.
7043
7044         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7045
7046         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7047         if error occured.
7048
7049         * wl-message.el (require): Remove tm support.
7050
7051         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7052
7053         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7054         (wl-folder-jump-to-current-entity): Ditto.
7055         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7056
7057         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7058         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7059         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7060
7061         * wl-mule.el (wl-draft-key-setup): Ditto.
7062
7063         * wl-xmas.el (wl-draft-key-setup): Ditto.
7064
7065         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7066         (wl-draft-std11-parse-addresses): New function.
7067         (wl-draft-parse-mailbox-list): Use it.
7068         (wl-draft): Ignore nemacs.
7069         (wl-draft-reedit): Ditto.
7070
7071         * wl-addrmgr.el: New file.
7072         (Original is wl-rcpt.el written by
7073         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7074         Thanks Kitamoto-san.)
7075
7076         * wl-address.el (wl-address-make-address-list): Modified parsing
7077         process.
7078         (wl-address-delete): Renamed from `wl-address-petname-delete';
7079         Modify wl-address-list too.
7080         (wl-address-add-or-change): Renamed from
7081         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7082
7083 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7084
7085         * wl-highlight.el (wl-highlight-summary-current-line):
7086           Work with transient-mark-mode
7087
7088 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * Version number is increased to 2.7.2.
7091
7092         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7093         instead of elmo-dop-queue-method.
7094
7095 2001-08-06  SAITO Atsunori <sai@yedo.com>
7096
7097         * wl-vars.el (wl-ldap-objectclass): New user option.
7098
7099         * wl-address.el (wl-ldap-make-filter): Use it.
7100
7101 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7104
7105 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-folder.el (wl-folder): redisplay after folder insertion.
7108
7109         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7110
7111         * wl-summary.el (wl-summary-sync-update):
7112         Change status mark only when new-msgdb exists.
7113         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7114
7115 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7116
7117         * wl-summary.el (wl-summary-open-folder): New function.
7118         (wl-summary-goto-folder-subr): Use it.
7119         (wl-summary-mark-as-important): Fix;
7120         Encache only when no cache exists.
7121
7122 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7123
7124         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7125         Use with-current-buffer.
7126
7127 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7128
7129         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7130         before call `get-buffer'. Fixed parenthesis.
7131         (wl-score-get-header-entry): Clear message and help window when
7132         keyboard quit.
7133         (wl-score-edit-insert-header): Ditto.
7134
7135 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7138         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7139         (wl-default-draft-cite): Fix.
7140
7141         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7142         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7143
7144 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7145
7146         * wl-message.el (wl-message-prev-page): Do same bahavior
7147         as summary when it is called in the message buffer.
7148         (wl-message-next-page): Ditto.
7149
7150 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-summary.el (wl-summary-forward): Use cache if it is not
7153         section cache.
7154
7155 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7158         Removed redundant require of elmo-vars.
7159         (wl-biff-state-indicator-on): Changed default value for
7160         xemacs with non-mule environment.
7161
7162         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7163         wl-message-buffer is nil;
7164         Hide progress bar after moving messages.
7165
7166 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7167
7168         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7169         message at cursor point is deleted.
7170
7171 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-vars.el: Changed file coding system to euc-japan.
7174         Added -*-coding:-*- magic to the first line.
7175
7176         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7177         Search parent from the first message.
7178
7179         * Version number is increased to 2.7.1.
7180
7181 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7182
7183         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7184
7185 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7188         refile/delete execution.
7189
7190         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7191         Fixed docstring.
7192
7193 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7196         do update process;
7197         Don't update marks when update process is interrupted.
7198
7199 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl-summary.el (wl-summary-reply): Fixed problem when
7202         wl-draft-use-frame is non-nil.
7203         (wl-summary-forward): Ditto.
7204
7205         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7206         as nil.
7207         (wl-folder-mark-as-read-all-entity): Ditto.
7208         (wl-folder-prefetch-entity): Ditto.
7209
7210         * wl.el (wl): Check environment before wl-init.
7211
7212         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7213         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7214         instead of wl-summary-collect-unread.
7215         (wl-summary-reply): Split message window.
7216
7217 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7220         only if current language environment is japanese,
7221
7222         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7223         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7224         (wl-folder-goto-folder-subr): Ditto.
7225
7226         * wl-draft.el (wl-draft-dispatch-message): Call
7227         `elmo-file-cache-get-path'.
7228
7229 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl-summary.el (wl-summary-cursor-move): If return value of
7232         wl-summary-next-message is not number, don't jump.
7233
7234 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-summary.el (wl-summary-buffer-next-message-function): New
7237         variable.
7238         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7239         if it is bound.
7240
7241         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7242         string.
7243
7244         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7245         (wl-plugged-drawing): Ditto.
7246
7247 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7248
7249         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7250         process.
7251         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7252         with unwind-protect.
7253
7254         * wl.el (wl-init): Require mime-setup.
7255         (wl-check-environment): Don't require mime-setup.
7256
7257         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7258         instead of elmo-folder-type.
7259
7260         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7261         value as nil.
7262
7263 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7264
7265         * Version number is increased to 2.7.0.
7266
7267         * wl-version.el (wl-version): Changed codename.
7268
7269         * wl-summary.el (wl-summary-delete-cache): Fixed.
7270
7271         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7272         Workaround for net folders.
7273         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7274
7275         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7276         value to nil (According to the patch from
7277         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7278
7279         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7280         of elmo-folder-close.
7281
7282 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7283
7284         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7285         for postfix.
7286
7287 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-summary.el (wl-summary-resend-message): Fixed.
7290
7291         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7292         Call wl-draft with `from' argument if its address is included in
7293         `wl-user-mail-address-list'.
7294         (wl-draft): Added `from' argument.
7295
7296         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7297         non-nil.
7298         (wl): Don't show demo if wl-demo is nil.
7299
7300         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7301         wl-summary-use-frame.
7302
7303         * wl-vars.el (wl-summary-use-frame): New user option.
7304         (wl-folder-use-frame): Changed docstring.
7305
7306         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7307         non-nil.
7308         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7309         wl-summary-use-frame.
7310
7311         * wl-vars.el (wl-folder-use-frame): New user option.
7312
7313         * wl-summary.el (wl-summary-exit): Back to folder frame if
7314         wl-folder-use-frame is non-nil.
7315         (wl-summary-redisplay-internal): Ignore cache if current folder
7316         is draft folder,
7317         (wl-summary-redisplay-no-mime): Ditto.
7318         (wl-summary-redisplay-all-header): Ditto.
7319
7320         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7321         if wl-folder-use-frame is non-nil.
7322
7323 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-summary.el (wl-summary-sync-update): Bind
7326         elmo-folder-update-threshold.
7327         (wl-summary-mark-as-important): Enclosed server mark processing
7328         with `save-match-data'.
7329
7330         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7331         only when it is already defined.
7332
7333 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7334
7335         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7336         name of folder exclude localdir is wrong.
7337         * wl-folder.el (wl-folder-sync-entity):
7338         Set `wl-summary-always-sticky-folder-list' as nil.
7339         (wl-folder-mark-as-read-all-entity): Ditto.
7340         (wl-folder-prefetch-entity): Ditto.
7341
7342 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7343
7344         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7345         instead of `wl-summary-write-current-newsgroup'.
7346
7347 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7348
7349         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7350         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7351         non-nil and selected message is important, do not display.
7352
7353 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7354
7355         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7356
7357 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7360
7361         * wl-summary.el (wl-summary-mark-as-important): Set message number
7362         using wl-summary-message-number.
7363
7364 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7365
7366         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7367         destination folder is 'null.
7368
7369 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7370
7371         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7372         New function.
7373         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7374         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7375         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7376
7377 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl-mime.el (wl-mime-setup): Added setting for
7380         `mime-setup-signature-key-alist' to avoid overriding key bind for
7381         `wl-draft-send'.
7382
7383         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7384         for `wl-draft-send'.
7385         * wl-mule.el (wl-draft-overload-functions): Ditto.
7386         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7387         * wl-draft.el (wl-draft-send): Ditto.
7388
7389         * wl-message.el (wl-message-display-internal):
7390         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7391         (Patch is provided by <kita@coe.nttdata.co.jp>).
7392
7393 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7394
7395         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7396
7397 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7398
7399         * wl.el (wl): Fix for wl-demo.
7400
7401 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7402
7403         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7404
7405 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7406
7407         * wl-folder.el (wl-folder-prefetch-entity): Use
7408         `wl-folder-get-elmo-folder'.
7409         (wl-folder-count-incorporates): Do not use
7410         `wl-folder-get-elmo-folder'.
7411
7412 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7413
7414         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7415         instead of `elmo-folder-get-type'.
7416
7417 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7418
7419         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7420         position on Subject: field.
7421         (Advised by Mito <mit@nines.nec.co.jp>)
7422
7423 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7424
7425         * wl-folder.el (wl-folder-prefetch-entity): Use
7426         `wl-folder-get-elmo-folder'.
7427
7428 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7431
7432         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7433         `process-duplicates' slot.
7434
7435         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7436         if detection failed.
7437
7438 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7439
7440         * wl-version.el (wl-version-status): Set to "alpha".
7441
7442 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7445         Check wl-message-buffer lives before set-buffer.
7446
7447 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7448
7449         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7450         called in folder mode.
7451         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7452         * wl-summary.el (wl-summary-exit-pre-hook): Run
7453         `wl-summary-exit-pre-hook' before exit summary mode.
7454
7455 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7456
7457         * wl-version.el (wl-version-status): New variable.
7458         (wl-version-status-alist): Removed.
7459         (wl-version-status): Rule included.
7460
7461 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7464         @sponichi.
7465
7466         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7467         when `mail-reply-buffer' is buffer-local variable.
7468         (Reported by <kita@coe.nttdata.co.jp>).
7469
7470 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl-vars.el (toplevel): Require 'elmo-util.
7473
7474 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7477         (All other related portions are changed)
7478
7479         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7480
7481         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7482
7483 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7484
7485         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7486
7487 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7488
7489         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7490         Delete other windows to avoid an error.
7491         Use `point-marker' instead of `point' to remember the start point
7492         of body.
7493
7494         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7495
7496         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7497         number not to exceed all message number.
7498
7499 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7500
7501         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7502         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7503
7504 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7505
7506         * wl-summary.el (wl-summary-sync-force-update): Added argument
7507         no-check.
7508         (wl-summary-sync-update): Ditto.
7509         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7510         with `no-check'.
7511
7512         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7513         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7514         already running.
7515
7516 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7517
7518         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7519         `dst-folder-arg'.
7520         (wl-expire-archive-number1): Diito.
7521         (wl-expire-archive-number2): Diito.
7522         (wl-expire-archive-Date): Diito.
7523         (wl-archive-number1): Diito.
7524         (wl-archive-number2): Diito.
7525         (wl-archive-date): Diito.
7526         (wl-archive-folder-p): New function.
7527         (wl-summary-expire): Support of expand folder name at
7528         wl-expire-alist.
7529         * wl-util.el (wl-expand-newtext): Renamed from
7530         `wl-refile-expand-newtext'.
7531
7532 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7533
7534         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7535         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7536         `(elmo-msgdb-get-overview msgdb)'.
7537         (wl-summary-prefetch): Bind match data before call
7538         `wl-summay-prefetch-msg'.
7539         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7540         'off if `wl-summary-buffer-disp-msg' is non-nil.
7541         Fixed problem that couldn't show only one new or unread message when
7542         enter folder.
7543         (wl-summary-reply): Don't call `split-window-vertically' and other
7544         window.
7545
7546 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-expire.el (wl-expire-refile): Fixed.
7549
7550 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7551
7552         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7553
7554         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7555         biff notification is removed.
7556
7557         * wl.el (wl): Changed position of `elmo-init'.
7558
7559         * wl-draft.el (wl-default-draft-cite): Use date field
7560         on the citation buffer.
7561
7562         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7563
7564         * wl-xmas.el (wl-folder-internal-icon-list): Added
7565         `wl-folder-shimbun-image'.
7566
7567         * wl-e21.el (wl-folder-internal-icon-list): Added
7568         `wl-folder-shimbun-image'.
7569
7570 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl.el (wl-init): Eliminated argument.
7573         (wl): Rewrite.
7574
7575         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7576         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7577         instead of `elmo-folder-msgdb-internal'.
7578         (wl-summary-sync-update): Ditto.
7579         (wl-summary-flush-pending-append-operations): Eliminated.
7580         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7581         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7582         `elmo-folder-open'.
7583
7584         * wl-mime.el (wl-summary-burst): Fixed.
7585
7586         * wl-folder.el (wl-folder-info-save): Check data type.
7587
7588         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7589         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7590         instead of `elmo-folder-msgdb-internal'.
7591         (wl-expire-hide): Ditto.
7592
7593
7594         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7595
7596 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7597
7598         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7599
7600 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7601
7602         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7603
7604 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7605
7606         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7607         Fixed `match-beginning' argument mismatch.
7608
7609 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7610
7611         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7612         the default value.
7613
7614 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7615
7616         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7617         instead of `elmo-nntp-default-port'.
7618
7619         * wl-vars.el: Fixed some doc strings.
7620
7621 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * wl-summary.el (wl-summary-prefetch-msg): Use
7624         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7625
7626         * wl-vars.el: Define *-func as obsolete variable using
7627         `elmo-define-obsolete-variable'.
7628
7629         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7630         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7631         instead of `wl-message-buffer-prefetch-threshold'.
7632
7633         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7634
7635         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7636
7637         * wl-draft.el (wl-caesar-region-func): Ditto.
7638
7639         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7640         Keep unread status in elmo-folder-move-messages.
7641         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7642
7643 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7644
7645         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7646         `wl-summary-buffer-exit-func'
7647         (wl-summary-buffer-message-redisplay-function): Renamed from
7648         `wl-summary-buffer-message-redisplay-func'
7649         (wl-summary-buffer-next-folder-function): Renamed from
7650         `wl-summary-buffer-next-folder-func'.
7651         (wl-summary-buffer-prev-folder-function): Renamed from
7652         `wl-summary-buffer-prev-folder-func'.
7653         (wl-summary-get-petname-function): Renamed from
7654         `wl-summary-get-petname-func'.
7655
7656         * wl-score.el (wl-score-edit-exit-function): Renamed from
7657         `wl-score-edit-exit-func'.
7658
7659         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7660         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7661
7662         * wl-util.el (wl-load-profile-function): Renamed from
7663         `wl-load-profile-func'.
7664
7665         * wl-folder.el (wl-folder-completion-function): Renamed from
7666         `wl-folder-completion-func'.
7667         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7668
7669         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7670         `wl-expire-archive-get-folder-func'.
7671         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7672         (wl-draft-send-mail-function): Renamed from
7673         `wl-draft-send-mail-func'.
7674         (wl-draft-send-news-function): Renamed from
7675         `wl-draft-send-news-func'.
7676         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7677         (wl-generate-mailer-string-function): Renamed from
7678         `wl-generate-mailer-string-func'.
7679         (wl-highlight-signature-search-function): Renamed from
7680         `wl-highlight-signature-search-func'.
7681         (wl-highlight-x-face-function): Renamed from
7682         `wl-highlight-x-face-func'
7683         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7684         (wl-ps-print-buffer-function): Renamed from
7685         `wl-ps-print-buffer-func'
7686         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7687         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7688         (wl-summary-subject-filter-function): Renamed from
7689         `wl-summary-subject-filter-func'.
7690
7691         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7692         `wl-draft-queue-flush-send-func'
7693         (wl-draft-cite-function): Renamed from
7694         `wl-draft-cite-func'
7695
7696         * wl-address.el (wl-address-init-function): Renamed from
7697         `wl-address-init-func'.
7698
7699 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7700
7701         * wl-draft.el (wl-draft-queue-flush): Don't call
7702         `elmo-dop-unlock-message'.
7703         * wl-draft.el (wl-draft-queue-append): Don't call
7704         `elmo-dop-lock-message'.
7705
7706         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7707         (wl-summary-buffer-folder-name): Ditto.
7708         (wl-summary-message-regexp): Added '-' (all other related portions
7709         are changed).
7710         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7711         wl-summary-buffer-folder-name.
7712
7713 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7714
7715         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7716         the number of mails in the folder buffer is not updated by wl-biff.
7717
7718 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7719
7720         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7721         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7722
7723 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-summary.el (wl-summary-next-message):
7726         Return next message number when wl-summary-move-order is nil.
7727
7728 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7729
7730         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7731         `wl-summary-move-spec-alist'.
7732         (wl-summary-move-spec-unplugged-alist): New variable
7733         (Move spec for unplugged status).
7734         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7735         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7736
7737 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7738
7739         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7740         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7741
7742 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7743
7744         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7745         simple quotation to quote the anonymous function.
7746         * tm-wl.el (wl-draft-preview-message): Ditto.
7747
7748 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7749
7750         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7751         Eliminate redundant `save-excursion'.
7752         (wl-highlight-summary-current-line): Ditto.
7753
7754         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7755         accessing match data when `looking-at' failed.
7756
7757         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7758         `elmo-match-string' where users don't care about the speed.
7759         (wl-draft-save): Ditto.
7760
7761 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-util.el (wl-regexp-opt): New function.
7764
7765         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7766         number from `wl-summary-buffer-number-list'.
7767         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7768         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7769         (wl-summary-move-spec-alist): Changed default setting.
7770
7771 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7772
7773         * wl-vars.el (wl-biff-notify-hook): New hook.
7774         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7775         the arrival of new mail.
7776         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7777         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7778
7779 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7782
7783 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7786
7787         * Version number is increased to 2.5.8.
7788
7789         * wl-thread.el (toplevel): require 'cl.
7790         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7791         (wl-thread-make-number-list): New function.
7792         (wl-thread-entity-make-number-list-from-children): Ditto.
7793         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7794         (wl-thread-entity-insert-as-children): Likewise.
7795         (wl-thread-delete-message): Likewise.
7796         (wl-meaning-of-mark): Eliminated.
7797         (wl-thread-next-failure-mark-p): Ditto.
7798         (wl-thread-entity-get-mark): Ditto.
7799         (wl-thread-meaning-alist-get-result): Ditto.
7800         (wl-thread-entity-check-prev-mark): Ditto.
7801         (wl-thread-entity-check-next-mark): Ditto.
7802         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7803         (wl-thread-entity-get-prev-marked-entity): Ditto.
7804         (wl-thread-get-prev-unread): Ditto.
7805         (wl-thread-jump-to-prev-unread): Ditto.
7806         (wl-thread-get-next-unread): Ditto.
7807         (wl-thread-jump-to-next-unread): Ditto.
7808         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7809         (wl-thread-entity-get-next-marked-entity): Ditto.
7810
7811         * wl-summary.el (wl-summary-buffer-number-list):
7812         New bufer-local variable.
7813         (wl-summary-switch-to-clone-buffer): Clone
7814         `wl-summary-buffer-number-list'.
7815         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7816         (wl-summary-cursor-move-regex): Eliminated.
7817         (wl-summary-cursor-up): Rewrite.
7818         (wl-summary-cursor-down): Ditto.
7819         (wl-summary-mode-spec-alist): New variable.
7820         (wl-summary-next-message): New inline function.
7821         (wl-summary-cursor-move): New function.
7822         (wl-summary-default-get-next-msg): Rewrite.
7823         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7824         (wl-summary-rescan): Ditto.
7825         (wl-summary-sync-all-init): Ditto.
7826         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7827         summary is not thread view.
7828         (wl-summary-sync-update): Ditto.
7829         (wl-summary-rescan): Ditto.
7830         (wl-summary-make-number-list): New function.
7831
7832         * wl-draft.el: "FCC" -> "Fcc".
7833
7834 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7835
7836         * wl-highlight.el (wl-highlight-summary-window):
7837         Call `set-buffer-modified-p'.
7838
7839         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7840         (wl): Call `elmo-init' and fix.
7841
7842         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7843         Use new variables.
7844
7845         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7846
7847 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7850
7851 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7852
7853         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7854
7855 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7856
7857         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7858         `wl-use-toolbar' nor `display-graphic-p'.
7859         (wl-e21-setup-message-toolbar): Ditto.
7860         (wl-e21-setup-summary-toolbar): Ditto.
7861         (wl-e21-setup-folder-toolbar): Ditto.
7862
7863         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7864         (wl-plugged-init-icons): Ditto.
7865
7866         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7867         `display-graphic-p'.
7868         (wl-plugged-set-folder-icon): Ditto.
7869         (wl-highlight-plugged-current-line): Ditto.
7870         (wl-highlight-folder-current-line): Ditto.
7871         (wl-e21-highlight-folder-group-line): Ditto.
7872         (wl-e21-setup-toolbar): Ditto.
7873         (wl-e21-display-image-p): New macro.
7874
7875         * wl-demo.el (wl-demo): Simplified.
7876         (wl-demo-image-type-alist): Use `image-type-available-p' for
7877         checking whether the image type `xbm' is available.
7878
7879 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7882         (wl-summary-input-range): Ditto.
7883
7884 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-summary.el (wl-summary-edit-addresses): Use
7887         `wl-summary-get-original-buffer'
7888         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7889         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7890         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7891         (wl-summary-get-newsgroups): Eliminated.
7892         (wl-summary-set-crosspost): Ditto.
7893         (wl-summary-is-crosspost-folder): Ditto.
7894         (wl-crosspost-alist-load): Ditto.
7895         (wl-crosspost-alist-save): Ditto.
7896
7897         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7898         `elmo-setup-subscribed-newsgroups' instead of
7899         `elmo-nntp-make-groups-hashtb'.
7900         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7901         instead of `wl-crosspost-alist-save'.
7902
7903         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7904         of `elmo-folder-message-appendable-p'.
7905         (wl-mime-header-presentation-method): Eliminated.
7906
7907         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7908         (Error occurs in emacs21).
7909
7910         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7911         the current buffer).
7912
7913         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7914         instead of `wl-crosspost-alist-save'.
7915         (wl-init): `elmo-crosspost-message-alist-load'
7916         instead of `wl-crosspost-alist-load'
7917
7918         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7919         (wl-parse-newsgroups): Likewise.
7920         (wl-biff-notify): Run `wl-biff-notify-hook'.
7921
7922 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7925
7926         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7927         when `wl-summary-lazy-highlight' is non-nil.
7928         (wl-summary-goto-folder-subr): Highlight only when
7929         `wl-summary-lazy-highlight' is non-nil.
7930
7931         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7932         Don't display progress and highlight temp-mark when
7933         `wl-summary-lazy-highlight' is non-nil.
7934         (wl-highlight-summary-window): New function.
7935         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7936
7937 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7938
7939         * wl-summary.el (wl-summary-sync): Change `all-visible'
7940         from `all-shown'
7941         (wl-summary-input-range): Ditto.
7942
7943 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7944
7945         * wl-e21.el (wl-highlight-folder-current-line): Call
7946         `wl-folder-init-icons' when folder icons have not been initialized.
7947
7948         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7949
7950         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7951         (wl-demo-image-type-alist): New macro.
7952
7953 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7954
7955         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7956         display does not support graphics.
7957         (wl-plugged-init-icons): Ditto.
7958         (wl-folder-init-icons): Ditto.
7959
7960         * wl-demo.el (wl-demo): Chech closely whether the display
7961         supports graphics.
7962
7963 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7964
7965         * wl-summary.el (wl-summary-get-original-buffer): New function.
7966         (wl-summary-set-crosspost): Use it.
7967         (wl-summary-target-mark-uudecode): Ditto.
7968         (wl-summary-reedit): Ditto.
7969         (wl-summary-resend-bounced-mail): Ditto.
7970         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7971         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7972
7973         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7974         (wl-message-display-internal): Ditto.
7975
7976 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7979
7980 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-save-view): Renamed from
7983         `wl-summary-save-status'.
7984
7985 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7986
7987         * wl-summary.el (wl-summary-sync): Added `all-shown'
7988
7989 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7990
7991         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7992
7993 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7994
7995         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7996
7997 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7998
7999         * wl-highlight.el (wl-highlight-summary-line-string): Use
8000         `zerop' instead of `= 0'.
8001         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8002
8003         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8004         for comparing numbers.
8005         (wl-template-prev): Use `zerop' instead of `eq 0'.
8006
8007         * wl-draft.el (wl-draft-insert-current-message): Use
8008         `with-current-buffer' instead of `save-excursion'.
8009         Use `zerop' instead of `eq 0'.
8010
8011 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8012
8013         * wl-draft.el (wl-draft-insert-ccs): New function.
8014         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8015         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8016
8017 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8020
8021 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8022
8023         * wl-expire.el (wl-expire-refile): Don't call
8024         elmo-msgdb-add-msgs-to-seen-list;
8025         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8026         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8027
8028 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-message.el (wl-message-prev-page): Ignore errors while
8031         scroll-down.
8032
8033 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * wl-mime.el: Use elmo-original-message-mode instead of
8036         mmelmo-original-mode.
8037
8038         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8039         `elmo-folder-get-spec';
8040         (wl-fldmgr-add-completion-all-completions):
8041         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8042
8043         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8044         of `elmo-folder-get-type'.
8045
8046         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8047         `elmo-folder-get-spec';
8048         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8049         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8050         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8051         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8052         `elmo-read-msg-no-cache';
8053         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8054         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8055         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8056         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8057         `elmo-cache-save';
8058         (wl-draft-reedit): Use `elmo-message-file-name'.
8059
8060         * wl-expire.el: Use `elmo-folder-name-internal';
8061         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8062         Use macro `wl-summary-buffer-msgdb' instead of variable
8063         `wl-summary-buffer-msgdb';
8064         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8065         Use macro `wl-summary-buffer-folder-name' instead of variable
8066         `wl-summary-buffer-folder-name'.
8067         * wl-score.el: Likewise.
8068
8069         * wl-message.el: Rewrite for new message buffer cache mechanism.
8070         (wl-message-buffer-cache-buffer-get): New macro.
8071         (wl-message-buffer-cache-folder-get): Ditto.
8072         (wl-message-buffer-cache-message-get): Ditto.
8073         (wl-message-buffer-cache-entry-make): Ditto.
8074         (wl-message-buffer-cache-hit): Ditto.
8075         (wl-message-buffer-cache-sort): New function.
8076         (wl-message-buffer-cache-add): Ditto.
8077         (wl-message-buffer-cache-delete): Ditto.
8078         (wl-message-buffer-cache-clean-up): Ditto.
8079         (wl-message-buffer-window): Rewrite.
8080         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8081         (wl-message-buffer-display): New function.
8082         (wl-message-display-internal): New function.
8083
8084 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8085
8086         * wl-folder.el: Use `elmo-folder-name-internal';
8087         Use `wl-folder-get-elmo-folder';
8088         Use `elmo-folder-list-messages' instead of
8089         `elmo-list-folder';
8090         Use `elmo-folder-get-primitive-list' instead of
8091         `elmo-folder-get-primitive-spec-list';
8092         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8093         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8094         Use `elmo-folder-create' instead of `elmo-create-folder'.
8095         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8096         (wl-folder-get-elmo-folder): New macro.
8097         (wl-folder-elmo-folder-cache-get): Ditto.
8098         (wl-folder-elmo-folder-cache-put): Ditto.
8099         (wl-folder-suspend): Call `elmo-quit'.
8100
8101         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8102         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8103         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8104         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8105         (toplevel): require 'cl.
8106         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8107
8108         * wl-summary.el: Rewrite to use new elmo interface.
8109
8110 \f
8111 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-mime.el (wl-draft-preview-message):
8114         Run `wl-draft-send-hook' before collecting recipients information;
8115         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8116
8117         * tm-wl.el (wl-draft-preview-message): Ditto.
8118
8119 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8120
8121         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8122         wrong recipients are displayed when forwarded message.
8123
8124 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * Version number is increased to 2.5.7.
8127
8128 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8129
8130         * wl-message.el (wl-message-next-page): Bind
8131         `window-pixel-scroll-increment' to nil while scrolling up.
8132
8133 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8134
8135         * wl-vars.el (wl-save-hook): New hook.
8136         * wl.el (wl-save): Call `wl-save-hook'.
8137
8138 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8139
8140         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8141         Argument WITH-ARG instead of NO-ARG (negative mean).
8142         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8143         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8144         * wl-message.el (wl-message-follow-current-entity): Likewise.
8145
8146 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8147
8148         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8149         FROM was optional argument.
8150         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8151
8152 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8153
8154         * Version number is increased to 2.5.6.
8155
8156 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8157
8158         * wl-version.el (wl-version-show): Removed.
8159         (wl-version): Add `interactive'.
8160
8161 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8162
8163         * wl-summary.el (wl-summary-get-petname-func): New variable.
8164         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8165         instead of `wl-address-get-petname-1'.
8166         (wl-summary-simple-from): Ditto.
8167
8168         * wl-address.el (wl-address-get-petname-1): Define as function.
8169
8170 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8171
8172         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8173         field in the original message.
8174         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8175
8176 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8177
8178         * wl-expire.el (wl-expire-hide):
8179         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8180
8181 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8184         find decoder for To, Cc, and Subject.
8185
8186 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8189         for checking `elmo-use-buffer-cache'.
8190         (wl-summary-mark-as-important): Fixed typo in comment.
8191
8192 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8193
8194         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8195         field in the original message.
8196         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8197
8198 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8199
8200         * wl-expire.el (wl-expire-hide):
8201         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8202
8203 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8206         find decoder for To, Cc, and Subject.
8207
8208 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * Version number is increased to 2.5.5.
8211
8212         * wl-address.el (wl-address-specials-regexp): New constant.
8213         (wl-address-quote-specials): Use it.
8214
8215 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-summary.el (wl-summary-rescan):
8218         Call `wl-summary-buffer-number-column-detect'.
8219         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8220
8221         * wl-message.el (wl-message-mode-map): Define.
8222         (wl-message-decode): Use it as local-map.
8223
8224 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8225
8226         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8227         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8228
8229 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8230
8231         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8232
8233         * wl-mule.el (wl-read-event-char): Ditto.
8234
8235         * wl-e21.el (wl-read-event-char): Ditto.
8236
8237         * wl-nemacs.el (wl-read-event-char): Ditto.
8238         (read-event): Removed.
8239
8240         * wl-util.el (toplevel): Removed dummy definition of
8241         `read-event'.
8242         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8243
8244 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8245
8246         * wl-nemacs.el (elmo-archive-call-process): Moved to
8247         elmo-archive.el.
8248
8249 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8250
8251         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8252         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8253
8254         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8255         instead of magic-number 6.  Use `not' instead of `null' for symbol
8256         `nil' check (not empty list).
8257         (wl-draft-insert-x-face-field): Fixed paren style.
8258
8259         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8260         one-branch conditional statement, instead of `and' and `if'.
8261         (wl-draft-forward): Likewise.
8262         (wl-draft-add-references): Likewise.
8263         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8264
8265         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8266         conditional steatment.  Use `cond' instead of `if'.
8267         (wl-draft-confirm): Likewise.
8268
8269 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8270
8271         * wl-version.el (wl-version-show): Use `product-string-1'
8272         instead of `wl-version'.
8273         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8274
8275         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8276
8277 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8278
8279         * wl-highlight.el (wl-highlight-headers): Revert
8280         `wl-highlight-x-face-func' argument (`beg' and `end').
8281
8282 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8283
8284         * wl.el (toplevel): Move `product-provide' declare.
8285         * wl-demo.el (toplevel): Ditto.
8286         * wl-dnd.el (toplevel): Ditto.
8287         * wl-highlight.el (toplevel): Ditto.
8288         * wl-message.el (toplevel): Ditto.
8289         * wl-refile.el (toplevel): Ditto.
8290         * wl-util.el (toplevel): Ditto.
8291
8292 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8293
8294         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8295         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8296         (wl-thread-close-all): keep cursor position.
8297
8298 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8299
8300         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8301         (eq x 0).
8302         (wl-generate-user-agent-string-1): Fix conditional statement.
8303
8304 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8305
8306         * wl.el (wl-check-environment): Additional check for
8307         'wl-local-domain' and `wl-message-id-domain'.
8308
8309 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8310
8311         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8312
8313 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8314
8315         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8316         instead of `smtp-sasl-user-realm'.
8317
8318 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8319
8320         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8321
8322 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8323
8324         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8325         to the default value as well as `eword-lexical-analyzer'.
8326
8327 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8328
8329         * wl-version.el (wl-extended-emacs-version,
8330         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8331         `elmo-match-string' instead of `wl-match-string'.
8332
8333 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8334
8335         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8336         docstring.
8337
8338 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8339
8340         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8341
8342 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8343
8344         * wl-highlight.el (wl-highlight-headers): Remove
8345         `wl-highlight-x-face-func' argument (`beg' and `end').
8346
8347 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8348
8349         * wl-summary.el (wl-summary-mark-as-important):
8350         Remove cache if folder is local.
8351
8352 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8353
8354         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8355         to get existing e-mail address string.
8356
8357 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8358
8359         * wl-version.el (wl-generate-user-agent-string): Commentary.
8360         (wl-generate-user-agent-string-1): Use `when' for
8361         one-branch conditional statement, instead of `and' and `if'.
8362         (wl-extended-emacs-version, wl-extended-emacs-version2,
8363         wl-extended-emacs-version3): Ditto.
8364
8365 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8368         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8369         condition-case; Remove initialization.
8370         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8371         (wl-summary-sync-update3): Added argument `sync-all';
8372         Eliminated local variable `msgdb';
8373         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8374         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8375         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8376
8377 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8378
8379         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8380         connection before call `wl-draft-send-mail-with-smtp'.
8381
8382 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * Version number is increased to 2.5.4.
8385
8386 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8387
8388         * wl.el (wl-check-environment): Additional check for
8389         'wl-local-domain' and `wl-message-id-domain'.
8390
8391 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8394         buffer as command specific.
8395         (wl-folder-mark-as-read-all-entity): Ditto.
8396         (wl-folder-prefetch-entity): Ditto.
8397         (wl-folder-drop-unsync-entity): Ditto.
8398
8399         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8400         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8401         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8402
8403         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8404         save-excursion.
8405
8406 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * Version number is increased to 2.5.3.
8409
8410         * wl-summary.el (wl-summary-save-view-cache):
8411         Delete duplicated `write-region';
8412         Use `write-region-as-binary' instead of `as-binary-output-file' and
8413         `write-region'.
8414
8415 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8416
8417         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8418
8419 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8422         instead of `smtp-via-smtp'.
8423
8424 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8425
8426         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8427
8428 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8429
8430         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8431         instead of `smtp-sasl-user-realm'.
8432
8433 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8434
8435         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8436
8437 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8438
8439         * Version number is increased to 2.5.2.
8440
8441 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8444         does not exist.
8445         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8446         (wl-biff-start): Call `timer-activate' if timer already exists.
8447
8448         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8449         only when it is bound as function.
8450
8451 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * Version number is increased to 2.5.1.
8454
8455 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8458         Print refile/copy destination.
8459
8460 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8463         queue-flush-only is non-nil.
8464
8465         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8466
8467         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8468         checking cache folder.
8469
8470 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8471
8472         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8473         `regexp-quote'.
8474
8475 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8476
8477         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8478         function.
8479         * wl-summary.el (wl-summary-write-current-folder-functions):
8480         Change default value.  Use it.
8481
8482 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * Version number is increased to 2.5.0.
8485
8486         * wl-version.el (wl-version): Changed codename.
8487
8488 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8489
8490         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8491         (wl-summary-supersedes-message): Ditto.
8492
8493 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8494
8495         * wl-refile.el (wl-refile-guess-functions): Renamed from
8496         `wl-refile-guess-func-list'.
8497
8498 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8501         Fixed problem when no rule was matched.
8502
8503 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8504
8505         * wl-summary.el (wl-summary-get-mark): Fixed
8506         `wl-summary-buffer-target-mark' check logic.
8507
8508 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8509
8510         * wl-folder.el (wl-folder-write-current-folder): Added group
8511         folder check.
8512
8513         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8514         `wl-summary-write-current-newsgroup'.
8515         (wl-summary-write-current-folder-functions): New variable.
8516         * wl-folder.el (wl-folder-get-newsgroups): New function.
8517         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8518         (wl-folder-write-current-folder): Renamed from
8519         `wl-folder-write-current-newsgroup'.
8520
8521 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8522
8523         * Version number is increased to 2.3.93.
8524
8525 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8526
8527         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8528         (wl-ldap-make-matched-value-list): Ditto.
8529         (wl-ldap-alias-safe-string): Split e-mail address.
8530
8531         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8532         petname folder default was selected.
8533         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8534         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8535
8536 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8539         to `wl-draft-config-exec'.
8540
8541         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8542         instead of calling `wl-draft-config-exec';
8543         Process group-list and show recipients in minibuffer.
8544
8545         * tm-wl.el (wl-draft-preview-message): Ditto.
8546
8547 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8548
8549         * wl.el (toplevel): Added (C) to copyright notice, and
8550         sync Author header.
8551         * tm-wl.el (toplevel): Ditto.
8552         * wl-address.el (toplevel): Ditto.
8553         * wl-demo.el (toplevel): Ditto.
8554         * wl-dnd.el (toplevel): Ditto.
8555         * wl-draft.el (toplevel): Ditto.
8556         * wl-e21.el (toplevel): Ditto.
8557         * wl-expire.el (toplevel): Ditto.
8558         * wl-folder.el (toplevel): Ditto.
8559         * wl-highlight.el (toplevel): Ditto.
8560         * wl-message.el (toplevel): Ditto.
8561         * wl-mime.el (toplevel): Ditto.
8562         * wl-mule.el (toplevel): Ditto.
8563         * wl-nemacs.el (toplevel): Ditto.
8564         * wl-refile.el (toplevel): Ditto.
8565         * wl-score.el (toplevel): Ditto.
8566         * wl-summary.el (toplevel): Ditto.
8567         * wl-template.el (toplevel): Ditto.
8568         * wl-thread.el (toplevel): Ditto.
8569         * wl-util.el (toplevel): Ditto.
8570         * wl-vars.el (toplevel): Ditto.
8571         * wl-xmas.el (toplevel): Ditto.
8572
8573 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8574
8575         * wl.el (wl-init): Added comment about `wl-init-hook'.
8576         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8577         * wl-vars.el (wl-init-hook): Added docs.
8578         (wl-make-plugged-hook): Removed useless docs.
8579         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8580         * wl-xmas.el (toplevel): Ditto.
8581
8582 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8583
8584         * wl-address.el (toplevel): Fixed multiple Author header format.
8585         * wl-demo.el (toplevel): Ditto.
8586         * wl-draft.el (toplevel): Ditto.
8587         * wl-folder.el (toplevel): Ditto.
8588         * wl-summary.el (toplevel): Ditto.
8589         * wl-thread.el (toplevel): Ditto.
8590         * wl-util.el (toplevel): Ditto.
8591         * wl-vars.el (toplevel): Ditto.
8592         * wl-version.el (toplevel): Ditto.
8593         * wl-xmas.el (toplevel): Ditto.
8594         * wl.el (toplevel): Ditto.
8595
8596         * wl-version.el (toplevel): Added require `elmo-version' for
8597         `product-version-as-string'.
8598
8599 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8600
8601         * wl-vars.el (wl-draft-send-hook): Changed default value to
8602         '(wl-draft-config-exec).
8603
8604         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8605         explicitly.
8606         (wl-draft): Set `wl-draft-config-exec-flag' before running
8607         `wl-mail-setup-hook'.
8608
8609         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8610         `wl-biff-init-icons' to `wl-init-hook' instead of
8611         `wl-make-plugged-hook'.
8612         (Because if `wl-draft' command is invoked at first,
8613         they are not initialized)
8614         Updated copyright notice.
8615
8616         * wl-e21.el (toplevel): Ditto;
8617
8618         * wl-demo.el (toplevel): Updated copyright notice.
8619         * wl-address.el (toplevel): Ditto.
8620         * wl-draft.el (toplevel): Ditto.
8621         * wl-version.el (toplevel): Ditto.
8622         * wl-folder.el (toplevel): Ditto.
8623         * wl-summary.el (toplevel): Ditto.
8624         * wl-thread.el (toplevel): Ditto.
8625         * wl-util.el (toplevel): Ditto.
8626         * wl-vars.el (toplevel): Ditto.
8627         * wl.el (toplevel): Ditto.
8628
8629 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * wl-highlight.el (wl-highlight-message): Fixed problem of
8632         highlighting failure which occured when the last field contains
8633         multiple lines in the draft buffer.
8634
8635         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8636         `wl-biff-start' if plugged.
8637
8638         * wl-util.el (wl-biff-check-folder): New function.
8639         (wl-biff-check-folders): Don't set session name prefix.
8640         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8641         (wl-biff-check-folder-async): Ditto.
8642
8643         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8644         in email address.
8645
8646 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8647
8648         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8649
8650         * wl-draft.el (wl-draft-strip-subject-re): New function.
8651
8652         * wl-draft.el (wl-draft-reply): Use it.
8653
8654 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8655
8656         * wl-message.el (wl-mmelmo-message-redisplay): Use
8657         `mime-display-message' instead of `wl-mime-display-message'.
8658
8659         * wl-mime.el (toplevel): Removed compatibility workaround
8660         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8661         (wl-mime-display-message): Abolished.
8662         (wl-mime-entity-read-field): Ditto.
8663         (wl-mime-combine-message/partial-pieces): Use
8664         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8665
8666 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8667
8668         * wl-template.el: Doc fixes.
8669
8670 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8671
8672         * wl-e21.el (wl-message-overload-functions): Do nothing if
8673         `current-local-map' is not available.
8674         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8675
8676 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8677
8678         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8679         representation.
8680
8681         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8682         number.
8683         (wl-fldmgr-save-folders): Don't use `format' when insert
8684         `wl-fldmgr-folders-header'.
8685
8686 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8687
8688         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8689
8690 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8691
8692         * wl-highlight.el (wl-highlight-message):
8693         Use `std11-field-end' to detect end point of the header field.
8694         Refer `wl-highlight-max-header-size'.
8695
8696         * wl-vars.el (wl-highlight-max-header-size): New variable.
8697
8698         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8699
8700         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8701         Set `for-draft' argument of wl-highlight-headers.
8702         (wl-draft): Ditto.
8703         (wl-draft-reedit): Ditto.
8704         (wl-user-agent-compose-internal): Ditto.
8705
8706 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8707
8708         * wl-message.el (wl-message-add-button): Use overlay.
8709
8710 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8713
8714         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8715         problem when group-list content is nothing.
8716         (Reported by Mito <mit@nines.nec.co.jp>)
8717
8718 2000-10-18  SAITO Atsunori <sai@yedo.com>
8719
8720         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8721
8722 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8723
8724         * tm-wl.el (toplevel): Use product-provide.
8725
8726 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8727
8728         * Version number is increased to 2.3.92.
8729
8730 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8731
8732         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8733         title text, use `display' property for left margin under Emacs 21.
8734
8735         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8736         properties.
8737         (wl-plugged-init-icons): Ditto.
8738
8739 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8740
8741         * wl.el (wl-save-status, wl-init): Remove last period in
8742         "...done." message.
8743         * tm-wl.el (wl-summary-burst): Ditto.
8744         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8745         wl-summary-resume-cache-status,
8746         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8747         wl-summary-sync-update3, wl-summary-highlight-msgs,
8748         wl-summary-flush-pending-append-operations,
8749         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8750         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8751         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8752         wl-thread-open-all): Ditto.
8753         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8754         * wl-mime.el (wl-summary-burst): Ditto.
8755         * wl-highlight.el (wl-highlight-summary): Ditto.
8756         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8757         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8758         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8759         * wl-address.el (wl-local-address-init): Ditto.
8760
8761 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8762
8763         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8764         `add-text-properties'.
8765         (wl-plugged-init-icons): Ditto.
8766         (wl-folder-init-icons): Use `propertize' instead of
8767         `put-text-property'.
8768         (wl-plugged-set-folder-icon): Ditto.
8769         (wl-e21-highlight-folder-group-line): Ditto.
8770
8771 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-version.el (wl-version-status-alist): New variable.
8774         (wl-version-status): New function.
8775
8776         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8777         "Cc" part of the case "Reply-To".
8778
8779         * wl-draft.el (wl-draft-reply): Use result of
8780         `eword-extract-address-components'.
8781
8782         * wl-demo.el (wl-demo-icon-name): New constant.
8783         (wl-logo-xpm): Use it.
8784         (wl-logo-xbm): Ditto.
8785         (wl-logo-bitmap): Ditto.
8786
8787         * Version number is increased to 2.3.91.
8788
8789 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8790
8791         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8792         (wl-extended-emacs-version, wl-extended-emacs-version2,
8793         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8794         docstring.
8795
8796         * wl-version.el (wl-generate-user-agent-string-1): New function.
8797         (wl-generate-user-agent-string): Use it.
8798
8799         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8800         `mime-edit-insert-user-agent-field'.
8801         (wl-generate-user-agent-string): Check
8802         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8803
8804         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8805         instead of `if', when verbose case.
8806
8807 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8808
8809         * wl-expire.el (wl-summary-expire): Fix.
8810
8811 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8812
8813         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8814         and `elmo-lost+found-folder' if 'wl-draft.
8815         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8816
8817 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8818
8819         * wl-expire.el (wl-summary-expire): Change messages.
8820         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8821         `deleing-info' instead of "Deleting..."
8822
8823 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8824
8825         * wl-summary.el (wl-summary-refile-subr): Fix.
8826
8827 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8828
8829         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8830         if pipe folder.
8831
8832 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8833
8834         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8835
8836 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8837
8838         * wl-expire.el (wl-expire-hide): New function.
8839         (wl-summary-expire): Add `hide'.
8840
8841 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-vars.el (wl-draft-reply-without-argument-list):
8844         Changed default value to consider `Reply-To:'.
8845         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8846
8847         * Version number is increased to 2.3.90.
8848
8849         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8850         elmo-imap4-get-session with unwind-protect.
8851         Don't cause error.
8852         (wl-summary-sync-marks): Don't check plugged nor folder type.
8853         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8854         (Always keep current buffer).
8855
8856 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8857
8858         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8859         Enclose with `save-excursion'.
8860
8861 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8862
8863         * wl-version.el (wl-version): Remove interactive.
8864
8865 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8866
8867         * wl-version.el (wl-generate-user-agent-string): Use
8868         `product-string-verbose' instead of `product-string-1'.
8869
8870 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8871
8872         * wl-vars.el (wl-draft-use-cache): New variable.
8873         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8874         if wl-draft-use-cache is non-nil.
8875
8876 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8877
8878         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8879         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8880
8881 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8884         (wl-thread-msg-mark-as-unread): Ditto.
8885
8886         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8887         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8888         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8889         Don't set mark in summary if return value of `elmo-mark-as-read'
8890         is nil.
8891         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8892         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8893         instead of `wl-thread-msg-mark-as-read'.
8894         (wl-summary-mark-as-unread-region): Ditto.
8895         (wl-summary-target-mark-mark-as-read): Ditto.
8896
8897         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8898
8899 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8900
8901         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8902
8903         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8904
8905 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8908         face.
8909
8910 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8911
8912         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8913         `running-xemacs'.
8914
8915 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8916
8917         * wl-version.el (toplevel): Use `product-version-as-string' for
8918         set verstion-string, if defined.
8919
8920         * wl-version.el (wl-version-show): Insert string at point, when
8921         call with argument.
8922
8923         * wl-version.el (wl-generate-user-agent-string): Use
8924         `product-string-1' instead of `wl-appname', `wl-version' and
8925         `wl-codename'.
8926
8927 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-address.el (toplevel): Use product-provide.
8930         * wl-demo.el (toplevel): Ditto.
8931         * wl-dnd.el (toplevel): Ditto.
8932         * wl-draft.el (toplevel): Ditto.
8933         * wl-e21.el (toplevel): Ditto.
8934         * wl-expire.el (toplevel): Ditto.
8935         * wl-fldmgr.el (toplevel): Ditto.
8936         * wl-folder.el (toplevel): Ditto.
8937         * wl-highlight.el (toplevel): Ditto.
8938         * wl-message.el (toplevel): Ditto.
8939         * wl-mime.el (toplevel): Ditto.
8940         * wl-mule.el (toplevel): Ditto.
8941         * wl-nemacs.el (toplevel): Ditto.
8942         * wl-refile.el (toplevel): Ditto.
8943         * wl-score.el (toplevel): Ditto.
8944         * wl-summary.el (toplevel): Ditto.
8945         * wl-template.el (toplevel): Ditto.
8946         * wl-thread.el (toplevel): Ditto.
8947         * wl-util.el (toplevel): Ditto.
8948         * wl-vars.el (toplevel): Ditto.
8949         * wl-xmas.el (toplevel): Ditto.
8950         * wl.el (toplevel): Ditto.
8951
8952 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8953
8954         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8955         instead of product.
8956
8957         * wl-version.el (wl-version): Compile time evalution elmo-version.
8958
8959 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8960
8961         * wl-summary.el (wl-summary-sync-force-update): Append queue
8962         `mark-as-read'if unplugged.
8963
8964 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8965
8966         * wl-version.el: New file.  Use product.el.
8967         * wl.el: add (require 'wl-version).
8968         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8969         for ~/.folders header.
8970         (wl-fldmgr-folders-header): Changed.
8971         * wl-demo.el (wl-demo): Use product.el.
8972
8973         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8974         wl-version.el.
8975         * wl-util.el (wl-version, wl-version-show): Ditto.
8976
8977         * wl-util.el (wl-generate-user-agent-string,
8978         wl-extended-emacs-version, wl-extended-emacs-version2,
8979         wl-extended-emacs-version3): Move to wl-version.el.
8980         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8981         xemacs-codename, mime-edit-insert-user-agent-field,
8982         mime-edit-user-agent-value, mime-editor/version,
8983         mime-editor/codename): Compile warning killer move to
8984         wl-version.el
8985
8986 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8987
8988         * wl-summary.el (wl-summary-refile-subr): Fix.
8989
8990 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8991
8992         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8993         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8994
8995 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8996
8997         * wl.el (wl-check-environment): Check too many `@'.
8998
8999 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9000
9001         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9002
9003 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9004
9005         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9006         wl-draft-reply-myself-without-argument-list): Add variables.
9007         * wl-draft.el (wl-draft-reply): Use it.
9008
9009 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9010
9011         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9012         the 5th argument of `elmo-network-get-spec'.
9013
9014         * wl-thread.el (wl-thread-reparent-children): New inline function.
9015         (wl-thread-delete-message): Use it.
9016
9017         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9018         (wl-summary-score-update-all-lines): Don't use `dolist'.
9019
9020 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9021
9022         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9023         (require 'elmo-msgdb) for inline function.
9024
9025 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9026
9027         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9028
9029 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9030
9031         * wl-score.el (wl-score-headers): Fix for the confusing macro
9032         `elmo-kill-buffer'.
9033
9034 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9035
9036         * wl-summary.el: Don't use the 3rd argument of `require' because
9037         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9038         * wl-util.el: Ditto.
9039         * wl-draft.el: Ditto.
9040
9041 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9042
9043         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9044         window system is not used.
9045
9046 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9047
9048         * wl-thread.el: Don't use `mapcar' only for iteration.
9049         (wl-thread-resume-entity): Ditto.
9050         (wl-thread-delete-message): Ditto.
9051
9052         * wl-summary.el: Bind `dragdrop-drop-functions',
9053         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9054         of `require' for `timezone', `easymenu' and `ps-print';
9055         don't use `mapcar' only for iteration.
9056
9057         * wl-util.el: Bind `mule-version', `nemacs-version',
9058         `emacs-beta-version', `xemacs-codename',
9059         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9060         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9061         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9062         only for iteration.
9063
9064         * wl-score.el: Don't use `mapcar' only for iteration.
9065         (wl-score-simplify-buffer-fuzzy): Ditto.
9066         (wl-score-simplify-subject): Ditto.
9067         (wl-score-headers): Ditto.
9068         (wl-summary-score-update-all-lines): Ditto.
9069
9070         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9071         `enable-multibyte-characters' and `mule-version'.
9072
9073         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9074         `mapcar' only for iteration.
9075
9076         * wl-demo.el: Don't use `mapcar' only for iteration.
9077
9078         * wl-folder.el: Don't use `mapcar' only for iteration.
9079         (wl-folder-open-all): Ditto.
9080         (wl-folder-count-incorporates): Ditto.
9081
9082         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9083         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9084
9085         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9086         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9087         `smtp-connection-type'; specify 3rd argument of `require' for
9088         `timezone'; don't use `mapcar' only for iteration.
9089         (wl-draft-clone-local-variables): Don't use `mapcar'.
9090         (wl-draft-generate-clone-buffer): Ditto.
9091         (wl-user-agent-compose-internal): Ditto.
9092
9093         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9094
9095         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9096         (wl-save-status): Ditto.
9097
9098         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9099         for iteration.
9100
9101 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9102
9103         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9104         removed `Date'.
9105         (wl-fldmgr-make-filter-default): New user option.
9106
9107         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9108         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9109         (wl-fldmgr-filter-completion-alist): Abolish.
9110
9111         * wl.el (wl): Don't check servers if arg is non-nil.
9112
9113         * wl-draft.el (wl-draft-reply): Set only message-id string to
9114         In-Reply-To field.
9115
9116 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * wl-summary.el (wl-summary-pick): Rewrite.
9119
9120         * wl-draft.el (wl-draft-forward): Get references field from
9121         original buffer.
9122         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9123
9124 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9125
9126         * wl-draft.el (wl-draft-forward): Add references field.
9127
9128 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9131         (wl-draft-reply): Use it.
9132
9133 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9134
9135         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9136         when Emacs 21 is running.
9137
9138         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9139         bindings.
9140
9141 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9142
9143         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9144         XPM icons transparent.
9145
9146         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9147         Emacs 21.
9148
9149 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9152         nil.
9153
9154         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9155         when it is persistent.
9156         (wl-summary-sync-marks): Changed argument for
9157         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9158         (wl-summary-virtual): Use `elmo-read-search-condition'.
9159         (wl-summary-redisplay-internal): If folder is local, mark as read
9160         even when folder is plugged.
9161
9162 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9163
9164         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9165         of `tool-bar-lines' in the frame parameters.
9166         (after-make-frame-functions, post-command-hook): Don't modify the
9167         value.
9168         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9169         wl-e21-tool-bar-lines): Removed.
9170
9171 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9172
9173         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9174         properties `evaporate' and `wl-momentary-overlay' as well.
9175         (wl-highlight-summary-displaying): Ditto.
9176         (wl-delete-all-overlays): Don't delete overlay which does not have
9177         a property `wl-momentary-overlay'.
9178
9179         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9180         `display-mouse-p' and `display-graphic-p'.
9181         (wl-folder-init-icons): Don't search for XBM or the other files.
9182         (wl-plugged-set-folder-icon): Make icons if and only if
9183         `display-graphic-p' returns non-nil.
9184         (wl-highlight-plugged-current-line): Use `before-string' overlay
9185         property to show icon images.
9186         (wl-highlight-folder-current-line): Ditto.
9187         (wl-e21-highlight-folder-group-line): Ditto.
9188         (wl-e21-highlight-folder-by-numbers): Ditto.
9189         (wl-e21-insert-image): Removed.
9190         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9191         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9192         said.
9193         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9194         `wl-e21-force-switch-toolbar'.
9195         (wl-e21-make-icon-image): Removed.
9196         (wl-e21-setup-toolbar): Don't search for XBM files.
9197         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9198         the default value.
9199
9200 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9201
9202         * wl-util.el (wl-biff-check-folder-async): Set
9203         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9204
9205 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9206
9207         * wl-e21.el (after-make-frame-functions): Add
9208         `wl-e21-force-switch-toolbar'.
9209         (wl-e21-force-switch-toolbar): New function force to switch the
9210         toolbar appearance automatically.
9211         (post-command-hook): Add `wl-e21-switch-toolbar'.
9212         (wl-e21-switch-toolbar): New function to switch the toolbar
9213         appearance automatically.
9214         (wl-e21-tool-bar-lines): New buffer local variable.
9215
9216 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9217
9218         * wl-util.el (wl-biff-check-folders-running): New variable.
9219         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9220         (wl-biff-check-folder-async-callback):
9221         Set `wl-biff-check-folders-running'.
9222         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9223         with unwind-protect.
9224
9225         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9226         Enclose `wl-folder-auto-check' with unwind-protect.
9227
9228         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9229         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9230
9231         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9232
9233         * wl-util.el (wl-biff-notify): New inline function.
9234         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9235         locally.
9236         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9237         folder-list' is 1.
9238         Use `wl-biff-notify'.
9239         (wl-biff-check-folder-async-callback): New function.
9240         (wl-biff-check-folder-async): Ditto.
9241
9242         * wl-folder.el (wl-folder): Don't check folders.
9243         (wl-folder-auto-check): New function.
9244
9245 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9246
9247         * wl-util.el (wl-biff-start) [Emacs19+]:
9248         Use `timer-next-integral-multiple-of-time'.
9249         (wl-biff-check-folders): Use `wl-default-folder'
9250         if `wl-biff-check-folder-list' is nil.
9251
9252 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9253
9254         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9255         instead of `elmo-delete-lists'.
9256
9257 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9258
9259         * wl.el (wl-plugged-toggle-all): Set the value of
9260         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9261         (wl-plugged-toggle): Ditto.
9262         (wl-toggle-plugged): Ditto.
9263         (wl-plugged-init): Ditto.
9264
9265         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9266         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9267         instead of `wl-biff-state-indicator-off' and
9268         `wl-biff-state-indicator-on'; don't modify the value and the type
9269         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9270         (wl-plugged-init-icons): Set icons data to
9271         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9272         instead of `wl-plug-state-indicator-off' and
9273         `wl-plug-state-indicator-on'; don't modify the value and the type
9274         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9275
9276         * wl-vars.el (wl-modeline-biff-state-off,
9277         wl-modeline-biff-state-on, wl-modeline-biff-status,
9278         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9279         wl-modeline-plug-status): New internal variables.
9280         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9281         wl-biff-check-interval, wl-biff-check-folder-list): Change
9282         customization group from `wl-folder' to `wl-highlight'.
9283         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9284         wl-show-plug-status-on-modeline): Defcustomized.
9285
9286         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9287         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9288         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9289         a flag to `mode-line-buffer-identification'.
9290
9291         * wl-e21.el (wl-biff-init-icons): Set icons data to
9292         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9293         instead of `wl-biff-state-indicator-off' and
9294         `wl-biff-state-indicator-on'.
9295         (wl-plugged-init-icons): Set icons data to
9296         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9297         instead of `wl-plug-state-indicator-off' and
9298         `wl-plug-state-indicator-on'.
9299
9300 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9301
9302         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9303         excessive titles.
9304
9305 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9306
9307         * wl.el (wl-plugged-mode): Use revised
9308         `wl-mode-line-buffer-identification'.
9309         (wl-plugged-init): Don't use `force-mode-line-update'.
9310
9311         * wl-xmas.el (wl-draft-overload-functions): Use revised
9312         `wl-mode-line-buffer-identification'.
9313         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9314         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9315         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9316         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9317         `wl-make-plugged-hook';
9318         add `wl-folder-init-icons' and `wl-setup-folder' to
9319         `wl-folder-mode-hook'.
9320
9321         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9322         19 as well.
9323         (wl-mode-line-display-priority-list): New user option.
9324         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9325         Defcustomized.
9326         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9327         Add docs.
9328
9329         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9330         start.
9331         (wl-mode-line-buffer-identification): Revised as a function.
9332
9333         * wl-summary.el (wl-summary-mode): Use revised
9334         `wl-mode-line-buffer-identification'; don't call
9335         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9336         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9337         `wl-xmas-setup-summary'.
9338
9339         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9340         `wl-mode-line-buffer-identification'.
9341
9342         * wl-mule.el (wl-draft-overload-functions): Use revised
9343         `wl-mode-line-buffer-identification'.
9344
9345         * wl-folder.el (wl-make-plugged-alist): Don't call
9346         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9347         (wl-folder): Don't call `wl-folder-init-icons' directly.
9348         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9349         `wl-xmas-setup-folder' directly;
9350         use revised `wl-mode-line-buffer-identification'.
9351         (TopLevel): Don't bind `wl-biff-init-icons',
9352         `wl-plugged-init-icons', `wl-folder-init-icons',
9353         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9354
9355         * wl-e21.el (wl-draft-overload-functions): Use revised
9356         `wl-mode-line-buffer-identification'.
9357         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9358         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9359         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9360         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9361         `wl-make-plugged-hook';
9362         add `wl-folder-init-icons' and `wl-setup-folder' to
9363         `wl-folder-mode-hook'.
9364
9365 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9366             Katsumi Yamaoka    <yamaoka@jpl.org>
9367
9368         * wl.el (wl): Call `wl-biff-start'.
9369         (wl-exit): Call `wl-biff-stop'.
9370         (wl-plugged-mode): Show biff in modeline.
9371         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9372
9373         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9374         (wl-biff-init-icons): New function.
9375         (wl-plugged-init-icons): Don't make too much keymaps.
9376         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9377
9378         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9379         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9380         variables.
9381         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9382         options.
9383
9384         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9385         wl-biff-start, wl-biff-stop): New functions.
9386         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9387         (wl-biff-timer-name): New variable.
9388
9389         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9390
9391         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9392         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9393
9394         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9395         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9396
9397         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9398         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9399         `wl-folder-init-icons' to `ignore' if they are not available.
9400         (wl-folder-mode): Show biff in modeline.
9401
9402         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9403         (wl-biff-init-icons): New function.
9404         (wl-plugged-init-icons): Don't make too much keymaps.
9405         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9406
9407 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9408
9409         * wl-vars.el (wl-strict-diff-folders): Customization Type
9410         and doc fix.  Define as a list of regular expressions for
9411         folders or nil.
9412         * wl-folder.el (wl-folder-check-one-entity): Use
9413         `wl-string-match-member' instead of `wl-string-member' for
9414         `wl-strict-diff-folders'.
9415
9416 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9417
9418         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9419         (wl-highlight-folder-current-line): Use it; new implementation.
9420         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9421         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9422         `defsubst' instead of `defun'.
9423
9424         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9425         `wl-highlight-group-folder-by-numbers'; made it can also be a
9426         number.  See info for more details.
9427
9428         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9429         running.
9430
9431         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9432         to bind them.
9433
9434         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9435         (wl-highlight-folder-current-line): New implementation.
9436
9437         * wl-highlight.el (wl-highlight-folder-group-line): New
9438         implementation.
9439         (wl-delete-all-overlays): Rewrite as a marco.
9440         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9441
9442         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9443         running.
9444         (wl-folder-*-glyph): No need to bind them.
9445
9446         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9447         `wl-e21-highlight-folder-group-icon'; rewrite.
9448         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9449         `defsubst' instead of `defun'.
9450         (wl-folder-mode-map): Bind it when compiling.
9451
9452 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9453
9454         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9455
9456         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9457
9458 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9459
9460         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9461
9462 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9463
9464         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9465         (wl-highlight-folder-current-line): Use it.
9466
9467         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9468         in `id-name'.
9469
9470 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9471
9472         * wl.el: Require `wl-e21' when Emacs 21 is running.
9473
9474         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9475         default when Emacs 21 is running.
9476         (wl-use-highlight-mouse-line): Ditto.
9477         (wl-on-emacs21): New constant.
9478         (wl-on-emacs20): Removed.
9479
9480         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9481         Emacs 21 is running.
9482
9483         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9484         Emacs 21 is running.
9485
9486         * wl-e21.el: New file.
9487
9488 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9489
9490         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9491         (wl-toggle-plugged): Ditto.
9492         (wl-plugged-toggle): Ditto.
9493         (wl-plugged-toggle-all): Ditto.
9494
9495         * wl-vars.el (wl-plug-state-indicator): Refer
9496         `wl-plug-state-indicator-on' indirectly.
9497
9498 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9501         Call `wl-folder-confirm-existence'.
9502
9503         * wl-folder.el (wl-folder-confirm-existence): Added optional
9504         argument `force'.
9505
9506 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9507
9508         * wl-summary.el (wl-summary-refile-subr): Assume
9509         `copy-or-refile' as symbol.
9510         (wl-summary-refile): Follow up above change.
9511         (wl-summary-copy): Ditto.  Doc fix.
9512
9513 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9514
9515         * wl-summary.el (wl-summary-pick): Don't bind
9516         `elmo-search-mime-charset'.
9517
9518         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9519         default using old backquote style.
9520         (wl-search-mime-charset): Abolished.
9521
9522         * wl-highlight.el (wl-highlight-headers):
9523         Call `point' after `re-search-forward'(for Nemacs).
9524
9525         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9526         for elmo-imap4.el.
9527
9528 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9529
9530         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9531         `wl-message-ignored-field-list' instead of
9532         `mime-view-ignored-field-list'.
9533
9534         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9535         Add interactive spec.
9536         (wl-folder-goto-bottom-of-current-folder): Ditto.
9537         (wl-folder-mode-map): Bind them.
9538
9539         * wl-vars.el (wl-message-ignored-field-list): New variable.
9540         (wl-message-visible-field-list): New variable.
9541
9542         * wl-mime.el (wl-mime-header-presentation-method): New function.
9543         (wl-mime-setup): Set header-presentation-method.
9544
9545 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9546
9547         * wl-nemacs.el (wl-draft-overload-functions): Set
9548         `mode-line-buffer-identification' instead of using
9549         `wl-make-modeline'.
9550
9551         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9552         instead of using `wl-make-modeline'.
9553
9554         * wl-xmas.el (wl-plugged-init-icons): Set up
9555         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9556         (wl-make-modeline): Abolish.
9557         (wl-draft-overload-functions): Set
9558         `mode-line-buffer-identification' instead of using
9559         `wl-make-modeline'.
9560
9561         * wl-util.el (wl-make-modeline-subr): Abolish.
9562         (wl-mode-line-buffer-identification): New alias.
9563
9564         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9565         (wl-summary-make-modeline): Abolish.
9566         (wl-summary-buffer-set-folder): Set
9567         `wl-summary-buffer-folder-indicator'.
9568         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9569         of using `wl-make-modeline'.
9570         (wl-summary-switch-to-clone-buffer): Don't set
9571         `mode-line-buffer-identification'.
9572         (wl-summary-goto-folder-subr): Ditto.
9573
9574         * wl-mule.el (wl-draft-overload-functions): Set
9575         `mode-line-buffer-identification' instead of using
9576         `wl-make-modeline'.
9577
9578         * wl-folder.el (wl-folder-mode): Set
9579         `mode-line-buffer-identification' instead of using
9580         `wl-make-modeline'.
9581         (wl-folder): Don't set `mode-line-buffer-identification'.
9582
9583 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9584
9585         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9586         instead of `member' for `wl-refile-guess-func-list' look-ups.
9587         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9588
9589 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9590
9591         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9592         `wl-message-button-dispatcher'.
9593
9594         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9595
9596         * wl-message.el (wl-message-button-dispatcher): Use it.
9597
9598         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9599         "In-Reply-To".
9600
9601         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9602         Bind `case-fold-search' to t.
9603
9604 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9605
9606         * wl-xmas.el (wl-message-overload-functions): Initialize
9607         `wl-message-button-map'.
9608
9609         * wl-mule.el (wl-message-overload-functions): Initialize
9610         `wl-message-button-map'.
9611
9612         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9613
9614         * wl-message.el (wl-message-button-map): New keymap.
9615         (wl-message-add-button): New function.
9616         (wl-message-button-dispatcher): New function.
9617         (wl-message-button-refer-article): New function.
9618
9619         * wl-highlight.el
9620         (wl-highlight-message-add-buttons-to-header): New function.
9621         (wl-highlight-headers): Use it.
9622
9623 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9624
9625         * wl-summary.el (wl-summary-default-from): Use
9626         `wl-address-get-petname-1'.
9627         (wl-summary-simple-from): Ditto.
9628
9629         * wl-address.el (wl-address-get-petname-1): New inline function.
9630         (wl-address-get-petname): Use it.
9631
9632 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9633
9634         * wl-summary.el (wl-summary-default-from): Return full-name part
9635         from the address if no petname was found.
9636         (wl-summary-simple-from): Ditto.
9637
9638         * wl-address.el (wl-address-get-petname): Return nil if no petname
9639         associated with the address was found.
9640
9641 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9642
9643         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9644         display is finished.
9645
9646 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9647
9648         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9649         `elmo-folder-exists-p' argument.
9650
9651 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9652
9653         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9654         the folder.
9655
9656 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9657
9658         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9659
9660         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9661         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9662
9663 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9664
9665         * wl-folder.el (wl-folder-create-subr): New function.
9666         (wl-folder-confirm-existence): Use it.
9667         (wl-folder-check-one-entity): Use it.
9668         Check the error symbol is derived from 'elmo-open-error.
9669
9670         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9671         `ignore-error'.
9672
9673 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9674
9675         * wl-util.el (toplevel): Add (eval-when-compile (require
9676         'elmo-util)).  (Maybe `provide' is typo.)
9677
9678 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9679
9680         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9681         (I don't know why this was needed.)
9682
9683         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9684         Follow up changes for stream-type.
9685
9686         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9687         (wl-draft-elmo-nntp-send): Ditto.
9688
9689         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9690         (wl-nntp-posting-stream-type): Ditto.
9691         (wl-pop-before-smtp-ssl): Abolished.
9692         (wl-nntp-posting-ssl): Ditto.
9693
9694         * wl-address.el (wl-address-quote-specials): New function.
9695         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9696
9697         * wl-draft.el (wl-draft-reply): Ditto.
9698
9699 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9700
9701         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9702         use function `wl-string-match-assoc'.
9703
9704 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9705
9706         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9707
9708         * wl-draft.el (wl-draft-deduce-address-list): New function.
9709         (wl-draft-parse-mailbox-list): Ditto.
9710         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9711         instead of `smtp-deduce-address-list'.
9712         (wl-draft-on-field-p): Follow group list.
9713
9714         * wl-address.el (wl-address-concat-token): New function.
9715         (wl-address-string-without-group-list-contents): Ditto.
9716         (wl-complete-field-body): Fixed problem of completion
9717         by japanese petname.
9718         (wl-address-make-completion-list): Rewrite.
9719
9720 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9721
9722         * wl-address.el (wl-address-make-completion-list): Completion by
9723         petname.
9724         (wl-complete-field-body): Likewise.
9725
9726 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9727
9728         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9729         contains invalid address syntax.
9730
9731 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9732
9733         * wl-folder.el (wl-folder-check-entity-async): Use
9734         `elmo-nntp-spec-hostname'.
9735
9736 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9737
9738         * wl-summary.el (wl-summary-msgdb-load-async): Use
9739         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9740
9741 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9742
9743         * wl-draft.el (wl-draft-reply): Set argument
9744         `content-transfer-encoding' as nil.
9745
9746 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9747
9748         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9749         `wl-refile-alist'.
9750
9751 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9752
9753         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9754         (wl-draft-edit-string): Ditto.
9755         (wl-draft-forward): Ditto.
9756         * wl-summary.el (wl-summary-write): Ditto.
9757
9758 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9759
9760         * wl-summary.el (wl-summary-sync-update3): Call
9761         `wl-summary-buffer-number-column-detect'.
9762         (wl-summary-buffer-number-column-detect): Search from point-min.
9763
9764 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9765
9766         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9767         contains an address which is not included in original to or cc.
9768
9769 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9770
9771         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9772         begin-line does not exist.
9773         * wl-message.el (wl-message-uu-substring): Ditto.
9774
9775 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9776
9777         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9778         clear local variables.
9779         (wl-summary-exit): Call `elmo-commit'.
9780         (wl-summary-switch-to-clone-buffer): Call
9781         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9782         (wl-summary-goto-folder-subr): Ditto.
9783
9784         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9785         POP folder.
9786
9787 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9788
9789         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9790         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9791         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9792         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9793         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9794         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9795
9796         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9797
9798 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9799
9800         * wl-summary.el (wl-summary-search-by-subject):
9801         Search parent message from the latest one.
9802
9803 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9804
9805         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9806         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9807
9808         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9809         New user option.
9810
9811         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9812         if elmo-nntp-use-killed-list is nil.
9813         Use `elmo-msgdb-append-to-killed-list'.
9814         (Append numbers confirmed as disappeared to the killed list.)
9815         (wl-summary-confirm-appends): Don't display negative number.
9816
9817 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9818
9819         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9820
9821 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9822
9823         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9824         range is `all'.
9825         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9826         `elmo-list-bigger-diff'.
9827
9828 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9829
9830         * wl-summary.el (wl-summary-buffer-exit-func):
9831         New buffer local variable.
9832         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9833
9834 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9835
9836         * wl-demo.el (wl-demo): Fix the last change.
9837
9838 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9839
9840         * wl-demo.el (wl-demo): Don't use `eval'.
9841
9842 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9843
9844         * wl-summary.el (wl-summary-buffer-thread-modified):
9845         New buffer-local variable.
9846         (wl-summary-set-thread-modified): New function.
9847         (wl-summary-thread-modified-p): New function.
9848         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9849         (wl-summary-yank-saved-message): Use function
9850         `wl-summary-set-thread-modified'
9851         (wl-summary-switch-to-clone-buffer): Add
9852         `wl-summary-buffer-thread-modified'.
9853
9854         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9855         (wl-summary-buffer-mark-saved-hook): Ditto.
9856         * wl-summary.el (wl-summary-msgdb-save): New hook
9857         `wl-summary-buffer-message-saved-hook' and
9858         `wl-summary-buffer-mark-saved-hook'.
9859
9860 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9861
9862         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9863
9864 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9865
9866         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9867         don't hide scroll bars under FSF Emacsen because it may incur an
9868         undesirable redrawing.
9869
9870 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9871
9872         * wl-draft.el (wl-draft-edit-string): Call
9873         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9874
9875 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9876
9877         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9878
9879 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9880
9881         * wl-summary.el (wl-summary-msgdb-load-async): Call
9882         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9883
9884 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9885
9886         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9887         fringes in demo buffer; center bitmap logo correctly even if old
9888         Mule is used.
9889
9890 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9891
9892         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9893
9894         * wl-refile.el (wl-refile-subject-alist): New variable.
9895         (wl-refile-subject-alist-file-name): Ditto.
9896         (wl-refile-alist-setup): Rewrite.
9897         (wl-refile-alist-save): Use `elmo-object-save'.
9898         Eliminated arguments.
9899         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9900         (wl-refile-guess-by-subject): New function.
9901         (wl-refile-guess-func-list): Added it.
9902
9903 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9904
9905         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9906         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9907
9908 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9909
9910         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9911         New buffer-local variable.
9912         (wl-summary-buffer-next-folder-func): Ditto.
9913         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9914         if non-nil.
9915         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9916         if non-nil.
9917         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9918         if non-nil.
9919         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9920         if non-nil.
9921
9922 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9923
9924         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9925         permanently in the demo buffer.
9926
9927 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9928
9929         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9930         `mime-entity-fetch-field'.
9931
9932         * wl.el (wl-exit): Delete plugged buffer.
9933
9934         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9935         XEmacs has menubar feature.
9936
9937 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9938
9939         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9940         cannot arrive at the beginning of the buffer under old Emacsen.
9941
9942 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9943
9944         * wl-address.el (wl-address-ldap-search):
9945         Call `ldap-search-entries' with `withdn' argument t.
9946         (wl-complete-field-body): Bind completion-ignore-case as t.
9947         Clear ldap search hash when it was sole completion.
9948         Use elmo-string for pattern string.
9949         (wl-ldap-alias-safe-string): Eliminated needless let.
9950
9951 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9952
9953         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9954         (wl-ldap-alias-sep): New constant.
9955         (wl-ldap-search-attribute-type-list): Ditto.
9956         (wl-ldap-get-value): New function.
9957         (wl-ldap-make-filter): Ditto.
9958         (wl-ldap-make-matched-value-list): Ditto.
9959         (wl-ldap-alias-safe-string): Ditto.
9960         (wl-ldap-register-dn-string): Ditto.
9961         (wl-address-ldap-search): Rewrite.
9962
9963 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9964
9965         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9966         thread is deleted.
9967         (wl-thread-delete-line-from-buffer): Ditto.
9968         (wl-thread-get-exist-children): New function.
9969
9970 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9971
9972         * wl-demo.el (wl-demo): Made it to select various image types.
9973         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9974         from `wl-title-logo'.
9975         (wl-logo-ascii): New variable.
9976         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9977         (wl-demo-copyright-notice): New constant.
9978
9979         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9980
9981 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9982
9983         * wl-vars.el (wl-summary-target-above): Renamed from
9984         wl-summary-temp-above.
9985         * wl-score.el (wl-score-get-score-alist): Use it.
9986         (wl-summary-score-update-all-lines): Use it.
9987         * wl-summary.el: Ditto. (make-variable-buffer-local).
9988
9989 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9990
9991         * wl-vars.el (wl-ldap-port): New user option.
9992
9993         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9994         Rewite whole implementation.
9995         (wl-complete-field-body): Fixed.
9996
9997 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9998
9999         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10000         Choose implementation at compile time.
10001
10002 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10003
10004         * wl-address.el (wl-ldap-search-internal): New function.
10005         (wl-complete-field-to): Use it.
10006
10007 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10008
10009         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10010         Use `let' instead of `let*'.
10011         Require 'wl-vars.
10012
10013         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10014         Define as defcustom.
10015         (wl-ldap-base): Ditto.
10016         (wl-use-ldap): Ditto.
10017
10018 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10019
10020         * wl-address.el (wl-ldap-search): New function.
10021         (wl-complete-field-body): Use `wl-ldap-search'.
10022         (wl-ldap-server): New variable.
10023         (wl-ldap-base): Ditto.
10024         (wl-use-ldap): Ditto.
10025
10026 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10027
10028         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10029         (Pointed out by Mito <mit@nines.nec.co.jp>).
10030         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10031         buffer-local variables like `wl-summary-redisplay-internal'.
10032         (wl-summary-redisplay-all-header): Likewise.  Update
10033         Summary view too.
10034
10035 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10036
10037         * wl-summary.el (wl-summary-jump-to-parent-message):
10038         Consider prefix argument.
10039
10040         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10041         when closed thread is deleted.
10042
10043 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10044
10045         * wl-summary.el (wl-summary-jump-to-parent-message):
10046         Consider thread modification.
10047
10048 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10049
10050         * wl-message.el (wl-message-normal-get-original-buffer): Use
10051         `save-excursion'.
10052
10053         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10054         (wl-summary-showto-folder-regexp): Ditto.
10055
10056 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10057
10058         * wl-util.el (wl-delete-alist): Doc fix.
10059         (wl-delete-associations): New function.
10060         (wl-inverse-alist): New function.
10061         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10062         Split temporary variables. Use `wl-delete-associations'
10063         and `wl-inverse-alist'.
10064         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10065
10066 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10067
10068         * wl-folder.el (wl-folder-prefetch-entity):
10069         Execute prefetching if new count is unknown.
10070
10071 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10072
10073         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10074
10075         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10076         delete entity.
10077         (wl-thread-set-parent): If insert as top, set linked as nil.
10078
10079         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10080         `wl-thread-cleanup-symbols' when view mode is thread.
10081
10082 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10083
10084         * wl-folder.el (wl-folder-create-folder-entity): Use
10085         with-current-buffer.
10086         (wl-local-folder-init): Call set-buffer to make sure we are in
10087         the Folder buffer. Don't touch buffer-local variables here.
10088         (wl-folder-mode): Initialize buffer-local variables here.
10089
10090         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10091         (wl-folder-entity-assign-id): Ditto.
10092         (wl-folder-create-entity-hashtb): Ditto.
10093         (wl-local-folder-init): Ditto.
10094         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10095
10096 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10097
10098         * wl-summary.el (wl-summary-default-from): Fix probrem when
10099         std11-extract-address-components return (nil "foo@bar").
10100
10101 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10102
10103         * wl-draft.el (wl-draft-clone-local-variables):
10104         Remove redundant `setq'.
10105
10106 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10107
10108         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10109         Bind wl-highlight-x-face-func as nil while highlighting header.
10110
10111 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10112
10113         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10114
10115 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10116
10117         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10118         elmo-msgdb-overview-hashtb from copy-variables.
10119         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10120         instead of `elmo-msgdb-overview-get-entity-by-number'.
10121         (wl-summary-auto-refile): Ditto.
10122
10123         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10124         `elmo-msgdb-overview-get-entity' instead of
10125         `elmo-msgdb-search-overview-entity'.  Use
10126         `elmo-msgdb-overview-get-entity' instead of
10127         `elmo-msgdb-overview-get-entity-by-number'.
10128         (wl-thread-insert-entity-sub): Ditto.
10129         (wl-thread-insert-message): Ditto.
10130
10131         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10132         `elmo-msgdb-overview-get-entity'.
10133         (wl-normal-message-redisplay): Ditto.
10134
10135 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10136
10137         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10138         `wl-thread-entities'.
10139         (wl-thread-delete-message): Fix remove top message from
10140         `wl-thread-entity-list'.
10141
10142         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10143         wl-append(nconc), because update-list is broken on Meadow.
10144
10145         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10146         updating process.
10147         (wl-summary-rescan): Ditto.
10148         (wl-summary-sync-update3): Ditto.
10149         * wl-thread.el (wl-thread-set-parent): Renamed from
10150         `wl-summary-set-parent'.
10151         (wl-thread-insert-message): Updating buffer faster.
10152         (wl-thread-delete-message): Updating buffer faster.
10153
10154         * wl-score.el (wl-summary-score-update-all-lines): Changed
10155         interval for display progress gauge.
10156
10157 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10158
10159         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10160         folder always-sticky.
10161         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10162         defmacro.
10163
10164 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10165
10166         * wl-vars.el (wl-draft-add-references): New user option.
10167
10168         * wl-draft.el (wl-draft-add-references): New function.
10169         (wl-draft-yank-from-mail-reply-buffer): Use it.
10170         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10171         as nil.
10172
10173 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10174
10175         * wl-thread.el (wl-thread-update-line-msgs): Called
10176         `wl-thread-update-line-on-buffer-sub'.
10177         (wl-thread-update-line-on-buffer): Delete routine of inserting
10178         thread.
10179         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10180         moved from `wl-thread-update-line-on-buffer'.
10181         Add threshold for displaying progress gauge.
10182         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10183         argument of `wl-thread-update-line-msgs'.
10184         Add threshold for displaying progress gauge.
10185         * wl-folder.el:
10186         Add threshold for displaying progress gauge.
10187         * wl-score.el: Ditto.
10188
10189         * wl-expire.el (wl-summary-expire): Display deleting info.
10190
10191 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10192
10193         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10194         `no-msg'.
10195         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10196         argument of `wl-thread-update-line-msgs'.
10197         (wl-summary-set-parent): Added optional argument `parent-number'.
10198         (wl-summary-buffer-saved-message): New buffer local variable.
10199         (wl-summary-save-current-message): New command.
10200         (wl-summary-yank-saved-message): Ditto.
10201         (wl-summary-mode-map): Added key binding for
10202         `wl-summary-save-current-message' (\ew) and
10203         `wl-summary-yank-saved-message' (\C-y).
10204         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10205
10206 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10207
10208         * wl-summary.el (wl-summary-mode-map): Added key binding for
10209         `wl-summary-set-parent' (ts).
10210
10211 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10212
10213         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10214         subject faster. If thread number is reverse, delayed updating
10215         thread.
10216         (wl-summary-search-by-subject): Ditto.
10217         (wl-summary-put-alike): Ditto.
10218         (wl-summary-get-alike): Ditto.
10219         (wl-summary-insert-headers): Insert header of all overview in
10220         buffer.
10221         (wl-summary-rescan): Delayed updating thread. Kill search subject
10222         buffer for wl-summary-search-by-subject.
10223         (wl-summary-sync-update3): Ditto.
10224         (wl-summary-exit): Ditto.
10225         (wl-summary-goto-bottom-of-current-thread): Change for linked
10226         thread.
10227         (wl-summary-overview-create-summary-line): Change line for linked
10228         thread.
10229
10230         * wl-summary.el (wl-summary-update-thread): Use
10231         wl-thread-maybe-get-children-num.
10232         (wl-summary-set-parent): If change parent, move sub thread.
10233         (wl-summary-redisplay-internal): Add horizontal recenter.
10234         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10235
10236         * wl-thread.el (wl-thread-entity-get-linked): New function.
10237         (wl-thread-entity-set-linked): New function.
10238         (wl-thread-create-entity): Add linked element.
10239         (wl-thread-entity-insert-as-top): Use wl-append.
10240         (wl-thread-maybe-get-children-num): If closing thread, return
10241         children msgs.
10242         (wl-thread-update-line-msgs): Displaying progress message.
10243         (wl-thread-update-line-on-buffer-sub): Use
10244         wl-thread-maybe-get-children-num.
10245         (wl-thread-update-line-on-buffer): If update line is not exists,
10246         insert thread.
10247         (wl-thread-delete-message): If delete top msg of thread, search
10248         parent by subject.
10249         (wl-thread-insert-entity): Use
10250         wl-thread-maybe-get-children-num.
10251
10252         * wl-highlight.el (wl-highlight-summary-current-line): change
10253         sregexp for linked thread.
10254         * wl-util.el (wl-count-lines): Count lines.
10255         (wl-horizontal-recenter): horizontal recenter.
10256         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10257         (wl-score-get-alike): Ditto.
10258         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10259         (wl-subject-length-limit): New variable.
10260         (wl-highlight-thread-indent-string-regexp): Changed for linked
10261         thread.
10262
10263 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10264
10265         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10266         New variable (revival).
10267         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10268         by subject matching if there's no in-reply-to nor references field
10269         (revival).
10270
10271 \f
10272 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10273
10274         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10275         message.
10276
10277 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10278
10279         * wl-summary.el (wl-summary-reply): Return t if there was a
10280         message at cursor point.
10281         Added unwind-protect.
10282         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10283         returns t.
10284         (wl-summary-cancel-message): Do nothing when there's no message at
10285         cursor point.
10286         (wl-summary-forward): Ditto.
10287         (wl-summary-jump-to-parent-message): Ditto.
10288         (wl-summary-reedit): Ditto.
10289         (wl-summary-edit-addresses): Ditto.
10290         (wl-summary-pipe-message): Ditto.
10291         (wl-summary-print-message-with-ps-print): Ditto.
10292         (wl-summary-print-message): Ditto.
10293         (wl-summary-mark-as-important): Ditto.
10294         (wl-summary-mark-as-unread): Ditto.
10295
10296         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10297         message at cursor point.
10298         (wl-summary-reply-with-citation): Remove unwind-protect.
10299
10300         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10301         subject searching feature.
10302         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10303         Eliminated.
10304
10305 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10306
10307         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10308         New variable.
10309         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10310         by subject matching if there's no in-reply-to nor references field.
10311
10312         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10313
10314         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10315         when display is finished.
10316         (wl-folder-open-all): Ditto.
10317         (wl-folder-update-access-group): Ditto.
10318         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10319         * wl-thread.el (wl-thread-close-all): Ditto.
10320
10321         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10322         progress gauge only when it was displayed.
10323         * wl-folder.el (wl-folder-insert-entity): Ditto.
10324
10325 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10326
10327         * wl-summary.el (wl-summary-incorporate): Enclose
10328         `wl-summary-sync-force-update' with save-excursion.
10329
10330 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10331
10332         * wl-summary.el (wl-summary-prefetch-region):
10333         Pass current cursor point to `pos-visible-in-window-p' after
10334         moving cursor to the started point.
10335
10336 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10337
10338         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10339
10340         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10341         fields from the forwarding message.
10342         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10343         `ignored-fields'.
10344
10345 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10346
10347         * wl-mime.el (wl-message-request-partial):
10348         Eliminated argument `msgdb'.
10349         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10350         (wl-mime-combine-message/partial-pieces): Likewise.
10351         * tm-wl.el (wl-message-request-partial): Likewise.
10352         (wl-mime-combine-message/partial-pieces): Likewise.
10353
10354 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10355
10356         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10357         when display is finished.
10358
10359 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10360
10361         * wl-summary.el (wl-summary-goto-folder-subr):
10362         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10363
10364 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10365
10366         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10367         when cursor point is visible.
10368
10369 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10370
10371         * wl-expire.el (wl-expire-archive-get-max-number):
10372         Don't use `file-name-directory'.
10373
10374 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10375
10376         * wl-expire.el (wl-expire-archive-get-max-number):
10377         Use `file-name-directory'.
10378
10379 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10380
10381         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10382         only when there is progress.
10383
10384 2000-04-13  Mito <mit@nines.nec.co.jp>
10385
10386         * wl-summary.el (wl-summary-sync-marks): Display progress.
10387
10388 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10389
10390         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10391         (wl-summary-prev): Move cursor regardless of unread status.
10392         (wl-summary-next): Ditto.
10393
10394 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10395
10396         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10397         Added argument `target' and `number'.
10398         * tm-wl.el (wl-summary-burst-subr): New function.
10399         (wl-summary-burst): Use it.
10400
10401 2000-04-10  Mito <mit@nines.nec.co.jp>
10402
10403         * wl-mime.el (wl-burst): New function.
10404         (wl-summary-burst): Use it.
10405
10406 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10407
10408         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10409         as petname when there's no candidate.
10410
10411 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10412
10413         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10414         New variable.
10415         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10416
10417         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10418
10419         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10420
10421 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10422
10423         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10424         Use substring of `original' instead of buffer-substring.
10425         (wl-refile-evaluate-rule):
10426         Set `original' argument of wl-refile-expand-newtext.
10427
10428         * wl-summary.el
10429         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10430         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10431         (wl-summary-auto-refile): Check existence of destination folder just
10432         before marking.
10433
10434 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10435
10436         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10437         when wl-refile-get-field-value return nil.
10438
10439 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10440
10441         * wl-refile.el
10442         (wl-refile-expand-newtext): New function imported from Gnus.
10443         (wl-refile-evaluate-rule): Use it.
10444
10445 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10446
10447         * wl-summary.el (wl-summary-print-destination):
10448         Duplicate folder string to avoid putting text-property on
10449         original string.
10450
10451         * wl-refile.el (wl-refile-get-field-value): New function.
10452         (wl-refile-evaluate-rule): New function;
10453         Evaluate refile rule recursively.
10454         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10455         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10456         New function; Check existence of a target folder recursively.
10457         (wl-summary-auto-refile-check-refile-rule-alist):
10458         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10459
10460 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10461
10462         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10463
10464         * wl-folder.el (wl-create-folder-entity-from-buffer):
10465         Fixed problem when '}' character is contained in folder name.
10466
10467         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10468
10469 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10470
10471         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10472         (wl-fldmgr-add-completion-all-completions):
10473         Use wl-fldmgr-add-completion-hashtb.
10474
10475 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10476
10477         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10478         wl-fldmgr-add-completion-subr): New functions.
10479         * wl-folder.el (wl-folder-completion-func): New variable.
10480         * wl-summary.el (wl-summary-read-folder):
10481         Use wl-folder-completion-func.
10482
10483         * wl-refile.el: Eliminate throw & catch.
10484
10485         * wl.el (wl-plugged-sending-queue-status): Fixed.
10486
10487 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10488
10489         * wl-draft.el (wl-draft): Put category property on
10490         mail-header-separator.