* wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
4         instead of `read-event'.
5
6         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
7
8         * wl-mule.el (wl-read-event-char): Ditto.
9
10         * wl-e21.el (wl-read-event-char): Ditto.
11
12 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
13
14         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
15
16 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
17
18         * wl-vars.el (wl-draft-send-confirm-type): New user option.
19
20         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
21
22         * wl-draft.el (wl-draft-send-confirm): Confirmation by
23         `wl-draft-send-confirm-type'
24
25 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
26
27         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
28         Avoid error when the buffer name is already used.
29
30 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
31
32         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
33         the change of elmo-nmz -> elmo-search.
34         (wl-highlight-summary-line-help-echo-alist): Ditto.
35         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
36         (wl-nmz-folder-icon): Define as obsolete.
37         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
38         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
39
40 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
41
42         * wl-summary.el (wl-summary-get-list-info): Rewrite with
43         `elmo-find-list-match-value'
44
45 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
46
47         * wl-summary.el (wl-summary-get-list-info): Optimize.
48         Use List-Id and List-Post also.
49
50 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
53
54 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
55
56         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
57
58 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
59
60         * wl-util.el (wl-completing-read-multiple-1): New internal function.
61         (wl-completing-read-multiple-2): Ditto.
62         (wl-completing-read-multiple): Define use above functions.
63
64         * wl-summary.el (wl-summary-sort): Removed the workaround for a
65         bug of `completing-read-multiple' about default value.
66
67         * wl-xmas.el (wl-completing-read-multiple): Removed.
68
69         * wl-mule.el (wl-completing-read-multiple): Ditto.
70
71         * wl-e21.el (wl-completing-read-multiple): Ditto.
72
73 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
74
75         * wl-util.el (wl-filter-associations): New function.
76
77         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
78         (wl-spam-ignored-folder-list): Ditto.
79         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
80         (wl-spam-string-member-p): New function.
81         (wl-spam-domain): Use it.
82         (wl-spam-split-numbers): New function.
83         (wl-spam-apply-partitions): Ditto.
84         (wl-spam-register-spam-messages): Use `folder' instead of
85         `wl-summary-buffer-elmo-folder'.
86         (wl-spam-register-good-messages): Ditto.
87         (wl-summary-exec-action-spam): Decide a domain by real folder of
88         message.
89         (wl-summary-exec-action-refile-with-register): Likewise.
90
91 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
92
93         * wl-e21.el (wl-e21-find-image): New function.
94         (wl-e21-setup-toolbar): Use it instead of `find-image'.
95         (wl-e21-highlight-folder-group-line): Ditto.
96         (wl-folder-init-icons): Ditto.
97         (wl-plugged-init-icons): Ditto.
98         (wl-biff-init-icons): Ditto.
99
100 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
103         (wl-inhibit-save-drafts): New internal variable.
104         (wl-disable-auto-save): Ditto.
105         (wl-save-drafts): Treat above variables.
106         (wl-auto-save-drafts): New function.
107         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
108         `wl-stop-save-drafts'.
109         (wl-start-save-drafts): New function.
110         (wl-stop-save-drafts): Ditto.
111         (wl-set-auto-save-draft): New command.
112
113         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
114         `wl-set-save-drafts'.
115
116 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
117
118         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
119         `make-local-variable' instead of `make-variable-buffer-local'.
120
121 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
122
123         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
124
125 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
126
127         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
128
129 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
130
131         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
132         of working buffer.
133
134 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
135
136         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
137
138         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
139         value into recipients; Bind `wl-draft-remove-group-list-contents'
140         as nil.
141
142 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
143
144         * wl-summary.el (wl-summary-sort): Fixed the last change.
145
146         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
147         (wl-summary-sort-messages): Ditto.
148         (wl-summary-rescan): Use it.
149         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
150         `completing-read'; Append candidates for reverse order.
151
152 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
153
154         * Version number is increased to 2.15.2.
155
156 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
157
158         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
159         "Smaller".
160         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
161
162 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
165
166 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
167
168         * wl-vars.el (wl-draft-additional-header-alist): Add into the
169         customize group `wl-draft'.
170         (wl-draft-add-in-reply-to): Move customize group from `wl' to
171         `wl-draft'.
172         (wl-draft-add-references): Ditto.
173
174         * wl-action.el (wl-summary-print-argument): Rename argument from
175         `folder' to `data'.
176
177 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-summary.el (wl-summary-rescan-message): Call
180         `wl-thread-cleanup-symbols' before insert thread.
181
182 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl.el (wl-init): Set `elmo-get-folder-function' as
185         `wl-folder-make-elmo-folder'.
186
187         * wl-spam.el (wl-summary-exec-action-spam): Use
188         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
189
190         * wl-folder.el (wl-folder-make-elmo-folder): New function.
191         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
192         `elmo-make-folder'.
193         (wl-folder-get-elmo-folder): Ditto.
194         (wl-folder-create-subr): Simplify.
195
196 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
199
200 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
203         contents in message buffer instead of original buffer. If optional
204         argument specified, ask coding system for encode.
205
206 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
207
208         * wl-spam.el (wl-summary-test-spam-region): New function.
209         (wl-spam-setup): Bind "rkc".
210
211 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
212
213         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
214
215 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
216
217         * wl-spam.el (wl-summary-test-spam): Fix typo.
218         (wl-message-check-spam): Ditto.
219
220 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-summary.el (wl-summary-default-from): Simplify.
223
224 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-action.el (wl-summary-exec-action-refile): Simplify.
227         (wl-summary-exec-action-copy): Ditto.
228         (wl-summary-auto-refile): Check existence of temporary mark.
229
230 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * wl-summary.el (wl-summary-create-line): Use
233         `elmo-time-to-datevec'.
234
235         * wl-expire.el (wl-expire-archive-date): Ditto.
236         (wl-expire-localdir-date): Ditto.
237
238         * wl-util.el (wl-day-number): Abolish.
239
240         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
241         of `wl-day-number'.
242         (wl-score-followup): Ditto.
243         (wl-score-add-followups): Ditto.
244         (wl-score-get-latest-msgs): Ditto.
245         (wl-score-get-header-entry): Ditto.
246         (wl-score-edit-insert-date): Ditto.
247
248 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
251         `elmo-message-entity-field' with 2nd argument `type'.
252
253 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
254
255         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
256
257 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-thread.el (wl-thread-delete-message): Delete descendant
260         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
261
262 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
263
264         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
265
266 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
267
268         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
269         `Access folder'.
270
271 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-vars.el (wl-access-folder-icon): New user option.
274
275         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
276         `Access folder'.
277
278 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-summary.el (wl-summary-buffer-set-folder): Use
281         `wl-folder-mime-charset'.
282
283         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
284         `mime-charset'.
285         (wl-folder-get-elmo-folder): Ditto.
286         (wl-folder-mime-charset): New function.
287
288 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-util.el (wl-parse-addresses): Define alias of
291         `elmo-parse-addresses' (move to `elmo-util.el').
292
293         * wl-summary.el (wl-summary-default-from): Follow the API change.
294         (wl-summary-overview-entity-compare-by-date): Ditto.
295         (wl-summary-overview-entity-compare-by-from): Ditto.
296         (wl-summary-get-list-info): Get value of `ml-info' field from
297         entity at first.
298         (wl-summary-rescan-message): Treat prefix argument.
299         (wl-summary-prefetch-msg): Follow the API change.
300         (wl-summary-search-by-subject): Ditto.
301         (wl-summary-insert-thread): Ditto.
302         (wl-summary-line-subject): Ditto.
303         (wl-summary-line-from): Ditto.
304         (wl-summary-create-line): Ditto.
305         (wl-summary-print-message-with-ps-print): Ditto.
306
307         * wl-score.el (wl-score-ov-entity-get): Ditto.
308         (wl-score-followup): Ditto.
309         (wl-score-add-followups): Use `elmo-message-entity-field' instead
310         of `car'.
311         (wl-score-get-latest-msgs): Follow the API change.
312         (wl-score-get-header): Ditto.
313
314         * wl-refile.el (wl-refile-learn): Ditto.
315         (wl-refile-subject-learn): Ditto.
316         (wl-refile-get-field-value): Ditto.
317         (wl-refile-guess-by-history): Ditto.
318         (wl-refile-guess-by-subject): Ditto.
319
320         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
321
322         * wl-expire.el (wl-expire-date-p): Removed.
323         (wl-expire-archive-date): Follow the API change.
324         (wl-expire-localdir-date): Ditto.
325         (wl-summary-expire): Ditto.
326
327         * Version number is increased to 2.15.1.
328
329 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
330
331         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
332         group is access or not (it is not strict, like wl-fldmgr-rename).
333
334 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
337         duplicate call of `wl-summary-print-argument' on the wrong line.
338
339 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
342         even if argument `number' is nil.
343         (wl-summary-insert-line): Print action argument if current message
344         has it.
345
346 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
349         (wl-draft-reply): Ditto.
350         (wl-draft): Add optional argument `parent-number' and call
351         `wl-draft-create-buffer' with it.
352         (wl-draft-create-buffer): Add optional argument
353         `parent-number'. Set wl-draft-parent-number as it.
354
355 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-folder.el (wl-folder-set-persistent-mark): If summary
358         buffer is not for given folder, don't use it.
359
360 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
361
362         * Version number is increased to 2.15.0.
363
364 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
367
368         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
369         (wl-highlight-get-face-by-name): New internal function.
370         (wl-highlight-summary-line-face-spec): Use it and fixed.
371
372 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-summary.el (wl-summary-sync-update): Use
375         `elmo-message-entity-field' instead of `car' to get message-id
376         from overview entity.
377
378         * wl-summary.el (wl-summary-rescan-message): Call
379         `wl-highlight-summary-displaying' when displaying a message.
380
381 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-draft.el (wl-draft-config-info-filename): Extracted from
384         `wl-draft-config-info-operation'.
385         (wl-draft-buffer-change-number): New function.
386         (wl-draft-rename-saved-config): Ditto.
387         * wl.el (wl-init): Connect slot for message-number-changed.
388         (toplevel): Add autoload for wl-draft-rename-saved-config.
389
390 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
393         `update-overview'
394         (wl-summary-buffer-detach): Disconnect from it.
395         (wl-summary-rescan-message): Use command.
396
397         * wl-message.el (wl-message-buffer-display): Use
398         `with-current-buffer' instead of `save-excursion'.
399
400 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-mime.el (wl-draft-preview-attributes-list): Protect
403         wl-draft-preview-attributes-list from distraction.
404
405 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
406
407         * wl-summary.el (wl-summary-sync-update): Sort the return value of
408         `elmo-list-diff'.
409
410 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-summary.el
413         (wl-summary-edit-addresses-collect-candidate-fields): Use
414         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
415
416         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
417         instead of `elmo-set-work-buf'.
418
419         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
420         (wl-address-make-address-list): Ditto.
421
422         * Version number is increased to 2.13.3.
423
424 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
427         user option.
428
429         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
430         argument `5'.
431
432         * wl-message.el (wl-message-display-no-merge-p): New function.
433         (wl-message-buffer-display): Check whether the message is
434         reassembled and follow the API change.
435
436 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
439         multibyte on working buffer and removed unnecessary
440         `buffer-disable-undo'.
441
442 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-util.el (wl-read-search-condition-internal): Fixed the last
445         change.
446
447 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
448
449         * wl-util.el (wl-read-search-condition-internal): Protect
450         elmo-global-flags from distraction.
451
452 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
455
456         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
457         (wl-summary-event-handler): Ditto.
458         (wl-summary-update-persistent-mark-on-event): New
459         function (renamed from `elmo-event-handler-flag-changed').
460         (wl-summary-buffer-attach): New function.
461         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
462         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
463         instead of `elmo-folder-add-handler'.
464
465         * Version number is increased to 2.13.2.
466
467 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
470         and "\177" to the `wl-news-previous-page'.
471         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
472         (wl-news-previous-page): New function.
473
474 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
477         instead of `write-region' and simplify.
478
479 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
480
481         * wl-template.el (wl-template-select): Cause error if
482         `wl-template-alist' is nil.
483
484 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
485
486         * wl-news.el.in: Set file variable `no-byte-compile'.
487
488 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
489
490         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
491         whether a target message is within displaying area.
492         (elmo-event-handler-cache-changed): Ditto.
493
494 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
495
496         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
497         to `defun'.  Use `nconc' instead of `append' to collect descendant
498         message numbers.
499
500 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
501
502         * wl-thread.el (wl-thread-save-top-list)
503         (wl-thread-save-entities): Use `with-temp-buffer'.
504         * wl-news.el.in (wl-news-previous-version-load):
505         (wl-news-previous-version-save): Ditto.
506         * wl-summary.el (wl-summary-load-file-object)
507         (wl-summary-save-view-cache): Ditto.
508
509 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
510
511         * wl-util.el (toplevel): Require 'elmo-flag'.
512         (wl-read-search-condition): New function (Renamed from
513         `elmo-read-search-condition').
514         (wl-read-search-condition-internal): Likewise.
515
516         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
517         invalid.
518         (wl-summary-pick): Use `wl-read-search-condition' instead of
519         `elmo-read-search-condition'.
520         (wl-summary-virtual): Ditto.
521
522         * wl-folder.el (wl-folder-virtual): Ditto.
523         (wl-folder-pick): Ditto.
524
525         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
526
527 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-summary.el (wl-summary-reedit): Call
530         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
531
532 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * wl-mime.el (toplevel): Require wl-vars.
535
536         * wl-message.el (toplevel): Require cl at compile.
537
538         * wl-draft.el (toplevel): Require elmo.
539
540 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
541
542         * wl-message.el (wl-message-buffer-prefetch): Count is a number
543         and do nothing when it is not positive.
544         (wl-message-buffer-prefetch-next): Ditto.
545
546 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
549         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
550         (wl-summary-redisplay-internal): Ditto.
551
552         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
553         message (the condition is borrowed from `wl-check-variables-2').
554         (wl-summary-redisplay-internal): Ditto.
555
556 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * wl-mime.el (wl-draft-nntp-attribute): New function.
559         (wl-draft-attribute-nntp-posting-server): Use it.
560         (wl-draft-attribute-nntp-posting-port): Ditto.
561
562         * wl-mime.el (wl-draft-preview-attributes-list): New function.
563         (wl-draft-show-attributes-buffer): Ditto.
564         (wl-draft-hide-attributes-buffer): Ditto.
565         (wl-draft-attribute-newsgroups): Ditto.
566         (wl-draft-attribute-nntp-posting-server): Ditto.
567         (wl-draft-attribute-nntp-posting-port): Ditto.
568         (wl-draft-preview-message): Use there functions.
569
570         * wl-vars.el (wl-draft-preview-attributes-list): Change default
571         value.
572
573 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
576         (wl-draft-reedit): Ditto.
577         (wl-draft-queue-flush): Ditto.
578
579         * wl-mime.el (wl-message-request-partial): Ditto.
580         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
581         instead of `elmo-message-fetch'.
582
583         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
584
585         * wl-summary.el (wl-summary-message-string): Ditto.
586
587 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-util.el (wl-current-message-buffer): Follow the API change.
590
591         * wl-summary.el (wl-summary-redisplay-internal): Call
592         `wl-summary-mark-as-read' with 2nd argument as nil and update
593         unread count instead of persistent mark.
594
595         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
596         variable.
597         (wl-message-redisplay): Follow the API change.
598         (wl-message-buffer-display): Managed mime-entity directly and
599         return preview buffer only.
600         (wl-message-display-internal): Rewrite.
601         (wl-message-buffer-prefetch-subr): Not save return value of
602         `wl-message-buffer-display'.
603
604         * Version number is increased to 2.13.1.
605
606 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
607
608         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
609         'elmo-multiple-fields-body-list' with boundary specified.
610
611 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
612
613         * wl-vars.el (wl-summary-resend-use-cache): New variable.
614         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
615         cache if `wl-summary-resend-use-cache' is non-nil.
616
617 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
618
619         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
620         (wl-nntp-posting-stream-type): Ditto.
621
622 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
623
624         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
625
626 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
627
628         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
629         message.
630
631 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
634         Abolish.
635         (wl-summary-buffer-persistent-mark-version): New internal
636         variable.
637         (wl-summary-update-mark-and-highlight-window): Check by
638         wl-summary-persistent-mark-invalid-p.
639         (wl-summary-update-status-marks): Ditto.
640         (elmo-event-handler-flag-changed): Rewrite.
641         (elmo-event-handler-cache-changed): Define.
642         (wl-summary-prefetch-msg): Does not update persistent mark here.
643         (wl-summary-delete-cache): Ditto.
644         (wl-summary-resume-cache-status): Ditto.
645         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
646         (wl-summary-persistent-mark-invalid-p): New function.
647         (wl-summary-validate-persistent-mark): Ditto.
648         (wl-summary-validate-persistent-mark-string): Ditto.
649         (wl-summary-invalidate-persistent-mark): Ditto.
650         (wl-summary-update-persistent-mark): Call
651         `wl-summary-validate-persistent-mark'.
652         (wl-summary-create-line): Call
653         `wl-summary-validate-persistent-mark-string'.
654
655         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
656         status as t if cache used.
657
658 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
659
660         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
661         only if the target is group.
662         * wl-folder.el (wl-folder-append-petname): Don't check group name.
663
664 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
667
668 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
669
670         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
671
672         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
673
674 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
675
676         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
677         (Thanks to Yoichi NAKAYAMA).
678
679 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-util.el (wl-save-drafts): Restore echo area.
682
683 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
684
685         * Version number is increased to 2.13.0.
686
687         * wl-util.el (wl-biff-check-folder-async): Use
688         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
689
690 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
691
692         * wl-message.el (wl-message-display-internal): Does not put
693         wl-message-display-type property on message buffer.
694         (wl-message-buffer-display-type): New function.
695
696         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
697
698         * wl-summary.el (wl-summary-mode): Use `dolist' to add
699         `wl-summary-buffer-detach'.
700         (wl-summary-message-display-type): Use
701         `wl-summary-buffer-display-type'.
702
703 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
704
705         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
706         buffer-local.
707
708         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
709         kill-buffer-hook instead of make-local-variable.
710         (wl-draft-preview-message): Set `local' argument of add-hook as t.
711
712 2004-12-12  Scott Renfro <scott@renfro.org>
713
714         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
715         regex for square-branket.
716
717 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
720         `wl-message-mime-analysis-p' with argument `header'.
721
722 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
723
724         * wl-mime.el (wl-draft-yank-current-message-entity): 
725         Switch to no-mime following method according to wl-message-display-type
726         property.
727         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
728
729         * wl-message.el (wl-message-display-internal): 
730         Put wl-message-display-type property on message buffer.
731
732         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
733         (wl-message-display-internal): Ditto;
734
735         * wl-summary.el (wl-summary-toggle-mime): Ditto.
736
737 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-message.el (wl-message-make-display-type): New function.
740         (wl-message-display-type-property): Ditto.
741         (wl-message-mime-analysys-p): Ditto.
742         (wl-message-display-all-header-p): Ditto.
743         (wl-message-redisplay): Removed argument `as-is', `all-header' and
744         added `display-type'.
745         (wl-message-buffer-display): Likewise.
746         (wl-message-display-internal): Likewise.
747         (wl-message-buffer-display-type): Abolish.
748         (wl-message-buffer-prefetch-subr): Follow the API changed.
749
750         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
751         from wl-summary-buffer-display-all-header and changed default value.
752         (wl-summary-message-display-type): New function.
753         (wl-summary-buffer-display-mime-mode): Ditto.
754         (wl-summary-buffer-display-header-mode): Ditto.
755         (wl-summary-toggle-mime): Rewrite with above functions.
756         (wl-summary-toggle-all-header): Ditto.
757         (wl-summary-redisplay): Force redisplay with default mode.
758         (wl-summary-redisplay-internal): Renamed argument from `mode',
759         `all-header' to `mime-mode', `header-mode'.
760         Use `wl-message-make-display-type'.
761
762         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
763         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
764
765 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
766
767         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
768
769 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
770
771         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
772         in original message buffer.
773         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
774         buffer.
775
776 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
777
778         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
779
780 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
783
784 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
785
786         * wl-action.el (wl-summary-exec-action-refile): Display a done message
787         when actions succeeded.
788         (wl-summary-exec-action-copy): Likewise.
789
790 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
791
792         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
793         there is switch-to-buffer at the end of wl-message-select-buffer.
794         (wl-summary-reply): Ditto.
795
796 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
797
798         * wl-summary.el (wl-summary-forward): Put subject in original
799         message buffer as argument of wl-draft-forward.
800         * wl-draft.el (wl-draft-forward): Decode subject as in
801         wl-draft-reply.
802
803 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
804
805         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
806         a folder under access group.
807
808 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
809
810         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
811         wl-message-buffer-display.
812
813         * wl-util.el (wl-set-save-drafts): Fix typo.
814
815 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
818         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
819         wl-highlight-logo-face to set the bg color of an xbm image; fixed
820         the way to measure the width of a bitmap image; don't put face on
821         ascii and bitmap images; put the mark which should not use the
822         variable-pitch face on ascii and bitmap images.
823         (wl-demo-setup-properties): Don't use the variable-pitch face on
824         ascii and bitmap images; made it work on Emacs 20 and earlier.
825         (wl-demo-insert-text): End with a newline at the bottom; don't put
826         face on text.
827
828         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
829
830 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
831
832         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
833
834         * wl-util.el (wl-save-drafts): Moved from sample setting.
835         (wl-set-save-drafts): New function to set idle timer.
836         * wl-draft.el (wl-draft): Call it.
837         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
838
839 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
840
841         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
842         a summary which has toggle display status off.
843
844 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * wl-draft.el (wl-draft-do-fcc): No cache save.
847
848 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-summary.el (elmo-event-handler-flag-changed): Use
851         `set-buffer' instead of `with-current-buffer'.
852
853 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-summary.el (wl-summary-after-resize-function): New function.
856         (wl-summary-mode): Add `wl-summary-after-resize-function' to
857         window-size-change-functions.
858
859 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-draft.el (wl-draft-create-buffer): Bind
862         `change-major-mode-hook' after current buffer is changed.
863
864         * wl-summary.el (wl-summary-buffer-detach): New function.
865         (wl-summary-buffer-set-folder): Call it.
866         (wl-summary-mode): Add `wl-summary-buffer-detach' to
867         change-major-mode-hook and kill-buffer-hook.
868         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
869         (wl-summary-switch-to-clone-buffer): Ditto.
870         (wl-summary-goto-folder-subr): Ditto.
871
872 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
873
874         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
875         after boundp check.
876
877 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
880         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
881         for `kill-buffer'.
882
883         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
884         handler of current buffer from elmo-folder.
885
886 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
889
890 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
891
892         * wl-summary.el (wl-summary-buffer-event-handler): New internal
893         variable.
894         (wl-summary-event-handler): New class.
895         (elmo-event-handler-flag-changed): Define to update persistent
896         mark.
897         (wl-summary-buffer-set-folder): Register event handler to
898         elmo-folder.
899         (wl-summary-exit): Unregister event handler.
900         (wl-summary-goto-folder-subr): Ditto.
901         (wl-summary-mark-as-read-all): Does not call
902         `wl-summary-update-persistent-mark' directly.
903         (wl-summary-mark-as-read-internal): Ditto.
904         (wl-summary-set-persistent-mark-internal): Ditto.
905         (wl-summary-set-flags-internal): Ditto.
906
907         * Version number is increased to 2.11.33.
908
909 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
910
911         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
912         to nil.
913
914 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915
916         * wl-spam.el (wl-spam-setup): Add hook
917         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
918         instead of `wl-summary-prepare-hook'.
919
920         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
921         if folder type is `'flag'.
922         (wl-summary-mark-as-important): Ditto.
923
924 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-address.el (wl-address-minibuffer-history): New variable.
927         (wl-address-minibuffer-local-map): New keymap.
928         (wl-address-read-from-minibuffer): New function.
929
930         * wl-action.el (wl-summary-get-resend-address): Use
931         `wl-address-read-from-minibuffer' instead of `completing-read'.
932
933 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * Version number is increased to 2.11.32.
936
937 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
940         without mule to iso-8859-1.
941         (wl-draft-add-in-reply-to): Add note in description.
942         (wl-draft-add-references): Ditto.
943
944 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
945
946         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
947         definition for `m'.
948         (wl-summary-mode-line-format): Add '[%m]'.
949         (wl-message-mode-line-format-spec-alist): Ditto.
950         (wl-summary-display-mime-mode-list): New variable.
951
952         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
953         from wl-summary-buffer-display-as-is.
954         (wl-summary-buffer-display-all-header): New buffer local variable.
955         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
956         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
957         instead of wl-summary-buffer-display-as-is.
958         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
959         (wl-summary-set-persistent-mark): Ditto.
960         (wl-summary-set-message-buffer-or-redisplay): Just call
961         `wl-summary-redisplay-internal' without optional arguments.
962         (wl-summary-toggle-mime): Rewrite.
963         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
964         (wl-summary-toggle-all-header): New function.
965         (wl-summary-redisplay-internal): Treat mime mode.
966
967         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
968         to wl-mime-preview-follow-no-mime.
969         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
970         accodring to the display-mode.
971
972         * wl-message.el (wl-message-buffer-display-type): Rewrite.
973         (wl-message-buffer-display): Changed argument name from `as-is' to
974         `mode'.
975         (wl-message-display-internal): Ditto;
976         Bind elmo-mime-display-header-analysis according to the mode.
977         (wl-message-display-internal): Put wl-message-display-mime-mode
978         property on entire buffer.
979
980 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-draft.el (wl-draft-do-fcc): Undo last change.
983
984 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
985
986         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
987         Don't extract mail address.
988         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
989
990         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
991
992         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
993
994 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
997         wl-fldmgr-cut-entity-list on confirmation.
998
999 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1002         (wl-mime-quit-preview): Check existence of
1003         mime-edit-temp-message-buffer here.
1004
1005 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1006
1007         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1008         after deletion.
1009
1010         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1011         before calling wl-mime-quit-preview.
1012
1013 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-summary.el (wl-summary-pick): If call it with prefix
1016         argument, set `delete-marks' as non-nil. Pick from only visible
1017         messages.
1018         (wl-summary-check-target-mark): New function.
1019         (wl-summary-target-mark-mark-as-read): Use it.
1020         (wl-summary-target-mark-mark-as-unread): Ditto.
1021         (wl-summary-target-mark-operation): Ditto.
1022         (wl-summary-target-mark-set-flags): Ditto.
1023         (wl-summary-target-mark-save): Ditto.
1024         (wl-summary-target-mark-pick): Ditto.
1025         (wl-summary-target-mark-forward): Ditto.
1026         (wl-summary-target-mark-reply-with-citation): Ditto.
1027         (wl-summary-target-mark-print): Ditto.
1028         (wl-summary-target-mark-uudecode): Ditto.
1029
1030         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1031         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1032         with `ask-coding' is non-nil.
1033
1034 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1035
1036         * wl-thread.el (wl-thread-set-parent): If parent is a message
1037         which is identified by references, set linked as nil.
1038
1039 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1040
1041         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1042         (wl-message-mode-line-format-spec-alist): Ditto.
1043         (wl-message-mode-line-format): Ditto.
1044         (wl-summary-mode-line-format): Ditto for docstring.
1045         (wl-summary-no-mime-folder-list): Fix typo.
1046
1047         * wl-util.el (wl-current-message-buffer): Call
1048         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1049
1050         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1051         variable.
1052         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1053         of `wl-summary-redisplay-no-mime'.
1054         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1055         (wl-summary-toggle-mime): New function.
1056         (wl-summary-redisplay-all-header): Rewrite.
1057         (wl-summary-redisplay-no-mime): Ditto.
1058         (wl-summary-redisplay-internal): Added argument `as-is' and
1059         `all-header'.
1060
1061         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1062         New variable.
1063         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1064         bottom.
1065         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1066         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1067         "/" unconditionally.
1068
1069         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1070         wl-mime-preview-follow-no-mime for as-is content.
1071         (wl-mime-preview-follow-no-mime): New function.
1072         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1073
1074         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1075         and added `as-is', `all-header'.
1076         (wl-message-buffer-display): Ditto.
1077         (wl-message-buffer-display-type): New function.
1078
1079 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1080
1081         * wl-vars.el (wl-message-header-button-alist): Change default
1082         value.
1083         (wl-message-body-button-alist): Ditto.
1084
1085 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1086
1087         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1088
1089 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1092
1093 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1094
1095         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1096         is always true.
1097
1098 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1101         on null entity.
1102
1103 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1104
1105         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1106
1107 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-vars.el (wl-summary-resend-hook): New hook.
1110
1111         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1112         `wl-summary-resend-hook'.
1113
1114 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1115
1116         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1117         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1118         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1119         (wl-summary-new-cached-mark): Changed default value to 'n'.
1120         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1121         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1122         (wl-folder-sync-range-alist): Remove spec for 'flag.
1123         (wl-summary-force-prefetch-folder-list): New user option.
1124
1125         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1126         `wl-summary-toggle-persistent-mark'.
1127         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1128         number is nil.
1129         (wl-summary-mark-as-answered-region): Set interactive argument of
1130         `wl-summary-set-persistent-mark-internal'.
1131         (wl-summary-mark-as-important-region): Ditto.
1132         (wl-summary-unset-persistent-mark): Ditto.
1133         (wl-summary-set-persistent-mark): Ditto.
1134         (wl-summary-mark-as-answered): Ditto.
1135         (wl-summary-mark-as-important): Ditto.
1136         (wl-summary-set-persistent-mark-internal): Do nothing
1137         when `elmo-message-flag-available-p' is nil.
1138         (wl-summary-toggle-persistent-mark): New function.
1139         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1140         when the folder matches `wl-summary-force-prefetch-folder-list'.
1141
1142
1143         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1144         when number is nil.
1145         (wl-highlight-summary-forwarded-face): New face.
1146
1147 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1148
1149         * Version number is increased to 2.11.31.
1150
1151 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1152
1153         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1154         (wl-biff-check-folder-async): Ditto.
1155         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1156
1157 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1158
1159         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1160         Add an argument `reverse'.  All callers are updated.
1161         (wl-summary-sort): Add a prefix argument `reverse' to specify
1162         reverse sorting.
1163         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1164         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1165         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1166
1167 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-message.el (wl-message-redisplay): Does not narrow header if
1170         disply-type is all-header or as-is.
1171
1172         * wl-summary.el (wl-summary-enter-handler): Use
1173         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1174
1175 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1178         after adding wl-draft-parent-variables.
1179         (wl-draft-forward): Ditto.
1180
1181 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-summary.el (wl-summary-sync-marks): Call
1184         `wl-summary-set-persistent-mark' and
1185         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1186         (wl-summary-set-persistent-mark-internal): Add 4th argument
1187         `no-server'.
1188         (wl-summary-unset-persistent-mark): Ditto.
1189         (wl-summary-set-persistent-mark): Ditto.
1190         (wl-summary-add-flags-internal): Abolish.
1191         (wl-summary-remove-flags-internal): Ditto.
1192         (wl-summary-mark-as-important-internal): Ditto.
1193         (wl-summary-mark-as-important): Use
1194         `wl-summary-set-persistent-mark' instead of
1195         `wl-summary-add-flags-internal'.
1196         (wl-summary-mark-as-important-region): Ditto.
1197
1198         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1199
1200         * wl-summary.el (wl-summary-get-available-flags): New function.
1201         (wl-summary-sync-marks): Use it and simplified.
1202         (wl-summary-unset-persistent-mark): Use
1203         `wl-summary-get-available-flags'.
1204         (wl-summary-set-persistent-mark): Ditto.
1205
1206 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1207
1208         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1209         id.
1210
1211 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1214         number, call `wl-summary-prev-line-content'. Show message when the
1215         message is not found.
1216
1217 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1218
1219         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1220         wl-summary-enter-handler.
1221         (wl-summary-enter-handler): New command.
1222
1223         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1224         docstring and custom spec.
1225
1226         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1227         flags too; Don't treat Cached and New.
1228         (wl-summary-set-persistent-mark): Ditto.
1229
1230         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1231         `wl-folder-set-flag'.
1232
1233         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1234         instead of `wl-folder-set-flag'.
1235
1236         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1237         for completion.
1238         (wl-summary-set-persistent-mark): Ditto.
1239
1240         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1241         instead of `wl-draft-quit-preview'.
1242
1243         * wl-mime.el (toplevel): Avoid compile warning.
1244         (wl-mime-quit-preview): New function
1245         (formarly defined as `wl-draft-quit-preview').
1246         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1247         quitting method.
1248
1249         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1250
1251         * wl-folder.el (wl-folder-set-flag): Renamed from
1252         `wl-draft-set-flag-on-parent'.
1253
1254         * wl-draft.el (wl-draft-quit-preview): New function.
1255         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1256         (wl-draft-send): Call `wl-folder-set-flag' instead of
1257         `wl-draft-set-flag-on-parent'.
1258         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1259
1260 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1263         (wl-draft-send): Ditto.
1264
1265 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1266
1267         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1268         (wl-draft-kill-pre-hook): Set default value as nil.
1269         (wl-summary-reply-hook): Ditto.
1270         (wl-draft-kill-flags): Abolish.
1271
1272         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1273         (wl-draft-parent-variables): Renamed from
1274         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1275         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1276         argument; Add wl-draft-parent-variables to
1277         wl-draft-config-variables.
1278         (wl-draft-reply): Likewise.
1279         (wl-draft-kill-flags): Abolish.
1280         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1281         (wl-draft-set-flag-on-parent): New function.
1282         (wl-draft-setup-parent-flag): Ditto.
1283
1284 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1285
1286         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1287         `wl-draft-parent-folder' is "".
1288
1289 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1290
1291         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1292         (wl-summary-digit-jump): New function.
1293         (Adviced by John Owens and Hiroya Murata)
1294
1295         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1296         (Adviced by John Owens)
1297
1298         * wl-xmas.el (wl-message-define-keymap): Ditto.
1299
1300         * wl-mule.el (wl-message-define-keymap): Ditto.
1301
1302 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1303
1304         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1305         change of return value of elmo-folder-count-flags.
1306
1307         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1308         (wl-summary-mark-as-read-internal): Ditto.
1309         (wl-summary-set-persistent-mark-internal): Ditto.
1310         (wl-summary-folder-info-update): Ditto.
1311         (wl-summary-sync-update): Fixed the last change.
1312
1313         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1314
1315 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1316
1317         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1318         (wl-draft-kill-flags): Fixed docstring.
1319
1320         * wl-draft.el (wl-draft-kill-flags): New function.
1321         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1322
1323 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1324
1325         * wl-vars.el (wl-reply-hook): Abolish.
1326         (wl-draft-reply-hook): New hook.
1327         (wl-summary-reply-hook): Ditto.
1328         (wl-draft-forward-hook): Ditto.
1329         (wl-summary-forward-hook): Ditto.
1330         (wl-draft-kill-flags): New variable.
1331
1332         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1333         wl-summary-set-persistent-mark-internal.
1334         (wl-summary-sync-marks): Use elmo-preserved-flags.
1335         (wl-summary-update-persistent-mark): Make it interactive.
1336         (wl-summary-set-persistent-mark-internal): New inline function.
1337         (wl-summary-mark-as-answered): Use it.
1338         (wl-summary-mark-as-unanswered): Ditto.
1339         (wl-summary-unset-persistent-mark): New function.
1340         (wl-summary-set-persistent-mark): Ditto.
1341         (wl-summary-reply): Don't set answered flag;
1342         Run wl-summary-reply-hook instead.
1343         (wl-summary-forward): Call wl-draft-forward with number.
1344         Run wl-summary-forward-hook.
1345
1346         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1347         (wl-highlight-summary-line-face-spec): Use it as a default
1348         persistent mark face.
1349
1350         * wl-draft.el (wl-draft-forward): Added optional argument number;
1351         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1352         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1353         (wl-draft-kill): Use wl-draft-kill-flags.
1354
1355         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1356
1357         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1358         of return value of elmo-folder-count-flags.
1359
1360         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1361
1362         * wl-summary.el (wl-summary-count-unread): Ditto.
1363         (wl-summary-sync-update): Follow the change above.
1364         (wl-summary-force-prefetch): New function.
1365
1366 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1367
1368         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1369         variable `buf' with `let' instead of `setq'.
1370
1371 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1374         add Content-Disposition heaeder on the deleted part.
1375
1376 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1377
1378         * wl-draft.el (wl-draft-save): Encode address list under edit by
1379         `eword-encode-unstructured-field-body'.
1380
1381         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1382
1383 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1384
1385         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1386         wl-current-summary-buffer.
1387
1388 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1389
1390         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1391         `numbers' is ignored.
1392
1393 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1394
1395         * wl-folder.el (wl-folder-open-folder): Avoid error.
1396         Reported by John Owens, [wl-en:815]
1397
1398         * wl.el (wl): Set timer for biff process even if prefix argument
1399         is given or auto-checking is quitted.
1400
1401         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1402         immediately.
1403         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1404         (wl-toggle-plugged): Ditto.
1405
1406         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1407         * wl-util.el (wl-biff-start): Use idle timer if
1408         `wl-biff-use-idle-timer' is non-nil.
1409
1410 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1411
1412         * wl-highlight.el (wl-highlight-message): Fix description.
1413
1414 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1417         tty.
1418
1419 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-action.el (wl-summary-exec): Print failure count.
1422
1423 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1426         to `defun', remove interactive form.
1427         Set elmo-message-fetch-confirm when force-reload is non-nil.
1428
1429 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-summary.el (toplevel): Removed unnecessary autoload.
1432
1433 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1434
1435         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1436         the buffer is generated from another message buffer.
1437
1438 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1441         extracted from `wl-fldmgr-save-folders'.
1442         (wl-fldmgr-delete): Call it after deletion.
1443
1444 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1447         multi-tty support.
1448
1449 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1450
1451         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1452
1453 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1454
1455         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1456         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1457
1458 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1461         unsubscribe list only if argument CLEAR is nil.
1462
1463 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1464
1465         * wl-draft.el (wl-draft-reply): Decode subject before removing
1466         Re: prefix.
1467
1468 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1469
1470         * wl-summary.el (wl-summary-sort-by-size): New command.
1471
1472 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-summary.el (wl-summary-number-list-from-region): New
1475         function.
1476         (wl-summary-mark-as-read-region): Use it.
1477         (wl-summary-mark-as-unread-region): Ditto.
1478         (wl-summary-set-flags-region): Ditto and add optional argument
1479         remove.
1480         (wl-summary-mark-as-answered-region): Ditto.
1481         (wl-summary-mark-as-important-region): Ditto.
1482         (wl-summary-target-mark-mark-as-important): Added optional
1483         argument remove.
1484         (wl-summary-target-mark-mark-as-answered): Ditto.
1485         (wl-summary-target-mark-set-flags): Ditto.
1486
1487 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-summary.el (wl-summary-set-flags-region): Call
1490         `wl-summary-set-flags-internal' with number list instead of call
1491         one by each message.
1492         (wl-summary-target-mark-set-flags): Likewise.
1493
1494 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1495
1496         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1497         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1498         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1499         (wl-summary-target-mark-mark-as-answered): Likewise.
1500
1501 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1502
1503         * wl-summary.el (wl-summary-target-mark-forward): Use
1504         `wl-summary-delete-all-target-marks' instead of
1505         `wl-summary-delete-all-temp-marks'.
1506         (wl-summary-target-mark-reply-with-citation): Ditto.
1507         (wl-summary-target-mark-uudecode): Ditto.
1508         (wl-summary-target-mark-set-flags): Ditto and remove needless
1509         cursor move.
1510
1511 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1512
1513         * wl-summary.el (wl-summary-target-mark-forward): Protect
1514         wl-summary-buffer-target-mark-list from nreverse.
1515         (wl-summary-target-mark-reply-with-citation): Ditto.
1516
1517 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1518
1519         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1520         `elmo-display-progress-threshold'.
1521
1522 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1525         check `wl-summary-highlight'.
1526         (wl-summary-window-scroll-functions): Respect value of
1527         `wl-summary-highlight'.
1528         (wl-summary-sync-update): Run hooks
1529         `wl-summary-buffer-window-scroll-functions' at any time.
1530
1531 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1534         from `wl-summary-cleanup-temp-marks'.
1535         (wl-summary-cleanup-temp-marks): Abolish argument.
1536         * wl.el (wl-save-status): Revert previous change.
1537         (wl-execute-temp-marks): New function, call
1538         `wl-summary-exec-with-confirmation'.
1539         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1540         (wl-folder-save-and-exec-marks): Abolished.
1541
1542 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1543
1544         * wl-e21.el (wl-e21-display-image-p): Respect
1545         `wl-highlight-folder-with-icon'.
1546         (wl-e21-highlight-folder-group-line): Highlight mouse line
1547         even if wl-e21-display-image-p is nil.
1548
1549         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1550         Respect value of `wl-summary-highlight'.
1551
1552         * wl.el (wl-save-status): Remove unused variable.
1553
1554         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1555         (wl-folder-mode-map): Bind it to "x".
1556
1557 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1560
1561         * wl-thread.el (wl-thread-get-parent-list): Don't check
1562         disconnected ancestors, neglecting needless work in
1563         `wl-thread-update-indent-string-thread'.
1564
1565         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1566         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1567         argument, add argument default-keep to keep marks by default.
1568
1569         * Version number is increased to 2.11.30.
1570
1571         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1572         customization type and docstring.
1573         (wl-draft-reply-without-argument-list): Ditto.
1574
1575 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1578
1579         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1580
1581 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1584
1585 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1588         save-excursion so as not to include run-hooks.
1589
1590 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1593         Clarify that marks are going to be cleared.
1594
1595 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1598         according to 3rd element of wl-summary-flag-mark.
1599
1600         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1601
1602 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1603
1604         * wl-action.el (wl-summary-target-mark-all): Don't set
1605         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1606
1607 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1610         (wl-forward-subject-prefix): Ditto.
1611         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1612         (wl-draft-reply-make-subject): Ditto.
1613
1614         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1615         `wl-draft-forward'.
1616         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1617
1618 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1621         target message does not exist.
1622
1623 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1624
1625         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1626         `wl-subject-prefix-regexp'.
1627         (wl-subject-forward-prefix-regexp): New variable.
1628         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1629         `wl-draft-strip-subject-re' and take regexp as argument.
1630         (wl-draft-forward): Use it.
1631         (wl-draft-reply): Ditto.
1632
1633 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1634
1635         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1636         emacs multi-tty support.
1637
1638 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1639
1640         * wl-e21.el (wl-e21-display-image-p): Don't call
1641         `display-images-p'.
1642         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1643         support.
1644         (wl-highlight-folder-current-line): Ditto.
1645         (wl-folder-init-icons): Ditto.
1646
1647 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1648
1649         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1650         the last line of summary in unplugged mode.
1651
1652 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1653
1654         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1655
1656 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1657
1658         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1659         * wl-address.el (wl-address-user-mail-address-p): Use it.
1660         (wl-address-delete-user-mail-addresses): Ditto.
1661         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1662
1663         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1664         (wl-address-delete-user-mail-addresses): Ditto.
1665
1666         * wl-address.el (wl-address-delete-user-mail-addresses): New
1667         function.
1668         * wl-refile.el (wl-refile-guess-by-history): Use it.
1669         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1670         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1671
1672         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1673         use wl-address-user-mail-address-p.
1674
1675 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1676
1677         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1678         after opening group.
1679
1680 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1683         of elmo-set-buffer-multibyte.
1684
1685         * wl-message.el (wl-original-message-mode): Ditto.
1686
1687         * wl-score.el (wl-score-insert-header): Ditto.
1688
1689         * wl-summary.el
1690         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1691         (wl-summary-goto-folder-subr): Ditto.
1692         (wl-summary-insert-headers): Ditto.
1693
1694         * wl-util.el (wl-set-string-width): Ditto.
1695
1696         * Version number is increased to 2.11.29.
1697
1698 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1701         (wl-highlight-summary-line-help-echo-alist): New variable.
1702         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1703         into `wl-highlight-summary-line-help-echo' and
1704         `wl-highlight-flag-folder-help-echo'.
1705         (wl-highlight-summary-line-string): Change accordingly.
1706         (wl-highlight-summary-current-line): Ditto.
1707
1708 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1709
1710         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1711         at the beginning of field body (Thanks to Markus Knittig).
1712
1713         * wl-draft.el (wl-draft-insert-current-message): Also check
1714         summary buffer, remove unnecessary tag.
1715
1716 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717
1718         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1719         when wl-message-buffer is nil.
1720
1721         * wl-folder.el (wl-folder): Abolish unused argument.
1722         Call wl-folder-init when wl-folder-entity is nil.
1723         * wl.el (wl): Change accordingly.
1724
1725 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1726
1727         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1728         multibyte string before insert into draft buffer.
1729         (wl-draft-create-buffer): Always enable multibyte characters for
1730         draft buffer.
1731
1732         * Version number is increased to 2.11.28.
1733
1734 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1735
1736         * wl-folder.el (wl-folder-open-close): Handle blank line.
1737         (wl-folder-jump-to-current-entity): Ditto.
1738
1739 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * Version number is increased to 2.11.27.
1742
1743 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1744
1745         * wl-thread.el (wl-thread-insert-message): When the thread is
1746         devided by wl-summary-max-thread-depth, insert line at the end of
1747         buffer.
1748
1749 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750
1751         * Version number is increased to 2.11.26.
1752
1753 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1754
1755         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1756
1757 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1758
1759         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1760         value of stream-type and session.
1761
1762 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * Version number is increased to 2.11.25.
1765
1766 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1767
1768         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1769         in a quit message.
1770
1771 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1772
1773         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1774         (wl-summary-redisplay-no-mime-internal): Ditto.
1775
1776 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1777
1778         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1779         * wl-vars.el (wl-smtp-connection-type): Ditto.
1780
1781 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1782
1783         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1784         for the separator line and quote mail-header-separator.
1785
1786 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1787
1788         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1789         result message.
1790
1791         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1792         `elmo-multiple-fields-body-list' with boundary as
1793         mail-header-separator.
1794
1795 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1796
1797         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1798
1799 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1800
1801         * wl-util.el (wl-list-diff): Remove unused function.
1802
1803         * wl-draft.el (wl-draft-send-confirm): Discard input before
1804         confirmation.
1805
1806 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1807
1808         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1809         order of flag and new.
1810
1811 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-vars.el (wl-refile-policy-alist): Abolished.
1814
1815         * wl-action.el (wl-summary-set-action-refile): Follow the change
1816         above.
1817
1818 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * wl-highlight.el (wl-highlight-signature-search): Don't use
1821         re-search-backward for a long word since it is possible to crash
1822         XEmacs because of a bug.
1823
1824 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1825
1826         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1827
1828 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1829
1830         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1831         argument for wl-summary-sync-force-update.
1832
1833 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1834
1835         * wl-summary.el (wl-summary-mode-map): Revival of
1836         wl-summary-mark-as-important related bindings;
1837         Bind 'F','tF','mF','rF','m&'.
1838         (wl-summary-mark-as-important-region): Revival.
1839         (wl-summary-target-mark-mark-as-important): Ditto.
1840         (wl-summary-target-mark-operation): New function.
1841         (wl-summary-target-mark-mark-as-answered): Use it.
1842         (wl-summary-decide-flag): Don't set Important as default.
1843         (wl-summary-mark-as-important-internal): Revival.
1844         (wl-summary-mark-as-important): Ditto.
1845
1846         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1847
1848         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1849         instead of facep.
1850
1851 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * wl-dnd.el (wl-dnd-drop-func): Fix.
1854
1855         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1856         mouse-set-point instead of posn-point.
1857
1858         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1859
1860         * wl-mule.el (wl-completing-read-multiple): Ditto.
1861
1862 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1863
1864         * wl-demo.el (face-background-name): Defalias to avoid compile
1865         warning.
1866
1867 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * wl-summary.el (wl-summary-decide-flag): Use
1870         wl-completing-read-multiple instead of completing-read-multiple.
1871
1872         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1873         New alias.
1874
1875         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1876         Use face-background-name instead of face-background.
1877
1878         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1879
1880         * wl-summary.el (wl-summary-save): Use it.
1881         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1882
1883         * wl-mime.el (wl-mime-save-content): Fix last change.
1884
1885 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1886
1887         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1888         New function.
1889         (wl-summary-sort-specs): Added sort.
1890         * wl-mime.el (wl-mime-save-content): Expand file name.
1891
1892 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1893
1894         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1895
1896         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1897
1898 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1901         for flag if it is not defined.
1902
1903 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-e21.el (wl-highlight-folder-current-line): Use
1906         elmo-folder-type-internal when elmo-folder-type returns nil.
1907
1908         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1909
1910         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1911
1912         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1913
1914         * wl-e21.el (wl-summary-toolbar): Ditto.
1915
1916         * wl-vars.el (wl-demo-background-color): Abolished.
1917         (wl-summary-persistent-mark-priority-list): Renamed from
1918         wl-summary-flag-priority-list.
1919         (wl-summary-flag-alist): New user option.
1920         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1921         (wl-message-mode-line-format-spec-alist): Added 'F'.
1922         (wl-message-mode-line-format): Likewise.
1923         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1924         instead of wl-summary-important-mark.
1925         (wl-file-folder-icon): New variable.
1926
1927         * wl-thread.el (wl-thread-set-flags): Renamed from
1928         wl-thread-mark-as-important.
1929
1930         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1931         warning.
1932         (wl-summary-mode-menu-spec): Follow the change of 
1933         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1934         (wl-summary-mode-map): Follow the change of
1935         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1936         (wl-summary-detect-mark-position): Follow the variable name change.
1937         (wl-summary-set-flags-region): New function for the replacement of
1938         wl-summary-mark-as-important-region.
1939         (wl-summary-sync-marks): Sync all global-flags.
1940         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1941         instead of elmo-message-flagged-p.
1942         (wl-summary-persistent-mark-string): Follow the variable name change;
1943         Put wl-summary-flag-mark if the message has global-flag.
1944         (wl-summary-target-mark-set-flags): Renamed from 
1945         wl-summary-target-mark-mark-as-important.
1946         (wl-summary-decide-flag): New function.
1947         (wl-summary-set-flags-internal): Renamed from
1948         wl-summary-mark-as-important-internal.
1949         (wl-summary-add-flags-internal): New function.
1950         (wl-summary-remove-flags-internal): Ditto.
1951         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1952         (wl-summary-mark-as-unimportant): Abolish.
1953         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1954         (wl-summary-next-message): List flagged messages in the msgdb.
1955
1956         * wl-score.el (wl-summary-score-update-all-lines): Use
1957         wl-summary-add-flags-internal instead of 
1958
1959         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1960
1961         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1962         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1963         (wl-message-buffer-require-all-header): Renamed from
1964         wl-message-buffer-all-header-flag (Ditto).
1965         (wl-message-buffer-flag-indicator): New variable.
1966         (wl-message-redisplay): Changed local varibale name from `flag' to
1967         `display-type'; Set up wl-message-buffer-flag-indicator.
1968         (wl-message-buffer-display): Changed varibale name from `flag' to
1969         `display-type'.
1970         (wl-message-display-internal): Likewise.
1971
1972         * wl-highlight.el (wl-highlight-demo-face): Define default background
1973         color.
1974         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1975
1976         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1977
1978         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1979         (wl-demo-setup-properties): Renamed from
1980         `wl-demo-set-background-color'.
1981         (wl-demo): Follow the change above.
1982         
1983         * Version number is increased to 2.11.24.
1984
1985 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * wl-summary.el (wl-summary-toggle-thread): Call
1988         `wl-summary-rescan' with disable-thread as non-nil.
1989         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1990
1991 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1994         foreground property of the face.
1995         (wl-demo-insert-text): Don't set up face property here.
1996         (wl-demo): Call wl-demo-set-background-color, anyway.
1997
1998 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-vars.el (wl-demo-background-color): The value can be nil.
2001
2002 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2003
2004         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2005         to wl-summary-wheel-dispatcher.
2006
2007         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2008         wl-message-wheel-dispatcher.
2009         (wl-message-wheel-dispatcher): New function.
2010         (wl-summary-wheel-dispatcher): Ditto.
2011
2012 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2013
2014         * wl-action.el (wl-summary-target-mark-all): List messages which are
2015         not in the killed-list.
2016
2017         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2018         only when the folder is 'flag/important.
2019
2020         * wl-address.el (wl-complete-field-body): Complete if the last
2021         character is a space.
2022
2023 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-folder.el (wl-folder-clear-entity-info): Use
2026         elmo-clear-hash-val.
2027
2028         * wl-fldmgr.el (wl-fldmgr-rename): Set
2029         wl-folder-info-alist-modified as t.
2030
2031 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2032
2033         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2034
2035 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2038         (wl-folder-buffer-last-visited-entity-id): New buffer local
2039         variable.
2040         (wl-folder-revisit-last-visited-folder): New function.
2041         (wl-folder-mode-map): Bind it to "C-i".
2042         (wl-folder-set-current-entity-id): Set last visited folder.
2043         * wl-summary.el (wl-summary-exit): Ditto.
2044
2045 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2048         before calling `recenter' in order to cope with an XEmacs bug.
2049
2050 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2051
2052         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2053         to the default value.
2054
2055 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2058         change.
2059         (wl-summary-sync-marks): Ditto.
2060         (wl-summary-mark-as-read-internal): Ditto.
2061         (wl-summary-mark-as-answered-internal): Ditto.
2062         (wl-summary-mark-as-important-internal): Ditto.
2063         (wl-summary-reply): Ditto.
2064
2065         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2066         instead of `elmo-folder-unflag-answered'.
2067
2068         * Version number is increased to 2.11.23.
2069
2070         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2071         the last change.
2072
2073 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2074
2075         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2076         Specify "spam" or "good".
2077
2078 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-spam.el (wl-summary-exec-action-spam): Call
2081         wl-folder-confirm-existence for spam folder.
2082         (wl-spam-setup): Bind "mk".
2083
2084 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2087
2088 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2089
2090         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2091         destination folder is empty.
2092
2093 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2094
2095         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2096         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2097
2098         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2099         (wl-summary-refile-prev-destination-region): New function.
2100         (wl-thread-refile-prev-destination): Ditto.
2101         (wl-summary-target-mark-refile-prev-destination): Ditto.
2102
2103 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2104
2105         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2106         (wl-demo-background-color): Changed default value.
2107
2108         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2109         color.
2110
2111         * wl-demo.el (wl-demo-set-background-color): New function.
2112         (wl-demo): Call it.
2113
2114 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2117         * wl-address.el (wl-address-add-or-change): Don't add empty
2118         address.
2119
2120 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2121
2122         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2123
2124 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2125
2126         * wl-vars.el (wl-demo-image-filter-alist): New variable
2127         (wl-demo-background-color): Ditto.
2128
2129         * wl-demo.el (wl-demo-xpm-set-background): New function.
2130         (wl-demo-image-filter): Ditto.
2131         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2132
2133         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2134
2135         * wl-demo.el (wl-demo-icon-name): Define as function.
2136         (wl-demo-insert-image): Use it.
2137
2138 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2139
2140         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2141
2142 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2143
2144         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2145
2146 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2147
2148         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2149
2150 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2151
2152         * wl-thread.el (wl-thread-mark-as-answered): New function.
2153
2154         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2155         answered" entry.
2156         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2157         "r&" and wl-thread-mark-as-answered to "t&".
2158         (wl-summary-mark-as-important-region): Refine to toggle mark.
2159         (wl-summary-mark-as-answered-region): New function.
2160         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2161         and 3rd argument.
2162         (wl-summary-mark-as-important-internal): Likewise.
2163
2164 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl-template.el (wl-template-preview): New internal variable.
2167         (wl-template-preview-p): New function.
2168         (wl-template-show): Bind `wl-template-preview' as t.
2169
2170 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2171
2172         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2173         `elmo-message-entity-field' with 3rd argument which is non-nil.
2174
2175 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2178         Removed duplicate local bind `folder'.
2179
2180 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2181
2182         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2183
2184 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2185
2186         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2187         duplicate definition.
2188
2189 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2190
2191         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2192         non-nil, use it; Don't fetch message if there's no message in the
2193         current cursor position.
2194
2195 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2196
2197         * wl-util.el (wl-region-exists-p): Use region-active-p.
2198         (wl-deactivate-region): New function.
2199         * wl-message.el (wl-message-redisplay): Deactivate region.
2200
2201         * wl-summary.el (wl-summary-reply): Call
2202         `wl-summary-set-message-buffer-or-redisplay' instead of
2203         `wl-summary-redisplay-internal', don't move point.
2204
2205 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2208         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2209         by regexp.
2210
2211 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2212
2213         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2214         if no need.
2215
2216 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2217
2218         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2219         default value to nil.
2220         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2221         `wl-summary-prepare-hook'; Replace refile action to
2222         `wl-summary-exec-action-refile-with-register'.
2223
2224         * Version number is increased to 2.11.22.
2225
2226 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2227
2228         * wl-summary.el (wl-summary-detect-mark-position): Set
2229         `wl-summary-buffer-weekday-name-lang'.
2230
2231 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2232
2233         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2234         (wl-summary-mark-as-read-all): Ditto.
2235         (wl-summary-delete-messages-on-buffer): Ditto.
2236         (wl-summary-sync-update): Ditto.
2237         (wl-summary-mark-as-read-internal): Ditto.
2238         (wl-summary-mark-as-answered-internal): Ditto.
2239         (wl-summary-update-folder-info): Abolished.
2240
2241 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2242
2243         * wl-summary.el (wl-summary-mark-as-read-all): Use
2244         `wl-summary-update-folder-info' instead of
2245         `wl-folder-update-unread'.
2246
2247 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2248
2249         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2250         `wl-summary-folder-info-update'.
2251         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2252         instead of `wl-summary-folder-info-update'.
2253         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2254         `wl-folder-set-folder-updated'.
2255         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2256         instead of `wl-folder-update-unread'.
2257         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2258         the value of `wl-summary-buffer-unread-count' for the second parameter of
2259         `wl-folder-update-unread'.
2260
2261         * Version number is increased to 2.11.21.
2262
2263 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2264
2265         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2266         a local variable.
2267
2268 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2271         interactively.
2272
2273         * wl-summary.el (wl-summary-mark-as-important-internal): New
2274         internal function.
2275         (wl-summary-mark-as-important): Use it.
2276         (wl-summary-mark-as-unimportant): New function.
2277         (wl-summary-sync-marks): Follow the API change.
2278
2279         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2280
2281         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2282
2283 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2284
2285         * wl-folder.el (wl-folder-update-unread): Re-indent.
2286         Narrow the scope of a local variable.
2287
2288 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2291         (wl-addrmgr-merge-entries): Ditto.
2292         (wl-addrmgr): Added to address entry which exists in draft buffer
2293         if no entry is in original.
2294
2295 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-batch.el: New file.
2298
2299 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2300
2301         * wl-vars.el (wl-use-semi): Remove unused variable.
2302
2303 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2304
2305         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2306         "?".
2307
2308 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2311         wl-summary-new-mark.
2312         (wl-summary-new-cached-mark): New user option.
2313         (wl-summary-score-marks): Follow the change above.
2314         (wl-summary-auto-refile-skip-marks): Ditto.
2315         (wl-summary-incorporate-marks): Ditto.
2316         (wl-summary-expire-reserve-marks): Ditto.
2317
2318         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2319
2320         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2321         (wl-summary-persistent-mark-string): Distinguished between cached
2322         and uncached mark when the message is new.
2323
2324 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2325
2326         * wl-spam.el (wl-spam-domain): Renamed from
2327         `wl-spam-folder-guess-domain'.
2328         (wl-summary-exec-action-spam): Register as spam if domain of the
2329         source folder is good.
2330         (wl-summary-exec-action-refile-with-register): Register message if
2331         domain of the source folder is not undecided.
2332
2333 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2336         detect thread loop.
2337
2338 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2339
2340         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2341         and wl-summary-skip-mark-list.
2342
2343 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2346
2347         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2348
2349         * wl-spam.el (toplevel): Require wl-highlight.
2350         (wl-spam-auto-check-policy-alist): Abolish.
2351         (wl-spam-auto-check-folder-regexp-list): New user option.
2352         (wl-spam-auto-check-marks): Ditto.
2353         (wl-spam-mark-action-list): Ditto.
2354         (wl-highlight-summary-spam-face): New face.
2355         (wl-spam-auto-check-message-p): New function.
2356         (wl-spam-map-spam-messages): Fixed message.
2357         (wl-spam-register-spam-messages): Ditto.
2358         (wl-spam-register-good-messages): Ditto.
2359         (wl-summary-spam-map): Add and remove keybind.
2360         (wl-summary-target-mark-spam): Abolish.
2361         (wl-summary-refile-spam): Ditto.
2362         (wl-summary-test-spam): New function.
2363         (wl-summary-mark-spam): Ditto.
2364         (wl-summary-auto-check-spam): Follow the above change.
2365         (wl-summary-exec-action-spam): New function.
2366         (wl-summary-exec-action-refile-with-register): Fixed message.
2367         (wl-message-check-spam): New function.
2368         (wl-spam-setup): Ditto.
2369         (toplevel): Call it if this file is loaded interactivity.
2370
2371         * Version number is increased to 2.11.20.
2372
2373 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2376         when new optional argument `force' is non nil or modified.
2377
2378 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl.el (toplevel): Require wl-spam when compile.
2381         (wl-save-status): Call wl-spam-save-status.
2382
2383         * wl-spam.el (wl-spam-register-spam-messages): New function.
2384         (wl-spam-register-good-messages): Ditto.
2385         (wl-spam-save-status): Ditto.
2386         (wl-summary-mode-map): Bind
2387         wl-summary-target-mark-register-as-spam to "ms" and
2388         wl-summary-target-mark-register-as-good to "mn".
2389         (wl-summary-register-as-spam): Abolish optional argument; Use
2390         wl-spam-register-spam-messages.
2391         (wl-summary-register-as-spam-all): Use
2392         wl-spam-register-spam-messages.
2393         (wl-summary-register-as-good): Abolish optional argument; Use
2394         wl-spam-register-good-messages.
2395         (wl-summary-register-as-good-all): Use
2396         wl-spam-register-good-messages.
2397         (wl-summary-target-mark-register-as-spam): New funtion.
2398         (wl-summary-target-mark-register-as-good): Ditto.
2399
2400 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-spam.el: New file.
2403
2404 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2405
2406         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2407
2408         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2409         (wl-summary-auto-refile): Call wl-refile-guess with
2410         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2411
2412 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2413
2414         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2415         with disable-thread argument non-nil.
2416
2417 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2418
2419         * wl-summary.el (wl-summary-rescan): Added optional argument
2420         disable-thread.
2421         (wl-summary-sync): Call wl-summary-rescan with argument
2422         disable-thread.
2423         (wl-summary-input-range): Added new range `rescan-thread'.
2424
2425 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2426
2427         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2428
2429 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2430
2431         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2432         internal variable.
2433         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2434         wl-summary-search-parent-by-subject-regexp and
2435         wl-summary-divide-thread-when-subject-changed as nil.
2436         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2437         (wl-summary-insert-thread): Search parent entity from
2438         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2439         thread loop.
2440
2441 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2442
2443         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2444
2445         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2446
2447         * wl-util.el (wl-require-update-all-folder-p): New function.
2448         (wl-get-assoc-list-value): Added `function' to match directive.
2449         (wl-collect-draft): Rewrite.
2450
2451         * wl-summary.el (wl-summary-sync-update): Clear faces
2452         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2453         are non-nil.
2454         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2455         argument as function.
2456         (wl-summary-input-range): Ditto.
2457
2458         * wl-folder.el (wl-draft-get-folder): New function.
2459         (wl-folder-get-elmo-folder): Consider draft folder.
2460
2461         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2462         (wl-draft-buffer-message-number): New buffer local variable.
2463         (wl-draft-folder-internal): New internal variable.
2464         (wl-draft-delete): Rewrite.
2465         (wl-draft-save): Ditto.
2466         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2467         wl-folder-get-elmo-folder.
2468         (wl-draft-config-info-operation): Ditto.
2469         (wl-jump-to-draft-folder): Ditto.
2470         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2471         (wl-draft-reedit): Rewrite.
2472
2473         * Version number is increased to 2.11.19.
2474         
2475 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2476
2477         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2478         variable.
2479
2480 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2481
2482         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2483         Use ignore-errors instead of unwind-protect.
2484
2485 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2486
2487         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2488         for updating `wl-thread-entity-list'.
2489
2490 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2491
2492         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2493         parameter from calling `wl-thread-entity-get-older-brothers' and
2494         `wl-thread-entity-get-younger-brothers'.
2495         Replace nested `append' with a single one.
2496
2497 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-summary.el (wl-summary-mode): Don't use the return value of
2500         `make-local-hook'.
2501
2502 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2503
2504         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2505         instead of `let*'.
2506         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2507         of local variables.
2508
2509 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2510
2511         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2512         Renamed from wl-summary-window-scroll-functions.
2513         (wl-summary-window-scroll-functions): Don't set to variable.
2514         (wl-summary-display-top): Use run-hooks.
2515         (wl-summary-display-bottom): Ditto.
2516         (wl-summary-toggle-disp-msg): Ditto.
2517         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2518         Use it instead of wl-summary-window-scroll-functions.
2519         (wl-summary-goto-folder-subr): Don't call
2520         wl-summary-window-scroll-functions, use
2521         wl-summary-buffer-window-scroll-functions instead.
2522
2523 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2524
2525         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2526         make-local-variable.
2527
2528 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2529
2530         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2531         set-buffer-modified-p.
2532         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2533         (wl-summary-display-bottom): Ditto.
2534         (wl-summary-toggle-disp-msg): Ditto.
2535
2536 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2539
2540         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2541         (wl-summary-forward): Use elmo-message-entity-field instead of
2542         elmo-message-field.
2543
2544         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2545
2546 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2547
2548         * wl-summary.el (wl-summary-window-scroll-functions): No use
2549         `append'.
2550
2551 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2552
2553         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2554         function.
2555         (wl-summary-window-scroll-functions): Call it when both
2556         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2557         (wl-summary-temp-mark): Added optional argument number.
2558         (wl-summary-message-mark): Added optional argument flag.
2559         (wl-summary-persistent-mark): Added optional argument number and flag.
2560         (wl-summary-update-persistent-mark): Ditto.
2561         (wl-summary-update-status-marks): Set "r" for interactive spec.
2562
2563         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2564         argument number and flag.
2565
2566         * wl-action.el (wl-summary-registered-temp-mark): 
2567         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2568
2569 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2570
2571         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2572         internal variable (buffer local).
2573         (wl-summary-window-scroll-functions): New function.
2574         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2575         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2576         as nil.
2577         (wl-summary-update-status-marks): Added arguments beg, end and
2578         check.
2579         (wl-summary-update-mark-window): Use function.
2580         (wl-summary-sync-update): Follow the change above.
2581         (wl-summary-switch-to-clone-buffer): Copy
2582         wl-summary-buffer-unsync-mark-number-list.
2583         (wl-summary-goto-folder-subr): Set
2584         wl-summary-buffer-unsync-mark-number-list and
2585         use wl-summary-window-scroll-functions instead of
2586         wl-summary-lazy-highlight.
2587
2588         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2589
2590 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2591
2592         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2593
2594         * wl-summary.el (wl-summary-update-persistent-mark): Call
2595         wl-summary-set-message-modified.
2596
2597         * wl-summary.el (wl-summary-sync-update): Don't call
2598         wl-summary-update-status-marks.
2599
2600         * Version number is increased to 2.11.18.
2601
2602 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2605         (wl-message-next-page): Ditto.
2606
2607 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2608
2609         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2610         local variable.  Change the order of a collected list into the
2611         same as the specified range.  Remove nil from a collected list.
2612
2613 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2614
2615         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2616         argument for elmo-folder-list-messages.
2617
2618 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2619
2620         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2621         change (wl-summary-count-unreads return a list instead of a cons
2622         cell).
2623
2624 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2625
2626         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2627         `wl-summary-folder-info-update'.
2628
2629 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2630
2631         * wl-summary.el (wl-summary-set-message-modified): No use
2632         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2633         (wl-summary-set-mark-modified): Abolish.
2634         (wl-summary-mark-modified-p): Ditto.
2635         (wl-summary-save-view): Follow the change above.
2636
2637         * wl-expire.el (wl-summary-expire): Likewise.
2638
2639 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2640
2641         * wl-summary.el (wl-summary-detect-mark-position): Use
2642         modb-entity-handler.
2643         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2644
2645         * Version number is increased to 2.11.17.
2646
2647 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2648
2649         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2650         entity field value.
2651         (wl-summary-prefetch-msg): Ditto.
2652         (wl-summary-print-message-with-ps-print): Ditto.
2653
2654 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2655
2656         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2657         for dummy entity.
2658         (wl-summary-insert-thread): Use elmo-message-entity-field.
2659         (wl-summary-update-thread): Use elmo-message-entity-field and
2660         elmo-message-entity-number.
2661         (wl-summary-line-number):  Use elmo-message-entity-number.
2662         (wl-summary-line-size): Use elmo-message-entity-field.
2663         (wl-summary-line-subject): Ditto.
2664         (wl-summary-line-from): Ditto.
2665         (wl-summary-line-attached): Ditto.
2666         (wl-summary-create-line): Ditto.
2667         (wl-summary-create-line): Use elmo-message-entity-number.
2668         (wl-summary-print-message-with-ps-print): Use
2669         elmo-message-entity-field.
2670
2671 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2672
2673         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2674         change in elmo-msgdb-make-message-entity.
2675         (wl-summary-buffer-set-folder): Don't call
2676         wl-summary-detect-mark-position here.
2677         (wl-summary-rescan): Call elmo-message-entity-number.
2678         (wl-summary-sync-update): Ditto.
2679         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2680
2681         * wl-score.el (wl-score-header-index): Redefine 2th element.
2682         (wl-score-overview-entity-get-extra): Abolish.
2683         (wl-score-ov-entity-get): Rewrite.
2684         (wl-score-string-index<, wl-score-string-func<): Abolish.
2685         (wl-score-string<): New function.
2686         (wl-score-string-sort): Use it.
2687
2688         * wl-refile.el (wl-refile-guess-by-history): Use
2689         elmo-message-entity-field.
2690         (wl-refile-guess-by-from): Ditto.
2691         (wl-refile-guess-by-msgid): Ditto.
2692
2693         * Version number is increased to 2.11.16.
2694
2695 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2696
2697         * wl-folder.el (wl-folder-confirm-existence): Don't call
2698         file-exists-p if msgdb-path is nil.
2699         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2700         `wl-read-folder-hist' to `wl-read-folder-history'.
2701
2702 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2703
2704         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2705         `y-or-n-p'.
2706
2707 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2708
2709         * wl-score.el (wl-score-headers): Don't use
2710         elmo-folder-do-each-message-entity.
2711
2712         * Version number is increased to 2.11.15.
2713
2714 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2715
2716         * wl-summary.el (wl-summary-delete-all-msgs): Use
2717         elmo-folder-move-messages instead of elmo-folder-delete-messages
2718         and elmo-folder-detach-messages.
2719         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2720
2721         * wl-expire.el (wl-expire-delete): Ditto.
2722         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2723
2724 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2727         (wl-message-header-narrowing-fields): Ditto.
2728         (wl-message-header-narrowing-lines): Ditto.
2729         (wl-message-header-narrowing-string): Ditto.
2730
2731         * wl-summary.el (wl-summary-mode-map): Bind
2732         wl-summary-toggle-header-narrowing to "C-cC-f".
2733         (wl-summary-toggle-header-narrowing): New function.
2734
2735         * wl-message.el (wl-message-buffer-create): Call
2736         wl-message-header-narrowing-setup.
2737         (wl-message-redisplay): Call wl-message-header-narrowing.
2738         (wl-message-header-narrowing): New function.
2739         (wl-message-header-narrowing-map): New keymap.
2740         (wl-message-header-narrowing-widen-map): New keymap.
2741         (wl-message-header-narrowing-again-at-mouse): New function.
2742         (wl-message-header-narrowing-1): Ditto.
2743         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2744         (wl-message-header-narrowing-setup): Ditto.
2745         (wl-message-header-narrowing-toggle): Ditto.
2746         
2747         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2748
2749         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2750         'flag as all.
2751         (wl-use-flag-folder-help-echo): New user option.
2752
2753         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2754         wl-summary-highlight as nil.
2755         (wl-summary-set-mark-modified): Follow the API change.
2756         (wl-summary-mark-modified-p): Ditto.
2757         (wl-summary-mark-as-read-all): Ditto.
2758         (wl-summary-sync-marks): Don't call
2759         elmo-folder-list-messages-with-global-mark.
2760         (wl-summary-mark-as-read-internal): Follow the API change.
2761         (wl-summary-mark-as-answered-internal): Ditto.
2762         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2763         Follow the API change.
2764         (wl-summary-create-line): Call with number argument.
2765         (wl-summary-reply): Follow the API change.
2766
2767         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2768         function.
2769         (wl-highlight-summary-line-string): Call it when
2770         wl-use-flag-folder-help-echo is non-nil.
2771         (wl-highlight-summary-current-line): Ditto.
2772         (elmo-flag-folder-referrer): Added autoload setting.
2773
2774         * wl-draft.el (wl-draft-kill): Follow the API change.
2775
2776         * Version number is increased to 2.11.14.
2777         
2778 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2781
2782 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * Version number is increased to 2.11.13.
2785
2786 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-draft.el (wl-draft-previous-history-element): Fixed
2789         unbalanced parenthesis and bind unbound local variables.
2790
2791 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2792
2793         * wl-draft.el (wl-draft-previous-history-element): New function.
2794         (wl-draft-next-history-element): Ditto.
2795         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2796         them to M-p and M-n.
2797
2798 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2799
2800         * Version number is increased to 2.11.12.
2801
2802 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2803
2804         * wl-draft.el (wl-draft-hide): Select buffer-window.
2805
2806 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2807
2808         * wl-summary.el (wl-summary-narrow-to-region): New function.
2809         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2810         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2811         (wl-summary-save-region): Use it.
2812         * wl-action.el (wl-summary-collect-numbers-region)
2813         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2814
2815 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2816
2817         * wl-folder.el (wl-folder-count-incorporates): Don't use
2818         `elmo-msgdb-mark-load'
2819
2820         * Version number is increased to 2.11.11.
2821
2822 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2823
2824         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2825         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2826
2827 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2828
2829         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2830
2831 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2832
2833         * Version number is increased to 2.11.10.
2834
2835 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-mime.el (wl-draft-attribute-value): Fixed.
2838
2839 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2840
2841         * wl-util.el (wl-copy-local-variables): New function.
2842
2843         * wl-mime.el (wl-draft-attribute-recipients): New function.
2844         (wl-draft-attribute-envelope-from): Ditto.
2845         (wl-draft-attribute-smtp-posting-server): Ditto.
2846         (wl-draft-attribute-smtp-posting-port): Ditto.
2847         (wl-draft-attribute-value): Ditto.
2848         (wl-draft-preview-message): Use it to get value for
2849         attributes. Reflect result of `wl-draft-config'.
2850
2851         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2852         and call `wl-summary-mark-as-read' before to call
2853         `wl-summary-unset-mark'.
2854         (wl-summary-target-mark-mark-as-unread): Likewise.
2855         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2856
2857 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2858
2859         * wl-mime.el (wl-draft-preview-message): Use actual value for
2860         attributes; Fix for small window.
2861
2862 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2863
2864         * wl-refile.el (wl-refile-get-field-value): Call
2865         `elmo-message-entity-field' with 3rd argument is non-nil.
2866
2867 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2868
2869         * wl-vars.el (wl-draft-preview-attributes): New user option.
2870         (wl-draft-preview-attributes-list): Ditto.
2871         (wl-draft-preview-attributes-buffer-lines): Ditto.
2872         (wl-draft-preview-attributes-buffer-name): Ditto.
2873
2874         * wl-mime.el (wl-draft-preview-message): Display attributes.
2875
2876 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-summary.el (wl-summary-detect-mark-position): Bind
2879         wl-summary-flag-priority-list to '(new).
2880
2881 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2884         funtion.
2885         (wl-highlight-summary-line-string): Use it.
2886         (wl-highlight-summary-current-line): Ditto.
2887
2888 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2889
2890         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2891         line even when the mark string is not changed.
2892
2893         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2894         argument change in the wl-summary-create-line.
2895         (wl-thread-insert-entity-sub): Ditto.
2896
2897         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2898         argument change in the wl-summary-create-line.
2899         (wl-summary-insert-sequential): Ditto.
2900         (wl-summary-update-thread): Ditto.
2901         (wl-summary-persistent-mark-string): New inline function.
2902         (wl-summary-message-mark): Use it.
2903         (wl-summary-create-line): Abolish argument wl-persistent-mark
2904         and added wl-flags, wl-cached.
2905
2906         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2907         mark to flags.
2908         (wl-highlight-summary-current-line): Decide the face not by the 
2909         persistent mark but flags.
2910
2911 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2914         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2915         wl-summary-read-uncached-mark): Revive.
2916         (wl-summary-answered-cached-mark,
2917         wl-summary-answered-uncached-mark): New user option.
2918         (wl-summary-score-marks): Follow the change above.
2919         (wl-summary-auto-refile-skip-marks): Ditto.
2920         (wl-summary-incorporate-marks): Ditto.
2921         (wl-summary-expire-reserve-marks): Ditto.
2922         (wl-summary-flag-priority-list): New user option.
2923
2924         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2925         changes.
2926         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2927         of elmo-message-mark.
2928         (wl-summary-mark-as-read-internal): Ditto.
2929         (wl-summary-mark-as-answered): Ditto.
2930         (wl-summary-mark-as-important): Ditto.
2931         (wl-summary-redisplay-internal): Ditto.
2932         (wl-summary-redisplay-no-mime-internal): Ditto.
2933         (wl-summary-message-mark): New function.
2934         (wl-summary-insert-sequential): Use wl-summary-message-mark
2935         instead of elmo-message-mark.
2936         (wl-summary-update-thread): Ditto.
2937         (wl-summary-persistent-mark): Ditto.
2938         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2939         instead of elmo-message-mark.
2940
2941         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2942         wl-summary-message-mark instead of elmo-message-mark.
2943         (wl-thread-insert-entity-sub): Ditto.
2944         (wl-thread-get-children-msgs-uncached): Ditto.
2945
2946         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2947         variable name changes.
2948         (wl-highlight-summary-current-line): Ditto.
2949
2950         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2951         wl-summary-message-mark instead of elmo-message-mark.
2952
2953         * wl-expire.el (wl-expire-message-p): Ditto.
2954
2955         * wl-score.el (wl-score-headers): Ditto.
2956
2957         * Version number is increased to 2.11.9.
2958
2959         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2960         (wl-summary-sync-update): Follow the change above.
2961         (wl-summary-switch-to-clone-buffer): Ditto.
2962         (wl-summary-open-folder): Ditto.
2963
2964 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2967         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2968
2969         * Version number is increased to 2.11.8.
2970
2971         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2972
2973         * wl-expire.el (wl-expire-refile): Follow the API change on
2974         `elmo-folder-move-messages'.
2975         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2976
2977         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2978         (wl-summary-exec-action-refile): Ditto.
2979         (wl-summary-exec-action-copy): Ditto.
2980         (wl-summary-no-auto-refile-message-p): No use
2981         `wl-summary-buffer-msgdb'.
2982         (wl-summary-auto-refile): Ditto.
2983
2984 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2985
2986         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2987
2988 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2989
2990         * wl-summary.el (wl-summary-sync): Treat no-sync.
2991
2992         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2993         (wl-default-sync-range): Ditto.
2994
2995 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * wl-refile.el (wl-refile-subject-learn): Call
2998         `elmo-message-entity-field' with 3rd argument is non-nil.
2999         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3000         instead of `elmo-msgdb-overview-entity-get-subject'.
3001
3002 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3003
3004         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3005         scan-type is rescan.
3006         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3007         new optional argument force is non-nil.
3008         (wl-summary-save-view-cache): Call it with force argument non-nil.
3009
3010         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3011
3012 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3013
3014         * wl-action.el (wl-summary-print-argument): Fixed last change.
3015
3016 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3017
3018         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3019         simplified.
3020         (wl-summary-target-mark-mark-as-unread): Likewise.
3021         (wl-summary-target-mark-mark-as-important): Likewise.
3022
3023 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3024
3025         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3026         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3027         (wl-summary-mark-as-important-region): Change accordingly.
3028         (wl-summary-target-mark-mark-as-important): Ditto.
3029
3030 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3033
3034         * wl-action.el (wl-summary-print-argument): Print argument to
3035         right side of window if `wl-summary-print-argument-within-window'
3036         is non-nil.
3037
3038 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-action.el (wl-summary-set-mark): Use
3041         `wl-summary-message-visible-p' to check visibility of the message
3042         and jump to message only when the message line is visible and have
3043         different number; Call wl-summary-unset-mark with number argument.
3044         (wl-summary-unset-mark): 
3045         Use `wl-summary-message-visible-p'
3046         to check visibility of the message and jump to message only when
3047         the message line is visible and have different number;
3048
3049 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * Version number is increased to 2.11.7.
3052
3053         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3054         and wl-folder-summary-line-format.
3055
3056         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3057         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3058         (wl-summary-set-score-mark): Use it.
3059         (wl-summary-target-mark-mark-as-read): Ditto.
3060         (wl-summary-target-mark-mark-as-unread): Ditto.
3061         (wl-summary-target-mark-mark-as-important): Ditto.
3062         (wl-summary-target-mark-msgs): Simplified.
3063         (wl-summary-detect-mark-position): Fixed problem when
3064         summary-line-format no contain persisten/temp mark spec.
3065         (wl-summary-temp-mark): Ditto.
3066         (wl-summary-persistent-mark): Ditto.
3067         (wl-summary-update-persistent-mark): Ditto.
3068
3069         * wl-action.el (wl-summary-set-mark): Ditto.
3070         (wl-summary-unset-mark): Ditto.
3071         All other related portions are changed.
3072
3073 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3074
3075         * Version number is increased to 2.11.6.
3076
3077 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3078
3079         * wl-util.el (wl-current-message-buffer): Define as function;
3080         Don't use the value of wl-messge-buffer.
3081
3082         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3083         persistent mark.
3084
3085         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3086         no current message, cause an error.
3087
3088 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * wl-summary.el (wl-summary-set-message-modified): Use
3091         elmo-folder-set-message-modified instead of
3092         elmo-folder-set-message-modified-internal.
3093
3094 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3095
3096         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3097         interactively.
3098         (wl-summary-sync): nokill->entirely.
3099         (wl-summary-sync-marks): Fixed message.
3100         (wl-summary-input-range): Added mark, nokill->entirely.
3101
3102         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3103         messages as read.
3104
3105 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3106
3107         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3108         update-noscore.
3109         (wl-summary-sync): Follow the change above.
3110
3111 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3112
3113         * wl-action.el (wl-summary-target-mark-all): Use
3114         elmo-folder-list-messages.
3115
3116 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3119         (wl-summary-rescan): Set wl-summary-scored as nil.
3120         (wl-summary-sync-force-update): Follow the change above.
3121         (wl-summary-sync): Ditto.
3122         (wl-summary-sync-update): Added argument disable-killed.
3123         (wl-summary-insert-headers): Set visible-only argument for
3124         elmo-folder-list-messages.
3125         (wl-summary-input-range): Added update-nokill, update-noscore,
3126         all-nokill, all-noscore and mark.
3127
3128         * Version number is increased to 2.11.5.
3129
3130         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3131
3132 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3133
3134         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3135         (wl-summary-prefetch-region-no-mark): Change accordingly.
3136         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3137
3138 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3139
3140         * wl-address.el (wl-complete-field-to): Abolished.
3141         (wl-complete-address): Completion function for completing-read.
3142         * wl-action.el (wl-summary-get-resend-address): Use it.
3143
3144         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3145         wl-summary-update-mark and abolish unused argument.
3146         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3147         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3148         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3149         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3150         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3151         * wl-draft.el (wl-draft-kill): Ditto.
3152
3153         * wl-summary.el: Remove unused binding of case-fold-search.
3154         (wl-summary-replace-status-marks): Abolished.
3155
3156 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3157
3158         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3159         is specified or folder length is zero.
3160
3161 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3164         (wl-folder-archive-current-entity): Ditto.
3165
3166 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3167
3168         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3169         retrieving message mark.
3170         (wl-summary-redisplay-internal): Ditto.
3171
3172         * wl-message.el (wl-message-buffer-display): Ignore errors while
3173         retrieving message-id field.
3174
3175         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3176         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3177         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3178         order of the arguments for `wl-expire-message-p'.
3179         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3180
3181         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3182         Check return value of wl-summary-reply.
3183         (wl-summary-reply): Recover window configuration when an error occured.
3184
3185 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3186
3187         * wl-summary.el (wl-summary-resend-message): Abolished, the
3188         feature is inherited by wl-summary-resend (put resend mark).
3189
3190 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3191
3192         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3193         wl-message-buffer to nil when the message is hide.
3194
3195 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3196
3197         * .cvsignore: New file.
3198
3199 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3200
3201         * wl-action.el (wl-summary-action-docstring): Add more info.
3202         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3203         duplicate definition.
3204         (wl-summary-define-mark-action): Functions wl-summary-*-region
3205         keep current position.
3206         (wl-summary-unregister-target-mark): Store result to the variable.
3207
3208 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * Version number is increased to 2.11.4.
3211
3212 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3215         wl-summary-delete-all-temp-marks.
3216         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3217
3218         * wl-action.el (wl-summary-set-mark): Changed terminology
3219         refile-destination -> action-argument.
3220         (wl-summary-unset-mark): Ditto.
3221         (wl-summary-remove-argument): Ditto.
3222         (wl-summary-print-argument): Ditto.
3223
3224         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3225         (wl-thread-remove-argument-region): Ditto.
3226         (wl-thread-print-argument-region): Ditto.
3227         (wl-thread-close): Ditto.
3228         (wl-thread-open): Ditto.
3229
3230         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3231         (wl-highlight-refile-destination-face is abolished)
3232         (wl-highlight-action-argument-string): Ditto.
3233         (wl-highlight-summary-current-line): Highlight action argument.
3234
3235         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3236         color for light backgrounds.
3237         (wl-highlight-summary-answered-face): Ditto.
3238
3239 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3240
3241         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3242
3243         * wl-score.el (wl-summary-score-update-all-lines): Use
3244         wl-summary-set-mark.
3245         (wl-summary-score-update-all-lines): Kill expunged messages.
3246
3247         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3248
3249 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3250
3251         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3252         directly.
3253         (wl-score-overview-entity-get-lines): Ditto.
3254         (wl-score-overview-entity-get-xref): Ditto.
3255         (wl-score-get-latest-msgs): Ditto.
3256         (wl-summary-rescore): Ditto.
3257
3258         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3259         to "&".
3260         (wl-summary-mark-as-answered-internal): New inline function.
3261         (wl-summary-mark-as-answered): New function.
3262         (wl-summary-mark-as-unanswered): Ditto.
3263         (wl-summary-sync-marks): Modified for answered-mark synching.
3264
3265 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3266
3267         * wl-action.el (wl-summary-set-mark): Fixed last change.
3268
3269 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3270
3271         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3272         behavior of wl-summary-unread-message-hook
3273         (Pointed out by akira yamada <akira@arika.org>).
3274
3275 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3276
3277         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3278         wl-summary-delete.
3279         * wl-xmas.el (wl-summary-toolbar): Ditto.
3280
3281         * wl-action.el (wl-summary-set-mark): Don't override current
3282         temp-mark.
3283
3284         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3285
3286 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3289         (wl-refile-msgid-learn): Ditto.
3290         (wl-refile-get-field-value): Ditto.
3291
3292         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3293
3294         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3295         (wl-expire-delete-reserved-messages): Renamed from
3296         wl-expire-reserve-marked-msgs-from-list.
3297         (wl-expire-delete): Removed argument `msgdb'.
3298         (wl-expire-refile): Ditto.
3299         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3300         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3301         mark-alist as argument.
3302         (wl-expire-archive-number1): Removed argument `msgdb'.
3303         (wl-expire-archive-number2): Ditto.
3304         (wl-expire-archive-date): Ditto.
3305         (wl-expire-localdir-date): Ditto.
3306         (wl-expire-hide): Ditto.
3307         (wl-archive-number1): Ditto.
3308         (wl-archive-number2): Ditto.
3309         (wl-archive-date): Ditto.
3310         (wl-archive-folder): Ditto.
3311         All other related portions are changed.
3312
3313 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3314
3315         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3316         mean move up and down. (suggested by Takashi Kawachi)
3317
3318 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-acap.el (toplevel): Don't require un-define.
3321
3322 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-thread.el (wl-thread-delete-message): Always update
3325         wl-summary-buffer-number-list.
3326
3327         * wl-action.el (wl-summary-print-destination): 
3328         Do nothing when folder is nil.
3329
3330 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3331
3332         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3333         persistent mark when prefetch is succeeded.
3334
3335 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3336
3337         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3338         instead of elmo-msgdb-delete-msgs.
3339         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3340         (wl-expire-hide): Ditto.
3341
3342         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3343
3344         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3345         elmo-msgdb interface.
3346         (wl-thread-get-exist-children): Likewise.
3347         (wl-thread-insert-message): Likewise.
3348         (wl-thread-msg-mark-as-important): Likewise.
3349         (wl-thread-insert-entity-sub): Likewise.
3350         (wl-thread-get-children-msgs-uncached): Likewise.
3351
3352         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3353         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3354         (wl-summary-sync-update): Likewise.
3355         (wl-summary-auto-select-msg-p): Likewise.
3356         (wl-summary-update-thread): Likewise.
3357         (wl-summary-mark-as-important): Likewise.
3358         (wl-summary-jump-to-msg-internal): Likewise.
3359         (wl-summary-redisplay-internal): Likewise.
3360         (wl-summary-print-message-with-ps-print): Likewise.
3361         (wl-summary-folder-info-update): Likewise.
3362
3363         * wl-folder.el (wl-folder-check-one-entity):
3364         elmo-folder-count-flags instead of wl-summary-count-unread.
3365
3366         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3367
3368         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3369
3370         * wl-summary.el (wl-summary-set-message-modified): 
3371         Call wl-summary-set-mark-modified.
3372         (wl-summary-delete-messages-on-buffer): Call
3373         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3374         (wl-summary-sync-update): Call elmo-folder-length instead of
3375         elmo-folder-messages.
3376         (wl-summary-insert-headers): Don't call
3377         elmo-folder-list-message-entities.
3378
3379 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3380
3381         * wl-action.el (wl-summary-define-mark-action): Call
3382         `wl-summary-set-mark' with argument `data'.
3383         (wl-summary-auto-refile): Fixed order of arguments when call
3384         `wl-summary-refile'.
3385
3386 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3387
3388         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3389
3390         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3391
3392         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3393         (Renamed from wl-highlight-summary-deleted-face).
3394         (wl-highlight-summary-resend-face): New face.
3395
3396         (wl-highlight-summary-deleted-face): Renamed from
3397         wl-highlight-summary-erased-face.
3398
3399         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3400
3401         * wl-action.el (wl-summary-get-resend-address): New function.
3402         (wl-summary-exec-action-resend): Ditto.
3403         (wl-summary-exec-action-resend-subr): Ditto.
3404
3405         * w-thread.el (wl-thread-copy): Removed definition.
3406         (wl-thread-refile): Ditto.
3407         (wl-thread-delete): Ditto.
3408         (wl-thread-target-mark): Ditto.
3409
3410         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3411         (wl-summary-target-mark-set-action): Fixed.
3412         (wl-summary-define-mark-action): Fixed quotation.
3413         (wl-summary-move-mark-list-messages): Display message.
3414         (wl-summary-define-mark-action): Define thread functions.
3415         (wl-summary-exec-action-refile): Changed message.
3416         (wl-summary-exec): Ditto.
3417
3418 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3419         
3420         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3421         '%%'.
3422
3423 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3424
3425         * wl.el (toplevel): Require wl-action.
3426         (wl-init): Call wl-summary-define-mark-action.
3427
3428         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3429
3430         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3431         wl-summary-delete and wl-summary-erase.
3432         (wl-summary-mode-map): Ditto.
3433
3434         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3435         wl-delete-folder-alist.
3436
3437         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3438         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3439         (toplevel): Moved mark & action related functions to the wl-action.el.
3440
3441         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3442         in wl-summary-mark-action-list.
3443         (wl-highlight-summary-current-line): Ditto.
3444
3445         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3446         empty lines.
3447
3448         * wl-action.el: New file. 
3449
3450 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3451
3452         * wl-summary.el (wl-summary-target-mark-replace): New function.
3453         (wl-summary-target-mark-prefetch): Use it.
3454         (wl-summary-target-mark-delete): Ditto.
3455         (toplevel): Rearranged definition order.
3456         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3457         (wl-summary-target-mark-erase): Rewrite.
3458         (wl-summary-erase-region): New function.
3459         (wl-summary-exec-action-erase): Changed message.
3460         (wl-summary-move-mark-list-messages): New function.
3461         (wl-summary-exec-action-delete): Use it.
3462         (wl-summary-exec-action-erase): Ditto.
3463
3464         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3465         (wl-summary-skip-mark-list): Added "d".
3466
3467         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3468         while searching.
3469
3470         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3471         and define using defcustom;
3472         Define 4th element as a face.
3473         
3474         * wl-summary.el (wl-summary-incorporate): Use 
3475         `wl-summary-prefetch-region-no-mark' instead of
3476         `wl-summary-prefetch-region'.
3477         (wl-summary-prefetch-region-no-mark): Revival of old
3478         `wl-summary-prefetch-region'.
3479         (wl-summary-mark-action-list): Moved to wl-vars.el
3480
3481         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3482         face according to the `wl-summary-mark-action-list'.
3483         (wl-highlight-summary-current-line): Ditto;
3484         Removed destination highlighting.
3485
3486         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3487         (wl-highlight-summary-line-string): Highlight for "i" mark.
3488         (wl-highlight-summary-current-line): Ditto.
3489
3490         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3491         no destination.
3492
3493         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3494         exists, just go ahead.
3495         (wl-summary-prefetch-region): Rewrite.
3496         (wl-summary-prefetch): Ditto.
3497         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3498         (wl-summary-exec-action-prefetch): New function.
3499         (wl-summary-target-mark-prefetch): Rewrite.
3500
3501 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3504         (wl-highlight-summary-line-string): Added "d" and "D".
3505         (wl-highlight-summary-current-line): Ditto.
3506
3507         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3508         in wl-summary.el.
3509         (wl-thread-insert-entity-sub): Ditto.
3510         (wl-thread-remove-destination-region): Ditto.
3511         (wl-thread-print-destination-region): Ditto.
3512
3513         * wl-summary.el (wl-summary-buffer-refile-list,
3514         wl-summary-buffer-delete-list,
3515         wl-summary-buffer-copy-list): Abolish.
3516         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3517         All other related portions are changed.
3518         (wl-summary-mark-action-list): New variable.
3519         (wl-summary-set-mark): New function.
3520         (wl-summary-register-target-mark): Ditto.
3521         (wl-summary-unregister-target-mark): Ditto.
3522         (wl-summary-have-target-mark-p): Ditto.
3523         (wl-summary-register-temp-mark): Ditto.
3524         (wl-summary-unregister-temp-mark): Ditto.
3525         (wl-summary-registered-temp-mark): Ditto.
3526         (wl-summary-collect-temp-mark): Ditto.
3527         (wl-summary-unset-mark): Ditto.
3528         (wl-summary-set-target-mark): Ditto.
3529         (wl-summary-unset-target-mark): Ditto.
3530         (wl-summary-set-action-generic): Ditto.
3531         (wl-summary-unset-action-generic): Ditto.
3532         (wl-summary-exec-action-delete): Ditto.
3533         (wl-summary-exec-action-erase): Ditto.
3534         (wl-summary-set-action-refile): Ditto.
3535         (wl-summary-set-action-refile-subr): Ditto.
3536         (wl-summary-unset-action-refile): Ditto.
3537         (wl-summary-make-destination-numbers-list): Ditto.
3538         (wl-summary-exec-action-refile): Ditto.
3539         (wl-summary-set-action-copy): Ditto.
3540         (wl-summary-unset-action-copy): Ditto.
3541         (wl-summary-exec-action-copy): Ditto.
3542         (wl-summary-collect-numbers-region): Ditto.
3543         (wl-summary-delete): Rewrite.
3544         (wl-summary-erase): Ditto.
3545         (wl-summary-remove-destination): Ditto.
3546         (wl-summary-exec): Ditto.
3547         (wl-summary-exec-region): Ditto.
3548         (wl-summary-target-mark-erase): Ditto.
3549         (wl-summary-refile): Ditto.
3550         (wl-summary-copy): Ditto.
3551         (wl-summary-unmark): Ditto.
3552         (wl-summary-delete-all-mark): Ditto.
3553         (wl-summary-mark-line): Don't highlight.
3554         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3555         (wl-summary-target-mark-refile-subr): Rewrite.
3556
3557         (wl-summary-copy-prev-destination): Abolish.
3558
3559 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3560
3561         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3562         default values along the value of wl-on-mule.
3563         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3564         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3565         It is not used anywhere.
3566
3567 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3568
3569         * wl-summary.el (wl-summary-print-destination): Keep position.
3570         (wl-summary-cursor-move-surface): Keep horizontal position.
3571
3572 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3573
3574         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3575         write sendlog.
3576
3577 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3578
3579         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3580         `wl-summary-highlight'.
3581
3582 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3583
3584         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3585         trivial condition for temp-mark.
3586
3587 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3588
3589         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3590         when it hits killed buffer.
3591
3592 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3593
3594         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3595         * wl-news.el.in: `message' and `error' take format string.
3596
3597 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3598
3599         * wl-folder (wl-folder-insert-entity): Display a message,
3600         `...done', when the work finish.
3601         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3602
3603 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3604
3605         * wl-message.el (wl-message-redisplay): Remove unused local
3606         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3607
3608 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3609
3610         * wl-summary.el (wl-summary-replace-status-marks): Disable
3611         interactive use.
3612         (wl-summary-reedit): Check message existence at first.
3613         (wl-summary-mark-line): Fix doc, return value is indefinite.
3614
3615         * wl-highlight.el (wl-highlight-message): Arranged.
3616
3617         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3618         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3619         check temp-mark by wl-summary-temp-mark always.
3620         (wl-highlight-summary): Change accordingly.
3621         * wl-summary.el (wl-summary-mark-as-read-all)
3622         (wl-summary-delete-cache, wl-summary-set-score-mark)
3623         (wl-summary-mark-as-unread, wl-summary-unmark)
3624         (wl-summary-mark-line, wl-summary-mark-as-read)
3625         (wl-summary-mark-as-important): Ditto.
3626
3627         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3628         end of the window if possible.
3629         * wl-summary.el (wl-summary-sync-update): Support lazy
3630         highlighting.
3631         (wl-summary-toggle-disp-msg): Ditto.
3632
3633 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3634
3635         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3636
3637 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3638
3639         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3640         change.
3641
3642 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3643
3644         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3645         API.
3646         (wl-summary-sync-update): Ditto.
3647
3648         * wl-score.el (wl-score-get-score-alist): Changed argument.
3649         (wl-summary-rescore-msgs): Likewise.
3650         (wl-summary-score-headers): Likewise.
3651         (wl-score-headers): Likewise;
3652         Use elmo-folder-do-each-message-entity, etc.
3653         (wl-summary-score-effect): Follow the changes above.
3654         (wl-summary-rescore): Ditto.
3655         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3656         (wl-score-get-overview): Abolish.
3657
3658         * wl-summary.el (wl-summary-default-from): Follow the API change in
3659         elmo-msgdb.
3660         (wl-summary-count-unread): Ditto.
3661         (wl-summary-detect-mark-position): Ditto.
3662         (wl-summary-overview-entity-compare-by-date): Ditto.
3663         (wl-summary-overview-entity-compare-by-number): Ditto.
3664         (wl-summary-overview-entity-compare-by-from): Ditto.
3665         (wl-summary-overview-entity-compare-by-subject): Ditto.
3666         (wl-summary-get-list-info): Ditto.
3667         (wl-summary-rescan): Ditto.
3668         (wl-summary-jump-to-msg-by-message-id): Ditto.
3669         (wl-summary-sync-update): Ditto; Removed comment.
3670         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3671         (wl-summary-insert-message): Use wl-summary-insert
3672         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3673         (wl-summary-insert-headers): Changed argument overview to folder.
3674         (wl-summary-search-by-subject): Likewise.
3675         (wl-summary-insert-thread): Renamed from 
3676         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3677
3678         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3679         too.
3680
3681         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3682         wl-string-member.
3683
3684 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3687         elmo-folder-append-buffer.
3688         (wl-draft-queue-append): Likewise.
3689
3690         * wl-mime.el (wl-message-delete-current-part): Ditto.
3691         (wl-summary-burst-subr): Ditto.
3692
3693         * wl-news.el.in (wl-news-send-news): Ditto.
3694
3695 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3696
3697         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3698         function.
3699         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3700         (wl-summary-update-mark): Enclose with save-excursion.
3701         (wl-summary-mark-as-read-internal): Fixed last change.
3702         (wl-summary-mark-as-important): Use 3rd argument of
3703         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3704         Don't use elmo-msgdb-set-mark.
3705         (wl-summary-redisplay-internal): If msgdb flag is already read,
3706         just update the mark on buffer.
3707
3708 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3709
3710         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3711         cut visible folder when elmo-folder-delete returns non-nil value.
3712
3713 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3714
3715         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3716         by Kenichi OKADA <okada@opaopa.org>).
3717
3718 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3719
3720         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3721
3722 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3723
3724         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3725         Fixed the last change, search group entity by its real name.
3726         (Thanks to: KOBAYASHI Shinji)
3727
3728 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3729
3730         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3731         (wl-fldmgr-access-display-all): Don't refer visible name.
3732         * wl-expire.el (wl-folder-archive-current-entity)
3733         (wl-folder-expire-current-entity): Ditto.
3734         * wl-folder.el (wl-folder-jump-to-current-entity)
3735         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3736         (wl-folder-open-folder-sub,wl-folder-open-all)
3737         (wl-folder-write-current-folder): Ditto.
3738         (wl-folder-insert-entity): Don't use petname for normal group.
3739         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3740         is the real name.
3741         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3742         Abolished.
3743
3744 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3745
3746         * wl-draft.el (wl-draft-create-buffer): Add
3747         `wl-summary-reply-with-citation'
3748
3749 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3750
3751         * wl-draft.el (wl-draft-reply): Fixed.
3752
3753 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3754
3755         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3756         when `wl-draft-send-confirm-with-preview' is non-nil.
3757         You can scroll up/down by j/k.
3758         (wl-draft-send-confirm-with-preview): New variable (default=t).
3759
3760 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3761
3762         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3763         (wl-fldmgr-save-folders): Fix comment.
3764
3765 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3766
3767         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3768         along the last change in `wl-folder-buffer-group-p'.
3769
3770 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3771
3772         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3773         folder.
3774
3775         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3776         the default value.
3777
3778         * wl-mime.el (wl-summary-burst): Update summary only when target
3779         folder equals current folder.
3780
3781 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3782
3783         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3784
3785 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3788         value.
3789
3790 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3793         `map-extents' instead of `extent-at' repeatedly.
3794         (wl-highlight-folder-current-line): Ditto.
3795
3796         * wl-highlight.el: Remove useless dummy functions.
3797
3798 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3799
3800         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3801         (wl-folder-put-folder-property): New function to put text property.
3802         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3803         (wl-folder-insert-entity, wl-folder-update-diff-line)
3804         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3805         * wl-e21.el, wl-xmas.el, wl-mule.el
3806         (wl-highlight-folder-current-line): Ditto.
3807         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3808         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3809         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3810         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3811
3812 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3813
3814         * Version number is increased to 2.11.3.
3815
3816 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3817
3818         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3819         Resume current-buffer since it is assumed by remaining tasks.
3820
3821 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3822
3823         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3824         (wl-folder-completion-function): Abolished.
3825         (wl-folder-complete-folder): New function.
3826         (wl-folder-complete-filter-condition): Ditto.
3827         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3828         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3829
3830 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3831
3832         * wl-draft.el (wl-draft-send-confirm): New function.
3833         (wl-draft-send): Use it.
3834
3835         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3836         cursor-in-echo-area while confirming.
3837
3838         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3839
3840         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3841         searching via nntp if wl-summary-search-via-nntp is 'force.
3842         Otherwise, invoke searching in nntp folder only.
3843         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3844
3845         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3846         explicitly for mime-make-text-tag.
3847
3848 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3849
3850         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3851         `mime-make-text-tag' instead of `mime-create-tag'.
3852
3853 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3854
3855         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3856         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3857
3858 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3859
3860         * wl-score.el (wl-score-save): Bind print-length and print-level.
3861         (wl-score-pretty-print): Ditto.
3862         (wl-score-edit-insert-header-entry): Ditto.
3863
3864         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3865         "From" entry to be treated with wl-draft-eword-encode-address-list.
3866         * wl-mime.el (wl-draft-preview-message): Ditto.
3867
3868         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3869         (wl-summary-mark-as-unread): Ditto.
3870         (wl-summary-mark-as-read-region): Change accordingly.
3871         (wl-summary-mark-as-unread-region): Ditto.
3872         (wl-summary-target-mark-mark-as-read): Ditto.
3873         (wl-summary-target-mark-mark-as-unread): Ditto.
3874
3875 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3876
3877         * Version number is increased to 2.11.2.
3878
3879 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3880
3881         * wl-news.el.in (wl-news-previous-version-save): Bind
3882         print-length and print-level.
3883         * wl-thread.el (wl-thread-save-entities): Ditto.
3884         (wl-thread-save-top-list): Bind print-length.
3885
3886 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3887
3888         * wl-highlight.el (wl-highlight-summary-line-string): Use
3889         wl-summary-score-below-mark, wl-summary-score-over-mark.
3890         (wl-highlight-summary-current-line): Ditto.
3891
3892 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3895         insert it.
3896
3897 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3898
3899         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3900
3901 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3904         message without msgid.
3905         Rewrite with elmo-folder-move-messages.
3906         Set wl-message-buffer to nil.
3907
3908         * wl-summary.el (wl-summary-erase-subr): New function. Use
3909         elmo-folder-move-messages.
3910         (wl-summary-erase): Call it.
3911         (wl-summary-target-mark-erase): Ditto.
3912
3913 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3914
3915         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3916         it is not up-tp-date.
3917
3918 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3919
3920         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3921         buffer after calling `wl-summary-goto-folder-subr' without the
3922         argument `interactive'.
3923         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3924
3925 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3926
3927         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3928         `mime-create-tag'. Use `string=' instead of `looking-at'.
3929
3930 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3931
3932         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3933         to avoid compile warning.
3934
3935         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3936         entity-id when folder is given.
3937         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3938         save-excursion, use save-selected-window instead.
3939         Select folder buffer window if exists.
3940         (To correct behavior with wl-folder-move-cur-folder.)
3941
3942 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3943
3944         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3945
3946 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3947
3948         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3949         list-count instead of %d.
3950
3951 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3952
3953         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3954         (wl-news): Set it.
3955         (wl-news-append-to-folder): Use it.
3956
3957         * wl-news.el.in (wl-news-send-news): Append to specified folder
3958         instead of wl-default-folder.
3959         (wl-news-append-to-folder): Show error message with specified folder.
3960
3961         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3962                 In most major modes, Emacs assumes that any opening
3963                 delimiter found at the left margin is the start of a
3964                 top-level definition, or defun. Therefore, *never put an
3965                 opening delimiter at the left margin unless it should have
3966                 that significance.*
3967
3968         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3969
3970 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3971
3972         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3973
3974 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3975
3976         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3977
3978 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3979
3980         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3981         for sequential numbering case.
3982
3983 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3984
3985         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3986         value.
3987         (wl-draft-reply-without-argument-list): Ditto.
3988         (wl-draft-reply-myself-with-argument-list): Abolish.
3989         (wl-draft-reply-myself-without-argument-list): Ditto.
3990         * wl-draft.el (wl-draft-self-reply-p): New function.
3991         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3992
3993 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3994
3995         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3996         (avoid error for the case without byte-compiling)
3997
3998 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3999
4000         * wl-news.el.in (wl-news-append-to-folder): New function.
4001         (wl-news-exit): Rewrite.
4002         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4003
4004 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4005
4006         * wl-draft.el (wl-draft-reply-position): New function.
4007         (wl-draft-reply-position): Fix.
4008         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4009         (wl-summary-target-mark-reply-with-citation): Ditto.
4010         (wl-summary-reply-with-citation): Ditto.
4011         * wl-vars.el (wl-draft-reply-default-position): New variable.
4012
4013 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4014
4015         * wl-draft.el (wl-draft-send): Preview when interactive send.
4016
4017 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-draft.el (wl-draft-reply): Set default position.
4020         * wl-summary.el (wl-summary-reply): Ditto.
4021         (wl-summary-reply-with-citation): Ditto.
4022         (wl-summary-target-mark-reply-with-citation): Ditto.
4023
4024 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4025
4026         * wl-news.el.in (wl-news-lang): Set default value according to
4027         current-language-environment.
4028         (wl-news-append-news): Do nothing when news-list is nil.
4029
4030 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4031
4032         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4033         (wl-news): Change message.
4034         (wl-news-exit): Check buffer.
4035         (wl-news-force-exit): New function.
4036         (wl-news-show-all): New function.
4037         (wl-news-discard-and-exit): Fix.
4038
4039 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4042         according to current-language-environment.
4043
4044         * wl-news.el.in (wl-news): If arg, show all NEWS after
4045         wl-news-default-previous-version.
4046
4047 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4048
4049         * wl-news.el.in (wl-news-check): Rewritten.
4050         (wl-news-previous-version-load): Change data type.
4051         (wl-news-previous-version-save): Change data type.
4052         (wl-news-append-news): Add return value.
4053         (wl-news-check-news): New function.
4054         (wl-news-already-current-p): New function.
4055         (wl-news-send-news): Rewritten.
4056         (wl-news-mode-map): Add new keybind.
4057         (wl-news): Rewritten.
4058         (wl-news-exit): Rewritten.
4059         (wl-news-discard-and-mail): New function.
4060         (wl-news-send-to-address): Abolished.
4061         * wl.el (wl-init): Delete a message.
4062
4063 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4064
4065         * wl-news.el.in (wl-news-exit): Update previous version.
4066         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4067
4068 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4069
4070         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4071
4072 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4073
4074         * wl-news.el.in (wl-news): New function.
4075         (wl-news-mode): New function.
4076         (wl-news-next-line): New function.
4077         (wl-news-next-page): New function.
4078         (wl-news-exit): New function.
4079         (wl-news-buf-name): New variable.
4080         (wl-news-mode-map): New variable.
4081         (wl-news-winconf): New variable.
4082         (wl-news-append-news): Add an option.
4083
4084 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4085
4086         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4087
4088 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4089
4090         * wl-news.el.in (wl-news-send-to-address): New variable.
4091         (wl-news-send-news): Use it.
4092         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4093         Return updating status.
4094         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4095
4096 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4097
4098         * wl-news.el.in (wl-news-send-news): Delete
4099         Organization and X-Face.
4100
4101 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4102
4103         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4104         (wl-news-append-news): New function.
4105         (wl-news-send-news): New function.
4106
4107 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4108
4109         * Version number is increased to 2.11.1.
4110
4111 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4112
4113         * wl-news.el.in : New file.
4114
4115 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4116
4117         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4118         default value.
4119         (wl-draft-reply-without-argument-list): Ditto.
4120
4121 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4122
4123         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4124         (wl-message-buffer-prefetch-idle-time): Ditto.
4125         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4126
4127 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4128
4129         * wl-thread.el (wl-thread-insert-message): Use
4130         wl-summary-max-thread-depth.
4131
4132         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4133         loop detection.
4134
4135         * wl-message.el (wl-message-buffer-display): Back to the first page
4136         when cache is hit.
4137
4138 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4139
4140         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4141
4142         * wl-summary.el (wl-summary-insert-thread-entity):
4143         If the thread depth is reached to wl-summary-max-thread-depth,
4144         divide the thread.
4145
4146 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4147
4148         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4149         for elmo-remove-passwd.
4150
4151 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4154         folder is sticky.
4155         (wl-folder-mark-as-read-all-entity): Ditto.
4156         (wl-folder-prefetch-entity): Ditto.
4157
4158 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4159
4160         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4161
4162 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4163
4164         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4165         Delete messages on buffer for unplugged operation.
4166         (wl-summary-erase): Ditto.
4167
4168 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4169
4170         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4171         take nil so as not to search parent by subject.
4172
4173 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4174
4175         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4176         (wl-folder-get-next-folder): Ditto.
4177         (wl-folder-get-path): Ditto.
4178
4179 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4180
4181         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4182         system and encode the region with it before verifying.
4183
4184 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4185
4186         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4187         system of the echo buffer before decoding.
4188
4189 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4190
4191         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4192         original contents.
4193
4194 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4195
4196         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4197         with argument 'any-exists.
4198
4199 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4200
4201         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4202         Use `wl-cs-autoconv'.
4203
4204 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4205
4206         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4207         by `mime-view-automatic-conversion'.
4208
4209         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4210         (wl-message-verify-pgp-nonmime): Ditto.
4211         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4212         Bind them to C-c:d and C-c:v respectively.
4213
4214         Merge following code by Teranishi-san from [wl-en:00167].
4215         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4216         (wl-mime-preview-application/pgp-encrypted): Ditto.
4217         (wl-mime-setup): Add entry.
4218
4219 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-summary.el (wl-summary-target-mark-erase): New function.
4222         Bind it to "mD".
4223
4224 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4225
4226         * wl-vars.el (wl-draft-write-file-function): Fix.
4227         (wl-draft-reedit-hook): Changed default value.
4228
4229         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4230         wl-draft-reedit-hook.
4231         (wl-draft-remove-text-plain-tag): New function.
4232         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4233
4234         * wl-vars.el (wl-draft-write-file-function): New user option.
4235
4236         * wl-draft.el (wl-draft-prepare-edit): Use it for
4237         local-write-file-hooks.
4238         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4239
4240         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4241         (wl-draft-insert-mail-header-separator): Return the body beginning
4242         point.
4243         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4244         text/plain.
4245         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4246
4247 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4248
4249         * wl-summary.el (wl-summary-erase): New function to erase message
4250         without moving it to trash. Bind to "D".
4251
4252         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4253         as `keep' unless switch-function.
4254
4255 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4256
4257         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4258         message buffer by using `wl-summary-toggle-disp-msg'.
4259         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4260         buffer window.
4261         (wl-summary-supresedes-message): Ditto.
4262
4263         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4264         Do not delete other windows.
4265         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4266         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4267         (wl-draft-create-buffer): Set reply-or-forward also for target
4268         mark commands.
4269
4270 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4271
4272         * wl-draft.el (wl-user-agent-compose): Delete special case for
4273         switch-to-buffer-other-window.
4274
4275         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4276         (wl-summary-forward): Ditto.
4277
4278         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4279         function.
4280         (wl-draft-buffer-style): New use option.
4281
4282         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4283         (wl-draft): Follow the change above.
4284         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4285         wl-draft-buffer-style.
4286         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4287         switch-function.
4288
4289 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4290
4291         * wl-address.el (wl-address-make-completion-entry): Extracted from
4292         `wl-address-make-completion-list'.
4293         (wl-address-enable-strict-loading): New variable.
4294         (wl-address-make-completion-list): Revive petname duplication
4295         inquiry, and enable it if `wl-address-enable-strict-loading'.
4296         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4297
4298 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4299
4300         * wl-message.el (wl-message-get-original-buffer): Avoid
4301         'Selecting deleted buffer' error when original buffer is killed.
4302
4303 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-summary.el (wl-summary-next-message): Use
4306         elmo-message-accessible-p instead of elmo-message-cached-p.
4307
4308 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4309
4310         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4311
4312         * wl-thread.el (wl-thread-open-all-unread): Use
4313         elmo-folder-list-flagged instead of
4314         elmo-folder-list-messages-mark-match.
4315
4316         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4317         instead of elmo-folder-list-messages-mark-match.
4318         (wl-summary-move-spec-alist): New variable.
4319         (wl-summary-move-spec-plugged-alist,
4320         wl-summary-move-spec-unplugged-alist): Abolish.
4321         (wl-summary-next-message): Follow the change above.
4322         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4323         with 'no-msg' argument.
4324
4325         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4326         variable.
4327         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4328         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4329         (wl-message-buffer-prefetch-get-next): Follow the change above.
4330
4331 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4332
4333         * wl-version.el (wl-version): Changed codename.
4334
4335         * Version number is increased to 2.11.0.
4336
4337 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4338
4339         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4340         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4341         `wl-draft-config-variables'.
4342         (wl-draft-kill): Fixed problem when the draft is reedit.
4343
4344 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4345
4346         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4347         buffer-modified status (Thanks to
4348         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4349
4350 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4351
4352         * wl-util.el (wl-region-exists-p): New function.
4353
4354         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4355         Remove defvars for byte-compile warnings.
4356
4357 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4358
4359         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4360         defvar-maybe. Removed unused bind.
4361
4362 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4365         summary buffer window before creating new frame.
4366         (wl-draft-reply): Ditto.
4367
4368 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4369
4370         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4371
4372 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4373
4374         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4375
4376 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4377
4378         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4379         instead of `kill-region'.
4380
4381 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4382
4383         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4384         (wl-highlight-summary-line-string): Use it.
4385         (wl-highlight-summary-current-line): Ditto.
4386
4387         * wl-mime.el (wl-message-delete-current-part): Check the class of
4388         mime-entity.
4389
4390         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4391
4392         * wl-summary.el (wl-summary-make-number-list): Initialize.
4393         (wl-summary-update-mark): New function.
4394         (wl-summary-reply): Put `answered' mark on the message.
4395         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4396
4397         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4398         (wl-draft-reply): Added optional argument `number';
4399         Set wl-draft-parent-number.
4400         (wl-draft-kill): Delete answered mark if it is a reply.
4401
4402 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4405         that originates in mime-preview-follow-current-entity.
4406         (wl-draft-yank-current-message-entity): Use it if region is active.
4407
4408         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4409         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4410         `wl-message-delete-current-part'.
4411         * wl-mule.el (wl-message-define-keymap): Ditto.
4412         * wl-xmas.el (wl-message-define-keymap): Ditto.
4413
4414 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-mime.el (wl-message-delete-current-part): New function.
4417         (wl-mime-node-id-to-string): Ditto.
4418
4419         * wl-mime.el (wl-message-delete-current-part): Use existing
4420         original buffer which corresponds current mime-view buffer.
4421         (fetched buffer might have different structure, possibly)
4422
4423         * wl-mime.el (wl-message-delete-current-part): Quit if the
4424         message content differs from the actual message.
4425
4426 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4429         order.
4430         (wl-summary-search-by-subject): Search parent message from tail;
4431         Check the existence of the parent message on the current thread tree.
4432         (wl-summary-update-thread): Check whether the line is inserted.
4433
4434 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-vars.el (wl-summary-line-format): Undo last change.
4437         * wl-summary.el (wl-summary-print-destination): Do not put
4438         invisible property when `wl-summary-width' is nil.
4439         (wl-summary-line-subject-minimum-length): Abolished.
4440         (wl-summary-line-subject): Ditto.
4441
4442 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-vars.el (wl-summary-line-format): Change default value.
4445         (wl-summary-subject-length-limit): Abolished.
4446         * wl-summary.el (wl-summary-line-subject): Ditto.
4447
4448 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4449
4450         * wl-template.el (wl-template-select): Added optional argument.
4451         If optional argument is specified, reverse
4452         `wl-template-visible-select'.
4453
4454 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4457         Take prefix argument to force asking the destination folder.
4458
4459 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4460
4461         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4462         count and update status.
4463
4464 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4465
4466         * wl-summary.el (wl-summary-redisplay-internal): If
4467         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4468         after fetching.
4469
4470 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4471
4472         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4473         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4474
4475         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4476
4477 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4480         (All other related portions are changed).
4481         (wl-summary-mark-as-read-all): Rewrite.
4482
4483 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4484
4485         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4486         `wl-summary-mark-as-read'.
4487         (wl-summary-mark-as-unread): Rewrite.
4488         (wl-summary-mark-as-read): Added no-modeline argument.
4489         (wl-summary-resume-cache-status): Rewrite.
4490         (wl-summary-exec-subr): Remove unused local variable.
4491
4492 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4495         logic to call `wl-summary-buffer-prev-folder-function'.
4496         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4497
4498 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4499
4500         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4501         is nil.
4502
4503 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4506         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4507         (wl-mime-setup): Add its entry.
4508
4509 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4512         (wl-summary-delete-cache): Likewise.
4513         (wl-summary-mark-as-read): Rewrite.
4514
4515 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4516
4517         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4518         `wl-summary-count-unread'.
4519
4520         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4521
4522         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4523
4524 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4527         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4528         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4529         Renamed to the elmo-msgdb-*-mark.
4530         (wl-summary-score-marks): Follow the change above.
4531         (wl-summary-auto-refile-skip-marks): Ditto.
4532         (wl-summary-incorporate-marks): Ditto.
4533         (wl-summary-expire-reserve-marks): Ditto.
4534
4535         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4536         changes.
4537         (wl-thread-insert-top): Changed updating message.
4538
4539         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4540         variable.
4541         (wl-summary-count-unread): Count answered marks.
4542         (wl-summary-rescan): Call wl-summary-insert-message instead of
4543         wl-summary-append-message-func-internal.
4544         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4545         (wl-summary-prefetch-msg): Follow the variable name changes.
4546         (wl-summary-prefetch-region): Ditto.
4547         (wl-summary-mark-as-read-all): Follow the API changes;
4548         Don't call elmo-folder-replace-marks.
4549         (wl-summary-delete-cache): Follow the variable name changes.
4550         (wl-summary-resume-cache-status): Ditto.
4551         (wl-summary-update-status-marks): New function.
4552         (wl-summary-insert-message): New function.
4553         (wl-summary-sync-marks): Follow the variable name changes.
4554         (wl-summary-sync-update): Synchronize to the msgdb, too;
4555         Changed update messages.
4556         (wl-summary-make-number-list): Rewrite.
4557         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4558         (wl-summary-mark-as-unread): Follow the API changes.
4559         (wl-summary-exec-subr): Follow the variable name changes.
4560         (wl-summary-mark-as-read): Ditto.
4561         (wl-summary-move-spec-plugged-alist): Ditto.
4562         (wl-summary-move-spec-unplugged-alist): Ditto.
4563         (wl-summary-cursor-move-surface): Ditto.
4564
4565         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4566         variable name changes.
4567         (wl-highlight-summary-current-line): Ditto.
4568
4569         * wl-expire.el (wl-expire-refile): Follow the API change in
4570         elmo-folder-move-messages.
4571         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4572         (wl-summary-archive): Use elmo-folder-msgdb instead of
4573         elmo-msgdb-load.
4574
4575 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4576
4577         * wl-mime.el (wl-draft-preview-message): Restore the position
4578         before evaluating wl-draft-send-hook in preview buffer.
4579
4580 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4583         when it creates new draft buffer.
4584
4585         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4586         without argument.
4587
4588         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4589         Evaluate content and if the value is string, insert it.
4590         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4591         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4592         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4593         wl-draft-config-sub-part-bottom): Use it.
4594
4595         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4596         with the folder name. The question was unintelligible when it is
4597         called from wl-save-status.
4598
4599 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4602         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4603         cannot take second argument).
4604
4605 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4606
4607         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4608         as t. Since type and subtype are not case sensitive (RFC 2045).
4609
4610 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4611
4612         * wl-vars.el (wl-message-mode-line-format): New variable.
4613         (wl-message-mode-line-format-spec-alist): Ditto.
4614         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4615         (wl-message-redisplay): Use wl-message-mode-line-format.
4616
4617 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4618
4619         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4620
4621 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4622
4623         * wl-summary.el (wl-summary-default-from): Write description.
4624
4625 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4626
4627         * wl-vars.el (wl-ldap-objectclass): Abolish.
4628
4629         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4630         (wl-ldap-make-filter): Removed condition for objectclass.
4631         (wl-ldap-make-matched-value-list): Remove meaningless process.
4632         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4633         (wl-address-ldap-search): Don't add `*' to `pat' string;
4634         use ignore-errors; added `email';
4635         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4636         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4637         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4638
4639
4640 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4641
4642         * wl-draft.el (wl-draft-parent-folder): Write description.
4643         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4644
4645 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4646
4647         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4648         as "" (zero-length string) if no parent.
4649         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4650
4651 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4652
4653         * wl-address.el (wl-address-make-completion-list): Skip duplication
4654         checking.
4655         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4656         `append'.
4657
4658 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4659
4660         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4661         instead of `beginning-of-buffer'.
4662
4663 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4666
4667 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4668
4669         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4670         Refer wl-message-buffer-name.
4671         (wl-message-wheel-down): Ditto.
4672
4673 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4674
4675         * wl-vars.el (wl-message-buffer-name): New user option.
4676
4677         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4678         directly instead of making alist dinamically.
4679
4680         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4681         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4682         wl-message-buffer-cache-name.
4683         (wl-message-buffer-cache-clean-up): Ditto.
4684
4685         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4686
4687         * Version number is increased to 2.9.15.
4688
4689 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4690
4691         * wl-vars.el (wl-summary-default-view-alist): New user option.
4692
4693         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4694
4695         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4696         while deleting address.
4697         (wl-draft-delete-myself-from-cc): Ditto.
4698
4699         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4700         If optional argument is specified, reverse sort order.
4701
4702         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4703
4704 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4705
4706         * wl-thread.el (wl-thread-insert-message): Return parent number if
4707         exists.
4708         (wl-thread-update-indent-string-region): Use
4709         wl-thread-update-line-on-buffer-sub instead of
4710         wl-thread-update-line-on-buffer.
4711
4712 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4713
4714         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4715         (wl-folder-close-all): Ditto.
4716
4717 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4718
4719         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4720         and mailing-list:.
4721         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4722         value.
4723         (wl-summary-line-list-info): Print mailing-list name even when 
4724         list-number is empty.
4725
4726 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4727
4728         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4729
4730         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4731         (wl-draft-open-file): Ditto.
4732         (wl-draft-random-alphabet): Ditto.
4733
4734         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4735         bindings.
4736
4737 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4740         * wl-vars.el (wl-draft-config-alist): Ditto.
4741
4742 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * Version number is increased to 2.9.14.
4745
4746         * wl.el (wl): Don't set wl-init as nil when error occured while
4747         auto-checking folders.
4748
4749         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4750         `elmo-expand-newtext'.
4751
4752 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4755         `this-command' so that `wl-folder-goto-folder' contained in
4756         `wl-summary-keep-cursor-command' work.
4757
4758 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4761         message buffer displaying state.
4762
4763 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4764
4765         * wl-vars.el (wl-summary-default-view): New variable to specify
4766         default value for `wl-summary-buffer-view' instead of using
4767         set-default.
4768         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4769
4770 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4773
4774         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4775
4776 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4777
4778         * wl-vars.el (wl-forward-subject-prefix): New variable.
4779         * wl-draft.el (wl-draft-forward): Use it.
4780
4781 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-message.el (wl-message-prev-page): When it is called without
4784         lines argument, scroll down by wl-message-scroll-amount lines.
4785         (wl-message-next-page): Ditto.
4786         * wl-vars.el (wl-message-scroll-amount): Change default value
4787         to preserve current behavior.
4788
4789 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4790
4791         * wl-summary.el (wl-summary-prefetch-msg): Bind
4792         `wl-message-entity' to call `wl-summary-from-function'.
4793
4794 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-message.el (wl-message-buffer-create): Run
4797         wl-message-buffer-created-hook.
4798
4799 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-summary.el (wl-summary-sort-specs): New variable.
4802         (wl-summary-default-sort-spec): Ditto.
4803         (wl-summary-sort): Rewrite.
4804         (wl-summary-sort-by-list-info): New function.
4805
4806 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4807
4808         * wl-summary.el (wl-summary-get-list-info): New function.
4809         (wl-summary-sort): Rewrite.
4810         (wl-summary-line-list-info): Ditto.
4811         (wl-summary-line-list-count): Ditto.
4812         (wl-summary-refile-region): Fixed docstring.
4813
4814 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4817         `wl-folder-entity-hashtb' as completion table.
4818
4819 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4822         only when this command is called interactively; silence the byte-
4823         compiler.
4824
4825 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4826
4827         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4828         active in XEmacs.
4829
4830 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4831
4832         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4833         plural lines.
4834
4835 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4838         of current line when the cursor is on the header name.
4839         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4840
4841 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4842
4843         * wl-util.el (wl-read-directory-name): Return displayed directory
4844         as the default value also on XEmacs.
4845
4846 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4849         formatting.
4850
4851 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4854         argument and when it is non-nil, check face property before
4855         highlighting for each line.
4856         (wl-highlight-summary-window): Set it.
4857
4858 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4861         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4862
4863         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4864         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4865         (wl-draft-get-fcc-list): Likewise.
4866
4867 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4870         (wl-thread-entity-cur): Ditto.
4871         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4872         wl-thread-indent-regexp setting.
4873         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4874
4875         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4876         wl-summary-lazy-highlight.
4877         (wl-summary-display-bottom): Ditto.
4878
4879         * wl-thread.el (wl-thread-open-close): Likewise.
4880
4881         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4882         from and subject;
4883         Bind wl-draft-use-frame;
4884         Enclose with save-window-excursion;
4885         Use wl-draft-create-buffer instead of with-temp-buffer;
4886         Use wl-draft-prepare-edit;
4887         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4888         Use wl-draft-send instead of wl-draft-raw-send.
4889
4890 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4891
4892         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4893         of using wl-from.
4894
4895 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4896
4897         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4898         insert-buffer instead of clone-buffer.
4899         (wl-draft-doing-mime-bcc): New variable.
4900         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4901         infinite loop.
4902         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4903
4904         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4905         (wl-draft-mime-bcc-body): Ditto.
4906
4907         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4908         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4909         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4910         wl-draft-do-mime-bcc.
4911         (wl-draft-mime-bcc-field): New function.
4912         (wl-draft-do-mime-bcc): Ditto.
4913
4914         * wl-address.el (wl-address-complete-header-list): New variable.
4915         (wl-address-complete-header-regexp): Changed default value.
4916
4917         * Version number is increased to 2.9.13.
4918
4919 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4922         it is differed.
4923
4924 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4925
4926         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4927         (wl-summary-line-list-count): Ditto.
4928
4929 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4930
4931         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4932         (wl-nntp-posting-function): New variable.
4933         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4934         `wl-nntp-posting-config-alist'.
4935
4936 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4937
4938         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4939         FLIM.
4940
4941 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4942
4943         * wl-summary.el (wl-summary-target-mark-refile-sub):
4944         Remove a nuisance funcall.
4945
4946 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4949         as t for `try-completion'.
4950
4951 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4952
4953         * wl-summary.el (wl-summary-default-from): Use
4954         wl-address-header-extract-address instead of
4955         std11-extract-address-components.
4956         (wl-summary-simple-from): Ditto.
4957         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4958         (wl-summary-insert-headers): Show message.
4959         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4960         for whole line.
4961         (wl-summary-default-from): Revert last change.
4962         (wl-summary-simple-from): Ditto.
4963         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4964         (wl-summary-mark-as-read-region): Follow the change above.
4965         (wl-summary-sync-marks): Ditto.
4966         (wl-summary-target-mark-mark-as-read): Ditto.
4967         (wl-summary-redisplay-internal): Ditto.
4968         (wl-summary-redisplay-no-mime-internal): Ditto.
4969         (wl-summary-redisplay-all-header): Ditto.
4970         (wl-summary-mark-as-read): Removed argument `cached';
4971         Use current cache status to set cache mark.
4972         (wl-summary-redisplay-internal): Follow the change above.
4973         (wl-summary-redisplay-no-mime-internal): Ditto.
4974         (wl-summary-redisplay-all-header): Ditto.
4975
4976         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4977
4978         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4979         Don't call itself recursively (Adviced by Yamaoka-san).
4980
4981 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4982
4983         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4984         bind wl-summary-highlight as nil to avoid error caused by missing
4985         local variables.
4986
4987 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4988
4989         * wl-vars.el (wl-invalid-character-message): New user option.
4990
4991         * wl-util.el (wl-set-string-width): If truncated string-width is
4992         larger than specified width, use `wl-invalid-character-message'.
4993
4994 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4995
4996         * wl-summary.el (wl-summary-prefetch-msg): 
4997         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4998
4999 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-vars.el (wl-summary-check-line-format): New user option.
5002         (wl-summary-line-format-file): Ditto.
5003
5004         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5005         variable.
5006         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5007         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5008         and `wl-summary-view-old-p' to check whether do a rescan or not.
5009         (wl-summary-view-old-p): New function.
5010         (wl-summary-line-format-changed-p): Ditto.
5011         (wl-summary-line-format-save): Ditto.
5012         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5013
5014         * wl-util.el (wl-set-string-width): Avoid using negative number
5015         for make-string.
5016
5017 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5018
5019         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5020         return value.
5021
5022         * wl-util.el (wl-set-string-width): Added optional argument
5023         `padding' (All other related portions are changed).
5024         (wl-line-parse-format): If the first letter of column number is
5025         `0', zero-padding the result (ex: "%05l").
5026
5027         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5028
5029 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5032         sequential summary view.
5033
5034 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5037         if it doesn't have a -unix version.
5038
5039 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5040
5041         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5042
5043 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5044
5045         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5046         content.
5047         (wl-draft): Follow the change above.
5048
5049         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5050
5051         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5052         and wl-folder-summary-line-format-alist contain %T and %P.
5053
5054         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5055         (wl-summary-mode-line-format): New user option.
5056         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5057         (wl-summary-line-format): Changed default value.
5058         (wl-summary-lazy-highlight): Changed default value.
5059
5060         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5061         change in wl-summary-create-line.
5062         (wl-thread-insert-entity-sub): Ditto.
5063
5064         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5065         (wl-summary-buffer-unread-status): Ditto.
5066         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5067         (wl-summary-buffer-persistent-mark-column): Ditto.
5068         (wl-summary-buffer-mode-line-formatter): Ditto.
5069         (wl-summary-buffer-mode-line): Ditto.
5070         (wl-summary-message-regexp): Abolished.
5071         (All other related portions are changed.)
5072         (wl-summary-detect-mark-position): New function.
5073         (wl-summary-buffer-set-folder): Setup
5074         wl-summary-buffer-mode-line-formatter.
5075         (wl-summary-mode): Setup selective-display;
5076         Setup pre-idle-hook when xemacs.
5077         (wl-summary-update-modeline): Rewrite.
5078         (wl-summary-jump-to-msg): Define as function;
5079         Changed regexp for searching messages.
5080         (wl-summary-message-number): Rewrite.
5081         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5082         Do rescan when old type summary cache.
5083         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5084         (wl-summary-remove-destination): Use '\r' to detect EOL.
5085         (wl-summary-print-destination): Ditto.
5086         (wl-summary-temp-mark): New inline function.
5087         (wl-summary-persistent-mark): Ditto.
5088         (wl-summary-line-number): New function.
5089         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5090         (wl-summary-line-list-count): New function.
5091         (wl-summary-create-line): Added argument persistent-mark.
5092         (All other related portions are changed)
5093         (wl-summary-create-line): Insert '\r'.
5094         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5095         (wl-summary-cursor-move-surface): New inline function.
5096         (wl-summary-prev): Use it.
5097         (wl-summary-next): Ditto.
5098
5099         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5100         wl-summary-message-regexp.
5101         (wl-highlight-summary): Delete progress message.
5102         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5103
5104         * Version number is increased to 2.9.12.
5105
5106 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5107
5108         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5109         variable (nil: no minimum).
5110         (wl-summary-line-subject): Add some spaces after subject by
5111         wl-summary-line-subject-minimum-length.
5112
5113 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5114
5115         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5116         and removed `F'.
5117         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5118         change above).
5119
5120 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5121
5122         * wl-summary.el (wl-summary-line-list-count): Reverted.
5123         (example setting in samples/*/dot.wl is also updated)
5124
5125 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5126
5127         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5128
5129         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5130
5131         * wl-vars.el (wl-summary-line-format): Addes some description to the
5132         docstring.
5133
5134         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5135         (wl-summary-line-close-bracket): Ditto.
5136         (wl-summary-line-children-number): Ditto.
5137         (wl-summary-line-thread-indent): Ditto.
5138         (wl-summary-line-children-and-from): Ditto.
5139
5140         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5141         't', 'c', 'F' and added 'C'.
5142
5143         * wl-util.el (wl-set-string-width): Accept negative value.
5144         (wl-line-parse-format): Added "%number(" and "%)".
5145
5146 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5147
5148         * wl-summary.el (wl-summary-line-list-count): Change format of the
5149         return value.
5150
5151 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5152
5153         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5154         from the recent message.el.
5155         (wl-draft-point-in-header-p): Ditto.
5156         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5157         wl-draft-beginning-of-line.
5158         * wl-e21.el (wl-draft-mode-map): Ditto.
5159         * wl-xmas.el (wl-draft-mode-map): Ditto.
5160
5161         * wl-folder.el: Sort macrodefs by dependencies.
5162
5163 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5164
5165         * wl-summary.el (wl-summary-prev): Fixed regexp.
5166         (wl-summary-next): Ditto.
5167
5168 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5169
5170         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5171
5172 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5173
5174         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5175         for backward compatibility.
5176
5177 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5178
5179         * wl-summary.el (wl-summary-line-list-count): New function, merged
5180         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5181         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5182         list counts.
5183
5184 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-summary.el (wl-summary-create-line): Ignore errors while
5187         timezone-fix-time.
5188
5189         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5190
5191         * wl-summary.el (wl-summary-sync-update): Ditto.
5192         (wl-summary-default-from): Use wl-message-entity
5193         instead of entity.
5194
5195         * wl-summary.el (wl-summary-create-line): Fix.
5196
5197         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5198         (wl-summary-line-format): New user option.
5199         (wl-folder-summary-line-format-alist): Ditto.
5200         (wl-summary-from-width): Abolished.
5201
5202         * wl-util.el (toplevel): Require 'bytecomp.
5203         (wl-line-parse-format): New function.
5204         (wl-line-formatter-setup): New macro.
5205
5206         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5207         (wl-summary-buffer-line-formatter): New buffer local variable.
5208         (wl-summary-switch-to-clone-buffer): Follow the change above.
5209         (wl-summary-message-regexp): Fix.
5210         (wl-summary-from-func-internal): Abolished.
5211         (wl-summary-subject-func-internal): Ditto.
5212         (wl-summary-subject-filter-func-internal): Ditto.
5213         (All other related portions are changed.)
5214         (wl-summary-buffer-set-folder):
5215         Set up wl-summary-buffer-number-column and 
5216         wl-summary-buffer-line-formatter
5217         (All other related portions are changed.)
5218         (wl-summary-buffer-number-column-detect): Abolished.
5219         (All other related portions are changed.)
5220         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5221         (wl-summary-delete-all-temp-marks-on-buffer): Use
5222         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5223         (wl-summary-target-mark-delete): Ditto.
5224         (wl-summary-target-mark-refile-subr): Ditto.
5225         (wl-summary-target-mark-mark-as-read): Ditto.
5226         (wl-summary-target-mark-mark-as-unread): Ditto.
5227         (wl-summary-target-mark-mark-as-important): Ditto.
5228         (wl-summary-target-mark-save): Ditto.
5229         (wl-summary-replace-status-marks): Renamed from
5230         wl-summary-set-status-marks-on-buffer;
5231         Use wl-summary-message-regexp instead of
5232         wl-summary-buffer-number-regexp.
5233         (wl-summary-sync-update): Follow the change above.
5234         (wl-summary-goto-previous-message-beginning): New function.
5235         (wl-summary-mark-as-unread): Use it.
5236         (wl-summary-mark-as-important): Ditto.
5237         (wl-summary-line-formatter): New variable.
5238         (wl-summary-line-year): New function.
5239         (wl-summary-line-day): Ditto.
5240         (wl-summary-line-day-of-week): Ditto.
5241         (wl-summary-line-hour): Ditto.
5242         (wl-summary-line-minute): Ditto.
5243         (wl-summary-line-open-bracket): Ditto.
5244         (wl-summary-line-close-bracket): Ditto.
5245         (wl-summary-line-children-number): Ditto.
5246         (wl-summary-line-thread-indent): Ditto.
5247         (wl-summary-line-size): Ditto.
5248         (wl-summary-line-subject): Ditto.
5249         (wl-summary-line-from): Ditto.
5250         (wl-summary-line-children-and-from): Ditto.
5251         (wl-summary-create-line): Rewritten.
5252         (wl-summary-format-date): Abolished.
5253
5254         * wl-highlight.el (wl-highlight-summary-current-line): Use
5255         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5256         Use thread structure to detect thread top message.
5257
5258         * wl-draft.el (wl-default-draft-cite): Don't use
5259         wl-summary-from-func-internal.
5260
5261         * wl-refile.el (wl-refile-subject-learn): Don't use
5262         wl-summary-subject-filter-func-internal.
5263         (wl-refile-guess-by-subject): Ditto.
5264
5265         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5266         parameters.
5267
5268         * wl-thread.el (wl-thread-update-indent-string-region):
5269         Use wl-thread-update-line-on-buffer instead of
5270         wl-thread-update-indent-string.
5271         (wl-thread-update-children-number): Redefine using
5272         wl-thread-update-line-on-buffer.
5273         (wl-thread-update-indent-string): Abolished.
5274
5275         * Version number is increased to 2.9.11.
5276
5277 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5280         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5281         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5282
5283         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5284         as nil.
5285
5286         * wl-thread.el (wl-thread-open-all-unread): Use 
5287         elmo-folder-list-messages-mark-match.
5288         (wl-thread-insert-message): Removed argument `mark-alist'.
5289         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5290         elmo-msgdb-set-mark.
5291         (wl-thread-get-children-msgs-uncached): Likewise.
5292         (wl-thread-get-exist-children): Added argument include-self.
5293         (wl-thread-delete-message): Follow the change above.
5294
5295         * wl-summary.el (wl-summary-count-unread): Removed argument.
5296         (wl-summary-rescan): Follow the change above.
5297         (wl-summary-mark-as-read-region): Ditto
5298         (wl-summary-mark-as-unread-region): Ditto.
5299         (wl-summary-delete-messages-on-buffer): Ditto.
5300         (wl-summary-sync-update): Ditto.
5301         (wl-summary-switch-to-clone-buffer): Ditto.
5302         (wl-summary-goto-folder-subr): Ditto.
5303         (wl-summary-target-mark-mark-as-read): Ditto.
5304         (wl-summary-target-mark-mark-as-unread): Ditto.
5305         (wl-summary-target-mark-mark-as-important): Ditto.
5306         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5307         (wl-summary-update-thread): Removed argument `mark-alist'.
5308         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5309         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5310         (wl-summary-resume-cache-status): Likewise.
5311         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5312         elmo-msgdb-set-mark.
5313         (wl-summary-mark-as-read-all): Likewise.
5314         (wl-summary-delete-cache): Ditto.
5315         (wl-summary-auto-select-msg-p): Ditto.
5316         (wl-summary-mark-as-unread): Ditto.
5317         (wl-summary-no-auto-refile-message-p): Ditto.
5318         (wl-summary-mark-as-read): Ditto.
5319         (wl-summary-mark-as-important): Ditto.
5320         (wl-summary-auto-refile): Follow the change above.
5321         (wl-summary-delete-all-marks): Removed.
5322         (wl-summary-resume-marks-and-highlight): Ditto.
5323         (wl-summary-resume-marks): Ditto.
5324         (wl-summary-delete-important-msgs-from-list): Ditto.
5325         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5326
5327         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5328         wl-summary-count-unread.
5329
5330         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5331         (wl-summary-score-update-all-lines): Use
5332         elmo-msgdb-set-mark.
5333
5334 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5335
5336         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5337         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5338         (wl-summary-create-line): Renamed from
5339         wl-summary-overview-create-summary-line;
5340         Argument rearrangement.
5341         (wl-summary-update-thread): Follow the change above.
5342
5343         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5344         (wl-thread-insert-entity-sub): Likewise.
5345
5346         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5347         argument `overview', `mark-alist' and added `msgdb'.
5348
5349         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5350
5351         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5352         (wl-summary-rescan): Follow the change above.
5353         (wl-summary-sync-update): Ditto.
5354         (wl-summary-insert-thread-entity): Ditto;
5355         Don't use `let*' in every while loop;
5356         Detect infinite loop of threads.
5357         (wl-summary-update-thread): Removed argument `overview'.
5358
5359         * wl-thread.el (wl-thread-insert-message): Ditto.
5360
5361         * Version number is increased to 2.9.10.
5362
5363         * wl-message.el (wl-message-redisplay): Ignore errors while
5364         wl-message-redisplay-hook.
5365
5366 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5367
5368         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5369
5370 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl.el (wl): inhibit-quit while wl-folder.
5373
5374 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5377         while msgdb access.
5378
5379 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5380
5381         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5382         even if no folder is not created.
5383
5384 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5385
5386         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5387
5388         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5389         implementation.
5390         (wl-summary-target-mark-thread): Ditto.
5391
5392         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5393
5394 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5395
5396         * wl-util.el (wl-display-bytes): Remove unused function.
5397
5398 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5399
5400         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5401         seems critical one (partially reverse the change in 2002/03/17).
5402
5403 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5404
5405         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5406         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5407
5408 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5409
5410         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5411         is not writable.
5412         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5413         plugged status instead of `'force' as 2nd argument.
5414
5415         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5416         is not creatable.
5417
5418         * Version number is increased to 2.9.9.
5419
5420 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5421
5422         * wl-summary.el (wl-summary-suspend): New function.
5423
5424 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5425
5426         * wl.el (wl): Do not check variables if check is nil.
5427         * wl-utils.el (wl-collect-draft): New function.
5428         * wl-folder.el (wl-folder-suspend): Put summary buffers
5429         and draft buffers at the end of buffer list.
5430         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5431
5432 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5433
5434         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5435         loop instead of recursive call.
5436
5437         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5438         2nd argument.
5439
5440 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5441
5442         * wl-draft.el (wl-draft-create-contents): Don't take neither
5443         (function . args) nor (string . something) any more.
5444
5445         * wl-version.el (wl-generate-user-agent-string): Return string
5446         without header symbol.
5447         * wl-draft.el (wl-draft-default-headers): Use it.
5448
5449         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5450         `wl-draft-insert-ccs' and return field value instead of inserting
5451         the header. Abolish cc argument.
5452         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5453
5454         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5455         rather than one with string car.
5456
5457         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5458         * wl-draft.el (wl-draft-create-contents): Add it after the default
5459         headers.
5460
5461         * wl-draft.el (wl-draft-create-contents): For the case of
5462         (symbol-or-string . function) insert header only when the function
5463         returns string value.
5464
5465 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5466
5467         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5468         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5469
5470 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5471
5472         * wl.el (wl-check-environment): Don't check Message-ID when
5473         `wl-insert-message-id' is nil.
5474         Revive checking if `wl-message-id-domain' contains "@".
5475
5476 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5477
5478         * wl.el (wl-check-environment): Merge examination for "@" at
5479         inappropriate position into the first string-match.
5480
5481         * wl-summary.el (wl-summary-target-mark-print): New function.
5482         (wl-summary-pipe-message-subr): Extracted from
5483         `wl-summary-pipe-message'.
5484         (wl-summary-target-mark-pipe): New function.
5485         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5486         `wl-summary-target-mark-pipe'.
5487
5488 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5489
5490         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5491
5492 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5493
5494         * wl.el (wl-check-environment): Use elmo-warning instead of
5495         error for non-critical ones.
5496         Remove trash folder check.
5497         (wl): Don't ignore error in wl-check-environment.
5498
5499         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5500         check, which is moved from `wl-check-environment'.
5501         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5502
5503 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5506         guess anything, call wl-summary-write.
5507         (wl-summary-write): Create draft with blank To field.
5508         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5509
5510 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5511
5512         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5513         argument full as well for wl-folder-write-current-folder.
5514         If wl-*-write-current-folder cannot guess addressee, add blank
5515         To header.
5516         Rewrite condition for positioning cursor.
5517
5518 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5519
5520         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5521         summary buffer is present, use it.
5522         (wl-folder-jump-to-previous-summary): Ditto.
5523
5524 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5525
5526         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5527
5528         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5529         wl-summary-previous-buffer and wl-summary-next-buffer.
5530
5531         * wl-folder.el (wl-folder-mode-map): Bind
5532         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5533         (wl-folder-jump-to-next-summary): New function.
5534         (wl-folder-jump-to-previous-summary): Ditto.
5535
5536         * wl-draft.el (wl-draft): Rearranged.
5537
5538 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5539
5540         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5541         of header.
5542         (wl-draft): Collect arguments for the header as header-alist.
5543         (wl-draft-forward): Arrange arguments for wl-draft.
5544         (wl-draft-reply): Ditto.
5545         (wl-draft-edit-string): Ditto.
5546         * wl-summary.el (wl-summary-write): Ditto.
5547         (wl-summary-write-current-folder): Ditto.
5548
5549         * Version number is increased to 2.9.8.
5550
5551 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5552
5553         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5554
5555         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5556
5557         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5558         even if the guess failed.
5559
5560         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5561         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5562         wl-summary-write-current-folder.
5563         * wl-xmas.el: Ditto.
5564
5565 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-summary.el (wl-summary-next-page): Force display message if
5568         message is not displayed yet.
5569         (wl-summary-prev-page): Ditto.
5570
5571 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5572
5573         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5574
5575 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5576
5577         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5578         add "Preview Message" and "Save Draft and Exit".
5579
5580 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5581
5582         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5583         if addrmgr is called from draft in splitted window.
5584
5585         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5586         * wl-mule.el: Ditto.
5587         * wl-xmas.el: Ditto.
5588
5589 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5590
5591         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5592
5593         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5594         * wl-xmas.el (wl-folder-toolbar): Ditto.
5595
5596 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5597
5598         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5599         and wl-draft-save-and-exit.
5600         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5601         * wl-xmas.el: Ditto.
5602         * wl-mule.el: Ditto.
5603
5604         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5605         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5606
5607 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5610         lists for saving buffer.
5611
5612 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5613
5614         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5615         parent-folder argument instead of it.
5616         (wl-draft-create-buffer): Ditto.
5617         (wl-draft-forward): Ditto.
5618         (wl-draft-reply): Ditto.
5619         * wl-summary.el (wl-summary-write): Ditto.
5620         (wl-summary-write-current-folder): Ditto.
5621
5622         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5623         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5624         Folder buffer after composing.
5625
5626 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5629         header if the file `wl-x-face-file' already contains it.
5630
5631 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5634         folder" entry.
5635         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5636         * wl-e21.el (wl-folder-toolbar): Ditto.
5637         * wl-xmas.el (wl-folder-toolbar): Ditto.
5638
5639 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5640
5641         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5642         wl-folder-goto-folder with sticky argument.
5643         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5644
5645 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5648         and wl-summary-previous-buffer.
5649         (wl-summary-next-buffer): New function.
5650         (wl-summary-previous-buffer): Ditto.
5651
5652 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5653
5654         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5655         wl-folder-jump-to-current-entity-with-arg.
5656         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5657         `wl-folder-jump-to-current-entity'.
5658         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5659         `wl-summary-goto-folder-sticky'.
5660         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5661         `wl-summary-goto-folder'.
5662         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5663         Unless force-exit, do not clean temp. marks for sticky summary.
5664         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5665
5666 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5669         not entire.
5670
5671 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5672
5673         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5674         to `C-x C-s'.
5675         (wl-summary-save-status): New command.
5676         (wl-summary-exit): Don't clean-up temp marks when sticky.
5677         (Applied patch from Nakayama-san [wl: 09548])
5678         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5679         Do nothing when no mark data.
5680         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5681         Call `wl-summary-delete-all-temp-marks' before saving.
5682
5683 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5684
5685         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5686
5687 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5688
5689         * wl.el (wl-check-environment): Also cause error when (system-name)
5690         returns "localhost.localdomain". (Although it doesn't affect because
5691         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5692
5693 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5694
5695         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5696         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5697
5698         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5699         value.
5700
5701 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5702
5703         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5704         Likewise r-cc-list and r-ng-list.
5705
5706 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5709         only if it is bound as variable.
5710
5711         * wl-mime.el (wl-draft-preview-message): Ditto.
5712
5713 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5716         needless `goto-char'.
5717
5718         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5719         `wl-summary-redisplay-no-mime-internal' instead of
5720         `wl-summary-redisplay-no-mime'.
5721         (wl-summary-redisplay-no-mime): Changed argument;
5722         Call `wl-summary-redisplay-no-mime-internal'.
5723
5724         * wl-mime.el (wl-draft-preview-message): Bind
5725         `mime-header-encode-method-alist' locally.
5726
5727         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5728         (wl-draft-std11-parse-addresses): Added the first address check.
5729         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5730
5731         * Version number is increased to 2.9.7.
5732
5733 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5734
5735         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5736
5737 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5738
5739         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5740         related to scrollbar support, if there is no such a feature
5741         compiled in.
5742
5743 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5744
5745         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5746         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5747         for prefetch.
5748
5749 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5750
5751         * wl-summary.el (wl-summary-pick): Fix for no match.
5752
5753 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5754
5755         * wl-draft.el (wl-draft-save):
5756         Override `mime-header-encode-method-alist'.
5757
5758 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5759
5760         * wl-folder.el (wl-folder-pick): New function.
5761         Define key as "?".
5762
5763 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5766         Fix for unplugged.
5767
5768 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5769
5770         * wl-folder.el (wl-folder-virtual): New function.
5771         Define key as "V".
5772
5773 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5774
5775         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5776         multi folder if entity is group.
5777
5778 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5779
5780         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5781         is nil.
5782
5783 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5784
5785         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5786         (wl-summary-target-mark-msgs): Return the number of marked messages.
5787
5788 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5789
5790         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5791         "first:" is specified.
5792
5793 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5794
5795         * wl-vars.el (wl-from): Use return value of function
5796         user-full-name instead of the variable user-full-name since
5797         XEmacs-20.4 doesn't set this variable.
5798
5799 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5800
5801         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5802         call `wl' directly.
5803
5804 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5805
5806         * wl-draft.el (wl-draft-reedit): Removed duplicated
5807         switch-to-buffers.
5808
5809 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * wl.el (wl-other-frame): Removed garbages.
5812
5813 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5816
5817         * wl-xmas.el (wl-draft-key-setup): Ditto.
5818
5819         * wl-mule.el (wl-draft-key-setup): Ditto.
5820
5821         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5822         (wl-draft-reedit): Ditto.
5823         (wl-draft-prepare-edit): Add `wl-draft-save' to
5824         `local-write-file-hooks'.
5825         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5826         (wl-draft-reedit): Set buffer-file-name.
5827         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5828
5829
5830         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5831         call it.
5832         (wl-delete-startup-frame-function): New variable.
5833         (wl-other-frame): New function
5834         (Original was written by Yamaoka san [wl: 09239]).
5835
5836         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5837         if `wl-folder-use-frame'.
5838
5839 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5840
5841         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5842
5843 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5844
5845         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5846         New variable.
5847         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5848         (wl-message-buffer-prefetch-get-next): Use them.
5849         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5850
5851 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5852
5853         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5854         with unwind-protect.
5855
5856         * wl-draft.el (wl-draft-reedit): Rewrite.
5857         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5858         (wl-draft-save): Insert header separator if it does not exist;
5859         Removed condition-case.
5860
5861         * wl-summary.el (wl-summary-reedit): Revert last change.
5862
5863         * wl-draft.el (wl-draft-save): Rewrite.
5864         (wl-draft-create-buffer): Set buffer-file-name as nil.
5865
5866         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5867
5868         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5869
5870         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5871         nil.
5872
5873 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5874
5875         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5876         If count is nil, do not prefetch.
5877         (wl-message-buffer-prefetch-next): Next.
5878
5879 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5880
5881         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5882
5883 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5884
5885         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5886         `delete-backward-char'
5887         (wl-draft-prepare-edit): Check major-mode.
5888         (wl-draft-decode-header): Rewrite.
5889         (wl-draft): Fix.
5890
5891 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5892
5893         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5894
5895 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5896
5897         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5898         (wl-message-buffer-prefetch-get-next): Remove size checking.
5899         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5900
5901 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5902
5903         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5904         (wl-draft-default-headers): Fix.
5905
5906 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5907
5908         * wl-draft.el (wl-draft-default-headers): Insert return value of
5909         `wl-generate-mailer-string-function'.
5910
5911 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5914         (wl-draft-insert-mail-header-separator): Ditto.
5915
5916         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5917         again (Reverted the change on 2002-01-17 by OKADA san).
5918
5919 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5920
5921         * wl-draft.el (wl-draft): Rewrite.
5922         (wl-draft-create-buffer): New function.
5923         (wl-draft-create-contents): Ditto.
5924         (wl-draft-prepare-edit): Ditto.
5925         (wl-draft-decode-header): Ditto.
5926         (wl-draft-decode-body): Ditto.
5927         (wl-draft-check-new-line): Ditto.
5928         (wl-draft-default-headers): Ditto.
5929         (wl-draft-insert-mail-header-separator): Ditto.
5930
5931 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5932
5933         * Version number is increased to 2.9.6.
5934
5935 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5936
5937         * wl-draft.el (wl-draft-delete-field): Optional argument.
5938         (wl-draft-delete-fields): Ditto.
5939
5940 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5941
5942         * wl-message.el (toplevel): Eliminated byte-compile warning.
5943         for `itimer-function', `delete-timer' and `itimer-list'.
5944
5945 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5946
5947         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5948         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5949         `wl-message-buffer-prefetch-threshold'.
5950         * wl-summary.el (wl-summary-redisplay-internal): Remove
5951         the check of `wl-message-buffer-prefetch-depth'.
5952
5953 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5954
5955         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5956         size of article.
5957         (wl-message-buffer-prefetch-subr): Remove size check.
5958
5959 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5960
5961         * wl-vars.el (wl-plugged): Make customizable.
5962
5963 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5964
5965         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5966         (wl-message-buffer-prefetch-set-timer): New function.
5967         (wl-message-buffer-prefetch-get-next): New function.
5968         (wl-message-buffer-prefetch): New function.
5969         (wl-message-buffer-prefetch-next): Rewrite.
5970         (wl-message-buffer-prefetch-subr): Rewrite.
5971         * wl-vars.el (wl-auto-prefetch-first): New variable.
5972         * wl-summary.el (wl-summary-goto-folder-subr): Call
5973         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5974
5975 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5976
5977         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5978         `wl-summary-unread-message-hook'.
5979
5980 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5981
5982         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5983         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5984         if range is `cache-status'.
5985
5986 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5987
5988         * wl-message.el (wl-message-buffer-prefetch-subr):
5989         Improve debug message.
5990
5991 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5992
5993         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5994         `wl-mail-send-pre-hook'.
5995         (wl-draft-send-mail-with-qmail): Ditto.
5996         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5997
5998 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5999
6000         * wl-message.el (wl-message-buffer-prefetch-subr):
6001         Fix for cancel-function-timers bug.
6002         (wl-message-buffer-prefetch-debug): Default value is t.
6003
6004 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6005
6006         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6007         (wl-message-buffer-prefetch-subr): Rewrite.
6008         Rename from `wl-message-buffer-prefetch'.
6009
6010 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6011
6012         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6013         (wl-default-draft-cite-decorate-author): Ditto.
6014
6015         * wl-draft.el (wl-draft-cite-function): Removed.
6016         (wl-default-draft-cite-decorate-author): Ditto.
6017
6018 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6019
6020         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6021         (wl-default-draft-cite): Do not arrange author name if the value of
6022         `wl-default-draft-cite-decorate-author' is nil.
6023
6024 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6027
6028         * wl-folder.el (wl-folder-check-one-entity): Don't care
6029         `elmo-folder-use-flag-p'.
6030
6031 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6032
6033         * wl-folder (wl-folder-check-one-entity): Fix
6034         problem if unread is nil.
6035
6036 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6037
6038         * wl-address.el (wl-address-make-completion-list): Check whether
6039         the address is a group list.
6040         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6041
6042 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6043
6044         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6045         The number of the messages of new and unread does not count
6046         correctly.
6047
6048         * wl-summary.el (wl-summary-count-unread): Changed to return
6049         `(new . unread)' instead of total.
6050         (wl-summary-sync-update): Follow the change above.
6051
6052         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6053
6054 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6055
6056         * wl-address.el (wl-address-make-completion-list): Do not enclose
6057         address by " <" and ">" if associated realname is "".
6058         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6059         This is against the promblem with group list in .addresses pointed
6060         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6061
6062 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6063
6064         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6065         message is a format control string.
6066         * wl-expire.el (wl-expire-append-log): Ditto.
6067         * wl-mime.el (wl-summary-burst-subr): Ditto.
6068         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6069         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6070
6071 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6072
6073         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6074         wl.el (wl-check-variables): Rename from `wl-check-type'.
6075         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6076         (wl-check-variables-2): New function.
6077         (wl): Call `wl-check-variables-2'.
6078
6079 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6082         after renaming folder in access group.
6083
6084 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6085
6086         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6087         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6088         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6089         (wl-message-buffer-prefetch): Rewrite.
6090         (wl-message-buffer-prefetch-idle-time): Removed.
6091         * wl-summary.el (wl-summary-redisplay-internal):
6092         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6093         Error check for `wl-message-buffer-prefetch-depht'.
6094
6095 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6096
6097         * Version number is increased to 2.9.5.
6098         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6099
6100 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6101
6102         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6103         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6104         Based on the patch written by
6105         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6108
6109         * wl-draft.el (wl-draft-raw-send): Fix for
6110         `wl-news-send-pre-hook'
6111
6112 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6113
6114         * wl-utils.el (wl-message-id-function): New variable.
6115         * wl-draft.el (wl-draft-insert-required-fields):
6116         Use `wl-message-id-function'.
6117
6118 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6119
6120         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6121         * wl-utils.el (wl-draft-make-message-id-string):
6122         Use `wl-from' for domain part of Message-ID
6123         if `wl-message-id-use-wl-from' if non-nil.
6124         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6125
6126 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6127
6128         * wl.el (wl): Call `wl-check-type'
6129         Do not 'condition-case'.
6130
6131 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6132
6133         * wl.el (wl-check-type): New function.
6134         (wl-check-type-variables): New variable.
6135
6136 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6137
6138         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6139
6140 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6141
6142         * wl-draft.el (wl-smtp-password-key): New function.
6143         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6144         (wl-draft-send-mail-with-smtp): Ditto.
6145         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6146
6147 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6148
6149         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6150         * wl-utils.el (wl-unique-id-suffix): Remove.
6151
6152 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6153
6154         * Version number is increased to 2.9.4.
6155
6156 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6157
6158         * wl-utils.el (wl-unique-id-suffix): New variable.
6159         (wl-unique-id): Use `wl-unique-id-suffix'
6160
6161 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6162
6163         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6164         instead of `elmo-msgdb-search'.
6165
6166         * Version number is increased to 2.9.3.
6167
6168 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6169
6170         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6171
6172 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6175         (wl-draft-dispatch-message): Changed for send-later.
6176         (wl-draft-queue-flush): Ditto.
6177         (wl-draft): Clear `wl-sent-message-queued'.
6178         (wl-draft-reedit): Ditto.
6179         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6180         * wl-vars.el (wl-draft-force-queuing): New variable.
6181         (wl-draft-force-queuing-mail): New variable.
6182         (wl-draft-force-queuing-news): New variable.
6183
6184 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6187         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6188
6189 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6190
6191         * Version number is increased to 2.9.2.
6192
6193 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * wl-draft.el (wl-draft-elide-region): New user command.
6196         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6197
6198         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6199         command `wl-draft-elide-region'.
6200         * wl-mule.el: Ditto.
6201         * wl-xmas.el: Ditto.
6202
6203 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6204
6205         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6206         (wl-biff-check-folder-async): Removed needless let.
6207
6208 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6209
6210         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6211         wl-folder-get-elmo-folder.
6212         (wl-biff-check-folder): Set `biff' argument of
6213         `wl-folder-check-one-entity'.
6214         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6215
6216         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6217         (wl-folder-check-one-entity): Added `biff' argument;
6218         Setup `biff' slot of folder.
6219
6220         * Version number is increased to 2.9.1.
6221
6222 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6225         comment out and fixed.
6226         (wl-fldmgr-add-completion-subr): Ditto.
6227
6228         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6229         and msgdb.
6230
6231         * wl.el (wl-toggle-plugged): Save summary view.
6232
6233 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6234
6235         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6236
6237 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6238
6239         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6240
6241 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6244         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6245         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6246
6247         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6248         if it was failed.
6249         (wl-demo): Disable undo in the demo buffer.
6250
6251 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * wl-version.el (wl-version): Changed codename.
6254
6255         * Version number is increased to 2.9.0.
6256
6257 2001-12-14  Takuo KITAME <kitame@northeye.org>
6258
6259         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6260         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6261         (wl-folder-mark-as-read-all-current-entity): Ditto.
6262
6263 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6264
6265         * wl-vars.el (wl-from-width): Define as obsolete variable.
6266         (wl-subject-length-limit): Ditto.
6267
6268         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6269
6270         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6271         wl-summary-save-view.
6272
6273         * wl.el (wl-save-status): Ditto.
6274         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6275
6276         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6277         (wl-summary-exit): Follow the change above.
6278         (wl-summary-goto-folder-subr): Ditto.
6279
6280         * wl-folder.el (wl-folder-create-subr): Don't use
6281         `elmo-folder-creatable-p'.
6282
6283 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6286
6287 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6290         rather than bitmap on Emacs 21.
6291         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6292         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6293         for xbm if the new redisplay engine is not available.
6294
6295 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-folder.el (wl-folder-init-hook): New hook.
6298         (wl-folder-init): Run `wl-folder-init-hook'.
6299
6300 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6303
6304 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-acap.el (wl-acap-cache-filename): New variable.
6307         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6308         (wl-acap-init): Use cache if no ACAP server found.
6309
6310 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6311
6312         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6313         `wl-acap-original-msgdb-dir'.
6314
6315         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6316         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6317
6318         * wl-mime.el (wl-mime-save-directory): Renamed from
6319         `wl-mime-save-dir'.
6320
6321 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6324
6325         * wl-demo.el: Require `path-util'.
6326         (wl-demo-bitmap-mule-available-p): New internal variable.
6327         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6328         `module-installed-p' instead.
6329         (wl-demo-insert-image): Use *.img file for a bitmap image.
6330         (wl-demo): Don't call the ascii demo recursively.
6331
6332 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6333
6334         * Version number is increased to 2.7.7.
6335
6336 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl.el (wl-exit): Eliminated byte-compile warning.
6339
6340 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6341
6342         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6343         obsolete variable using `elmo-define-obsolete-variable'.
6344         (wl-fetch-confirm-threshold): Ditto.
6345         (wl-cache-prefetch-folder-type-list): Ditto.
6346         (wl-cache-prefetch-folder-list): Ditto.
6347
6348 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6351         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6352         (wl-demo-insert-image): New function.
6353         (wl-demo-insert-text): New function.
6354         (wl-demo-image-type-alist): Redefine as a function.
6355         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6356         (wl-demo-with-temp-file-buffer): Removed.
6357         (wl-logo-xpm): Removed.
6358         (wl-logo-xbm): Removed.
6359         (wl-logo-bitmap): Removed.
6360
6361 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6362
6363         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6364         (wl-expire-localdir-get-folder-function): New user option.
6365         (wl-expire-localdir-get-folder): New function.
6366         (wl-expire-localdir-date): Ditto.
6367
6368 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6369
6370         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6371         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6372         Fixed unread number mismatch when all-unread < unread.
6373
6374 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6377         (wl-fetch-confirm-threshold): Ditto.
6378
6379         * wl-summary.el (wl-summary-confirm-appends): Removed.
6380         (wl-summary-sync-update): Don't refer
6381         `wl-summary-update-confirm-threshold' (It is now abolished).
6382
6383         * wl-message.el (wl-message-display-internal): Don't refer
6384         `wl-fetch-confirm-threshold' (It is now abolished).
6385
6386 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6389
6390 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6391
6392         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6393         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6394         Change default value to nil.
6395         (wl-summary-indent-length-limit): The value can be nil, nil means
6396         unlimited.
6397
6398         * wl-summary.el: Don't set limit for indent length if the value of
6399         wl-summary-indent-length-limit is nil.
6400         If the value of wl-summary-width is nil, it means only that the width
6401         of summary is unlimited (nil doesn't mean that the indent length is
6402         unlimited).
6403
6404         * wl-thread.el: Ditto.
6405
6406 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6407
6408         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6409         be nil, nil means never confirm.
6410         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6411
6412 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6413
6414         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6415         means unlimited).
6416
6417 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6418
6419         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6420         Use `with-temp-buffer'.
6421
6422 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6425         with new backquote style).
6426         (wl-folder-get-entity-from-buffer): Ditto.
6427
6428 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6429
6430         * wl-version.el (nemacs-version): Eliminated.
6431         (wl-extended-emacs-version2): Ignore nemacs.
6432         (wl-extended-emacs-version3): Ditto.
6433
6434 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6435
6436         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6437         (wl-draft-add-in-reply-to): New variable.
6438         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6439         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6440         (wl-draft-yank-from-mail-reply-buffer): Use
6441         `wl-draft-add-in-reply-to'.
6442         (wl-draft-insert-current-message): Ditto.
6443
6444 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6445
6446         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6447         typo (kill->hide).
6448         (wl-message-buffer-prefetch-folder-type-list): Added elements
6449         `mark' and `cache' instead of `internal'.
6450
6451 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6452
6453         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6454         resume msgdb directory.
6455
6456 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6457
6458         * wl.el (wl-exit): Call `wl-acap-exit'.
6459
6460         * wl-summary.el (wl-summary-message-string): New function.
6461         (wl-summary-reedit): Use it.
6462         (wl-summary-resend-bounced-mail): Remove needless let.
6463         (wl-summary-supersedes-message): Ditto.
6464         (wl-summary-save): Ditto.
6465
6466         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6467         (wl-acap-init): Set it.
6468         (wl-acap-exit): New function.
6469
6470 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6471
6472         * wl.el (wl-init): Revert (require 'mime-setup). move from
6473         toplevel.
6474
6475 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6476
6477         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6478         local variables.  Add error when guess function return invalid
6479         value.
6480
6481 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6482
6483         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6484         Change local variable name.
6485         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6486         (wl-folder-get-newsgroups): Return nil when non-news folder.
6487         * wl-summary.el (wl-summary-write-current-folder): State through
6488         when guess-list return nil.
6489         (wl-summary-write-current-folder-functions): Fixed docstring.
6490
6491         * wl.el (wl-exit): Changed confirm message.
6492
6493         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6494         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6495
6496         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6497
6498 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6499
6500         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6501         user option (Renamed from wl-cache-prefetch-folder-type-list).
6502         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6503         from wl-cache-prefetch-folder-list).
6504
6505         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6506         Move to wl-vars.el.
6507         (wl-message-buffer-prefetch-p): Changed to enable
6508         `wl-message-buffer-prefetch-folder-list'.
6509
6510         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6511         `ignore-cache'.
6512
6513 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6516         `part-top' and `part-bottom'.
6517         (wl-draft-config-sub-part-top): New function.
6518         (wl-draft-config-sub-part-bottom): New function.
6519
6520 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6521
6522         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6523
6524 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6525
6526         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6527
6528 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6529
6530         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6531
6532         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6533         (wl-summary-write-current-folder): Ditto.
6534
6535 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * wl-folder.el (wl-folder-get-newsgroups): Use
6538         `elmo-folder-newsgroups'.
6539
6540 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6541
6542         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6543         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6544         `wl-draft-config-sub-header-bottom'.
6545
6546 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6547
6548         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6549         localnews folder.
6550
6551 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6552
6553         * wl-summary.el (wl-summary-mode): Undo last change.
6554
6555         * wl-folder.el (wl-folder-mode): Ditto.
6556
6557 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6558
6559         * wl-summary.el (wl-summary-mode): Locally set
6560         truncate-partial-window-width to nil.
6561         (for XEmacs)
6562
6563         * wl-folder.el (wl-folder-mode): Ditto.
6564
6565 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6568
6569 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6572         number.
6573
6574         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6575
6576         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6577
6578         * Version number is increased to 2.7.6.
6579
6580 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6583
6584 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6585
6586         * wl-summary.el (wl-summary-sync-update): Enclose network
6587         related portion with `unwind-protect'.
6588
6589 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6590
6591         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6592
6593 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6596         element.
6597         * wl-vars.el (wl-message-body-button-alist): Ditto.
6598
6599         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6600         max match length.
6601         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6602
6603         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6604         for the max match length;
6605         Use 4th element value for the button string regexp group.
6606
6607         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6608         candidate exists, prompt to select.
6609
6610 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6611
6612         * wl-summary.el (wl-summary-jump-to-msg): Search before
6613         calibration point by `beginning-of-line'.
6614
6615 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6616
6617         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6618         for access group.
6619
6620 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6621
6622         * wl-message.el (wl-message-display-internal): Bind
6623         `default-mime-charset'.
6624
6625         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6626
6627         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6628
6629         * Version number is increased to 2.7.5.
6630
6631 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6632
6633         * wl-expire.el (wl-summary-archive): Fixed;
6634         Use `elmo-folder-name-internal'.
6635
6636 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6637
6638         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6639         from `elmo-folder-move-messages' caller.
6640         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6641
6642         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6643         related portions are changed).
6644
6645 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6646
6647         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6648         counter.
6649
6650 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6651
6652         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6653         buffer local and set it to nil.
6654
6655         * wl-message.el (wl-message-redisplay): Ditto.
6656
6657 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6658
6659         * wl-summary.el (wl-summary-mark-as-important): If message is
6660         already cached, set messag as read, otherwise encache and mark as read.
6661
6662 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6663
6664         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6665         point-min.
6666
6667 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6670         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6671         a keymap.
6672
6673 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6674
6675         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6676         parent.
6677
6678         * wl-mule.el (wl-message-define-keymap): Ditto.
6679
6680         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6681
6682         * wl-xmas.el (wl-message-display-internal-hook): Define.
6683         (wl-xmas-setup-message-toolbar): Define as function.
6684         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6685         (wl-message-overload-functions): Abolished.
6686         (wl-message-define-keymap): New function.
6687
6688         * wl-vars.el (wl-message-display-internal-hook): New variable.
6689         (wl-message-header-button-alist): New variable (Renamed from
6690         wl-highlight-message-header-button-alist).
6691         (wl-message-body-button-alist): Ditto.
6692
6693         * wl-mule.el (wl-message-define-keymap): New function.
6694         (wl-message-overload-functions): Abolished.
6695
6696         * wl-message.el (wl-message-add-buttons-to-body): New function.
6697         (wl-message-redisplay): Don't call wl-message-overload-functions;
6698         Call wl-message-add-buttons-to-header and
6699         wl-message-add-buttons-to-body.
6700         (wl-message-display-internal): Set keymap argument for
6701         elmo-mime-display-as-is, elmo-mime-message-display;
6702         Run wl-message-display-internal-hook.
6703         (wl-message-refer-article-or-url): Abolished.
6704
6705         * wl-highlight.el (wl-highlight-headers): Don't call
6706         wl-highlight-message-add-buttons-to-header.
6707         (wl-highlight-message-add-buttons-to-header): Abolished.
6708
6709
6710         * wl-e21.el (wl-message-display-internal-hook): Define.
6711         (wl-e21-setup-toolbar): Deleted duplicated binding.
6712         (wl-e21-setup-message-toolbar): Define as function.
6713         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6714         (wl-message-define-keymap): New function.
6715         (wl-message-overload-functions): Abolished.
6716
6717 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6720         and elmo-folder-close.
6721
6722         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6723
6724 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6725
6726         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6727         boolean value.
6728         * wl-draft.el (wl-draft-do-fcc): Ditto.
6729
6730 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6731
6732         * wl-vars.el (wl-fcc-force-as-read): New variable.
6733         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6734         mark copied message as read.
6735
6736 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6737
6738         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6739
6740 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6741
6742         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6743         `wl-summary-target-above' instead of obsolete variable
6744         `wl-summary-temp-above'.
6745
6746         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6747         instead of `make-obsolete-variable'.
6748         * wl-refile.el (toplevel): Ditto.
6749
6750 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6751
6752         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6753         with third argument t.
6754         (wl-draft): Set first argument for wl-plugged-init as t.
6755
6756         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6757         definition.
6758
6759 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6760
6761         * wl-vars.el: Tabify.
6762         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6763
6764         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6765         message.
6766
6767 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6768
6769         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6770         and set default to beep.
6771
6772 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6773
6774         * wl-vars.el (wl-draft-truncate-lines): New variable.
6775
6776         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6777         instead of wl-message-truncate-lines for truncate-lines.
6778
6779 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6780
6781         * wl-message.el (wl-message-display-internal): Call
6782         `wl-highlight-message' after `elmo-mime-display-as-is'.
6783
6784         * wl-mime.el (wl-mime-display-text/plain): New function.
6785         (wl-mime-display-header): Ditto.
6786         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6787         body-presentation-method for text/plain;
6788         Register `wl-mime-display-header' as a header-presentation-method;
6789         Don't set up `elmo-message-text-content-inserted-hook' and
6790         `elmo-message-header-inserted-hook'.
6791
6792         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6793         variable.
6794         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6795         as t if flag is 'all-header;
6796         Don't bind `elmo-message-ignored-field-list',
6797         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6798
6799 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6802         for xemacs with non-mule environment.
6803
6804 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6805
6806         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6807         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6808         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6809
6810 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6811
6812         * wl-vars.el (wl-interactive-send): Set default value as t.
6813
6814 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6815
6816         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6817         (wl-addrmgr-method-list): Abolished.
6818         (wl-addrmgr-change-method): Follow above change.
6819
6820         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6821
6822 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6823
6824         * wl-vars.el (wl-message-truncate-lines): Change default value
6825         to default-truncate-lines.
6826
6827         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6828
6829 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6830
6831         * wl-vars.el (wl-message-truncate-lines): New variable.
6832
6833         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6834         wl-message-truncate-lines.
6835
6836 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6837
6838         * wl-acap.el (wl-acap-init): Remove period from error message.
6839         (wl-acap-find-acap-service): Remove period from message.
6840
6841 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl.el (wl-check-environment): Undo last change.
6844
6845         * wl-vars.el (wl-from): Changed default value.
6846
6847         * wl-util.el (toplevel): Don't require tm-edit.
6848
6849         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6850         `wl-folder-init';
6851         Don't set mark on mail body.
6852         (wl-draft-reedit): Ditto.
6853
6854         * wl-address.el (wl-address-quote-specials): Define as an alias for
6855         elmo-address-quote-specials.
6856
6857 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6860
6861         * wl-vars.el (wl-from): Set default value as nil.
6862         (wl-organization): Set default value as ORGANIZATION environment
6863         variable.
6864
6865         * wl-draft.el (wl-smtp-extension-bind): Check value of
6866         wl-smtp-connection-type.
6867
6868         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6869         error.
6870
6871 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6872
6873         * Version number is increased to 2.7.4.
6874
6875         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6876         arguments from `wl-highlight-x-face-function' caller.
6877         Use x-face-1.3.6.12 or later.
6878
6879 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6880
6881         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6882
6883 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6884
6885         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6886         (wl-fcc): Fix to accept function.
6887         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6888
6889 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6890
6891         * wl-acap.el (toplevel): Added `product-provide' declare.
6892         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6893
6894 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6895
6896         * wl.el (wl): Changed order of calling `elmo-init'
6897         and `elmo-folder-init'.
6898
6899 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6900
6901         * wl-mime.el (wl-summary-burst): Extract message when content-type
6902         of root entity is not only `multipart' but also `message/rfc822'.
6903         (wl-summary-burst-subr): Ditto.
6904
6905 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6906
6907         * wl-vars.el (toplevel): Require 'custom.
6908         (wl-trash-folder): Added to `wl-setting' group.
6909
6910         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6911         exists.
6912         (wl-addrmgr-draw): Insert empty line when no entry exists.
6913
6914         * wl-mule.el (wl-message-wheel-up): Fixed.
6915         (wl-message-wheel-down): Ditto.
6916
6917 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6918
6919         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6920         config is an anonymous lambda expression.
6921
6922 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6925         when Mule 2 is running.
6926
6927 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6930
6931 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6934         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6935
6936         * wl-address.el (wl-address-specials-regexp): Eliminated.
6937         (wl-address-quote-specials): Rewrite.
6938
6939 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6942         shy-groups for regexp.
6943
6944         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6945         character classes and Perl style shy-groups for regexp.
6946         (wl-highlight-plugged-current-line): Use Posix style character
6947         classes for regexp.
6948         (wl-e21-highlight-folder-by-numbers): Ditto.
6949         (wl-e21-display-image-p): Use `display-images-p' instead of
6950         `display-graphic-p'.
6951         (display-images-p): Make an alias to `display-graphic-p' if it is
6952         not available.  It is for Emacs version prior to 21.0.105.
6953
6954         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6955         `display-graphic-p'.
6956         (wl-demo-image-type-alist): Ditto.
6957         (display-images-p): Make an alias to `display-graphic-p' if it is
6958         not available.  It is for Emacs version prior to 21.0.105.
6959
6960 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6961
6962         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6963         support.
6964         (wl-generate-user-agent-string): Ditto.
6965
6966         * wl-version.el (wl-version): Update docsting.
6967         (wl-version-status): Ditto.
6968
6969 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6970
6971         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6972         21.0.105.  For Emacs 21.0.104 or earlier.
6973
6974 2001-09-03  Takuo KITAME <kitame@northeye.org>
6975
6976         * wl-e21.el (wl-plugged-init-icons): Use
6977         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6978         (wl-biff-init-icons): Ditto.
6979
6980 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-highlight.el (wl-highlight-summary-current-line):
6983         Fixed highlighting refile/copy destination.
6984
6985         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6986         (wl-acap-store): Encode string by wl-acap-coding-system.
6987
6988 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-acap.el (toplevel): Check and require 'un-define before
6991         'xemacs-ucs;
6992          Added checking for UTF-2000.
6993
6994 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6995
6996         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6997         Don't enclose with `eval-and-compile'.
6998
6999         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7000         wl-init is non-nil.
7001
7002         * wl-draft.el (wl-draft): Ditto.
7003
7004         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7005
7006         * wl-acap.el (toplevel): Require 'wl.
7007         (wl-acap-store): Call `elmo-init'.
7008
7009         * wl.el (wl): Changed position of `wl-check-environment'.
7010         (toplevel): Added autoload setting for wl-acap.
7011
7012         * wl-vars.el (wl-setting): New custom group.
7013         (wl-from): Added wl-setting group.
7014         (wl-user-mail-address-list): Ditto.
7015         (wl-organization): Ditto.
7016         (wl-subscribed-mailing-list): Ditto.
7017         (wl-envelope-from): Ditto.
7018         (wl-smtp-posting-user): Ditto.
7019         (wl-smtp-posting-server): Ditto.
7020         (wl-smtp-posting-port): Ditto.
7021         (wl-smtp-authenticate-type): Ditto.
7022         (wl-pop-before-smtp-user): Ditto.
7023         (wl-pop-before-smtp-server): Ditto.
7024         (wl-pop-before-smtp-port): Ditto.
7025         (wl-pop-before-smtp-authenticate-type): Ditto.
7026         (wl-nntp-posting-server): Ditto.
7027         (wl-nntp-posting-user): Ditto.
7028         (wl-nntp-posting-port): Ditto.
7029         (wl-fetch-confirm-threshold): Ditto.
7030         (wl-prefetch-threshold): Ditto.
7031         (wl-thread-insert-opened): Ditto.
7032         (wl-ldap-server): Ditto.
7033         (wl-ldap-port): Ditto.
7034         (wl-ldap-base): Ditto.
7035         (wl-ldap-objectclass): Ditto.
7036         (wl-use-ldap): Ditto.
7037         (wl-draft-config-alist): Ditto.
7038         (wl-draft-config-matchone): Ditto.
7039         (wl-template-alist): Ditto.
7040         (wl-message-sort-field-list): Ditto.
7041         (wl-message-ignored-field-list): Ditto.
7042         (wl-message-visible-field-list): Ditto.
7043         (wl-interactive-send): Ditto.
7044         (wl-summary-move-order): Ditto.
7045         (wl-auto-select-first): Ditto.
7046         (wl-auto-select-next): Ditto.
7047         (wl-interactive-save-folders): Ditto.
7048
7049         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7050         Initialization codes are moved from wl-local-folder-init.
7051         (wl-local-folder-init): Follow the change above.
7052         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7053
7054         * wl-acap.el: New file.
7055
7056         * Version number is increased to 2.7.3.
7057
7058 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7059
7060         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7061
7062 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7063
7064         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7065         (wl-addrmgr-address-entry-list): Ditto.
7066
7067 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7068
7069         * wl-e21.el (wl-draft-mode-map): Removed binding for
7070         `wl-draft-insert-x-face-field'.
7071
7072         * wl-mule.el (wl-draft-mode-map): Ditto.
7073
7074         * wl-xmas.el (wl-draft-mode-map): Ditto.
7075
7076         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7077         (wl-cs-autoconv): Ditto.
7078         (wl-cs-local): Ditto.
7079         (wl-use-scoring): Ditto.
7080         (wl-mime-charset): Ditto.
7081         (wl-folder-check-async): Ditto.
7082
7083         * wl.el (toplevel): Ignore nemacs and tm.
7084         (wl-exit): Ditto.
7085
7086         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7087         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7088         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7089         instead of wl-address-petname-add-or-change.
7090         (wl-summary-edit-addresses-subr): Use wl-address-delete
7091         instead of wl-address-petname-delete.
7092
7093         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7094
7095         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7096         if error occured.
7097
7098         * wl-message.el (require): Remove tm support.
7099
7100         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7101
7102         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7103         (wl-folder-jump-to-current-entity): Ditto.
7104         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7105
7106         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7107         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7108         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7109
7110         * wl-mule.el (wl-draft-key-setup): Ditto.
7111
7112         * wl-xmas.el (wl-draft-key-setup): Ditto.
7113
7114         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7115         (wl-draft-std11-parse-addresses): New function.
7116         (wl-draft-parse-mailbox-list): Use it.
7117         (wl-draft): Ignore nemacs.
7118         (wl-draft-reedit): Ditto.
7119
7120         * wl-addrmgr.el: New file.
7121         (Original is wl-rcpt.el written by
7122         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7123         Thanks Kitamoto-san.)
7124
7125         * wl-address.el (wl-address-make-address-list): Modified parsing
7126         process.
7127         (wl-address-delete): Renamed from `wl-address-petname-delete';
7128         Modify wl-address-list too.
7129         (wl-address-add-or-change): Renamed from
7130         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7131
7132 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7133
7134         * wl-highlight.el (wl-highlight-summary-current-line):
7135           Work with transient-mark-mode
7136
7137 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7138
7139         * Version number is increased to 2.7.2.
7140
7141         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7142         instead of elmo-dop-queue-method.
7143
7144 2001-08-06  SAITO Atsunori <sai@yedo.com>
7145
7146         * wl-vars.el (wl-ldap-objectclass): New user option.
7147
7148         * wl-address.el (wl-ldap-make-filter): Use it.
7149
7150 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7153
7154 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-folder.el (wl-folder): redisplay after folder insertion.
7157
7158         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7159
7160         * wl-summary.el (wl-summary-sync-update):
7161         Change status mark only when new-msgdb exists.
7162         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7163
7164 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-summary.el (wl-summary-open-folder): New function.
7167         (wl-summary-goto-folder-subr): Use it.
7168         (wl-summary-mark-as-important): Fix;
7169         Encache only when no cache exists.
7170
7171 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7174         Use with-current-buffer.
7175
7176 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7177
7178         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7179         before call `get-buffer'. Fixed parenthesis.
7180         (wl-score-get-header-entry): Clear message and help window when
7181         keyboard quit.
7182         (wl-score-edit-insert-header): Ditto.
7183
7184 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7187         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7188         (wl-default-draft-cite): Fix.
7189
7190         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7191         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7192
7193 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-message.el (wl-message-prev-page): Do same bahavior
7196         as summary when it is called in the message buffer.
7197         (wl-message-next-page): Ditto.
7198
7199 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7200
7201         * wl-summary.el (wl-summary-forward): Use cache if it is not
7202         section cache.
7203
7204 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7205
7206         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7207         Removed redundant require of elmo-vars.
7208         (wl-biff-state-indicator-on): Changed default value for
7209         xemacs with non-mule environment.
7210
7211         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7212         wl-message-buffer is nil;
7213         Hide progress bar after moving messages.
7214
7215 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7218         message at cursor point is deleted.
7219
7220 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7221
7222         * wl-vars.el: Changed file coding system to euc-japan.
7223         Added -*-coding:-*- magic to the first line.
7224
7225         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7226         Search parent from the first message.
7227
7228         * Version number is increased to 2.7.1.
7229
7230 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7231
7232         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7233
7234 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7237         refile/delete execution.
7238
7239         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7240         Fixed docstring.
7241
7242 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7243
7244         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7245         do update process;
7246         Don't update marks when update process is interrupted.
7247
7248 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-summary.el (wl-summary-reply): Fixed problem when
7251         wl-draft-use-frame is non-nil.
7252         (wl-summary-forward): Ditto.
7253
7254         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7255         as nil.
7256         (wl-folder-mark-as-read-all-entity): Ditto.
7257         (wl-folder-prefetch-entity): Ditto.
7258
7259         * wl.el (wl): Check environment before wl-init.
7260
7261         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7262         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7263         instead of wl-summary-collect-unread.
7264         (wl-summary-reply): Split message window.
7265
7266 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7267
7268         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7269         only if current language environment is japanese,
7270
7271         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7272         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7273         (wl-folder-goto-folder-subr): Ditto.
7274
7275         * wl-draft.el (wl-draft-dispatch-message): Call
7276         `elmo-file-cache-get-path'.
7277
7278 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7279
7280         * wl-summary.el (wl-summary-cursor-move): If return value of
7281         wl-summary-next-message is not number, don't jump.
7282
7283 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * wl-summary.el (wl-summary-buffer-next-message-function): New
7286         variable.
7287         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7288         if it is bound.
7289
7290         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7291         string.
7292
7293         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7294         (wl-plugged-drawing): Ditto.
7295
7296 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7299         process.
7300         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7301         with unwind-protect.
7302
7303         * wl.el (wl-init): Require mime-setup.
7304         (wl-check-environment): Don't require mime-setup.
7305
7306         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7307         instead of elmo-folder-type.
7308
7309         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7310         value as nil.
7311
7312 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7313
7314         * Version number is increased to 2.7.0.
7315
7316         * wl-version.el (wl-version): Changed codename.
7317
7318         * wl-summary.el (wl-summary-delete-cache): Fixed.
7319
7320         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7321         Workaround for net folders.
7322         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7323
7324         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7325         value to nil (According to the patch from
7326         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7327
7328         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7329         of elmo-folder-close.
7330
7331 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7332
7333         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7334         for postfix.
7335
7336 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7337
7338         * wl-summary.el (wl-summary-resend-message): Fixed.
7339
7340         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7341         Call wl-draft with `from' argument if its address is included in
7342         `wl-user-mail-address-list'.
7343         (wl-draft): Added `from' argument.
7344
7345         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7346         non-nil.
7347         (wl): Don't show demo if wl-demo is nil.
7348
7349         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7350         wl-summary-use-frame.
7351
7352         * wl-vars.el (wl-summary-use-frame): New user option.
7353         (wl-folder-use-frame): Changed docstring.
7354
7355         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7356         non-nil.
7357         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7358         wl-summary-use-frame.
7359
7360         * wl-vars.el (wl-folder-use-frame): New user option.
7361
7362         * wl-summary.el (wl-summary-exit): Back to folder frame if
7363         wl-folder-use-frame is non-nil.
7364         (wl-summary-redisplay-internal): Ignore cache if current folder
7365         is draft folder,
7366         (wl-summary-redisplay-no-mime): Ditto.
7367         (wl-summary-redisplay-all-header): Ditto.
7368
7369         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7370         if wl-folder-use-frame is non-nil.
7371
7372 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-summary.el (wl-summary-sync-update): Bind
7375         elmo-folder-update-threshold.
7376         (wl-summary-mark-as-important): Enclosed server mark processing
7377         with `save-match-data'.
7378
7379         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7380         only when it is already defined.
7381
7382 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7383
7384         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7385         name of folder exclude localdir is wrong.
7386         * wl-folder.el (wl-folder-sync-entity):
7387         Set `wl-summary-always-sticky-folder-list' as nil.
7388         (wl-folder-mark-as-read-all-entity): Ditto.
7389         (wl-folder-prefetch-entity): Ditto.
7390
7391 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7392
7393         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7394         instead of `wl-summary-write-current-newsgroup'.
7395
7396 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7397
7398         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7399         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7400         non-nil and selected message is important, do not display.
7401
7402 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7403
7404         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7405
7406 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7409
7410         * wl-summary.el (wl-summary-mark-as-important): Set message number
7411         using wl-summary-message-number.
7412
7413 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7414
7415         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7416         destination folder is 'null.
7417
7418 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7419
7420         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7421         New function.
7422         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7423         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7424         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7425
7426 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-mime.el (wl-mime-setup): Added setting for
7429         `mime-setup-signature-key-alist' to avoid overriding key bind for
7430         `wl-draft-send'.
7431
7432         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7433         for `wl-draft-send'.
7434         * wl-mule.el (wl-draft-overload-functions): Ditto.
7435         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7436         * wl-draft.el (wl-draft-send): Ditto.
7437
7438         * wl-message.el (wl-message-display-internal):
7439         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7440         (Patch is provided by <kita@coe.nttdata.co.jp>).
7441
7442 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7443
7444         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7445
7446 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7447
7448         * wl.el (wl): Fix for wl-demo.
7449
7450 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7451
7452         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7453
7454 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7455
7456         * wl-folder.el (wl-folder-prefetch-entity): Use
7457         `wl-folder-get-elmo-folder'.
7458         (wl-folder-count-incorporates): Do not use
7459         `wl-folder-get-elmo-folder'.
7460
7461 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7462
7463         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7464         instead of `elmo-folder-get-type'.
7465
7466 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7467
7468         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7469         position on Subject: field.
7470         (Advised by Mito <mit@nines.nec.co.jp>)
7471
7472 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7473
7474         * wl-folder.el (wl-folder-prefetch-entity): Use
7475         `wl-folder-get-elmo-folder'.
7476
7477 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7480
7481         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7482         `process-duplicates' slot.
7483
7484         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7485         if detection failed.
7486
7487 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7488
7489         * wl-version.el (wl-version-status): Set to "alpha".
7490
7491 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7492
7493         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7494         Check wl-message-buffer lives before set-buffer.
7495
7496 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7497
7498         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7499         called in folder mode.
7500         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7501         * wl-summary.el (wl-summary-exit-pre-hook): Run
7502         `wl-summary-exit-pre-hook' before exit summary mode.
7503
7504 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7505
7506         * wl-version.el (wl-version-status): New variable.
7507         (wl-version-status-alist): Removed.
7508         (wl-version-status): Rule included.
7509
7510 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7513         @sponichi.
7514
7515         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7516         when `mail-reply-buffer' is buffer-local variable.
7517         (Reported by <kita@coe.nttdata.co.jp>).
7518
7519 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-vars.el (toplevel): Require 'elmo-util.
7522
7523 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7526         (All other related portions are changed)
7527
7528         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7529
7530         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7531
7532 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7533
7534         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7535
7536 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7539         Delete other windows to avoid an error.
7540         Use `point-marker' instead of `point' to remember the start point
7541         of body.
7542
7543         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7544
7545         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7546         number not to exceed all message number.
7547
7548 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7549
7550         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7551         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7552
7553 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-summary.el (wl-summary-sync-force-update): Added argument
7556         no-check.
7557         (wl-summary-sync-update): Ditto.
7558         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7559         with `no-check'.
7560
7561         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7562         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7563         already running.
7564
7565 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7566
7567         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7568         `dst-folder-arg'.
7569         (wl-expire-archive-number1): Diito.
7570         (wl-expire-archive-number2): Diito.
7571         (wl-expire-archive-Date): Diito.
7572         (wl-archive-number1): Diito.
7573         (wl-archive-number2): Diito.
7574         (wl-archive-date): Diito.
7575         (wl-archive-folder-p): New function.
7576         (wl-summary-expire): Support of expand folder name at
7577         wl-expire-alist.
7578         * wl-util.el (wl-expand-newtext): Renamed from
7579         `wl-refile-expand-newtext'.
7580
7581 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7582
7583         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7584         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7585         `(elmo-msgdb-get-overview msgdb)'.
7586         (wl-summary-prefetch): Bind match data before call
7587         `wl-summay-prefetch-msg'.
7588         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7589         'off if `wl-summary-buffer-disp-msg' is non-nil.
7590         Fixed problem that couldn't show only one new or unread message when
7591         enter folder.
7592         (wl-summary-reply): Don't call `split-window-vertically' and other
7593         window.
7594
7595 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-expire.el (wl-expire-refile): Fixed.
7598
7599 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7602
7603         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7604         biff notification is removed.
7605
7606         * wl.el (wl): Changed position of `elmo-init'.
7607
7608         * wl-draft.el (wl-default-draft-cite): Use date field
7609         on the citation buffer.
7610
7611         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7612
7613         * wl-xmas.el (wl-folder-internal-icon-list): Added
7614         `wl-folder-shimbun-image'.
7615
7616         * wl-e21.el (wl-folder-internal-icon-list): Added
7617         `wl-folder-shimbun-image'.
7618
7619 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl.el (wl-init): Eliminated argument.
7622         (wl): Rewrite.
7623
7624         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7625         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7626         instead of `elmo-folder-msgdb-internal'.
7627         (wl-summary-sync-update): Ditto.
7628         (wl-summary-flush-pending-append-operations): Eliminated.
7629         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7630         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7631         `elmo-folder-open'.
7632
7633         * wl-mime.el (wl-summary-burst): Fixed.
7634
7635         * wl-folder.el (wl-folder-info-save): Check data type.
7636
7637         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7638         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7639         instead of `elmo-folder-msgdb-internal'.
7640         (wl-expire-hide): Ditto.
7641
7642
7643         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7644
7645 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7646
7647         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7648
7649 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7650
7651         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7652
7653 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7654
7655         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7656         Fixed `match-beginning' argument mismatch.
7657
7658 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7659
7660         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7661         the default value.
7662
7663 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7666         instead of `elmo-nntp-default-port'.
7667
7668         * wl-vars.el: Fixed some doc strings.
7669
7670 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7671
7672         * wl-summary.el (wl-summary-prefetch-msg): Use
7673         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7674
7675         * wl-vars.el: Define *-func as obsolete variable using
7676         `elmo-define-obsolete-variable'.
7677
7678         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7679         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7680         instead of `wl-message-buffer-prefetch-threshold'.
7681
7682         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7683
7684         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7685
7686         * wl-draft.el (wl-caesar-region-func): Ditto.
7687
7688         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7689         Keep unread status in elmo-folder-move-messages.
7690         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7691
7692 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7693
7694         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7695         `wl-summary-buffer-exit-func'
7696         (wl-summary-buffer-message-redisplay-function): Renamed from
7697         `wl-summary-buffer-message-redisplay-func'
7698         (wl-summary-buffer-next-folder-function): Renamed from
7699         `wl-summary-buffer-next-folder-func'.
7700         (wl-summary-buffer-prev-folder-function): Renamed from
7701         `wl-summary-buffer-prev-folder-func'.
7702         (wl-summary-get-petname-function): Renamed from
7703         `wl-summary-get-petname-func'.
7704
7705         * wl-score.el (wl-score-edit-exit-function): Renamed from
7706         `wl-score-edit-exit-func'.
7707
7708         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7709         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7710
7711         * wl-util.el (wl-load-profile-function): Renamed from
7712         `wl-load-profile-func'.
7713
7714         * wl-folder.el (wl-folder-completion-function): Renamed from
7715         `wl-folder-completion-func'.
7716         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7717
7718         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7719         `wl-expire-archive-get-folder-func'.
7720         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7721         (wl-draft-send-mail-function): Renamed from
7722         `wl-draft-send-mail-func'.
7723         (wl-draft-send-news-function): Renamed from
7724         `wl-draft-send-news-func'.
7725         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7726         (wl-generate-mailer-string-function): Renamed from
7727         `wl-generate-mailer-string-func'.
7728         (wl-highlight-signature-search-function): Renamed from
7729         `wl-highlight-signature-search-func'.
7730         (wl-highlight-x-face-function): Renamed from
7731         `wl-highlight-x-face-func'
7732         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7733         (wl-ps-print-buffer-function): Renamed from
7734         `wl-ps-print-buffer-func'
7735         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7736         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7737         (wl-summary-subject-filter-function): Renamed from
7738         `wl-summary-subject-filter-func'.
7739
7740         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7741         `wl-draft-queue-flush-send-func'
7742         (wl-draft-cite-function): Renamed from
7743         `wl-draft-cite-func'
7744
7745         * wl-address.el (wl-address-init-function): Renamed from
7746         `wl-address-init-func'.
7747
7748 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-draft.el (wl-draft-queue-flush): Don't call
7751         `elmo-dop-unlock-message'.
7752         * wl-draft.el (wl-draft-queue-append): Don't call
7753         `elmo-dop-lock-message'.
7754
7755         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7756         (wl-summary-buffer-folder-name): Ditto.
7757         (wl-summary-message-regexp): Added '-' (all other related portions
7758         are changed).
7759         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7760         wl-summary-buffer-folder-name.
7761
7762 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7763
7764         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7765         the number of mails in the folder buffer is not updated by wl-biff.
7766
7767 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7768
7769         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7770         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7771
7772 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl-summary.el (wl-summary-next-message):
7775         Return next message number when wl-summary-move-order is nil.
7776
7777 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7778
7779         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7780         `wl-summary-move-spec-alist'.
7781         (wl-summary-move-spec-unplugged-alist): New variable
7782         (Move spec for unplugged status).
7783         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7784         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7785
7786 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7787
7788         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7789         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7790
7791 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7792
7793         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7794         simple quotation to quote the anonymous function.
7795         * tm-wl.el (wl-draft-preview-message): Ditto.
7796
7797 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7798
7799         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7800         Eliminate redundant `save-excursion'.
7801         (wl-highlight-summary-current-line): Ditto.
7802
7803         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7804         accessing match data when `looking-at' failed.
7805
7806         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7807         `elmo-match-string' where users don't care about the speed.
7808         (wl-draft-save): Ditto.
7809
7810 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-util.el (wl-regexp-opt): New function.
7813
7814         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7815         number from `wl-summary-buffer-number-list'.
7816         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7817         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7818         (wl-summary-move-spec-alist): Changed default setting.
7819
7820 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7821
7822         * wl-vars.el (wl-biff-notify-hook): New hook.
7823         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7824         the arrival of new mail.
7825         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7826         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7827
7828 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7831
7832 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7835
7836         * Version number is increased to 2.5.8.
7837
7838         * wl-thread.el (toplevel): require 'cl.
7839         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7840         (wl-thread-make-number-list): New function.
7841         (wl-thread-entity-make-number-list-from-children): Ditto.
7842         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7843         (wl-thread-entity-insert-as-children): Likewise.
7844         (wl-thread-delete-message): Likewise.
7845         (wl-meaning-of-mark): Eliminated.
7846         (wl-thread-next-failure-mark-p): Ditto.
7847         (wl-thread-entity-get-mark): Ditto.
7848         (wl-thread-meaning-alist-get-result): Ditto.
7849         (wl-thread-entity-check-prev-mark): Ditto.
7850         (wl-thread-entity-check-next-mark): Ditto.
7851         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7852         (wl-thread-entity-get-prev-marked-entity): Ditto.
7853         (wl-thread-get-prev-unread): Ditto.
7854         (wl-thread-jump-to-prev-unread): Ditto.
7855         (wl-thread-get-next-unread): Ditto.
7856         (wl-thread-jump-to-next-unread): Ditto.
7857         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7858         (wl-thread-entity-get-next-marked-entity): Ditto.
7859
7860         * wl-summary.el (wl-summary-buffer-number-list):
7861         New bufer-local variable.
7862         (wl-summary-switch-to-clone-buffer): Clone
7863         `wl-summary-buffer-number-list'.
7864         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7865         (wl-summary-cursor-move-regex): Eliminated.
7866         (wl-summary-cursor-up): Rewrite.
7867         (wl-summary-cursor-down): Ditto.
7868         (wl-summary-mode-spec-alist): New variable.
7869         (wl-summary-next-message): New inline function.
7870         (wl-summary-cursor-move): New function.
7871         (wl-summary-default-get-next-msg): Rewrite.
7872         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7873         (wl-summary-rescan): Ditto.
7874         (wl-summary-sync-all-init): Ditto.
7875         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7876         summary is not thread view.
7877         (wl-summary-sync-update): Ditto.
7878         (wl-summary-rescan): Ditto.
7879         (wl-summary-make-number-list): New function.
7880
7881         * wl-draft.el: "FCC" -> "Fcc".
7882
7883 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-highlight.el (wl-highlight-summary-window):
7886         Call `set-buffer-modified-p'.
7887
7888         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7889         (wl): Call `elmo-init' and fix.
7890
7891         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7892         Use new variables.
7893
7894         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7895
7896 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7899
7900 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7901
7902         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7903
7904 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7905
7906         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7907         `wl-use-toolbar' nor `display-graphic-p'.
7908         (wl-e21-setup-message-toolbar): Ditto.
7909         (wl-e21-setup-summary-toolbar): Ditto.
7910         (wl-e21-setup-folder-toolbar): Ditto.
7911
7912         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7913         (wl-plugged-init-icons): Ditto.
7914
7915         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7916         `display-graphic-p'.
7917         (wl-plugged-set-folder-icon): Ditto.
7918         (wl-highlight-plugged-current-line): Ditto.
7919         (wl-highlight-folder-current-line): Ditto.
7920         (wl-e21-highlight-folder-group-line): Ditto.
7921         (wl-e21-setup-toolbar): Ditto.
7922         (wl-e21-display-image-p): New macro.
7923
7924         * wl-demo.el (wl-demo): Simplified.
7925         (wl-demo-image-type-alist): Use `image-type-available-p' for
7926         checking whether the image type `xbm' is available.
7927
7928 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7929
7930         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7931         (wl-summary-input-range): Ditto.
7932
7933 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-summary.el (wl-summary-edit-addresses): Use
7936         `wl-summary-get-original-buffer'
7937         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7938         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7939         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7940         (wl-summary-get-newsgroups): Eliminated.
7941         (wl-summary-set-crosspost): Ditto.
7942         (wl-summary-is-crosspost-folder): Ditto.
7943         (wl-crosspost-alist-load): Ditto.
7944         (wl-crosspost-alist-save): Ditto.
7945
7946         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7947         `elmo-setup-subscribed-newsgroups' instead of
7948         `elmo-nntp-make-groups-hashtb'.
7949         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7950         instead of `wl-crosspost-alist-save'.
7951
7952         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7953         of `elmo-folder-message-appendable-p'.
7954         (wl-mime-header-presentation-method): Eliminated.
7955
7956         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7957         (Error occurs in emacs21).
7958
7959         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7960         the current buffer).
7961
7962         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7963         instead of `wl-crosspost-alist-save'.
7964         (wl-init): `elmo-crosspost-message-alist-load'
7965         instead of `wl-crosspost-alist-load'
7966
7967         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7968         (wl-parse-newsgroups): Likewise.
7969         (wl-biff-notify): Run `wl-biff-notify-hook'.
7970
7971 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7974
7975         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7976         when `wl-summary-lazy-highlight' is non-nil.
7977         (wl-summary-goto-folder-subr): Highlight only when
7978         `wl-summary-lazy-highlight' is non-nil.
7979
7980         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7981         Don't display progress and highlight temp-mark when
7982         `wl-summary-lazy-highlight' is non-nil.
7983         (wl-highlight-summary-window): New function.
7984         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7985
7986 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * wl-summary.el (wl-summary-sync): Change `all-visible'
7989         from `all-shown'
7990         (wl-summary-input-range): Ditto.
7991
7992 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7993
7994         * wl-e21.el (wl-highlight-folder-current-line): Call
7995         `wl-folder-init-icons' when folder icons have not been initialized.
7996
7997         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7998
7999         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8000         (wl-demo-image-type-alist): New macro.
8001
8002 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8003
8004         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8005         display does not support graphics.
8006         (wl-plugged-init-icons): Ditto.
8007         (wl-folder-init-icons): Ditto.
8008
8009         * wl-demo.el (wl-demo): Chech closely whether the display
8010         supports graphics.
8011
8012 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl-summary.el (wl-summary-get-original-buffer): New function.
8015         (wl-summary-set-crosspost): Use it.
8016         (wl-summary-target-mark-uudecode): Ditto.
8017         (wl-summary-reedit): Ditto.
8018         (wl-summary-resend-bounced-mail): Ditto.
8019         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8020         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8021
8022         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8023         (wl-message-display-internal): Ditto.
8024
8025 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8028
8029 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * wl-summary.el (wl-summary-save-view): Renamed from
8032         `wl-summary-save-status'.
8033
8034 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * wl-summary.el (wl-summary-sync): Added `all-shown'
8037
8038 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8041
8042 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8043
8044         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8045
8046 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8047
8048         * wl-highlight.el (wl-highlight-summary-line-string): Use
8049         `zerop' instead of `= 0'.
8050         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8051
8052         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8053         for comparing numbers.
8054         (wl-template-prev): Use `zerop' instead of `eq 0'.
8055
8056         * wl-draft.el (wl-draft-insert-current-message): Use
8057         `with-current-buffer' instead of `save-excursion'.
8058         Use `zerop' instead of `eq 0'.
8059
8060 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8061
8062         * wl-draft.el (wl-draft-insert-ccs): New function.
8063         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8064         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8065
8066 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8067
8068         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8069
8070 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8071
8072         * wl-expire.el (wl-expire-refile): Don't call
8073         elmo-msgdb-add-msgs-to-seen-list;
8074         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8075         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8076
8077 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-message.el (wl-message-prev-page): Ignore errors while
8080         scroll-down.
8081
8082 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * wl-mime.el: Use elmo-original-message-mode instead of
8085         mmelmo-original-mode.
8086
8087         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8088         `elmo-folder-get-spec';
8089         (wl-fldmgr-add-completion-all-completions):
8090         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8091
8092         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8093         of `elmo-folder-get-type'.
8094
8095         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8096         `elmo-folder-get-spec';
8097         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8098         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8099         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8100         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8101         `elmo-read-msg-no-cache';
8102         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8103         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8104         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8105         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8106         `elmo-cache-save';
8107         (wl-draft-reedit): Use `elmo-message-file-name'.
8108
8109         * wl-expire.el: Use `elmo-folder-name-internal';
8110         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8111         Use macro `wl-summary-buffer-msgdb' instead of variable
8112         `wl-summary-buffer-msgdb';
8113         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8114         Use macro `wl-summary-buffer-folder-name' instead of variable
8115         `wl-summary-buffer-folder-name'.
8116         * wl-score.el: Likewise.
8117
8118         * wl-message.el: Rewrite for new message buffer cache mechanism.
8119         (wl-message-buffer-cache-buffer-get): New macro.
8120         (wl-message-buffer-cache-folder-get): Ditto.
8121         (wl-message-buffer-cache-message-get): Ditto.
8122         (wl-message-buffer-cache-entry-make): Ditto.
8123         (wl-message-buffer-cache-hit): Ditto.
8124         (wl-message-buffer-cache-sort): New function.
8125         (wl-message-buffer-cache-add): Ditto.
8126         (wl-message-buffer-cache-delete): Ditto.
8127         (wl-message-buffer-cache-clean-up): Ditto.
8128         (wl-message-buffer-window): Rewrite.
8129         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8130         (wl-message-buffer-display): New function.
8131         (wl-message-display-internal): New function.
8132
8133 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8134
8135         * wl-folder.el: Use `elmo-folder-name-internal';
8136         Use `wl-folder-get-elmo-folder';
8137         Use `elmo-folder-list-messages' instead of
8138         `elmo-list-folder';
8139         Use `elmo-folder-get-primitive-list' instead of
8140         `elmo-folder-get-primitive-spec-list';
8141         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8142         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8143         Use `elmo-folder-create' instead of `elmo-create-folder'.
8144         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8145         (wl-folder-get-elmo-folder): New macro.
8146         (wl-folder-elmo-folder-cache-get): Ditto.
8147         (wl-folder-elmo-folder-cache-put): Ditto.
8148         (wl-folder-suspend): Call `elmo-quit'.
8149
8150         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8151         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8152         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8153         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8154         (toplevel): require 'cl.
8155         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8156
8157         * wl-summary.el: Rewrite to use new elmo interface.
8158
8159 \f
8160 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl-mime.el (wl-draft-preview-message):
8163         Run `wl-draft-send-hook' before collecting recipients information;
8164         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8165
8166         * tm-wl.el (wl-draft-preview-message): Ditto.
8167
8168 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8171         wrong recipients are displayed when forwarded message.
8172
8173 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8174
8175         * Version number is increased to 2.5.7.
8176
8177 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8178
8179         * wl-message.el (wl-message-next-page): Bind
8180         `window-pixel-scroll-increment' to nil while scrolling up.
8181
8182 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8183
8184         * wl-vars.el (wl-save-hook): New hook.
8185         * wl.el (wl-save): Call `wl-save-hook'.
8186
8187 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8188
8189         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8190         Argument WITH-ARG instead of NO-ARG (negative mean).
8191         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8192         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8193         * wl-message.el (wl-message-follow-current-entity): Likewise.
8194
8195 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8196
8197         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8198         FROM was optional argument.
8199         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8200
8201 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8202
8203         * Version number is increased to 2.5.6.
8204
8205 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8206
8207         * wl-version.el (wl-version-show): Removed.
8208         (wl-version): Add `interactive'.
8209
8210 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8211
8212         * wl-summary.el (wl-summary-get-petname-func): New variable.
8213         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8214         instead of `wl-address-get-petname-1'.
8215         (wl-summary-simple-from): Ditto.
8216
8217         * wl-address.el (wl-address-get-petname-1): Define as function.
8218
8219 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8220
8221         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8222         field in the original message.
8223         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8224
8225 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8226
8227         * wl-expire.el (wl-expire-hide):
8228         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8229
8230 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8233         find decoder for To, Cc, and Subject.
8234
8235 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8236
8237         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8238         for checking `elmo-use-buffer-cache'.
8239         (wl-summary-mark-as-important): Fixed typo in comment.
8240
8241 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8244         field in the original message.
8245         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8246
8247 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8248
8249         * wl-expire.el (wl-expire-hide):
8250         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8251
8252 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8253
8254         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8255         find decoder for To, Cc, and Subject.
8256
8257 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * Version number is increased to 2.5.5.
8260
8261         * wl-address.el (wl-address-specials-regexp): New constant.
8262         (wl-address-quote-specials): Use it.
8263
8264 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-summary.el (wl-summary-rescan):
8267         Call `wl-summary-buffer-number-column-detect'.
8268         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8269
8270         * wl-message.el (wl-message-mode-map): Define.
8271         (wl-message-decode): Use it as local-map.
8272
8273 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8276         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8277
8278 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8281
8282         * wl-mule.el (wl-read-event-char): Ditto.
8283
8284         * wl-e21.el (wl-read-event-char): Ditto.
8285
8286         * wl-nemacs.el (wl-read-event-char): Ditto.
8287         (read-event): Removed.
8288
8289         * wl-util.el (toplevel): Removed dummy definition of
8290         `read-event'.
8291         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8292
8293 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8294
8295         * wl-nemacs.el (elmo-archive-call-process): Moved to
8296         elmo-archive.el.
8297
8298 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8299
8300         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8301         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8302
8303         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8304         instead of magic-number 6.  Use `not' instead of `null' for symbol
8305         `nil' check (not empty list).
8306         (wl-draft-insert-x-face-field): Fixed paren style.
8307
8308         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8309         one-branch conditional statement, instead of `and' and `if'.
8310         (wl-draft-forward): Likewise.
8311         (wl-draft-add-references): Likewise.
8312         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8313
8314         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8315         conditional steatment.  Use `cond' instead of `if'.
8316         (wl-draft-confirm): Likewise.
8317
8318 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8319
8320         * wl-version.el (wl-version-show): Use `product-string-1'
8321         instead of `wl-version'.
8322         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8323
8324         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8325
8326 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8327
8328         * wl-highlight.el (wl-highlight-headers): Revert
8329         `wl-highlight-x-face-func' argument (`beg' and `end').
8330
8331 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8332
8333         * wl.el (toplevel): Move `product-provide' declare.
8334         * wl-demo.el (toplevel): Ditto.
8335         * wl-dnd.el (toplevel): Ditto.
8336         * wl-highlight.el (toplevel): Ditto.
8337         * wl-message.el (toplevel): Ditto.
8338         * wl-refile.el (toplevel): Ditto.
8339         * wl-util.el (toplevel): Ditto.
8340
8341 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8344         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8345         (wl-thread-close-all): keep cursor position.
8346
8347 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8348
8349         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8350         (eq x 0).
8351         (wl-generate-user-agent-string-1): Fix conditional statement.
8352
8353 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8354
8355         * wl.el (wl-check-environment): Additional check for
8356         'wl-local-domain' and `wl-message-id-domain'.
8357
8358 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8359
8360         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8361
8362 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8363
8364         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8365         instead of `smtp-sasl-user-realm'.
8366
8367 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8368
8369         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8370
8371 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8372
8373         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8374         to the default value as well as `eword-lexical-analyzer'.
8375
8376 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8377
8378         * wl-version.el (wl-extended-emacs-version,
8379         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8380         `elmo-match-string' instead of `wl-match-string'.
8381
8382 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8383
8384         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8385         docstring.
8386
8387 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8388
8389         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8390
8391 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8392
8393         * wl-highlight.el (wl-highlight-headers): Remove
8394         `wl-highlight-x-face-func' argument (`beg' and `end').
8395
8396 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8397
8398         * wl-summary.el (wl-summary-mark-as-important):
8399         Remove cache if folder is local.
8400
8401 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8402
8403         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8404         to get existing e-mail address string.
8405
8406 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8407
8408         * wl-version.el (wl-generate-user-agent-string): Commentary.
8409         (wl-generate-user-agent-string-1): Use `when' for
8410         one-branch conditional statement, instead of `and' and `if'.
8411         (wl-extended-emacs-version, wl-extended-emacs-version2,
8412         wl-extended-emacs-version3): Ditto.
8413
8414 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8415
8416         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8417         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8418         condition-case; Remove initialization.
8419         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8420         (wl-summary-sync-update3): Added argument `sync-all';
8421         Eliminated local variable `msgdb';
8422         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8423         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8424         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8425
8426 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8427
8428         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8429         connection before call `wl-draft-send-mail-with-smtp'.
8430
8431 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * Version number is increased to 2.5.4.
8434
8435 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8436
8437         * wl.el (wl-check-environment): Additional check for
8438         'wl-local-domain' and `wl-message-id-domain'.
8439
8440 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8443         buffer as command specific.
8444         (wl-folder-mark-as-read-all-entity): Ditto.
8445         (wl-folder-prefetch-entity): Ditto.
8446         (wl-folder-drop-unsync-entity): Ditto.
8447
8448         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8449         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8450         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8451
8452         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8453         save-excursion.
8454
8455 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * Version number is increased to 2.5.3.
8458
8459         * wl-summary.el (wl-summary-save-view-cache):
8460         Delete duplicated `write-region';
8461         Use `write-region-as-binary' instead of `as-binary-output-file' and
8462         `write-region'.
8463
8464 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8465
8466         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8467
8468 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8471         instead of `smtp-via-smtp'.
8472
8473 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8474
8475         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8476
8477 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8478
8479         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8480         instead of `smtp-sasl-user-realm'.
8481
8482 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8483
8484         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8485
8486 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8487
8488         * Version number is increased to 2.5.2.
8489
8490 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8491
8492         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8493         does not exist.
8494         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8495         (wl-biff-start): Call `timer-activate' if timer already exists.
8496
8497         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8498         only when it is bound as function.
8499
8500 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8501
8502         * Version number is increased to 2.5.1.
8503
8504 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8507         Print refile/copy destination.
8508
8509 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8512         queue-flush-only is non-nil.
8513
8514         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8515
8516         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8517         checking cache folder.
8518
8519 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8520
8521         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8522         `regexp-quote'.
8523
8524 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8525
8526         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8527         function.
8528         * wl-summary.el (wl-summary-write-current-folder-functions):
8529         Change default value.  Use it.
8530
8531 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8532
8533         * Version number is increased to 2.5.0.
8534
8535         * wl-version.el (wl-version): Changed codename.
8536
8537 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8538
8539         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8540         (wl-summary-supersedes-message): Ditto.
8541
8542 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8543
8544         * wl-refile.el (wl-refile-guess-functions): Renamed from
8545         `wl-refile-guess-func-list'.
8546
8547 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8548
8549         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8550         Fixed problem when no rule was matched.
8551
8552 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8553
8554         * wl-summary.el (wl-summary-get-mark): Fixed
8555         `wl-summary-buffer-target-mark' check logic.
8556
8557 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8558
8559         * wl-folder.el (wl-folder-write-current-folder): Added group
8560         folder check.
8561
8562         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8563         `wl-summary-write-current-newsgroup'.
8564         (wl-summary-write-current-folder-functions): New variable.
8565         * wl-folder.el (wl-folder-get-newsgroups): New function.
8566         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8567         (wl-folder-write-current-folder): Renamed from
8568         `wl-folder-write-current-newsgroup'.
8569
8570 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8571
8572         * Version number is increased to 2.3.93.
8573
8574 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8575
8576         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8577         (wl-ldap-make-matched-value-list): Ditto.
8578         (wl-ldap-alias-safe-string): Split e-mail address.
8579
8580         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8581         petname folder default was selected.
8582         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8583         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8584
8585 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8586
8587         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8588         to `wl-draft-config-exec'.
8589
8590         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8591         instead of calling `wl-draft-config-exec';
8592         Process group-list and show recipients in minibuffer.
8593
8594         * tm-wl.el (wl-draft-preview-message): Ditto.
8595
8596 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8597
8598         * wl.el (toplevel): Added (C) to copyright notice, and
8599         sync Author header.
8600         * tm-wl.el (toplevel): Ditto.
8601         * wl-address.el (toplevel): Ditto.
8602         * wl-demo.el (toplevel): Ditto.
8603         * wl-dnd.el (toplevel): Ditto.
8604         * wl-draft.el (toplevel): Ditto.
8605         * wl-e21.el (toplevel): Ditto.
8606         * wl-expire.el (toplevel): Ditto.
8607         * wl-folder.el (toplevel): Ditto.
8608         * wl-highlight.el (toplevel): Ditto.
8609         * wl-message.el (toplevel): Ditto.
8610         * wl-mime.el (toplevel): Ditto.
8611         * wl-mule.el (toplevel): Ditto.
8612         * wl-nemacs.el (toplevel): Ditto.
8613         * wl-refile.el (toplevel): Ditto.
8614         * wl-score.el (toplevel): Ditto.
8615         * wl-summary.el (toplevel): Ditto.
8616         * wl-template.el (toplevel): Ditto.
8617         * wl-thread.el (toplevel): Ditto.
8618         * wl-util.el (toplevel): Ditto.
8619         * wl-vars.el (toplevel): Ditto.
8620         * wl-xmas.el (toplevel): Ditto.
8621
8622 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8623
8624         * wl.el (wl-init): Added comment about `wl-init-hook'.
8625         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8626         * wl-vars.el (wl-init-hook): Added docs.
8627         (wl-make-plugged-hook): Removed useless docs.
8628         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8629         * wl-xmas.el (toplevel): Ditto.
8630
8631 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8632
8633         * wl-address.el (toplevel): Fixed multiple Author header format.
8634         * wl-demo.el (toplevel): Ditto.
8635         * wl-draft.el (toplevel): Ditto.
8636         * wl-folder.el (toplevel): Ditto.
8637         * wl-summary.el (toplevel): Ditto.
8638         * wl-thread.el (toplevel): Ditto.
8639         * wl-util.el (toplevel): Ditto.
8640         * wl-vars.el (toplevel): Ditto.
8641         * wl-version.el (toplevel): Ditto.
8642         * wl-xmas.el (toplevel): Ditto.
8643         * wl.el (toplevel): Ditto.
8644
8645         * wl-version.el (toplevel): Added require `elmo-version' for
8646         `product-version-as-string'.
8647
8648 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * wl-vars.el (wl-draft-send-hook): Changed default value to
8651         '(wl-draft-config-exec).
8652
8653         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8654         explicitly.
8655         (wl-draft): Set `wl-draft-config-exec-flag' before running
8656         `wl-mail-setup-hook'.
8657
8658         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8659         `wl-biff-init-icons' to `wl-init-hook' instead of
8660         `wl-make-plugged-hook'.
8661         (Because if `wl-draft' command is invoked at first,
8662         they are not initialized)
8663         Updated copyright notice.
8664
8665         * wl-e21.el (toplevel): Ditto;
8666
8667         * wl-demo.el (toplevel): Updated copyright notice.
8668         * wl-address.el (toplevel): Ditto.
8669         * wl-draft.el (toplevel): Ditto.
8670         * wl-version.el (toplevel): Ditto.
8671         * wl-folder.el (toplevel): Ditto.
8672         * wl-summary.el (toplevel): Ditto.
8673         * wl-thread.el (toplevel): Ditto.
8674         * wl-util.el (toplevel): Ditto.
8675         * wl-vars.el (toplevel): Ditto.
8676         * wl.el (toplevel): Ditto.
8677
8678 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-highlight.el (wl-highlight-message): Fixed problem of
8681         highlighting failure which occured when the last field contains
8682         multiple lines in the draft buffer.
8683
8684         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8685         `wl-biff-start' if plugged.
8686
8687         * wl-util.el (wl-biff-check-folder): New function.
8688         (wl-biff-check-folders): Don't set session name prefix.
8689         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8690         (wl-biff-check-folder-async): Ditto.
8691
8692         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8693         in email address.
8694
8695 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8696
8697         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8698
8699         * wl-draft.el (wl-draft-strip-subject-re): New function.
8700
8701         * wl-draft.el (wl-draft-reply): Use it.
8702
8703 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8704
8705         * wl-message.el (wl-mmelmo-message-redisplay): Use
8706         `mime-display-message' instead of `wl-mime-display-message'.
8707
8708         * wl-mime.el (toplevel): Removed compatibility workaround
8709         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8710         (wl-mime-display-message): Abolished.
8711         (wl-mime-entity-read-field): Ditto.
8712         (wl-mime-combine-message/partial-pieces): Use
8713         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8714
8715 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8716
8717         * wl-template.el: Doc fixes.
8718
8719 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8720
8721         * wl-e21.el (wl-message-overload-functions): Do nothing if
8722         `current-local-map' is not available.
8723         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8724
8725 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8726
8727         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8728         representation.
8729
8730         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8731         number.
8732         (wl-fldmgr-save-folders): Don't use `format' when insert
8733         `wl-fldmgr-folders-header'.
8734
8735 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8736
8737         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8738
8739 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-highlight.el (wl-highlight-message):
8742         Use `std11-field-end' to detect end point of the header field.
8743         Refer `wl-highlight-max-header-size'.
8744
8745         * wl-vars.el (wl-highlight-max-header-size): New variable.
8746
8747         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8748
8749         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8750         Set `for-draft' argument of wl-highlight-headers.
8751         (wl-draft): Ditto.
8752         (wl-draft-reedit): Ditto.
8753         (wl-user-agent-compose-internal): Ditto.
8754
8755 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8756
8757         * wl-message.el (wl-message-add-button): Use overlay.
8758
8759 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8760
8761         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8762
8763         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8764         problem when group-list content is nothing.
8765         (Reported by Mito <mit@nines.nec.co.jp>)
8766
8767 2000-10-18  SAITO Atsunori <sai@yedo.com>
8768
8769         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8770
8771 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8772
8773         * tm-wl.el (toplevel): Use product-provide.
8774
8775 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * Version number is increased to 2.3.92.
8778
8779 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8780
8781         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8782         title text, use `display' property for left margin under Emacs 21.
8783
8784         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8785         properties.
8786         (wl-plugged-init-icons): Ditto.
8787
8788 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8789
8790         * wl.el (wl-save-status, wl-init): Remove last period in
8791         "...done." message.
8792         * tm-wl.el (wl-summary-burst): Ditto.
8793         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8794         wl-summary-resume-cache-status,
8795         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8796         wl-summary-sync-update3, wl-summary-highlight-msgs,
8797         wl-summary-flush-pending-append-operations,
8798         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8799         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8800         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8801         wl-thread-open-all): Ditto.
8802         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8803         * wl-mime.el (wl-summary-burst): Ditto.
8804         * wl-highlight.el (wl-highlight-summary): Ditto.
8805         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8806         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8807         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8808         * wl-address.el (wl-local-address-init): Ditto.
8809
8810 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8811
8812         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8813         `add-text-properties'.
8814         (wl-plugged-init-icons): Ditto.
8815         (wl-folder-init-icons): Use `propertize' instead of
8816         `put-text-property'.
8817         (wl-plugged-set-folder-icon): Ditto.
8818         (wl-e21-highlight-folder-group-line): Ditto.
8819
8820 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-version.el (wl-version-status-alist): New variable.
8823         (wl-version-status): New function.
8824
8825         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8826         "Cc" part of the case "Reply-To".
8827
8828         * wl-draft.el (wl-draft-reply): Use result of
8829         `eword-extract-address-components'.
8830
8831         * wl-demo.el (wl-demo-icon-name): New constant.
8832         (wl-logo-xpm): Use it.
8833         (wl-logo-xbm): Ditto.
8834         (wl-logo-bitmap): Ditto.
8835
8836         * Version number is increased to 2.3.91.
8837
8838 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8839
8840         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8841         (wl-extended-emacs-version, wl-extended-emacs-version2,
8842         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8843         docstring.
8844
8845         * wl-version.el (wl-generate-user-agent-string-1): New function.
8846         (wl-generate-user-agent-string): Use it.
8847
8848         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8849         `mime-edit-insert-user-agent-field'.
8850         (wl-generate-user-agent-string): Check
8851         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8852
8853         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8854         instead of `if', when verbose case.
8855
8856 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8857
8858         * wl-expire.el (wl-summary-expire): Fix.
8859
8860 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8861
8862         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8863         and `elmo-lost+found-folder' if 'wl-draft.
8864         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8865
8866 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8867
8868         * wl-expire.el (wl-summary-expire): Change messages.
8869         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8870         `deleing-info' instead of "Deleting..."
8871
8872 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8873
8874         * wl-summary.el (wl-summary-refile-subr): Fix.
8875
8876 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8877
8878         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8879         if pipe folder.
8880
8881 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8882
8883         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8884
8885 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8886
8887         * wl-expire.el (wl-expire-hide): New function.
8888         (wl-summary-expire): Add `hide'.
8889
8890 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8891
8892         * wl-vars.el (wl-draft-reply-without-argument-list):
8893         Changed default value to consider `Reply-To:'.
8894         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8895
8896         * Version number is increased to 2.3.90.
8897
8898         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8899         elmo-imap4-get-session with unwind-protect.
8900         Don't cause error.
8901         (wl-summary-sync-marks): Don't check plugged nor folder type.
8902         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8903         (Always keep current buffer).
8904
8905 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8906
8907         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8908         Enclose with `save-excursion'.
8909
8910 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8911
8912         * wl-version.el (wl-version): Remove interactive.
8913
8914 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * wl-version.el (wl-generate-user-agent-string): Use
8917         `product-string-verbose' instead of `product-string-1'.
8918
8919 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8920
8921         * wl-vars.el (wl-draft-use-cache): New variable.
8922         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8923         if wl-draft-use-cache is non-nil.
8924
8925 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8926
8927         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8928         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8929
8930 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8931
8932         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8933         (wl-thread-msg-mark-as-unread): Ditto.
8934
8935         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8936         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8937         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8938         Don't set mark in summary if return value of `elmo-mark-as-read'
8939         is nil.
8940         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8941         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8942         instead of `wl-thread-msg-mark-as-read'.
8943         (wl-summary-mark-as-unread-region): Ditto.
8944         (wl-summary-target-mark-mark-as-read): Ditto.
8945
8946         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8947
8948 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8951
8952         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8953
8954 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8957         face.
8958
8959 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8960
8961         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8962         `running-xemacs'.
8963
8964 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8965
8966         * wl-version.el (toplevel): Use `product-version-as-string' for
8967         set verstion-string, if defined.
8968
8969         * wl-version.el (wl-version-show): Insert string at point, when
8970         call with argument.
8971
8972         * wl-version.el (wl-generate-user-agent-string): Use
8973         `product-string-1' instead of `wl-appname', `wl-version' and
8974         `wl-codename'.
8975
8976 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8977
8978         * wl-address.el (toplevel): Use product-provide.
8979         * wl-demo.el (toplevel): Ditto.
8980         * wl-dnd.el (toplevel): Ditto.
8981         * wl-draft.el (toplevel): Ditto.
8982         * wl-e21.el (toplevel): Ditto.
8983         * wl-expire.el (toplevel): Ditto.
8984         * wl-fldmgr.el (toplevel): Ditto.
8985         * wl-folder.el (toplevel): Ditto.
8986         * wl-highlight.el (toplevel): Ditto.
8987         * wl-message.el (toplevel): Ditto.
8988         * wl-mime.el (toplevel): Ditto.
8989         * wl-mule.el (toplevel): Ditto.
8990         * wl-nemacs.el (toplevel): Ditto.
8991         * wl-refile.el (toplevel): Ditto.
8992         * wl-score.el (toplevel): Ditto.
8993         * wl-summary.el (toplevel): Ditto.
8994         * wl-template.el (toplevel): Ditto.
8995         * wl-thread.el (toplevel): Ditto.
8996         * wl-util.el (toplevel): Ditto.
8997         * wl-vars.el (toplevel): Ditto.
8998         * wl-xmas.el (toplevel): Ditto.
8999         * wl.el (toplevel): Ditto.
9000
9001 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9002
9003         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9004         instead of product.
9005
9006         * wl-version.el (wl-version): Compile time evalution elmo-version.
9007
9008 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl-summary.el (wl-summary-sync-force-update): Append queue
9011         `mark-as-read'if unplugged.
9012
9013 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9014
9015         * wl-version.el: New file.  Use product.el.
9016         * wl.el: add (require 'wl-version).
9017         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9018         for ~/.folders header.
9019         (wl-fldmgr-folders-header): Changed.
9020         * wl-demo.el (wl-demo): Use product.el.
9021
9022         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9023         wl-version.el.
9024         * wl-util.el (wl-version, wl-version-show): Ditto.
9025
9026         * wl-util.el (wl-generate-user-agent-string,
9027         wl-extended-emacs-version, wl-extended-emacs-version2,
9028         wl-extended-emacs-version3): Move to wl-version.el.
9029         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9030         xemacs-codename, mime-edit-insert-user-agent-field,
9031         mime-edit-user-agent-value, mime-editor/version,
9032         mime-editor/codename): Compile warning killer move to
9033         wl-version.el
9034
9035 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9036
9037         * wl-summary.el (wl-summary-refile-subr): Fix.
9038
9039 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9042         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9043
9044 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9045
9046         * wl.el (wl-check-environment): Check too many `@'.
9047
9048 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9049
9050         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9051
9052 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9053
9054         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9055         wl-draft-reply-myself-without-argument-list): Add variables.
9056         * wl-draft.el (wl-draft-reply): Use it.
9057
9058 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9059
9060         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9061         the 5th argument of `elmo-network-get-spec'.
9062
9063         * wl-thread.el (wl-thread-reparent-children): New inline function.
9064         (wl-thread-delete-message): Use it.
9065
9066         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9067         (wl-summary-score-update-all-lines): Don't use `dolist'.
9068
9069 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9070
9071         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9072         (require 'elmo-msgdb) for inline function.
9073
9074 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9075
9076         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9077
9078 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9079
9080         * wl-score.el (wl-score-headers): Fix for the confusing macro
9081         `elmo-kill-buffer'.
9082
9083 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9084
9085         * wl-summary.el: Don't use the 3rd argument of `require' because
9086         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9087         * wl-util.el: Ditto.
9088         * wl-draft.el: Ditto.
9089
9090 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9091
9092         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9093         window system is not used.
9094
9095 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9096
9097         * wl-thread.el: Don't use `mapcar' only for iteration.
9098         (wl-thread-resume-entity): Ditto.
9099         (wl-thread-delete-message): Ditto.
9100
9101         * wl-summary.el: Bind `dragdrop-drop-functions',
9102         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9103         of `require' for `timezone', `easymenu' and `ps-print';
9104         don't use `mapcar' only for iteration.
9105
9106         * wl-util.el: Bind `mule-version', `nemacs-version',
9107         `emacs-beta-version', `xemacs-codename',
9108         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9109         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9110         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9111         only for iteration.
9112
9113         * wl-score.el: Don't use `mapcar' only for iteration.
9114         (wl-score-simplify-buffer-fuzzy): Ditto.
9115         (wl-score-simplify-subject): Ditto.
9116         (wl-score-headers): Ditto.
9117         (wl-summary-score-update-all-lines): Ditto.
9118
9119         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9120         `enable-multibyte-characters' and `mule-version'.
9121
9122         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9123         `mapcar' only for iteration.
9124
9125         * wl-demo.el: Don't use `mapcar' only for iteration.
9126
9127         * wl-folder.el: Don't use `mapcar' only for iteration.
9128         (wl-folder-open-all): Ditto.
9129         (wl-folder-count-incorporates): Ditto.
9130
9131         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9132         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9133
9134         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9135         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9136         `smtp-connection-type'; specify 3rd argument of `require' for
9137         `timezone'; don't use `mapcar' only for iteration.
9138         (wl-draft-clone-local-variables): Don't use `mapcar'.
9139         (wl-draft-generate-clone-buffer): Ditto.
9140         (wl-user-agent-compose-internal): Ditto.
9141
9142         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9143
9144         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9145         (wl-save-status): Ditto.
9146
9147         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9148         for iteration.
9149
9150 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9151
9152         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9153         removed `Date'.
9154         (wl-fldmgr-make-filter-default): New user option.
9155
9156         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9157         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9158         (wl-fldmgr-filter-completion-alist): Abolish.
9159
9160         * wl.el (wl): Don't check servers if arg is non-nil.
9161
9162         * wl-draft.el (wl-draft-reply): Set only message-id string to
9163         In-Reply-To field.
9164
9165 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9166
9167         * wl-summary.el (wl-summary-pick): Rewrite.
9168
9169         * wl-draft.el (wl-draft-forward): Get references field from
9170         original buffer.
9171         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9172
9173 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9174
9175         * wl-draft.el (wl-draft-forward): Add references field.
9176
9177 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9178
9179         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9180         (wl-draft-reply): Use it.
9181
9182 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9183
9184         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9185         when Emacs 21 is running.
9186
9187         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9188         bindings.
9189
9190 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9191
9192         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9193         XPM icons transparent.
9194
9195         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9196         Emacs 21.
9197
9198 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9201         nil.
9202
9203         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9204         when it is persistent.
9205         (wl-summary-sync-marks): Changed argument for
9206         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9207         (wl-summary-virtual): Use `elmo-read-search-condition'.
9208         (wl-summary-redisplay-internal): If folder is local, mark as read
9209         even when folder is plugged.
9210
9211 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9212
9213         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9214         of `tool-bar-lines' in the frame parameters.
9215         (after-make-frame-functions, post-command-hook): Don't modify the
9216         value.
9217         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9218         wl-e21-tool-bar-lines): Removed.
9219
9220 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9221
9222         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9223         properties `evaporate' and `wl-momentary-overlay' as well.
9224         (wl-highlight-summary-displaying): Ditto.
9225         (wl-delete-all-overlays): Don't delete overlay which does not have
9226         a property `wl-momentary-overlay'.
9227
9228         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9229         `display-mouse-p' and `display-graphic-p'.
9230         (wl-folder-init-icons): Don't search for XBM or the other files.
9231         (wl-plugged-set-folder-icon): Make icons if and only if
9232         `display-graphic-p' returns non-nil.
9233         (wl-highlight-plugged-current-line): Use `before-string' overlay
9234         property to show icon images.
9235         (wl-highlight-folder-current-line): Ditto.
9236         (wl-e21-highlight-folder-group-line): Ditto.
9237         (wl-e21-highlight-folder-by-numbers): Ditto.
9238         (wl-e21-insert-image): Removed.
9239         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9240         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9241         said.
9242         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9243         `wl-e21-force-switch-toolbar'.
9244         (wl-e21-make-icon-image): Removed.
9245         (wl-e21-setup-toolbar): Don't search for XBM files.
9246         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9247         the default value.
9248
9249 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9250
9251         * wl-util.el (wl-biff-check-folder-async): Set
9252         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9253
9254 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9255
9256         * wl-e21.el (after-make-frame-functions): Add
9257         `wl-e21-force-switch-toolbar'.
9258         (wl-e21-force-switch-toolbar): New function force to switch the
9259         toolbar appearance automatically.
9260         (post-command-hook): Add `wl-e21-switch-toolbar'.
9261         (wl-e21-switch-toolbar): New function to switch the toolbar
9262         appearance automatically.
9263         (wl-e21-tool-bar-lines): New buffer local variable.
9264
9265 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * wl-util.el (wl-biff-check-folders-running): New variable.
9268         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9269         (wl-biff-check-folder-async-callback):
9270         Set `wl-biff-check-folders-running'.
9271         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9272         with unwind-protect.
9273
9274         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9275         Enclose `wl-folder-auto-check' with unwind-protect.
9276
9277         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9278         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9279
9280         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9281
9282         * wl-util.el (wl-biff-notify): New inline function.
9283         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9284         locally.
9285         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9286         folder-list' is 1.
9287         Use `wl-biff-notify'.
9288         (wl-biff-check-folder-async-callback): New function.
9289         (wl-biff-check-folder-async): Ditto.
9290
9291         * wl-folder.el (wl-folder): Don't check folders.
9292         (wl-folder-auto-check): New function.
9293
9294 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9295
9296         * wl-util.el (wl-biff-start) [Emacs19+]:
9297         Use `timer-next-integral-multiple-of-time'.
9298         (wl-biff-check-folders): Use `wl-default-folder'
9299         if `wl-biff-check-folder-list' is nil.
9300
9301 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9302
9303         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9304         instead of `elmo-delete-lists'.
9305
9306 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9307
9308         * wl.el (wl-plugged-toggle-all): Set the value of
9309         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9310         (wl-plugged-toggle): Ditto.
9311         (wl-toggle-plugged): Ditto.
9312         (wl-plugged-init): Ditto.
9313
9314         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9315         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9316         instead of `wl-biff-state-indicator-off' and
9317         `wl-biff-state-indicator-on'; don't modify the value and the type
9318         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9319         (wl-plugged-init-icons): Set icons data to
9320         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9321         instead of `wl-plug-state-indicator-off' and
9322         `wl-plug-state-indicator-on'; don't modify the value and the type
9323         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9324
9325         * wl-vars.el (wl-modeline-biff-state-off,
9326         wl-modeline-biff-state-on, wl-modeline-biff-status,
9327         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9328         wl-modeline-plug-status): New internal variables.
9329         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9330         wl-biff-check-interval, wl-biff-check-folder-list): Change
9331         customization group from `wl-folder' to `wl-highlight'.
9332         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9333         wl-show-plug-status-on-modeline): Defcustomized.
9334
9335         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9336         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9337         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9338         a flag to `mode-line-buffer-identification'.
9339
9340         * wl-e21.el (wl-biff-init-icons): Set icons data to
9341         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9342         instead of `wl-biff-state-indicator-off' and
9343         `wl-biff-state-indicator-on'.
9344         (wl-plugged-init-icons): Set icons data to
9345         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9346         instead of `wl-plug-state-indicator-off' and
9347         `wl-plug-state-indicator-on'.
9348
9349 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9350
9351         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9352         excessive titles.
9353
9354 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9355
9356         * wl.el (wl-plugged-mode): Use revised
9357         `wl-mode-line-buffer-identification'.
9358         (wl-plugged-init): Don't use `force-mode-line-update'.
9359
9360         * wl-xmas.el (wl-draft-overload-functions): Use revised
9361         `wl-mode-line-buffer-identification'.
9362         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9363         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9364         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9365         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9366         `wl-make-plugged-hook';
9367         add `wl-folder-init-icons' and `wl-setup-folder' to
9368         `wl-folder-mode-hook'.
9369
9370         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9371         19 as well.
9372         (wl-mode-line-display-priority-list): New user option.
9373         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9374         Defcustomized.
9375         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9376         Add docs.
9377
9378         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9379         start.
9380         (wl-mode-line-buffer-identification): Revised as a function.
9381
9382         * wl-summary.el (wl-summary-mode): Use revised
9383         `wl-mode-line-buffer-identification'; don't call
9384         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9385         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9386         `wl-xmas-setup-summary'.
9387
9388         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9389         `wl-mode-line-buffer-identification'.
9390
9391         * wl-mule.el (wl-draft-overload-functions): Use revised
9392         `wl-mode-line-buffer-identification'.
9393
9394         * wl-folder.el (wl-make-plugged-alist): Don't call
9395         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9396         (wl-folder): Don't call `wl-folder-init-icons' directly.
9397         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9398         `wl-xmas-setup-folder' directly;
9399         use revised `wl-mode-line-buffer-identification'.
9400         (TopLevel): Don't bind `wl-biff-init-icons',
9401         `wl-plugged-init-icons', `wl-folder-init-icons',
9402         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9403
9404         * wl-e21.el (wl-draft-overload-functions): Use revised
9405         `wl-mode-line-buffer-identification'.
9406         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9407         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9408         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9409         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9410         `wl-make-plugged-hook';
9411         add `wl-folder-init-icons' and `wl-setup-folder' to
9412         `wl-folder-mode-hook'.
9413
9414 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9415             Katsumi Yamaoka    <yamaoka@jpl.org>
9416
9417         * wl.el (wl): Call `wl-biff-start'.
9418         (wl-exit): Call `wl-biff-stop'.
9419         (wl-plugged-mode): Show biff in modeline.
9420         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9421
9422         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9423         (wl-biff-init-icons): New function.
9424         (wl-plugged-init-icons): Don't make too much keymaps.
9425         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9426
9427         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9428         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9429         variables.
9430         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9431         options.
9432
9433         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9434         wl-biff-start, wl-biff-stop): New functions.
9435         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9436         (wl-biff-timer-name): New variable.
9437
9438         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9439
9440         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9441         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9442
9443         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9444         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9445
9446         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9447         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9448         `wl-folder-init-icons' to `ignore' if they are not available.
9449         (wl-folder-mode): Show biff in modeline.
9450
9451         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9452         (wl-biff-init-icons): New function.
9453         (wl-plugged-init-icons): Don't make too much keymaps.
9454         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9455
9456 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9457
9458         * wl-vars.el (wl-strict-diff-folders): Customization Type
9459         and doc fix.  Define as a list of regular expressions for
9460         folders or nil.
9461         * wl-folder.el (wl-folder-check-one-entity): Use
9462         `wl-string-match-member' instead of `wl-string-member' for
9463         `wl-strict-diff-folders'.
9464
9465 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9466
9467         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9468         (wl-highlight-folder-current-line): Use it; new implementation.
9469         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9470         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9471         `defsubst' instead of `defun'.
9472
9473         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9474         `wl-highlight-group-folder-by-numbers'; made it can also be a
9475         number.  See info for more details.
9476
9477         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9478         running.
9479
9480         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9481         to bind them.
9482
9483         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9484         (wl-highlight-folder-current-line): New implementation.
9485
9486         * wl-highlight.el (wl-highlight-folder-group-line): New
9487         implementation.
9488         (wl-delete-all-overlays): Rewrite as a marco.
9489         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9490
9491         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9492         running.
9493         (wl-folder-*-glyph): No need to bind them.
9494
9495         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9496         `wl-e21-highlight-folder-group-icon'; rewrite.
9497         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9498         `defsubst' instead of `defun'.
9499         (wl-folder-mode-map): Bind it when compiling.
9500
9501 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9502
9503         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9504
9505         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9506
9507 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9508
9509         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9510
9511 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9512
9513         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9514         (wl-highlight-folder-current-line): Use it.
9515
9516         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9517         in `id-name'.
9518
9519 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9520
9521         * wl.el: Require `wl-e21' when Emacs 21 is running.
9522
9523         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9524         default when Emacs 21 is running.
9525         (wl-use-highlight-mouse-line): Ditto.
9526         (wl-on-emacs21): New constant.
9527         (wl-on-emacs20): Removed.
9528
9529         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9530         Emacs 21 is running.
9531
9532         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9533         Emacs 21 is running.
9534
9535         * wl-e21.el: New file.
9536
9537 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9538
9539         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9540         (wl-toggle-plugged): Ditto.
9541         (wl-plugged-toggle): Ditto.
9542         (wl-plugged-toggle-all): Ditto.
9543
9544         * wl-vars.el (wl-plug-state-indicator): Refer
9545         `wl-plug-state-indicator-on' indirectly.
9546
9547 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9548
9549         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9550         Call `wl-folder-confirm-existence'.
9551
9552         * wl-folder.el (wl-folder-confirm-existence): Added optional
9553         argument `force'.
9554
9555 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9556
9557         * wl-summary.el (wl-summary-refile-subr): Assume
9558         `copy-or-refile' as symbol.
9559         (wl-summary-refile): Follow up above change.
9560         (wl-summary-copy): Ditto.  Doc fix.
9561
9562 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-summary.el (wl-summary-pick): Don't bind
9565         `elmo-search-mime-charset'.
9566
9567         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9568         default using old backquote style.
9569         (wl-search-mime-charset): Abolished.
9570
9571         * wl-highlight.el (wl-highlight-headers):
9572         Call `point' after `re-search-forward'(for Nemacs).
9573
9574         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9575         for elmo-imap4.el.
9576
9577 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9578
9579         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9580         `wl-message-ignored-field-list' instead of
9581         `mime-view-ignored-field-list'.
9582
9583         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9584         Add interactive spec.
9585         (wl-folder-goto-bottom-of-current-folder): Ditto.
9586         (wl-folder-mode-map): Bind them.
9587
9588         * wl-vars.el (wl-message-ignored-field-list): New variable.
9589         (wl-message-visible-field-list): New variable.
9590
9591         * wl-mime.el (wl-mime-header-presentation-method): New function.
9592         (wl-mime-setup): Set header-presentation-method.
9593
9594 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9595
9596         * wl-nemacs.el (wl-draft-overload-functions): Set
9597         `mode-line-buffer-identification' instead of using
9598         `wl-make-modeline'.
9599
9600         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9601         instead of using `wl-make-modeline'.
9602
9603         * wl-xmas.el (wl-plugged-init-icons): Set up
9604         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9605         (wl-make-modeline): Abolish.
9606         (wl-draft-overload-functions): Set
9607         `mode-line-buffer-identification' instead of using
9608         `wl-make-modeline'.
9609
9610         * wl-util.el (wl-make-modeline-subr): Abolish.
9611         (wl-mode-line-buffer-identification): New alias.
9612
9613         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9614         (wl-summary-make-modeline): Abolish.
9615         (wl-summary-buffer-set-folder): Set
9616         `wl-summary-buffer-folder-indicator'.
9617         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9618         of using `wl-make-modeline'.
9619         (wl-summary-switch-to-clone-buffer): Don't set
9620         `mode-line-buffer-identification'.
9621         (wl-summary-goto-folder-subr): Ditto.
9622
9623         * wl-mule.el (wl-draft-overload-functions): Set
9624         `mode-line-buffer-identification' instead of using
9625         `wl-make-modeline'.
9626
9627         * wl-folder.el (wl-folder-mode): Set
9628         `mode-line-buffer-identification' instead of using
9629         `wl-make-modeline'.
9630         (wl-folder): Don't set `mode-line-buffer-identification'.
9631
9632 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9633
9634         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9635         instead of `member' for `wl-refile-guess-func-list' look-ups.
9636         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9637
9638 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9639
9640         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9641         `wl-message-button-dispatcher'.
9642
9643         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9644
9645         * wl-message.el (wl-message-button-dispatcher): Use it.
9646
9647         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9648         "In-Reply-To".
9649
9650         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9651         Bind `case-fold-search' to t.
9652
9653 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9654
9655         * wl-xmas.el (wl-message-overload-functions): Initialize
9656         `wl-message-button-map'.
9657
9658         * wl-mule.el (wl-message-overload-functions): Initialize
9659         `wl-message-button-map'.
9660
9661         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9662
9663         * wl-message.el (wl-message-button-map): New keymap.
9664         (wl-message-add-button): New function.
9665         (wl-message-button-dispatcher): New function.
9666         (wl-message-button-refer-article): New function.
9667
9668         * wl-highlight.el
9669         (wl-highlight-message-add-buttons-to-header): New function.
9670         (wl-highlight-headers): Use it.
9671
9672 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9673
9674         * wl-summary.el (wl-summary-default-from): Use
9675         `wl-address-get-petname-1'.
9676         (wl-summary-simple-from): Ditto.
9677
9678         * wl-address.el (wl-address-get-petname-1): New inline function.
9679         (wl-address-get-petname): Use it.
9680
9681 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9682
9683         * wl-summary.el (wl-summary-default-from): Return full-name part
9684         from the address if no petname was found.
9685         (wl-summary-simple-from): Ditto.
9686
9687         * wl-address.el (wl-address-get-petname): Return nil if no petname
9688         associated with the address was found.
9689
9690 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9691
9692         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9693         display is finished.
9694
9695 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9696
9697         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9698         `elmo-folder-exists-p' argument.
9699
9700 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9701
9702         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9703         the folder.
9704
9705 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9706
9707         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9708
9709         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9710         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9711
9712 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9713
9714         * wl-folder.el (wl-folder-create-subr): New function.
9715         (wl-folder-confirm-existence): Use it.
9716         (wl-folder-check-one-entity): Use it.
9717         Check the error symbol is derived from 'elmo-open-error.
9718
9719         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9720         `ignore-error'.
9721
9722 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9723
9724         * wl-util.el (toplevel): Add (eval-when-compile (require
9725         'elmo-util)).  (Maybe `provide' is typo.)
9726
9727 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9728
9729         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9730         (I don't know why this was needed.)
9731
9732         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9733         Follow up changes for stream-type.
9734
9735         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9736         (wl-draft-elmo-nntp-send): Ditto.
9737
9738         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9739         (wl-nntp-posting-stream-type): Ditto.
9740         (wl-pop-before-smtp-ssl): Abolished.
9741         (wl-nntp-posting-ssl): Ditto.
9742
9743         * wl-address.el (wl-address-quote-specials): New function.
9744         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9745
9746         * wl-draft.el (wl-draft-reply): Ditto.
9747
9748 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9749
9750         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9751         use function `wl-string-match-assoc'.
9752
9753 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9754
9755         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9756
9757         * wl-draft.el (wl-draft-deduce-address-list): New function.
9758         (wl-draft-parse-mailbox-list): Ditto.
9759         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9760         instead of `smtp-deduce-address-list'.
9761         (wl-draft-on-field-p): Follow group list.
9762
9763         * wl-address.el (wl-address-concat-token): New function.
9764         (wl-address-string-without-group-list-contents): Ditto.
9765         (wl-complete-field-body): Fixed problem of completion
9766         by japanese petname.
9767         (wl-address-make-completion-list): Rewrite.
9768
9769 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9770
9771         * wl-address.el (wl-address-make-completion-list): Completion by
9772         petname.
9773         (wl-complete-field-body): Likewise.
9774
9775 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9776
9777         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9778         contains invalid address syntax.
9779
9780 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9781
9782         * wl-folder.el (wl-folder-check-entity-async): Use
9783         `elmo-nntp-spec-hostname'.
9784
9785 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9786
9787         * wl-summary.el (wl-summary-msgdb-load-async): Use
9788         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9789
9790 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9791
9792         * wl-draft.el (wl-draft-reply): Set argument
9793         `content-transfer-encoding' as nil.
9794
9795 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9796
9797         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9798         `wl-refile-alist'.
9799
9800 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9801
9802         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9803         (wl-draft-edit-string): Ditto.
9804         (wl-draft-forward): Ditto.
9805         * wl-summary.el (wl-summary-write): Ditto.
9806
9807 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9808
9809         * wl-summary.el (wl-summary-sync-update3): Call
9810         `wl-summary-buffer-number-column-detect'.
9811         (wl-summary-buffer-number-column-detect): Search from point-min.
9812
9813 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9814
9815         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9816         contains an address which is not included in original to or cc.
9817
9818 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9819
9820         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9821         begin-line does not exist.
9822         * wl-message.el (wl-message-uu-substring): Ditto.
9823
9824 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9825
9826         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9827         clear local variables.
9828         (wl-summary-exit): Call `elmo-commit'.
9829         (wl-summary-switch-to-clone-buffer): Call
9830         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9831         (wl-summary-goto-folder-subr): Ditto.
9832
9833         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9834         POP folder.
9835
9836 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9837
9838         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9839         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9840         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9841         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9842         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9843         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9844
9845         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9846
9847 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9848
9849         * wl-summary.el (wl-summary-search-by-subject):
9850         Search parent message from the latest one.
9851
9852 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9853
9854         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9855         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9856
9857         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9858         New user option.
9859
9860         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9861         if elmo-nntp-use-killed-list is nil.
9862         Use `elmo-msgdb-append-to-killed-list'.
9863         (Append numbers confirmed as disappeared to the killed list.)
9864         (wl-summary-confirm-appends): Don't display negative number.
9865
9866 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9867
9868         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9869
9870 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9871
9872         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9873         range is `all'.
9874         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9875         `elmo-list-bigger-diff'.
9876
9877 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9878
9879         * wl-summary.el (wl-summary-buffer-exit-func):
9880         New buffer local variable.
9881         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9882
9883 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9884
9885         * wl-demo.el (wl-demo): Fix the last change.
9886
9887 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9888
9889         * wl-demo.el (wl-demo): Don't use `eval'.
9890
9891 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9892
9893         * wl-summary.el (wl-summary-buffer-thread-modified):
9894         New buffer-local variable.
9895         (wl-summary-set-thread-modified): New function.
9896         (wl-summary-thread-modified-p): New function.
9897         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9898         (wl-summary-yank-saved-message): Use function
9899         `wl-summary-set-thread-modified'
9900         (wl-summary-switch-to-clone-buffer): Add
9901         `wl-summary-buffer-thread-modified'.
9902
9903         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9904         (wl-summary-buffer-mark-saved-hook): Ditto.
9905         * wl-summary.el (wl-summary-msgdb-save): New hook
9906         `wl-summary-buffer-message-saved-hook' and
9907         `wl-summary-buffer-mark-saved-hook'.
9908
9909 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9910
9911         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9912
9913 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9914
9915         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9916         don't hide scroll bars under FSF Emacsen because it may incur an
9917         undesirable redrawing.
9918
9919 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9920
9921         * wl-draft.el (wl-draft-edit-string): Call
9922         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9923
9924 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9925
9926         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9927
9928 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9929
9930         * wl-summary.el (wl-summary-msgdb-load-async): Call
9931         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9932
9933 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9934
9935         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9936         fringes in demo buffer; center bitmap logo correctly even if old
9937         Mule is used.
9938
9939 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9940
9941         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9942
9943         * wl-refile.el (wl-refile-subject-alist): New variable.
9944         (wl-refile-subject-alist-file-name): Ditto.
9945         (wl-refile-alist-setup): Rewrite.
9946         (wl-refile-alist-save): Use `elmo-object-save'.
9947         Eliminated arguments.
9948         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9949         (wl-refile-guess-by-subject): New function.
9950         (wl-refile-guess-func-list): Added it.
9951
9952 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9953
9954         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9955         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9956
9957 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9958
9959         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9960         New buffer-local variable.
9961         (wl-summary-buffer-next-folder-func): Ditto.
9962         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9963         if non-nil.
9964         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9965         if non-nil.
9966         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9967         if non-nil.
9968         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9969         if non-nil.
9970
9971 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9972
9973         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9974         permanently in the demo buffer.
9975
9976 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9977
9978         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9979         `mime-entity-fetch-field'.
9980
9981         * wl.el (wl-exit): Delete plugged buffer.
9982
9983         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9984         XEmacs has menubar feature.
9985
9986 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9987
9988         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9989         cannot arrive at the beginning of the buffer under old Emacsen.
9990
9991 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9992
9993         * wl-address.el (wl-address-ldap-search):
9994         Call `ldap-search-entries' with `withdn' argument t.
9995         (wl-complete-field-body): Bind completion-ignore-case as t.
9996         Clear ldap search hash when it was sole completion.
9997         Use elmo-string for pattern string.
9998         (wl-ldap-alias-safe-string): Eliminated needless let.
9999
10000 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10001
10002         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10003         (wl-ldap-alias-sep): New constant.
10004         (wl-ldap-search-attribute-type-list): Ditto.
10005         (wl-ldap-get-value): New function.
10006         (wl-ldap-make-filter): Ditto.
10007         (wl-ldap-make-matched-value-list): Ditto.
10008         (wl-ldap-alias-safe-string): Ditto.
10009         (wl-ldap-register-dn-string): Ditto.
10010         (wl-address-ldap-search): Rewrite.
10011
10012 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10013
10014         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10015         thread is deleted.
10016         (wl-thread-delete-line-from-buffer): Ditto.
10017         (wl-thread-get-exist-children): New function.
10018
10019 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10020
10021         * wl-demo.el (wl-demo): Made it to select various image types.
10022         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10023         from `wl-title-logo'.
10024         (wl-logo-ascii): New variable.
10025         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10026         (wl-demo-copyright-notice): New constant.
10027
10028         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10029
10030 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10031
10032         * wl-vars.el (wl-summary-target-above): Renamed from
10033         wl-summary-temp-above.
10034         * wl-score.el (wl-score-get-score-alist): Use it.
10035         (wl-summary-score-update-all-lines): Use it.
10036         * wl-summary.el: Ditto. (make-variable-buffer-local).
10037
10038 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10039
10040         * wl-vars.el (wl-ldap-port): New user option.
10041
10042         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10043         Rewite whole implementation.
10044         (wl-complete-field-body): Fixed.
10045
10046 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10047
10048         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10049         Choose implementation at compile time.
10050
10051 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10052
10053         * wl-address.el (wl-ldap-search-internal): New function.
10054         (wl-complete-field-to): Use it.
10055
10056 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10057
10058         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10059         Use `let' instead of `let*'.
10060         Require 'wl-vars.
10061
10062         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10063         Define as defcustom.
10064         (wl-ldap-base): Ditto.
10065         (wl-use-ldap): Ditto.
10066
10067 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10068
10069         * wl-address.el (wl-ldap-search): New function.
10070         (wl-complete-field-body): Use `wl-ldap-search'.
10071         (wl-ldap-server): New variable.
10072         (wl-ldap-base): Ditto.
10073         (wl-use-ldap): Ditto.
10074
10075 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10076
10077         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10078         (Pointed out by Mito <mit@nines.nec.co.jp>).
10079         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10080         buffer-local variables like `wl-summary-redisplay-internal'.
10081         (wl-summary-redisplay-all-header): Likewise.  Update
10082         Summary view too.
10083
10084 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10085
10086         * wl-summary.el (wl-summary-jump-to-parent-message):
10087         Consider prefix argument.
10088
10089         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10090         when closed thread is deleted.
10091
10092 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10093
10094         * wl-summary.el (wl-summary-jump-to-parent-message):
10095         Consider thread modification.
10096
10097 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10098
10099         * wl-message.el (wl-message-normal-get-original-buffer): Use
10100         `save-excursion'.
10101
10102         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10103         (wl-summary-showto-folder-regexp): Ditto.
10104
10105 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10106
10107         * wl-util.el (wl-delete-alist): Doc fix.
10108         (wl-delete-associations): New function.
10109         (wl-inverse-alist): New function.
10110         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10111         Split temporary variables. Use `wl-delete-associations'
10112         and `wl-inverse-alist'.
10113         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10114
10115 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10116
10117         * wl-folder.el (wl-folder-prefetch-entity):
10118         Execute prefetching if new count is unknown.
10119
10120 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10121
10122         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10123
10124         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10125         delete entity.
10126         (wl-thread-set-parent): If insert as top, set linked as nil.
10127
10128         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10129         `wl-thread-cleanup-symbols' when view mode is thread.
10130
10131 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10132
10133         * wl-folder.el (wl-folder-create-folder-entity): Use
10134         with-current-buffer.
10135         (wl-local-folder-init): Call set-buffer to make sure we are in
10136         the Folder buffer. Don't touch buffer-local variables here.
10137         (wl-folder-mode): Initialize buffer-local variables here.
10138
10139         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10140         (wl-folder-entity-assign-id): Ditto.
10141         (wl-folder-create-entity-hashtb): Ditto.
10142         (wl-local-folder-init): Ditto.
10143         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10144
10145 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10146
10147         * wl-summary.el (wl-summary-default-from): Fix probrem when
10148         std11-extract-address-components return (nil "foo@bar").
10149
10150 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10151
10152         * wl-draft.el (wl-draft-clone-local-variables):
10153         Remove redundant `setq'.
10154
10155 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10156
10157         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10158         Bind wl-highlight-x-face-func as nil while highlighting header.
10159
10160 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10161
10162         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10163
10164 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10165
10166         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10167         elmo-msgdb-overview-hashtb from copy-variables.
10168         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10169         instead of `elmo-msgdb-overview-get-entity-by-number'.
10170         (wl-summary-auto-refile): Ditto.
10171
10172         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10173         `elmo-msgdb-overview-get-entity' instead of
10174         `elmo-msgdb-search-overview-entity'.  Use
10175         `elmo-msgdb-overview-get-entity' instead of
10176         `elmo-msgdb-overview-get-entity-by-number'.
10177         (wl-thread-insert-entity-sub): Ditto.
10178         (wl-thread-insert-message): Ditto.
10179
10180         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10181         `elmo-msgdb-overview-get-entity'.
10182         (wl-normal-message-redisplay): Ditto.
10183
10184 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10185
10186         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10187         `wl-thread-entities'.
10188         (wl-thread-delete-message): Fix remove top message from
10189         `wl-thread-entity-list'.
10190
10191         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10192         wl-append(nconc), because update-list is broken on Meadow.
10193
10194         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10195         updating process.
10196         (wl-summary-rescan): Ditto.
10197         (wl-summary-sync-update3): Ditto.
10198         * wl-thread.el (wl-thread-set-parent): Renamed from
10199         `wl-summary-set-parent'.
10200         (wl-thread-insert-message): Updating buffer faster.
10201         (wl-thread-delete-message): Updating buffer faster.
10202
10203         * wl-score.el (wl-summary-score-update-all-lines): Changed
10204         interval for display progress gauge.
10205
10206 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10207
10208         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10209         folder always-sticky.
10210         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10211         defmacro.
10212
10213 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10214
10215         * wl-vars.el (wl-draft-add-references): New user option.
10216
10217         * wl-draft.el (wl-draft-add-references): New function.
10218         (wl-draft-yank-from-mail-reply-buffer): Use it.
10219         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10220         as nil.
10221
10222 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10223
10224         * wl-thread.el (wl-thread-update-line-msgs): Called
10225         `wl-thread-update-line-on-buffer-sub'.
10226         (wl-thread-update-line-on-buffer): Delete routine of inserting
10227         thread.
10228         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10229         moved from `wl-thread-update-line-on-buffer'.
10230         Add threshold for displaying progress gauge.
10231         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10232         argument of `wl-thread-update-line-msgs'.
10233         Add threshold for displaying progress gauge.
10234         * wl-folder.el:
10235         Add threshold for displaying progress gauge.
10236         * wl-score.el: Ditto.
10237
10238         * wl-expire.el (wl-summary-expire): Display deleting info.
10239
10240 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10241
10242         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10243         `no-msg'.
10244         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10245         argument of `wl-thread-update-line-msgs'.
10246         (wl-summary-set-parent): Added optional argument `parent-number'.
10247         (wl-summary-buffer-saved-message): New buffer local variable.
10248         (wl-summary-save-current-message): New command.
10249         (wl-summary-yank-saved-message): Ditto.
10250         (wl-summary-mode-map): Added key binding for
10251         `wl-summary-save-current-message' (\ew) and
10252         `wl-summary-yank-saved-message' (\C-y).
10253         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10254
10255 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10256
10257         * wl-summary.el (wl-summary-mode-map): Added key binding for
10258         `wl-summary-set-parent' (ts).
10259
10260 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10261
10262         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10263         subject faster. If thread number is reverse, delayed updating
10264         thread.
10265         (wl-summary-search-by-subject): Ditto.
10266         (wl-summary-put-alike): Ditto.
10267         (wl-summary-get-alike): Ditto.
10268         (wl-summary-insert-headers): Insert header of all overview in
10269         buffer.
10270         (wl-summary-rescan): Delayed updating thread. Kill search subject
10271         buffer for wl-summary-search-by-subject.
10272         (wl-summary-sync-update3): Ditto.
10273         (wl-summary-exit): Ditto.
10274         (wl-summary-goto-bottom-of-current-thread): Change for linked
10275         thread.
10276         (wl-summary-overview-create-summary-line): Change line for linked
10277         thread.
10278
10279         * wl-summary.el (wl-summary-update-thread): Use
10280         wl-thread-maybe-get-children-num.
10281         (wl-summary-set-parent): If change parent, move sub thread.
10282         (wl-summary-redisplay-internal): Add horizontal recenter.
10283         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10284
10285         * wl-thread.el (wl-thread-entity-get-linked): New function.
10286         (wl-thread-entity-set-linked): New function.
10287         (wl-thread-create-entity): Add linked element.
10288         (wl-thread-entity-insert-as-top): Use wl-append.
10289         (wl-thread-maybe-get-children-num): If closing thread, return
10290         children msgs.
10291         (wl-thread-update-line-msgs): Displaying progress message.
10292         (wl-thread-update-line-on-buffer-sub): Use
10293         wl-thread-maybe-get-children-num.
10294         (wl-thread-update-line-on-buffer): If update line is not exists,
10295         insert thread.
10296         (wl-thread-delete-message): If delete top msg of thread, search
10297         parent by subject.
10298         (wl-thread-insert-entity): Use
10299         wl-thread-maybe-get-children-num.
10300
10301         * wl-highlight.el (wl-highlight-summary-current-line): change
10302         sregexp for linked thread.
10303         * wl-util.el (wl-count-lines): Count lines.
10304         (wl-horizontal-recenter): horizontal recenter.
10305         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10306         (wl-score-get-alike): Ditto.
10307         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10308         (wl-subject-length-limit): New variable.
10309         (wl-highlight-thread-indent-string-regexp): Changed for linked
10310         thread.
10311
10312 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10313
10314         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10315         New variable (revival).
10316         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10317         by subject matching if there's no in-reply-to nor references field
10318         (revival).
10319
10320 \f
10321 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10322
10323         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10324         message.
10325
10326 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10327
10328         * wl-summary.el (wl-summary-reply): Return t if there was a
10329         message at cursor point.
10330         Added unwind-protect.
10331         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10332         returns t.
10333         (wl-summary-cancel-message): Do nothing when there's no message at
10334         cursor point.
10335         (wl-summary-forward): Ditto.
10336         (wl-summary-jump-to-parent-message): Ditto.
10337         (wl-summary-reedit): Ditto.
10338         (wl-summary-edit-addresses): Ditto.
10339         (wl-summary-pipe-message): Ditto.
10340         (wl-summary-print-message-with-ps-print): Ditto.
10341         (wl-summary-print-message): Ditto.
10342         (wl-summary-mark-as-important): Ditto.
10343         (wl-summary-mark-as-unread): Ditto.
10344
10345         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10346         message at cursor point.
10347         (wl-summary-reply-with-citation): Remove unwind-protect.
10348
10349         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10350         subject searching feature.
10351         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10352         Eliminated.
10353
10354 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10355
10356         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10357         New variable.
10358         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10359         by subject matching if there's no in-reply-to nor references field.
10360
10361         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10362
10363         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10364         when display is finished.
10365         (wl-folder-open-all): Ditto.
10366         (wl-folder-update-access-group): Ditto.
10367         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10368         * wl-thread.el (wl-thread-close-all): Ditto.
10369
10370         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10371         progress gauge only when it was displayed.
10372         * wl-folder.el (wl-folder-insert-entity): Ditto.
10373
10374 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10375
10376         * wl-summary.el (wl-summary-incorporate): Enclose
10377         `wl-summary-sync-force-update' with save-excursion.
10378
10379 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10380
10381         * wl-summary.el (wl-summary-prefetch-region):
10382         Pass current cursor point to `pos-visible-in-window-p' after
10383         moving cursor to the started point.
10384
10385 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10386
10387         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10388
10389         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10390         fields from the forwarding message.
10391         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10392         `ignored-fields'.
10393
10394 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10395
10396         * wl-mime.el (wl-message-request-partial):
10397         Eliminated argument `msgdb'.
10398         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10399         (wl-mime-combine-message/partial-pieces): Likewise.
10400         * tm-wl.el (wl-message-request-partial): Likewise.
10401         (wl-mime-combine-message/partial-pieces): Likewise.
10402
10403 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10404
10405         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10406         when display is finished.
10407
10408 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10409
10410         * wl-summary.el (wl-summary-goto-folder-subr):
10411         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10412
10413 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10414
10415         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10416         when cursor point is visible.
10417
10418 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10419
10420         * wl-expire.el (wl-expire-archive-get-max-number):
10421         Don't use `file-name-directory'.
10422
10423 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10424
10425         * wl-expire.el (wl-expire-archive-get-max-number):
10426         Use `file-name-directory'.
10427
10428 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10429
10430         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10431         only when there is progress.
10432
10433 2000-04-13  Mito <mit@nines.nec.co.jp>
10434
10435         * wl-summary.el (wl-summary-sync-marks): Display progress.
10436
10437 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10438
10439         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10440         (wl-summary-prev): Move cursor regardless of unread status.
10441         (wl-summary-next): Ditto.
10442
10443 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10444
10445         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10446         Added argument `target' and `number'.
10447         * tm-wl.el (wl-summary-burst-subr): New function.
10448         (wl-summary-burst): Use it.
10449
10450 2000-04-10  Mito <mit@nines.nec.co.jp>
10451
10452         * wl-mime.el (wl-burst): New function.
10453         (wl-summary-burst): Use it.
10454
10455 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10456
10457         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10458         as petname when there's no candidate.
10459
10460 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10461
10462         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10463         New variable.
10464         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10465
10466         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10467
10468         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10469
10470 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10471
10472         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10473         Use substring of `original' instead of buffer-substring.
10474         (wl-refile-evaluate-rule):
10475         Set `original' argument of wl-refile-expand-newtext.
10476
10477         * wl-summary.el
10478         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10479         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10480         (wl-summary-auto-refile): Check existence of destination folder just
10481         before marking.
10482
10483 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10484
10485         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10486         when wl-refile-get-field-value return nil.
10487
10488 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10489
10490         * wl-refile.el
10491         (wl-refile-expand-newtext): New function imported from Gnus.
10492         (wl-refile-evaluate-rule): Use it.
10493
10494 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10495
10496         * wl-summary.el (wl-summary-print-destination):
10497         Duplicate folder string to avoid putting text-property on
10498         original string.
10499
10500         * wl-refile.el (wl-refile-get-field-value): New function.
10501         (wl-refile-evaluate-rule): New function;
10502         Evaluate refile rule recursively.
10503         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10504         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10505         New function; Check existence of a target folder recursively.
10506         (wl-summary-auto-refile-check-refile-rule-alist):
10507         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10508
10509 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10510
10511         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10512
10513         * wl-folder.el (wl-create-folder-entity-from-buffer):
10514         Fixed problem when '}' character is contained in folder name.
10515
10516         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10517
10518 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10519
10520         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10521         (wl-fldmgr-add-completion-all-completions):
10522         Use wl-fldmgr-add-completion-hashtb.
10523
10524 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10525
10526         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10527         wl-fldmgr-add-completion-subr): New functions.
10528         * wl-folder.el (wl-folder-completion-func): New variable.
10529         * wl-summary.el (wl-summary-read-folder):
10530         Use wl-folder-completion-func.
10531
10532         * wl-refile.el: Eliminate throw & catch.
10533
10534         * wl.el (wl-plugged-sending-queue-status): Fixed.
10535
10536 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10537
10538         * wl-draft.el (wl-draft): Put category property on
10539         mail-header-separator.