e2977702e1ca0a7353814713556fa34dffbc989a
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
4
5 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6
7         * wl-message.el (wl-message-flag-indicator): New function.
8         (wl-message-redisplay): Use it.
9
10 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
11
12         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
13
14 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
15
16         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
17         instead of `read-event'.
18
19         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
20
21         * wl-mule.el (wl-read-event-char): Ditto.
22
23         * wl-e21.el (wl-read-event-char): Ditto.
24
25 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
26
27         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
28
29 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-vars.el (wl-draft-send-confirm-type): New user option.
32
33         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
34
35         * wl-draft.el (wl-draft-send-confirm): Confirmation by
36         `wl-draft-send-confirm-type'
37
38 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
39
40         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
41         Avoid error when the buffer name is already used.
42
43 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
44
45         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
46         the change of elmo-nmz -> elmo-search.
47         (wl-highlight-summary-line-help-echo-alist): Ditto.
48         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
49         (wl-nmz-folder-icon): Define as obsolete.
50         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
51         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
52
53 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-summary.el (wl-summary-get-list-info): Rewrite with
56         `elmo-find-list-match-value'
57
58 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
59
60         * wl-summary.el (wl-summary-get-list-info): Optimize.
61         Use List-Id and List-Post also.
62
63 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
64
65         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
66
67 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
68
69         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
70
71 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-util.el (wl-completing-read-multiple-1): New internal function.
74         (wl-completing-read-multiple-2): Ditto.
75         (wl-completing-read-multiple): Define use above functions.
76
77         * wl-summary.el (wl-summary-sort): Removed the workaround for a
78         bug of `completing-read-multiple' about default value.
79
80         * wl-xmas.el (wl-completing-read-multiple): Removed.
81
82         * wl-mule.el (wl-completing-read-multiple): Ditto.
83
84         * wl-e21.el (wl-completing-read-multiple): Ditto.
85
86 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-util.el (wl-filter-associations): New function.
89
90         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
91         (wl-spam-ignored-folder-list): Ditto.
92         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
93         (wl-spam-string-member-p): New function.
94         (wl-spam-domain): Use it.
95         (wl-spam-split-numbers): New function.
96         (wl-spam-apply-partitions): Ditto.
97         (wl-spam-register-spam-messages): Use `folder' instead of
98         `wl-summary-buffer-elmo-folder'.
99         (wl-spam-register-good-messages): Ditto.
100         (wl-summary-exec-action-spam): Decide a domain by real folder of
101         message.
102         (wl-summary-exec-action-refile-with-register): Likewise.
103
104 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
105
106         * wl-e21.el (wl-e21-find-image): New function.
107         (wl-e21-setup-toolbar): Use it instead of `find-image'.
108         (wl-e21-highlight-folder-group-line): Ditto.
109         (wl-folder-init-icons): Ditto.
110         (wl-plugged-init-icons): Ditto.
111         (wl-biff-init-icons): Ditto.
112
113 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
114
115         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
116         (wl-inhibit-save-drafts): New internal variable.
117         (wl-disable-auto-save): Ditto.
118         (wl-save-drafts): Treat above variables.
119         (wl-auto-save-drafts): New function.
120         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
121         `wl-stop-save-drafts'.
122         (wl-start-save-drafts): New function.
123         (wl-stop-save-drafts): Ditto.
124         (wl-set-auto-save-draft): New command.
125
126         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
127         `wl-set-save-drafts'.
128
129 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
130
131         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
132         `make-local-variable' instead of `make-variable-buffer-local'.
133
134 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
135
136         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
137
138 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
139
140         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
141
142 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
143
144         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
145         of working buffer.
146
147 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
150
151         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
152         value into recipients; Bind `wl-draft-remove-group-list-contents'
153         as nil.
154
155 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-summary.el (wl-summary-sort): Fixed the last change.
158
159         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
160         (wl-summary-sort-messages): Ditto.
161         (wl-summary-rescan): Use it.
162         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
163         `completing-read'; Append candidates for reverse order.
164
165 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * Version number is increased to 2.15.2.
168
169 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
172         "Smaller".
173         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
174
175 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
178
179 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
180
181         * wl-vars.el (wl-draft-additional-header-alist): Add into the
182         customize group `wl-draft'.
183         (wl-draft-add-in-reply-to): Move customize group from `wl' to
184         `wl-draft'.
185         (wl-draft-add-references): Ditto.
186
187         * wl-action.el (wl-summary-print-argument): Rename argument from
188         `folder' to `data'.
189
190 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
191
192         * wl-summary.el (wl-summary-rescan-message): Call
193         `wl-thread-cleanup-symbols' before insert thread.
194
195 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl.el (wl-init): Set `elmo-get-folder-function' as
198         `wl-folder-make-elmo-folder'.
199
200         * wl-spam.el (wl-summary-exec-action-spam): Use
201         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
202
203         * wl-folder.el (wl-folder-make-elmo-folder): New function.
204         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
205         `elmo-make-folder'.
206         (wl-folder-get-elmo-folder): Ditto.
207         (wl-folder-create-subr): Simplify.
208
209 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
212
213 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
216         contents in message buffer instead of original buffer. If optional
217         argument specified, ask coding system for encode.
218
219 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
220
221         * wl-spam.el (wl-summary-test-spam-region): New function.
222         (wl-spam-setup): Bind "rkc".
223
224 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
225
226         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
227
228 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
229
230         * wl-spam.el (wl-summary-test-spam): Fix typo.
231         (wl-message-check-spam): Ditto.
232
233 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * wl-summary.el (wl-summary-default-from): Simplify.
236
237 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-action.el (wl-summary-exec-action-refile): Simplify.
240         (wl-summary-exec-action-copy): Ditto.
241         (wl-summary-auto-refile): Check existence of temporary mark.
242
243 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-summary.el (wl-summary-create-line): Use
246         `elmo-time-to-datevec'.
247
248         * wl-expire.el (wl-expire-archive-date): Ditto.
249         (wl-expire-localdir-date): Ditto.
250
251         * wl-util.el (wl-day-number): Abolish.
252
253         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
254         of `wl-day-number'.
255         (wl-score-followup): Ditto.
256         (wl-score-add-followups): Ditto.
257         (wl-score-get-latest-msgs): Ditto.
258         (wl-score-get-header-entry): Ditto.
259         (wl-score-edit-insert-date): Ditto.
260
261 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
264         `elmo-message-entity-field' with 2nd argument `type'.
265
266 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
267
268         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
269
270 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * wl-thread.el (wl-thread-delete-message): Delete descendant
273         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
274
275 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
276
277         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
278
279 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
282         `Access folder'.
283
284 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * wl-vars.el (wl-access-folder-icon): New user option.
287
288         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
289         `Access folder'.
290
291 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-summary.el (wl-summary-buffer-set-folder): Use
294         `wl-folder-mime-charset'.
295
296         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
297         `mime-charset'.
298         (wl-folder-get-elmo-folder): Ditto.
299         (wl-folder-mime-charset): New function.
300
301 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-util.el (wl-parse-addresses): Define alias of
304         `elmo-parse-addresses' (move to `elmo-util.el').
305
306         * wl-summary.el (wl-summary-default-from): Follow the API change.
307         (wl-summary-overview-entity-compare-by-date): Ditto.
308         (wl-summary-overview-entity-compare-by-from): Ditto.
309         (wl-summary-get-list-info): Get value of `ml-info' field from
310         entity at first.
311         (wl-summary-rescan-message): Treat prefix argument.
312         (wl-summary-prefetch-msg): Follow the API change.
313         (wl-summary-search-by-subject): Ditto.
314         (wl-summary-insert-thread): Ditto.
315         (wl-summary-line-subject): Ditto.
316         (wl-summary-line-from): Ditto.
317         (wl-summary-create-line): Ditto.
318         (wl-summary-print-message-with-ps-print): Ditto.
319
320         * wl-score.el (wl-score-ov-entity-get): Ditto.
321         (wl-score-followup): Ditto.
322         (wl-score-add-followups): Use `elmo-message-entity-field' instead
323         of `car'.
324         (wl-score-get-latest-msgs): Follow the API change.
325         (wl-score-get-header): Ditto.
326
327         * wl-refile.el (wl-refile-learn): Ditto.
328         (wl-refile-subject-learn): Ditto.
329         (wl-refile-get-field-value): Ditto.
330         (wl-refile-guess-by-history): Ditto.
331         (wl-refile-guess-by-subject): Ditto.
332
333         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
334
335         * wl-expire.el (wl-expire-date-p): Removed.
336         (wl-expire-archive-date): Follow the API change.
337         (wl-expire-localdir-date): Ditto.
338         (wl-summary-expire): Ditto.
339
340         * Version number is increased to 2.15.1.
341
342 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
343
344         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
345         group is access or not (it is not strict, like wl-fldmgr-rename).
346
347 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
350         duplicate call of `wl-summary-print-argument' on the wrong line.
351
352 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
355         even if argument `number' is nil.
356         (wl-summary-insert-line): Print action argument if current message
357         has it.
358
359 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
362         (wl-draft-reply): Ditto.
363         (wl-draft): Add optional argument `parent-number' and call
364         `wl-draft-create-buffer' with it.
365         (wl-draft-create-buffer): Add optional argument
366         `parent-number'. Set wl-draft-parent-number as it.
367
368 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-folder.el (wl-folder-set-persistent-mark): If summary
371         buffer is not for given folder, don't use it.
372
373 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
374
375         * Version number is increased to 2.15.0.
376
377 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
380
381         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
382         (wl-highlight-get-face-by-name): New internal function.
383         (wl-highlight-summary-line-face-spec): Use it and fixed.
384
385 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-summary.el (wl-summary-sync-update): Use
388         `elmo-message-entity-field' instead of `car' to get message-id
389         from overview entity.
390
391         * wl-summary.el (wl-summary-rescan-message): Call
392         `wl-highlight-summary-displaying' when displaying a message.
393
394 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * wl-draft.el (wl-draft-config-info-filename): Extracted from
397         `wl-draft-config-info-operation'.
398         (wl-draft-buffer-change-number): New function.
399         (wl-draft-rename-saved-config): Ditto.
400         * wl.el (wl-init): Connect slot for message-number-changed.
401         (toplevel): Add autoload for wl-draft-rename-saved-config.
402
403 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
406         `update-overview'
407         (wl-summary-buffer-detach): Disconnect from it.
408         (wl-summary-rescan-message): Use command.
409
410         * wl-message.el (wl-message-buffer-display): Use
411         `with-current-buffer' instead of `save-excursion'.
412
413 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-mime.el (wl-draft-preview-attributes-list): Protect
416         wl-draft-preview-attributes-list from distraction.
417
418 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
419
420         * wl-summary.el (wl-summary-sync-update): Sort the return value of
421         `elmo-list-diff'.
422
423 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl-summary.el
426         (wl-summary-edit-addresses-collect-candidate-fields): Use
427         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
428
429         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
430         instead of `elmo-set-work-buf'.
431
432         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
433         (wl-address-make-address-list): Ditto.
434
435         * Version number is increased to 2.13.3.
436
437 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
440         user option.
441
442         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
443         argument `5'.
444
445         * wl-message.el (wl-message-display-no-merge-p): New function.
446         (wl-message-buffer-display): Check whether the message is
447         reassembled and follow the API change.
448
449 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
452         multibyte on working buffer and removed unnecessary
453         `buffer-disable-undo'.
454
455 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-util.el (wl-read-search-condition-internal): Fixed the last
458         change.
459
460 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
461
462         * wl-util.el (wl-read-search-condition-internal): Protect
463         elmo-global-flags from distraction.
464
465 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
468
469         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
470         (wl-summary-event-handler): Ditto.
471         (wl-summary-update-persistent-mark-on-event): New
472         function (renamed from `elmo-event-handler-flag-changed').
473         (wl-summary-buffer-attach): New function.
474         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
475         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
476         instead of `elmo-folder-add-handler'.
477
478         * Version number is increased to 2.13.2.
479
480 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
483         and "\177" to the `wl-news-previous-page'.
484         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
485         (wl-news-previous-page): New function.
486
487 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
490         instead of `write-region' and simplify.
491
492 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-template.el (wl-template-select): Cause error if
495         `wl-template-alist' is nil.
496
497 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
498
499         * wl-news.el.in: Set file variable `no-byte-compile'.
500
501 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
504         whether a target message is within displaying area.
505         (elmo-event-handler-cache-changed): Ditto.
506
507 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
508
509         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
510         to `defun'.  Use `nconc' instead of `append' to collect descendant
511         message numbers.
512
513 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
514
515         * wl-thread.el (wl-thread-save-top-list)
516         (wl-thread-save-entities): Use `with-temp-buffer'.
517         * wl-news.el.in (wl-news-previous-version-load):
518         (wl-news-previous-version-save): Ditto.
519         * wl-summary.el (wl-summary-load-file-object)
520         (wl-summary-save-view-cache): Ditto.
521
522 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523
524         * wl-util.el (toplevel): Require 'elmo-flag'.
525         (wl-read-search-condition): New function (Renamed from
526         `elmo-read-search-condition').
527         (wl-read-search-condition-internal): Likewise.
528
529         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
530         invalid.
531         (wl-summary-pick): Use `wl-read-search-condition' instead of
532         `elmo-read-search-condition'.
533         (wl-summary-virtual): Ditto.
534
535         * wl-folder.el (wl-folder-virtual): Ditto.
536         (wl-folder-pick): Ditto.
537
538         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
539
540 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
541
542         * wl-summary.el (wl-summary-reedit): Call
543         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
544
545 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-mime.el (toplevel): Require wl-vars.
548
549         * wl-message.el (toplevel): Require cl at compile.
550
551         * wl-draft.el (toplevel): Require elmo.
552
553 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
554
555         * wl-message.el (wl-message-buffer-prefetch): Count is a number
556         and do nothing when it is not positive.
557         (wl-message-buffer-prefetch-next): Ditto.
558
559 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
562         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
563         (wl-summary-redisplay-internal): Ditto.
564
565         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
566         message (the condition is borrowed from `wl-check-variables-2').
567         (wl-summary-redisplay-internal): Ditto.
568
569 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-mime.el (wl-draft-nntp-attribute): New function.
572         (wl-draft-attribute-nntp-posting-server): Use it.
573         (wl-draft-attribute-nntp-posting-port): Ditto.
574
575         * wl-mime.el (wl-draft-preview-attributes-list): New function.
576         (wl-draft-show-attributes-buffer): Ditto.
577         (wl-draft-hide-attributes-buffer): Ditto.
578         (wl-draft-attribute-newsgroups): Ditto.
579         (wl-draft-attribute-nntp-posting-server): Ditto.
580         (wl-draft-attribute-nntp-posting-port): Ditto.
581         (wl-draft-preview-message): Use there functions.
582
583         * wl-vars.el (wl-draft-preview-attributes-list): Change default
584         value.
585
586 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
589         (wl-draft-reedit): Ditto.
590         (wl-draft-queue-flush): Ditto.
591
592         * wl-mime.el (wl-message-request-partial): Ditto.
593         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
594         instead of `elmo-message-fetch'.
595
596         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
597
598         * wl-summary.el (wl-summary-message-string): Ditto.
599
600 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-util.el (wl-current-message-buffer): Follow the API change.
603
604         * wl-summary.el (wl-summary-redisplay-internal): Call
605         `wl-summary-mark-as-read' with 2nd argument as nil and update
606         unread count instead of persistent mark.
607
608         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
609         variable.
610         (wl-message-redisplay): Follow the API change.
611         (wl-message-buffer-display): Managed mime-entity directly and
612         return preview buffer only.
613         (wl-message-display-internal): Rewrite.
614         (wl-message-buffer-prefetch-subr): Not save return value of
615         `wl-message-buffer-display'.
616
617         * Version number is increased to 2.13.1.
618
619 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
622         'elmo-multiple-fields-body-list' with boundary specified.
623
624 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-vars.el (wl-summary-resend-use-cache): New variable.
627         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
628         cache if `wl-summary-resend-use-cache' is non-nil.
629
630 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
633         (wl-nntp-posting-stream-type): Ditto.
634
635 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
636
637         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
638
639 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
640
641         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
642         message.
643
644 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
647         Abolish.
648         (wl-summary-buffer-persistent-mark-version): New internal
649         variable.
650         (wl-summary-update-mark-and-highlight-window): Check by
651         wl-summary-persistent-mark-invalid-p.
652         (wl-summary-update-status-marks): Ditto.
653         (elmo-event-handler-flag-changed): Rewrite.
654         (elmo-event-handler-cache-changed): Define.
655         (wl-summary-prefetch-msg): Does not update persistent mark here.
656         (wl-summary-delete-cache): Ditto.
657         (wl-summary-resume-cache-status): Ditto.
658         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
659         (wl-summary-persistent-mark-invalid-p): New function.
660         (wl-summary-validate-persistent-mark): Ditto.
661         (wl-summary-validate-persistent-mark-string): Ditto.
662         (wl-summary-invalidate-persistent-mark): Ditto.
663         (wl-summary-update-persistent-mark): Call
664         `wl-summary-validate-persistent-mark'.
665         (wl-summary-create-line): Call
666         `wl-summary-validate-persistent-mark-string'.
667
668         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
669         status as t if cache used.
670
671 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
672
673         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
674         only if the target is group.
675         * wl-folder.el (wl-folder-append-petname): Don't check group name.
676
677 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
678
679         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
680
681 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
682
683         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
684
685         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
686
687 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
688
689         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
690         (Thanks to Yoichi NAKAYAMA).
691
692 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
693
694         * wl-util.el (wl-save-drafts): Restore echo area.
695
696 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
697
698         * Version number is increased to 2.13.0.
699
700         * wl-util.el (wl-biff-check-folder-async): Use
701         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
702
703 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
704
705         * wl-message.el (wl-message-display-internal): Does not put
706         wl-message-display-type property on message buffer.
707         (wl-message-buffer-display-type): New function.
708
709         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
710
711         * wl-summary.el (wl-summary-mode): Use `dolist' to add
712         `wl-summary-buffer-detach'.
713         (wl-summary-message-display-type): Use
714         `wl-summary-buffer-display-type'.
715
716 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
717
718         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
719         buffer-local.
720
721         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
722         kill-buffer-hook instead of make-local-variable.
723         (wl-draft-preview-message): Set `local' argument of add-hook as t.
724
725 2004-12-12  Scott Renfro <scott@renfro.org>
726
727         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
728         regex for square-branket.
729
730 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
733         `wl-message-mime-analysis-p' with argument `header'.
734
735 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
736
737         * wl-mime.el (wl-draft-yank-current-message-entity): 
738         Switch to no-mime following method according to wl-message-display-type
739         property.
740         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
741
742         * wl-message.el (wl-message-display-internal): 
743         Put wl-message-display-type property on message buffer.
744
745         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
746         (wl-message-display-internal): Ditto;
747
748         * wl-summary.el (wl-summary-toggle-mime): Ditto.
749
750 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
751
752         * wl-message.el (wl-message-make-display-type): New function.
753         (wl-message-display-type-property): Ditto.
754         (wl-message-mime-analysys-p): Ditto.
755         (wl-message-display-all-header-p): Ditto.
756         (wl-message-redisplay): Removed argument `as-is', `all-header' and
757         added `display-type'.
758         (wl-message-buffer-display): Likewise.
759         (wl-message-display-internal): Likewise.
760         (wl-message-buffer-display-type): Abolish.
761         (wl-message-buffer-prefetch-subr): Follow the API changed.
762
763         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
764         from wl-summary-buffer-display-all-header and changed default value.
765         (wl-summary-message-display-type): New function.
766         (wl-summary-buffer-display-mime-mode): Ditto.
767         (wl-summary-buffer-display-header-mode): Ditto.
768         (wl-summary-toggle-mime): Rewrite with above functions.
769         (wl-summary-toggle-all-header): Ditto.
770         (wl-summary-redisplay): Force redisplay with default mode.
771         (wl-summary-redisplay-internal): Renamed argument from `mode',
772         `all-header' to `mime-mode', `header-mode'.
773         Use `wl-message-make-display-type'.
774
775         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
776         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
777
778 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
779
780         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
781
782 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
783
784         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
785         in original message buffer.
786         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
787         buffer.
788
789 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
792
793 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
794
795         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
796
797 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
798
799         * wl-action.el (wl-summary-exec-action-refile): Display a done message
800         when actions succeeded.
801         (wl-summary-exec-action-copy): Likewise.
802
803 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
804
805         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
806         there is switch-to-buffer at the end of wl-message-select-buffer.
807         (wl-summary-reply): Ditto.
808
809 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
810
811         * wl-summary.el (wl-summary-forward): Put subject in original
812         message buffer as argument of wl-draft-forward.
813         * wl-draft.el (wl-draft-forward): Decode subject as in
814         wl-draft-reply.
815
816 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
817
818         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
819         a folder under access group.
820
821 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
824         wl-message-buffer-display.
825
826         * wl-util.el (wl-set-save-drafts): Fix typo.
827
828 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
831         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
832         wl-highlight-logo-face to set the bg color of an xbm image; fixed
833         the way to measure the width of a bitmap image; don't put face on
834         ascii and bitmap images; put the mark which should not use the
835         variable-pitch face on ascii and bitmap images.
836         (wl-demo-setup-properties): Don't use the variable-pitch face on
837         ascii and bitmap images; made it work on Emacs 20 and earlier.
838         (wl-demo-insert-text): End with a newline at the bottom; don't put
839         face on text.
840
841         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
842
843 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
846
847         * wl-util.el (wl-save-drafts): Moved from sample setting.
848         (wl-set-save-drafts): New function to set idle timer.
849         * wl-draft.el (wl-draft): Call it.
850         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
851
852 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
853
854         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
855         a summary which has toggle display status off.
856
857 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-draft.el (wl-draft-do-fcc): No cache save.
860
861 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-summary.el (elmo-event-handler-flag-changed): Use
864         `set-buffer' instead of `with-current-buffer'.
865
866 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-summary.el (wl-summary-after-resize-function): New function.
869         (wl-summary-mode): Add `wl-summary-after-resize-function' to
870         window-size-change-functions.
871
872 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-draft.el (wl-draft-create-buffer): Bind
875         `change-major-mode-hook' after current buffer is changed.
876
877         * wl-summary.el (wl-summary-buffer-detach): New function.
878         (wl-summary-buffer-set-folder): Call it.
879         (wl-summary-mode): Add `wl-summary-buffer-detach' to
880         change-major-mode-hook and kill-buffer-hook.
881         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
882         (wl-summary-switch-to-clone-buffer): Ditto.
883         (wl-summary-goto-folder-subr): Ditto.
884
885 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
886
887         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
888         after boundp check.
889
890 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
891
892         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
893         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
894         for `kill-buffer'.
895
896         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
897         handler of current buffer from elmo-folder.
898
899 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
900
901         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
902
903 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-summary.el (wl-summary-buffer-event-handler): New internal
906         variable.
907         (wl-summary-event-handler): New class.
908         (elmo-event-handler-flag-changed): Define to update persistent
909         mark.
910         (wl-summary-buffer-set-folder): Register event handler to
911         elmo-folder.
912         (wl-summary-exit): Unregister event handler.
913         (wl-summary-goto-folder-subr): Ditto.
914         (wl-summary-mark-as-read-all): Does not call
915         `wl-summary-update-persistent-mark' directly.
916         (wl-summary-mark-as-read-internal): Ditto.
917         (wl-summary-set-persistent-mark-internal): Ditto.
918         (wl-summary-set-flags-internal): Ditto.
919
920         * Version number is increased to 2.11.33.
921
922 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
923
924         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
925         to nil.
926
927 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-spam.el (wl-spam-setup): Add hook
930         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
931         instead of `wl-summary-prepare-hook'.
932
933         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
934         if folder type is `'flag'.
935         (wl-summary-mark-as-important): Ditto.
936
937 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-address.el (wl-address-minibuffer-history): New variable.
940         (wl-address-minibuffer-local-map): New keymap.
941         (wl-address-read-from-minibuffer): New function.
942
943         * wl-action.el (wl-summary-get-resend-address): Use
944         `wl-address-read-from-minibuffer' instead of `completing-read'.
945
946 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * Version number is increased to 2.11.32.
949
950 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
951
952         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
953         without mule to iso-8859-1.
954         (wl-draft-add-in-reply-to): Add note in description.
955         (wl-draft-add-references): Ditto.
956
957 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
958
959         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
960         definition for `m'.
961         (wl-summary-mode-line-format): Add '[%m]'.
962         (wl-message-mode-line-format-spec-alist): Ditto.
963         (wl-summary-display-mime-mode-list): New variable.
964
965         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
966         from wl-summary-buffer-display-as-is.
967         (wl-summary-buffer-display-all-header): New buffer local variable.
968         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
969         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
970         instead of wl-summary-buffer-display-as-is.
971         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
972         (wl-summary-set-persistent-mark): Ditto.
973         (wl-summary-set-message-buffer-or-redisplay): Just call
974         `wl-summary-redisplay-internal' without optional arguments.
975         (wl-summary-toggle-mime): Rewrite.
976         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
977         (wl-summary-toggle-all-header): New function.
978         (wl-summary-redisplay-internal): Treat mime mode.
979
980         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
981         to wl-mime-preview-follow-no-mime.
982         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
983         accodring to the display-mode.
984
985         * wl-message.el (wl-message-buffer-display-type): Rewrite.
986         (wl-message-buffer-display): Changed argument name from `as-is' to
987         `mode'.
988         (wl-message-display-internal): Ditto;
989         Bind elmo-mime-display-header-analysis according to the mode.
990         (wl-message-display-internal): Put wl-message-display-mime-mode
991         property on entire buffer.
992
993 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
994
995         * wl-draft.el (wl-draft-do-fcc): Undo last change.
996
997 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
998
999         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1000         Don't extract mail address.
1001         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1002
1003         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1004
1005         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1006
1007 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1008
1009         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1010         wl-fldmgr-cut-entity-list on confirmation.
1011
1012 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1015         (wl-mime-quit-preview): Check existence of
1016         mime-edit-temp-message-buffer here.
1017
1018 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1019
1020         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1021         after deletion.
1022
1023         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1024         before calling wl-mime-quit-preview.
1025
1026 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-summary.el (wl-summary-pick): If call it with prefix
1029         argument, set `delete-marks' as non-nil. Pick from only visible
1030         messages.
1031         (wl-summary-check-target-mark): New function.
1032         (wl-summary-target-mark-mark-as-read): Use it.
1033         (wl-summary-target-mark-mark-as-unread): Ditto.
1034         (wl-summary-target-mark-operation): Ditto.
1035         (wl-summary-target-mark-set-flags): Ditto.
1036         (wl-summary-target-mark-save): Ditto.
1037         (wl-summary-target-mark-pick): Ditto.
1038         (wl-summary-target-mark-forward): Ditto.
1039         (wl-summary-target-mark-reply-with-citation): Ditto.
1040         (wl-summary-target-mark-print): Ditto.
1041         (wl-summary-target-mark-uudecode): Ditto.
1042
1043         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1044         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1045         with `ask-coding' is non-nil.
1046
1047 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-thread.el (wl-thread-set-parent): If parent is a message
1050         which is identified by references, set linked as nil.
1051
1052 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1053
1054         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1055         (wl-message-mode-line-format-spec-alist): Ditto.
1056         (wl-message-mode-line-format): Ditto.
1057         (wl-summary-mode-line-format): Ditto for docstring.
1058         (wl-summary-no-mime-folder-list): Fix typo.
1059
1060         * wl-util.el (wl-current-message-buffer): Call
1061         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1062
1063         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1064         variable.
1065         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1066         of `wl-summary-redisplay-no-mime'.
1067         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1068         (wl-summary-toggle-mime): New function.
1069         (wl-summary-redisplay-all-header): Rewrite.
1070         (wl-summary-redisplay-no-mime): Ditto.
1071         (wl-summary-redisplay-internal): Added argument `as-is' and
1072         `all-header'.
1073
1074         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1075         New variable.
1076         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1077         bottom.
1078         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1079         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1080         "/" unconditionally.
1081
1082         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1083         wl-mime-preview-follow-no-mime for as-is content.
1084         (wl-mime-preview-follow-no-mime): New function.
1085         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1086
1087         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1088         and added `as-is', `all-header'.
1089         (wl-message-buffer-display): Ditto.
1090         (wl-message-buffer-display-type): New function.
1091
1092 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1093
1094         * wl-vars.el (wl-message-header-button-alist): Change default
1095         value.
1096         (wl-message-body-button-alist): Ditto.
1097
1098 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1101
1102 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1105
1106 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1107
1108         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1109         is always true.
1110
1111 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1112
1113         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1114         on null entity.
1115
1116 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1119
1120 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-vars.el (wl-summary-resend-hook): New hook.
1123
1124         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1125         `wl-summary-resend-hook'.
1126
1127 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1130         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1131         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1132         (wl-summary-new-cached-mark): Changed default value to 'n'.
1133         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1134         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1135         (wl-folder-sync-range-alist): Remove spec for 'flag.
1136         (wl-summary-force-prefetch-folder-list): New user option.
1137
1138         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1139         `wl-summary-toggle-persistent-mark'.
1140         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1141         number is nil.
1142         (wl-summary-mark-as-answered-region): Set interactive argument of
1143         `wl-summary-set-persistent-mark-internal'.
1144         (wl-summary-mark-as-important-region): Ditto.
1145         (wl-summary-unset-persistent-mark): Ditto.
1146         (wl-summary-set-persistent-mark): Ditto.
1147         (wl-summary-mark-as-answered): Ditto.
1148         (wl-summary-mark-as-important): Ditto.
1149         (wl-summary-set-persistent-mark-internal): Do nothing
1150         when `elmo-message-flag-available-p' is nil.
1151         (wl-summary-toggle-persistent-mark): New function.
1152         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1153         when the folder matches `wl-summary-force-prefetch-folder-list'.
1154
1155
1156         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1157         when number is nil.
1158         (wl-highlight-summary-forwarded-face): New face.
1159
1160 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1161
1162         * Version number is increased to 2.11.31.
1163
1164 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1165
1166         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1167         (wl-biff-check-folder-async): Ditto.
1168         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1169
1170 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1171
1172         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1173         Add an argument `reverse'.  All callers are updated.
1174         (wl-summary-sort): Add a prefix argument `reverse' to specify
1175         reverse sorting.
1176         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1177         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1178         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1179
1180 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1181
1182         * wl-message.el (wl-message-redisplay): Does not narrow header if
1183         disply-type is all-header or as-is.
1184
1185         * wl-summary.el (wl-summary-enter-handler): Use
1186         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1187
1188 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1191         after adding wl-draft-parent-variables.
1192         (wl-draft-forward): Ditto.
1193
1194 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-summary.el (wl-summary-sync-marks): Call
1197         `wl-summary-set-persistent-mark' and
1198         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1199         (wl-summary-set-persistent-mark-internal): Add 4th argument
1200         `no-server'.
1201         (wl-summary-unset-persistent-mark): Ditto.
1202         (wl-summary-set-persistent-mark): Ditto.
1203         (wl-summary-add-flags-internal): Abolish.
1204         (wl-summary-remove-flags-internal): Ditto.
1205         (wl-summary-mark-as-important-internal): Ditto.
1206         (wl-summary-mark-as-important): Use
1207         `wl-summary-set-persistent-mark' instead of
1208         `wl-summary-add-flags-internal'.
1209         (wl-summary-mark-as-important-region): Ditto.
1210
1211         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1212
1213         * wl-summary.el (wl-summary-get-available-flags): New function.
1214         (wl-summary-sync-marks): Use it and simplified.
1215         (wl-summary-unset-persistent-mark): Use
1216         `wl-summary-get-available-flags'.
1217         (wl-summary-set-persistent-mark): Ditto.
1218
1219 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1220
1221         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1222         id.
1223
1224 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1225
1226         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1227         number, call `wl-summary-prev-line-content'. Show message when the
1228         message is not found.
1229
1230 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1231
1232         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1233         wl-summary-enter-handler.
1234         (wl-summary-enter-handler): New command.
1235
1236         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1237         docstring and custom spec.
1238
1239         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1240         flags too; Don't treat Cached and New.
1241         (wl-summary-set-persistent-mark): Ditto.
1242
1243         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1244         `wl-folder-set-flag'.
1245
1246         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1247         instead of `wl-folder-set-flag'.
1248
1249         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1250         for completion.
1251         (wl-summary-set-persistent-mark): Ditto.
1252
1253         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1254         instead of `wl-draft-quit-preview'.
1255
1256         * wl-mime.el (toplevel): Avoid compile warning.
1257         (wl-mime-quit-preview): New function
1258         (formarly defined as `wl-draft-quit-preview').
1259         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1260         quitting method.
1261
1262         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1263
1264         * wl-folder.el (wl-folder-set-flag): Renamed from
1265         `wl-draft-set-flag-on-parent'.
1266
1267         * wl-draft.el (wl-draft-quit-preview): New function.
1268         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1269         (wl-draft-send): Call `wl-folder-set-flag' instead of
1270         `wl-draft-set-flag-on-parent'.
1271         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1272
1273 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1276         (wl-draft-send): Ditto.
1277
1278 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1279
1280         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1281         (wl-draft-kill-pre-hook): Set default value as nil.
1282         (wl-summary-reply-hook): Ditto.
1283         (wl-draft-kill-flags): Abolish.
1284
1285         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1286         (wl-draft-parent-variables): Renamed from
1287         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1288         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1289         argument; Add wl-draft-parent-variables to
1290         wl-draft-config-variables.
1291         (wl-draft-reply): Likewise.
1292         (wl-draft-kill-flags): Abolish.
1293         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1294         (wl-draft-set-flag-on-parent): New function.
1295         (wl-draft-setup-parent-flag): Ditto.
1296
1297 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1298
1299         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1300         `wl-draft-parent-folder' is "".
1301
1302 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1303
1304         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1305         (wl-summary-digit-jump): New function.
1306         (Adviced by John Owens and Hiroya Murata)
1307
1308         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1309         (Adviced by John Owens)
1310
1311         * wl-xmas.el (wl-message-define-keymap): Ditto.
1312
1313         * wl-mule.el (wl-message-define-keymap): Ditto.
1314
1315 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1318         change of return value of elmo-folder-count-flags.
1319
1320         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1321         (wl-summary-mark-as-read-internal): Ditto.
1322         (wl-summary-set-persistent-mark-internal): Ditto.
1323         (wl-summary-folder-info-update): Ditto.
1324         (wl-summary-sync-update): Fixed the last change.
1325
1326         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1327
1328 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1329
1330         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1331         (wl-draft-kill-flags): Fixed docstring.
1332
1333         * wl-draft.el (wl-draft-kill-flags): New function.
1334         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1335
1336 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1337
1338         * wl-vars.el (wl-reply-hook): Abolish.
1339         (wl-draft-reply-hook): New hook.
1340         (wl-summary-reply-hook): Ditto.
1341         (wl-draft-forward-hook): Ditto.
1342         (wl-summary-forward-hook): Ditto.
1343         (wl-draft-kill-flags): New variable.
1344
1345         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1346         wl-summary-set-persistent-mark-internal.
1347         (wl-summary-sync-marks): Use elmo-preserved-flags.
1348         (wl-summary-update-persistent-mark): Make it interactive.
1349         (wl-summary-set-persistent-mark-internal): New inline function.
1350         (wl-summary-mark-as-answered): Use it.
1351         (wl-summary-mark-as-unanswered): Ditto.
1352         (wl-summary-unset-persistent-mark): New function.
1353         (wl-summary-set-persistent-mark): Ditto.
1354         (wl-summary-reply): Don't set answered flag;
1355         Run wl-summary-reply-hook instead.
1356         (wl-summary-forward): Call wl-draft-forward with number.
1357         Run wl-summary-forward-hook.
1358
1359         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1360         (wl-highlight-summary-line-face-spec): Use it as a default
1361         persistent mark face.
1362
1363         * wl-draft.el (wl-draft-forward): Added optional argument number;
1364         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1365         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1366         (wl-draft-kill): Use wl-draft-kill-flags.
1367
1368         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1369
1370         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1371         of return value of elmo-folder-count-flags.
1372
1373         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1374
1375         * wl-summary.el (wl-summary-count-unread): Ditto.
1376         (wl-summary-sync-update): Follow the change above.
1377         (wl-summary-force-prefetch): New function.
1378
1379 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1380
1381         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1382         variable `buf' with `let' instead of `setq'.
1383
1384 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1387         add Content-Disposition heaeder on the deleted part.
1388
1389 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1390
1391         * wl-draft.el (wl-draft-save): Encode address list under edit by
1392         `eword-encode-unstructured-field-body'.
1393
1394         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1395
1396 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1399         wl-current-summary-buffer.
1400
1401 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1402
1403         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1404         `numbers' is ignored.
1405
1406 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1407
1408         * wl-folder.el (wl-folder-open-folder): Avoid error.
1409         Reported by John Owens, [wl-en:815]
1410
1411         * wl.el (wl): Set timer for biff process even if prefix argument
1412         is given or auto-checking is quitted.
1413
1414         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1415         immediately.
1416         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1417         (wl-toggle-plugged): Ditto.
1418
1419         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1420         * wl-util.el (wl-biff-start): Use idle timer if
1421         `wl-biff-use-idle-timer' is non-nil.
1422
1423 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1424
1425         * wl-highlight.el (wl-highlight-message): Fix description.
1426
1427 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1430         tty.
1431
1432 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1433
1434         * wl-action.el (wl-summary-exec): Print failure count.
1435
1436 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1437
1438         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1439         to `defun', remove interactive form.
1440         Set elmo-message-fetch-confirm when force-reload is non-nil.
1441
1442 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * wl-summary.el (toplevel): Removed unnecessary autoload.
1445
1446 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1449         the buffer is generated from another message buffer.
1450
1451 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1452
1453         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1454         extracted from `wl-fldmgr-save-folders'.
1455         (wl-fldmgr-delete): Call it after deletion.
1456
1457 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1460         multi-tty support.
1461
1462 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1463
1464         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1465
1466 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1467
1468         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1469         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1470
1471 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1474         unsubscribe list only if argument CLEAR is nil.
1475
1476 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1477
1478         * wl-draft.el (wl-draft-reply): Decode subject before removing
1479         Re: prefix.
1480
1481 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1482
1483         * wl-summary.el (wl-summary-sort-by-size): New command.
1484
1485 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-summary.el (wl-summary-number-list-from-region): New
1488         function.
1489         (wl-summary-mark-as-read-region): Use it.
1490         (wl-summary-mark-as-unread-region): Ditto.
1491         (wl-summary-set-flags-region): Ditto and add optional argument
1492         remove.
1493         (wl-summary-mark-as-answered-region): Ditto.
1494         (wl-summary-mark-as-important-region): Ditto.
1495         (wl-summary-target-mark-mark-as-important): Added optional
1496         argument remove.
1497         (wl-summary-target-mark-mark-as-answered): Ditto.
1498         (wl-summary-target-mark-set-flags): Ditto.
1499
1500 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-summary.el (wl-summary-set-flags-region): Call
1503         `wl-summary-set-flags-internal' with number list instead of call
1504         one by each message.
1505         (wl-summary-target-mark-set-flags): Likewise.
1506
1507 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1508
1509         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1510         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1511         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1512         (wl-summary-target-mark-mark-as-answered): Likewise.
1513
1514 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-summary.el (wl-summary-target-mark-forward): Use
1517         `wl-summary-delete-all-target-marks' instead of
1518         `wl-summary-delete-all-temp-marks'.
1519         (wl-summary-target-mark-reply-with-citation): Ditto.
1520         (wl-summary-target-mark-uudecode): Ditto.
1521         (wl-summary-target-mark-set-flags): Ditto and remove needless
1522         cursor move.
1523
1524 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1525
1526         * wl-summary.el (wl-summary-target-mark-forward): Protect
1527         wl-summary-buffer-target-mark-list from nreverse.
1528         (wl-summary-target-mark-reply-with-citation): Ditto.
1529
1530 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1533         `elmo-display-progress-threshold'.
1534
1535 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1538         check `wl-summary-highlight'.
1539         (wl-summary-window-scroll-functions): Respect value of
1540         `wl-summary-highlight'.
1541         (wl-summary-sync-update): Run hooks
1542         `wl-summary-buffer-window-scroll-functions' at any time.
1543
1544 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1545
1546         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1547         from `wl-summary-cleanup-temp-marks'.
1548         (wl-summary-cleanup-temp-marks): Abolish argument.
1549         * wl.el (wl-save-status): Revert previous change.
1550         (wl-execute-temp-marks): New function, call
1551         `wl-summary-exec-with-confirmation'.
1552         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1553         (wl-folder-save-and-exec-marks): Abolished.
1554
1555 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1556
1557         * wl-e21.el (wl-e21-display-image-p): Respect
1558         `wl-highlight-folder-with-icon'.
1559         (wl-e21-highlight-folder-group-line): Highlight mouse line
1560         even if wl-e21-display-image-p is nil.
1561
1562         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1563         Respect value of `wl-summary-highlight'.
1564
1565         * wl.el (wl-save-status): Remove unused variable.
1566
1567         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1568         (wl-folder-mode-map): Bind it to "x".
1569
1570 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1573
1574         * wl-thread.el (wl-thread-get-parent-list): Don't check
1575         disconnected ancestors, neglecting needless work in
1576         `wl-thread-update-indent-string-thread'.
1577
1578         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1579         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1580         argument, add argument default-keep to keep marks by default.
1581
1582         * Version number is increased to 2.11.30.
1583
1584         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1585         customization type and docstring.
1586         (wl-draft-reply-without-argument-list): Ditto.
1587
1588 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1589
1590         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1591
1592         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1593
1594 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1597
1598 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1601         save-excursion so as not to include run-hooks.
1602
1603 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1606         Clarify that marks are going to be cleared.
1607
1608 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1611         according to 3rd element of wl-summary-flag-mark.
1612
1613         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1614
1615 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-action.el (wl-summary-target-mark-all): Don't set
1618         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1619
1620 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1621
1622         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1623         (wl-forward-subject-prefix): Ditto.
1624         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1625         (wl-draft-reply-make-subject): Ditto.
1626
1627         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1628         `wl-draft-forward'.
1629         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1630
1631 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1634         target message does not exist.
1635
1636 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1637
1638         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1639         `wl-subject-prefix-regexp'.
1640         (wl-subject-forward-prefix-regexp): New variable.
1641         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1642         `wl-draft-strip-subject-re' and take regexp as argument.
1643         (wl-draft-forward): Use it.
1644         (wl-draft-reply): Ditto.
1645
1646 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1647
1648         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1649         emacs multi-tty support.
1650
1651 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1652
1653         * wl-e21.el (wl-e21-display-image-p): Don't call
1654         `display-images-p'.
1655         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1656         support.
1657         (wl-highlight-folder-current-line): Ditto.
1658         (wl-folder-init-icons): Ditto.
1659
1660 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1663         the last line of summary in unplugged mode.
1664
1665 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1666
1667         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1668
1669 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1672         * wl-address.el (wl-address-user-mail-address-p): Use it.
1673         (wl-address-delete-user-mail-addresses): Ditto.
1674         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1675
1676         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1677         (wl-address-delete-user-mail-addresses): Ditto.
1678
1679         * wl-address.el (wl-address-delete-user-mail-addresses): New
1680         function.
1681         * wl-refile.el (wl-refile-guess-by-history): Use it.
1682         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1683         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1684
1685         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1686         use wl-address-user-mail-address-p.
1687
1688 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1689
1690         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1691         after opening group.
1692
1693 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1696         of elmo-set-buffer-multibyte.
1697
1698         * wl-message.el (wl-original-message-mode): Ditto.
1699
1700         * wl-score.el (wl-score-insert-header): Ditto.
1701
1702         * wl-summary.el
1703         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1704         (wl-summary-goto-folder-subr): Ditto.
1705         (wl-summary-insert-headers): Ditto.
1706
1707         * wl-util.el (wl-set-string-width): Ditto.
1708
1709         * Version number is increased to 2.11.29.
1710
1711 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1714         (wl-highlight-summary-line-help-echo-alist): New variable.
1715         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1716         into `wl-highlight-summary-line-help-echo' and
1717         `wl-highlight-flag-folder-help-echo'.
1718         (wl-highlight-summary-line-string): Change accordingly.
1719         (wl-highlight-summary-current-line): Ditto.
1720
1721 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1722
1723         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1724         at the beginning of field body (Thanks to Markus Knittig).
1725
1726         * wl-draft.el (wl-draft-insert-current-message): Also check
1727         summary buffer, remove unnecessary tag.
1728
1729 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1730
1731         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1732         when wl-message-buffer is nil.
1733
1734         * wl-folder.el (wl-folder): Abolish unused argument.
1735         Call wl-folder-init when wl-folder-entity is nil.
1736         * wl.el (wl): Change accordingly.
1737
1738 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1739
1740         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1741         multibyte string before insert into draft buffer.
1742         (wl-draft-create-buffer): Always enable multibyte characters for
1743         draft buffer.
1744
1745         * Version number is increased to 2.11.28.
1746
1747 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1748
1749         * wl-folder.el (wl-folder-open-close): Handle blank line.
1750         (wl-folder-jump-to-current-entity): Ditto.
1751
1752 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1753
1754         * Version number is increased to 2.11.27.
1755
1756 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1757
1758         * wl-thread.el (wl-thread-insert-message): When the thread is
1759         devided by wl-summary-max-thread-depth, insert line at the end of
1760         buffer.
1761
1762 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1763
1764         * Version number is increased to 2.11.26.
1765
1766 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1767
1768         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1769
1770 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1771
1772         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1773         value of stream-type and session.
1774
1775 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * Version number is increased to 2.11.25.
1778
1779 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1780
1781         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1782         in a quit message.
1783
1784 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1785
1786         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1787         (wl-summary-redisplay-no-mime-internal): Ditto.
1788
1789 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1790
1791         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1792         * wl-vars.el (wl-smtp-connection-type): Ditto.
1793
1794 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1795
1796         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1797         for the separator line and quote mail-header-separator.
1798
1799 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1802         result message.
1803
1804         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1805         `elmo-multiple-fields-body-list' with boundary as
1806         mail-header-separator.
1807
1808 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1809
1810         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1811
1812 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1813
1814         * wl-util.el (wl-list-diff): Remove unused function.
1815
1816         * wl-draft.el (wl-draft-send-confirm): Discard input before
1817         confirmation.
1818
1819 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1820
1821         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1822         order of flag and new.
1823
1824 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * wl-vars.el (wl-refile-policy-alist): Abolished.
1827
1828         * wl-action.el (wl-summary-set-action-refile): Follow the change
1829         above.
1830
1831 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * wl-highlight.el (wl-highlight-signature-search): Don't use
1834         re-search-backward for a long word since it is possible to crash
1835         XEmacs because of a bug.
1836
1837 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1838
1839         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1840
1841 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1842
1843         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1844         argument for wl-summary-sync-force-update.
1845
1846 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-summary.el (wl-summary-mode-map): Revival of
1849         wl-summary-mark-as-important related bindings;
1850         Bind 'F','tF','mF','rF','m&'.
1851         (wl-summary-mark-as-important-region): Revival.
1852         (wl-summary-target-mark-mark-as-important): Ditto.
1853         (wl-summary-target-mark-operation): New function.
1854         (wl-summary-target-mark-mark-as-answered): Use it.
1855         (wl-summary-decide-flag): Don't set Important as default.
1856         (wl-summary-mark-as-important-internal): Revival.
1857         (wl-summary-mark-as-important): Ditto.
1858
1859         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1860
1861         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1862         instead of facep.
1863
1864 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-dnd.el (wl-dnd-drop-func): Fix.
1867
1868         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1869         mouse-set-point instead of posn-point.
1870
1871         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1872
1873         * wl-mule.el (wl-completing-read-multiple): Ditto.
1874
1875 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1876
1877         * wl-demo.el (face-background-name): Defalias to avoid compile
1878         warning.
1879
1880 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1881
1882         * wl-summary.el (wl-summary-decide-flag): Use
1883         wl-completing-read-multiple instead of completing-read-multiple.
1884
1885         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1886         New alias.
1887
1888         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1889         Use face-background-name instead of face-background.
1890
1891         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1892
1893         * wl-summary.el (wl-summary-save): Use it.
1894         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1895
1896         * wl-mime.el (wl-mime-save-content): Fix last change.
1897
1898 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1899
1900         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1901         New function.
1902         (wl-summary-sort-specs): Added sort.
1903         * wl-mime.el (wl-mime-save-content): Expand file name.
1904
1905 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1906
1907         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1908
1909         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1910
1911 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1912
1913         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1914         for flag if it is not defined.
1915
1916 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1917
1918         * wl-e21.el (wl-highlight-folder-current-line): Use
1919         elmo-folder-type-internal when elmo-folder-type returns nil.
1920
1921         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1922
1923         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1924
1925         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1926
1927         * wl-e21.el (wl-summary-toolbar): Ditto.
1928
1929         * wl-vars.el (wl-demo-background-color): Abolished.
1930         (wl-summary-persistent-mark-priority-list): Renamed from
1931         wl-summary-flag-priority-list.
1932         (wl-summary-flag-alist): New user option.
1933         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1934         (wl-message-mode-line-format-spec-alist): Added 'F'.
1935         (wl-message-mode-line-format): Likewise.
1936         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1937         instead of wl-summary-important-mark.
1938         (wl-file-folder-icon): New variable.
1939
1940         * wl-thread.el (wl-thread-set-flags): Renamed from
1941         wl-thread-mark-as-important.
1942
1943         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1944         warning.
1945         (wl-summary-mode-menu-spec): Follow the change of 
1946         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1947         (wl-summary-mode-map): Follow the change of
1948         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1949         (wl-summary-detect-mark-position): Follow the variable name change.
1950         (wl-summary-set-flags-region): New function for the replacement of
1951         wl-summary-mark-as-important-region.
1952         (wl-summary-sync-marks): Sync all global-flags.
1953         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1954         instead of elmo-message-flagged-p.
1955         (wl-summary-persistent-mark-string): Follow the variable name change;
1956         Put wl-summary-flag-mark if the message has global-flag.
1957         (wl-summary-target-mark-set-flags): Renamed from 
1958         wl-summary-target-mark-mark-as-important.
1959         (wl-summary-decide-flag): New function.
1960         (wl-summary-set-flags-internal): Renamed from
1961         wl-summary-mark-as-important-internal.
1962         (wl-summary-add-flags-internal): New function.
1963         (wl-summary-remove-flags-internal): Ditto.
1964         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1965         (wl-summary-mark-as-unimportant): Abolish.
1966         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1967         (wl-summary-next-message): List flagged messages in the msgdb.
1968
1969         * wl-score.el (wl-summary-score-update-all-lines): Use
1970         wl-summary-add-flags-internal instead of 
1971
1972         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1973
1974         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1975         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1976         (wl-message-buffer-require-all-header): Renamed from
1977         wl-message-buffer-all-header-flag (Ditto).
1978         (wl-message-buffer-flag-indicator): New variable.
1979         (wl-message-redisplay): Changed local varibale name from `flag' to
1980         `display-type'; Set up wl-message-buffer-flag-indicator.
1981         (wl-message-buffer-display): Changed varibale name from `flag' to
1982         `display-type'.
1983         (wl-message-display-internal): Likewise.
1984
1985         * wl-highlight.el (wl-highlight-demo-face): Define default background
1986         color.
1987         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1988
1989         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1990
1991         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1992         (wl-demo-setup-properties): Renamed from
1993         `wl-demo-set-background-color'.
1994         (wl-demo): Follow the change above.
1995         
1996         * Version number is increased to 2.11.24.
1997
1998 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1999
2000         * wl-summary.el (wl-summary-toggle-thread): Call
2001         `wl-summary-rescan' with disable-thread as non-nil.
2002         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2003
2004 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2005
2006         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2007         foreground property of the face.
2008         (wl-demo-insert-text): Don't set up face property here.
2009         (wl-demo): Call wl-demo-set-background-color, anyway.
2010
2011 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2012
2013         * wl-vars.el (wl-demo-background-color): The value can be nil.
2014
2015 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2016
2017         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2018         to wl-summary-wheel-dispatcher.
2019
2020         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2021         wl-message-wheel-dispatcher.
2022         (wl-message-wheel-dispatcher): New function.
2023         (wl-summary-wheel-dispatcher): Ditto.
2024
2025 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2026
2027         * wl-action.el (wl-summary-target-mark-all): List messages which are
2028         not in the killed-list.
2029
2030         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2031         only when the folder is 'flag/important.
2032
2033         * wl-address.el (wl-complete-field-body): Complete if the last
2034         character is a space.
2035
2036 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2037
2038         * wl-folder.el (wl-folder-clear-entity-info): Use
2039         elmo-clear-hash-val.
2040
2041         * wl-fldmgr.el (wl-fldmgr-rename): Set
2042         wl-folder-info-alist-modified as t.
2043
2044 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2047
2048 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2049
2050         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2051         (wl-folder-buffer-last-visited-entity-id): New buffer local
2052         variable.
2053         (wl-folder-revisit-last-visited-folder): New function.
2054         (wl-folder-mode-map): Bind it to "C-i".
2055         (wl-folder-set-current-entity-id): Set last visited folder.
2056         * wl-summary.el (wl-summary-exit): Ditto.
2057
2058 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2059
2060         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2061         before calling `recenter' in order to cope with an XEmacs bug.
2062
2063 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2064
2065         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2066         to the default value.
2067
2068 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2069
2070         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2071         change.
2072         (wl-summary-sync-marks): Ditto.
2073         (wl-summary-mark-as-read-internal): Ditto.
2074         (wl-summary-mark-as-answered-internal): Ditto.
2075         (wl-summary-mark-as-important-internal): Ditto.
2076         (wl-summary-reply): Ditto.
2077
2078         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2079         instead of `elmo-folder-unflag-answered'.
2080
2081         * Version number is increased to 2.11.23.
2082
2083         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2084         the last change.
2085
2086 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2087
2088         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2089         Specify "spam" or "good".
2090
2091 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2092
2093         * wl-spam.el (wl-summary-exec-action-spam): Call
2094         wl-folder-confirm-existence for spam folder.
2095         (wl-spam-setup): Bind "mk".
2096
2097 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2098
2099         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2100
2101 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2104         destination folder is empty.
2105
2106 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2107
2108         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2109         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2110
2111         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2112         (wl-summary-refile-prev-destination-region): New function.
2113         (wl-thread-refile-prev-destination): Ditto.
2114         (wl-summary-target-mark-refile-prev-destination): Ditto.
2115
2116 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2119         (wl-demo-background-color): Changed default value.
2120
2121         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2122         color.
2123
2124         * wl-demo.el (wl-demo-set-background-color): New function.
2125         (wl-demo): Call it.
2126
2127 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2128
2129         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2130         * wl-address.el (wl-address-add-or-change): Don't add empty
2131         address.
2132
2133 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2134
2135         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2136
2137 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2138
2139         * wl-vars.el (wl-demo-image-filter-alist): New variable
2140         (wl-demo-background-color): Ditto.
2141
2142         * wl-demo.el (wl-demo-xpm-set-background): New function.
2143         (wl-demo-image-filter): Ditto.
2144         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2145
2146         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2147
2148         * wl-demo.el (wl-demo-icon-name): Define as function.
2149         (wl-demo-insert-image): Use it.
2150
2151 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2152
2153         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2154
2155 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2156
2157         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2158
2159 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2160
2161         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2162
2163 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-thread.el (wl-thread-mark-as-answered): New function.
2166
2167         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2168         answered" entry.
2169         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2170         "r&" and wl-thread-mark-as-answered to "t&".
2171         (wl-summary-mark-as-important-region): Refine to toggle mark.
2172         (wl-summary-mark-as-answered-region): New function.
2173         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2174         and 3rd argument.
2175         (wl-summary-mark-as-important-internal): Likewise.
2176
2177 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2178
2179         * wl-template.el (wl-template-preview): New internal variable.
2180         (wl-template-preview-p): New function.
2181         (wl-template-show): Bind `wl-template-preview' as t.
2182
2183 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2186         `elmo-message-entity-field' with 3rd argument which is non-nil.
2187
2188 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2191         Removed duplicate local bind `folder'.
2192
2193 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2194
2195         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2196
2197 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2200         duplicate definition.
2201
2202 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2205         non-nil, use it; Don't fetch message if there's no message in the
2206         current cursor position.
2207
2208 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2209
2210         * wl-util.el (wl-region-exists-p): Use region-active-p.
2211         (wl-deactivate-region): New function.
2212         * wl-message.el (wl-message-redisplay): Deactivate region.
2213
2214         * wl-summary.el (wl-summary-reply): Call
2215         `wl-summary-set-message-buffer-or-redisplay' instead of
2216         `wl-summary-redisplay-internal', don't move point.
2217
2218 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2219
2220         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2221         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2222         by regexp.
2223
2224 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2227         if no need.
2228
2229 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2230
2231         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2232         default value to nil.
2233         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2234         `wl-summary-prepare-hook'; Replace refile action to
2235         `wl-summary-exec-action-refile-with-register'.
2236
2237         * Version number is increased to 2.11.22.
2238
2239 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-summary.el (wl-summary-detect-mark-position): Set
2242         `wl-summary-buffer-weekday-name-lang'.
2243
2244 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2245
2246         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2247         (wl-summary-mark-as-read-all): Ditto.
2248         (wl-summary-delete-messages-on-buffer): Ditto.
2249         (wl-summary-sync-update): Ditto.
2250         (wl-summary-mark-as-read-internal): Ditto.
2251         (wl-summary-mark-as-answered-internal): Ditto.
2252         (wl-summary-update-folder-info): Abolished.
2253
2254 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2255
2256         * wl-summary.el (wl-summary-mark-as-read-all): Use
2257         `wl-summary-update-folder-info' instead of
2258         `wl-folder-update-unread'.
2259
2260 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2261
2262         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2263         `wl-summary-folder-info-update'.
2264         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2265         instead of `wl-summary-folder-info-update'.
2266         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2267         `wl-folder-set-folder-updated'.
2268         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2269         instead of `wl-folder-update-unread'.
2270         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2271         the value of `wl-summary-buffer-unread-count' for the second parameter of
2272         `wl-folder-update-unread'.
2273
2274         * Version number is increased to 2.11.21.
2275
2276 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2277
2278         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2279         a local variable.
2280
2281 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2282
2283         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2284         interactively.
2285
2286         * wl-summary.el (wl-summary-mark-as-important-internal): New
2287         internal function.
2288         (wl-summary-mark-as-important): Use it.
2289         (wl-summary-mark-as-unimportant): New function.
2290         (wl-summary-sync-marks): Follow the API change.
2291
2292         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2293
2294         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2295
2296 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2297
2298         * wl-folder.el (wl-folder-update-unread): Re-indent.
2299         Narrow the scope of a local variable.
2300
2301 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2304         (wl-addrmgr-merge-entries): Ditto.
2305         (wl-addrmgr): Added to address entry which exists in draft buffer
2306         if no entry is in original.
2307
2308 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-batch.el: New file.
2311
2312 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2313
2314         * wl-vars.el (wl-use-semi): Remove unused variable.
2315
2316 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2317
2318         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2319         "?".
2320
2321 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2322
2323         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2324         wl-summary-new-mark.
2325         (wl-summary-new-cached-mark): New user option.
2326         (wl-summary-score-marks): Follow the change above.
2327         (wl-summary-auto-refile-skip-marks): Ditto.
2328         (wl-summary-incorporate-marks): Ditto.
2329         (wl-summary-expire-reserve-marks): Ditto.
2330
2331         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2332
2333         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2334         (wl-summary-persistent-mark-string): Distinguished between cached
2335         and uncached mark when the message is new.
2336
2337 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * wl-spam.el (wl-spam-domain): Renamed from
2340         `wl-spam-folder-guess-domain'.
2341         (wl-summary-exec-action-spam): Register as spam if domain of the
2342         source folder is good.
2343         (wl-summary-exec-action-refile-with-register): Register message if
2344         domain of the source folder is not undecided.
2345
2346 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2347
2348         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2349         detect thread loop.
2350
2351 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2352
2353         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2354         and wl-summary-skip-mark-list.
2355
2356 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2357
2358         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2359
2360         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2361
2362         * wl-spam.el (toplevel): Require wl-highlight.
2363         (wl-spam-auto-check-policy-alist): Abolish.
2364         (wl-spam-auto-check-folder-regexp-list): New user option.
2365         (wl-spam-auto-check-marks): Ditto.
2366         (wl-spam-mark-action-list): Ditto.
2367         (wl-highlight-summary-spam-face): New face.
2368         (wl-spam-auto-check-message-p): New function.
2369         (wl-spam-map-spam-messages): Fixed message.
2370         (wl-spam-register-spam-messages): Ditto.
2371         (wl-spam-register-good-messages): Ditto.
2372         (wl-summary-spam-map): Add and remove keybind.
2373         (wl-summary-target-mark-spam): Abolish.
2374         (wl-summary-refile-spam): Ditto.
2375         (wl-summary-test-spam): New function.
2376         (wl-summary-mark-spam): Ditto.
2377         (wl-summary-auto-check-spam): Follow the above change.
2378         (wl-summary-exec-action-spam): New function.
2379         (wl-summary-exec-action-refile-with-register): Fixed message.
2380         (wl-message-check-spam): New function.
2381         (wl-spam-setup): Ditto.
2382         (toplevel): Call it if this file is loaded interactivity.
2383
2384         * Version number is increased to 2.11.20.
2385
2386 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2387
2388         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2389         when new optional argument `force' is non nil or modified.
2390
2391 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2392
2393         * wl.el (toplevel): Require wl-spam when compile.
2394         (wl-save-status): Call wl-spam-save-status.
2395
2396         * wl-spam.el (wl-spam-register-spam-messages): New function.
2397         (wl-spam-register-good-messages): Ditto.
2398         (wl-spam-save-status): Ditto.
2399         (wl-summary-mode-map): Bind
2400         wl-summary-target-mark-register-as-spam to "ms" and
2401         wl-summary-target-mark-register-as-good to "mn".
2402         (wl-summary-register-as-spam): Abolish optional argument; Use
2403         wl-spam-register-spam-messages.
2404         (wl-summary-register-as-spam-all): Use
2405         wl-spam-register-spam-messages.
2406         (wl-summary-register-as-good): Abolish optional argument; Use
2407         wl-spam-register-good-messages.
2408         (wl-summary-register-as-good-all): Use
2409         wl-spam-register-good-messages.
2410         (wl-summary-target-mark-register-as-spam): New funtion.
2411         (wl-summary-target-mark-register-as-good): Ditto.
2412
2413 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2414
2415         * wl-spam.el: New file.
2416
2417 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2418
2419         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2420
2421         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2422         (wl-summary-auto-refile): Call wl-refile-guess with
2423         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2424
2425 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2426
2427         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2428         with disable-thread argument non-nil.
2429
2430 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * wl-summary.el (wl-summary-rescan): Added optional argument
2433         disable-thread.
2434         (wl-summary-sync): Call wl-summary-rescan with argument
2435         disable-thread.
2436         (wl-summary-input-range): Added new range `rescan-thread'.
2437
2438 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2439
2440         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2441
2442 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2443
2444         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2445         internal variable.
2446         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2447         wl-summary-search-parent-by-subject-regexp and
2448         wl-summary-divide-thread-when-subject-changed as nil.
2449         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2450         (wl-summary-insert-thread): Search parent entity from
2451         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2452         thread loop.
2453
2454 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2455
2456         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2457
2458         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2459
2460         * wl-util.el (wl-require-update-all-folder-p): New function.
2461         (wl-get-assoc-list-value): Added `function' to match directive.
2462         (wl-collect-draft): Rewrite.
2463
2464         * wl-summary.el (wl-summary-sync-update): Clear faces
2465         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2466         are non-nil.
2467         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2468         argument as function.
2469         (wl-summary-input-range): Ditto.
2470
2471         * wl-folder.el (wl-draft-get-folder): New function.
2472         (wl-folder-get-elmo-folder): Consider draft folder.
2473
2474         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2475         (wl-draft-buffer-message-number): New buffer local variable.
2476         (wl-draft-folder-internal): New internal variable.
2477         (wl-draft-delete): Rewrite.
2478         (wl-draft-save): Ditto.
2479         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2480         wl-folder-get-elmo-folder.
2481         (wl-draft-config-info-operation): Ditto.
2482         (wl-jump-to-draft-folder): Ditto.
2483         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2484         (wl-draft-reedit): Rewrite.
2485
2486         * Version number is increased to 2.11.19.
2487         
2488 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2489
2490         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2491         variable.
2492
2493 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2494
2495         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2496         Use ignore-errors instead of unwind-protect.
2497
2498 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2499
2500         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2501         for updating `wl-thread-entity-list'.
2502
2503 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2504
2505         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2506         parameter from calling `wl-thread-entity-get-older-brothers' and
2507         `wl-thread-entity-get-younger-brothers'.
2508         Replace nested `append' with a single one.
2509
2510 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2511
2512         * wl-summary.el (wl-summary-mode): Don't use the return value of
2513         `make-local-hook'.
2514
2515 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2516
2517         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2518         instead of `let*'.
2519         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2520         of local variables.
2521
2522 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2523
2524         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2525         Renamed from wl-summary-window-scroll-functions.
2526         (wl-summary-window-scroll-functions): Don't set to variable.
2527         (wl-summary-display-top): Use run-hooks.
2528         (wl-summary-display-bottom): Ditto.
2529         (wl-summary-toggle-disp-msg): Ditto.
2530         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2531         Use it instead of wl-summary-window-scroll-functions.
2532         (wl-summary-goto-folder-subr): Don't call
2533         wl-summary-window-scroll-functions, use
2534         wl-summary-buffer-window-scroll-functions instead.
2535
2536 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2537
2538         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2539         make-local-variable.
2540
2541 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2542
2543         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2544         set-buffer-modified-p.
2545         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2546         (wl-summary-display-bottom): Ditto.
2547         (wl-summary-toggle-disp-msg): Ditto.
2548
2549 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2550
2551         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2552
2553         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2554         (wl-summary-forward): Use elmo-message-entity-field instead of
2555         elmo-message-field.
2556
2557         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2558
2559 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-summary.el (wl-summary-window-scroll-functions): No use
2562         `append'.
2563
2564 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2567         function.
2568         (wl-summary-window-scroll-functions): Call it when both
2569         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2570         (wl-summary-temp-mark): Added optional argument number.
2571         (wl-summary-message-mark): Added optional argument flag.
2572         (wl-summary-persistent-mark): Added optional argument number and flag.
2573         (wl-summary-update-persistent-mark): Ditto.
2574         (wl-summary-update-status-marks): Set "r" for interactive spec.
2575
2576         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2577         argument number and flag.
2578
2579         * wl-action.el (wl-summary-registered-temp-mark): 
2580         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2581
2582 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2583
2584         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2585         internal variable (buffer local).
2586         (wl-summary-window-scroll-functions): New function.
2587         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2588         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2589         as nil.
2590         (wl-summary-update-status-marks): Added arguments beg, end and
2591         check.
2592         (wl-summary-update-mark-window): Use function.
2593         (wl-summary-sync-update): Follow the change above.
2594         (wl-summary-switch-to-clone-buffer): Copy
2595         wl-summary-buffer-unsync-mark-number-list.
2596         (wl-summary-goto-folder-subr): Set
2597         wl-summary-buffer-unsync-mark-number-list and
2598         use wl-summary-window-scroll-functions instead of
2599         wl-summary-lazy-highlight.
2600
2601         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2602
2603 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2604
2605         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2606
2607         * wl-summary.el (wl-summary-update-persistent-mark): Call
2608         wl-summary-set-message-modified.
2609
2610         * wl-summary.el (wl-summary-sync-update): Don't call
2611         wl-summary-update-status-marks.
2612
2613         * Version number is increased to 2.11.18.
2614
2615 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2618         (wl-message-next-page): Ditto.
2619
2620 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2621
2622         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2623         local variable.  Change the order of a collected list into the
2624         same as the specified range.  Remove nil from a collected list.
2625
2626 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2627
2628         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2629         argument for elmo-folder-list-messages.
2630
2631 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2634         change (wl-summary-count-unreads return a list instead of a cons
2635         cell).
2636
2637 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2638
2639         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2640         `wl-summary-folder-info-update'.
2641
2642 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2643
2644         * wl-summary.el (wl-summary-set-message-modified): No use
2645         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2646         (wl-summary-set-mark-modified): Abolish.
2647         (wl-summary-mark-modified-p): Ditto.
2648         (wl-summary-save-view): Follow the change above.
2649
2650         * wl-expire.el (wl-summary-expire): Likewise.
2651
2652 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2653
2654         * wl-summary.el (wl-summary-detect-mark-position): Use
2655         modb-entity-handler.
2656         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2657
2658         * Version number is increased to 2.11.17.
2659
2660 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2661
2662         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2663         entity field value.
2664         (wl-summary-prefetch-msg): Ditto.
2665         (wl-summary-print-message-with-ps-print): Ditto.
2666
2667 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2670         for dummy entity.
2671         (wl-summary-insert-thread): Use elmo-message-entity-field.
2672         (wl-summary-update-thread): Use elmo-message-entity-field and
2673         elmo-message-entity-number.
2674         (wl-summary-line-number):  Use elmo-message-entity-number.
2675         (wl-summary-line-size): Use elmo-message-entity-field.
2676         (wl-summary-line-subject): Ditto.
2677         (wl-summary-line-from): Ditto.
2678         (wl-summary-line-attached): Ditto.
2679         (wl-summary-create-line): Ditto.
2680         (wl-summary-create-line): Use elmo-message-entity-number.
2681         (wl-summary-print-message-with-ps-print): Use
2682         elmo-message-entity-field.
2683
2684 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2685
2686         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2687         change in elmo-msgdb-make-message-entity.
2688         (wl-summary-buffer-set-folder): Don't call
2689         wl-summary-detect-mark-position here.
2690         (wl-summary-rescan): Call elmo-message-entity-number.
2691         (wl-summary-sync-update): Ditto.
2692         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2693
2694         * wl-score.el (wl-score-header-index): Redefine 2th element.
2695         (wl-score-overview-entity-get-extra): Abolish.
2696         (wl-score-ov-entity-get): Rewrite.
2697         (wl-score-string-index<, wl-score-string-func<): Abolish.
2698         (wl-score-string<): New function.
2699         (wl-score-string-sort): Use it.
2700
2701         * wl-refile.el (wl-refile-guess-by-history): Use
2702         elmo-message-entity-field.
2703         (wl-refile-guess-by-from): Ditto.
2704         (wl-refile-guess-by-msgid): Ditto.
2705
2706         * Version number is increased to 2.11.16.
2707
2708 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2709
2710         * wl-folder.el (wl-folder-confirm-existence): Don't call
2711         file-exists-p if msgdb-path is nil.
2712         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2713         `wl-read-folder-hist' to `wl-read-folder-history'.
2714
2715 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2716
2717         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2718         `y-or-n-p'.
2719
2720 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-score.el (wl-score-headers): Don't use
2723         elmo-folder-do-each-message-entity.
2724
2725         * Version number is increased to 2.11.15.
2726
2727 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2728
2729         * wl-summary.el (wl-summary-delete-all-msgs): Use
2730         elmo-folder-move-messages instead of elmo-folder-delete-messages
2731         and elmo-folder-detach-messages.
2732         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2733
2734         * wl-expire.el (wl-expire-delete): Ditto.
2735         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2736
2737 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2740         (wl-message-header-narrowing-fields): Ditto.
2741         (wl-message-header-narrowing-lines): Ditto.
2742         (wl-message-header-narrowing-string): Ditto.
2743
2744         * wl-summary.el (wl-summary-mode-map): Bind
2745         wl-summary-toggle-header-narrowing to "C-cC-f".
2746         (wl-summary-toggle-header-narrowing): New function.
2747
2748         * wl-message.el (wl-message-buffer-create): Call
2749         wl-message-header-narrowing-setup.
2750         (wl-message-redisplay): Call wl-message-header-narrowing.
2751         (wl-message-header-narrowing): New function.
2752         (wl-message-header-narrowing-map): New keymap.
2753         (wl-message-header-narrowing-widen-map): New keymap.
2754         (wl-message-header-narrowing-again-at-mouse): New function.
2755         (wl-message-header-narrowing-1): Ditto.
2756         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2757         (wl-message-header-narrowing-setup): Ditto.
2758         (wl-message-header-narrowing-toggle): Ditto.
2759         
2760         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2761
2762         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2763         'flag as all.
2764         (wl-use-flag-folder-help-echo): New user option.
2765
2766         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2767         wl-summary-highlight as nil.
2768         (wl-summary-set-mark-modified): Follow the API change.
2769         (wl-summary-mark-modified-p): Ditto.
2770         (wl-summary-mark-as-read-all): Ditto.
2771         (wl-summary-sync-marks): Don't call
2772         elmo-folder-list-messages-with-global-mark.
2773         (wl-summary-mark-as-read-internal): Follow the API change.
2774         (wl-summary-mark-as-answered-internal): Ditto.
2775         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2776         Follow the API change.
2777         (wl-summary-create-line): Call with number argument.
2778         (wl-summary-reply): Follow the API change.
2779
2780         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2781         function.
2782         (wl-highlight-summary-line-string): Call it when
2783         wl-use-flag-folder-help-echo is non-nil.
2784         (wl-highlight-summary-current-line): Ditto.
2785         (elmo-flag-folder-referrer): Added autoload setting.
2786
2787         * wl-draft.el (wl-draft-kill): Follow the API change.
2788
2789         * Version number is increased to 2.11.14.
2790         
2791 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2794
2795 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * Version number is increased to 2.11.13.
2798
2799 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-draft.el (wl-draft-previous-history-element): Fixed
2802         unbalanced parenthesis and bind unbound local variables.
2803
2804 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2805
2806         * wl-draft.el (wl-draft-previous-history-element): New function.
2807         (wl-draft-next-history-element): Ditto.
2808         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2809         them to M-p and M-n.
2810
2811 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * Version number is increased to 2.11.12.
2814
2815 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2816
2817         * wl-draft.el (wl-draft-hide): Select buffer-window.
2818
2819 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2820
2821         * wl-summary.el (wl-summary-narrow-to-region): New function.
2822         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2823         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2824         (wl-summary-save-region): Use it.
2825         * wl-action.el (wl-summary-collect-numbers-region)
2826         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2827
2828 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2829
2830         * wl-folder.el (wl-folder-count-incorporates): Don't use
2831         `elmo-msgdb-mark-load'
2832
2833         * Version number is increased to 2.11.11.
2834
2835 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2836
2837         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2838         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2839
2840 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2841
2842         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2843
2844 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * Version number is increased to 2.11.10.
2847
2848 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2849
2850         * wl-mime.el (wl-draft-attribute-value): Fixed.
2851
2852 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-util.el (wl-copy-local-variables): New function.
2855
2856         * wl-mime.el (wl-draft-attribute-recipients): New function.
2857         (wl-draft-attribute-envelope-from): Ditto.
2858         (wl-draft-attribute-smtp-posting-server): Ditto.
2859         (wl-draft-attribute-smtp-posting-port): Ditto.
2860         (wl-draft-attribute-value): Ditto.
2861         (wl-draft-preview-message): Use it to get value for
2862         attributes. Reflect result of `wl-draft-config'.
2863
2864         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2865         and call `wl-summary-mark-as-read' before to call
2866         `wl-summary-unset-mark'.
2867         (wl-summary-target-mark-mark-as-unread): Likewise.
2868         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2869
2870 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * wl-mime.el (wl-draft-preview-message): Use actual value for
2873         attributes; Fix for small window.
2874
2875 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2876
2877         * wl-refile.el (wl-refile-get-field-value): Call
2878         `elmo-message-entity-field' with 3rd argument is non-nil.
2879
2880 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-vars.el (wl-draft-preview-attributes): New user option.
2883         (wl-draft-preview-attributes-list): Ditto.
2884         (wl-draft-preview-attributes-buffer-lines): Ditto.
2885         (wl-draft-preview-attributes-buffer-name): Ditto.
2886
2887         * wl-mime.el (wl-draft-preview-message): Display attributes.
2888
2889 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890
2891         * wl-summary.el (wl-summary-detect-mark-position): Bind
2892         wl-summary-flag-priority-list to '(new).
2893
2894 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2897         funtion.
2898         (wl-highlight-summary-line-string): Use it.
2899         (wl-highlight-summary-current-line): Ditto.
2900
2901 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2902
2903         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2904         line even when the mark string is not changed.
2905
2906         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2907         argument change in the wl-summary-create-line.
2908         (wl-thread-insert-entity-sub): Ditto.
2909
2910         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2911         argument change in the wl-summary-create-line.
2912         (wl-summary-insert-sequential): Ditto.
2913         (wl-summary-update-thread): Ditto.
2914         (wl-summary-persistent-mark-string): New inline function.
2915         (wl-summary-message-mark): Use it.
2916         (wl-summary-create-line): Abolish argument wl-persistent-mark
2917         and added wl-flags, wl-cached.
2918
2919         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2920         mark to flags.
2921         (wl-highlight-summary-current-line): Decide the face not by the 
2922         persistent mark but flags.
2923
2924 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2927         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2928         wl-summary-read-uncached-mark): Revive.
2929         (wl-summary-answered-cached-mark,
2930         wl-summary-answered-uncached-mark): New user option.
2931         (wl-summary-score-marks): Follow the change above.
2932         (wl-summary-auto-refile-skip-marks): Ditto.
2933         (wl-summary-incorporate-marks): Ditto.
2934         (wl-summary-expire-reserve-marks): Ditto.
2935         (wl-summary-flag-priority-list): New user option.
2936
2937         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2938         changes.
2939         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2940         of elmo-message-mark.
2941         (wl-summary-mark-as-read-internal): Ditto.
2942         (wl-summary-mark-as-answered): Ditto.
2943         (wl-summary-mark-as-important): Ditto.
2944         (wl-summary-redisplay-internal): Ditto.
2945         (wl-summary-redisplay-no-mime-internal): Ditto.
2946         (wl-summary-message-mark): New function.
2947         (wl-summary-insert-sequential): Use wl-summary-message-mark
2948         instead of elmo-message-mark.
2949         (wl-summary-update-thread): Ditto.
2950         (wl-summary-persistent-mark): Ditto.
2951         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2952         instead of elmo-message-mark.
2953
2954         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2955         wl-summary-message-mark instead of elmo-message-mark.
2956         (wl-thread-insert-entity-sub): Ditto.
2957         (wl-thread-get-children-msgs-uncached): Ditto.
2958
2959         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2960         variable name changes.
2961         (wl-highlight-summary-current-line): Ditto.
2962
2963         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2964         wl-summary-message-mark instead of elmo-message-mark.
2965
2966         * wl-expire.el (wl-expire-message-p): Ditto.
2967
2968         * wl-score.el (wl-score-headers): Ditto.
2969
2970         * Version number is increased to 2.11.9.
2971
2972         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2973         (wl-summary-sync-update): Follow the change above.
2974         (wl-summary-switch-to-clone-buffer): Ditto.
2975         (wl-summary-open-folder): Ditto.
2976
2977 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2978
2979         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2980         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2981
2982         * Version number is increased to 2.11.8.
2983
2984         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2985
2986         * wl-expire.el (wl-expire-refile): Follow the API change on
2987         `elmo-folder-move-messages'.
2988         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2989
2990         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2991         (wl-summary-exec-action-refile): Ditto.
2992         (wl-summary-exec-action-copy): Ditto.
2993         (wl-summary-no-auto-refile-message-p): No use
2994         `wl-summary-buffer-msgdb'.
2995         (wl-summary-auto-refile): Ditto.
2996
2997 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2998
2999         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3000
3001 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * wl-summary.el (wl-summary-sync): Treat no-sync.
3004
3005         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3006         (wl-default-sync-range): Ditto.
3007
3008 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-refile.el (wl-refile-subject-learn): Call
3011         `elmo-message-entity-field' with 3rd argument is non-nil.
3012         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3013         instead of `elmo-msgdb-overview-entity-get-subject'.
3014
3015 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3016
3017         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3018         scan-type is rescan.
3019         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3020         new optional argument force is non-nil.
3021         (wl-summary-save-view-cache): Call it with force argument non-nil.
3022
3023         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3024
3025 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * wl-action.el (wl-summary-print-argument): Fixed last change.
3028
3029 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3030
3031         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3032         simplified.
3033         (wl-summary-target-mark-mark-as-unread): Likewise.
3034         (wl-summary-target-mark-mark-as-important): Likewise.
3035
3036 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3037
3038         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3039         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3040         (wl-summary-mark-as-important-region): Change accordingly.
3041         (wl-summary-target-mark-mark-as-important): Ditto.
3042
3043 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3044
3045         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3046
3047         * wl-action.el (wl-summary-print-argument): Print argument to
3048         right side of window if `wl-summary-print-argument-within-window'
3049         is non-nil.
3050
3051 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3052
3053         * wl-action.el (wl-summary-set-mark): Use
3054         `wl-summary-message-visible-p' to check visibility of the message
3055         and jump to message only when the message line is visible and have
3056         different number; Call wl-summary-unset-mark with number argument.
3057         (wl-summary-unset-mark): 
3058         Use `wl-summary-message-visible-p'
3059         to check visibility of the message and jump to message only when
3060         the message line is visible and have different number;
3061
3062 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * Version number is increased to 2.11.7.
3065
3066         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3067         and wl-folder-summary-line-format.
3068
3069         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3070         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3071         (wl-summary-set-score-mark): Use it.
3072         (wl-summary-target-mark-mark-as-read): Ditto.
3073         (wl-summary-target-mark-mark-as-unread): Ditto.
3074         (wl-summary-target-mark-mark-as-important): Ditto.
3075         (wl-summary-target-mark-msgs): Simplified.
3076         (wl-summary-detect-mark-position): Fixed problem when
3077         summary-line-format no contain persisten/temp mark spec.
3078         (wl-summary-temp-mark): Ditto.
3079         (wl-summary-persistent-mark): Ditto.
3080         (wl-summary-update-persistent-mark): Ditto.
3081
3082         * wl-action.el (wl-summary-set-mark): Ditto.
3083         (wl-summary-unset-mark): Ditto.
3084         All other related portions are changed.
3085
3086 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * Version number is increased to 2.11.6.
3089
3090 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3091
3092         * wl-util.el (wl-current-message-buffer): Define as function;
3093         Don't use the value of wl-messge-buffer.
3094
3095         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3096         persistent mark.
3097
3098         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3099         no current message, cause an error.
3100
3101 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3102
3103         * wl-summary.el (wl-summary-set-message-modified): Use
3104         elmo-folder-set-message-modified instead of
3105         elmo-folder-set-message-modified-internal.
3106
3107 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3110         interactively.
3111         (wl-summary-sync): nokill->entirely.
3112         (wl-summary-sync-marks): Fixed message.
3113         (wl-summary-input-range): Added mark, nokill->entirely.
3114
3115         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3116         messages as read.
3117
3118 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3119
3120         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3121         update-noscore.
3122         (wl-summary-sync): Follow the change above.
3123
3124 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-action.el (wl-summary-target-mark-all): Use
3127         elmo-folder-list-messages.
3128
3129 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3130
3131         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3132         (wl-summary-rescan): Set wl-summary-scored as nil.
3133         (wl-summary-sync-force-update): Follow the change above.
3134         (wl-summary-sync): Ditto.
3135         (wl-summary-sync-update): Added argument disable-killed.
3136         (wl-summary-insert-headers): Set visible-only argument for
3137         elmo-folder-list-messages.
3138         (wl-summary-input-range): Added update-nokill, update-noscore,
3139         all-nokill, all-noscore and mark.
3140
3141         * Version number is increased to 2.11.5.
3142
3143         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3144
3145 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3146
3147         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3148         (wl-summary-prefetch-region-no-mark): Change accordingly.
3149         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3150
3151 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3152
3153         * wl-address.el (wl-complete-field-to): Abolished.
3154         (wl-complete-address): Completion function for completing-read.
3155         * wl-action.el (wl-summary-get-resend-address): Use it.
3156
3157         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3158         wl-summary-update-mark and abolish unused argument.
3159         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3160         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3161         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3162         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3163         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3164         * wl-draft.el (wl-draft-kill): Ditto.
3165
3166         * wl-summary.el: Remove unused binding of case-fold-search.
3167         (wl-summary-replace-status-marks): Abolished.
3168
3169 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3170
3171         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3172         is specified or folder length is zero.
3173
3174 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3175
3176         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3177         (wl-folder-archive-current-entity): Ditto.
3178
3179 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3180
3181         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3182         retrieving message mark.
3183         (wl-summary-redisplay-internal): Ditto.
3184
3185         * wl-message.el (wl-message-buffer-display): Ignore errors while
3186         retrieving message-id field.
3187
3188         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3189         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3190         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3191         order of the arguments for `wl-expire-message-p'.
3192         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3193
3194         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3195         Check return value of wl-summary-reply.
3196         (wl-summary-reply): Recover window configuration when an error occured.
3197
3198 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3199
3200         * wl-summary.el (wl-summary-resend-message): Abolished, the
3201         feature is inherited by wl-summary-resend (put resend mark).
3202
3203 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3206         wl-message-buffer to nil when the message is hide.
3207
3208 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * .cvsignore: New file.
3211
3212 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3213
3214         * wl-action.el (wl-summary-action-docstring): Add more info.
3215         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3216         duplicate definition.
3217         (wl-summary-define-mark-action): Functions wl-summary-*-region
3218         keep current position.
3219         (wl-summary-unregister-target-mark): Store result to the variable.
3220
3221 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * Version number is increased to 2.11.4.
3224
3225 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3228         wl-summary-delete-all-temp-marks.
3229         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3230
3231         * wl-action.el (wl-summary-set-mark): Changed terminology
3232         refile-destination -> action-argument.
3233         (wl-summary-unset-mark): Ditto.
3234         (wl-summary-remove-argument): Ditto.
3235         (wl-summary-print-argument): Ditto.
3236
3237         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3238         (wl-thread-remove-argument-region): Ditto.
3239         (wl-thread-print-argument-region): Ditto.
3240         (wl-thread-close): Ditto.
3241         (wl-thread-open): Ditto.
3242
3243         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3244         (wl-highlight-refile-destination-face is abolished)
3245         (wl-highlight-action-argument-string): Ditto.
3246         (wl-highlight-summary-current-line): Highlight action argument.
3247
3248         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3249         color for light backgrounds.
3250         (wl-highlight-summary-answered-face): Ditto.
3251
3252 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3255
3256         * wl-score.el (wl-summary-score-update-all-lines): Use
3257         wl-summary-set-mark.
3258         (wl-summary-score-update-all-lines): Kill expunged messages.
3259
3260         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3261
3262 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3265         directly.
3266         (wl-score-overview-entity-get-lines): Ditto.
3267         (wl-score-overview-entity-get-xref): Ditto.
3268         (wl-score-get-latest-msgs): Ditto.
3269         (wl-summary-rescore): Ditto.
3270
3271         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3272         to "&".
3273         (wl-summary-mark-as-answered-internal): New inline function.
3274         (wl-summary-mark-as-answered): New function.
3275         (wl-summary-mark-as-unanswered): Ditto.
3276         (wl-summary-sync-marks): Modified for answered-mark synching.
3277
3278 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3279
3280         * wl-action.el (wl-summary-set-mark): Fixed last change.
3281
3282 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3283
3284         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3285         behavior of wl-summary-unread-message-hook
3286         (Pointed out by akira yamada <akira@arika.org>).
3287
3288 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3289
3290         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3291         wl-summary-delete.
3292         * wl-xmas.el (wl-summary-toolbar): Ditto.
3293
3294         * wl-action.el (wl-summary-set-mark): Don't override current
3295         temp-mark.
3296
3297         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3298
3299 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3300
3301         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3302         (wl-refile-msgid-learn): Ditto.
3303         (wl-refile-get-field-value): Ditto.
3304
3305         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3306
3307         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3308         (wl-expire-delete-reserved-messages): Renamed from
3309         wl-expire-reserve-marked-msgs-from-list.
3310         (wl-expire-delete): Removed argument `msgdb'.
3311         (wl-expire-refile): Ditto.
3312         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3313         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3314         mark-alist as argument.
3315         (wl-expire-archive-number1): Removed argument `msgdb'.
3316         (wl-expire-archive-number2): Ditto.
3317         (wl-expire-archive-date): Ditto.
3318         (wl-expire-localdir-date): Ditto.
3319         (wl-expire-hide): Ditto.
3320         (wl-archive-number1): Ditto.
3321         (wl-archive-number2): Ditto.
3322         (wl-archive-date): Ditto.
3323         (wl-archive-folder): Ditto.
3324         All other related portions are changed.
3325
3326 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3327
3328         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3329         mean move up and down. (suggested by Takashi Kawachi)
3330
3331 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3332
3333         * wl-acap.el (toplevel): Don't require un-define.
3334
3335 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3336
3337         * wl-thread.el (wl-thread-delete-message): Always update
3338         wl-summary-buffer-number-list.
3339
3340         * wl-action.el (wl-summary-print-destination): 
3341         Do nothing when folder is nil.
3342
3343 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3346         persistent mark when prefetch is succeeded.
3347
3348 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3351         instead of elmo-msgdb-delete-msgs.
3352         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3353         (wl-expire-hide): Ditto.
3354
3355         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3356
3357         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3358         elmo-msgdb interface.
3359         (wl-thread-get-exist-children): Likewise.
3360         (wl-thread-insert-message): Likewise.
3361         (wl-thread-msg-mark-as-important): Likewise.
3362         (wl-thread-insert-entity-sub): Likewise.
3363         (wl-thread-get-children-msgs-uncached): Likewise.
3364
3365         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3366         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3367         (wl-summary-sync-update): Likewise.
3368         (wl-summary-auto-select-msg-p): Likewise.
3369         (wl-summary-update-thread): Likewise.
3370         (wl-summary-mark-as-important): Likewise.
3371         (wl-summary-jump-to-msg-internal): Likewise.
3372         (wl-summary-redisplay-internal): Likewise.
3373         (wl-summary-print-message-with-ps-print): Likewise.
3374         (wl-summary-folder-info-update): Likewise.
3375
3376         * wl-folder.el (wl-folder-check-one-entity):
3377         elmo-folder-count-flags instead of wl-summary-count-unread.
3378
3379         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3380
3381         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3382
3383         * wl-summary.el (wl-summary-set-message-modified): 
3384         Call wl-summary-set-mark-modified.
3385         (wl-summary-delete-messages-on-buffer): Call
3386         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3387         (wl-summary-sync-update): Call elmo-folder-length instead of
3388         elmo-folder-messages.
3389         (wl-summary-insert-headers): Don't call
3390         elmo-folder-list-message-entities.
3391
3392 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * wl-action.el (wl-summary-define-mark-action): Call
3395         `wl-summary-set-mark' with argument `data'.
3396         (wl-summary-auto-refile): Fixed order of arguments when call
3397         `wl-summary-refile'.
3398
3399 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3402
3403         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3404
3405         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3406         (Renamed from wl-highlight-summary-deleted-face).
3407         (wl-highlight-summary-resend-face): New face.
3408
3409         (wl-highlight-summary-deleted-face): Renamed from
3410         wl-highlight-summary-erased-face.
3411
3412         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3413
3414         * wl-action.el (wl-summary-get-resend-address): New function.
3415         (wl-summary-exec-action-resend): Ditto.
3416         (wl-summary-exec-action-resend-subr): Ditto.
3417
3418         * w-thread.el (wl-thread-copy): Removed definition.
3419         (wl-thread-refile): Ditto.
3420         (wl-thread-delete): Ditto.
3421         (wl-thread-target-mark): Ditto.
3422
3423         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3424         (wl-summary-target-mark-set-action): Fixed.
3425         (wl-summary-define-mark-action): Fixed quotation.
3426         (wl-summary-move-mark-list-messages): Display message.
3427         (wl-summary-define-mark-action): Define thread functions.
3428         (wl-summary-exec-action-refile): Changed message.
3429         (wl-summary-exec): Ditto.
3430
3431 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3432         
3433         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3434         '%%'.
3435
3436 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3437
3438         * wl.el (toplevel): Require wl-action.
3439         (wl-init): Call wl-summary-define-mark-action.
3440
3441         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3442
3443         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3444         wl-summary-delete and wl-summary-erase.
3445         (wl-summary-mode-map): Ditto.
3446
3447         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3448         wl-delete-folder-alist.
3449
3450         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3451         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3452         (toplevel): Moved mark & action related functions to the wl-action.el.
3453
3454         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3455         in wl-summary-mark-action-list.
3456         (wl-highlight-summary-current-line): Ditto.
3457
3458         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3459         empty lines.
3460
3461         * wl-action.el: New file. 
3462
3463 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3464
3465         * wl-summary.el (wl-summary-target-mark-replace): New function.
3466         (wl-summary-target-mark-prefetch): Use it.
3467         (wl-summary-target-mark-delete): Ditto.
3468         (toplevel): Rearranged definition order.
3469         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3470         (wl-summary-target-mark-erase): Rewrite.
3471         (wl-summary-erase-region): New function.
3472         (wl-summary-exec-action-erase): Changed message.
3473         (wl-summary-move-mark-list-messages): New function.
3474         (wl-summary-exec-action-delete): Use it.
3475         (wl-summary-exec-action-erase): Ditto.
3476
3477         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3478         (wl-summary-skip-mark-list): Added "d".
3479
3480         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3481         while searching.
3482
3483         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3484         and define using defcustom;
3485         Define 4th element as a face.
3486         
3487         * wl-summary.el (wl-summary-incorporate): Use 
3488         `wl-summary-prefetch-region-no-mark' instead of
3489         `wl-summary-prefetch-region'.
3490         (wl-summary-prefetch-region-no-mark): Revival of old
3491         `wl-summary-prefetch-region'.
3492         (wl-summary-mark-action-list): Moved to wl-vars.el
3493
3494         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3495         face according to the `wl-summary-mark-action-list'.
3496         (wl-highlight-summary-current-line): Ditto;
3497         Removed destination highlighting.
3498
3499         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3500         (wl-highlight-summary-line-string): Highlight for "i" mark.
3501         (wl-highlight-summary-current-line): Ditto.
3502
3503         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3504         no destination.
3505
3506         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3507         exists, just go ahead.
3508         (wl-summary-prefetch-region): Rewrite.
3509         (wl-summary-prefetch): Ditto.
3510         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3511         (wl-summary-exec-action-prefetch): New function.
3512         (wl-summary-target-mark-prefetch): Rewrite.
3513
3514 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3515
3516         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3517         (wl-highlight-summary-line-string): Added "d" and "D".
3518         (wl-highlight-summary-current-line): Ditto.
3519
3520         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3521         in wl-summary.el.
3522         (wl-thread-insert-entity-sub): Ditto.
3523         (wl-thread-remove-destination-region): Ditto.
3524         (wl-thread-print-destination-region): Ditto.
3525
3526         * wl-summary.el (wl-summary-buffer-refile-list,
3527         wl-summary-buffer-delete-list,
3528         wl-summary-buffer-copy-list): Abolish.
3529         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3530         All other related portions are changed.
3531         (wl-summary-mark-action-list): New variable.
3532         (wl-summary-set-mark): New function.
3533         (wl-summary-register-target-mark): Ditto.
3534         (wl-summary-unregister-target-mark): Ditto.
3535         (wl-summary-have-target-mark-p): Ditto.
3536         (wl-summary-register-temp-mark): Ditto.
3537         (wl-summary-unregister-temp-mark): Ditto.
3538         (wl-summary-registered-temp-mark): Ditto.
3539         (wl-summary-collect-temp-mark): Ditto.
3540         (wl-summary-unset-mark): Ditto.
3541         (wl-summary-set-target-mark): Ditto.
3542         (wl-summary-unset-target-mark): Ditto.
3543         (wl-summary-set-action-generic): Ditto.
3544         (wl-summary-unset-action-generic): Ditto.
3545         (wl-summary-exec-action-delete): Ditto.
3546         (wl-summary-exec-action-erase): Ditto.
3547         (wl-summary-set-action-refile): Ditto.
3548         (wl-summary-set-action-refile-subr): Ditto.
3549         (wl-summary-unset-action-refile): Ditto.
3550         (wl-summary-make-destination-numbers-list): Ditto.
3551         (wl-summary-exec-action-refile): Ditto.
3552         (wl-summary-set-action-copy): Ditto.
3553         (wl-summary-unset-action-copy): Ditto.
3554         (wl-summary-exec-action-copy): Ditto.
3555         (wl-summary-collect-numbers-region): Ditto.
3556         (wl-summary-delete): Rewrite.
3557         (wl-summary-erase): Ditto.
3558         (wl-summary-remove-destination): Ditto.
3559         (wl-summary-exec): Ditto.
3560         (wl-summary-exec-region): Ditto.
3561         (wl-summary-target-mark-erase): Ditto.
3562         (wl-summary-refile): Ditto.
3563         (wl-summary-copy): Ditto.
3564         (wl-summary-unmark): Ditto.
3565         (wl-summary-delete-all-mark): Ditto.
3566         (wl-summary-mark-line): Don't highlight.
3567         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3568         (wl-summary-target-mark-refile-subr): Rewrite.
3569
3570         (wl-summary-copy-prev-destination): Abolish.
3571
3572 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3573
3574         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3575         default values along the value of wl-on-mule.
3576         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3577         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3578         It is not used anywhere.
3579
3580 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3581
3582         * wl-summary.el (wl-summary-print-destination): Keep position.
3583         (wl-summary-cursor-move-surface): Keep horizontal position.
3584
3585 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3586
3587         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3588         write sendlog.
3589
3590 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3591
3592         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3593         `wl-summary-highlight'.
3594
3595 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3596
3597         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3598         trivial condition for temp-mark.
3599
3600 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3601
3602         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3603         when it hits killed buffer.
3604
3605 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3606
3607         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3608         * wl-news.el.in: `message' and `error' take format string.
3609
3610 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3611
3612         * wl-folder (wl-folder-insert-entity): Display a message,
3613         `...done', when the work finish.
3614         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3615
3616 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3617
3618         * wl-message.el (wl-message-redisplay): Remove unused local
3619         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3620
3621 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3622
3623         * wl-summary.el (wl-summary-replace-status-marks): Disable
3624         interactive use.
3625         (wl-summary-reedit): Check message existence at first.
3626         (wl-summary-mark-line): Fix doc, return value is indefinite.
3627
3628         * wl-highlight.el (wl-highlight-message): Arranged.
3629
3630         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3631         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3632         check temp-mark by wl-summary-temp-mark always.
3633         (wl-highlight-summary): Change accordingly.
3634         * wl-summary.el (wl-summary-mark-as-read-all)
3635         (wl-summary-delete-cache, wl-summary-set-score-mark)
3636         (wl-summary-mark-as-unread, wl-summary-unmark)
3637         (wl-summary-mark-line, wl-summary-mark-as-read)
3638         (wl-summary-mark-as-important): Ditto.
3639
3640         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3641         end of the window if possible.
3642         * wl-summary.el (wl-summary-sync-update): Support lazy
3643         highlighting.
3644         (wl-summary-toggle-disp-msg): Ditto.
3645
3646 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3647
3648         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3649
3650 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3651
3652         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3653         change.
3654
3655 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3658         API.
3659         (wl-summary-sync-update): Ditto.
3660
3661         * wl-score.el (wl-score-get-score-alist): Changed argument.
3662         (wl-summary-rescore-msgs): Likewise.
3663         (wl-summary-score-headers): Likewise.
3664         (wl-score-headers): Likewise;
3665         Use elmo-folder-do-each-message-entity, etc.
3666         (wl-summary-score-effect): Follow the changes above.
3667         (wl-summary-rescore): Ditto.
3668         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3669         (wl-score-get-overview): Abolish.
3670
3671         * wl-summary.el (wl-summary-default-from): Follow the API change in
3672         elmo-msgdb.
3673         (wl-summary-count-unread): Ditto.
3674         (wl-summary-detect-mark-position): Ditto.
3675         (wl-summary-overview-entity-compare-by-date): Ditto.
3676         (wl-summary-overview-entity-compare-by-number): Ditto.
3677         (wl-summary-overview-entity-compare-by-from): Ditto.
3678         (wl-summary-overview-entity-compare-by-subject): Ditto.
3679         (wl-summary-get-list-info): Ditto.
3680         (wl-summary-rescan): Ditto.
3681         (wl-summary-jump-to-msg-by-message-id): Ditto.
3682         (wl-summary-sync-update): Ditto; Removed comment.
3683         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3684         (wl-summary-insert-message): Use wl-summary-insert
3685         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3686         (wl-summary-insert-headers): Changed argument overview to folder.
3687         (wl-summary-search-by-subject): Likewise.
3688         (wl-summary-insert-thread): Renamed from 
3689         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3690
3691         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3692         too.
3693
3694         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3695         wl-string-member.
3696
3697 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3700         elmo-folder-append-buffer.
3701         (wl-draft-queue-append): Likewise.
3702
3703         * wl-mime.el (wl-message-delete-current-part): Ditto.
3704         (wl-summary-burst-subr): Ditto.
3705
3706         * wl-news.el.in (wl-news-send-news): Ditto.
3707
3708 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3711         function.
3712         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3713         (wl-summary-update-mark): Enclose with save-excursion.
3714         (wl-summary-mark-as-read-internal): Fixed last change.
3715         (wl-summary-mark-as-important): Use 3rd argument of
3716         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3717         Don't use elmo-msgdb-set-mark.
3718         (wl-summary-redisplay-internal): If msgdb flag is already read,
3719         just update the mark on buffer.
3720
3721 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3722
3723         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3724         cut visible folder when elmo-folder-delete returns non-nil value.
3725
3726 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3727
3728         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3729         by Kenichi OKADA <okada@opaopa.org>).
3730
3731 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3732
3733         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3734
3735 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3736
3737         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3738         Fixed the last change, search group entity by its real name.
3739         (Thanks to: KOBAYASHI Shinji)
3740
3741 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3742
3743         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3744         (wl-fldmgr-access-display-all): Don't refer visible name.
3745         * wl-expire.el (wl-folder-archive-current-entity)
3746         (wl-folder-expire-current-entity): Ditto.
3747         * wl-folder.el (wl-folder-jump-to-current-entity)
3748         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3749         (wl-folder-open-folder-sub,wl-folder-open-all)
3750         (wl-folder-write-current-folder): Ditto.
3751         (wl-folder-insert-entity): Don't use petname for normal group.
3752         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3753         is the real name.
3754         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3755         Abolished.
3756
3757 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3758
3759         * wl-draft.el (wl-draft-create-buffer): Add
3760         `wl-summary-reply-with-citation'
3761
3762 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3763
3764         * wl-draft.el (wl-draft-reply): Fixed.
3765
3766 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3767
3768         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3769         when `wl-draft-send-confirm-with-preview' is non-nil.
3770         You can scroll up/down by j/k.
3771         (wl-draft-send-confirm-with-preview): New variable (default=t).
3772
3773 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3774
3775         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3776         (wl-fldmgr-save-folders): Fix comment.
3777
3778 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3779
3780         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3781         along the last change in `wl-folder-buffer-group-p'.
3782
3783 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3784
3785         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3786         folder.
3787
3788         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3789         the default value.
3790
3791         * wl-mime.el (wl-summary-burst): Update summary only when target
3792         folder equals current folder.
3793
3794 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3795
3796         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3797
3798 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3799
3800         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3801         value.
3802
3803 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3806         `map-extents' instead of `extent-at' repeatedly.
3807         (wl-highlight-folder-current-line): Ditto.
3808
3809         * wl-highlight.el: Remove useless dummy functions.
3810
3811 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3814         (wl-folder-put-folder-property): New function to put text property.
3815         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3816         (wl-folder-insert-entity, wl-folder-update-diff-line)
3817         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3818         * wl-e21.el, wl-xmas.el, wl-mule.el
3819         (wl-highlight-folder-current-line): Ditto.
3820         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3821         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3822         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3823         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3824
3825 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3826
3827         * Version number is increased to 2.11.3.
3828
3829 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3830
3831         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3832         Resume current-buffer since it is assumed by remaining tasks.
3833
3834 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3835
3836         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3837         (wl-folder-completion-function): Abolished.
3838         (wl-folder-complete-folder): New function.
3839         (wl-folder-complete-filter-condition): Ditto.
3840         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3841         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3842
3843 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3844
3845         * wl-draft.el (wl-draft-send-confirm): New function.
3846         (wl-draft-send): Use it.
3847
3848         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3849         cursor-in-echo-area while confirming.
3850
3851         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3852
3853         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3854         searching via nntp if wl-summary-search-via-nntp is 'force.
3855         Otherwise, invoke searching in nntp folder only.
3856         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3857
3858         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3859         explicitly for mime-make-text-tag.
3860
3861 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3862
3863         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3864         `mime-make-text-tag' instead of `mime-create-tag'.
3865
3866 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3869         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3870
3871 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3872
3873         * wl-score.el (wl-score-save): Bind print-length and print-level.
3874         (wl-score-pretty-print): Ditto.
3875         (wl-score-edit-insert-header-entry): Ditto.
3876
3877         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3878         "From" entry to be treated with wl-draft-eword-encode-address-list.
3879         * wl-mime.el (wl-draft-preview-message): Ditto.
3880
3881         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3882         (wl-summary-mark-as-unread): Ditto.
3883         (wl-summary-mark-as-read-region): Change accordingly.
3884         (wl-summary-mark-as-unread-region): Ditto.
3885         (wl-summary-target-mark-mark-as-read): Ditto.
3886         (wl-summary-target-mark-mark-as-unread): Ditto.
3887
3888 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3889
3890         * Version number is increased to 2.11.2.
3891
3892 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-news.el.in (wl-news-previous-version-save): Bind
3895         print-length and print-level.
3896         * wl-thread.el (wl-thread-save-entities): Ditto.
3897         (wl-thread-save-top-list): Bind print-length.
3898
3899 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3900
3901         * wl-highlight.el (wl-highlight-summary-line-string): Use
3902         wl-summary-score-below-mark, wl-summary-score-over-mark.
3903         (wl-highlight-summary-current-line): Ditto.
3904
3905 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3906
3907         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3908         insert it.
3909
3910 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3911
3912         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3913
3914 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3915
3916         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3917         message without msgid.
3918         Rewrite with elmo-folder-move-messages.
3919         Set wl-message-buffer to nil.
3920
3921         * wl-summary.el (wl-summary-erase-subr): New function. Use
3922         elmo-folder-move-messages.
3923         (wl-summary-erase): Call it.
3924         (wl-summary-target-mark-erase): Ditto.
3925
3926 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3927
3928         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3929         it is not up-tp-date.
3930
3931 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3932
3933         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3934         buffer after calling `wl-summary-goto-folder-subr' without the
3935         argument `interactive'.
3936         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3937
3938 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3939
3940         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3941         `mime-create-tag'. Use `string=' instead of `looking-at'.
3942
3943 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3946         to avoid compile warning.
3947
3948         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3949         entity-id when folder is given.
3950         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3951         save-excursion, use save-selected-window instead.
3952         Select folder buffer window if exists.
3953         (To correct behavior with wl-folder-move-cur-folder.)
3954
3955 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3956
3957         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3958
3959 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3960
3961         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3962         list-count instead of %d.
3963
3964 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3967         (wl-news): Set it.
3968         (wl-news-append-to-folder): Use it.
3969
3970         * wl-news.el.in (wl-news-send-news): Append to specified folder
3971         instead of wl-default-folder.
3972         (wl-news-append-to-folder): Show error message with specified folder.
3973
3974         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3975                 In most major modes, Emacs assumes that any opening
3976                 delimiter found at the left margin is the start of a
3977                 top-level definition, or defun. Therefore, *never put an
3978                 opening delimiter at the left margin unless it should have
3979                 that significance.*
3980
3981         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3982
3983 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3984
3985         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3986
3987 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3988
3989         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3990
3991 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3992
3993         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3994         for sequential numbering case.
3995
3996 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3997
3998         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3999         value.
4000         (wl-draft-reply-without-argument-list): Ditto.
4001         (wl-draft-reply-myself-with-argument-list): Abolish.
4002         (wl-draft-reply-myself-without-argument-list): Ditto.
4003         * wl-draft.el (wl-draft-self-reply-p): New function.
4004         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4005
4006 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4007
4008         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4009         (avoid error for the case without byte-compiling)
4010
4011 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4012
4013         * wl-news.el.in (wl-news-append-to-folder): New function.
4014         (wl-news-exit): Rewrite.
4015         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4016
4017 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4018
4019         * wl-draft.el (wl-draft-reply-position): New function.
4020         (wl-draft-reply-position): Fix.
4021         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4022         (wl-summary-target-mark-reply-with-citation): Ditto.
4023         (wl-summary-reply-with-citation): Ditto.
4024         * wl-vars.el (wl-draft-reply-default-position): New variable.
4025
4026 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4027
4028         * wl-draft.el (wl-draft-send): Preview when interactive send.
4029
4030 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4031
4032         * wl-draft.el (wl-draft-reply): Set default position.
4033         * wl-summary.el (wl-summary-reply): Ditto.
4034         (wl-summary-reply-with-citation): Ditto.
4035         (wl-summary-target-mark-reply-with-citation): Ditto.
4036
4037 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039         * wl-news.el.in (wl-news-lang): Set default value according to
4040         current-language-environment.
4041         (wl-news-append-news): Do nothing when news-list is nil.
4042
4043 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4044
4045         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4046         (wl-news): Change message.
4047         (wl-news-exit): Check buffer.
4048         (wl-news-force-exit): New function.
4049         (wl-news-show-all): New function.
4050         (wl-news-discard-and-exit): Fix.
4051
4052 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4053
4054         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4055         according to current-language-environment.
4056
4057         * wl-news.el.in (wl-news): If arg, show all NEWS after
4058         wl-news-default-previous-version.
4059
4060 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4061
4062         * wl-news.el.in (wl-news-check): Rewritten.
4063         (wl-news-previous-version-load): Change data type.
4064         (wl-news-previous-version-save): Change data type.
4065         (wl-news-append-news): Add return value.
4066         (wl-news-check-news): New function.
4067         (wl-news-already-current-p): New function.
4068         (wl-news-send-news): Rewritten.
4069         (wl-news-mode-map): Add new keybind.
4070         (wl-news): Rewritten.
4071         (wl-news-exit): Rewritten.
4072         (wl-news-discard-and-mail): New function.
4073         (wl-news-send-to-address): Abolished.
4074         * wl.el (wl-init): Delete a message.
4075
4076 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4077
4078         * wl-news.el.in (wl-news-exit): Update previous version.
4079         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4080
4081 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4082
4083         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4084
4085 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4086
4087         * wl-news.el.in (wl-news): New function.
4088         (wl-news-mode): New function.
4089         (wl-news-next-line): New function.
4090         (wl-news-next-page): New function.
4091         (wl-news-exit): New function.
4092         (wl-news-buf-name): New variable.
4093         (wl-news-mode-map): New variable.
4094         (wl-news-winconf): New variable.
4095         (wl-news-append-news): Add an option.
4096
4097 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4100
4101 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4102
4103         * wl-news.el.in (wl-news-send-to-address): New variable.
4104         (wl-news-send-news): Use it.
4105         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4106         Return updating status.
4107         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4108
4109 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4110
4111         * wl-news.el.in (wl-news-send-news): Delete
4112         Organization and X-Face.
4113
4114 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4115
4116         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4117         (wl-news-append-news): New function.
4118         (wl-news-send-news): New function.
4119
4120 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4121
4122         * Version number is increased to 2.11.1.
4123
4124 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4125
4126         * wl-news.el.in : New file.
4127
4128 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4129
4130         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4131         default value.
4132         (wl-draft-reply-without-argument-list): Ditto.
4133
4134 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4135
4136         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4137         (wl-message-buffer-prefetch-idle-time): Ditto.
4138         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4139
4140 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-thread.el (wl-thread-insert-message): Use
4143         wl-summary-max-thread-depth.
4144
4145         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4146         loop detection.
4147
4148         * wl-message.el (wl-message-buffer-display): Back to the first page
4149         when cache is hit.
4150
4151 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4154
4155         * wl-summary.el (wl-summary-insert-thread-entity):
4156         If the thread depth is reached to wl-summary-max-thread-depth,
4157         divide the thread.
4158
4159 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4160
4161         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4162         for elmo-remove-passwd.
4163
4164 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4165
4166         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4167         folder is sticky.
4168         (wl-folder-mark-as-read-all-entity): Ditto.
4169         (wl-folder-prefetch-entity): Ditto.
4170
4171 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4172
4173         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4174
4175 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4176
4177         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4178         Delete messages on buffer for unplugged operation.
4179         (wl-summary-erase): Ditto.
4180
4181 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4182
4183         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4184         take nil so as not to search parent by subject.
4185
4186 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4187
4188         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4189         (wl-folder-get-next-folder): Ditto.
4190         (wl-folder-get-path): Ditto.
4191
4192 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4193
4194         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4195         system and encode the region with it before verifying.
4196
4197 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4200         system of the echo buffer before decoding.
4201
4202 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4203
4204         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4205         original contents.
4206
4207 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4210         with argument 'any-exists.
4211
4212 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4213
4214         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4215         Use `wl-cs-autoconv'.
4216
4217 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4218
4219         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4220         by `mime-view-automatic-conversion'.
4221
4222         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4223         (wl-message-verify-pgp-nonmime): Ditto.
4224         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4225         Bind them to C-c:d and C-c:v respectively.
4226
4227         Merge following code by Teranishi-san from [wl-en:00167].
4228         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4229         (wl-mime-preview-application/pgp-encrypted): Ditto.
4230         (wl-mime-setup): Add entry.
4231
4232 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4233
4234         * wl-summary.el (wl-summary-target-mark-erase): New function.
4235         Bind it to "mD".
4236
4237 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4238
4239         * wl-vars.el (wl-draft-write-file-function): Fix.
4240         (wl-draft-reedit-hook): Changed default value.
4241
4242         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4243         wl-draft-reedit-hook.
4244         (wl-draft-remove-text-plain-tag): New function.
4245         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4246
4247         * wl-vars.el (wl-draft-write-file-function): New user option.
4248
4249         * wl-draft.el (wl-draft-prepare-edit): Use it for
4250         local-write-file-hooks.
4251         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4252
4253         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4254         (wl-draft-insert-mail-header-separator): Return the body beginning
4255         point.
4256         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4257         text/plain.
4258         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4259
4260 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4261
4262         * wl-summary.el (wl-summary-erase): New function to erase message
4263         without moving it to trash. Bind to "D".
4264
4265         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4266         as `keep' unless switch-function.
4267
4268 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4271         message buffer by using `wl-summary-toggle-disp-msg'.
4272         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4273         buffer window.
4274         (wl-summary-supresedes-message): Ditto.
4275
4276         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4277         Do not delete other windows.
4278         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4279         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4280         (wl-draft-create-buffer): Set reply-or-forward also for target
4281         mark commands.
4282
4283 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-draft.el (wl-user-agent-compose): Delete special case for
4286         switch-to-buffer-other-window.
4287
4288         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4289         (wl-summary-forward): Ditto.
4290
4291         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4292         function.
4293         (wl-draft-buffer-style): New use option.
4294
4295         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4296         (wl-draft): Follow the change above.
4297         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4298         wl-draft-buffer-style.
4299         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4300         switch-function.
4301
4302 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4303
4304         * wl-address.el (wl-address-make-completion-entry): Extracted from
4305         `wl-address-make-completion-list'.
4306         (wl-address-enable-strict-loading): New variable.
4307         (wl-address-make-completion-list): Revive petname duplication
4308         inquiry, and enable it if `wl-address-enable-strict-loading'.
4309         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4310
4311 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4312
4313         * wl-message.el (wl-message-get-original-buffer): Avoid
4314         'Selecting deleted buffer' error when original buffer is killed.
4315
4316 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4317
4318         * wl-summary.el (wl-summary-next-message): Use
4319         elmo-message-accessible-p instead of elmo-message-cached-p.
4320
4321 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4324
4325         * wl-thread.el (wl-thread-open-all-unread): Use
4326         elmo-folder-list-flagged instead of
4327         elmo-folder-list-messages-mark-match.
4328
4329         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4330         instead of elmo-folder-list-messages-mark-match.
4331         (wl-summary-move-spec-alist): New variable.
4332         (wl-summary-move-spec-plugged-alist,
4333         wl-summary-move-spec-unplugged-alist): Abolish.
4334         (wl-summary-next-message): Follow the change above.
4335         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4336         with 'no-msg' argument.
4337
4338         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4339         variable.
4340         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4341         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4342         (wl-message-buffer-prefetch-get-next): Follow the change above.
4343
4344 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4345
4346         * wl-version.el (wl-version): Changed codename.
4347
4348         * Version number is increased to 2.11.0.
4349
4350 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4351
4352         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4353         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4354         `wl-draft-config-variables'.
4355         (wl-draft-kill): Fixed problem when the draft is reedit.
4356
4357 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4358
4359         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4360         buffer-modified status (Thanks to
4361         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4362
4363 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4364
4365         * wl-util.el (wl-region-exists-p): New function.
4366
4367         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4368         Remove defvars for byte-compile warnings.
4369
4370 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4371
4372         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4373         defvar-maybe. Removed unused bind.
4374
4375 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4378         summary buffer window before creating new frame.
4379         (wl-draft-reply): Ditto.
4380
4381 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4382
4383         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4384
4385 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4388
4389 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4390
4391         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4392         instead of `kill-region'.
4393
4394 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4395
4396         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4397         (wl-highlight-summary-line-string): Use it.
4398         (wl-highlight-summary-current-line): Ditto.
4399
4400         * wl-mime.el (wl-message-delete-current-part): Check the class of
4401         mime-entity.
4402
4403         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4404
4405         * wl-summary.el (wl-summary-make-number-list): Initialize.
4406         (wl-summary-update-mark): New function.
4407         (wl-summary-reply): Put `answered' mark on the message.
4408         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4409
4410         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4411         (wl-draft-reply): Added optional argument `number';
4412         Set wl-draft-parent-number.
4413         (wl-draft-kill): Delete answered mark if it is a reply.
4414
4415 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4418         that originates in mime-preview-follow-current-entity.
4419         (wl-draft-yank-current-message-entity): Use it if region is active.
4420
4421         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4422         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4423         `wl-message-delete-current-part'.
4424         * wl-mule.el (wl-message-define-keymap): Ditto.
4425         * wl-xmas.el (wl-message-define-keymap): Ditto.
4426
4427 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-mime.el (wl-message-delete-current-part): New function.
4430         (wl-mime-node-id-to-string): Ditto.
4431
4432         * wl-mime.el (wl-message-delete-current-part): Use existing
4433         original buffer which corresponds current mime-view buffer.
4434         (fetched buffer might have different structure, possibly)
4435
4436         * wl-mime.el (wl-message-delete-current-part): Quit if the
4437         message content differs from the actual message.
4438
4439 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4440
4441         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4442         order.
4443         (wl-summary-search-by-subject): Search parent message from tail;
4444         Check the existence of the parent message on the current thread tree.
4445         (wl-summary-update-thread): Check whether the line is inserted.
4446
4447 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl-vars.el (wl-summary-line-format): Undo last change.
4450         * wl-summary.el (wl-summary-print-destination): Do not put
4451         invisible property when `wl-summary-width' is nil.
4452         (wl-summary-line-subject-minimum-length): Abolished.
4453         (wl-summary-line-subject): Ditto.
4454
4455 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl-vars.el (wl-summary-line-format): Change default value.
4458         (wl-summary-subject-length-limit): Abolished.
4459         * wl-summary.el (wl-summary-line-subject): Ditto.
4460
4461 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4462
4463         * wl-template.el (wl-template-select): Added optional argument.
4464         If optional argument is specified, reverse
4465         `wl-template-visible-select'.
4466
4467 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4470         Take prefix argument to force asking the destination folder.
4471
4472 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4473
4474         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4475         count and update status.
4476
4477 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-summary.el (wl-summary-redisplay-internal): If
4480         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4481         after fetching.
4482
4483 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4484
4485         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4486         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4487
4488         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4489
4490 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4491
4492         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4493         (All other related portions are changed).
4494         (wl-summary-mark-as-read-all): Rewrite.
4495
4496 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4497
4498         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4499         `wl-summary-mark-as-read'.
4500         (wl-summary-mark-as-unread): Rewrite.
4501         (wl-summary-mark-as-read): Added no-modeline argument.
4502         (wl-summary-resume-cache-status): Rewrite.
4503         (wl-summary-exec-subr): Remove unused local variable.
4504
4505 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4508         logic to call `wl-summary-buffer-prev-folder-function'.
4509         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4510
4511 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4512
4513         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4514         is nil.
4515
4516 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4519         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4520         (wl-mime-setup): Add its entry.
4521
4522 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4523
4524         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4525         (wl-summary-delete-cache): Likewise.
4526         (wl-summary-mark-as-read): Rewrite.
4527
4528 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4529
4530         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4531         `wl-summary-count-unread'.
4532
4533         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4534
4535         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4536
4537 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4540         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4541         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4542         Renamed to the elmo-msgdb-*-mark.
4543         (wl-summary-score-marks): Follow the change above.
4544         (wl-summary-auto-refile-skip-marks): Ditto.
4545         (wl-summary-incorporate-marks): Ditto.
4546         (wl-summary-expire-reserve-marks): Ditto.
4547
4548         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4549         changes.
4550         (wl-thread-insert-top): Changed updating message.
4551
4552         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4553         variable.
4554         (wl-summary-count-unread): Count answered marks.
4555         (wl-summary-rescan): Call wl-summary-insert-message instead of
4556         wl-summary-append-message-func-internal.
4557         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4558         (wl-summary-prefetch-msg): Follow the variable name changes.
4559         (wl-summary-prefetch-region): Ditto.
4560         (wl-summary-mark-as-read-all): Follow the API changes;
4561         Don't call elmo-folder-replace-marks.
4562         (wl-summary-delete-cache): Follow the variable name changes.
4563         (wl-summary-resume-cache-status): Ditto.
4564         (wl-summary-update-status-marks): New function.
4565         (wl-summary-insert-message): New function.
4566         (wl-summary-sync-marks): Follow the variable name changes.
4567         (wl-summary-sync-update): Synchronize to the msgdb, too;
4568         Changed update messages.
4569         (wl-summary-make-number-list): Rewrite.
4570         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4571         (wl-summary-mark-as-unread): Follow the API changes.
4572         (wl-summary-exec-subr): Follow the variable name changes.
4573         (wl-summary-mark-as-read): Ditto.
4574         (wl-summary-move-spec-plugged-alist): Ditto.
4575         (wl-summary-move-spec-unplugged-alist): Ditto.
4576         (wl-summary-cursor-move-surface): Ditto.
4577
4578         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4579         variable name changes.
4580         (wl-highlight-summary-current-line): Ditto.
4581
4582         * wl-expire.el (wl-expire-refile): Follow the API change in
4583         elmo-folder-move-messages.
4584         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4585         (wl-summary-archive): Use elmo-folder-msgdb instead of
4586         elmo-msgdb-load.
4587
4588 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4589
4590         * wl-mime.el (wl-draft-preview-message): Restore the position
4591         before evaluating wl-draft-send-hook in preview buffer.
4592
4593 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4596         when it creates new draft buffer.
4597
4598         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4599         without argument.
4600
4601         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4602         Evaluate content and if the value is string, insert it.
4603         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4604         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4605         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4606         wl-draft-config-sub-part-bottom): Use it.
4607
4608         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4609         with the folder name. The question was unintelligible when it is
4610         called from wl-save-status.
4611
4612 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4615         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4616         cannot take second argument).
4617
4618 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4621         as t. Since type and subtype are not case sensitive (RFC 2045).
4622
4623 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4624
4625         * wl-vars.el (wl-message-mode-line-format): New variable.
4626         (wl-message-mode-line-format-spec-alist): Ditto.
4627         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4628         (wl-message-redisplay): Use wl-message-mode-line-format.
4629
4630 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4631
4632         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4633
4634 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl-summary.el (wl-summary-default-from): Write description.
4637
4638 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-vars.el (wl-ldap-objectclass): Abolish.
4641
4642         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4643         (wl-ldap-make-filter): Removed condition for objectclass.
4644         (wl-ldap-make-matched-value-list): Remove meaningless process.
4645         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4646         (wl-address-ldap-search): Don't add `*' to `pat' string;
4647         use ignore-errors; added `email';
4648         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4649         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4650         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4651
4652
4653 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4654
4655         * wl-draft.el (wl-draft-parent-folder): Write description.
4656         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4657
4658 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4661         as "" (zero-length string) if no parent.
4662         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4663
4664 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4665
4666         * wl-address.el (wl-address-make-completion-list): Skip duplication
4667         checking.
4668         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4669         `append'.
4670
4671 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4672
4673         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4674         instead of `beginning-of-buffer'.
4675
4676 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4679
4680 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4681
4682         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4683         Refer wl-message-buffer-name.
4684         (wl-message-wheel-down): Ditto.
4685
4686 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-vars.el (wl-message-buffer-name): New user option.
4689
4690         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4691         directly instead of making alist dinamically.
4692
4693         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4694         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4695         wl-message-buffer-cache-name.
4696         (wl-message-buffer-cache-clean-up): Ditto.
4697
4698         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4699
4700         * Version number is increased to 2.9.15.
4701
4702 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-vars.el (wl-summary-default-view-alist): New user option.
4705
4706         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4707
4708         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4709         while deleting address.
4710         (wl-draft-delete-myself-from-cc): Ditto.
4711
4712         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4713         If optional argument is specified, reverse sort order.
4714
4715         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4716
4717 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl-thread.el (wl-thread-insert-message): Return parent number if
4720         exists.
4721         (wl-thread-update-indent-string-region): Use
4722         wl-thread-update-line-on-buffer-sub instead of
4723         wl-thread-update-line-on-buffer.
4724
4725 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4726
4727         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4728         (wl-folder-close-all): Ditto.
4729
4730 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4731
4732         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4733         and mailing-list:.
4734         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4735         value.
4736         (wl-summary-line-list-info): Print mailing-list name even when 
4737         list-number is empty.
4738
4739 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4740
4741         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4742
4743         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4744         (wl-draft-open-file): Ditto.
4745         (wl-draft-random-alphabet): Ditto.
4746
4747         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4748         bindings.
4749
4750 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4753         * wl-vars.el (wl-draft-config-alist): Ditto.
4754
4755 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4756
4757         * Version number is increased to 2.9.14.
4758
4759         * wl.el (wl): Don't set wl-init as nil when error occured while
4760         auto-checking folders.
4761
4762         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4763         `elmo-expand-newtext'.
4764
4765 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4768         `this-command' so that `wl-folder-goto-folder' contained in
4769         `wl-summary-keep-cursor-command' work.
4770
4771 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4774         message buffer displaying state.
4775
4776 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl-vars.el (wl-summary-default-view): New variable to specify
4779         default value for `wl-summary-buffer-view' instead of using
4780         set-default.
4781         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4782
4783 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4786
4787         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4788
4789 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4790
4791         * wl-vars.el (wl-forward-subject-prefix): New variable.
4792         * wl-draft.el (wl-draft-forward): Use it.
4793
4794 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4795
4796         * wl-message.el (wl-message-prev-page): When it is called without
4797         lines argument, scroll down by wl-message-scroll-amount lines.
4798         (wl-message-next-page): Ditto.
4799         * wl-vars.el (wl-message-scroll-amount): Change default value
4800         to preserve current behavior.
4801
4802 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4803
4804         * wl-summary.el (wl-summary-prefetch-msg): Bind
4805         `wl-message-entity' to call `wl-summary-from-function'.
4806
4807 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-message.el (wl-message-buffer-create): Run
4810         wl-message-buffer-created-hook.
4811
4812 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-summary.el (wl-summary-sort-specs): New variable.
4815         (wl-summary-default-sort-spec): Ditto.
4816         (wl-summary-sort): Rewrite.
4817         (wl-summary-sort-by-list-info): New function.
4818
4819 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4820
4821         * wl-summary.el (wl-summary-get-list-info): New function.
4822         (wl-summary-sort): Rewrite.
4823         (wl-summary-line-list-info): Ditto.
4824         (wl-summary-line-list-count): Ditto.
4825         (wl-summary-refile-region): Fixed docstring.
4826
4827 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4828
4829         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4830         `wl-folder-entity-hashtb' as completion table.
4831
4832 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4835         only when this command is called interactively; silence the byte-
4836         compiler.
4837
4838 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4839
4840         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4841         active in XEmacs.
4842
4843 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4844
4845         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4846         plural lines.
4847
4848 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4849
4850         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4851         of current line when the cursor is on the header name.
4852         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4853
4854 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4855
4856         * wl-util.el (wl-read-directory-name): Return displayed directory
4857         as the default value also on XEmacs.
4858
4859 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4862         formatting.
4863
4864 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4867         argument and when it is non-nil, check face property before
4868         highlighting for each line.
4869         (wl-highlight-summary-window): Set it.
4870
4871 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4874         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4875
4876         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4877         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4878         (wl-draft-get-fcc-list): Likewise.
4879
4880 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4883         (wl-thread-entity-cur): Ditto.
4884         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4885         wl-thread-indent-regexp setting.
4886         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4887
4888         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4889         wl-summary-lazy-highlight.
4890         (wl-summary-display-bottom): Ditto.
4891
4892         * wl-thread.el (wl-thread-open-close): Likewise.
4893
4894         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4895         from and subject;
4896         Bind wl-draft-use-frame;
4897         Enclose with save-window-excursion;
4898         Use wl-draft-create-buffer instead of with-temp-buffer;
4899         Use wl-draft-prepare-edit;
4900         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4901         Use wl-draft-send instead of wl-draft-raw-send.
4902
4903 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4904
4905         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4906         of using wl-from.
4907
4908 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4911         insert-buffer instead of clone-buffer.
4912         (wl-draft-doing-mime-bcc): New variable.
4913         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4914         infinite loop.
4915         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4916
4917         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4918         (wl-draft-mime-bcc-body): Ditto.
4919
4920         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4921         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4922         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4923         wl-draft-do-mime-bcc.
4924         (wl-draft-mime-bcc-field): New function.
4925         (wl-draft-do-mime-bcc): Ditto.
4926
4927         * wl-address.el (wl-address-complete-header-list): New variable.
4928         (wl-address-complete-header-regexp): Changed default value.
4929
4930         * Version number is increased to 2.9.13.
4931
4932 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4933
4934         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4935         it is differed.
4936
4937 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4938
4939         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4940         (wl-summary-line-list-count): Ditto.
4941
4942 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4943
4944         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4945         (wl-nntp-posting-function): New variable.
4946         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4947         `wl-nntp-posting-config-alist'.
4948
4949 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4950
4951         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4952         FLIM.
4953
4954 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4955
4956         * wl-summary.el (wl-summary-target-mark-refile-sub):
4957         Remove a nuisance funcall.
4958
4959 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4960
4961         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4962         as t for `try-completion'.
4963
4964 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4965
4966         * wl-summary.el (wl-summary-default-from): Use
4967         wl-address-header-extract-address instead of
4968         std11-extract-address-components.
4969         (wl-summary-simple-from): Ditto.
4970         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4971         (wl-summary-insert-headers): Show message.
4972         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4973         for whole line.
4974         (wl-summary-default-from): Revert last change.
4975         (wl-summary-simple-from): Ditto.
4976         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4977         (wl-summary-mark-as-read-region): Follow the change above.
4978         (wl-summary-sync-marks): Ditto.
4979         (wl-summary-target-mark-mark-as-read): Ditto.
4980         (wl-summary-redisplay-internal): Ditto.
4981         (wl-summary-redisplay-no-mime-internal): Ditto.
4982         (wl-summary-redisplay-all-header): Ditto.
4983         (wl-summary-mark-as-read): Removed argument `cached';
4984         Use current cache status to set cache mark.
4985         (wl-summary-redisplay-internal): Follow the change above.
4986         (wl-summary-redisplay-no-mime-internal): Ditto.
4987         (wl-summary-redisplay-all-header): Ditto.
4988
4989         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4990
4991         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4992         Don't call itself recursively (Adviced by Yamaoka-san).
4993
4994 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4995
4996         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4997         bind wl-summary-highlight as nil to avoid error caused by missing
4998         local variables.
4999
5000 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-vars.el (wl-invalid-character-message): New user option.
5003
5004         * wl-util.el (wl-set-string-width): If truncated string-width is
5005         larger than specified width, use `wl-invalid-character-message'.
5006
5007 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5008
5009         * wl-summary.el (wl-summary-prefetch-msg): 
5010         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5011
5012 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5013
5014         * wl-vars.el (wl-summary-check-line-format): New user option.
5015         (wl-summary-line-format-file): Ditto.
5016
5017         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5018         variable.
5019         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5020         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5021         and `wl-summary-view-old-p' to check whether do a rescan or not.
5022         (wl-summary-view-old-p): New function.
5023         (wl-summary-line-format-changed-p): Ditto.
5024         (wl-summary-line-format-save): Ditto.
5025         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5026
5027         * wl-util.el (wl-set-string-width): Avoid using negative number
5028         for make-string.
5029
5030 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5031
5032         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5033         return value.
5034
5035         * wl-util.el (wl-set-string-width): Added optional argument
5036         `padding' (All other related portions are changed).
5037         (wl-line-parse-format): If the first letter of column number is
5038         `0', zero-padding the result (ex: "%05l").
5039
5040         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5041
5042 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5043
5044         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5045         sequential summary view.
5046
5047 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5050         if it doesn't have a -unix version.
5051
5052 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5055
5056 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5059         content.
5060         (wl-draft): Follow the change above.
5061
5062         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5063
5064         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5065         and wl-folder-summary-line-format-alist contain %T and %P.
5066
5067         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5068         (wl-summary-mode-line-format): New user option.
5069         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5070         (wl-summary-line-format): Changed default value.
5071         (wl-summary-lazy-highlight): Changed default value.
5072
5073         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5074         change in wl-summary-create-line.
5075         (wl-thread-insert-entity-sub): Ditto.
5076
5077         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5078         (wl-summary-buffer-unread-status): Ditto.
5079         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5080         (wl-summary-buffer-persistent-mark-column): Ditto.
5081         (wl-summary-buffer-mode-line-formatter): Ditto.
5082         (wl-summary-buffer-mode-line): Ditto.
5083         (wl-summary-message-regexp): Abolished.
5084         (All other related portions are changed.)
5085         (wl-summary-detect-mark-position): New function.
5086         (wl-summary-buffer-set-folder): Setup
5087         wl-summary-buffer-mode-line-formatter.
5088         (wl-summary-mode): Setup selective-display;
5089         Setup pre-idle-hook when xemacs.
5090         (wl-summary-update-modeline): Rewrite.
5091         (wl-summary-jump-to-msg): Define as function;
5092         Changed regexp for searching messages.
5093         (wl-summary-message-number): Rewrite.
5094         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5095         Do rescan when old type summary cache.
5096         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5097         (wl-summary-remove-destination): Use '\r' to detect EOL.
5098         (wl-summary-print-destination): Ditto.
5099         (wl-summary-temp-mark): New inline function.
5100         (wl-summary-persistent-mark): Ditto.
5101         (wl-summary-line-number): New function.
5102         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5103         (wl-summary-line-list-count): New function.
5104         (wl-summary-create-line): Added argument persistent-mark.
5105         (All other related portions are changed)
5106         (wl-summary-create-line): Insert '\r'.
5107         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5108         (wl-summary-cursor-move-surface): New inline function.
5109         (wl-summary-prev): Use it.
5110         (wl-summary-next): Ditto.
5111
5112         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5113         wl-summary-message-regexp.
5114         (wl-highlight-summary): Delete progress message.
5115         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5116
5117         * Version number is increased to 2.9.12.
5118
5119 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5122         variable (nil: no minimum).
5123         (wl-summary-line-subject): Add some spaces after subject by
5124         wl-summary-line-subject-minimum-length.
5125
5126 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5127
5128         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5129         and removed `F'.
5130         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5131         change above).
5132
5133 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-summary.el (wl-summary-line-list-count): Reverted.
5136         (example setting in samples/*/dot.wl is also updated)
5137
5138 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5141
5142         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5143
5144         * wl-vars.el (wl-summary-line-format): Addes some description to the
5145         docstring.
5146
5147         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5148         (wl-summary-line-close-bracket): Ditto.
5149         (wl-summary-line-children-number): Ditto.
5150         (wl-summary-line-thread-indent): Ditto.
5151         (wl-summary-line-children-and-from): Ditto.
5152
5153         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5154         't', 'c', 'F' and added 'C'.
5155
5156         * wl-util.el (wl-set-string-width): Accept negative value.
5157         (wl-line-parse-format): Added "%number(" and "%)".
5158
5159 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5160
5161         * wl-summary.el (wl-summary-line-list-count): Change format of the
5162         return value.
5163
5164 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5165
5166         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5167         from the recent message.el.
5168         (wl-draft-point-in-header-p): Ditto.
5169         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5170         wl-draft-beginning-of-line.
5171         * wl-e21.el (wl-draft-mode-map): Ditto.
5172         * wl-xmas.el (wl-draft-mode-map): Ditto.
5173
5174         * wl-folder.el: Sort macrodefs by dependencies.
5175
5176 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5177
5178         * wl-summary.el (wl-summary-prev): Fixed regexp.
5179         (wl-summary-next): Ditto.
5180
5181 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5182
5183         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5184
5185 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5186
5187         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5188         for backward compatibility.
5189
5190 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-summary.el (wl-summary-line-list-count): New function, merged
5193         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5194         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5195         list counts.
5196
5197 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5198
5199         * wl-summary.el (wl-summary-create-line): Ignore errors while
5200         timezone-fix-time.
5201
5202         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5203
5204         * wl-summary.el (wl-summary-sync-update): Ditto.
5205         (wl-summary-default-from): Use wl-message-entity
5206         instead of entity.
5207
5208         * wl-summary.el (wl-summary-create-line): Fix.
5209
5210         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5211         (wl-summary-line-format): New user option.
5212         (wl-folder-summary-line-format-alist): Ditto.
5213         (wl-summary-from-width): Abolished.
5214
5215         * wl-util.el (toplevel): Require 'bytecomp.
5216         (wl-line-parse-format): New function.
5217         (wl-line-formatter-setup): New macro.
5218
5219         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5220         (wl-summary-buffer-line-formatter): New buffer local variable.
5221         (wl-summary-switch-to-clone-buffer): Follow the change above.
5222         (wl-summary-message-regexp): Fix.
5223         (wl-summary-from-func-internal): Abolished.
5224         (wl-summary-subject-func-internal): Ditto.
5225         (wl-summary-subject-filter-func-internal): Ditto.
5226         (All other related portions are changed.)
5227         (wl-summary-buffer-set-folder):
5228         Set up wl-summary-buffer-number-column and 
5229         wl-summary-buffer-line-formatter
5230         (All other related portions are changed.)
5231         (wl-summary-buffer-number-column-detect): Abolished.
5232         (All other related portions are changed.)
5233         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5234         (wl-summary-delete-all-temp-marks-on-buffer): Use
5235         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5236         (wl-summary-target-mark-delete): Ditto.
5237         (wl-summary-target-mark-refile-subr): Ditto.
5238         (wl-summary-target-mark-mark-as-read): Ditto.
5239         (wl-summary-target-mark-mark-as-unread): Ditto.
5240         (wl-summary-target-mark-mark-as-important): Ditto.
5241         (wl-summary-target-mark-save): Ditto.
5242         (wl-summary-replace-status-marks): Renamed from
5243         wl-summary-set-status-marks-on-buffer;
5244         Use wl-summary-message-regexp instead of
5245         wl-summary-buffer-number-regexp.
5246         (wl-summary-sync-update): Follow the change above.
5247         (wl-summary-goto-previous-message-beginning): New function.
5248         (wl-summary-mark-as-unread): Use it.
5249         (wl-summary-mark-as-important): Ditto.
5250         (wl-summary-line-formatter): New variable.
5251         (wl-summary-line-year): New function.
5252         (wl-summary-line-day): Ditto.
5253         (wl-summary-line-day-of-week): Ditto.
5254         (wl-summary-line-hour): Ditto.
5255         (wl-summary-line-minute): Ditto.
5256         (wl-summary-line-open-bracket): Ditto.
5257         (wl-summary-line-close-bracket): Ditto.
5258         (wl-summary-line-children-number): Ditto.
5259         (wl-summary-line-thread-indent): Ditto.
5260         (wl-summary-line-size): Ditto.
5261         (wl-summary-line-subject): Ditto.
5262         (wl-summary-line-from): Ditto.
5263         (wl-summary-line-children-and-from): Ditto.
5264         (wl-summary-create-line): Rewritten.
5265         (wl-summary-format-date): Abolished.
5266
5267         * wl-highlight.el (wl-highlight-summary-current-line): Use
5268         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5269         Use thread structure to detect thread top message.
5270
5271         * wl-draft.el (wl-default-draft-cite): Don't use
5272         wl-summary-from-func-internal.
5273
5274         * wl-refile.el (wl-refile-subject-learn): Don't use
5275         wl-summary-subject-filter-func-internal.
5276         (wl-refile-guess-by-subject): Ditto.
5277
5278         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5279         parameters.
5280
5281         * wl-thread.el (wl-thread-update-indent-string-region):
5282         Use wl-thread-update-line-on-buffer instead of
5283         wl-thread-update-indent-string.
5284         (wl-thread-update-children-number): Redefine using
5285         wl-thread-update-line-on-buffer.
5286         (wl-thread-update-indent-string): Abolished.
5287
5288         * Version number is increased to 2.9.11.
5289
5290 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5291
5292         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5293         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5294         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5295
5296         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5297         as nil.
5298
5299         * wl-thread.el (wl-thread-open-all-unread): Use 
5300         elmo-folder-list-messages-mark-match.
5301         (wl-thread-insert-message): Removed argument `mark-alist'.
5302         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5303         elmo-msgdb-set-mark.
5304         (wl-thread-get-children-msgs-uncached): Likewise.
5305         (wl-thread-get-exist-children): Added argument include-self.
5306         (wl-thread-delete-message): Follow the change above.
5307
5308         * wl-summary.el (wl-summary-count-unread): Removed argument.
5309         (wl-summary-rescan): Follow the change above.
5310         (wl-summary-mark-as-read-region): Ditto
5311         (wl-summary-mark-as-unread-region): Ditto.
5312         (wl-summary-delete-messages-on-buffer): Ditto.
5313         (wl-summary-sync-update): Ditto.
5314         (wl-summary-switch-to-clone-buffer): Ditto.
5315         (wl-summary-goto-folder-subr): Ditto.
5316         (wl-summary-target-mark-mark-as-read): Ditto.
5317         (wl-summary-target-mark-mark-as-unread): Ditto.
5318         (wl-summary-target-mark-mark-as-important): Ditto.
5319         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5320         (wl-summary-update-thread): Removed argument `mark-alist'.
5321         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5322         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5323         (wl-summary-resume-cache-status): Likewise.
5324         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5325         elmo-msgdb-set-mark.
5326         (wl-summary-mark-as-read-all): Likewise.
5327         (wl-summary-delete-cache): Ditto.
5328         (wl-summary-auto-select-msg-p): Ditto.
5329         (wl-summary-mark-as-unread): Ditto.
5330         (wl-summary-no-auto-refile-message-p): Ditto.
5331         (wl-summary-mark-as-read): Ditto.
5332         (wl-summary-mark-as-important): Ditto.
5333         (wl-summary-auto-refile): Follow the change above.
5334         (wl-summary-delete-all-marks): Removed.
5335         (wl-summary-resume-marks-and-highlight): Ditto.
5336         (wl-summary-resume-marks): Ditto.
5337         (wl-summary-delete-important-msgs-from-list): Ditto.
5338         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5339
5340         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5341         wl-summary-count-unread.
5342
5343         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5344         (wl-summary-score-update-all-lines): Use
5345         elmo-msgdb-set-mark.
5346
5347 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5350         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5351         (wl-summary-create-line): Renamed from
5352         wl-summary-overview-create-summary-line;
5353         Argument rearrangement.
5354         (wl-summary-update-thread): Follow the change above.
5355
5356         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5357         (wl-thread-insert-entity-sub): Likewise.
5358
5359         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5360         argument `overview', `mark-alist' and added `msgdb'.
5361
5362         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5363
5364         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5365         (wl-summary-rescan): Follow the change above.
5366         (wl-summary-sync-update): Ditto.
5367         (wl-summary-insert-thread-entity): Ditto;
5368         Don't use `let*' in every while loop;
5369         Detect infinite loop of threads.
5370         (wl-summary-update-thread): Removed argument `overview'.
5371
5372         * wl-thread.el (wl-thread-insert-message): Ditto.
5373
5374         * Version number is increased to 2.9.10.
5375
5376         * wl-message.el (wl-message-redisplay): Ignore errors while
5377         wl-message-redisplay-hook.
5378
5379 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5380
5381         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5382
5383 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl.el (wl): inhibit-quit while wl-folder.
5386
5387 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5390         while msgdb access.
5391
5392 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5393
5394         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5395         even if no folder is not created.
5396
5397 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5398
5399         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5400
5401         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5402         implementation.
5403         (wl-summary-target-mark-thread): Ditto.
5404
5405         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5406
5407 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5408
5409         * wl-util.el (wl-display-bytes): Remove unused function.
5410
5411 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5412
5413         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5414         seems critical one (partially reverse the change in 2002/03/17).
5415
5416 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5417
5418         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5419         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5420
5421 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5422
5423         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5424         is not writable.
5425         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5426         plugged status instead of `'force' as 2nd argument.
5427
5428         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5429         is not creatable.
5430
5431         * Version number is increased to 2.9.9.
5432
5433 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5434
5435         * wl-summary.el (wl-summary-suspend): New function.
5436
5437 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5438
5439         * wl.el (wl): Do not check variables if check is nil.
5440         * wl-utils.el (wl-collect-draft): New function.
5441         * wl-folder.el (wl-folder-suspend): Put summary buffers
5442         and draft buffers at the end of buffer list.
5443         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5444
5445 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5446
5447         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5448         loop instead of recursive call.
5449
5450         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5451         2nd argument.
5452
5453 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5454
5455         * wl-draft.el (wl-draft-create-contents): Don't take neither
5456         (function . args) nor (string . something) any more.
5457
5458         * wl-version.el (wl-generate-user-agent-string): Return string
5459         without header symbol.
5460         * wl-draft.el (wl-draft-default-headers): Use it.
5461
5462         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5463         `wl-draft-insert-ccs' and return field value instead of inserting
5464         the header. Abolish cc argument.
5465         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5466
5467         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5468         rather than one with string car.
5469
5470         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5471         * wl-draft.el (wl-draft-create-contents): Add it after the default
5472         headers.
5473
5474         * wl-draft.el (wl-draft-create-contents): For the case of
5475         (symbol-or-string . function) insert header only when the function
5476         returns string value.
5477
5478 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5479
5480         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5481         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5482
5483 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5484
5485         * wl.el (wl-check-environment): Don't check Message-ID when
5486         `wl-insert-message-id' is nil.
5487         Revive checking if `wl-message-id-domain' contains "@".
5488
5489 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5490
5491         * wl.el (wl-check-environment): Merge examination for "@" at
5492         inappropriate position into the first string-match.
5493
5494         * wl-summary.el (wl-summary-target-mark-print): New function.
5495         (wl-summary-pipe-message-subr): Extracted from
5496         `wl-summary-pipe-message'.
5497         (wl-summary-target-mark-pipe): New function.
5498         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5499         `wl-summary-target-mark-pipe'.
5500
5501 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502
5503         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5504
5505 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5506
5507         * wl.el (wl-check-environment): Use elmo-warning instead of
5508         error for non-critical ones.
5509         Remove trash folder check.
5510         (wl): Don't ignore error in wl-check-environment.
5511
5512         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5513         check, which is moved from `wl-check-environment'.
5514         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5515
5516 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5517
5518         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5519         guess anything, call wl-summary-write.
5520         (wl-summary-write): Create draft with blank To field.
5521         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5522
5523 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5524
5525         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5526         argument full as well for wl-folder-write-current-folder.
5527         If wl-*-write-current-folder cannot guess addressee, add blank
5528         To header.
5529         Rewrite condition for positioning cursor.
5530
5531 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5532
5533         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5534         summary buffer is present, use it.
5535         (wl-folder-jump-to-previous-summary): Ditto.
5536
5537 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5538
5539         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5540
5541         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5542         wl-summary-previous-buffer and wl-summary-next-buffer.
5543
5544         * wl-folder.el (wl-folder-mode-map): Bind
5545         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5546         (wl-folder-jump-to-next-summary): New function.
5547         (wl-folder-jump-to-previous-summary): Ditto.
5548
5549         * wl-draft.el (wl-draft): Rearranged.
5550
5551 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5552
5553         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5554         of header.
5555         (wl-draft): Collect arguments for the header as header-alist.
5556         (wl-draft-forward): Arrange arguments for wl-draft.
5557         (wl-draft-reply): Ditto.
5558         (wl-draft-edit-string): Ditto.
5559         * wl-summary.el (wl-summary-write): Ditto.
5560         (wl-summary-write-current-folder): Ditto.
5561
5562         * Version number is increased to 2.9.8.
5563
5564 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5565
5566         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5567
5568         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5569
5570         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5571         even if the guess failed.
5572
5573         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5574         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5575         wl-summary-write-current-folder.
5576         * wl-xmas.el: Ditto.
5577
5578 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-summary.el (wl-summary-next-page): Force display message if
5581         message is not displayed yet.
5582         (wl-summary-prev-page): Ditto.
5583
5584 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5585
5586         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5587
5588 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5589
5590         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5591         add "Preview Message" and "Save Draft and Exit".
5592
5593 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5594
5595         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5596         if addrmgr is called from draft in splitted window.
5597
5598         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5599         * wl-mule.el: Ditto.
5600         * wl-xmas.el: Ditto.
5601
5602 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5603
5604         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5605
5606         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5607         * wl-xmas.el (wl-folder-toolbar): Ditto.
5608
5609 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5610
5611         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5612         and wl-draft-save-and-exit.
5613         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5614         * wl-xmas.el: Ditto.
5615         * wl-mule.el: Ditto.
5616
5617         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5618         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5619
5620 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5623         lists for saving buffer.
5624
5625 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5628         parent-folder argument instead of it.
5629         (wl-draft-create-buffer): Ditto.
5630         (wl-draft-forward): Ditto.
5631         (wl-draft-reply): Ditto.
5632         * wl-summary.el (wl-summary-write): Ditto.
5633         (wl-summary-write-current-folder): Ditto.
5634
5635         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5636         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5637         Folder buffer after composing.
5638
5639 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5642         header if the file `wl-x-face-file' already contains it.
5643
5644 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5645
5646         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5647         folder" entry.
5648         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5649         * wl-e21.el (wl-folder-toolbar): Ditto.
5650         * wl-xmas.el (wl-folder-toolbar): Ditto.
5651
5652 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5653
5654         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5655         wl-folder-goto-folder with sticky argument.
5656         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5657
5658 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5659
5660         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5661         and wl-summary-previous-buffer.
5662         (wl-summary-next-buffer): New function.
5663         (wl-summary-previous-buffer): Ditto.
5664
5665 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5666
5667         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5668         wl-folder-jump-to-current-entity-with-arg.
5669         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5670         `wl-folder-jump-to-current-entity'.
5671         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5672         `wl-summary-goto-folder-sticky'.
5673         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5674         `wl-summary-goto-folder'.
5675         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5676         Unless force-exit, do not clean temp. marks for sticky summary.
5677         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5678
5679 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5680
5681         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5682         not entire.
5683
5684 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5687         to `C-x C-s'.
5688         (wl-summary-save-status): New command.
5689         (wl-summary-exit): Don't clean-up temp marks when sticky.
5690         (Applied patch from Nakayama-san [wl: 09548])
5691         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5692         Do nothing when no mark data.
5693         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5694         Call `wl-summary-delete-all-temp-marks' before saving.
5695
5696 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5697
5698         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5699
5700 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5701
5702         * wl.el (wl-check-environment): Also cause error when (system-name)
5703         returns "localhost.localdomain". (Although it doesn't affect because
5704         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5705
5706 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5707
5708         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5709         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5710
5711         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5712         value.
5713
5714 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5717         Likewise r-cc-list and r-ng-list.
5718
5719 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5722         only if it is bound as variable.
5723
5724         * wl-mime.el (wl-draft-preview-message): Ditto.
5725
5726 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5727
5728         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5729         needless `goto-char'.
5730
5731         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5732         `wl-summary-redisplay-no-mime-internal' instead of
5733         `wl-summary-redisplay-no-mime'.
5734         (wl-summary-redisplay-no-mime): Changed argument;
5735         Call `wl-summary-redisplay-no-mime-internal'.
5736
5737         * wl-mime.el (wl-draft-preview-message): Bind
5738         `mime-header-encode-method-alist' locally.
5739
5740         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5741         (wl-draft-std11-parse-addresses): Added the first address check.
5742         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5743
5744         * Version number is increased to 2.9.7.
5745
5746 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5747
5748         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5749
5750 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5751
5752         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5753         related to scrollbar support, if there is no such a feature
5754         compiled in.
5755
5756 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5757
5758         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5759         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5760         for prefetch.
5761
5762 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5763
5764         * wl-summary.el (wl-summary-pick): Fix for no match.
5765
5766 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5767
5768         * wl-draft.el (wl-draft-save):
5769         Override `mime-header-encode-method-alist'.
5770
5771 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5772
5773         * wl-folder.el (wl-folder-pick): New function.
5774         Define key as "?".
5775
5776 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5777
5778         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5779         Fix for unplugged.
5780
5781 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5782
5783         * wl-folder.el (wl-folder-virtual): New function.
5784         Define key as "V".
5785
5786 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5787
5788         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5789         multi folder if entity is group.
5790
5791 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5792
5793         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5794         is nil.
5795
5796 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5797
5798         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5799         (wl-summary-target-mark-msgs): Return the number of marked messages.
5800
5801 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5802
5803         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5804         "first:" is specified.
5805
5806 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5807
5808         * wl-vars.el (wl-from): Use return value of function
5809         user-full-name instead of the variable user-full-name since
5810         XEmacs-20.4 doesn't set this variable.
5811
5812 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5813
5814         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5815         call `wl' directly.
5816
5817 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5818
5819         * wl-draft.el (wl-draft-reedit): Removed duplicated
5820         switch-to-buffers.
5821
5822 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * wl.el (wl-other-frame): Removed garbages.
5825
5826 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5827
5828         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5829
5830         * wl-xmas.el (wl-draft-key-setup): Ditto.
5831
5832         * wl-mule.el (wl-draft-key-setup): Ditto.
5833
5834         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5835         (wl-draft-reedit): Ditto.
5836         (wl-draft-prepare-edit): Add `wl-draft-save' to
5837         `local-write-file-hooks'.
5838         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5839         (wl-draft-reedit): Set buffer-file-name.
5840         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5841
5842
5843         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5844         call it.
5845         (wl-delete-startup-frame-function): New variable.
5846         (wl-other-frame): New function
5847         (Original was written by Yamaoka san [wl: 09239]).
5848
5849         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5850         if `wl-folder-use-frame'.
5851
5852 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5853
5854         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5855
5856 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5857
5858         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5859         New variable.
5860         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5861         (wl-message-buffer-prefetch-get-next): Use them.
5862         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5863
5864 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5865
5866         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5867         with unwind-protect.
5868
5869         * wl-draft.el (wl-draft-reedit): Rewrite.
5870         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5871         (wl-draft-save): Insert header separator if it does not exist;
5872         Removed condition-case.
5873
5874         * wl-summary.el (wl-summary-reedit): Revert last change.
5875
5876         * wl-draft.el (wl-draft-save): Rewrite.
5877         (wl-draft-create-buffer): Set buffer-file-name as nil.
5878
5879         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5880
5881         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5882
5883         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5884         nil.
5885
5886 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5889         If count is nil, do not prefetch.
5890         (wl-message-buffer-prefetch-next): Next.
5891
5892 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5893
5894         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5895
5896 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5897
5898         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5899         `delete-backward-char'
5900         (wl-draft-prepare-edit): Check major-mode.
5901         (wl-draft-decode-header): Rewrite.
5902         (wl-draft): Fix.
5903
5904 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5905
5906         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5907
5908 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5909
5910         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5911         (wl-message-buffer-prefetch-get-next): Remove size checking.
5912         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5913
5914 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5915
5916         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5917         (wl-draft-default-headers): Fix.
5918
5919 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5920
5921         * wl-draft.el (wl-draft-default-headers): Insert return value of
5922         `wl-generate-mailer-string-function'.
5923
5924 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5925
5926         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5927         (wl-draft-insert-mail-header-separator): Ditto.
5928
5929         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5930         again (Reverted the change on 2002-01-17 by OKADA san).
5931
5932 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5933
5934         * wl-draft.el (wl-draft): Rewrite.
5935         (wl-draft-create-buffer): New function.
5936         (wl-draft-create-contents): Ditto.
5937         (wl-draft-prepare-edit): Ditto.
5938         (wl-draft-decode-header): Ditto.
5939         (wl-draft-decode-body): Ditto.
5940         (wl-draft-check-new-line): Ditto.
5941         (wl-draft-default-headers): Ditto.
5942         (wl-draft-insert-mail-header-separator): Ditto.
5943
5944 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5945
5946         * Version number is increased to 2.9.6.
5947
5948 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5949
5950         * wl-draft.el (wl-draft-delete-field): Optional argument.
5951         (wl-draft-delete-fields): Ditto.
5952
5953 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5954
5955         * wl-message.el (toplevel): Eliminated byte-compile warning.
5956         for `itimer-function', `delete-timer' and `itimer-list'.
5957
5958 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5959
5960         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5961         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5962         `wl-message-buffer-prefetch-threshold'.
5963         * wl-summary.el (wl-summary-redisplay-internal): Remove
5964         the check of `wl-message-buffer-prefetch-depth'.
5965
5966 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5969         size of article.
5970         (wl-message-buffer-prefetch-subr): Remove size check.
5971
5972 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5973
5974         * wl-vars.el (wl-plugged): Make customizable.
5975
5976 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5977
5978         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5979         (wl-message-buffer-prefetch-set-timer): New function.
5980         (wl-message-buffer-prefetch-get-next): New function.
5981         (wl-message-buffer-prefetch): New function.
5982         (wl-message-buffer-prefetch-next): Rewrite.
5983         (wl-message-buffer-prefetch-subr): Rewrite.
5984         * wl-vars.el (wl-auto-prefetch-first): New variable.
5985         * wl-summary.el (wl-summary-goto-folder-subr): Call
5986         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5987
5988 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5989
5990         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5991         `wl-summary-unread-message-hook'.
5992
5993 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5994
5995         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5996         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5997         if range is `cache-status'.
5998
5999 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6000
6001         * wl-message.el (wl-message-buffer-prefetch-subr):
6002         Improve debug message.
6003
6004 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6005
6006         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6007         `wl-mail-send-pre-hook'.
6008         (wl-draft-send-mail-with-qmail): Ditto.
6009         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6010
6011 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6012
6013         * wl-message.el (wl-message-buffer-prefetch-subr):
6014         Fix for cancel-function-timers bug.
6015         (wl-message-buffer-prefetch-debug): Default value is t.
6016
6017 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6018
6019         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6020         (wl-message-buffer-prefetch-subr): Rewrite.
6021         Rename from `wl-message-buffer-prefetch'.
6022
6023 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6024
6025         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6026         (wl-default-draft-cite-decorate-author): Ditto.
6027
6028         * wl-draft.el (wl-draft-cite-function): Removed.
6029         (wl-default-draft-cite-decorate-author): Ditto.
6030
6031 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6032
6033         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6034         (wl-default-draft-cite): Do not arrange author name if the value of
6035         `wl-default-draft-cite-decorate-author' is nil.
6036
6037 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6040
6041         * wl-folder.el (wl-folder-check-one-entity): Don't care
6042         `elmo-folder-use-flag-p'.
6043
6044 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6045
6046         * wl-folder (wl-folder-check-one-entity): Fix
6047         problem if unread is nil.
6048
6049 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl-address.el (wl-address-make-completion-list): Check whether
6052         the address is a group list.
6053         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6054
6055 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6056
6057         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6058         The number of the messages of new and unread does not count
6059         correctly.
6060
6061         * wl-summary.el (wl-summary-count-unread): Changed to return
6062         `(new . unread)' instead of total.
6063         (wl-summary-sync-update): Follow the change above.
6064
6065         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6066
6067 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6068
6069         * wl-address.el (wl-address-make-completion-list): Do not enclose
6070         address by " <" and ">" if associated realname is "".
6071         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6072         This is against the promblem with group list in .addresses pointed
6073         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6074
6075 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6076
6077         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6078         message is a format control string.
6079         * wl-expire.el (wl-expire-append-log): Ditto.
6080         * wl-mime.el (wl-summary-burst-subr): Ditto.
6081         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6082         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6083
6084 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6085
6086         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6087         wl.el (wl-check-variables): Rename from `wl-check-type'.
6088         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6089         (wl-check-variables-2): New function.
6090         (wl): Call `wl-check-variables-2'.
6091
6092 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6093
6094         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6095         after renaming folder in access group.
6096
6097 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6098
6099         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6100         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6101         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6102         (wl-message-buffer-prefetch): Rewrite.
6103         (wl-message-buffer-prefetch-idle-time): Removed.
6104         * wl-summary.el (wl-summary-redisplay-internal):
6105         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6106         Error check for `wl-message-buffer-prefetch-depht'.
6107
6108 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6109
6110         * Version number is increased to 2.9.5.
6111         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6112
6113 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6114
6115         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6116         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6117         Based on the patch written by
6118         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6119
6120 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * wl-draft.el (wl-draft-raw-send): Fix for
6123         `wl-news-send-pre-hook'
6124
6125 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6126
6127         * wl-utils.el (wl-message-id-function): New variable.
6128         * wl-draft.el (wl-draft-insert-required-fields):
6129         Use `wl-message-id-function'.
6130
6131 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6132
6133         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6134         * wl-utils.el (wl-draft-make-message-id-string):
6135         Use `wl-from' for domain part of Message-ID
6136         if `wl-message-id-use-wl-from' if non-nil.
6137         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6138
6139 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6140
6141         * wl.el (wl): Call `wl-check-type'
6142         Do not 'condition-case'.
6143
6144 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6145
6146         * wl.el (wl-check-type): New function.
6147         (wl-check-type-variables): New variable.
6148
6149 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6150
6151         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6152
6153 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6154
6155         * wl-draft.el (wl-smtp-password-key): New function.
6156         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6157         (wl-draft-send-mail-with-smtp): Ditto.
6158         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6159
6160 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6161
6162         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6163         * wl-utils.el (wl-unique-id-suffix): Remove.
6164
6165 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6166
6167         * Version number is increased to 2.9.4.
6168
6169 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6170
6171         * wl-utils.el (wl-unique-id-suffix): New variable.
6172         (wl-unique-id): Use `wl-unique-id-suffix'
6173
6174 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6175
6176         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6177         instead of `elmo-msgdb-search'.
6178
6179         * Version number is increased to 2.9.3.
6180
6181 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6182
6183         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6184
6185 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6186
6187         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6188         (wl-draft-dispatch-message): Changed for send-later.
6189         (wl-draft-queue-flush): Ditto.
6190         (wl-draft): Clear `wl-sent-message-queued'.
6191         (wl-draft-reedit): Ditto.
6192         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6193         * wl-vars.el (wl-draft-force-queuing): New variable.
6194         (wl-draft-force-queuing-mail): New variable.
6195         (wl-draft-force-queuing-news): New variable.
6196
6197 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6200         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6201
6202 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6203
6204         * Version number is increased to 2.9.2.
6205
6206 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * wl-draft.el (wl-draft-elide-region): New user command.
6209         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6210
6211         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6212         command `wl-draft-elide-region'.
6213         * wl-mule.el: Ditto.
6214         * wl-xmas.el: Ditto.
6215
6216 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6219         (wl-biff-check-folder-async): Removed needless let.
6220
6221 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6224         wl-folder-get-elmo-folder.
6225         (wl-biff-check-folder): Set `biff' argument of
6226         `wl-folder-check-one-entity'.
6227         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6228
6229         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6230         (wl-folder-check-one-entity): Added `biff' argument;
6231         Setup `biff' slot of folder.
6232
6233         * Version number is increased to 2.9.1.
6234
6235 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6236
6237         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6238         comment out and fixed.
6239         (wl-fldmgr-add-completion-subr): Ditto.
6240
6241         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6242         and msgdb.
6243
6244         * wl.el (wl-toggle-plugged): Save summary view.
6245
6246 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6247
6248         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6249
6250 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6251
6252         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6253
6254 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6257         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6258         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6259
6260         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6261         if it was failed.
6262         (wl-demo): Disable undo in the demo buffer.
6263
6264 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6265
6266         * wl-version.el (wl-version): Changed codename.
6267
6268         * Version number is increased to 2.9.0.
6269
6270 2001-12-14  Takuo KITAME <kitame@northeye.org>
6271
6272         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6273         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6274         (wl-folder-mark-as-read-all-current-entity): Ditto.
6275
6276 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6277
6278         * wl-vars.el (wl-from-width): Define as obsolete variable.
6279         (wl-subject-length-limit): Ditto.
6280
6281         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6282
6283         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6284         wl-summary-save-view.
6285
6286         * wl.el (wl-save-status): Ditto.
6287         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6288
6289         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6290         (wl-summary-exit): Follow the change above.
6291         (wl-summary-goto-folder-subr): Ditto.
6292
6293         * wl-folder.el (wl-folder-create-subr): Don't use
6294         `elmo-folder-creatable-p'.
6295
6296 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6299
6300 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6303         rather than bitmap on Emacs 21.
6304         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6305         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6306         for xbm if the new redisplay engine is not available.
6307
6308 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl-folder.el (wl-folder-init-hook): New hook.
6311         (wl-folder-init): Run `wl-folder-init-hook'.
6312
6313 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6314
6315         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6316
6317 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-acap.el (wl-acap-cache-filename): New variable.
6320         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6321         (wl-acap-init): Use cache if no ACAP server found.
6322
6323 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6324
6325         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6326         `wl-acap-original-msgdb-dir'.
6327
6328         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6329         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6330
6331         * wl-mime.el (wl-mime-save-directory): Renamed from
6332         `wl-mime-save-dir'.
6333
6334 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6337
6338         * wl-demo.el: Require `path-util'.
6339         (wl-demo-bitmap-mule-available-p): New internal variable.
6340         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6341         `module-installed-p' instead.
6342         (wl-demo-insert-image): Use *.img file for a bitmap image.
6343         (wl-demo): Don't call the ascii demo recursively.
6344
6345 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6346
6347         * Version number is increased to 2.7.7.
6348
6349 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl.el (wl-exit): Eliminated byte-compile warning.
6352
6353 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6354
6355         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6356         obsolete variable using `elmo-define-obsolete-variable'.
6357         (wl-fetch-confirm-threshold): Ditto.
6358         (wl-cache-prefetch-folder-type-list): Ditto.
6359         (wl-cache-prefetch-folder-list): Ditto.
6360
6361 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6364         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6365         (wl-demo-insert-image): New function.
6366         (wl-demo-insert-text): New function.
6367         (wl-demo-image-type-alist): Redefine as a function.
6368         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6369         (wl-demo-with-temp-file-buffer): Removed.
6370         (wl-logo-xpm): Removed.
6371         (wl-logo-xbm): Removed.
6372         (wl-logo-bitmap): Removed.
6373
6374 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6375
6376         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6377         (wl-expire-localdir-get-folder-function): New user option.
6378         (wl-expire-localdir-get-folder): New function.
6379         (wl-expire-localdir-date): Ditto.
6380
6381 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6382
6383         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6384         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6385         Fixed unread number mismatch when all-unread < unread.
6386
6387 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6390         (wl-fetch-confirm-threshold): Ditto.
6391
6392         * wl-summary.el (wl-summary-confirm-appends): Removed.
6393         (wl-summary-sync-update): Don't refer
6394         `wl-summary-update-confirm-threshold' (It is now abolished).
6395
6396         * wl-message.el (wl-message-display-internal): Don't refer
6397         `wl-fetch-confirm-threshold' (It is now abolished).
6398
6399 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6402
6403 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6404
6405         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6406         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6407         Change default value to nil.
6408         (wl-summary-indent-length-limit): The value can be nil, nil means
6409         unlimited.
6410
6411         * wl-summary.el: Don't set limit for indent length if the value of
6412         wl-summary-indent-length-limit is nil.
6413         If the value of wl-summary-width is nil, it means only that the width
6414         of summary is unlimited (nil doesn't mean that the indent length is
6415         unlimited).
6416
6417         * wl-thread.el: Ditto.
6418
6419 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6420
6421         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6422         be nil, nil means never confirm.
6423         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6424
6425 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6426
6427         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6428         means unlimited).
6429
6430 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6431
6432         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6433         Use `with-temp-buffer'.
6434
6435 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6436
6437         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6438         with new backquote style).
6439         (wl-folder-get-entity-from-buffer): Ditto.
6440
6441 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6442
6443         * wl-version.el (nemacs-version): Eliminated.
6444         (wl-extended-emacs-version2): Ignore nemacs.
6445         (wl-extended-emacs-version3): Ditto.
6446
6447 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6448
6449         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6450         (wl-draft-add-in-reply-to): New variable.
6451         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6452         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6453         (wl-draft-yank-from-mail-reply-buffer): Use
6454         `wl-draft-add-in-reply-to'.
6455         (wl-draft-insert-current-message): Ditto.
6456
6457 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6458
6459         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6460         typo (kill->hide).
6461         (wl-message-buffer-prefetch-folder-type-list): Added elements
6462         `mark' and `cache' instead of `internal'.
6463
6464 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6467         resume msgdb directory.
6468
6469 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl.el (wl-exit): Call `wl-acap-exit'.
6472
6473         * wl-summary.el (wl-summary-message-string): New function.
6474         (wl-summary-reedit): Use it.
6475         (wl-summary-resend-bounced-mail): Remove needless let.
6476         (wl-summary-supersedes-message): Ditto.
6477         (wl-summary-save): Ditto.
6478
6479         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6480         (wl-acap-init): Set it.
6481         (wl-acap-exit): New function.
6482
6483 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6484
6485         * wl.el (wl-init): Revert (require 'mime-setup). move from
6486         toplevel.
6487
6488 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6489
6490         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6491         local variables.  Add error when guess function return invalid
6492         value.
6493
6494 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6495
6496         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6497         Change local variable name.
6498         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6499         (wl-folder-get-newsgroups): Return nil when non-news folder.
6500         * wl-summary.el (wl-summary-write-current-folder): State through
6501         when guess-list return nil.
6502         (wl-summary-write-current-folder-functions): Fixed docstring.
6503
6504         * wl.el (wl-exit): Changed confirm message.
6505
6506         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6507         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6508
6509         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6510
6511 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6512
6513         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6514         user option (Renamed from wl-cache-prefetch-folder-type-list).
6515         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6516         from wl-cache-prefetch-folder-list).
6517
6518         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6519         Move to wl-vars.el.
6520         (wl-message-buffer-prefetch-p): Changed to enable
6521         `wl-message-buffer-prefetch-folder-list'.
6522
6523         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6524         `ignore-cache'.
6525
6526 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6527
6528         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6529         `part-top' and `part-bottom'.
6530         (wl-draft-config-sub-part-top): New function.
6531         (wl-draft-config-sub-part-bottom): New function.
6532
6533 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6534
6535         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6536
6537 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6540
6541 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6542
6543         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6544
6545         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6546         (wl-summary-write-current-folder): Ditto.
6547
6548 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6549
6550         * wl-folder.el (wl-folder-get-newsgroups): Use
6551         `elmo-folder-newsgroups'.
6552
6553 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6554
6555         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6556         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6557         `wl-draft-config-sub-header-bottom'.
6558
6559 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6560
6561         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6562         localnews folder.
6563
6564 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6565
6566         * wl-summary.el (wl-summary-mode): Undo last change.
6567
6568         * wl-folder.el (wl-folder-mode): Ditto.
6569
6570 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6571
6572         * wl-summary.el (wl-summary-mode): Locally set
6573         truncate-partial-window-width to nil.
6574         (for XEmacs)
6575
6576         * wl-folder.el (wl-folder-mode): Ditto.
6577
6578 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6579
6580         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6581
6582 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6585         number.
6586
6587         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6588
6589         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6590
6591         * Version number is increased to 2.7.6.
6592
6593 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6596
6597 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6598
6599         * wl-summary.el (wl-summary-sync-update): Enclose network
6600         related portion with `unwind-protect'.
6601
6602 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6603
6604         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6605
6606 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6607
6608         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6609         element.
6610         * wl-vars.el (wl-message-body-button-alist): Ditto.
6611
6612         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6613         max match length.
6614         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6615
6616         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6617         for the max match length;
6618         Use 4th element value for the button string regexp group.
6619
6620         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6621         candidate exists, prompt to select.
6622
6623 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6624
6625         * wl-summary.el (wl-summary-jump-to-msg): Search before
6626         calibration point by `beginning-of-line'.
6627
6628 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6629
6630         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6631         for access group.
6632
6633 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * wl-message.el (wl-message-display-internal): Bind
6636         `default-mime-charset'.
6637
6638         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6639
6640         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6641
6642         * Version number is increased to 2.7.5.
6643
6644 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6645
6646         * wl-expire.el (wl-summary-archive): Fixed;
6647         Use `elmo-folder-name-internal'.
6648
6649 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6650
6651         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6652         from `elmo-folder-move-messages' caller.
6653         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6654
6655         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6656         related portions are changed).
6657
6658 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6659
6660         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6661         counter.
6662
6663 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6664
6665         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6666         buffer local and set it to nil.
6667
6668         * wl-message.el (wl-message-redisplay): Ditto.
6669
6670 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-summary.el (wl-summary-mark-as-important): If message is
6673         already cached, set messag as read, otherwise encache and mark as read.
6674
6675 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6676
6677         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6678         point-min.
6679
6680 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6683         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6684         a keymap.
6685
6686 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6689         parent.
6690
6691         * wl-mule.el (wl-message-define-keymap): Ditto.
6692
6693         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6694
6695         * wl-xmas.el (wl-message-display-internal-hook): Define.
6696         (wl-xmas-setup-message-toolbar): Define as function.
6697         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6698         (wl-message-overload-functions): Abolished.
6699         (wl-message-define-keymap): New function.
6700
6701         * wl-vars.el (wl-message-display-internal-hook): New variable.
6702         (wl-message-header-button-alist): New variable (Renamed from
6703         wl-highlight-message-header-button-alist).
6704         (wl-message-body-button-alist): Ditto.
6705
6706         * wl-mule.el (wl-message-define-keymap): New function.
6707         (wl-message-overload-functions): Abolished.
6708
6709         * wl-message.el (wl-message-add-buttons-to-body): New function.
6710         (wl-message-redisplay): Don't call wl-message-overload-functions;
6711         Call wl-message-add-buttons-to-header and
6712         wl-message-add-buttons-to-body.
6713         (wl-message-display-internal): Set keymap argument for
6714         elmo-mime-display-as-is, elmo-mime-message-display;
6715         Run wl-message-display-internal-hook.
6716         (wl-message-refer-article-or-url): Abolished.
6717
6718         * wl-highlight.el (wl-highlight-headers): Don't call
6719         wl-highlight-message-add-buttons-to-header.
6720         (wl-highlight-message-add-buttons-to-header): Abolished.
6721
6722
6723         * wl-e21.el (wl-message-display-internal-hook): Define.
6724         (wl-e21-setup-toolbar): Deleted duplicated binding.
6725         (wl-e21-setup-message-toolbar): Define as function.
6726         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6727         (wl-message-define-keymap): New function.
6728         (wl-message-overload-functions): Abolished.
6729
6730 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6733         and elmo-folder-close.
6734
6735         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6736
6737 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6738
6739         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6740         boolean value.
6741         * wl-draft.el (wl-draft-do-fcc): Ditto.
6742
6743 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-vars.el (wl-fcc-force-as-read): New variable.
6746         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6747         mark copied message as read.
6748
6749 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6750
6751         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6752
6753 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6754
6755         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6756         `wl-summary-target-above' instead of obsolete variable
6757         `wl-summary-temp-above'.
6758
6759         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6760         instead of `make-obsolete-variable'.
6761         * wl-refile.el (toplevel): Ditto.
6762
6763 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6766         with third argument t.
6767         (wl-draft): Set first argument for wl-plugged-init as t.
6768
6769         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6770         definition.
6771
6772 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6773
6774         * wl-vars.el: Tabify.
6775         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6776
6777         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6778         message.
6779
6780 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6781
6782         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6783         and set default to beep.
6784
6785 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6786
6787         * wl-vars.el (wl-draft-truncate-lines): New variable.
6788
6789         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6790         instead of wl-message-truncate-lines for truncate-lines.
6791
6792 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-message.el (wl-message-display-internal): Call
6795         `wl-highlight-message' after `elmo-mime-display-as-is'.
6796
6797         * wl-mime.el (wl-mime-display-text/plain): New function.
6798         (wl-mime-display-header): Ditto.
6799         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6800         body-presentation-method for text/plain;
6801         Register `wl-mime-display-header' as a header-presentation-method;
6802         Don't set up `elmo-message-text-content-inserted-hook' and
6803         `elmo-message-header-inserted-hook'.
6804
6805         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6806         variable.
6807         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6808         as t if flag is 'all-header;
6809         Don't bind `elmo-message-ignored-field-list',
6810         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6811
6812 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6815         for xemacs with non-mule environment.
6816
6817 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6818
6819         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6820         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6821         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6822
6823 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6824
6825         * wl-vars.el (wl-interactive-send): Set default value as t.
6826
6827 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6830         (wl-addrmgr-method-list): Abolished.
6831         (wl-addrmgr-change-method): Follow above change.
6832
6833         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6834
6835 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6836
6837         * wl-vars.el (wl-message-truncate-lines): Change default value
6838         to default-truncate-lines.
6839
6840         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6841
6842 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6843
6844         * wl-vars.el (wl-message-truncate-lines): New variable.
6845
6846         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6847         wl-message-truncate-lines.
6848
6849 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6850
6851         * wl-acap.el (wl-acap-init): Remove period from error message.
6852         (wl-acap-find-acap-service): Remove period from message.
6853
6854 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl.el (wl-check-environment): Undo last change.
6857
6858         * wl-vars.el (wl-from): Changed default value.
6859
6860         * wl-util.el (toplevel): Don't require tm-edit.
6861
6862         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6863         `wl-folder-init';
6864         Don't set mark on mail body.
6865         (wl-draft-reedit): Ditto.
6866
6867         * wl-address.el (wl-address-quote-specials): Define as an alias for
6868         elmo-address-quote-specials.
6869
6870 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6873
6874         * wl-vars.el (wl-from): Set default value as nil.
6875         (wl-organization): Set default value as ORGANIZATION environment
6876         variable.
6877
6878         * wl-draft.el (wl-smtp-extension-bind): Check value of
6879         wl-smtp-connection-type.
6880
6881         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6882         error.
6883
6884 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6885
6886         * Version number is increased to 2.7.4.
6887
6888         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6889         arguments from `wl-highlight-x-face-function' caller.
6890         Use x-face-1.3.6.12 or later.
6891
6892 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6893
6894         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6895
6896 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6897
6898         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6899         (wl-fcc): Fix to accept function.
6900         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6901
6902 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6903
6904         * wl-acap.el (toplevel): Added `product-provide' declare.
6905         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6906
6907 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6908
6909         * wl.el (wl): Changed order of calling `elmo-init'
6910         and `elmo-folder-init'.
6911
6912 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6913
6914         * wl-mime.el (wl-summary-burst): Extract message when content-type
6915         of root entity is not only `multipart' but also `message/rfc822'.
6916         (wl-summary-burst-subr): Ditto.
6917
6918 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6919
6920         * wl-vars.el (toplevel): Require 'custom.
6921         (wl-trash-folder): Added to `wl-setting' group.
6922
6923         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6924         exists.
6925         (wl-addrmgr-draw): Insert empty line when no entry exists.
6926
6927         * wl-mule.el (wl-message-wheel-up): Fixed.
6928         (wl-message-wheel-down): Ditto.
6929
6930 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6931
6932         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6933         config is an anonymous lambda expression.
6934
6935 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6938         when Mule 2 is running.
6939
6940 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6943
6944 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6947         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6948
6949         * wl-address.el (wl-address-specials-regexp): Eliminated.
6950         (wl-address-quote-specials): Rewrite.
6951
6952 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6955         shy-groups for regexp.
6956
6957         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6958         character classes and Perl style shy-groups for regexp.
6959         (wl-highlight-plugged-current-line): Use Posix style character
6960         classes for regexp.
6961         (wl-e21-highlight-folder-by-numbers): Ditto.
6962         (wl-e21-display-image-p): Use `display-images-p' instead of
6963         `display-graphic-p'.
6964         (display-images-p): Make an alias to `display-graphic-p' if it is
6965         not available.  It is for Emacs version prior to 21.0.105.
6966
6967         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6968         `display-graphic-p'.
6969         (wl-demo-image-type-alist): Ditto.
6970         (display-images-p): Make an alias to `display-graphic-p' if it is
6971         not available.  It is for Emacs version prior to 21.0.105.
6972
6973 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6974
6975         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6976         support.
6977         (wl-generate-user-agent-string): Ditto.
6978
6979         * wl-version.el (wl-version): Update docsting.
6980         (wl-version-status): Ditto.
6981
6982 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6985         21.0.105.  For Emacs 21.0.104 or earlier.
6986
6987 2001-09-03  Takuo KITAME <kitame@northeye.org>
6988
6989         * wl-e21.el (wl-plugged-init-icons): Use
6990         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6991         (wl-biff-init-icons): Ditto.
6992
6993 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl-highlight.el (wl-highlight-summary-current-line):
6996         Fixed highlighting refile/copy destination.
6997
6998         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6999         (wl-acap-store): Encode string by wl-acap-coding-system.
7000
7001 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-acap.el (toplevel): Check and require 'un-define before
7004         'xemacs-ucs;
7005          Added checking for UTF-2000.
7006
7007 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7008
7009         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7010         Don't enclose with `eval-and-compile'.
7011
7012         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7013         wl-init is non-nil.
7014
7015         * wl-draft.el (wl-draft): Ditto.
7016
7017         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7018
7019         * wl-acap.el (toplevel): Require 'wl.
7020         (wl-acap-store): Call `elmo-init'.
7021
7022         * wl.el (wl): Changed position of `wl-check-environment'.
7023         (toplevel): Added autoload setting for wl-acap.
7024
7025         * wl-vars.el (wl-setting): New custom group.
7026         (wl-from): Added wl-setting group.
7027         (wl-user-mail-address-list): Ditto.
7028         (wl-organization): Ditto.
7029         (wl-subscribed-mailing-list): Ditto.
7030         (wl-envelope-from): Ditto.
7031         (wl-smtp-posting-user): Ditto.
7032         (wl-smtp-posting-server): Ditto.
7033         (wl-smtp-posting-port): Ditto.
7034         (wl-smtp-authenticate-type): Ditto.
7035         (wl-pop-before-smtp-user): Ditto.
7036         (wl-pop-before-smtp-server): Ditto.
7037         (wl-pop-before-smtp-port): Ditto.
7038         (wl-pop-before-smtp-authenticate-type): Ditto.
7039         (wl-nntp-posting-server): Ditto.
7040         (wl-nntp-posting-user): Ditto.
7041         (wl-nntp-posting-port): Ditto.
7042         (wl-fetch-confirm-threshold): Ditto.
7043         (wl-prefetch-threshold): Ditto.
7044         (wl-thread-insert-opened): Ditto.
7045         (wl-ldap-server): Ditto.
7046         (wl-ldap-port): Ditto.
7047         (wl-ldap-base): Ditto.
7048         (wl-ldap-objectclass): Ditto.
7049         (wl-use-ldap): Ditto.
7050         (wl-draft-config-alist): Ditto.
7051         (wl-draft-config-matchone): Ditto.
7052         (wl-template-alist): Ditto.
7053         (wl-message-sort-field-list): Ditto.
7054         (wl-message-ignored-field-list): Ditto.
7055         (wl-message-visible-field-list): Ditto.
7056         (wl-interactive-send): Ditto.
7057         (wl-summary-move-order): Ditto.
7058         (wl-auto-select-first): Ditto.
7059         (wl-auto-select-next): Ditto.
7060         (wl-interactive-save-folders): Ditto.
7061
7062         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7063         Initialization codes are moved from wl-local-folder-init.
7064         (wl-local-folder-init): Follow the change above.
7065         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7066
7067         * wl-acap.el: New file.
7068
7069         * Version number is increased to 2.7.3.
7070
7071 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7072
7073         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7074
7075 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7076
7077         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7078         (wl-addrmgr-address-entry-list): Ditto.
7079
7080 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-e21.el (wl-draft-mode-map): Removed binding for
7083         `wl-draft-insert-x-face-field'.
7084
7085         * wl-mule.el (wl-draft-mode-map): Ditto.
7086
7087         * wl-xmas.el (wl-draft-mode-map): Ditto.
7088
7089         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7090         (wl-cs-autoconv): Ditto.
7091         (wl-cs-local): Ditto.
7092         (wl-use-scoring): Ditto.
7093         (wl-mime-charset): Ditto.
7094         (wl-folder-check-async): Ditto.
7095
7096         * wl.el (toplevel): Ignore nemacs and tm.
7097         (wl-exit): Ditto.
7098
7099         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7100         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7101         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7102         instead of wl-address-petname-add-or-change.
7103         (wl-summary-edit-addresses-subr): Use wl-address-delete
7104         instead of wl-address-petname-delete.
7105
7106         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7107
7108         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7109         if error occured.
7110
7111         * wl-message.el (require): Remove tm support.
7112
7113         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7114
7115         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7116         (wl-folder-jump-to-current-entity): Ditto.
7117         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7118
7119         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7120         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7121         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7122
7123         * wl-mule.el (wl-draft-key-setup): Ditto.
7124
7125         * wl-xmas.el (wl-draft-key-setup): Ditto.
7126
7127         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7128         (wl-draft-std11-parse-addresses): New function.
7129         (wl-draft-parse-mailbox-list): Use it.
7130         (wl-draft): Ignore nemacs.
7131         (wl-draft-reedit): Ditto.
7132
7133         * wl-addrmgr.el: New file.
7134         (Original is wl-rcpt.el written by
7135         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7136         Thanks Kitamoto-san.)
7137
7138         * wl-address.el (wl-address-make-address-list): Modified parsing
7139         process.
7140         (wl-address-delete): Renamed from `wl-address-petname-delete';
7141         Modify wl-address-list too.
7142         (wl-address-add-or-change): Renamed from
7143         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7144
7145 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7146
7147         * wl-highlight.el (wl-highlight-summary-current-line):
7148           Work with transient-mark-mode
7149
7150 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * Version number is increased to 2.7.2.
7153
7154         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7155         instead of elmo-dop-queue-method.
7156
7157 2001-08-06  SAITO Atsunori <sai@yedo.com>
7158
7159         * wl-vars.el (wl-ldap-objectclass): New user option.
7160
7161         * wl-address.el (wl-ldap-make-filter): Use it.
7162
7163 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7166
7167 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-folder.el (wl-folder): redisplay after folder insertion.
7170
7171         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7172
7173         * wl-summary.el (wl-summary-sync-update):
7174         Change status mark only when new-msgdb exists.
7175         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7176
7177 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-summary.el (wl-summary-open-folder): New function.
7180         (wl-summary-goto-folder-subr): Use it.
7181         (wl-summary-mark-as-important): Fix;
7182         Encache only when no cache exists.
7183
7184 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7187         Use with-current-buffer.
7188
7189 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7190
7191         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7192         before call `get-buffer'. Fixed parenthesis.
7193         (wl-score-get-header-entry): Clear message and help window when
7194         keyboard quit.
7195         (wl-score-edit-insert-header): Ditto.
7196
7197 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7200         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7201         (wl-default-draft-cite): Fix.
7202
7203         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7204         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7205
7206 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7207
7208         * wl-message.el (wl-message-prev-page): Do same bahavior
7209         as summary when it is called in the message buffer.
7210         (wl-message-next-page): Ditto.
7211
7212 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7213
7214         * wl-summary.el (wl-summary-forward): Use cache if it is not
7215         section cache.
7216
7217 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7218
7219         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7220         Removed redundant require of elmo-vars.
7221         (wl-biff-state-indicator-on): Changed default value for
7222         xemacs with non-mule environment.
7223
7224         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7225         wl-message-buffer is nil;
7226         Hide progress bar after moving messages.
7227
7228 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7231         message at cursor point is deleted.
7232
7233 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-vars.el: Changed file coding system to euc-japan.
7236         Added -*-coding:-*- magic to the first line.
7237
7238         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7239         Search parent from the first message.
7240
7241         * Version number is increased to 2.7.1.
7242
7243 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7244
7245         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7246
7247 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7248
7249         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7250         refile/delete execution.
7251
7252         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7253         Fixed docstring.
7254
7255 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7258         do update process;
7259         Don't update marks when update process is interrupted.
7260
7261 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-summary.el (wl-summary-reply): Fixed problem when
7264         wl-draft-use-frame is non-nil.
7265         (wl-summary-forward): Ditto.
7266
7267         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7268         as nil.
7269         (wl-folder-mark-as-read-all-entity): Ditto.
7270         (wl-folder-prefetch-entity): Ditto.
7271
7272         * wl.el (wl): Check environment before wl-init.
7273
7274         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7275         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7276         instead of wl-summary-collect-unread.
7277         (wl-summary-reply): Split message window.
7278
7279 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7280
7281         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7282         only if current language environment is japanese,
7283
7284         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7285         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7286         (wl-folder-goto-folder-subr): Ditto.
7287
7288         * wl-draft.el (wl-draft-dispatch-message): Call
7289         `elmo-file-cache-get-path'.
7290
7291 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7292
7293         * wl-summary.el (wl-summary-cursor-move): If return value of
7294         wl-summary-next-message is not number, don't jump.
7295
7296 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7297
7298         * wl-summary.el (wl-summary-buffer-next-message-function): New
7299         variable.
7300         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7301         if it is bound.
7302
7303         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7304         string.
7305
7306         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7307         (wl-plugged-drawing): Ditto.
7308
7309 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7310
7311         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7312         process.
7313         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7314         with unwind-protect.
7315
7316         * wl.el (wl-init): Require mime-setup.
7317         (wl-check-environment): Don't require mime-setup.
7318
7319         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7320         instead of elmo-folder-type.
7321
7322         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7323         value as nil.
7324
7325 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * Version number is increased to 2.7.0.
7328
7329         * wl-version.el (wl-version): Changed codename.
7330
7331         * wl-summary.el (wl-summary-delete-cache): Fixed.
7332
7333         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7334         Workaround for net folders.
7335         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7336
7337         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7338         value to nil (According to the patch from
7339         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7340
7341         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7342         of elmo-folder-close.
7343
7344 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7345
7346         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7347         for postfix.
7348
7349 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7350
7351         * wl-summary.el (wl-summary-resend-message): Fixed.
7352
7353         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7354         Call wl-draft with `from' argument if its address is included in
7355         `wl-user-mail-address-list'.
7356         (wl-draft): Added `from' argument.
7357
7358         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7359         non-nil.
7360         (wl): Don't show demo if wl-demo is nil.
7361
7362         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7363         wl-summary-use-frame.
7364
7365         * wl-vars.el (wl-summary-use-frame): New user option.
7366         (wl-folder-use-frame): Changed docstring.
7367
7368         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7369         non-nil.
7370         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7371         wl-summary-use-frame.
7372
7373         * wl-vars.el (wl-folder-use-frame): New user option.
7374
7375         * wl-summary.el (wl-summary-exit): Back to folder frame if
7376         wl-folder-use-frame is non-nil.
7377         (wl-summary-redisplay-internal): Ignore cache if current folder
7378         is draft folder,
7379         (wl-summary-redisplay-no-mime): Ditto.
7380         (wl-summary-redisplay-all-header): Ditto.
7381
7382         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7383         if wl-folder-use-frame is non-nil.
7384
7385 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7386
7387         * wl-summary.el (wl-summary-sync-update): Bind
7388         elmo-folder-update-threshold.
7389         (wl-summary-mark-as-important): Enclosed server mark processing
7390         with `save-match-data'.
7391
7392         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7393         only when it is already defined.
7394
7395 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7396
7397         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7398         name of folder exclude localdir is wrong.
7399         * wl-folder.el (wl-folder-sync-entity):
7400         Set `wl-summary-always-sticky-folder-list' as nil.
7401         (wl-folder-mark-as-read-all-entity): Ditto.
7402         (wl-folder-prefetch-entity): Ditto.
7403
7404 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7405
7406         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7407         instead of `wl-summary-write-current-newsgroup'.
7408
7409 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7410
7411         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7412         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7413         non-nil and selected message is important, do not display.
7414
7415 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7416
7417         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7418
7419 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7420
7421         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7422
7423         * wl-summary.el (wl-summary-mark-as-important): Set message number
7424         using wl-summary-message-number.
7425
7426 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7427
7428         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7429         destination folder is 'null.
7430
7431 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7432
7433         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7434         New function.
7435         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7436         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7437         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7438
7439 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-mime.el (wl-mime-setup): Added setting for
7442         `mime-setup-signature-key-alist' to avoid overriding key bind for
7443         `wl-draft-send'.
7444
7445         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7446         for `wl-draft-send'.
7447         * wl-mule.el (wl-draft-overload-functions): Ditto.
7448         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7449         * wl-draft.el (wl-draft-send): Ditto.
7450
7451         * wl-message.el (wl-message-display-internal):
7452         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7453         (Patch is provided by <kita@coe.nttdata.co.jp>).
7454
7455 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7456
7457         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7458
7459 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7460
7461         * wl.el (wl): Fix for wl-demo.
7462
7463 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7464
7465         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7466
7467 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7468
7469         * wl-folder.el (wl-folder-prefetch-entity): Use
7470         `wl-folder-get-elmo-folder'.
7471         (wl-folder-count-incorporates): Do not use
7472         `wl-folder-get-elmo-folder'.
7473
7474 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7475
7476         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7477         instead of `elmo-folder-get-type'.
7478
7479 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7480
7481         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7482         position on Subject: field.
7483         (Advised by Mito <mit@nines.nec.co.jp>)
7484
7485 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7486
7487         * wl-folder.el (wl-folder-prefetch-entity): Use
7488         `wl-folder-get-elmo-folder'.
7489
7490 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7493
7494         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7495         `process-duplicates' slot.
7496
7497         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7498         if detection failed.
7499
7500 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7501
7502         * wl-version.el (wl-version-status): Set to "alpha".
7503
7504 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7505
7506         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7507         Check wl-message-buffer lives before set-buffer.
7508
7509 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7510
7511         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7512         called in folder mode.
7513         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7514         * wl-summary.el (wl-summary-exit-pre-hook): Run
7515         `wl-summary-exit-pre-hook' before exit summary mode.
7516
7517 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7518
7519         * wl-version.el (wl-version-status): New variable.
7520         (wl-version-status-alist): Removed.
7521         (wl-version-status): Rule included.
7522
7523 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7524
7525         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7526         @sponichi.
7527
7528         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7529         when `mail-reply-buffer' is buffer-local variable.
7530         (Reported by <kita@coe.nttdata.co.jp>).
7531
7532 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-vars.el (toplevel): Require 'elmo-util.
7535
7536 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7537
7538         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7539         (All other related portions are changed)
7540
7541         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7542
7543         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7544
7545 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7546
7547         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7548
7549 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7552         Delete other windows to avoid an error.
7553         Use `point-marker' instead of `point' to remember the start point
7554         of body.
7555
7556         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7557
7558         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7559         number not to exceed all message number.
7560
7561 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7562
7563         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7564         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7565
7566 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-summary.el (wl-summary-sync-force-update): Added argument
7569         no-check.
7570         (wl-summary-sync-update): Ditto.
7571         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7572         with `no-check'.
7573
7574         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7575         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7576         already running.
7577
7578 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7579
7580         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7581         `dst-folder-arg'.
7582         (wl-expire-archive-number1): Diito.
7583         (wl-expire-archive-number2): Diito.
7584         (wl-expire-archive-Date): Diito.
7585         (wl-archive-number1): Diito.
7586         (wl-archive-number2): Diito.
7587         (wl-archive-date): Diito.
7588         (wl-archive-folder-p): New function.
7589         (wl-summary-expire): Support of expand folder name at
7590         wl-expire-alist.
7591         * wl-util.el (wl-expand-newtext): Renamed from
7592         `wl-refile-expand-newtext'.
7593
7594 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7595
7596         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7597         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7598         `(elmo-msgdb-get-overview msgdb)'.
7599         (wl-summary-prefetch): Bind match data before call
7600         `wl-summay-prefetch-msg'.
7601         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7602         'off if `wl-summary-buffer-disp-msg' is non-nil.
7603         Fixed problem that couldn't show only one new or unread message when
7604         enter folder.
7605         (wl-summary-reply): Don't call `split-window-vertically' and other
7606         window.
7607
7608 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl-expire.el (wl-expire-refile): Fixed.
7611
7612 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7615
7616         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7617         biff notification is removed.
7618
7619         * wl.el (wl): Changed position of `elmo-init'.
7620
7621         * wl-draft.el (wl-default-draft-cite): Use date field
7622         on the citation buffer.
7623
7624         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7625
7626         * wl-xmas.el (wl-folder-internal-icon-list): Added
7627         `wl-folder-shimbun-image'.
7628
7629         * wl-e21.el (wl-folder-internal-icon-list): Added
7630         `wl-folder-shimbun-image'.
7631
7632 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7633
7634         * wl.el (wl-init): Eliminated argument.
7635         (wl): Rewrite.
7636
7637         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7638         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7639         instead of `elmo-folder-msgdb-internal'.
7640         (wl-summary-sync-update): Ditto.
7641         (wl-summary-flush-pending-append-operations): Eliminated.
7642         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7643         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7644         `elmo-folder-open'.
7645
7646         * wl-mime.el (wl-summary-burst): Fixed.
7647
7648         * wl-folder.el (wl-folder-info-save): Check data type.
7649
7650         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7651         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7652         instead of `elmo-folder-msgdb-internal'.
7653         (wl-expire-hide): Ditto.
7654
7655
7656         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7657
7658 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7659
7660         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7661
7662 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7663
7664         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7665
7666 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7667
7668         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7669         Fixed `match-beginning' argument mismatch.
7670
7671 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7672
7673         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7674         the default value.
7675
7676 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7679         instead of `elmo-nntp-default-port'.
7680
7681         * wl-vars.el: Fixed some doc strings.
7682
7683 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl-summary.el (wl-summary-prefetch-msg): Use
7686         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7687
7688         * wl-vars.el: Define *-func as obsolete variable using
7689         `elmo-define-obsolete-variable'.
7690
7691         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7692         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7693         instead of `wl-message-buffer-prefetch-threshold'.
7694
7695         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7696
7697         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7698
7699         * wl-draft.el (wl-caesar-region-func): Ditto.
7700
7701         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7702         Keep unread status in elmo-folder-move-messages.
7703         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7704
7705 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7706
7707         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7708         `wl-summary-buffer-exit-func'
7709         (wl-summary-buffer-message-redisplay-function): Renamed from
7710         `wl-summary-buffer-message-redisplay-func'
7711         (wl-summary-buffer-next-folder-function): Renamed from
7712         `wl-summary-buffer-next-folder-func'.
7713         (wl-summary-buffer-prev-folder-function): Renamed from
7714         `wl-summary-buffer-prev-folder-func'.
7715         (wl-summary-get-petname-function): Renamed from
7716         `wl-summary-get-petname-func'.
7717
7718         * wl-score.el (wl-score-edit-exit-function): Renamed from
7719         `wl-score-edit-exit-func'.
7720
7721         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7722         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7723
7724         * wl-util.el (wl-load-profile-function): Renamed from
7725         `wl-load-profile-func'.
7726
7727         * wl-folder.el (wl-folder-completion-function): Renamed from
7728         `wl-folder-completion-func'.
7729         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7730
7731         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7732         `wl-expire-archive-get-folder-func'.
7733         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7734         (wl-draft-send-mail-function): Renamed from
7735         `wl-draft-send-mail-func'.
7736         (wl-draft-send-news-function): Renamed from
7737         `wl-draft-send-news-func'.
7738         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7739         (wl-generate-mailer-string-function): Renamed from
7740         `wl-generate-mailer-string-func'.
7741         (wl-highlight-signature-search-function): Renamed from
7742         `wl-highlight-signature-search-func'.
7743         (wl-highlight-x-face-function): Renamed from
7744         `wl-highlight-x-face-func'
7745         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7746         (wl-ps-print-buffer-function): Renamed from
7747         `wl-ps-print-buffer-func'
7748         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7749         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7750         (wl-summary-subject-filter-function): Renamed from
7751         `wl-summary-subject-filter-func'.
7752
7753         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7754         `wl-draft-queue-flush-send-func'
7755         (wl-draft-cite-function): Renamed from
7756         `wl-draft-cite-func'
7757
7758         * wl-address.el (wl-address-init-function): Renamed from
7759         `wl-address-init-func'.
7760
7761 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-draft.el (wl-draft-queue-flush): Don't call
7764         `elmo-dop-unlock-message'.
7765         * wl-draft.el (wl-draft-queue-append): Don't call
7766         `elmo-dop-lock-message'.
7767
7768         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7769         (wl-summary-buffer-folder-name): Ditto.
7770         (wl-summary-message-regexp): Added '-' (all other related portions
7771         are changed).
7772         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7773         wl-summary-buffer-folder-name.
7774
7775 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7776
7777         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7778         the number of mails in the folder buffer is not updated by wl-biff.
7779
7780 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7781
7782         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7783         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7784
7785 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7786
7787         * wl-summary.el (wl-summary-next-message):
7788         Return next message number when wl-summary-move-order is nil.
7789
7790 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7791
7792         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7793         `wl-summary-move-spec-alist'.
7794         (wl-summary-move-spec-unplugged-alist): New variable
7795         (Move spec for unplugged status).
7796         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7797         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7798
7799 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7800
7801         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7802         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7803
7804 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7805
7806         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7807         simple quotation to quote the anonymous function.
7808         * tm-wl.el (wl-draft-preview-message): Ditto.
7809
7810 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7811
7812         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7813         Eliminate redundant `save-excursion'.
7814         (wl-highlight-summary-current-line): Ditto.
7815
7816         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7817         accessing match data when `looking-at' failed.
7818
7819         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7820         `elmo-match-string' where users don't care about the speed.
7821         (wl-draft-save): Ditto.
7822
7823 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl-util.el (wl-regexp-opt): New function.
7826
7827         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7828         number from `wl-summary-buffer-number-list'.
7829         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7830         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7831         (wl-summary-move-spec-alist): Changed default setting.
7832
7833 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7834
7835         * wl-vars.el (wl-biff-notify-hook): New hook.
7836         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7837         the arrival of new mail.
7838         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7839         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7840
7841 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7844
7845 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7848
7849         * Version number is increased to 2.5.8.
7850
7851         * wl-thread.el (toplevel): require 'cl.
7852         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7853         (wl-thread-make-number-list): New function.
7854         (wl-thread-entity-make-number-list-from-children): Ditto.
7855         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7856         (wl-thread-entity-insert-as-children): Likewise.
7857         (wl-thread-delete-message): Likewise.
7858         (wl-meaning-of-mark): Eliminated.
7859         (wl-thread-next-failure-mark-p): Ditto.
7860         (wl-thread-entity-get-mark): Ditto.
7861         (wl-thread-meaning-alist-get-result): Ditto.
7862         (wl-thread-entity-check-prev-mark): Ditto.
7863         (wl-thread-entity-check-next-mark): Ditto.
7864         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7865         (wl-thread-entity-get-prev-marked-entity): Ditto.
7866         (wl-thread-get-prev-unread): Ditto.
7867         (wl-thread-jump-to-prev-unread): Ditto.
7868         (wl-thread-get-next-unread): Ditto.
7869         (wl-thread-jump-to-next-unread): Ditto.
7870         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7871         (wl-thread-entity-get-next-marked-entity): Ditto.
7872
7873         * wl-summary.el (wl-summary-buffer-number-list):
7874         New bufer-local variable.
7875         (wl-summary-switch-to-clone-buffer): Clone
7876         `wl-summary-buffer-number-list'.
7877         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7878         (wl-summary-cursor-move-regex): Eliminated.
7879         (wl-summary-cursor-up): Rewrite.
7880         (wl-summary-cursor-down): Ditto.
7881         (wl-summary-mode-spec-alist): New variable.
7882         (wl-summary-next-message): New inline function.
7883         (wl-summary-cursor-move): New function.
7884         (wl-summary-default-get-next-msg): Rewrite.
7885         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7886         (wl-summary-rescan): Ditto.
7887         (wl-summary-sync-all-init): Ditto.
7888         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7889         summary is not thread view.
7890         (wl-summary-sync-update): Ditto.
7891         (wl-summary-rescan): Ditto.
7892         (wl-summary-make-number-list): New function.
7893
7894         * wl-draft.el: "FCC" -> "Fcc".
7895
7896 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-highlight.el (wl-highlight-summary-window):
7899         Call `set-buffer-modified-p'.
7900
7901         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7902         (wl): Call `elmo-init' and fix.
7903
7904         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7905         Use new variables.
7906
7907         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7908
7909 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7910
7911         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7912
7913 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7914
7915         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7916
7917 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7918
7919         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7920         `wl-use-toolbar' nor `display-graphic-p'.
7921         (wl-e21-setup-message-toolbar): Ditto.
7922         (wl-e21-setup-summary-toolbar): Ditto.
7923         (wl-e21-setup-folder-toolbar): Ditto.
7924
7925         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7926         (wl-plugged-init-icons): Ditto.
7927
7928         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7929         `display-graphic-p'.
7930         (wl-plugged-set-folder-icon): Ditto.
7931         (wl-highlight-plugged-current-line): Ditto.
7932         (wl-highlight-folder-current-line): Ditto.
7933         (wl-e21-highlight-folder-group-line): Ditto.
7934         (wl-e21-setup-toolbar): Ditto.
7935         (wl-e21-display-image-p): New macro.
7936
7937         * wl-demo.el (wl-demo): Simplified.
7938         (wl-demo-image-type-alist): Use `image-type-available-p' for
7939         checking whether the image type `xbm' is available.
7940
7941 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7944         (wl-summary-input-range): Ditto.
7945
7946 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7947
7948         * wl-summary.el (wl-summary-edit-addresses): Use
7949         `wl-summary-get-original-buffer'
7950         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7951         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7952         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7953         (wl-summary-get-newsgroups): Eliminated.
7954         (wl-summary-set-crosspost): Ditto.
7955         (wl-summary-is-crosspost-folder): Ditto.
7956         (wl-crosspost-alist-load): Ditto.
7957         (wl-crosspost-alist-save): Ditto.
7958
7959         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7960         `elmo-setup-subscribed-newsgroups' instead of
7961         `elmo-nntp-make-groups-hashtb'.
7962         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7963         instead of `wl-crosspost-alist-save'.
7964
7965         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7966         of `elmo-folder-message-appendable-p'.
7967         (wl-mime-header-presentation-method): Eliminated.
7968
7969         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7970         (Error occurs in emacs21).
7971
7972         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7973         the current buffer).
7974
7975         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7976         instead of `wl-crosspost-alist-save'.
7977         (wl-init): `elmo-crosspost-message-alist-load'
7978         instead of `wl-crosspost-alist-load'
7979
7980         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7981         (wl-parse-newsgroups): Likewise.
7982         (wl-biff-notify): Run `wl-biff-notify-hook'.
7983
7984 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7987
7988         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7989         when `wl-summary-lazy-highlight' is non-nil.
7990         (wl-summary-goto-folder-subr): Highlight only when
7991         `wl-summary-lazy-highlight' is non-nil.
7992
7993         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7994         Don't display progress and highlight temp-mark when
7995         `wl-summary-lazy-highlight' is non-nil.
7996         (wl-highlight-summary-window): New function.
7997         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7998
7999 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8000
8001         * wl-summary.el (wl-summary-sync): Change `all-visible'
8002         from `all-shown'
8003         (wl-summary-input-range): Ditto.
8004
8005 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8006
8007         * wl-e21.el (wl-highlight-folder-current-line): Call
8008         `wl-folder-init-icons' when folder icons have not been initialized.
8009
8010         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8011
8012         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8013         (wl-demo-image-type-alist): New macro.
8014
8015 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8016
8017         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8018         display does not support graphics.
8019         (wl-plugged-init-icons): Ditto.
8020         (wl-folder-init-icons): Ditto.
8021
8022         * wl-demo.el (wl-demo): Chech closely whether the display
8023         supports graphics.
8024
8025 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-summary.el (wl-summary-get-original-buffer): New function.
8028         (wl-summary-set-crosspost): Use it.
8029         (wl-summary-target-mark-uudecode): Ditto.
8030         (wl-summary-reedit): Ditto.
8031         (wl-summary-resend-bounced-mail): Ditto.
8032         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8033         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8034
8035         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8036         (wl-message-display-internal): Ditto.
8037
8038 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8039
8040         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8041
8042 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-summary.el (wl-summary-save-view): Renamed from
8045         `wl-summary-save-status'.
8046
8047 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8048
8049         * wl-summary.el (wl-summary-sync): Added `all-shown'
8050
8051 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8052
8053         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8054
8055 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8056
8057         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8058
8059 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8060
8061         * wl-highlight.el (wl-highlight-summary-line-string): Use
8062         `zerop' instead of `= 0'.
8063         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8064
8065         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8066         for comparing numbers.
8067         (wl-template-prev): Use `zerop' instead of `eq 0'.
8068
8069         * wl-draft.el (wl-draft-insert-current-message): Use
8070         `with-current-buffer' instead of `save-excursion'.
8071         Use `zerop' instead of `eq 0'.
8072
8073 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8074
8075         * wl-draft.el (wl-draft-insert-ccs): New function.
8076         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8077         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8078
8079 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8082
8083 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * wl-expire.el (wl-expire-refile): Don't call
8086         elmo-msgdb-add-msgs-to-seen-list;
8087         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8088         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8089
8090 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-message.el (wl-message-prev-page): Ignore errors while
8093         scroll-down.
8094
8095 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8096
8097         * wl-mime.el: Use elmo-original-message-mode instead of
8098         mmelmo-original-mode.
8099
8100         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8101         `elmo-folder-get-spec';
8102         (wl-fldmgr-add-completion-all-completions):
8103         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8104
8105         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8106         of `elmo-folder-get-type'.
8107
8108         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8109         `elmo-folder-get-spec';
8110         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8111         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8112         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8113         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8114         `elmo-read-msg-no-cache';
8115         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8116         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8117         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8118         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8119         `elmo-cache-save';
8120         (wl-draft-reedit): Use `elmo-message-file-name'.
8121
8122         * wl-expire.el: Use `elmo-folder-name-internal';
8123         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8124         Use macro `wl-summary-buffer-msgdb' instead of variable
8125         `wl-summary-buffer-msgdb';
8126         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8127         Use macro `wl-summary-buffer-folder-name' instead of variable
8128         `wl-summary-buffer-folder-name'.
8129         * wl-score.el: Likewise.
8130
8131         * wl-message.el: Rewrite for new message buffer cache mechanism.
8132         (wl-message-buffer-cache-buffer-get): New macro.
8133         (wl-message-buffer-cache-folder-get): Ditto.
8134         (wl-message-buffer-cache-message-get): Ditto.
8135         (wl-message-buffer-cache-entry-make): Ditto.
8136         (wl-message-buffer-cache-hit): Ditto.
8137         (wl-message-buffer-cache-sort): New function.
8138         (wl-message-buffer-cache-add): Ditto.
8139         (wl-message-buffer-cache-delete): Ditto.
8140         (wl-message-buffer-cache-clean-up): Ditto.
8141         (wl-message-buffer-window): Rewrite.
8142         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8143         (wl-message-buffer-display): New function.
8144         (wl-message-display-internal): New function.
8145
8146 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8147
8148         * wl-folder.el: Use `elmo-folder-name-internal';
8149         Use `wl-folder-get-elmo-folder';
8150         Use `elmo-folder-list-messages' instead of
8151         `elmo-list-folder';
8152         Use `elmo-folder-get-primitive-list' instead of
8153         `elmo-folder-get-primitive-spec-list';
8154         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8155         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8156         Use `elmo-folder-create' instead of `elmo-create-folder'.
8157         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8158         (wl-folder-get-elmo-folder): New macro.
8159         (wl-folder-elmo-folder-cache-get): Ditto.
8160         (wl-folder-elmo-folder-cache-put): Ditto.
8161         (wl-folder-suspend): Call `elmo-quit'.
8162
8163         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8164         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8165         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8166         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8167         (toplevel): require 'cl.
8168         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8169
8170         * wl-summary.el: Rewrite to use new elmo interface.
8171
8172 \f
8173 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8174
8175         * wl-mime.el (wl-draft-preview-message):
8176         Run `wl-draft-send-hook' before collecting recipients information;
8177         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8178
8179         * tm-wl.el (wl-draft-preview-message): Ditto.
8180
8181 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8184         wrong recipients are displayed when forwarded message.
8185
8186 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * Version number is increased to 2.5.7.
8189
8190 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8191
8192         * wl-message.el (wl-message-next-page): Bind
8193         `window-pixel-scroll-increment' to nil while scrolling up.
8194
8195 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8196
8197         * wl-vars.el (wl-save-hook): New hook.
8198         * wl.el (wl-save): Call `wl-save-hook'.
8199
8200 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8201
8202         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8203         Argument WITH-ARG instead of NO-ARG (negative mean).
8204         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8205         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8206         * wl-message.el (wl-message-follow-current-entity): Likewise.
8207
8208 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8209
8210         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8211         FROM was optional argument.
8212         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8213
8214 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8215
8216         * Version number is increased to 2.5.6.
8217
8218 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8219
8220         * wl-version.el (wl-version-show): Removed.
8221         (wl-version): Add `interactive'.
8222
8223 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8224
8225         * wl-summary.el (wl-summary-get-petname-func): New variable.
8226         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8227         instead of `wl-address-get-petname-1'.
8228         (wl-summary-simple-from): Ditto.
8229
8230         * wl-address.el (wl-address-get-petname-1): Define as function.
8231
8232 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8235         field in the original message.
8236         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8237
8238 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8239
8240         * wl-expire.el (wl-expire-hide):
8241         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8242
8243 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8246         find decoder for To, Cc, and Subject.
8247
8248 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8251         for checking `elmo-use-buffer-cache'.
8252         (wl-summary-mark-as-important): Fixed typo in comment.
8253
8254 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8257         field in the original message.
8258         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8259
8260 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8261
8262         * wl-expire.el (wl-expire-hide):
8263         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8264
8265 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8268         find decoder for To, Cc, and Subject.
8269
8270 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8271
8272         * Version number is increased to 2.5.5.
8273
8274         * wl-address.el (wl-address-specials-regexp): New constant.
8275         (wl-address-quote-specials): Use it.
8276
8277 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-summary.el (wl-summary-rescan):
8280         Call `wl-summary-buffer-number-column-detect'.
8281         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8282
8283         * wl-message.el (wl-message-mode-map): Define.
8284         (wl-message-decode): Use it as local-map.
8285
8286 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8289         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8290
8291 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8292
8293         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8294
8295         * wl-mule.el (wl-read-event-char): Ditto.
8296
8297         * wl-e21.el (wl-read-event-char): Ditto.
8298
8299         * wl-nemacs.el (wl-read-event-char): Ditto.
8300         (read-event): Removed.
8301
8302         * wl-util.el (toplevel): Removed dummy definition of
8303         `read-event'.
8304         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8305
8306 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8307
8308         * wl-nemacs.el (elmo-archive-call-process): Moved to
8309         elmo-archive.el.
8310
8311 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8312
8313         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8314         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8315
8316         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8317         instead of magic-number 6.  Use `not' instead of `null' for symbol
8318         `nil' check (not empty list).
8319         (wl-draft-insert-x-face-field): Fixed paren style.
8320
8321         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8322         one-branch conditional statement, instead of `and' and `if'.
8323         (wl-draft-forward): Likewise.
8324         (wl-draft-add-references): Likewise.
8325         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8326
8327         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8328         conditional steatment.  Use `cond' instead of `if'.
8329         (wl-draft-confirm): Likewise.
8330
8331 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8332
8333         * wl-version.el (wl-version-show): Use `product-string-1'
8334         instead of `wl-version'.
8335         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8336
8337         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8338
8339 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8340
8341         * wl-highlight.el (wl-highlight-headers): Revert
8342         `wl-highlight-x-face-func' argument (`beg' and `end').
8343
8344 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8345
8346         * wl.el (toplevel): Move `product-provide' declare.
8347         * wl-demo.el (toplevel): Ditto.
8348         * wl-dnd.el (toplevel): Ditto.
8349         * wl-highlight.el (toplevel): Ditto.
8350         * wl-message.el (toplevel): Ditto.
8351         * wl-refile.el (toplevel): Ditto.
8352         * wl-util.el (toplevel): Ditto.
8353
8354 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8357         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8358         (wl-thread-close-all): keep cursor position.
8359
8360 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8361
8362         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8363         (eq x 0).
8364         (wl-generate-user-agent-string-1): Fix conditional statement.
8365
8366 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8367
8368         * wl.el (wl-check-environment): Additional check for
8369         'wl-local-domain' and `wl-message-id-domain'.
8370
8371 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8372
8373         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8374
8375 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8376
8377         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8378         instead of `smtp-sasl-user-realm'.
8379
8380 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8381
8382         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8383
8384 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8385
8386         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8387         to the default value as well as `eword-lexical-analyzer'.
8388
8389 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8390
8391         * wl-version.el (wl-extended-emacs-version,
8392         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8393         `elmo-match-string' instead of `wl-match-string'.
8394
8395 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8396
8397         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8398         docstring.
8399
8400 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8401
8402         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8403
8404 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8405
8406         * wl-highlight.el (wl-highlight-headers): Remove
8407         `wl-highlight-x-face-func' argument (`beg' and `end').
8408
8409 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8410
8411         * wl-summary.el (wl-summary-mark-as-important):
8412         Remove cache if folder is local.
8413
8414 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8415
8416         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8417         to get existing e-mail address string.
8418
8419 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8420
8421         * wl-version.el (wl-generate-user-agent-string): Commentary.
8422         (wl-generate-user-agent-string-1): Use `when' for
8423         one-branch conditional statement, instead of `and' and `if'.
8424         (wl-extended-emacs-version, wl-extended-emacs-version2,
8425         wl-extended-emacs-version3): Ditto.
8426
8427 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8428
8429         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8430         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8431         condition-case; Remove initialization.
8432         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8433         (wl-summary-sync-update3): Added argument `sync-all';
8434         Eliminated local variable `msgdb';
8435         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8436         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8437         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8438
8439 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8440
8441         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8442         connection before call `wl-draft-send-mail-with-smtp'.
8443
8444 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * Version number is increased to 2.5.4.
8447
8448 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8449
8450         * wl.el (wl-check-environment): Additional check for
8451         'wl-local-domain' and `wl-message-id-domain'.
8452
8453 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8454
8455         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8456         buffer as command specific.
8457         (wl-folder-mark-as-read-all-entity): Ditto.
8458         (wl-folder-prefetch-entity): Ditto.
8459         (wl-folder-drop-unsync-entity): Ditto.
8460
8461         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8462         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8463         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8464
8465         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8466         save-excursion.
8467
8468 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * Version number is increased to 2.5.3.
8471
8472         * wl-summary.el (wl-summary-save-view-cache):
8473         Delete duplicated `write-region';
8474         Use `write-region-as-binary' instead of `as-binary-output-file' and
8475         `write-region'.
8476
8477 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8478
8479         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8480
8481 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8484         instead of `smtp-via-smtp'.
8485
8486 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8487
8488         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8489
8490 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8491
8492         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8493         instead of `smtp-sasl-user-realm'.
8494
8495 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8496
8497         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8498
8499 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8500
8501         * Version number is increased to 2.5.2.
8502
8503 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8504
8505         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8506         does not exist.
8507         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8508         (wl-biff-start): Call `timer-activate' if timer already exists.
8509
8510         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8511         only when it is bound as function.
8512
8513 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * Version number is increased to 2.5.1.
8516
8517 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8520         Print refile/copy destination.
8521
8522 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8523
8524         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8525         queue-flush-only is non-nil.
8526
8527         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8528
8529         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8530         checking cache folder.
8531
8532 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8533
8534         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8535         `regexp-quote'.
8536
8537 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8538
8539         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8540         function.
8541         * wl-summary.el (wl-summary-write-current-folder-functions):
8542         Change default value.  Use it.
8543
8544 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8545
8546         * Version number is increased to 2.5.0.
8547
8548         * wl-version.el (wl-version): Changed codename.
8549
8550 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8551
8552         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8553         (wl-summary-supersedes-message): Ditto.
8554
8555 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8556
8557         * wl-refile.el (wl-refile-guess-functions): Renamed from
8558         `wl-refile-guess-func-list'.
8559
8560 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8561
8562         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8563         Fixed problem when no rule was matched.
8564
8565 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8566
8567         * wl-summary.el (wl-summary-get-mark): Fixed
8568         `wl-summary-buffer-target-mark' check logic.
8569
8570 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8571
8572         * wl-folder.el (wl-folder-write-current-folder): Added group
8573         folder check.
8574
8575         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8576         `wl-summary-write-current-newsgroup'.
8577         (wl-summary-write-current-folder-functions): New variable.
8578         * wl-folder.el (wl-folder-get-newsgroups): New function.
8579         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8580         (wl-folder-write-current-folder): Renamed from
8581         `wl-folder-write-current-newsgroup'.
8582
8583 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8584
8585         * Version number is increased to 2.3.93.
8586
8587 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8588
8589         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8590         (wl-ldap-make-matched-value-list): Ditto.
8591         (wl-ldap-alias-safe-string): Split e-mail address.
8592
8593         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8594         petname folder default was selected.
8595         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8596         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8597
8598 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8601         to `wl-draft-config-exec'.
8602
8603         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8604         instead of calling `wl-draft-config-exec';
8605         Process group-list and show recipients in minibuffer.
8606
8607         * tm-wl.el (wl-draft-preview-message): Ditto.
8608
8609 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8610
8611         * wl.el (toplevel): Added (C) to copyright notice, and
8612         sync Author header.
8613         * tm-wl.el (toplevel): Ditto.
8614         * wl-address.el (toplevel): Ditto.
8615         * wl-demo.el (toplevel): Ditto.
8616         * wl-dnd.el (toplevel): Ditto.
8617         * wl-draft.el (toplevel): Ditto.
8618         * wl-e21.el (toplevel): Ditto.
8619         * wl-expire.el (toplevel): Ditto.
8620         * wl-folder.el (toplevel): Ditto.
8621         * wl-highlight.el (toplevel): Ditto.
8622         * wl-message.el (toplevel): Ditto.
8623         * wl-mime.el (toplevel): Ditto.
8624         * wl-mule.el (toplevel): Ditto.
8625         * wl-nemacs.el (toplevel): Ditto.
8626         * wl-refile.el (toplevel): Ditto.
8627         * wl-score.el (toplevel): Ditto.
8628         * wl-summary.el (toplevel): Ditto.
8629         * wl-template.el (toplevel): Ditto.
8630         * wl-thread.el (toplevel): Ditto.
8631         * wl-util.el (toplevel): Ditto.
8632         * wl-vars.el (toplevel): Ditto.
8633         * wl-xmas.el (toplevel): Ditto.
8634
8635 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8636
8637         * wl.el (wl-init): Added comment about `wl-init-hook'.
8638         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8639         * wl-vars.el (wl-init-hook): Added docs.
8640         (wl-make-plugged-hook): Removed useless docs.
8641         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8642         * wl-xmas.el (toplevel): Ditto.
8643
8644 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8645
8646         * wl-address.el (toplevel): Fixed multiple Author header format.
8647         * wl-demo.el (toplevel): Ditto.
8648         * wl-draft.el (toplevel): Ditto.
8649         * wl-folder.el (toplevel): Ditto.
8650         * wl-summary.el (toplevel): Ditto.
8651         * wl-thread.el (toplevel): Ditto.
8652         * wl-util.el (toplevel): Ditto.
8653         * wl-vars.el (toplevel): Ditto.
8654         * wl-version.el (toplevel): Ditto.
8655         * wl-xmas.el (toplevel): Ditto.
8656         * wl.el (toplevel): Ditto.
8657
8658         * wl-version.el (toplevel): Added require `elmo-version' for
8659         `product-version-as-string'.
8660
8661 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-vars.el (wl-draft-send-hook): Changed default value to
8664         '(wl-draft-config-exec).
8665
8666         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8667         explicitly.
8668         (wl-draft): Set `wl-draft-config-exec-flag' before running
8669         `wl-mail-setup-hook'.
8670
8671         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8672         `wl-biff-init-icons' to `wl-init-hook' instead of
8673         `wl-make-plugged-hook'.
8674         (Because if `wl-draft' command is invoked at first,
8675         they are not initialized)
8676         Updated copyright notice.
8677
8678         * wl-e21.el (toplevel): Ditto;
8679
8680         * wl-demo.el (toplevel): Updated copyright notice.
8681         * wl-address.el (toplevel): Ditto.
8682         * wl-draft.el (toplevel): Ditto.
8683         * wl-version.el (toplevel): Ditto.
8684         * wl-folder.el (toplevel): Ditto.
8685         * wl-summary.el (toplevel): Ditto.
8686         * wl-thread.el (toplevel): Ditto.
8687         * wl-util.el (toplevel): Ditto.
8688         * wl-vars.el (toplevel): Ditto.
8689         * wl.el (toplevel): Ditto.
8690
8691 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-highlight.el (wl-highlight-message): Fixed problem of
8694         highlighting failure which occured when the last field contains
8695         multiple lines in the draft buffer.
8696
8697         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8698         `wl-biff-start' if plugged.
8699
8700         * wl-util.el (wl-biff-check-folder): New function.
8701         (wl-biff-check-folders): Don't set session name prefix.
8702         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8703         (wl-biff-check-folder-async): Ditto.
8704
8705         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8706         in email address.
8707
8708 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8709
8710         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8711
8712         * wl-draft.el (wl-draft-strip-subject-re): New function.
8713
8714         * wl-draft.el (wl-draft-reply): Use it.
8715
8716 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-message.el (wl-mmelmo-message-redisplay): Use
8719         `mime-display-message' instead of `wl-mime-display-message'.
8720
8721         * wl-mime.el (toplevel): Removed compatibility workaround
8722         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8723         (wl-mime-display-message): Abolished.
8724         (wl-mime-entity-read-field): Ditto.
8725         (wl-mime-combine-message/partial-pieces): Use
8726         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8727
8728 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8729
8730         * wl-template.el: Doc fixes.
8731
8732 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8733
8734         * wl-e21.el (wl-message-overload-functions): Do nothing if
8735         `current-local-map' is not available.
8736         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8737
8738 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8739
8740         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8741         representation.
8742
8743         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8744         number.
8745         (wl-fldmgr-save-folders): Don't use `format' when insert
8746         `wl-fldmgr-folders-header'.
8747
8748 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8749
8750         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8751
8752 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8753
8754         * wl-highlight.el (wl-highlight-message):
8755         Use `std11-field-end' to detect end point of the header field.
8756         Refer `wl-highlight-max-header-size'.
8757
8758         * wl-vars.el (wl-highlight-max-header-size): New variable.
8759
8760         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8761
8762         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8763         Set `for-draft' argument of wl-highlight-headers.
8764         (wl-draft): Ditto.
8765         (wl-draft-reedit): Ditto.
8766         (wl-user-agent-compose-internal): Ditto.
8767
8768 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8769
8770         * wl-message.el (wl-message-add-button): Use overlay.
8771
8772 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8773
8774         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8775
8776         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8777         problem when group-list content is nothing.
8778         (Reported by Mito <mit@nines.nec.co.jp>)
8779
8780 2000-10-18  SAITO Atsunori <sai@yedo.com>
8781
8782         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8783
8784 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8785
8786         * tm-wl.el (toplevel): Use product-provide.
8787
8788 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * Version number is increased to 2.3.92.
8791
8792 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8793
8794         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8795         title text, use `display' property for left margin under Emacs 21.
8796
8797         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8798         properties.
8799         (wl-plugged-init-icons): Ditto.
8800
8801 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8802
8803         * wl.el (wl-save-status, wl-init): Remove last period in
8804         "...done." message.
8805         * tm-wl.el (wl-summary-burst): Ditto.
8806         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8807         wl-summary-resume-cache-status,
8808         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8809         wl-summary-sync-update3, wl-summary-highlight-msgs,
8810         wl-summary-flush-pending-append-operations,
8811         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8812         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8813         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8814         wl-thread-open-all): Ditto.
8815         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8816         * wl-mime.el (wl-summary-burst): Ditto.
8817         * wl-highlight.el (wl-highlight-summary): Ditto.
8818         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8819         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8820         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8821         * wl-address.el (wl-local-address-init): Ditto.
8822
8823 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8824
8825         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8826         `add-text-properties'.
8827         (wl-plugged-init-icons): Ditto.
8828         (wl-folder-init-icons): Use `propertize' instead of
8829         `put-text-property'.
8830         (wl-plugged-set-folder-icon): Ditto.
8831         (wl-e21-highlight-folder-group-line): Ditto.
8832
8833 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8834
8835         * wl-version.el (wl-version-status-alist): New variable.
8836         (wl-version-status): New function.
8837
8838         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8839         "Cc" part of the case "Reply-To".
8840
8841         * wl-draft.el (wl-draft-reply): Use result of
8842         `eword-extract-address-components'.
8843
8844         * wl-demo.el (wl-demo-icon-name): New constant.
8845         (wl-logo-xpm): Use it.
8846         (wl-logo-xbm): Ditto.
8847         (wl-logo-bitmap): Ditto.
8848
8849         * Version number is increased to 2.3.91.
8850
8851 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8852
8853         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8854         (wl-extended-emacs-version, wl-extended-emacs-version2,
8855         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8856         docstring.
8857
8858         * wl-version.el (wl-generate-user-agent-string-1): New function.
8859         (wl-generate-user-agent-string): Use it.
8860
8861         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8862         `mime-edit-insert-user-agent-field'.
8863         (wl-generate-user-agent-string): Check
8864         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8865
8866         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8867         instead of `if', when verbose case.
8868
8869 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8870
8871         * wl-expire.el (wl-summary-expire): Fix.
8872
8873 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8874
8875         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8876         and `elmo-lost+found-folder' if 'wl-draft.
8877         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8878
8879 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8880
8881         * wl-expire.el (wl-summary-expire): Change messages.
8882         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8883         `deleing-info' instead of "Deleting..."
8884
8885 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8886
8887         * wl-summary.el (wl-summary-refile-subr): Fix.
8888
8889 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8890
8891         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8892         if pipe folder.
8893
8894 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8895
8896         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8897
8898 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8899
8900         * wl-expire.el (wl-expire-hide): New function.
8901         (wl-summary-expire): Add `hide'.
8902
8903 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8904
8905         * wl-vars.el (wl-draft-reply-without-argument-list):
8906         Changed default value to consider `Reply-To:'.
8907         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8908
8909         * Version number is increased to 2.3.90.
8910
8911         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8912         elmo-imap4-get-session with unwind-protect.
8913         Don't cause error.
8914         (wl-summary-sync-marks): Don't check plugged nor folder type.
8915         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8916         (Always keep current buffer).
8917
8918 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8919
8920         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8921         Enclose with `save-excursion'.
8922
8923 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * wl-version.el (wl-version): Remove interactive.
8926
8927 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-version.el (wl-generate-user-agent-string): Use
8930         `product-string-verbose' instead of `product-string-1'.
8931
8932 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8933
8934         * wl-vars.el (wl-draft-use-cache): New variable.
8935         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8936         if wl-draft-use-cache is non-nil.
8937
8938 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8939
8940         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8941         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8942
8943 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8946         (wl-thread-msg-mark-as-unread): Ditto.
8947
8948         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8949         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8950         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8951         Don't set mark in summary if return value of `elmo-mark-as-read'
8952         is nil.
8953         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8954         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8955         instead of `wl-thread-msg-mark-as-read'.
8956         (wl-summary-mark-as-unread-region): Ditto.
8957         (wl-summary-target-mark-mark-as-read): Ditto.
8958
8959         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8960
8961 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8962
8963         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8964
8965         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8966
8967 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8968
8969         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8970         face.
8971
8972 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8973
8974         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8975         `running-xemacs'.
8976
8977 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8978
8979         * wl-version.el (toplevel): Use `product-version-as-string' for
8980         set verstion-string, if defined.
8981
8982         * wl-version.el (wl-version-show): Insert string at point, when
8983         call with argument.
8984
8985         * wl-version.el (wl-generate-user-agent-string): Use
8986         `product-string-1' instead of `wl-appname', `wl-version' and
8987         `wl-codename'.
8988
8989 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8990
8991         * wl-address.el (toplevel): Use product-provide.
8992         * wl-demo.el (toplevel): Ditto.
8993         * wl-dnd.el (toplevel): Ditto.
8994         * wl-draft.el (toplevel): Ditto.
8995         * wl-e21.el (toplevel): Ditto.
8996         * wl-expire.el (toplevel): Ditto.
8997         * wl-fldmgr.el (toplevel): Ditto.
8998         * wl-folder.el (toplevel): Ditto.
8999         * wl-highlight.el (toplevel): Ditto.
9000         * wl-message.el (toplevel): Ditto.
9001         * wl-mime.el (toplevel): Ditto.
9002         * wl-mule.el (toplevel): Ditto.
9003         * wl-nemacs.el (toplevel): Ditto.
9004         * wl-refile.el (toplevel): Ditto.
9005         * wl-score.el (toplevel): Ditto.
9006         * wl-summary.el (toplevel): Ditto.
9007         * wl-template.el (toplevel): Ditto.
9008         * wl-thread.el (toplevel): Ditto.
9009         * wl-util.el (toplevel): Ditto.
9010         * wl-vars.el (toplevel): Ditto.
9011         * wl-xmas.el (toplevel): Ditto.
9012         * wl.el (toplevel): Ditto.
9013
9014 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9015
9016         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9017         instead of product.
9018
9019         * wl-version.el (wl-version): Compile time evalution elmo-version.
9020
9021 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9022
9023         * wl-summary.el (wl-summary-sync-force-update): Append queue
9024         `mark-as-read'if unplugged.
9025
9026 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9027
9028         * wl-version.el: New file.  Use product.el.
9029         * wl.el: add (require 'wl-version).
9030         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9031         for ~/.folders header.
9032         (wl-fldmgr-folders-header): Changed.
9033         * wl-demo.el (wl-demo): Use product.el.
9034
9035         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9036         wl-version.el.
9037         * wl-util.el (wl-version, wl-version-show): Ditto.
9038
9039         * wl-util.el (wl-generate-user-agent-string,
9040         wl-extended-emacs-version, wl-extended-emacs-version2,
9041         wl-extended-emacs-version3): Move to wl-version.el.
9042         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9043         xemacs-codename, mime-edit-insert-user-agent-field,
9044         mime-edit-user-agent-value, mime-editor/version,
9045         mime-editor/codename): Compile warning killer move to
9046         wl-version.el
9047
9048 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9049
9050         * wl-summary.el (wl-summary-refile-subr): Fix.
9051
9052 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9055         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9056
9057 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9058
9059         * wl.el (wl-check-environment): Check too many `@'.
9060
9061 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9062
9063         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9064
9065 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9068         wl-draft-reply-myself-without-argument-list): Add variables.
9069         * wl-draft.el (wl-draft-reply): Use it.
9070
9071 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9072
9073         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9074         the 5th argument of `elmo-network-get-spec'.
9075
9076         * wl-thread.el (wl-thread-reparent-children): New inline function.
9077         (wl-thread-delete-message): Use it.
9078
9079         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9080         (wl-summary-score-update-all-lines): Don't use `dolist'.
9081
9082 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9083
9084         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9085         (require 'elmo-msgdb) for inline function.
9086
9087 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9088
9089         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9090
9091 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9092
9093         * wl-score.el (wl-score-headers): Fix for the confusing macro
9094         `elmo-kill-buffer'.
9095
9096 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9097
9098         * wl-summary.el: Don't use the 3rd argument of `require' because
9099         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9100         * wl-util.el: Ditto.
9101         * wl-draft.el: Ditto.
9102
9103 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9104
9105         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9106         window system is not used.
9107
9108 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9109
9110         * wl-thread.el: Don't use `mapcar' only for iteration.
9111         (wl-thread-resume-entity): Ditto.
9112         (wl-thread-delete-message): Ditto.
9113
9114         * wl-summary.el: Bind `dragdrop-drop-functions',
9115         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9116         of `require' for `timezone', `easymenu' and `ps-print';
9117         don't use `mapcar' only for iteration.
9118
9119         * wl-util.el: Bind `mule-version', `nemacs-version',
9120         `emacs-beta-version', `xemacs-codename',
9121         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9122         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9123         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9124         only for iteration.
9125
9126         * wl-score.el: Don't use `mapcar' only for iteration.
9127         (wl-score-simplify-buffer-fuzzy): Ditto.
9128         (wl-score-simplify-subject): Ditto.
9129         (wl-score-headers): Ditto.
9130         (wl-summary-score-update-all-lines): Ditto.
9131
9132         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9133         `enable-multibyte-characters' and `mule-version'.
9134
9135         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9136         `mapcar' only for iteration.
9137
9138         * wl-demo.el: Don't use `mapcar' only for iteration.
9139
9140         * wl-folder.el: Don't use `mapcar' only for iteration.
9141         (wl-folder-open-all): Ditto.
9142         (wl-folder-count-incorporates): Ditto.
9143
9144         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9145         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9146
9147         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9148         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9149         `smtp-connection-type'; specify 3rd argument of `require' for
9150         `timezone'; don't use `mapcar' only for iteration.
9151         (wl-draft-clone-local-variables): Don't use `mapcar'.
9152         (wl-draft-generate-clone-buffer): Ditto.
9153         (wl-user-agent-compose-internal): Ditto.
9154
9155         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9156
9157         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9158         (wl-save-status): Ditto.
9159
9160         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9161         for iteration.
9162
9163 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9164
9165         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9166         removed `Date'.
9167         (wl-fldmgr-make-filter-default): New user option.
9168
9169         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9170         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9171         (wl-fldmgr-filter-completion-alist): Abolish.
9172
9173         * wl.el (wl): Don't check servers if arg is non-nil.
9174
9175         * wl-draft.el (wl-draft-reply): Set only message-id string to
9176         In-Reply-To field.
9177
9178 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9179
9180         * wl-summary.el (wl-summary-pick): Rewrite.
9181
9182         * wl-draft.el (wl-draft-forward): Get references field from
9183         original buffer.
9184         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9185
9186 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9187
9188         * wl-draft.el (wl-draft-forward): Add references field.
9189
9190 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9191
9192         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9193         (wl-draft-reply): Use it.
9194
9195 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9196
9197         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9198         when Emacs 21 is running.
9199
9200         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9201         bindings.
9202
9203 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9204
9205         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9206         XPM icons transparent.
9207
9208         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9209         Emacs 21.
9210
9211 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9212
9213         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9214         nil.
9215
9216         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9217         when it is persistent.
9218         (wl-summary-sync-marks): Changed argument for
9219         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9220         (wl-summary-virtual): Use `elmo-read-search-condition'.
9221         (wl-summary-redisplay-internal): If folder is local, mark as read
9222         even when folder is plugged.
9223
9224 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9225
9226         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9227         of `tool-bar-lines' in the frame parameters.
9228         (after-make-frame-functions, post-command-hook): Don't modify the
9229         value.
9230         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9231         wl-e21-tool-bar-lines): Removed.
9232
9233 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9234
9235         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9236         properties `evaporate' and `wl-momentary-overlay' as well.
9237         (wl-highlight-summary-displaying): Ditto.
9238         (wl-delete-all-overlays): Don't delete overlay which does not have
9239         a property `wl-momentary-overlay'.
9240
9241         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9242         `display-mouse-p' and `display-graphic-p'.
9243         (wl-folder-init-icons): Don't search for XBM or the other files.
9244         (wl-plugged-set-folder-icon): Make icons if and only if
9245         `display-graphic-p' returns non-nil.
9246         (wl-highlight-plugged-current-line): Use `before-string' overlay
9247         property to show icon images.
9248         (wl-highlight-folder-current-line): Ditto.
9249         (wl-e21-highlight-folder-group-line): Ditto.
9250         (wl-e21-highlight-folder-by-numbers): Ditto.
9251         (wl-e21-insert-image): Removed.
9252         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9253         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9254         said.
9255         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9256         `wl-e21-force-switch-toolbar'.
9257         (wl-e21-make-icon-image): Removed.
9258         (wl-e21-setup-toolbar): Don't search for XBM files.
9259         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9260         the default value.
9261
9262 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9263
9264         * wl-util.el (wl-biff-check-folder-async): Set
9265         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9266
9267 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9268
9269         * wl-e21.el (after-make-frame-functions): Add
9270         `wl-e21-force-switch-toolbar'.
9271         (wl-e21-force-switch-toolbar): New function force to switch the
9272         toolbar appearance automatically.
9273         (post-command-hook): Add `wl-e21-switch-toolbar'.
9274         (wl-e21-switch-toolbar): New function to switch the toolbar
9275         appearance automatically.
9276         (wl-e21-tool-bar-lines): New buffer local variable.
9277
9278 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9279
9280         * wl-util.el (wl-biff-check-folders-running): New variable.
9281         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9282         (wl-biff-check-folder-async-callback):
9283         Set `wl-biff-check-folders-running'.
9284         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9285         with unwind-protect.
9286
9287         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9288         Enclose `wl-folder-auto-check' with unwind-protect.
9289
9290         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9291         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9292
9293         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9294
9295         * wl-util.el (wl-biff-notify): New inline function.
9296         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9297         locally.
9298         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9299         folder-list' is 1.
9300         Use `wl-biff-notify'.
9301         (wl-biff-check-folder-async-callback): New function.
9302         (wl-biff-check-folder-async): Ditto.
9303
9304         * wl-folder.el (wl-folder): Don't check folders.
9305         (wl-folder-auto-check): New function.
9306
9307 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9308
9309         * wl-util.el (wl-biff-start) [Emacs19+]:
9310         Use `timer-next-integral-multiple-of-time'.
9311         (wl-biff-check-folders): Use `wl-default-folder'
9312         if `wl-biff-check-folder-list' is nil.
9313
9314 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9315
9316         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9317         instead of `elmo-delete-lists'.
9318
9319 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9320
9321         * wl.el (wl-plugged-toggle-all): Set the value of
9322         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9323         (wl-plugged-toggle): Ditto.
9324         (wl-toggle-plugged): Ditto.
9325         (wl-plugged-init): Ditto.
9326
9327         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9328         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9329         instead of `wl-biff-state-indicator-off' and
9330         `wl-biff-state-indicator-on'; don't modify the value and the type
9331         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9332         (wl-plugged-init-icons): Set icons data to
9333         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9334         instead of `wl-plug-state-indicator-off' and
9335         `wl-plug-state-indicator-on'; don't modify the value and the type
9336         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9337
9338         * wl-vars.el (wl-modeline-biff-state-off,
9339         wl-modeline-biff-state-on, wl-modeline-biff-status,
9340         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9341         wl-modeline-plug-status): New internal variables.
9342         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9343         wl-biff-check-interval, wl-biff-check-folder-list): Change
9344         customization group from `wl-folder' to `wl-highlight'.
9345         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9346         wl-show-plug-status-on-modeline): Defcustomized.
9347
9348         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9349         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9350         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9351         a flag to `mode-line-buffer-identification'.
9352
9353         * wl-e21.el (wl-biff-init-icons): Set icons data to
9354         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9355         instead of `wl-biff-state-indicator-off' and
9356         `wl-biff-state-indicator-on'.
9357         (wl-plugged-init-icons): Set icons data to
9358         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9359         instead of `wl-plug-state-indicator-off' and
9360         `wl-plug-state-indicator-on'.
9361
9362 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9363
9364         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9365         excessive titles.
9366
9367 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9368
9369         * wl.el (wl-plugged-mode): Use revised
9370         `wl-mode-line-buffer-identification'.
9371         (wl-plugged-init): Don't use `force-mode-line-update'.
9372
9373         * wl-xmas.el (wl-draft-overload-functions): Use revised
9374         `wl-mode-line-buffer-identification'.
9375         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9376         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9377         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9378         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9379         `wl-make-plugged-hook';
9380         add `wl-folder-init-icons' and `wl-setup-folder' to
9381         `wl-folder-mode-hook'.
9382
9383         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9384         19 as well.
9385         (wl-mode-line-display-priority-list): New user option.
9386         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9387         Defcustomized.
9388         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9389         Add docs.
9390
9391         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9392         start.
9393         (wl-mode-line-buffer-identification): Revised as a function.
9394
9395         * wl-summary.el (wl-summary-mode): Use revised
9396         `wl-mode-line-buffer-identification'; don't call
9397         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9398         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9399         `wl-xmas-setup-summary'.
9400
9401         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9402         `wl-mode-line-buffer-identification'.
9403
9404         * wl-mule.el (wl-draft-overload-functions): Use revised
9405         `wl-mode-line-buffer-identification'.
9406
9407         * wl-folder.el (wl-make-plugged-alist): Don't call
9408         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9409         (wl-folder): Don't call `wl-folder-init-icons' directly.
9410         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9411         `wl-xmas-setup-folder' directly;
9412         use revised `wl-mode-line-buffer-identification'.
9413         (TopLevel): Don't bind `wl-biff-init-icons',
9414         `wl-plugged-init-icons', `wl-folder-init-icons',
9415         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9416
9417         * wl-e21.el (wl-draft-overload-functions): Use revised
9418         `wl-mode-line-buffer-identification'.
9419         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9420         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9421         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9422         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9423         `wl-make-plugged-hook';
9424         add `wl-folder-init-icons' and `wl-setup-folder' to
9425         `wl-folder-mode-hook'.
9426
9427 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9428             Katsumi Yamaoka    <yamaoka@jpl.org>
9429
9430         * wl.el (wl): Call `wl-biff-start'.
9431         (wl-exit): Call `wl-biff-stop'.
9432         (wl-plugged-mode): Show biff in modeline.
9433         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9434
9435         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9436         (wl-biff-init-icons): New function.
9437         (wl-plugged-init-icons): Don't make too much keymaps.
9438         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9439
9440         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9441         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9442         variables.
9443         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9444         options.
9445
9446         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9447         wl-biff-start, wl-biff-stop): New functions.
9448         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9449         (wl-biff-timer-name): New variable.
9450
9451         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9452
9453         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9454         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9455
9456         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9457         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9458
9459         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9460         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9461         `wl-folder-init-icons' to `ignore' if they are not available.
9462         (wl-folder-mode): Show biff in modeline.
9463
9464         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9465         (wl-biff-init-icons): New function.
9466         (wl-plugged-init-icons): Don't make too much keymaps.
9467         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9468
9469 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9470
9471         * wl-vars.el (wl-strict-diff-folders): Customization Type
9472         and doc fix.  Define as a list of regular expressions for
9473         folders or nil.
9474         * wl-folder.el (wl-folder-check-one-entity): Use
9475         `wl-string-match-member' instead of `wl-string-member' for
9476         `wl-strict-diff-folders'.
9477
9478 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9479
9480         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9481         (wl-highlight-folder-current-line): Use it; new implementation.
9482         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9483         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9484         `defsubst' instead of `defun'.
9485
9486         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9487         `wl-highlight-group-folder-by-numbers'; made it can also be a
9488         number.  See info for more details.
9489
9490         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9491         running.
9492
9493         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9494         to bind them.
9495
9496         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9497         (wl-highlight-folder-current-line): New implementation.
9498
9499         * wl-highlight.el (wl-highlight-folder-group-line): New
9500         implementation.
9501         (wl-delete-all-overlays): Rewrite as a marco.
9502         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9503
9504         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9505         running.
9506         (wl-folder-*-glyph): No need to bind them.
9507
9508         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9509         `wl-e21-highlight-folder-group-icon'; rewrite.
9510         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9511         `defsubst' instead of `defun'.
9512         (wl-folder-mode-map): Bind it when compiling.
9513
9514 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9515
9516         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9517
9518         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9519
9520 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9521
9522         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9523
9524 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9525
9526         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9527         (wl-highlight-folder-current-line): Use it.
9528
9529         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9530         in `id-name'.
9531
9532 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9533
9534         * wl.el: Require `wl-e21' when Emacs 21 is running.
9535
9536         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9537         default when Emacs 21 is running.
9538         (wl-use-highlight-mouse-line): Ditto.
9539         (wl-on-emacs21): New constant.
9540         (wl-on-emacs20): Removed.
9541
9542         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9543         Emacs 21 is running.
9544
9545         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9546         Emacs 21 is running.
9547
9548         * wl-e21.el: New file.
9549
9550 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9551
9552         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9553         (wl-toggle-plugged): Ditto.
9554         (wl-plugged-toggle): Ditto.
9555         (wl-plugged-toggle-all): Ditto.
9556
9557         * wl-vars.el (wl-plug-state-indicator): Refer
9558         `wl-plug-state-indicator-on' indirectly.
9559
9560 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9563         Call `wl-folder-confirm-existence'.
9564
9565         * wl-folder.el (wl-folder-confirm-existence): Added optional
9566         argument `force'.
9567
9568 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9569
9570         * wl-summary.el (wl-summary-refile-subr): Assume
9571         `copy-or-refile' as symbol.
9572         (wl-summary-refile): Follow up above change.
9573         (wl-summary-copy): Ditto.  Doc fix.
9574
9575 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-summary.el (wl-summary-pick): Don't bind
9578         `elmo-search-mime-charset'.
9579
9580         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9581         default using old backquote style.
9582         (wl-search-mime-charset): Abolished.
9583
9584         * wl-highlight.el (wl-highlight-headers):
9585         Call `point' after `re-search-forward'(for Nemacs).
9586
9587         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9588         for elmo-imap4.el.
9589
9590 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9591
9592         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9593         `wl-message-ignored-field-list' instead of
9594         `mime-view-ignored-field-list'.
9595
9596         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9597         Add interactive spec.
9598         (wl-folder-goto-bottom-of-current-folder): Ditto.
9599         (wl-folder-mode-map): Bind them.
9600
9601         * wl-vars.el (wl-message-ignored-field-list): New variable.
9602         (wl-message-visible-field-list): New variable.
9603
9604         * wl-mime.el (wl-mime-header-presentation-method): New function.
9605         (wl-mime-setup): Set header-presentation-method.
9606
9607 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9608
9609         * wl-nemacs.el (wl-draft-overload-functions): Set
9610         `mode-line-buffer-identification' instead of using
9611         `wl-make-modeline'.
9612
9613         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9614         instead of using `wl-make-modeline'.
9615
9616         * wl-xmas.el (wl-plugged-init-icons): Set up
9617         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9618         (wl-make-modeline): Abolish.
9619         (wl-draft-overload-functions): Set
9620         `mode-line-buffer-identification' instead of using
9621         `wl-make-modeline'.
9622
9623         * wl-util.el (wl-make-modeline-subr): Abolish.
9624         (wl-mode-line-buffer-identification): New alias.
9625
9626         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9627         (wl-summary-make-modeline): Abolish.
9628         (wl-summary-buffer-set-folder): Set
9629         `wl-summary-buffer-folder-indicator'.
9630         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9631         of using `wl-make-modeline'.
9632         (wl-summary-switch-to-clone-buffer): Don't set
9633         `mode-line-buffer-identification'.
9634         (wl-summary-goto-folder-subr): Ditto.
9635
9636         * wl-mule.el (wl-draft-overload-functions): Set
9637         `mode-line-buffer-identification' instead of using
9638         `wl-make-modeline'.
9639
9640         * wl-folder.el (wl-folder-mode): Set
9641         `mode-line-buffer-identification' instead of using
9642         `wl-make-modeline'.
9643         (wl-folder): Don't set `mode-line-buffer-identification'.
9644
9645 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9646
9647         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9648         instead of `member' for `wl-refile-guess-func-list' look-ups.
9649         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9650
9651 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9652
9653         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9654         `wl-message-button-dispatcher'.
9655
9656         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9657
9658         * wl-message.el (wl-message-button-dispatcher): Use it.
9659
9660         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9661         "In-Reply-To".
9662
9663         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9664         Bind `case-fold-search' to t.
9665
9666 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9667
9668         * wl-xmas.el (wl-message-overload-functions): Initialize
9669         `wl-message-button-map'.
9670
9671         * wl-mule.el (wl-message-overload-functions): Initialize
9672         `wl-message-button-map'.
9673
9674         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9675
9676         * wl-message.el (wl-message-button-map): New keymap.
9677         (wl-message-add-button): New function.
9678         (wl-message-button-dispatcher): New function.
9679         (wl-message-button-refer-article): New function.
9680
9681         * wl-highlight.el
9682         (wl-highlight-message-add-buttons-to-header): New function.
9683         (wl-highlight-headers): Use it.
9684
9685 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9686
9687         * wl-summary.el (wl-summary-default-from): Use
9688         `wl-address-get-petname-1'.
9689         (wl-summary-simple-from): Ditto.
9690
9691         * wl-address.el (wl-address-get-petname-1): New inline function.
9692         (wl-address-get-petname): Use it.
9693
9694 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9695
9696         * wl-summary.el (wl-summary-default-from): Return full-name part
9697         from the address if no petname was found.
9698         (wl-summary-simple-from): Ditto.
9699
9700         * wl-address.el (wl-address-get-petname): Return nil if no petname
9701         associated with the address was found.
9702
9703 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9704
9705         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9706         display is finished.
9707
9708 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9709
9710         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9711         `elmo-folder-exists-p' argument.
9712
9713 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9714
9715         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9716         the folder.
9717
9718 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9719
9720         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9721
9722         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9723         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9724
9725 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9726
9727         * wl-folder.el (wl-folder-create-subr): New function.
9728         (wl-folder-confirm-existence): Use it.
9729         (wl-folder-check-one-entity): Use it.
9730         Check the error symbol is derived from 'elmo-open-error.
9731
9732         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9733         `ignore-error'.
9734
9735 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9736
9737         * wl-util.el (toplevel): Add (eval-when-compile (require
9738         'elmo-util)).  (Maybe `provide' is typo.)
9739
9740 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9741
9742         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9743         (I don't know why this was needed.)
9744
9745         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9746         Follow up changes for stream-type.
9747
9748         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9749         (wl-draft-elmo-nntp-send): Ditto.
9750
9751         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9752         (wl-nntp-posting-stream-type): Ditto.
9753         (wl-pop-before-smtp-ssl): Abolished.
9754         (wl-nntp-posting-ssl): Ditto.
9755
9756         * wl-address.el (wl-address-quote-specials): New function.
9757         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9758
9759         * wl-draft.el (wl-draft-reply): Ditto.
9760
9761 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9762
9763         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9764         use function `wl-string-match-assoc'.
9765
9766 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9767
9768         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9769
9770         * wl-draft.el (wl-draft-deduce-address-list): New function.
9771         (wl-draft-parse-mailbox-list): Ditto.
9772         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9773         instead of `smtp-deduce-address-list'.
9774         (wl-draft-on-field-p): Follow group list.
9775
9776         * wl-address.el (wl-address-concat-token): New function.
9777         (wl-address-string-without-group-list-contents): Ditto.
9778         (wl-complete-field-body): Fixed problem of completion
9779         by japanese petname.
9780         (wl-address-make-completion-list): Rewrite.
9781
9782 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9783
9784         * wl-address.el (wl-address-make-completion-list): Completion by
9785         petname.
9786         (wl-complete-field-body): Likewise.
9787
9788 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9789
9790         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9791         contains invalid address syntax.
9792
9793 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9794
9795         * wl-folder.el (wl-folder-check-entity-async): Use
9796         `elmo-nntp-spec-hostname'.
9797
9798 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9799
9800         * wl-summary.el (wl-summary-msgdb-load-async): Use
9801         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9802
9803 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9804
9805         * wl-draft.el (wl-draft-reply): Set argument
9806         `content-transfer-encoding' as nil.
9807
9808 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9809
9810         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9811         `wl-refile-alist'.
9812
9813 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9814
9815         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9816         (wl-draft-edit-string): Ditto.
9817         (wl-draft-forward): Ditto.
9818         * wl-summary.el (wl-summary-write): Ditto.
9819
9820 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9821
9822         * wl-summary.el (wl-summary-sync-update3): Call
9823         `wl-summary-buffer-number-column-detect'.
9824         (wl-summary-buffer-number-column-detect): Search from point-min.
9825
9826 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9827
9828         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9829         contains an address which is not included in original to or cc.
9830
9831 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9832
9833         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9834         begin-line does not exist.
9835         * wl-message.el (wl-message-uu-substring): Ditto.
9836
9837 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9838
9839         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9840         clear local variables.
9841         (wl-summary-exit): Call `elmo-commit'.
9842         (wl-summary-switch-to-clone-buffer): Call
9843         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9844         (wl-summary-goto-folder-subr): Ditto.
9845
9846         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9847         POP folder.
9848
9849 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9850
9851         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9852         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9853         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9854         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9855         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9856         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9857
9858         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9859
9860 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9861
9862         * wl-summary.el (wl-summary-search-by-subject):
9863         Search parent message from the latest one.
9864
9865 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9866
9867         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9868         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9869
9870         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9871         New user option.
9872
9873         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9874         if elmo-nntp-use-killed-list is nil.
9875         Use `elmo-msgdb-append-to-killed-list'.
9876         (Append numbers confirmed as disappeared to the killed list.)
9877         (wl-summary-confirm-appends): Don't display negative number.
9878
9879 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9880
9881         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9882
9883 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9884
9885         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9886         range is `all'.
9887         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9888         `elmo-list-bigger-diff'.
9889
9890 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9891
9892         * wl-summary.el (wl-summary-buffer-exit-func):
9893         New buffer local variable.
9894         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9895
9896 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9897
9898         * wl-demo.el (wl-demo): Fix the last change.
9899
9900 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9901
9902         * wl-demo.el (wl-demo): Don't use `eval'.
9903
9904 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9905
9906         * wl-summary.el (wl-summary-buffer-thread-modified):
9907         New buffer-local variable.
9908         (wl-summary-set-thread-modified): New function.
9909         (wl-summary-thread-modified-p): New function.
9910         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9911         (wl-summary-yank-saved-message): Use function
9912         `wl-summary-set-thread-modified'
9913         (wl-summary-switch-to-clone-buffer): Add
9914         `wl-summary-buffer-thread-modified'.
9915
9916         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9917         (wl-summary-buffer-mark-saved-hook): Ditto.
9918         * wl-summary.el (wl-summary-msgdb-save): New hook
9919         `wl-summary-buffer-message-saved-hook' and
9920         `wl-summary-buffer-mark-saved-hook'.
9921
9922 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9923
9924         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9925
9926 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9927
9928         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9929         don't hide scroll bars under FSF Emacsen because it may incur an
9930         undesirable redrawing.
9931
9932 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9933
9934         * wl-draft.el (wl-draft-edit-string): Call
9935         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9936
9937 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9938
9939         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9940
9941 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9942
9943         * wl-summary.el (wl-summary-msgdb-load-async): Call
9944         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9945
9946 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9947
9948         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9949         fringes in demo buffer; center bitmap logo correctly even if old
9950         Mule is used.
9951
9952 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9953
9954         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9955
9956         * wl-refile.el (wl-refile-subject-alist): New variable.
9957         (wl-refile-subject-alist-file-name): Ditto.
9958         (wl-refile-alist-setup): Rewrite.
9959         (wl-refile-alist-save): Use `elmo-object-save'.
9960         Eliminated arguments.
9961         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9962         (wl-refile-guess-by-subject): New function.
9963         (wl-refile-guess-func-list): Added it.
9964
9965 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9966
9967         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9968         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9969
9970 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9971
9972         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9973         New buffer-local variable.
9974         (wl-summary-buffer-next-folder-func): Ditto.
9975         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9976         if non-nil.
9977         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9978         if non-nil.
9979         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9980         if non-nil.
9981         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9982         if non-nil.
9983
9984 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9985
9986         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9987         permanently in the demo buffer.
9988
9989 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9990
9991         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9992         `mime-entity-fetch-field'.
9993
9994         * wl.el (wl-exit): Delete plugged buffer.
9995
9996         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9997         XEmacs has menubar feature.
9998
9999 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10000
10001         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10002         cannot arrive at the beginning of the buffer under old Emacsen.
10003
10004 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10005
10006         * wl-address.el (wl-address-ldap-search):
10007         Call `ldap-search-entries' with `withdn' argument t.
10008         (wl-complete-field-body): Bind completion-ignore-case as t.
10009         Clear ldap search hash when it was sole completion.
10010         Use elmo-string for pattern string.
10011         (wl-ldap-alias-safe-string): Eliminated needless let.
10012
10013 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10014
10015         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10016         (wl-ldap-alias-sep): New constant.
10017         (wl-ldap-search-attribute-type-list): Ditto.
10018         (wl-ldap-get-value): New function.
10019         (wl-ldap-make-filter): Ditto.
10020         (wl-ldap-make-matched-value-list): Ditto.
10021         (wl-ldap-alias-safe-string): Ditto.
10022         (wl-ldap-register-dn-string): Ditto.
10023         (wl-address-ldap-search): Rewrite.
10024
10025 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10026
10027         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10028         thread is deleted.
10029         (wl-thread-delete-line-from-buffer): Ditto.
10030         (wl-thread-get-exist-children): New function.
10031
10032 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10033
10034         * wl-demo.el (wl-demo): Made it to select various image types.
10035         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10036         from `wl-title-logo'.
10037         (wl-logo-ascii): New variable.
10038         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10039         (wl-demo-copyright-notice): New constant.
10040
10041         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10042
10043 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10044
10045         * wl-vars.el (wl-summary-target-above): Renamed from
10046         wl-summary-temp-above.
10047         * wl-score.el (wl-score-get-score-alist): Use it.
10048         (wl-summary-score-update-all-lines): Use it.
10049         * wl-summary.el: Ditto. (make-variable-buffer-local).
10050
10051 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10052
10053         * wl-vars.el (wl-ldap-port): New user option.
10054
10055         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10056         Rewite whole implementation.
10057         (wl-complete-field-body): Fixed.
10058
10059 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10060
10061         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10062         Choose implementation at compile time.
10063
10064 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10065
10066         * wl-address.el (wl-ldap-search-internal): New function.
10067         (wl-complete-field-to): Use it.
10068
10069 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10070
10071         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10072         Use `let' instead of `let*'.
10073         Require 'wl-vars.
10074
10075         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10076         Define as defcustom.
10077         (wl-ldap-base): Ditto.
10078         (wl-use-ldap): Ditto.
10079
10080 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10081
10082         * wl-address.el (wl-ldap-search): New function.
10083         (wl-complete-field-body): Use `wl-ldap-search'.
10084         (wl-ldap-server): New variable.
10085         (wl-ldap-base): Ditto.
10086         (wl-use-ldap): Ditto.
10087
10088 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10089
10090         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10091         (Pointed out by Mito <mit@nines.nec.co.jp>).
10092         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10093         buffer-local variables like `wl-summary-redisplay-internal'.
10094         (wl-summary-redisplay-all-header): Likewise.  Update
10095         Summary view too.
10096
10097 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10098
10099         * wl-summary.el (wl-summary-jump-to-parent-message):
10100         Consider prefix argument.
10101
10102         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10103         when closed thread is deleted.
10104
10105 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10106
10107         * wl-summary.el (wl-summary-jump-to-parent-message):
10108         Consider thread modification.
10109
10110 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10111
10112         * wl-message.el (wl-message-normal-get-original-buffer): Use
10113         `save-excursion'.
10114
10115         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10116         (wl-summary-showto-folder-regexp): Ditto.
10117
10118 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10119
10120         * wl-util.el (wl-delete-alist): Doc fix.
10121         (wl-delete-associations): New function.
10122         (wl-inverse-alist): New function.
10123         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10124         Split temporary variables. Use `wl-delete-associations'
10125         and `wl-inverse-alist'.
10126         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10127
10128 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10129
10130         * wl-folder.el (wl-folder-prefetch-entity):
10131         Execute prefetching if new count is unknown.
10132
10133 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10134
10135         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10136
10137         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10138         delete entity.
10139         (wl-thread-set-parent): If insert as top, set linked as nil.
10140
10141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10142         `wl-thread-cleanup-symbols' when view mode is thread.
10143
10144 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10145
10146         * wl-folder.el (wl-folder-create-folder-entity): Use
10147         with-current-buffer.
10148         (wl-local-folder-init): Call set-buffer to make sure we are in
10149         the Folder buffer. Don't touch buffer-local variables here.
10150         (wl-folder-mode): Initialize buffer-local variables here.
10151
10152         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10153         (wl-folder-entity-assign-id): Ditto.
10154         (wl-folder-create-entity-hashtb): Ditto.
10155         (wl-local-folder-init): Ditto.
10156         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10157
10158 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10159
10160         * wl-summary.el (wl-summary-default-from): Fix probrem when
10161         std11-extract-address-components return (nil "foo@bar").
10162
10163 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10164
10165         * wl-draft.el (wl-draft-clone-local-variables):
10166         Remove redundant `setq'.
10167
10168 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10169
10170         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10171         Bind wl-highlight-x-face-func as nil while highlighting header.
10172
10173 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10174
10175         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10176
10177 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10178
10179         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10180         elmo-msgdb-overview-hashtb from copy-variables.
10181         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10182         instead of `elmo-msgdb-overview-get-entity-by-number'.
10183         (wl-summary-auto-refile): Ditto.
10184
10185         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10186         `elmo-msgdb-overview-get-entity' instead of
10187         `elmo-msgdb-search-overview-entity'.  Use
10188         `elmo-msgdb-overview-get-entity' instead of
10189         `elmo-msgdb-overview-get-entity-by-number'.
10190         (wl-thread-insert-entity-sub): Ditto.
10191         (wl-thread-insert-message): Ditto.
10192
10193         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10194         `elmo-msgdb-overview-get-entity'.
10195         (wl-normal-message-redisplay): Ditto.
10196
10197 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10198
10199         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10200         `wl-thread-entities'.
10201         (wl-thread-delete-message): Fix remove top message from
10202         `wl-thread-entity-list'.
10203
10204         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10205         wl-append(nconc), because update-list is broken on Meadow.
10206
10207         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10208         updating process.
10209         (wl-summary-rescan): Ditto.
10210         (wl-summary-sync-update3): Ditto.
10211         * wl-thread.el (wl-thread-set-parent): Renamed from
10212         `wl-summary-set-parent'.
10213         (wl-thread-insert-message): Updating buffer faster.
10214         (wl-thread-delete-message): Updating buffer faster.
10215
10216         * wl-score.el (wl-summary-score-update-all-lines): Changed
10217         interval for display progress gauge.
10218
10219 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10220
10221         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10222         folder always-sticky.
10223         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10224         defmacro.
10225
10226 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10227
10228         * wl-vars.el (wl-draft-add-references): New user option.
10229
10230         * wl-draft.el (wl-draft-add-references): New function.
10231         (wl-draft-yank-from-mail-reply-buffer): Use it.
10232         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10233         as nil.
10234
10235 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10236
10237         * wl-thread.el (wl-thread-update-line-msgs): Called
10238         `wl-thread-update-line-on-buffer-sub'.
10239         (wl-thread-update-line-on-buffer): Delete routine of inserting
10240         thread.
10241         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10242         moved from `wl-thread-update-line-on-buffer'.
10243         Add threshold for displaying progress gauge.
10244         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10245         argument of `wl-thread-update-line-msgs'.
10246         Add threshold for displaying progress gauge.
10247         * wl-folder.el:
10248         Add threshold for displaying progress gauge.
10249         * wl-score.el: Ditto.
10250
10251         * wl-expire.el (wl-summary-expire): Display deleting info.
10252
10253 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10254
10255         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10256         `no-msg'.
10257         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10258         argument of `wl-thread-update-line-msgs'.
10259         (wl-summary-set-parent): Added optional argument `parent-number'.
10260         (wl-summary-buffer-saved-message): New buffer local variable.
10261         (wl-summary-save-current-message): New command.
10262         (wl-summary-yank-saved-message): Ditto.
10263         (wl-summary-mode-map): Added key binding for
10264         `wl-summary-save-current-message' (\ew) and
10265         `wl-summary-yank-saved-message' (\C-y).
10266         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10267
10268 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10269
10270         * wl-summary.el (wl-summary-mode-map): Added key binding for
10271         `wl-summary-set-parent' (ts).
10272
10273 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10274
10275         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10276         subject faster. If thread number is reverse, delayed updating
10277         thread.
10278         (wl-summary-search-by-subject): Ditto.
10279         (wl-summary-put-alike): Ditto.
10280         (wl-summary-get-alike): Ditto.
10281         (wl-summary-insert-headers): Insert header of all overview in
10282         buffer.
10283         (wl-summary-rescan): Delayed updating thread. Kill search subject
10284         buffer for wl-summary-search-by-subject.
10285         (wl-summary-sync-update3): Ditto.
10286         (wl-summary-exit): Ditto.
10287         (wl-summary-goto-bottom-of-current-thread): Change for linked
10288         thread.
10289         (wl-summary-overview-create-summary-line): Change line for linked
10290         thread.
10291
10292         * wl-summary.el (wl-summary-update-thread): Use
10293         wl-thread-maybe-get-children-num.
10294         (wl-summary-set-parent): If change parent, move sub thread.
10295         (wl-summary-redisplay-internal): Add horizontal recenter.
10296         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10297
10298         * wl-thread.el (wl-thread-entity-get-linked): New function.
10299         (wl-thread-entity-set-linked): New function.
10300         (wl-thread-create-entity): Add linked element.
10301         (wl-thread-entity-insert-as-top): Use wl-append.
10302         (wl-thread-maybe-get-children-num): If closing thread, return
10303         children msgs.
10304         (wl-thread-update-line-msgs): Displaying progress message.
10305         (wl-thread-update-line-on-buffer-sub): Use
10306         wl-thread-maybe-get-children-num.
10307         (wl-thread-update-line-on-buffer): If update line is not exists,
10308         insert thread.
10309         (wl-thread-delete-message): If delete top msg of thread, search
10310         parent by subject.
10311         (wl-thread-insert-entity): Use
10312         wl-thread-maybe-get-children-num.
10313
10314         * wl-highlight.el (wl-highlight-summary-current-line): change
10315         sregexp for linked thread.
10316         * wl-util.el (wl-count-lines): Count lines.
10317         (wl-horizontal-recenter): horizontal recenter.
10318         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10319         (wl-score-get-alike): Ditto.
10320         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10321         (wl-subject-length-limit): New variable.
10322         (wl-highlight-thread-indent-string-regexp): Changed for linked
10323         thread.
10324
10325 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10326
10327         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10328         New variable (revival).
10329         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10330         by subject matching if there's no in-reply-to nor references field
10331         (revival).
10332
10333 \f
10334 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10335
10336         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10337         message.
10338
10339 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10340
10341         * wl-summary.el (wl-summary-reply): Return t if there was a
10342         message at cursor point.
10343         Added unwind-protect.
10344         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10345         returns t.
10346         (wl-summary-cancel-message): Do nothing when there's no message at
10347         cursor point.
10348         (wl-summary-forward): Ditto.
10349         (wl-summary-jump-to-parent-message): Ditto.
10350         (wl-summary-reedit): Ditto.
10351         (wl-summary-edit-addresses): Ditto.
10352         (wl-summary-pipe-message): Ditto.
10353         (wl-summary-print-message-with-ps-print): Ditto.
10354         (wl-summary-print-message): Ditto.
10355         (wl-summary-mark-as-important): Ditto.
10356         (wl-summary-mark-as-unread): Ditto.
10357
10358         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10359         message at cursor point.
10360         (wl-summary-reply-with-citation): Remove unwind-protect.
10361
10362         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10363         subject searching feature.
10364         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10365         Eliminated.
10366
10367 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10368
10369         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10370         New variable.
10371         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10372         by subject matching if there's no in-reply-to nor references field.
10373
10374         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10375
10376         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10377         when display is finished.
10378         (wl-folder-open-all): Ditto.
10379         (wl-folder-update-access-group): Ditto.
10380         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10381         * wl-thread.el (wl-thread-close-all): Ditto.
10382
10383         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10384         progress gauge only when it was displayed.
10385         * wl-folder.el (wl-folder-insert-entity): Ditto.
10386
10387 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10388
10389         * wl-summary.el (wl-summary-incorporate): Enclose
10390         `wl-summary-sync-force-update' with save-excursion.
10391
10392 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10393
10394         * wl-summary.el (wl-summary-prefetch-region):
10395         Pass current cursor point to `pos-visible-in-window-p' after
10396         moving cursor to the started point.
10397
10398 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10399
10400         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10401
10402         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10403         fields from the forwarding message.
10404         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10405         `ignored-fields'.
10406
10407 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10408
10409         * wl-mime.el (wl-message-request-partial):
10410         Eliminated argument `msgdb'.
10411         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10412         (wl-mime-combine-message/partial-pieces): Likewise.
10413         * tm-wl.el (wl-message-request-partial): Likewise.
10414         (wl-mime-combine-message/partial-pieces): Likewise.
10415
10416 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10417
10418         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10419         when display is finished.
10420
10421 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10422
10423         * wl-summary.el (wl-summary-goto-folder-subr):
10424         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10425
10426 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10427
10428         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10429         when cursor point is visible.
10430
10431 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10432
10433         * wl-expire.el (wl-expire-archive-get-max-number):
10434         Don't use `file-name-directory'.
10435
10436 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10437
10438         * wl-expire.el (wl-expire-archive-get-max-number):
10439         Use `file-name-directory'.
10440
10441 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10442
10443         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10444         only when there is progress.
10445
10446 2000-04-13  Mito <mit@nines.nec.co.jp>
10447
10448         * wl-summary.el (wl-summary-sync-marks): Display progress.
10449
10450 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10451
10452         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10453         (wl-summary-prev): Move cursor regardless of unread status.
10454         (wl-summary-next): Ditto.
10455
10456 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10457
10458         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10459         Added argument `target' and `number'.
10460         * tm-wl.el (wl-summary-burst-subr): New function.
10461         (wl-summary-burst): Use it.
10462
10463 2000-04-10  Mito <mit@nines.nec.co.jp>
10464
10465         * wl-mime.el (wl-burst): New function.
10466         (wl-summary-burst): Use it.
10467
10468 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10469
10470         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10471         as petname when there's no candidate.
10472
10473 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10474
10475         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10476         New variable.
10477         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10478
10479         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10480
10481         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10482
10483 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10486         Use substring of `original' instead of buffer-substring.
10487         (wl-refile-evaluate-rule):
10488         Set `original' argument of wl-refile-expand-newtext.
10489
10490         * wl-summary.el
10491         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10492         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10493         (wl-summary-auto-refile): Check existence of destination folder just
10494         before marking.
10495
10496 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10497
10498         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10499         when wl-refile-get-field-value return nil.
10500
10501 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10502
10503         * wl-refile.el
10504         (wl-refile-expand-newtext): New function imported from Gnus.
10505         (wl-refile-evaluate-rule): Use it.
10506
10507 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10508
10509         * wl-summary.el (wl-summary-print-destination):
10510         Duplicate folder string to avoid putting text-property on
10511         original string.
10512
10513         * wl-refile.el (wl-refile-get-field-value): New function.
10514         (wl-refile-evaluate-rule): New function;
10515         Evaluate refile rule recursively.
10516         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10517         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10518         New function; Check existence of a target folder recursively.
10519         (wl-summary-auto-refile-check-refile-rule-alist):
10520         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10521
10522 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10523
10524         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10525
10526         * wl-folder.el (wl-create-folder-entity-from-buffer):
10527         Fixed problem when '}' character is contained in folder name.
10528
10529         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10530
10531 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10532
10533         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10534         (wl-fldmgr-add-completion-all-completions):
10535         Use wl-fldmgr-add-completion-hashtb.
10536
10537 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10538
10539         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10540         wl-fldmgr-add-completion-subr): New functions.
10541         * wl-folder.el (wl-folder-completion-func): New variable.
10542         * wl-summary.el (wl-summary-read-folder):
10543         Use wl-folder-completion-func.
10544
10545         * wl-refile.el: Eliminate throw & catch.
10546
10547         * wl.el (wl-plugged-sending-queue-status): Fixed.
10548
10549 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10550
10551         * wl-draft.el (wl-draft): Put category property on
10552         mail-header-separator.