* wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
[elisp/wanderlust.git] / wl / ChangeLog
1 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
4         the change of elmo-nmz -> elmo-search.
5         (wl-highlight-summary-line-help-echo-alist): Ditto.
6         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
7         (wl-nmz-folder-icon): Define as obsolete.
8         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
9         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
10
11 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-summary.el (wl-summary-get-list-info): Rewrite with
14         `elmo-find-list-match-value'
15
16 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-summary.el (wl-summary-get-list-info): Optimize.
19         Use List-Id and List-Post also.
20
21 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
24
25 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
26
27         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
28
29 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-util.el (wl-completing-read-multiple-1): New internal function.
32         (wl-completing-read-multiple-2): Ditto.
33         (wl-completing-read-multiple): Define use above functions.
34
35         * wl-summary.el (wl-summary-sort): Removed the workaround for a
36         bug of `completing-read-multiple' about default value.
37
38         * wl-xmas.el (wl-completing-read-multiple): Removed.
39
40         * wl-mule.el (wl-completing-read-multiple): Ditto.
41
42         * wl-e21.el (wl-completing-read-multiple): Ditto.
43
44 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-util.el (wl-filter-associations): New function.
47
48         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
49         (wl-spam-ignored-folder-list): Ditto.
50         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
51         (wl-spam-string-member-p): New function.
52         (wl-spam-domain): Use it.
53         (wl-spam-split-numbers): New function.
54         (wl-spam-apply-partitions): Ditto.
55         (wl-spam-register-spam-messages): Use `folder' instead of
56         `wl-summary-buffer-elmo-folder'.
57         (wl-spam-register-good-messages): Ditto.
58         (wl-summary-exec-action-spam): Decide a domain by real folder of
59         message.
60         (wl-summary-exec-action-refile-with-register): Likewise.
61
62 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-e21.el (wl-e21-find-image): New function.
65         (wl-e21-setup-toolbar): Use it instead of `find-image'.
66         (wl-e21-highlight-folder-group-line): Ditto.
67         (wl-folder-init-icons): Ditto.
68         (wl-plugged-init-icons): Ditto.
69         (wl-biff-init-icons): Ditto.
70
71 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
74         (wl-inhibit-save-drafts): New internal variable.
75         (wl-disable-auto-save): Ditto.
76         (wl-save-drafts): Treat above variables.
77         (wl-auto-save-drafts): New function.
78         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
79         `wl-stop-save-drafts'.
80         (wl-start-save-drafts): New function.
81         (wl-stop-save-drafts): Ditto.
82         (wl-set-auto-save-draft): New command.
83
84         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
85         `wl-set-save-drafts'.
86
87 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
90         `make-local-variable' instead of `make-variable-buffer-local'.
91
92 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
95
96 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
97
98         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
99
100 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
101
102         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
103         of working buffer.
104
105 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
106
107         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
108
109         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
110         value into recipients; Bind `wl-draft-remove-group-list-contents'
111         as nil.
112
113 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
114
115         * wl-summary.el (wl-summary-sort): Fixed the last change.
116
117         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
118         (wl-summary-sort-messages): Ditto.
119         (wl-summary-rescan): Use it.
120         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
121         `completing-read'; Append candidates for reverse order.
122
123 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
124
125         * Version number is increased to 2.15.2.
126
127 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
128
129         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
130         "Smaller".
131         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
132
133 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
134
135         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
136
137 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-vars.el (wl-draft-additional-header-alist): Add into the
140         customize group `wl-draft'.
141         (wl-draft-add-in-reply-to): Move customize group from `wl' to
142         `wl-draft'.
143         (wl-draft-add-references): Ditto.
144
145         * wl-action.el (wl-summary-print-argument): Rename argument from
146         `folder' to `data'.
147
148 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
149
150         * wl-summary.el (wl-summary-rescan-message): Call
151         `wl-thread-cleanup-symbols' before insert thread.
152
153 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl.el (wl-init): Set `elmo-get-folder-function' as
156         `wl-folder-make-elmo-folder'.
157
158         * wl-spam.el (wl-summary-exec-action-spam): Use
159         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
160
161         * wl-folder.el (wl-folder-make-elmo-folder): New function.
162         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
163         `elmo-make-folder'.
164         (wl-folder-get-elmo-folder): Ditto.
165         (wl-folder-create-subr): Simplify.
166
167 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
170
171 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
174         contents in message buffer instead of original buffer. If optional
175         argument specified, ask coding system for encode.
176
177 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
178
179         * wl-spam.el (wl-summary-test-spam-region): New function.
180         (wl-spam-setup): Bind "rkc".
181
182 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
185
186 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
187
188         * wl-spam.el (wl-summary-test-spam): Fix typo.
189         (wl-message-check-spam): Ditto.
190
191 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
192
193         * wl-summary.el (wl-summary-default-from): Simplify.
194
195 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-action.el (wl-summary-exec-action-refile): Simplify.
198         (wl-summary-exec-action-copy): Ditto.
199         (wl-summary-auto-refile): Check existence of temporary mark.
200
201 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-summary.el (wl-summary-create-line): Use
204         `elmo-time-to-datevec'.
205
206         * wl-expire.el (wl-expire-archive-date): Ditto.
207         (wl-expire-localdir-date): Ditto.
208
209         * wl-util.el (wl-day-number): Abolish.
210
211         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
212         of `wl-day-number'.
213         (wl-score-followup): Ditto.
214         (wl-score-add-followups): Ditto.
215         (wl-score-get-latest-msgs): Ditto.
216         (wl-score-get-header-entry): Ditto.
217         (wl-score-edit-insert-date): Ditto.
218
219 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
222         `elmo-message-entity-field' with 2nd argument `type'.
223
224 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
225
226         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
227
228 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-thread.el (wl-thread-delete-message): Delete descendant
231         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
232
233 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
234
235         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
236
237 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
238
239         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
240         `Access folder'.
241
242 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-vars.el (wl-access-folder-icon): New user option.
245
246         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
247         `Access folder'.
248
249 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-buffer-set-folder): Use
252         `wl-folder-mime-charset'.
253
254         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
255         `mime-charset'.
256         (wl-folder-get-elmo-folder): Ditto.
257         (wl-folder-mime-charset): New function.
258
259 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-util.el (wl-parse-addresses): Define alias of
262         `elmo-parse-addresses' (move to `elmo-util.el').
263
264         * wl-summary.el (wl-summary-default-from): Follow the API change.
265         (wl-summary-overview-entity-compare-by-date): Ditto.
266         (wl-summary-overview-entity-compare-by-from): Ditto.
267         (wl-summary-get-list-info): Get value of `ml-info' field from
268         entity at first.
269         (wl-summary-rescan-message): Treat prefix argument.
270         (wl-summary-prefetch-msg): Follow the API change.
271         (wl-summary-search-by-subject): Ditto.
272         (wl-summary-insert-thread): Ditto.
273         (wl-summary-line-subject): Ditto.
274         (wl-summary-line-from): Ditto.
275         (wl-summary-create-line): Ditto.
276         (wl-summary-print-message-with-ps-print): Ditto.
277
278         * wl-score.el (wl-score-ov-entity-get): Ditto.
279         (wl-score-followup): Ditto.
280         (wl-score-add-followups): Use `elmo-message-entity-field' instead
281         of `car'.
282         (wl-score-get-latest-msgs): Follow the API change.
283         (wl-score-get-header): Ditto.
284
285         * wl-refile.el (wl-refile-learn): Ditto.
286         (wl-refile-subject-learn): Ditto.
287         (wl-refile-get-field-value): Ditto.
288         (wl-refile-guess-by-history): Ditto.
289         (wl-refile-guess-by-subject): Ditto.
290
291         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
292
293         * wl-expire.el (wl-expire-date-p): Removed.
294         (wl-expire-archive-date): Follow the API change.
295         (wl-expire-localdir-date): Ditto.
296         (wl-summary-expire): Ditto.
297
298         * Version number is increased to 2.15.1.
299
300 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
301
302         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
303         group is access or not (it is not strict, like wl-fldmgr-rename).
304
305 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
308         duplicate call of `wl-summary-print-argument' on the wrong line.
309
310 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
311
312         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
313         even if argument `number' is nil.
314         (wl-summary-insert-line): Print action argument if current message
315         has it.
316
317 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
320         (wl-draft-reply): Ditto.
321         (wl-draft): Add optional argument `parent-number' and call
322         `wl-draft-create-buffer' with it.
323         (wl-draft-create-buffer): Add optional argument
324         `parent-number'. Set wl-draft-parent-number as it.
325
326 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-folder.el (wl-folder-set-persistent-mark): If summary
329         buffer is not for given folder, don't use it.
330
331 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
332
333         * Version number is increased to 2.15.0.
334
335 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
338
339         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
340         (wl-highlight-get-face-by-name): New internal function.
341         (wl-highlight-summary-line-face-spec): Use it and fixed.
342
343 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-summary.el (wl-summary-sync-update): Use
346         `elmo-message-entity-field' instead of `car' to get message-id
347         from overview entity.
348
349         * wl-summary.el (wl-summary-rescan-message): Call
350         `wl-highlight-summary-displaying' when displaying a message.
351
352 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * wl-draft.el (wl-draft-config-info-filename): Extracted from
355         `wl-draft-config-info-operation'.
356         (wl-draft-buffer-change-number): New function.
357         (wl-draft-rename-saved-config): Ditto.
358         * wl.el (wl-init): Connect slot for message-number-changed.
359         (toplevel): Add autoload for wl-draft-rename-saved-config.
360
361 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
364         `update-overview'
365         (wl-summary-buffer-detach): Disconnect from it.
366         (wl-summary-rescan-message): Use command.
367
368         * wl-message.el (wl-message-buffer-display): Use
369         `with-current-buffer' instead of `save-excursion'.
370
371 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-mime.el (wl-draft-preview-attributes-list): Protect
374         wl-draft-preview-attributes-list from distraction.
375
376 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
377
378         * wl-summary.el (wl-summary-sync-update): Sort the return value of
379         `elmo-list-diff'.
380
381 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
382
383         * wl-summary.el
384         (wl-summary-edit-addresses-collect-candidate-fields): Use
385         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
386
387         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
388         instead of `elmo-set-work-buf'.
389
390         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
391         (wl-address-make-address-list): Ditto.
392
393         * Version number is increased to 2.13.3.
394
395 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
398         user option.
399
400         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
401         argument `5'.
402
403         * wl-message.el (wl-message-display-no-merge-p): New function.
404         (wl-message-buffer-display): Check whether the message is
405         reassembled and follow the API change.
406
407 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
410         multibyte on working buffer and removed unnecessary
411         `buffer-disable-undo'.
412
413 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-util.el (wl-read-search-condition-internal): Fixed the last
416         change.
417
418 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
419
420         * wl-util.el (wl-read-search-condition-internal): Protect
421         elmo-global-flags from distraction.
422
423 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
424
425         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
426
427         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
428         (wl-summary-event-handler): Ditto.
429         (wl-summary-update-persistent-mark-on-event): New
430         function (renamed from `elmo-event-handler-flag-changed').
431         (wl-summary-buffer-attach): New function.
432         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
433         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
434         instead of `elmo-folder-add-handler'.
435
436         * Version number is increased to 2.13.2.
437
438 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
441         and "\177" to the `wl-news-previous-page'.
442         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
443         (wl-news-previous-page): New function.
444
445 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
448         instead of `write-region' and simplify.
449
450 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-template.el (wl-template-select): Cause error if
453         `wl-template-alist' is nil.
454
455 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
456
457         * wl-news.el.in: Set file variable `no-byte-compile'.
458
459 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
462         whether a target message is within displaying area.
463         (elmo-event-handler-cache-changed): Ditto.
464
465 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
466
467         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
468         to `defun'.  Use `nconc' instead of `append' to collect descendant
469         message numbers.
470
471 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
472
473         * wl-thread.el (wl-thread-save-top-list)
474         (wl-thread-save-entities): Use `with-temp-buffer'.
475         * wl-news.el.in (wl-news-previous-version-load):
476         (wl-news-previous-version-save): Ditto.
477         * wl-summary.el (wl-summary-load-file-object)
478         (wl-summary-save-view-cache): Ditto.
479
480 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * wl-util.el (toplevel): Require 'elmo-flag'.
483         (wl-read-search-condition): New function (Renamed from
484         `elmo-read-search-condition').
485         (wl-read-search-condition-internal): Likewise.
486
487         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
488         invalid.
489         (wl-summary-pick): Use `wl-read-search-condition' instead of
490         `elmo-read-search-condition'.
491         (wl-summary-virtual): Ditto.
492
493         * wl-folder.el (wl-folder-virtual): Ditto.
494         (wl-folder-pick): Ditto.
495
496         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
497
498 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-summary.el (wl-summary-reedit): Call
501         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
502
503 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-mime.el (toplevel): Require wl-vars.
506
507         * wl-message.el (toplevel): Require cl at compile.
508
509         * wl-draft.el (toplevel): Require elmo.
510
511 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
512
513         * wl-message.el (wl-message-buffer-prefetch): Count is a number
514         and do nothing when it is not positive.
515         (wl-message-buffer-prefetch-next): Ditto.
516
517 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
520         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
521         (wl-summary-redisplay-internal): Ditto.
522
523         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
524         message (the condition is borrowed from `wl-check-variables-2').
525         (wl-summary-redisplay-internal): Ditto.
526
527 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-mime.el (wl-draft-nntp-attribute): New function.
530         (wl-draft-attribute-nntp-posting-server): Use it.
531         (wl-draft-attribute-nntp-posting-port): Ditto.
532
533         * wl-mime.el (wl-draft-preview-attributes-list): New function.
534         (wl-draft-show-attributes-buffer): Ditto.
535         (wl-draft-hide-attributes-buffer): Ditto.
536         (wl-draft-attribute-newsgroups): Ditto.
537         (wl-draft-attribute-nntp-posting-server): Ditto.
538         (wl-draft-attribute-nntp-posting-port): Ditto.
539         (wl-draft-preview-message): Use there functions.
540
541         * wl-vars.el (wl-draft-preview-attributes-list): Change default
542         value.
543
544 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
547         (wl-draft-reedit): Ditto.
548         (wl-draft-queue-flush): Ditto.
549
550         * wl-mime.el (wl-message-request-partial): Ditto.
551         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
552         instead of `elmo-message-fetch'.
553
554         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
555
556         * wl-summary.el (wl-summary-message-string): Ditto.
557
558 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-util.el (wl-current-message-buffer): Follow the API change.
561
562         * wl-summary.el (wl-summary-redisplay-internal): Call
563         `wl-summary-mark-as-read' with 2nd argument as nil and update
564         unread count instead of persistent mark.
565
566         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
567         variable.
568         (wl-message-redisplay): Follow the API change.
569         (wl-message-buffer-display): Managed mime-entity directly and
570         return preview buffer only.
571         (wl-message-display-internal): Rewrite.
572         (wl-message-buffer-prefetch-subr): Not save return value of
573         `wl-message-buffer-display'.
574
575         * Version number is increased to 2.13.1.
576
577 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
578
579         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
580         'elmo-multiple-fields-body-list' with boundary specified.
581
582 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * wl-vars.el (wl-summary-resend-use-cache): New variable.
585         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
586         cache if `wl-summary-resend-use-cache' is non-nil.
587
588 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
589
590         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
591         (wl-nntp-posting-stream-type): Ditto.
592
593 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
594
595         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
596
597 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
598
599         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
600         message.
601
602 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
605         Abolish.
606         (wl-summary-buffer-persistent-mark-version): New internal
607         variable.
608         (wl-summary-update-mark-and-highlight-window): Check by
609         wl-summary-persistent-mark-invalid-p.
610         (wl-summary-update-status-marks): Ditto.
611         (elmo-event-handler-flag-changed): Rewrite.
612         (elmo-event-handler-cache-changed): Define.
613         (wl-summary-prefetch-msg): Does not update persistent mark here.
614         (wl-summary-delete-cache): Ditto.
615         (wl-summary-resume-cache-status): Ditto.
616         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
617         (wl-summary-persistent-mark-invalid-p): New function.
618         (wl-summary-validate-persistent-mark): Ditto.
619         (wl-summary-validate-persistent-mark-string): Ditto.
620         (wl-summary-invalidate-persistent-mark): Ditto.
621         (wl-summary-update-persistent-mark): Call
622         `wl-summary-validate-persistent-mark'.
623         (wl-summary-create-line): Call
624         `wl-summary-validate-persistent-mark-string'.
625
626         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
627         status as t if cache used.
628
629 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
630
631         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
632         only if the target is group.
633         * wl-folder.el (wl-folder-append-petname): Don't check group name.
634
635 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
638
639 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
640
641         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
642
643         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
644
645 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
646
647         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
648         (Thanks to Yoichi NAKAYAMA).
649
650 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
651
652         * wl-util.el (wl-save-drafts): Restore echo area.
653
654 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
655
656         * Version number is increased to 2.13.0.
657
658         * wl-util.el (wl-biff-check-folder-async): Use
659         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
660
661 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-message.el (wl-message-display-internal): Does not put
664         wl-message-display-type property on message buffer.
665         (wl-message-buffer-display-type): New function.
666
667         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
668
669         * wl-summary.el (wl-summary-mode): Use `dolist' to add
670         `wl-summary-buffer-detach'.
671         (wl-summary-message-display-type): Use
672         `wl-summary-buffer-display-type'.
673
674 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
675
676         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
677         buffer-local.
678
679         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
680         kill-buffer-hook instead of make-local-variable.
681         (wl-draft-preview-message): Set `local' argument of add-hook as t.
682
683 2004-12-12  Scott Renfro <scott@renfro.org>
684
685         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
686         regex for square-branket.
687
688 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
691         `wl-message-mime-analysis-p' with argument `header'.
692
693 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
694
695         * wl-mime.el (wl-draft-yank-current-message-entity): 
696         Switch to no-mime following method according to wl-message-display-type
697         property.
698         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
699
700         * wl-message.el (wl-message-display-internal): 
701         Put wl-message-display-type property on message buffer.
702
703         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
704         (wl-message-display-internal): Ditto;
705
706         * wl-summary.el (wl-summary-toggle-mime): Ditto.
707
708 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-message.el (wl-message-make-display-type): New function.
711         (wl-message-display-type-property): Ditto.
712         (wl-message-mime-analysys-p): Ditto.
713         (wl-message-display-all-header-p): Ditto.
714         (wl-message-redisplay): Removed argument `as-is', `all-header' and
715         added `display-type'.
716         (wl-message-buffer-display): Likewise.
717         (wl-message-display-internal): Likewise.
718         (wl-message-buffer-display-type): Abolish.
719         (wl-message-buffer-prefetch-subr): Follow the API changed.
720
721         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
722         from wl-summary-buffer-display-all-header and changed default value.
723         (wl-summary-message-display-type): New function.
724         (wl-summary-buffer-display-mime-mode): Ditto.
725         (wl-summary-buffer-display-header-mode): Ditto.
726         (wl-summary-toggle-mime): Rewrite with above functions.
727         (wl-summary-toggle-all-header): Ditto.
728         (wl-summary-redisplay): Force redisplay with default mode.
729         (wl-summary-redisplay-internal): Renamed argument from `mode',
730         `all-header' to `mime-mode', `header-mode'.
731         Use `wl-message-make-display-type'.
732
733         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
734         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
735
736 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
737
738         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
739
740 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
741
742         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
743         in original message buffer.
744         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
745         buffer.
746
747 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
750
751 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
752
753         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
754
755 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
756
757         * wl-action.el (wl-summary-exec-action-refile): Display a done message
758         when actions succeeded.
759         (wl-summary-exec-action-copy): Likewise.
760
761 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
762
763         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
764         there is switch-to-buffer at the end of wl-message-select-buffer.
765         (wl-summary-reply): Ditto.
766
767 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl-summary.el (wl-summary-forward): Put subject in original
770         message buffer as argument of wl-draft-forward.
771         * wl-draft.el (wl-draft-forward): Decode subject as in
772         wl-draft-reply.
773
774 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
777         a folder under access group.
778
779 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
780
781         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
782         wl-message-buffer-display.
783
784         * wl-util.el (wl-set-save-drafts): Fix typo.
785
786 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
789         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
790         wl-highlight-logo-face to set the bg color of an xbm image; fixed
791         the way to measure the width of a bitmap image; don't put face on
792         ascii and bitmap images; put the mark which should not use the
793         variable-pitch face on ascii and bitmap images.
794         (wl-demo-setup-properties): Don't use the variable-pitch face on
795         ascii and bitmap images; made it work on Emacs 20 and earlier.
796         (wl-demo-insert-text): End with a newline at the bottom; don't put
797         face on text.
798
799         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
800
801 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
802
803         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
804
805         * wl-util.el (wl-save-drafts): Moved from sample setting.
806         (wl-set-save-drafts): New function to set idle timer.
807         * wl-draft.el (wl-draft): Call it.
808         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
809
810 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
813         a summary which has toggle display status off.
814
815 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-draft.el (wl-draft-do-fcc): No cache save.
818
819 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-summary.el (elmo-event-handler-flag-changed): Use
822         `set-buffer' instead of `with-current-buffer'.
823
824 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-summary.el (wl-summary-after-resize-function): New function.
827         (wl-summary-mode): Add `wl-summary-after-resize-function' to
828         window-size-change-functions.
829
830 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-draft.el (wl-draft-create-buffer): Bind
833         `change-major-mode-hook' after current buffer is changed.
834
835         * wl-summary.el (wl-summary-buffer-detach): New function.
836         (wl-summary-buffer-set-folder): Call it.
837         (wl-summary-mode): Add `wl-summary-buffer-detach' to
838         change-major-mode-hook and kill-buffer-hook.
839         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
840         (wl-summary-switch-to-clone-buffer): Ditto.
841         (wl-summary-goto-folder-subr): Ditto.
842
843 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
844
845         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
846         after boundp check.
847
848 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
851         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
852         for `kill-buffer'.
853
854         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
855         handler of current buffer from elmo-folder.
856
857 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
858
859         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
860
861 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-summary.el (wl-summary-buffer-event-handler): New internal
864         variable.
865         (wl-summary-event-handler): New class.
866         (elmo-event-handler-flag-changed): Define to update persistent
867         mark.
868         (wl-summary-buffer-set-folder): Register event handler to
869         elmo-folder.
870         (wl-summary-exit): Unregister event handler.
871         (wl-summary-goto-folder-subr): Ditto.
872         (wl-summary-mark-as-read-all): Does not call
873         `wl-summary-update-persistent-mark' directly.
874         (wl-summary-mark-as-read-internal): Ditto.
875         (wl-summary-set-persistent-mark-internal): Ditto.
876         (wl-summary-set-flags-internal): Ditto.
877
878         * Version number is increased to 2.11.33.
879
880 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
881
882         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
883         to nil.
884
885 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl-spam.el (wl-spam-setup): Add hook
888         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
889         instead of `wl-summary-prepare-hook'.
890
891         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
892         if folder type is `'flag'.
893         (wl-summary-mark-as-important): Ditto.
894
895 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-address.el (wl-address-minibuffer-history): New variable.
898         (wl-address-minibuffer-local-map): New keymap.
899         (wl-address-read-from-minibuffer): New function.
900
901         * wl-action.el (wl-summary-get-resend-address): Use
902         `wl-address-read-from-minibuffer' instead of `completing-read'.
903
904 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * Version number is increased to 2.11.32.
907
908 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
909
910         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
911         without mule to iso-8859-1.
912         (wl-draft-add-in-reply-to): Add note in description.
913         (wl-draft-add-references): Ditto.
914
915 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
916
917         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
918         definition for `m'.
919         (wl-summary-mode-line-format): Add '[%m]'.
920         (wl-message-mode-line-format-spec-alist): Ditto.
921         (wl-summary-display-mime-mode-list): New variable.
922
923         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
924         from wl-summary-buffer-display-as-is.
925         (wl-summary-buffer-display-all-header): New buffer local variable.
926         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
927         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
928         instead of wl-summary-buffer-display-as-is.
929         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
930         (wl-summary-set-persistent-mark): Ditto.
931         (wl-summary-set-message-buffer-or-redisplay): Just call
932         `wl-summary-redisplay-internal' without optional arguments.
933         (wl-summary-toggle-mime): Rewrite.
934         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
935         (wl-summary-toggle-all-header): New function.
936         (wl-summary-redisplay-internal): Treat mime mode.
937
938         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
939         to wl-mime-preview-follow-no-mime.
940         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
941         accodring to the display-mode.
942
943         * wl-message.el (wl-message-buffer-display-type): Rewrite.
944         (wl-message-buffer-display): Changed argument name from `as-is' to
945         `mode'.
946         (wl-message-display-internal): Ditto;
947         Bind elmo-mime-display-header-analysis according to the mode.
948         (wl-message-display-internal): Put wl-message-display-mime-mode
949         property on entire buffer.
950
951 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
952
953         * wl-draft.el (wl-draft-do-fcc): Undo last change.
954
955 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
956
957         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
958         Don't extract mail address.
959         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
960
961         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
962
963         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
964
965 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
966
967         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
968         wl-fldmgr-cut-entity-list on confirmation.
969
970 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
971
972         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
973         (wl-mime-quit-preview): Check existence of
974         mime-edit-temp-message-buffer here.
975
976 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
977
978         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
979         after deletion.
980
981         * wl-draft.el (wl-draft-send-confirm): Check major-mode
982         before calling wl-mime-quit-preview.
983
984 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-summary.el (wl-summary-pick): If call it with prefix
987         argument, set `delete-marks' as non-nil. Pick from only visible
988         messages.
989         (wl-summary-check-target-mark): New function.
990         (wl-summary-target-mark-mark-as-read): Use it.
991         (wl-summary-target-mark-mark-as-unread): Ditto.
992         (wl-summary-target-mark-operation): Ditto.
993         (wl-summary-target-mark-set-flags): Ditto.
994         (wl-summary-target-mark-save): Ditto.
995         (wl-summary-target-mark-pick): Ditto.
996         (wl-summary-target-mark-forward): Ditto.
997         (wl-summary-target-mark-reply-with-citation): Ditto.
998         (wl-summary-target-mark-print): Ditto.
999         (wl-summary-target-mark-uudecode): Ditto.
1000
1001         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1002         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1003         with `ask-coding' is non-nil.
1004
1005 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-thread.el (wl-thread-set-parent): If parent is a message
1008         which is identified by references, set linked as nil.
1009
1010 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1011
1012         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1013         (wl-message-mode-line-format-spec-alist): Ditto.
1014         (wl-message-mode-line-format): Ditto.
1015         (wl-summary-mode-line-format): Ditto for docstring.
1016         (wl-summary-no-mime-folder-list): Fix typo.
1017
1018         * wl-util.el (wl-current-message-buffer): Call
1019         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1020
1021         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1022         variable.
1023         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1024         of `wl-summary-redisplay-no-mime'.
1025         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1026         (wl-summary-toggle-mime): New function.
1027         (wl-summary-redisplay-all-header): Rewrite.
1028         (wl-summary-redisplay-no-mime): Ditto.
1029         (wl-summary-redisplay-internal): Added argument `as-is' and
1030         `all-header'.
1031
1032         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1033         New variable.
1034         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1035         bottom.
1036         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1037         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1038         "/" unconditionally.
1039
1040         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1041         wl-mime-preview-follow-no-mime for as-is content.
1042         (wl-mime-preview-follow-no-mime): New function.
1043         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1044
1045         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1046         and added `as-is', `all-header'.
1047         (wl-message-buffer-display): Ditto.
1048         (wl-message-buffer-display-type): New function.
1049
1050 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1051
1052         * wl-vars.el (wl-message-header-button-alist): Change default
1053         value.
1054         (wl-message-body-button-alist): Ditto.
1055
1056 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1057
1058         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1059
1060 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1063
1064 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1065
1066         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1067         is always true.
1068
1069 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1072         on null entity.
1073
1074 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1077
1078 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-vars.el (wl-summary-resend-hook): New hook.
1081
1082         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1083         `wl-summary-resend-hook'.
1084
1085 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1086
1087         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1088         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1089         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1090         (wl-summary-new-cached-mark): Changed default value to 'n'.
1091         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1092         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1093         (wl-folder-sync-range-alist): Remove spec for 'flag.
1094         (wl-summary-force-prefetch-folder-list): New user option.
1095
1096         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1097         `wl-summary-toggle-persistent-mark'.
1098         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1099         number is nil.
1100         (wl-summary-mark-as-answered-region): Set interactive argument of
1101         `wl-summary-set-persistent-mark-internal'.
1102         (wl-summary-mark-as-important-region): Ditto.
1103         (wl-summary-unset-persistent-mark): Ditto.
1104         (wl-summary-set-persistent-mark): Ditto.
1105         (wl-summary-mark-as-answered): Ditto.
1106         (wl-summary-mark-as-important): Ditto.
1107         (wl-summary-set-persistent-mark-internal): Do nothing
1108         when `elmo-message-flag-available-p' is nil.
1109         (wl-summary-toggle-persistent-mark): New function.
1110         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1111         when the folder matches `wl-summary-force-prefetch-folder-list'.
1112
1113
1114         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1115         when number is nil.
1116         (wl-highlight-summary-forwarded-face): New face.
1117
1118 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1119
1120         * Version number is increased to 2.11.31.
1121
1122 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1123
1124         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1125         (wl-biff-check-folder-async): Ditto.
1126         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1127
1128 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1129
1130         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1131         Add an argument `reverse'.  All callers are updated.
1132         (wl-summary-sort): Add a prefix argument `reverse' to specify
1133         reverse sorting.
1134         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1135         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1136         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1137
1138 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1139
1140         * wl-message.el (wl-message-redisplay): Does not narrow header if
1141         disply-type is all-header or as-is.
1142
1143         * wl-summary.el (wl-summary-enter-handler): Use
1144         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1145
1146 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1147
1148         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1149         after adding wl-draft-parent-variables.
1150         (wl-draft-forward): Ditto.
1151
1152 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-summary.el (wl-summary-sync-marks): Call
1155         `wl-summary-set-persistent-mark' and
1156         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1157         (wl-summary-set-persistent-mark-internal): Add 4th argument
1158         `no-server'.
1159         (wl-summary-unset-persistent-mark): Ditto.
1160         (wl-summary-set-persistent-mark): Ditto.
1161         (wl-summary-add-flags-internal): Abolish.
1162         (wl-summary-remove-flags-internal): Ditto.
1163         (wl-summary-mark-as-important-internal): Ditto.
1164         (wl-summary-mark-as-important): Use
1165         `wl-summary-set-persistent-mark' instead of
1166         `wl-summary-add-flags-internal'.
1167         (wl-summary-mark-as-important-region): Ditto.
1168
1169         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1170
1171         * wl-summary.el (wl-summary-get-available-flags): New function.
1172         (wl-summary-sync-marks): Use it and simplified.
1173         (wl-summary-unset-persistent-mark): Use
1174         `wl-summary-get-available-flags'.
1175         (wl-summary-set-persistent-mark): Ditto.
1176
1177 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1178
1179         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1180         id.
1181
1182 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1185         number, call `wl-summary-prev-line-content'. Show message when the
1186         message is not found.
1187
1188 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1189
1190         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1191         wl-summary-enter-handler.
1192         (wl-summary-enter-handler): New command.
1193
1194         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1195         docstring and custom spec.
1196
1197         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1198         flags too; Don't treat Cached and New.
1199         (wl-summary-set-persistent-mark): Ditto.
1200
1201         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1202         `wl-folder-set-flag'.
1203
1204         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1205         instead of `wl-folder-set-flag'.
1206
1207         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1208         for completion.
1209         (wl-summary-set-persistent-mark): Ditto.
1210
1211         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1212         instead of `wl-draft-quit-preview'.
1213
1214         * wl-mime.el (toplevel): Avoid compile warning.
1215         (wl-mime-quit-preview): New function
1216         (formarly defined as `wl-draft-quit-preview').
1217         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1218         quitting method.
1219
1220         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1221
1222         * wl-folder.el (wl-folder-set-flag): Renamed from
1223         `wl-draft-set-flag-on-parent'.
1224
1225         * wl-draft.el (wl-draft-quit-preview): New function.
1226         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1227         (wl-draft-send): Call `wl-folder-set-flag' instead of
1228         `wl-draft-set-flag-on-parent'.
1229         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1230
1231 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1234         (wl-draft-send): Ditto.
1235
1236 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1237
1238         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1239         (wl-draft-kill-pre-hook): Set default value as nil.
1240         (wl-summary-reply-hook): Ditto.
1241         (wl-draft-kill-flags): Abolish.
1242
1243         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1244         (wl-draft-parent-variables): Renamed from
1245         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1246         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1247         argument; Add wl-draft-parent-variables to
1248         wl-draft-config-variables.
1249         (wl-draft-reply): Likewise.
1250         (wl-draft-kill-flags): Abolish.
1251         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1252         (wl-draft-set-flag-on-parent): New function.
1253         (wl-draft-setup-parent-flag): Ditto.
1254
1255 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1256
1257         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1258         `wl-draft-parent-folder' is "".
1259
1260 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1261
1262         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1263         (wl-summary-digit-jump): New function.
1264         (Adviced by John Owens and Hiroya Murata)
1265
1266         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1267         (Adviced by John Owens)
1268
1269         * wl-xmas.el (wl-message-define-keymap): Ditto.
1270
1271         * wl-mule.el (wl-message-define-keymap): Ditto.
1272
1273 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1276         change of return value of elmo-folder-count-flags.
1277
1278         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1279         (wl-summary-mark-as-read-internal): Ditto.
1280         (wl-summary-set-persistent-mark-internal): Ditto.
1281         (wl-summary-folder-info-update): Ditto.
1282         (wl-summary-sync-update): Fixed the last change.
1283
1284         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1285
1286 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1287
1288         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1289         (wl-draft-kill-flags): Fixed docstring.
1290
1291         * wl-draft.el (wl-draft-kill-flags): New function.
1292         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1293
1294 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1295
1296         * wl-vars.el (wl-reply-hook): Abolish.
1297         (wl-draft-reply-hook): New hook.
1298         (wl-summary-reply-hook): Ditto.
1299         (wl-draft-forward-hook): Ditto.
1300         (wl-summary-forward-hook): Ditto.
1301         (wl-draft-kill-flags): New variable.
1302
1303         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1304         wl-summary-set-persistent-mark-internal.
1305         (wl-summary-sync-marks): Use elmo-preserved-flags.
1306         (wl-summary-update-persistent-mark): Make it interactive.
1307         (wl-summary-set-persistent-mark-internal): New inline function.
1308         (wl-summary-mark-as-answered): Use it.
1309         (wl-summary-mark-as-unanswered): Ditto.
1310         (wl-summary-unset-persistent-mark): New function.
1311         (wl-summary-set-persistent-mark): Ditto.
1312         (wl-summary-reply): Don't set answered flag;
1313         Run wl-summary-reply-hook instead.
1314         (wl-summary-forward): Call wl-draft-forward with number.
1315         Run wl-summary-forward-hook.
1316
1317         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1318         (wl-highlight-summary-line-face-spec): Use it as a default
1319         persistent mark face.
1320
1321         * wl-draft.el (wl-draft-forward): Added optional argument number;
1322         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1323         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1324         (wl-draft-kill): Use wl-draft-kill-flags.
1325
1326         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1327
1328         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1329         of return value of elmo-folder-count-flags.
1330
1331         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1332
1333         * wl-summary.el (wl-summary-count-unread): Ditto.
1334         (wl-summary-sync-update): Follow the change above.
1335         (wl-summary-force-prefetch): New function.
1336
1337 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1338
1339         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1340         variable `buf' with `let' instead of `setq'.
1341
1342 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1343
1344         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1345         add Content-Disposition heaeder on the deleted part.
1346
1347 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1348
1349         * wl-draft.el (wl-draft-save): Encode address list under edit by
1350         `eword-encode-unstructured-field-body'.
1351
1352         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1353
1354 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1355
1356         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1357         wl-current-summary-buffer.
1358
1359 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1360
1361         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1362         `numbers' is ignored.
1363
1364 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1365
1366         * wl-folder.el (wl-folder-open-folder): Avoid error.
1367         Reported by John Owens, [wl-en:815]
1368
1369         * wl.el (wl): Set timer for biff process even if prefix argument
1370         is given or auto-checking is quitted.
1371
1372         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1373         immediately.
1374         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1375         (wl-toggle-plugged): Ditto.
1376
1377         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1378         * wl-util.el (wl-biff-start): Use idle timer if
1379         `wl-biff-use-idle-timer' is non-nil.
1380
1381 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1382
1383         * wl-highlight.el (wl-highlight-message): Fix description.
1384
1385 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1386
1387         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1388         tty.
1389
1390 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-action.el (wl-summary-exec): Print failure count.
1393
1394 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1397         to `defun', remove interactive form.
1398         Set elmo-message-fetch-confirm when force-reload is non-nil.
1399
1400 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-summary.el (toplevel): Removed unnecessary autoload.
1403
1404 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1407         the buffer is generated from another message buffer.
1408
1409 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1412         extracted from `wl-fldmgr-save-folders'.
1413         (wl-fldmgr-delete): Call it after deletion.
1414
1415 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1416
1417         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1418         multi-tty support.
1419
1420 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1421
1422         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1423
1424 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1425
1426         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1427         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1428
1429 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1432         unsubscribe list only if argument CLEAR is nil.
1433
1434 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1435
1436         * wl-draft.el (wl-draft-reply): Decode subject before removing
1437         Re: prefix.
1438
1439 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1440
1441         * wl-summary.el (wl-summary-sort-by-size): New command.
1442
1443 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1444
1445         * wl-summary.el (wl-summary-number-list-from-region): New
1446         function.
1447         (wl-summary-mark-as-read-region): Use it.
1448         (wl-summary-mark-as-unread-region): Ditto.
1449         (wl-summary-set-flags-region): Ditto and add optional argument
1450         remove.
1451         (wl-summary-mark-as-answered-region): Ditto.
1452         (wl-summary-mark-as-important-region): Ditto.
1453         (wl-summary-target-mark-mark-as-important): Added optional
1454         argument remove.
1455         (wl-summary-target-mark-mark-as-answered): Ditto.
1456         (wl-summary-target-mark-set-flags): Ditto.
1457
1458 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-summary.el (wl-summary-set-flags-region): Call
1461         `wl-summary-set-flags-internal' with number list instead of call
1462         one by each message.
1463         (wl-summary-target-mark-set-flags): Likewise.
1464
1465 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1468         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1469         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1470         (wl-summary-target-mark-mark-as-answered): Likewise.
1471
1472 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1473
1474         * wl-summary.el (wl-summary-target-mark-forward): Use
1475         `wl-summary-delete-all-target-marks' instead of
1476         `wl-summary-delete-all-temp-marks'.
1477         (wl-summary-target-mark-reply-with-citation): Ditto.
1478         (wl-summary-target-mark-uudecode): Ditto.
1479         (wl-summary-target-mark-set-flags): Ditto and remove needless
1480         cursor move.
1481
1482 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1483
1484         * wl-summary.el (wl-summary-target-mark-forward): Protect
1485         wl-summary-buffer-target-mark-list from nreverse.
1486         (wl-summary-target-mark-reply-with-citation): Ditto.
1487
1488 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1489
1490         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1491         `elmo-display-progress-threshold'.
1492
1493 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1496         check `wl-summary-highlight'.
1497         (wl-summary-window-scroll-functions): Respect value of
1498         `wl-summary-highlight'.
1499         (wl-summary-sync-update): Run hooks
1500         `wl-summary-buffer-window-scroll-functions' at any time.
1501
1502 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1503
1504         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1505         from `wl-summary-cleanup-temp-marks'.
1506         (wl-summary-cleanup-temp-marks): Abolish argument.
1507         * wl.el (wl-save-status): Revert previous change.
1508         (wl-execute-temp-marks): New function, call
1509         `wl-summary-exec-with-confirmation'.
1510         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1511         (wl-folder-save-and-exec-marks): Abolished.
1512
1513 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1514
1515         * wl-e21.el (wl-e21-display-image-p): Respect
1516         `wl-highlight-folder-with-icon'.
1517         (wl-e21-highlight-folder-group-line): Highlight mouse line
1518         even if wl-e21-display-image-p is nil.
1519
1520         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1521         Respect value of `wl-summary-highlight'.
1522
1523         * wl.el (wl-save-status): Remove unused variable.
1524
1525         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1526         (wl-folder-mode-map): Bind it to "x".
1527
1528 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1531
1532         * wl-thread.el (wl-thread-get-parent-list): Don't check
1533         disconnected ancestors, neglecting needless work in
1534         `wl-thread-update-indent-string-thread'.
1535
1536         * wl.el (wl-save): Take prefix argument to execute remaining marks.
1537         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
1538         argument, add argument default-keep to keep marks by default.
1539
1540         * Version number is increased to 2.11.30.
1541
1542         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
1543         customization type and docstring.
1544         (wl-draft-reply-without-argument-list): Ditto.
1545
1546 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1549
1550         * wl-spam.el (wl-spam-mark-action-list): Ditto.
1551
1552 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1553
1554         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
1555
1556 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1557
1558         * wl-draft.el (wl-draft-config-exec): Narrow the range of
1559         save-excursion so as not to include run-hooks.
1560
1561 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1562
1563         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
1564         Clarify that marks are going to be cleared.
1565
1566 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
1569         according to 3rd element of wl-summary-flag-mark.
1570
1571         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
1572
1573 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1574
1575         * wl-action.el (wl-summary-target-mark-all): Don't set
1576         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
1577
1578 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1579
1580         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
1581         (wl-forward-subject-prefix): Ditto.
1582         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
1583         (wl-draft-reply-make-subject): Ditto.
1584
1585         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
1586         `wl-draft-forward'.
1587         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
1588
1589 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1590
1591         * wl-action.el (wl-summary-target-mark-set-action): Stop if
1592         target message does not exist.
1593
1594 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
1595
1596         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
1597         `wl-subject-prefix-regexp'.
1598         (wl-subject-forward-prefix-regexp): New variable.
1599         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
1600         `wl-draft-strip-subject-re' and take regexp as argument.
1601         (wl-draft-forward): Use it.
1602         (wl-draft-reply): Ditto.
1603
1604 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1605
1606         * wl-e21.el (wl-highlight-plugged-current-line): Change for
1607         emacs multi-tty support.
1608
1609 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
1610
1611         * wl-e21.el (wl-e21-display-image-p): Don't call
1612         `display-images-p'.
1613         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
1614         support.
1615         (wl-highlight-folder-current-line): Ditto.
1616         (wl-folder-init-icons): Ditto.
1617
1618 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
1621         the last line of summary in unplugged mode.
1622
1623 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
1624
1625         * wl-vars.el (wl-refile-rule-alist): Doc fix.
1626
1627 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1628
1629         * wl-vars.el (wl-user-mail-address-regexp): New variable.
1630         * wl-address.el (wl-address-user-mail-address-p): Use it.
1631         (wl-address-delete-user-mail-addresses): Ditto.
1632         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
1633
1634         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
1635         (wl-address-delete-user-mail-addresses): Ditto.
1636
1637         * wl-address.el (wl-address-delete-user-mail-addresses): New
1638         function.
1639         * wl-refile.el (wl-refile-guess-by-history): Use it.
1640         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
1641         (wl-draft-make-mail-followup-to): Ditto and fix logic.
1642
1643         * wl-draft.el (wl-draft-edit-string): To judge sender address,
1644         use wl-address-user-mail-address-p.
1645
1646 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1647
1648         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
1649         after opening group.
1650
1651 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
1654         of elmo-set-buffer-multibyte.
1655
1656         * wl-message.el (wl-original-message-mode): Ditto.
1657
1658         * wl-score.el (wl-score-insert-header): Ditto.
1659
1660         * wl-summary.el
1661         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
1662         (wl-summary-goto-folder-subr): Ditto.
1663         (wl-summary-insert-headers): Ditto.
1664
1665         * wl-util.el (wl-set-string-width): Ditto.
1666
1667         * Version number is increased to 2.11.29.
1668
1669 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
1672         (wl-highlight-summary-line-help-echo-alist): New variable.
1673         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
1674         into `wl-highlight-summary-line-help-echo' and
1675         `wl-highlight-flag-folder-help-echo'.
1676         (wl-highlight-summary-line-string): Change accordingly.
1677         (wl-highlight-summary-current-line): Ditto.
1678
1679 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1680
1681         * wl-highlight.el (wl-highlight-message): Ignore white spaces
1682         at the beginning of field body (Thanks to Markus Knittig).
1683
1684         * wl-draft.el (wl-draft-insert-current-message): Also check
1685         summary buffer, remove unnecessary tag.
1686
1687 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-draft.el (wl-draft-insert-current-message): Cause error also
1690         when wl-message-buffer is nil.
1691
1692         * wl-folder.el (wl-folder): Abolish unused argument.
1693         Call wl-folder-init when wl-folder-entity is nil.
1694         * wl.el (wl): Change accordingly.
1695
1696 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
1699         multibyte string before insert into draft buffer.
1700         (wl-draft-create-buffer): Always enable multibyte characters for
1701         draft buffer.
1702
1703         * Version number is increased to 2.11.28.
1704
1705 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1706
1707         * wl-folder.el (wl-folder-open-close): Handle blank line.
1708         (wl-folder-jump-to-current-entity): Ditto.
1709
1710 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * Version number is increased to 2.11.27.
1713
1714 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1715
1716         * wl-thread.el (wl-thread-insert-message): When the thread is
1717         devided by wl-summary-max-thread-depth, insert line at the end of
1718         buffer.
1719
1720 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * Version number is increased to 2.11.26.
1723
1724 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
1727
1728 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1729
1730         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
1731         value of stream-type and session.
1732
1733 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * Version number is increased to 2.11.25.
1736
1737 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
1738
1739         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
1740         in a quit message.
1741
1742 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
1745         (wl-summary-redisplay-no-mime-internal): Ditto.
1746
1747 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1748
1749         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
1750         * wl-vars.el (wl-smtp-connection-type): Ditto.
1751
1752 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
1753
1754         * wl-highlight.el (wl-highlight-message): Change to strict regexp
1755         for the separator line and quote mail-header-separator.
1756
1757 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-spam.el (wl-message-check-spam): Fixed problem no display
1760         result message.
1761
1762         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
1763         `elmo-multiple-fields-body-list' with boundary as
1764         mail-header-separator.
1765
1766 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1767
1768         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
1769
1770 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
1771
1772         * wl-util.el (wl-list-diff): Remove unused function.
1773
1774         * wl-draft.el (wl-draft-send-confirm): Discard input before
1775         confirmation.
1776
1777 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1778
1779         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
1780         order of flag and new.
1781
1782 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1783
1784         * wl-vars.el (wl-refile-policy-alist): Abolished.
1785
1786         * wl-action.el (wl-summary-set-action-refile): Follow the change
1787         above.
1788
1789 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1790
1791         * wl-highlight.el (wl-highlight-signature-search): Don't use
1792         re-search-backward for a long word since it is possible to crash
1793         XEmacs because of a bug.
1794
1795 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
1796
1797         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
1798
1799 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
1800
1801         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
1802         argument for wl-summary-sync-force-update.
1803
1804 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
1805
1806         * wl-summary.el (wl-summary-mode-map): Revival of
1807         wl-summary-mark-as-important related bindings;
1808         Bind 'F','tF','mF','rF','m&'.
1809         (wl-summary-mark-as-important-region): Revival.
1810         (wl-summary-target-mark-mark-as-important): Ditto.
1811         (wl-summary-target-mark-operation): New function.
1812         (wl-summary-target-mark-mark-as-answered): Use it.
1813         (wl-summary-decide-flag): Don't set Important as default.
1814         (wl-summary-mark-as-important-internal): Revival.
1815         (wl-summary-mark-as-important): Ditto.
1816
1817         * wl-thread.el (wl-thread-mark-as-important): Ditto.
1818
1819         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
1820         instead of facep.
1821
1822 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-dnd.el (wl-dnd-drop-func): Fix.
1825
1826         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
1827         mouse-set-point instead of posn-point.
1828
1829         * wl-xmas.el (wl-completing-read-multiple): Define as function.
1830
1831         * wl-mule.el (wl-completing-read-multiple): Ditto.
1832
1833 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-demo.el (face-background-name): Defalias to avoid compile
1836         warning.
1837
1838 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1839
1840         * wl-summary.el (wl-summary-decide-flag): Use
1841         wl-completing-read-multiple instead of completing-read-multiple.
1842
1843         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
1844         New alias.
1845
1846         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
1847         Use face-background-name instead of face-background.
1848
1849         * wl-vars.el (wl-summary-save-file-suffix): New user option.
1850
1851         * wl-summary.el (wl-summary-save): Use it.
1852         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
1853
1854         * wl-mime.el (wl-mime-save-content): Fix last change.
1855
1856 2004-02-10  Len Trigg <lenbok@myrealbox.com>
1857
1858         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
1859         New function.
1860         (wl-summary-sort-specs): Added sort.
1861         * wl-mime.el (wl-mime-save-content): Expand file name.
1862
1863 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
1864
1865         * wl-mime.el (wl-draft-preview-message): Fixed typo.
1866
1867         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
1868
1869 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1870
1871         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
1872         for flag if it is not defined.
1873
1874 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
1875
1876         * wl-e21.el (wl-highlight-folder-current-line): Use
1877         elmo-folder-type-internal when elmo-folder-type returns nil.
1878
1879         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
1880
1881         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
1882
1883         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
1884
1885         * wl-e21.el (wl-summary-toolbar): Ditto.
1886
1887         * wl-vars.el (wl-demo-background-color): Abolished.
1888         (wl-summary-persistent-mark-priority-list): Renamed from
1889         wl-summary-flag-priority-list.
1890         (wl-summary-flag-alist): New user option.
1891         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
1892         (wl-message-mode-line-format-spec-alist): Added 'F'.
1893         (wl-message-mode-line-format): Likewise.
1894         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
1895         instead of wl-summary-important-mark.
1896         (wl-file-folder-icon): New variable.
1897
1898         * wl-thread.el (wl-thread-set-flags): Renamed from
1899         wl-thread-mark-as-important.
1900
1901         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
1902         warning.
1903         (wl-summary-mode-menu-spec): Follow the change of 
1904         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1905         (wl-summary-mode-map): Follow the change of
1906         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
1907         (wl-summary-detect-mark-position): Follow the variable name change.
1908         (wl-summary-set-flags-region): New function for the replacement of
1909         wl-summary-mark-as-important-region.
1910         (wl-summary-sync-marks): Sync all global-flags.
1911         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
1912         instead of elmo-message-flagged-p.
1913         (wl-summary-persistent-mark-string): Follow the variable name change;
1914         Put wl-summary-flag-mark if the message has global-flag.
1915         (wl-summary-target-mark-set-flags): Renamed from 
1916         wl-summary-target-mark-mark-as-important.
1917         (wl-summary-decide-flag): New function.
1918         (wl-summary-set-flags-internal): Renamed from
1919         wl-summary-mark-as-important-internal.
1920         (wl-summary-add-flags-internal): New function.
1921         (wl-summary-remove-flags-internal): Ditto.
1922         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
1923         (wl-summary-mark-as-unimportant): Abolish.
1924         (wl-summary-move-spec-alist): Changed `important' to `digest'.
1925         (wl-summary-next-message): List flagged messages in the msgdb.
1926
1927         * wl-score.el (wl-summary-score-update-all-lines): Use
1928         wl-summary-add-flags-internal instead of 
1929
1930         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
1931
1932         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
1933         from wl-message-buffer-cur-flag (To avoid misunderstanding).
1934         (wl-message-buffer-require-all-header): Renamed from
1935         wl-message-buffer-all-header-flag (Ditto).
1936         (wl-message-buffer-flag-indicator): New variable.
1937         (wl-message-redisplay): Changed local varibale name from `flag' to
1938         `display-type'; Set up wl-message-buffer-flag-indicator.
1939         (wl-message-buffer-display): Changed varibale name from `flag' to
1940         `display-type'.
1941         (wl-message-display-internal): Likewise.
1942
1943         * wl-highlight.el (wl-highlight-demo-face): Define default background
1944         color.
1945         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
1946
1947         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
1948
1949         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
1950         (wl-demo-setup-properties): Renamed from
1951         `wl-demo-set-background-color'.
1952         (wl-demo): Follow the change above.
1953         
1954         * Version number is increased to 2.11.24.
1955
1956 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-summary.el (wl-summary-toggle-thread): Call
1959         `wl-summary-rescan' with disable-thread as non-nil.
1960         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1961
1962 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1963
1964         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1965         foreground property of the face.
1966         (wl-demo-insert-text): Don't set up face property here.
1967         (wl-demo): Call wl-demo-set-background-color, anyway.
1968
1969 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1970
1971         * wl-vars.el (wl-demo-background-color): The value can be nil.
1972
1973 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1974
1975         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1976         to wl-summary-wheel-dispatcher.
1977
1978         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1979         wl-message-wheel-dispatcher.
1980         (wl-message-wheel-dispatcher): New function.
1981         (wl-summary-wheel-dispatcher): Ditto.
1982
1983 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1984
1985         * wl-action.el (wl-summary-target-mark-all): List messages which are
1986         not in the killed-list.
1987
1988         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1989         only when the folder is 'flag/important.
1990
1991         * wl-address.el (wl-complete-field-body): Complete if the last
1992         character is a space.
1993
1994 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-folder.el (wl-folder-clear-entity-info): Use
1997         elmo-clear-hash-val.
1998
1999         * wl-fldmgr.el (wl-fldmgr-rename): Set
2000         wl-folder-info-alist-modified as t.
2001
2002 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2005
2006 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2007
2008         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2009         (wl-folder-buffer-last-visited-entity-id): New buffer local
2010         variable.
2011         (wl-folder-revisit-last-visited-folder): New function.
2012         (wl-folder-mode-map): Bind it to "C-i".
2013         (wl-folder-set-current-entity-id): Set last visited folder.
2014         * wl-summary.el (wl-summary-exit): Ditto.
2015
2016 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2019         before calling `recenter' in order to cope with an XEmacs bug.
2020
2021 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2022
2023         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2024         to the default value.
2025
2026 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2027
2028         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2029         change.
2030         (wl-summary-sync-marks): Ditto.
2031         (wl-summary-mark-as-read-internal): Ditto.
2032         (wl-summary-mark-as-answered-internal): Ditto.
2033         (wl-summary-mark-as-important-internal): Ditto.
2034         (wl-summary-reply): Ditto.
2035
2036         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2037         instead of `elmo-folder-unflag-answered'.
2038
2039         * Version number is increased to 2.11.23.
2040
2041         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2042         the last change.
2043
2044 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2045
2046         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2047         Specify "spam" or "good".
2048
2049 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2050
2051         * wl-spam.el (wl-summary-exec-action-spam): Call
2052         wl-folder-confirm-existence for spam folder.
2053         (wl-spam-setup): Bind "mk".
2054
2055 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2056
2057         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2058
2059 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2060
2061         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2062         destination folder is empty.
2063
2064 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2065
2066         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2067         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2068
2069         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2070         (wl-summary-refile-prev-destination-region): New function.
2071         (wl-thread-refile-prev-destination): Ditto.
2072         (wl-summary-target-mark-refile-prev-destination): Ditto.
2073
2074 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2077         (wl-demo-background-color): Changed default value.
2078
2079         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2080         color.
2081
2082         * wl-demo.el (wl-demo-set-background-color): New function.
2083         (wl-demo): Call it.
2084
2085 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2086
2087         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2088         * wl-address.el (wl-address-add-or-change): Don't add empty
2089         address.
2090
2091 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2092
2093         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2094
2095 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2096
2097         * wl-vars.el (wl-demo-image-filter-alist): New variable
2098         (wl-demo-background-color): Ditto.
2099
2100         * wl-demo.el (wl-demo-xpm-set-background): New function.
2101         (wl-demo-image-filter): Ditto.
2102         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2103
2104         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2105
2106         * wl-demo.el (wl-demo-icon-name): Define as function.
2107         (wl-demo-insert-image): Use it.
2108
2109 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2110
2111         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2112
2113 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2114
2115         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2116
2117 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2118
2119         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2120
2121 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2122
2123         * wl-thread.el (wl-thread-mark-as-answered): New function.
2124
2125         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2126         answered" entry.
2127         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2128         "r&" and wl-thread-mark-as-answered to "t&".
2129         (wl-summary-mark-as-important-region): Refine to toggle mark.
2130         (wl-summary-mark-as-answered-region): New function.
2131         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2132         and 3rd argument.
2133         (wl-summary-mark-as-important-internal): Likewise.
2134
2135 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-template.el (wl-template-preview): New internal variable.
2138         (wl-template-preview-p): New function.
2139         (wl-template-show): Bind `wl-template-preview' as t.
2140
2141 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2142
2143         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2144         `elmo-message-entity-field' with 3rd argument which is non-nil.
2145
2146 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2147
2148         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2149         Removed duplicate local bind `folder'.
2150
2151 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2152
2153         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2154
2155 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2156
2157         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2158         duplicate definition.
2159
2160 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2161
2162         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2163         non-nil, use it; Don't fetch message if there's no message in the
2164         current cursor position.
2165
2166 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2167
2168         * wl-util.el (wl-region-exists-p): Use region-active-p.
2169         (wl-deactivate-region): New function.
2170         * wl-message.el (wl-message-redisplay): Deactivate region.
2171
2172         * wl-summary.el (wl-summary-reply): Call
2173         `wl-summary-set-message-buffer-or-redisplay' instead of
2174         `wl-summary-redisplay-internal', don't move point.
2175
2176 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2177
2178         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2179         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2180         by regexp.
2181
2182 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2183
2184         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2185         if no need.
2186
2187 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2188
2189         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2190         default value to nil.
2191         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2192         `wl-summary-prepare-hook'; Replace refile action to
2193         `wl-summary-exec-action-refile-with-register'.
2194
2195         * Version number is increased to 2.11.22.
2196
2197 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2198
2199         * wl-summary.el (wl-summary-detect-mark-position): Set
2200         `wl-summary-buffer-weekday-name-lang'.
2201
2202 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2203
2204         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2205         (wl-summary-mark-as-read-all): Ditto.
2206         (wl-summary-delete-messages-on-buffer): Ditto.
2207         (wl-summary-sync-update): Ditto.
2208         (wl-summary-mark-as-read-internal): Ditto.
2209         (wl-summary-mark-as-answered-internal): Ditto.
2210         (wl-summary-update-folder-info): Abolished.
2211
2212 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2213
2214         * wl-summary.el (wl-summary-mark-as-read-all): Use
2215         `wl-summary-update-folder-info' instead of
2216         `wl-folder-update-unread'.
2217
2218 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2219
2220         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2221         `wl-summary-folder-info-update'.
2222         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2223         instead of `wl-summary-folder-info-update'.
2224         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2225         `wl-folder-set-folder-updated'.
2226         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2227         instead of `wl-folder-update-unread'.
2228         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2229         the value of `wl-summary-buffer-unread-count' for the second parameter of
2230         `wl-folder-update-unread'.
2231
2232         * Version number is increased to 2.11.21.
2233
2234 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2235
2236         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2237         a local variable.
2238
2239 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2240
2241         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2242         interactively.
2243
2244         * wl-summary.el (wl-summary-mark-as-important-internal): New
2245         internal function.
2246         (wl-summary-mark-as-important): Use it.
2247         (wl-summary-mark-as-unimportant): New function.
2248         (wl-summary-sync-marks): Follow the API change.
2249
2250         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2251
2252         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2253
2254 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2255
2256         * wl-folder.el (wl-folder-update-unread): Re-indent.
2257         Narrow the scope of a local variable.
2258
2259 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2260
2261         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2262         (wl-addrmgr-merge-entries): Ditto.
2263         (wl-addrmgr): Added to address entry which exists in draft buffer
2264         if no entry is in original.
2265
2266 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-batch.el: New file.
2269
2270 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2271
2272         * wl-vars.el (wl-use-semi): Remove unused variable.
2273
2274 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2275
2276         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2277         "?".
2278
2279 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2280
2281         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2282         wl-summary-new-mark.
2283         (wl-summary-new-cached-mark): New user option.
2284         (wl-summary-score-marks): Follow the change above.
2285         (wl-summary-auto-refile-skip-marks): Ditto.
2286         (wl-summary-incorporate-marks): Ditto.
2287         (wl-summary-expire-reserve-marks): Ditto.
2288
2289         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2290
2291         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2292         (wl-summary-persistent-mark-string): Distinguished between cached
2293         and uncached mark when the message is new.
2294
2295 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2296
2297         * wl-spam.el (wl-spam-domain): Renamed from
2298         `wl-spam-folder-guess-domain'.
2299         (wl-summary-exec-action-spam): Register as spam if domain of the
2300         source folder is good.
2301         (wl-summary-exec-action-refile-with-register): Register message if
2302         domain of the source folder is not undecided.
2303
2304 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2307         detect thread loop.
2308
2309 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2312         and wl-summary-skip-mark-list.
2313
2314 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315
2316         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2317
2318         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2319
2320         * wl-spam.el (toplevel): Require wl-highlight.
2321         (wl-spam-auto-check-policy-alist): Abolish.
2322         (wl-spam-auto-check-folder-regexp-list): New user option.
2323         (wl-spam-auto-check-marks): Ditto.
2324         (wl-spam-mark-action-list): Ditto.
2325         (wl-highlight-summary-spam-face): New face.
2326         (wl-spam-auto-check-message-p): New function.
2327         (wl-spam-map-spam-messages): Fixed message.
2328         (wl-spam-register-spam-messages): Ditto.
2329         (wl-spam-register-good-messages): Ditto.
2330         (wl-summary-spam-map): Add and remove keybind.
2331         (wl-summary-target-mark-spam): Abolish.
2332         (wl-summary-refile-spam): Ditto.
2333         (wl-summary-test-spam): New function.
2334         (wl-summary-mark-spam): Ditto.
2335         (wl-summary-auto-check-spam): Follow the above change.
2336         (wl-summary-exec-action-spam): New function.
2337         (wl-summary-exec-action-refile-with-register): Fixed message.
2338         (wl-message-check-spam): New function.
2339         (wl-spam-setup): Ditto.
2340         (toplevel): Call it if this file is loaded interactivity.
2341
2342         * Version number is increased to 2.11.20.
2343
2344 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2345
2346         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2347         when new optional argument `force' is non nil or modified.
2348
2349 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2350
2351         * wl.el (toplevel): Require wl-spam when compile.
2352         (wl-save-status): Call wl-spam-save-status.
2353
2354         * wl-spam.el (wl-spam-register-spam-messages): New function.
2355         (wl-spam-register-good-messages): Ditto.
2356         (wl-spam-save-status): Ditto.
2357         (wl-summary-mode-map): Bind
2358         wl-summary-target-mark-register-as-spam to "ms" and
2359         wl-summary-target-mark-register-as-good to "mn".
2360         (wl-summary-register-as-spam): Abolish optional argument; Use
2361         wl-spam-register-spam-messages.
2362         (wl-summary-register-as-spam-all): Use
2363         wl-spam-register-spam-messages.
2364         (wl-summary-register-as-good): Abolish optional argument; Use
2365         wl-spam-register-good-messages.
2366         (wl-summary-register-as-good-all): Use
2367         wl-spam-register-good-messages.
2368         (wl-summary-target-mark-register-as-spam): New funtion.
2369         (wl-summary-target-mark-register-as-good): Ditto.
2370
2371 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372
2373         * wl-spam.el: New file.
2374
2375 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2376
2377         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2378
2379         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2380         (wl-summary-auto-refile): Call wl-refile-guess with
2381         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2382
2383 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2386         with disable-thread argument non-nil.
2387
2388 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2389
2390         * wl-summary.el (wl-summary-rescan): Added optional argument
2391         disable-thread.
2392         (wl-summary-sync): Call wl-summary-rescan with argument
2393         disable-thread.
2394         (wl-summary-input-range): Added new range `rescan-thread'.
2395
2396 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2397
2398         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2399
2400 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2403         internal variable.
2404         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2405         wl-summary-search-parent-by-subject-regexp and
2406         wl-summary-divide-thread-when-subject-changed as nil.
2407         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2408         (wl-summary-insert-thread): Search parent entity from
2409         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2410         thread loop.
2411
2412 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2415
2416         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2417
2418         * wl-util.el (wl-require-update-all-folder-p): New function.
2419         (wl-get-assoc-list-value): Added `function' to match directive.
2420         (wl-collect-draft): Rewrite.
2421
2422         * wl-summary.el (wl-summary-sync-update): Clear faces
2423         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2424         are non-nil.
2425         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2426         argument as function.
2427         (wl-summary-input-range): Ditto.
2428
2429         * wl-folder.el (wl-draft-get-folder): New function.
2430         (wl-folder-get-elmo-folder): Consider draft folder.
2431
2432         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2433         (wl-draft-buffer-message-number): New buffer local variable.
2434         (wl-draft-folder-internal): New internal variable.
2435         (wl-draft-delete): Rewrite.
2436         (wl-draft-save): Ditto.
2437         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2438         wl-folder-get-elmo-folder.
2439         (wl-draft-config-info-operation): Ditto.
2440         (wl-jump-to-draft-folder): Ditto.
2441         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2442         (wl-draft-reedit): Rewrite.
2443
2444         * Version number is increased to 2.11.19.
2445         
2446 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2447
2448         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2449         variable.
2450
2451 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2452
2453         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2454         Use ignore-errors instead of unwind-protect.
2455
2456 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2457
2458         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2459         for updating `wl-thread-entity-list'.
2460
2461 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2462
2463         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2464         parameter from calling `wl-thread-entity-get-older-brothers' and
2465         `wl-thread-entity-get-younger-brothers'.
2466         Replace nested `append' with a single one.
2467
2468 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-summary.el (wl-summary-mode): Don't use the return value of
2471         `make-local-hook'.
2472
2473 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2474
2475         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2476         instead of `let*'.
2477         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2478         of local variables.
2479
2480 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2481
2482         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2483         Renamed from wl-summary-window-scroll-functions.
2484         (wl-summary-window-scroll-functions): Don't set to variable.
2485         (wl-summary-display-top): Use run-hooks.
2486         (wl-summary-display-bottom): Ditto.
2487         (wl-summary-toggle-disp-msg): Ditto.
2488         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2489         Use it instead of wl-summary-window-scroll-functions.
2490         (wl-summary-goto-folder-subr): Don't call
2491         wl-summary-window-scroll-functions, use
2492         wl-summary-buffer-window-scroll-functions instead.
2493
2494 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2497         make-local-variable.
2498
2499 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2500
2501         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2502         set-buffer-modified-p.
2503         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2504         (wl-summary-display-bottom): Ditto.
2505         (wl-summary-toggle-disp-msg): Ditto.
2506
2507 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2508
2509         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2510
2511         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2512         (wl-summary-forward): Use elmo-message-entity-field instead of
2513         elmo-message-field.
2514
2515         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2516
2517 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2518
2519         * wl-summary.el (wl-summary-window-scroll-functions): No use
2520         `append'.
2521
2522 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2523
2524         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2525         function.
2526         (wl-summary-window-scroll-functions): Call it when both
2527         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2528         (wl-summary-temp-mark): Added optional argument number.
2529         (wl-summary-message-mark): Added optional argument flag.
2530         (wl-summary-persistent-mark): Added optional argument number and flag.
2531         (wl-summary-update-persistent-mark): Ditto.
2532         (wl-summary-update-status-marks): Set "r" for interactive spec.
2533
2534         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
2535         argument number and flag.
2536
2537         * wl-action.el (wl-summary-registered-temp-mark): 
2538         Do nothing when wl-summary-buffer-temp-mark-list is nil.
2539
2540 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2541
2542         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
2543         internal variable (buffer local).
2544         (wl-summary-window-scroll-functions): New function.
2545         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
2546         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
2547         as nil.
2548         (wl-summary-update-status-marks): Added arguments beg, end and
2549         check.
2550         (wl-summary-update-mark-window): Use function.
2551         (wl-summary-sync-update): Follow the change above.
2552         (wl-summary-switch-to-clone-buffer): Copy
2553         wl-summary-buffer-unsync-mark-number-list.
2554         (wl-summary-goto-folder-subr): Set
2555         wl-summary-buffer-unsync-mark-number-list and
2556         use wl-summary-window-scroll-functions instead of
2557         wl-summary-lazy-highlight.
2558
2559         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
2560
2561 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2562
2563         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
2564
2565         * wl-summary.el (wl-summary-update-persistent-mark): Call
2566         wl-summary-set-message-modified.
2567
2568         * wl-summary.el (wl-summary-sync-update): Don't call
2569         wl-summary-update-status-marks.
2570
2571         * Version number is increased to 2.11.18.
2572
2573 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
2574
2575         * wl-message.el (wl-message-prev-page): Use save-selected-window.
2576         (wl-message-next-page): Ditto.
2577
2578 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
2579
2580         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
2581         local variable.  Change the order of a collected list into the
2582         same as the specified range.  Remove nil from a collected list.
2583
2584 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2585
2586         * wl-summary.el (wl-summary-insert-headers): Set visible-only
2587         argument for elmo-folder-list-messages.
2588
2589 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
2592         change (wl-summary-count-unreads return a list instead of a cons
2593         cell).
2594
2595 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
2596
2597         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
2598         `wl-summary-folder-info-update'.
2599
2600 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2601
2602         * wl-summary.el (wl-summary-set-message-modified): No use
2603         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
2604         (wl-summary-set-mark-modified): Abolish.
2605         (wl-summary-mark-modified-p): Ditto.
2606         (wl-summary-save-view): Follow the change above.
2607
2608         * wl-expire.el (wl-summary-expire): Likewise.
2609
2610 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
2611
2612         * wl-summary.el (wl-summary-detect-mark-position): Use
2613         modb-entity-handler.
2614         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
2615
2616         * Version number is increased to 2.11.17.
2617
2618 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2619
2620         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
2621         entity field value.
2622         (wl-summary-prefetch-msg): Ditto.
2623         (wl-summary-print-message-with-ps-print): Ditto.
2624
2625 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
2628         for dummy entity.
2629         (wl-summary-insert-thread): Use elmo-message-entity-field.
2630         (wl-summary-update-thread): Use elmo-message-entity-field and
2631         elmo-message-entity-number.
2632         (wl-summary-line-number):  Use elmo-message-entity-number.
2633         (wl-summary-line-size): Use elmo-message-entity-field.
2634         (wl-summary-line-subject): Ditto.
2635         (wl-summary-line-from): Ditto.
2636         (wl-summary-line-attached): Ditto.
2637         (wl-summary-create-line): Ditto.
2638         (wl-summary-create-line): Use elmo-message-entity-number.
2639         (wl-summary-print-message-with-ps-print): Use
2640         elmo-message-entity-field.
2641
2642 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
2643
2644         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
2645         change in elmo-msgdb-make-message-entity.
2646         (wl-summary-buffer-set-folder): Don't call
2647         wl-summary-detect-mark-position here.
2648         (wl-summary-rescan): Call elmo-message-entity-number.
2649         (wl-summary-sync-update): Ditto.
2650         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
2651
2652         * wl-score.el (wl-score-header-index): Redefine 2th element.
2653         (wl-score-overview-entity-get-extra): Abolish.
2654         (wl-score-ov-entity-get): Rewrite.
2655         (wl-score-string-index<, wl-score-string-func<): Abolish.
2656         (wl-score-string<): New function.
2657         (wl-score-string-sort): Use it.
2658
2659         * wl-refile.el (wl-refile-guess-by-history): Use
2660         elmo-message-entity-field.
2661         (wl-refile-guess-by-from): Ditto.
2662         (wl-refile-guess-by-msgid): Ditto.
2663
2664         * Version number is increased to 2.11.16.
2665
2666 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2667
2668         * wl-folder.el (wl-folder-confirm-existence): Don't call
2669         file-exists-p if msgdb-path is nil.
2670         * wl-summary.el, wl-draft.el, wl-action.el: Rename
2671         `wl-read-folder-hist' to `wl-read-folder-history'.
2672
2673 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2674
2675         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
2676         `y-or-n-p'.
2677
2678 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2679
2680         * wl-score.el (wl-score-headers): Don't use
2681         elmo-folder-do-each-message-entity.
2682
2683         * Version number is increased to 2.11.15.
2684
2685 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2686
2687         * wl-summary.el (wl-summary-delete-all-msgs): Use
2688         elmo-folder-move-messages instead of elmo-folder-delete-messages
2689         and elmo-folder-detach-messages.
2690         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
2691
2692         * wl-expire.el (wl-expire-delete): Ditto.
2693         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2694
2695 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-vars.el (wl-message-use-header-narrowing): New user option.
2698         (wl-message-header-narrowing-fields): Ditto.
2699         (wl-message-header-narrowing-lines): Ditto.
2700         (wl-message-header-narrowing-string): Ditto.
2701
2702         * wl-summary.el (wl-summary-mode-map): Bind
2703         wl-summary-toggle-header-narrowing to "C-cC-f".
2704         (wl-summary-toggle-header-narrowing): New function.
2705
2706         * wl-message.el (wl-message-buffer-create): Call
2707         wl-message-header-narrowing-setup.
2708         (wl-message-redisplay): Call wl-message-header-narrowing.
2709         (wl-message-header-narrowing): New function.
2710         (wl-message-header-narrowing-map): New keymap.
2711         (wl-message-header-narrowing-widen-map): New keymap.
2712         (wl-message-header-narrowing-again-at-mouse): New function.
2713         (wl-message-header-narrowing-1): Ditto.
2714         (wl-message-header-narrowing-widen-at-mouse): Ditto.
2715         (wl-message-header-narrowing-setup): Ditto.
2716         (wl-message-header-narrowing-toggle): Ditto.
2717         
2718         * wl-highlight.el (wl-message-header-narrowing-face): New face.
2719
2720         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
2721         'flag as all.
2722         (wl-use-flag-folder-help-echo): New user option.
2723
2724         * wl-summary.el (wl-summary-detect-mark-position): Bind 
2725         wl-summary-highlight as nil.
2726         (wl-summary-set-mark-modified): Follow the API change.
2727         (wl-summary-mark-modified-p): Ditto.
2728         (wl-summary-mark-as-read-all): Ditto.
2729         (wl-summary-sync-marks): Don't call
2730         elmo-folder-list-messages-with-global-mark.
2731         (wl-summary-mark-as-read-internal): Follow the API change.
2732         (wl-summary-mark-as-answered-internal): Ditto.
2733         (wl-summary-mark-as-important): Cause an error when 'flag folder;
2734         Follow the API change.
2735         (wl-summary-create-line): Call with number argument.
2736         (wl-summary-reply): Follow the API change.
2737
2738         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
2739         function.
2740         (wl-highlight-summary-line-string): Call it when
2741         wl-use-flag-folder-help-echo is non-nil.
2742         (wl-highlight-summary-current-line): Ditto.
2743         (elmo-flag-folder-referrer): Added autoload setting.
2744
2745         * wl-draft.el (wl-draft-kill): Follow the API change.
2746
2747         * Version number is increased to 2.11.14.
2748         
2749 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750
2751         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
2752
2753 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * Version number is increased to 2.11.13.
2756
2757 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * wl-draft.el (wl-draft-previous-history-element): Fixed
2760         unbalanced parenthesis and bind unbound local variables.
2761
2762 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2763
2764         * wl-draft.el (wl-draft-previous-history-element): New function.
2765         (wl-draft-next-history-element): Ditto.
2766         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
2767         them to M-p and M-n.
2768
2769 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2770
2771         * Version number is increased to 2.11.12.
2772
2773 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2774
2775         * wl-draft.el (wl-draft-hide): Select buffer-window.
2776
2777 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
2778
2779         * wl-summary.el (wl-summary-narrow-to-region): New function.
2780         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
2781         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
2782         (wl-summary-save-region): Use it.
2783         * wl-action.el (wl-summary-collect-numbers-region)
2784         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
2785
2786 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-folder.el (wl-folder-count-incorporates): Don't use
2789         `elmo-msgdb-mark-load'
2790
2791         * Version number is increased to 2.11.11.
2792
2793 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
2794
2795         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
2796         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
2797
2798 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
2799
2800         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
2801
2802 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * Version number is increased to 2.11.10.
2805
2806 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2807
2808         * wl-mime.el (wl-draft-attribute-value): Fixed.
2809
2810 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2811
2812         * wl-util.el (wl-copy-local-variables): New function.
2813
2814         * wl-mime.el (wl-draft-attribute-recipients): New function.
2815         (wl-draft-attribute-envelope-from): Ditto.
2816         (wl-draft-attribute-smtp-posting-server): Ditto.
2817         (wl-draft-attribute-smtp-posting-port): Ditto.
2818         (wl-draft-attribute-value): Ditto.
2819         (wl-draft-preview-message): Use it to get value for
2820         attributes. Reflect result of `wl-draft-config'.
2821
2822         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
2823         and call `wl-summary-mark-as-read' before to call
2824         `wl-summary-unset-mark'.
2825         (wl-summary-target-mark-mark-as-unread): Likewise.
2826         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
2827
2828 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2829
2830         * wl-mime.el (wl-draft-preview-message): Use actual value for
2831         attributes; Fix for small window.
2832
2833 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2834
2835         * wl-refile.el (wl-refile-get-field-value): Call
2836         `elmo-message-entity-field' with 3rd argument is non-nil.
2837
2838 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
2839
2840         * wl-vars.el (wl-draft-preview-attributes): New user option.
2841         (wl-draft-preview-attributes-list): Ditto.
2842         (wl-draft-preview-attributes-buffer-lines): Ditto.
2843         (wl-draft-preview-attributes-buffer-name): Ditto.
2844
2845         * wl-mime.el (wl-draft-preview-message): Display attributes.
2846
2847 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2848
2849         * wl-summary.el (wl-summary-detect-mark-position): Bind
2850         wl-summary-flag-priority-list to '(new).
2851
2852 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
2855         funtion.
2856         (wl-highlight-summary-line-string): Use it.
2857         (wl-highlight-summary-current-line): Ditto.
2858
2859 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
2862         line even when the mark string is not changed.
2863
2864         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2865         argument change in the wl-summary-create-line.
2866         (wl-thread-insert-entity-sub): Ditto.
2867
2868         * wl-summary.el (wl-summary-detect-mark-position): Follow the
2869         argument change in the wl-summary-create-line.
2870         (wl-summary-insert-sequential): Ditto.
2871         (wl-summary-update-thread): Ditto.
2872         (wl-summary-persistent-mark-string): New inline function.
2873         (wl-summary-message-mark): Use it.
2874         (wl-summary-create-line): Abolish argument wl-persistent-mark
2875         and added wl-flags, wl-cached.
2876
2877         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
2878         mark to flags.
2879         (wl-highlight-summary-current-line): Decide the face not by the 
2880         persistent mark but flags.
2881
2882 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
2885         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
2886         wl-summary-read-uncached-mark): Revive.
2887         (wl-summary-answered-cached-mark,
2888         wl-summary-answered-uncached-mark): New user option.
2889         (wl-summary-score-marks): Follow the change above.
2890         (wl-summary-auto-refile-skip-marks): Ditto.
2891         (wl-summary-incorporate-marks): Ditto.
2892         (wl-summary-expire-reserve-marks): Ditto.
2893         (wl-summary-flag-priority-list): New user option.
2894
2895         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
2896         changes.
2897         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
2898         of elmo-message-mark.
2899         (wl-summary-mark-as-read-internal): Ditto.
2900         (wl-summary-mark-as-answered): Ditto.
2901         (wl-summary-mark-as-important): Ditto.
2902         (wl-summary-redisplay-internal): Ditto.
2903         (wl-summary-redisplay-no-mime-internal): Ditto.
2904         (wl-summary-message-mark): New function.
2905         (wl-summary-insert-sequential): Use wl-summary-message-mark
2906         instead of elmo-message-mark.
2907         (wl-summary-update-thread): Ditto.
2908         (wl-summary-persistent-mark): Ditto.
2909         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
2910         instead of elmo-message-mark.
2911
2912         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
2913         wl-summary-message-mark instead of elmo-message-mark.
2914         (wl-thread-insert-entity-sub): Ditto.
2915         (wl-thread-get-children-msgs-uncached): Ditto.
2916
2917         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2918         variable name changes.
2919         (wl-highlight-summary-current-line): Ditto.
2920
2921         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
2922         wl-summary-message-mark instead of elmo-message-mark.
2923
2924         * wl-expire.el (wl-expire-message-p): Ditto.
2925
2926         * wl-score.el (wl-score-headers): Ditto.
2927
2928         * Version number is increased to 2.11.9.
2929
2930         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2931         (wl-summary-sync-update): Follow the change above.
2932         (wl-summary-switch-to-clone-buffer): Ditto.
2933         (wl-summary-open-folder): Ditto.
2934
2935 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
2938         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
2939
2940         * Version number is increased to 2.11.8.
2941
2942         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
2943
2944         * wl-expire.el (wl-expire-refile): Follow the API change on
2945         `elmo-folder-move-messages'.
2946         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2947
2948         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
2949         (wl-summary-exec-action-refile): Ditto.
2950         (wl-summary-exec-action-copy): Ditto.
2951         (wl-summary-no-auto-refile-message-p): No use
2952         `wl-summary-buffer-msgdb'.
2953         (wl-summary-auto-refile): Ditto.
2954
2955 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2956
2957         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2958
2959 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2960
2961         * wl-summary.el (wl-summary-sync): Treat no-sync.
2962
2963         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2964         (wl-default-sync-range): Ditto.
2965
2966 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2967
2968         * wl-refile.el (wl-refile-subject-learn): Call
2969         `elmo-message-entity-field' with 3rd argument is non-nil.
2970         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2971         instead of `elmo-msgdb-overview-entity-get-subject'.
2972
2973 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2974
2975         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2976         scan-type is rescan.
2977         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2978         new optional argument force is non-nil.
2979         (wl-summary-save-view-cache): Call it with force argument non-nil.
2980
2981         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2982
2983 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * wl-action.el (wl-summary-print-argument): Fixed last change.
2986
2987 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2988
2989         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2990         simplified.
2991         (wl-summary-target-mark-mark-as-unread): Likewise.
2992         (wl-summary-target-mark-mark-as-important): Likewise.
2993
2994 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2995
2996         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2997         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2998         (wl-summary-mark-as-important-region): Change accordingly.
2999         (wl-summary-target-mark-mark-as-important): Ditto.
3000
3001 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3004
3005         * wl-action.el (wl-summary-print-argument): Print argument to
3006         right side of window if `wl-summary-print-argument-within-window'
3007         is non-nil.
3008
3009 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3010
3011         * wl-action.el (wl-summary-set-mark): Use
3012         `wl-summary-message-visible-p' to check visibility of the message
3013         and jump to message only when the message line is visible and have
3014         different number; Call wl-summary-unset-mark with number argument.
3015         (wl-summary-unset-mark): 
3016         Use `wl-summary-message-visible-p'
3017         to check visibility of the message and jump to message only when
3018         the message line is visible and have different number;
3019
3020 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * Version number is increased to 2.11.7.
3023
3024         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3025         and wl-folder-summary-line-format.
3026
3027         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3028         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3029         (wl-summary-set-score-mark): Use it.
3030         (wl-summary-target-mark-mark-as-read): Ditto.
3031         (wl-summary-target-mark-mark-as-unread): Ditto.
3032         (wl-summary-target-mark-mark-as-important): Ditto.
3033         (wl-summary-target-mark-msgs): Simplified.
3034         (wl-summary-detect-mark-position): Fixed problem when
3035         summary-line-format no contain persisten/temp mark spec.
3036         (wl-summary-temp-mark): Ditto.
3037         (wl-summary-persistent-mark): Ditto.
3038         (wl-summary-update-persistent-mark): Ditto.
3039
3040         * wl-action.el (wl-summary-set-mark): Ditto.
3041         (wl-summary-unset-mark): Ditto.
3042         All other related portions are changed.
3043
3044 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3045
3046         * Version number is increased to 2.11.6.
3047
3048 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3049
3050         * wl-util.el (wl-current-message-buffer): Define as function;
3051         Don't use the value of wl-messge-buffer.
3052
3053         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3054         persistent mark.
3055
3056         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3057         no current message, cause an error.
3058
3059 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * wl-summary.el (wl-summary-set-message-modified): Use
3062         elmo-folder-set-message-modified instead of
3063         elmo-folder-set-message-modified-internal.
3064
3065 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3066
3067         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3068         interactively.
3069         (wl-summary-sync): nokill->entirely.
3070         (wl-summary-sync-marks): Fixed message.
3071         (wl-summary-input-range): Added mark, nokill->entirely.
3072
3073         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3074         messages as read.
3075
3076 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3077
3078         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3079         update-noscore.
3080         (wl-summary-sync): Follow the change above.
3081
3082 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-action.el (wl-summary-target-mark-all): Use
3085         elmo-folder-list-messages.
3086
3087 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3088
3089         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3090         (wl-summary-rescan): Set wl-summary-scored as nil.
3091         (wl-summary-sync-force-update): Follow the change above.
3092         (wl-summary-sync): Ditto.
3093         (wl-summary-sync-update): Added argument disable-killed.
3094         (wl-summary-insert-headers): Set visible-only argument for
3095         elmo-folder-list-messages.
3096         (wl-summary-input-range): Added update-nokill, update-noscore,
3097         all-nokill, all-noscore and mark.
3098
3099         * Version number is increased to 2.11.5.
3100
3101         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3102
3103 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3104
3105         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3106         (wl-summary-prefetch-region-no-mark): Change accordingly.
3107         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3108
3109 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3110
3111         * wl-address.el (wl-complete-field-to): Abolished.
3112         (wl-complete-address): Completion function for completing-read.
3113         * wl-action.el (wl-summary-get-resend-address): Use it.
3114
3115         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3116         wl-summary-update-mark and abolish unused argument.
3117         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3118         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3119         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3120         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3121         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3122         * wl-draft.el (wl-draft-kill): Ditto.
3123
3124         * wl-summary.el: Remove unused binding of case-fold-search.
3125         (wl-summary-replace-status-marks): Abolished.
3126
3127 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3128
3129         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3130         is specified or folder length is zero.
3131
3132 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3133
3134         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3135         (wl-folder-archive-current-entity): Ditto.
3136
3137 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3138
3139         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3140         retrieving message mark.
3141         (wl-summary-redisplay-internal): Ditto.
3142
3143         * wl-message.el (wl-message-buffer-display): Ignore errors while
3144         retrieving message-id field.
3145
3146         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3147         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3148         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3149         order of the arguments for `wl-expire-message-p'.
3150         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3151
3152         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3153         Check return value of wl-summary-reply.
3154         (wl-summary-reply): Recover window configuration when an error occured.
3155
3156 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3157
3158         * wl-summary.el (wl-summary-resend-message): Abolished, the
3159         feature is inherited by wl-summary-resend (put resend mark).
3160
3161 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3162
3163         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3164         wl-message-buffer to nil when the message is hide.
3165
3166 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3167
3168         * .cvsignore: New file.
3169
3170 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3171
3172         * wl-action.el (wl-summary-action-docstring): Add more info.
3173         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3174         duplicate definition.
3175         (wl-summary-define-mark-action): Functions wl-summary-*-region
3176         keep current position.
3177         (wl-summary-unregister-target-mark): Store result to the variable.
3178
3179 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3180
3181         * Version number is increased to 2.11.4.
3182
3183 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3184
3185         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3186         wl-summary-delete-all-temp-marks.
3187         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3188
3189         * wl-action.el (wl-summary-set-mark): Changed terminology
3190         refile-destination -> action-argument.
3191         (wl-summary-unset-mark): Ditto.
3192         (wl-summary-remove-argument): Ditto.
3193         (wl-summary-print-argument): Ditto.
3194
3195         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3196         (wl-thread-remove-argument-region): Ditto.
3197         (wl-thread-print-argument-region): Ditto.
3198         (wl-thread-close): Ditto.
3199         (wl-thread-open): Ditto.
3200
3201         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3202         (wl-highlight-refile-destination-face is abolished)
3203         (wl-highlight-action-argument-string): Ditto.
3204         (wl-highlight-summary-current-line): Highlight action argument.
3205
3206         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3207         color for light backgrounds.
3208         (wl-highlight-summary-answered-face): Ditto.
3209
3210 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3211
3212         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3213
3214         * wl-score.el (wl-summary-score-update-all-lines): Use
3215         wl-summary-set-mark.
3216         (wl-summary-score-update-all-lines): Kill expunged messages.
3217
3218         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3219
3220 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3223         directly.
3224         (wl-score-overview-entity-get-lines): Ditto.
3225         (wl-score-overview-entity-get-xref): Ditto.
3226         (wl-score-get-latest-msgs): Ditto.
3227         (wl-summary-rescore): Ditto.
3228
3229         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3230         to "&".
3231         (wl-summary-mark-as-answered-internal): New inline function.
3232         (wl-summary-mark-as-answered): New function.
3233         (wl-summary-mark-as-unanswered): Ditto.
3234         (wl-summary-sync-marks): Modified for answered-mark synching.
3235
3236 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3237
3238         * wl-action.el (wl-summary-set-mark): Fixed last change.
3239
3240 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3241
3242         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3243         behavior of wl-summary-unread-message-hook
3244         (Pointed out by akira yamada <akira@arika.org>).
3245
3246 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3247
3248         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3249         wl-summary-delete.
3250         * wl-xmas.el (wl-summary-toolbar): Ditto.
3251
3252         * wl-action.el (wl-summary-set-mark): Don't override current
3253         temp-mark.
3254
3255         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3256
3257 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3258
3259         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3260         (wl-refile-msgid-learn): Ditto.
3261         (wl-refile-get-field-value): Ditto.
3262
3263         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3264
3265         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3266         (wl-expire-delete-reserved-messages): Renamed from
3267         wl-expire-reserve-marked-msgs-from-list.
3268         (wl-expire-delete): Removed argument `msgdb'.
3269         (wl-expire-refile): Ditto.
3270         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3271         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3272         mark-alist as argument.
3273         (wl-expire-archive-number1): Removed argument `msgdb'.
3274         (wl-expire-archive-number2): Ditto.
3275         (wl-expire-archive-date): Ditto.
3276         (wl-expire-localdir-date): Ditto.
3277         (wl-expire-hide): Ditto.
3278         (wl-archive-number1): Ditto.
3279         (wl-archive-number2): Ditto.
3280         (wl-archive-date): Ditto.
3281         (wl-archive-folder): Ditto.
3282         All other related portions are changed.
3283
3284 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3285
3286         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3287         mean move up and down. (suggested by Takashi Kawachi)
3288
3289 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3290
3291         * wl-acap.el (toplevel): Don't require un-define.
3292
3293 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-thread.el (wl-thread-delete-message): Always update
3296         wl-summary-buffer-number-list.
3297
3298         * wl-action.el (wl-summary-print-destination): 
3299         Do nothing when folder is nil.
3300
3301 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3304         persistent mark when prefetch is succeeded.
3305
3306 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3307
3308         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3309         instead of elmo-msgdb-delete-msgs.
3310         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3311         (wl-expire-hide): Ditto.
3312
3313         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3314
3315         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3316         elmo-msgdb interface.
3317         (wl-thread-get-exist-children): Likewise.
3318         (wl-thread-insert-message): Likewise.
3319         (wl-thread-msg-mark-as-important): Likewise.
3320         (wl-thread-insert-entity-sub): Likewise.
3321         (wl-thread-get-children-msgs-uncached): Likewise.
3322
3323         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3324         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3325         (wl-summary-sync-update): Likewise.
3326         (wl-summary-auto-select-msg-p): Likewise.
3327         (wl-summary-update-thread): Likewise.
3328         (wl-summary-mark-as-important): Likewise.
3329         (wl-summary-jump-to-msg-internal): Likewise.
3330         (wl-summary-redisplay-internal): Likewise.
3331         (wl-summary-print-message-with-ps-print): Likewise.
3332         (wl-summary-folder-info-update): Likewise.
3333
3334         * wl-folder.el (wl-folder-check-one-entity):
3335         elmo-folder-count-flags instead of wl-summary-count-unread.
3336
3337         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3338
3339         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3340
3341         * wl-summary.el (wl-summary-set-message-modified): 
3342         Call wl-summary-set-mark-modified.
3343         (wl-summary-delete-messages-on-buffer): Call
3344         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3345         (wl-summary-sync-update): Call elmo-folder-length instead of
3346         elmo-folder-messages.
3347         (wl-summary-insert-headers): Don't call
3348         elmo-folder-list-message-entities.
3349
3350 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3351
3352         * wl-action.el (wl-summary-define-mark-action): Call
3353         `wl-summary-set-mark' with argument `data'.
3354         (wl-summary-auto-refile): Fixed order of arguments when call
3355         `wl-summary-refile'.
3356
3357 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3358
3359         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3360
3361         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3362
3363         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3364         (Renamed from wl-highlight-summary-deleted-face).
3365         (wl-highlight-summary-resend-face): New face.
3366
3367         (wl-highlight-summary-deleted-face): Renamed from
3368         wl-highlight-summary-erased-face.
3369
3370         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3371
3372         * wl-action.el (wl-summary-get-resend-address): New function.
3373         (wl-summary-exec-action-resend): Ditto.
3374         (wl-summary-exec-action-resend-subr): Ditto.
3375
3376         * w-thread.el (wl-thread-copy): Removed definition.
3377         (wl-thread-refile): Ditto.
3378         (wl-thread-delete): Ditto.
3379         (wl-thread-target-mark): Ditto.
3380
3381         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3382         (wl-summary-target-mark-set-action): Fixed.
3383         (wl-summary-define-mark-action): Fixed quotation.
3384         (wl-summary-move-mark-list-messages): Display message.
3385         (wl-summary-define-mark-action): Define thread functions.
3386         (wl-summary-exec-action-refile): Changed message.
3387         (wl-summary-exec): Ditto.
3388
3389 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3390         
3391         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3392         '%%'.
3393
3394 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3395
3396         * wl.el (toplevel): Require wl-action.
3397         (wl-init): Call wl-summary-define-mark-action.
3398
3399         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3400
3401         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3402         wl-summary-delete and wl-summary-erase.
3403         (wl-summary-mode-map): Ditto.
3404
3405         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3406         wl-delete-folder-alist.
3407
3408         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3409         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3410         (toplevel): Moved mark & action related functions to the wl-action.el.
3411
3412         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3413         in wl-summary-mark-action-list.
3414         (wl-highlight-summary-current-line): Ditto.
3415
3416         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3417         empty lines.
3418
3419         * wl-action.el: New file. 
3420
3421 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-summary.el (wl-summary-target-mark-replace): New function.
3424         (wl-summary-target-mark-prefetch): Use it.
3425         (wl-summary-target-mark-delete): Ditto.
3426         (toplevel): Rearranged definition order.
3427         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3428         (wl-summary-target-mark-erase): Rewrite.
3429         (wl-summary-erase-region): New function.
3430         (wl-summary-exec-action-erase): Changed message.
3431         (wl-summary-move-mark-list-messages): New function.
3432         (wl-summary-exec-action-delete): Use it.
3433         (wl-summary-exec-action-erase): Ditto.
3434
3435         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3436         (wl-summary-skip-mark-list): Added "d".
3437
3438         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3439         while searching.
3440
3441         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3442         and define using defcustom;
3443         Define 4th element as a face.
3444         
3445         * wl-summary.el (wl-summary-incorporate): Use 
3446         `wl-summary-prefetch-region-no-mark' instead of
3447         `wl-summary-prefetch-region'.
3448         (wl-summary-prefetch-region-no-mark): Revival of old
3449         `wl-summary-prefetch-region'.
3450         (wl-summary-mark-action-list): Moved to wl-vars.el
3451
3452         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3453         face according to the `wl-summary-mark-action-list'.
3454         (wl-highlight-summary-current-line): Ditto;
3455         Removed destination highlighting.
3456
3457         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3458         (wl-highlight-summary-line-string): Highlight for "i" mark.
3459         (wl-highlight-summary-current-line): Ditto.
3460
3461         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3462         no destination.
3463
3464         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3465         exists, just go ahead.
3466         (wl-summary-prefetch-region): Rewrite.
3467         (wl-summary-prefetch): Ditto.
3468         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3469         (wl-summary-exec-action-prefetch): New function.
3470         (wl-summary-target-mark-prefetch): Rewrite.
3471
3472 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3473
3474         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3475         (wl-highlight-summary-line-string): Added "d" and "D".
3476         (wl-highlight-summary-current-line): Ditto.
3477
3478         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3479         in wl-summary.el.
3480         (wl-thread-insert-entity-sub): Ditto.
3481         (wl-thread-remove-destination-region): Ditto.
3482         (wl-thread-print-destination-region): Ditto.
3483
3484         * wl-summary.el (wl-summary-buffer-refile-list,
3485         wl-summary-buffer-delete-list,
3486         wl-summary-buffer-copy-list): Abolish.
3487         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3488         All other related portions are changed.
3489         (wl-summary-mark-action-list): New variable.
3490         (wl-summary-set-mark): New function.
3491         (wl-summary-register-target-mark): Ditto.
3492         (wl-summary-unregister-target-mark): Ditto.
3493         (wl-summary-have-target-mark-p): Ditto.
3494         (wl-summary-register-temp-mark): Ditto.
3495         (wl-summary-unregister-temp-mark): Ditto.
3496         (wl-summary-registered-temp-mark): Ditto.
3497         (wl-summary-collect-temp-mark): Ditto.
3498         (wl-summary-unset-mark): Ditto.
3499         (wl-summary-set-target-mark): Ditto.
3500         (wl-summary-unset-target-mark): Ditto.
3501         (wl-summary-set-action-generic): Ditto.
3502         (wl-summary-unset-action-generic): Ditto.
3503         (wl-summary-exec-action-delete): Ditto.
3504         (wl-summary-exec-action-erase): Ditto.
3505         (wl-summary-set-action-refile): Ditto.
3506         (wl-summary-set-action-refile-subr): Ditto.
3507         (wl-summary-unset-action-refile): Ditto.
3508         (wl-summary-make-destination-numbers-list): Ditto.
3509         (wl-summary-exec-action-refile): Ditto.
3510         (wl-summary-set-action-copy): Ditto.
3511         (wl-summary-unset-action-copy): Ditto.
3512         (wl-summary-exec-action-copy): Ditto.
3513         (wl-summary-collect-numbers-region): Ditto.
3514         (wl-summary-delete): Rewrite.
3515         (wl-summary-erase): Ditto.
3516         (wl-summary-remove-destination): Ditto.
3517         (wl-summary-exec): Ditto.
3518         (wl-summary-exec-region): Ditto.
3519         (wl-summary-target-mark-erase): Ditto.
3520         (wl-summary-refile): Ditto.
3521         (wl-summary-copy): Ditto.
3522         (wl-summary-unmark): Ditto.
3523         (wl-summary-delete-all-mark): Ditto.
3524         (wl-summary-mark-line): Don't highlight.
3525         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3526         (wl-summary-target-mark-refile-subr): Rewrite.
3527
3528         (wl-summary-copy-prev-destination): Abolish.
3529
3530 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3531
3532         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3533         default values along the value of wl-on-mule.
3534         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
3535         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
3536         It is not used anywhere.
3537
3538 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
3539
3540         * wl-summary.el (wl-summary-print-destination): Keep position.
3541         (wl-summary-cursor-move-surface): Keep horizontal position.
3542
3543 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3544
3545         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
3546         write sendlog.
3547
3548 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3549
3550         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
3551         `wl-summary-highlight'.
3552
3553 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3554
3555         * wl-highlight.el (wl-highlight-summary-current-line): Remove
3556         trivial condition for temp-mark.
3557
3558 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
3559
3560         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
3561         when it hits killed buffer.
3562
3563 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3564
3565         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
3566         * wl-news.el.in: `message' and `error' take format string.
3567
3568 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3569
3570         * wl-folder (wl-folder-insert-entity): Display a message,
3571         `...done', when the work finish.
3572         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
3573
3574 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3575
3576         * wl-message.el (wl-message-redisplay): Remove unused local
3577         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
3578
3579 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3580
3581         * wl-summary.el (wl-summary-replace-status-marks): Disable
3582         interactive use.
3583         (wl-summary-reedit): Check message existence at first.
3584         (wl-summary-mark-line): Fix doc, return value is indefinite.
3585
3586         * wl-highlight.el (wl-highlight-message): Arranged.
3587
3588         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
3589         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
3590         check temp-mark by wl-summary-temp-mark always.
3591         (wl-highlight-summary): Change accordingly.
3592         * wl-summary.el (wl-summary-mark-as-read-all)
3593         (wl-summary-delete-cache, wl-summary-set-score-mark)
3594         (wl-summary-mark-as-unread, wl-summary-unmark)
3595         (wl-summary-mark-line, wl-summary-mark-as-read)
3596         (wl-summary-mark-as-important): Ditto.
3597
3598         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
3599         end of the window if possible.
3600         * wl-summary.el (wl-summary-sync-update): Support lazy
3601         highlighting.
3602         (wl-summary-toggle-disp-msg): Ditto.
3603
3604 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
3605
3606         * wl-util.el (wl-as-coding-system): Define for non-mule too.
3607
3608 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3609
3610         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
3611         change.
3612
3613 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
3616         API.
3617         (wl-summary-sync-update): Ditto.
3618
3619         * wl-score.el (wl-score-get-score-alist): Changed argument.
3620         (wl-summary-rescore-msgs): Likewise.
3621         (wl-summary-score-headers): Likewise.
3622         (wl-score-headers): Likewise;
3623         Use elmo-folder-do-each-message-entity, etc.
3624         (wl-summary-score-effect): Follow the changes above.
3625         (wl-summary-rescore): Ditto.
3626         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
3627         (wl-score-get-overview): Abolish.
3628
3629         * wl-summary.el (wl-summary-default-from): Follow the API change in
3630         elmo-msgdb.
3631         (wl-summary-count-unread): Ditto.
3632         (wl-summary-detect-mark-position): Ditto.
3633         (wl-summary-overview-entity-compare-by-date): Ditto.
3634         (wl-summary-overview-entity-compare-by-number): Ditto.
3635         (wl-summary-overview-entity-compare-by-from): Ditto.
3636         (wl-summary-overview-entity-compare-by-subject): Ditto.
3637         (wl-summary-get-list-info): Ditto.
3638         (wl-summary-rescan): Ditto.
3639         (wl-summary-jump-to-msg-by-message-id): Ditto.
3640         (wl-summary-sync-update): Ditto; Removed comment.
3641         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
3642         (wl-summary-insert-message): Use wl-summary-insert
3643         (wl-summary-insert-sequential): Changed argument msgdb to folder.
3644         (wl-summary-insert-headers): Changed argument overview to folder.
3645         (wl-summary-search-by-subject): Likewise.
3646         (wl-summary-insert-thread): Renamed from 
3647         wl-summary-insert-thread-entity and changed argument msgdb to folder.
3648
3649         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
3650         too.
3651
3652         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
3653         wl-string-member.
3654
3655 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
3658         elmo-folder-append-buffer.
3659         (wl-draft-queue-append): Likewise.
3660
3661         * wl-mime.el (wl-message-delete-current-part): Ditto.
3662         (wl-summary-burst-subr): Ditto.
3663
3664         * wl-news.el.in (wl-news-send-news): Ditto.
3665
3666 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
3667
3668         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
3669         function.
3670         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
3671         (wl-summary-update-mark): Enclose with save-excursion.
3672         (wl-summary-mark-as-read-internal): Fixed last change.
3673         (wl-summary-mark-as-important): Use 3rd argument of
3674         elmo-folder-unmark-important, elmo-folder-mark-as-important;
3675         Don't use elmo-msgdb-set-mark.
3676         (wl-summary-redisplay-internal): If msgdb flag is already read,
3677         just update the mark on buffer.
3678
3679 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3680
3681         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
3682         cut visible folder when elmo-folder-delete returns non-nil value.
3683
3684 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
3685
3686         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
3687         by Kenichi OKADA <okada@opaopa.org>).
3688
3689 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
3690
3691         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
3692
3693 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3694
3695         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
3696         Fixed the last change, search group entity by its real name.
3697         (Thanks to: KOBAYASHI Shinji)
3698
3699 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3700
3701         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
3702         (wl-fldmgr-access-display-all): Don't refer visible name.
3703         * wl-expire.el (wl-folder-archive-current-entity)
3704         (wl-folder-expire-current-entity): Ditto.
3705         * wl-folder.el (wl-folder-jump-to-current-entity)
3706         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
3707         (wl-folder-open-folder-sub,wl-folder-open-all)
3708         (wl-folder-write-current-folder): Ditto.
3709         (wl-folder-insert-entity): Don't use petname for normal group.
3710         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
3711         is the real name.
3712         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
3713         Abolished.
3714
3715 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
3716
3717         * wl-draft.el (wl-draft-create-buffer): Add
3718         `wl-summary-reply-with-citation'
3719
3720 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
3721
3722         * wl-draft.el (wl-draft-reply): Fixed.
3723
3724 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3725
3726         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
3727         when `wl-draft-send-confirm-with-preview' is non-nil.
3728         You can scroll up/down by j/k.
3729         (wl-draft-send-confirm-with-preview): New variable (default=t).
3730
3731 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3732
3733         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
3734         (wl-fldmgr-save-folders): Fix comment.
3735
3736 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3737
3738         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
3739         along the last change in `wl-folder-buffer-group-p'.
3740
3741 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
3744         folder.
3745
3746         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
3747         the default value.
3748
3749         * wl-mime.el (wl-summary-burst): Update summary only when target
3750         folder equals current folder.
3751
3752 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3753
3754         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
3755
3756 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3757
3758         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3759         value.
3760
3761 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
3764         `map-extents' instead of `extent-at' repeatedly.
3765         (wl-highlight-folder-current-line): Ditto.
3766
3767         * wl-highlight.el: Remove useless dummy functions.
3768
3769 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
3772         (wl-folder-put-folder-property): New function to put text property.
3773         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
3774         (wl-folder-insert-entity, wl-folder-update-diff-line)
3775         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
3776         * wl-e21.el, wl-xmas.el, wl-mule.el
3777         (wl-highlight-folder-current-line): Ditto.
3778         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
3779         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
3780         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
3781         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
3782
3783 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3784
3785         * Version number is increased to 2.11.3.
3786
3787 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
3790         Resume current-buffer since it is assumed by remaining tasks.
3791
3792 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3793
3794         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
3795         (wl-folder-completion-function): Abolished.
3796         (wl-folder-complete-folder): New function.
3797         (wl-folder-complete-filter-condition): Ditto.
3798         * wl-summary.el (wl-summary-read-folder): Change accordingly.
3799         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
3800
3801 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-draft.el (wl-draft-send-confirm): New function.
3804         (wl-draft-send): Use it.
3805
3806         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
3807         cursor-in-echo-area while confirming.
3808
3809         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
3810
3811         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
3812         searching via nntp if wl-summary-search-via-nntp is 'force.
3813         Otherwise, invoke searching in nntp folder only.
3814         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
3815
3816         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
3817         explicitly for mime-make-text-tag.
3818
3819 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3820
3821         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3822         `mime-make-text-tag' instead of `mime-create-tag'.
3823
3824 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3825
3826         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
3827         (wl-fldmgr-add-completion-subr): Rewrite conditional.
3828
3829 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3830
3831         * wl-score.el (wl-score-save): Bind print-length and print-level.
3832         (wl-score-pretty-print): Ditto.
3833         (wl-score-edit-insert-header-entry): Ditto.
3834
3835         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
3836         "From" entry to be treated with wl-draft-eword-encode-address-list.
3837         * wl-mime.el (wl-draft-preview-message): Ditto.
3838
3839         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
3840         (wl-summary-mark-as-unread): Ditto.
3841         (wl-summary-mark-as-read-region): Change accordingly.
3842         (wl-summary-mark-as-unread-region): Ditto.
3843         (wl-summary-target-mark-mark-as-read): Ditto.
3844         (wl-summary-target-mark-mark-as-unread): Ditto.
3845
3846 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3847
3848         * Version number is increased to 2.11.2.
3849
3850 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3851
3852         * wl-news.el.in (wl-news-previous-version-save): Bind
3853         print-length and print-level.
3854         * wl-thread.el (wl-thread-save-entities): Ditto.
3855         (wl-thread-save-top-list): Bind print-length.
3856
3857 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3858
3859         * wl-highlight.el (wl-highlight-summary-line-string): Use
3860         wl-summary-score-below-mark, wl-summary-score-over-mark.
3861         (wl-highlight-summary-current-line): Ditto.
3862
3863 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
3866         insert it.
3867
3868 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
3869
3870         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
3871
3872 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3873
3874         * wl-mime.el (wl-message-delete-current-part): Avoid error on
3875         message without msgid.
3876         Rewrite with elmo-folder-move-messages.
3877         Set wl-message-buffer to nil.
3878
3879         * wl-summary.el (wl-summary-erase-subr): New function. Use
3880         elmo-folder-move-messages.
3881         (wl-summary-erase): Call it.
3882         (wl-summary-target-mark-erase): Ditto.
3883
3884 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3885
3886         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
3887         it is not up-tp-date.
3888
3889 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3890
3891         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
3892         buffer after calling `wl-summary-goto-folder-subr' without the
3893         argument `interactive'.
3894         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
3895
3896 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3897
3898         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
3899         `mime-create-tag'. Use `string=' instead of `looking-at'.
3900
3901 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
3904         to avoid compile warning.
3905
3906         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
3907         entity-id when folder is given.
3908         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
3909         save-excursion, use save-selected-window instead.
3910         Select folder buffer window if exists.
3911         (To correct behavior with wl-folder-move-cur-folder.)
3912
3913 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
3914
3915         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
3916
3917 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
3918
3919         * wl-summary.el (wl-summary-line-list-info): Use %f to make
3920         list-count instead of %d.
3921
3922 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3923
3924         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
3925         (wl-news): Set it.
3926         (wl-news-append-to-folder): Use it.
3927
3928         * wl-news.el.in (wl-news-send-news): Append to specified folder
3929         instead of wl-default-folder.
3930         (wl-news-append-to-folder): Show error message with specified folder.
3931
3932         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
3933                 In most major modes, Emacs assumes that any opening
3934                 delimiter found at the left margin is the start of a
3935                 top-level definition, or defun. Therefore, *never put an
3936                 opening delimiter at the left margin unless it should have
3937                 that significance.*
3938
3939         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
3940
3941 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3942
3943         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
3944
3945 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3946
3947         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
3948
3949 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
3950
3951         * wl-summary.el (wl-summary-mark-collect): Revive missing return
3952         for sequential numbering case.
3953
3954 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3957         value.
3958         (wl-draft-reply-without-argument-list): Ditto.
3959         (wl-draft-reply-myself-with-argument-list): Abolish.
3960         (wl-draft-reply-myself-without-argument-list): Ditto.
3961         * wl-draft.el (wl-draft-self-reply-p): New function.
3962         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3963
3964 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3965
3966         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3967         (avoid error for the case without byte-compiling)
3968
3969 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3970
3971         * wl-news.el.in (wl-news-append-to-folder): New function.
3972         (wl-news-exit): Rewrite.
3973         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3974
3975 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3976
3977         * wl-draft.el (wl-draft-reply-position): New function.
3978         (wl-draft-reply-position): Fix.
3979         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3980         (wl-summary-target-mark-reply-with-citation): Ditto.
3981         (wl-summary-reply-with-citation): Ditto.
3982         * wl-vars.el (wl-draft-reply-default-position): New variable.
3983
3984 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3985
3986         * wl-draft.el (wl-draft-send): Preview when interactive send.
3987
3988 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3989
3990         * wl-draft.el (wl-draft-reply): Set default position.
3991         * wl-summary.el (wl-summary-reply): Ditto.
3992         (wl-summary-reply-with-citation): Ditto.
3993         (wl-summary-target-mark-reply-with-citation): Ditto.
3994
3995 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3996
3997         * wl-news.el.in (wl-news-lang): Set default value according to
3998         current-language-environment.
3999         (wl-news-append-news): Do nothing when news-list is nil.
4000
4001 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4002
4003         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4004         (wl-news): Change message.
4005         (wl-news-exit): Check buffer.
4006         (wl-news-force-exit): New function.
4007         (wl-news-show-all): New function.
4008         (wl-news-discard-and-exit): Fix.
4009
4010 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4011
4012         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4013         according to current-language-environment.
4014
4015         * wl-news.el.in (wl-news): If arg, show all NEWS after
4016         wl-news-default-previous-version.
4017
4018 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4019
4020         * wl-news.el.in (wl-news-check): Rewritten.
4021         (wl-news-previous-version-load): Change data type.
4022         (wl-news-previous-version-save): Change data type.
4023         (wl-news-append-news): Add return value.
4024         (wl-news-check-news): New function.
4025         (wl-news-already-current-p): New function.
4026         (wl-news-send-news): Rewritten.
4027         (wl-news-mode-map): Add new keybind.
4028         (wl-news): Rewritten.
4029         (wl-news-exit): Rewritten.
4030         (wl-news-discard-and-mail): New function.
4031         (wl-news-send-to-address): Abolished.
4032         * wl.el (wl-init): Delete a message.
4033
4034 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4035
4036         * wl-news.el.in (wl-news-exit): Update previous version.
4037         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4038
4039 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4040
4041         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4042
4043 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4044
4045         * wl-news.el.in (wl-news): New function.
4046         (wl-news-mode): New function.
4047         (wl-news-next-line): New function.
4048         (wl-news-next-page): New function.
4049         (wl-news-exit): New function.
4050         (wl-news-buf-name): New variable.
4051         (wl-news-mode-map): New variable.
4052         (wl-news-winconf): New variable.
4053         (wl-news-append-news): Add an option.
4054
4055 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4056
4057         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4058
4059 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4060
4061         * wl-news.el.in (wl-news-send-to-address): New variable.
4062         (wl-news-send-news): Use it.
4063         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4064         Return updating status.
4065         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4066
4067 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4068
4069         * wl-news.el.in (wl-news-send-news): Delete
4070         Organization and X-Face.
4071
4072 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4073
4074         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4075         (wl-news-append-news): New function.
4076         (wl-news-send-news): New function.
4077
4078 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4079
4080         * Version number is increased to 2.11.1.
4081
4082 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4083
4084         * wl-news.el.in : New file.
4085
4086 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4087
4088         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4089         default value.
4090         (wl-draft-reply-without-argument-list): Ditto.
4091
4092 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4095         (wl-message-buffer-prefetch-idle-time): Ditto.
4096         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4097
4098 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4099
4100         * wl-thread.el (wl-thread-insert-message): Use
4101         wl-summary-max-thread-depth.
4102
4103         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4104         loop detection.
4105
4106         * wl-message.el (wl-message-buffer-display): Back to the first page
4107         when cache is hit.
4108
4109 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4112
4113         * wl-summary.el (wl-summary-insert-thread-entity):
4114         If the thread depth is reached to wl-summary-max-thread-depth,
4115         divide the thread.
4116
4117 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4118
4119         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4120         for elmo-remove-passwd.
4121
4122 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4123
4124         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4125         folder is sticky.
4126         (wl-folder-mark-as-read-all-entity): Ditto.
4127         (wl-folder-prefetch-entity): Ditto.
4128
4129 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4130
4131         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4132
4133 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4134
4135         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4136         Delete messages on buffer for unplugged operation.
4137         (wl-summary-erase): Ditto.
4138
4139 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4140
4141         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4142         take nil so as not to search parent by subject.
4143
4144 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4145
4146         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4147         (wl-folder-get-next-folder): Ditto.
4148         (wl-folder-get-path): Ditto.
4149
4150 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4151
4152         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4153         system and encode the region with it before verifying.
4154
4155 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4158         system of the echo buffer before decoding.
4159
4160 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4161
4162         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4163         original contents.
4164
4165 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4166
4167         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4168         with argument 'any-exists.
4169
4170 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4171
4172         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4173         Use `wl-cs-autoconv'.
4174
4175 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4176
4177         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4178         by `mime-view-automatic-conversion'.
4179
4180         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4181         (wl-message-verify-pgp-nonmime): Ditto.
4182         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4183         Bind them to C-c:d and C-c:v respectively.
4184
4185         Merge following code by Teranishi-san from [wl-en:00167].
4186         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4187         (wl-mime-preview-application/pgp-encrypted): Ditto.
4188         (wl-mime-setup): Add entry.
4189
4190 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl-summary.el (wl-summary-target-mark-erase): New function.
4193         Bind it to "mD".
4194
4195 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4196
4197         * wl-vars.el (wl-draft-write-file-function): Fix.
4198         (wl-draft-reedit-hook): Changed default value.
4199
4200         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4201         wl-draft-reedit-hook.
4202         (wl-draft-remove-text-plain-tag): New function.
4203         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4204
4205         * wl-vars.el (wl-draft-write-file-function): New user option.
4206
4207         * wl-draft.el (wl-draft-prepare-edit): Use it for
4208         local-write-file-hooks.
4209         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4210
4211         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4212         (wl-draft-insert-mail-header-separator): Return the body beginning
4213         point.
4214         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4215         text/plain.
4216         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4217
4218 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4219
4220         * wl-summary.el (wl-summary-erase): New function to erase message
4221         without moving it to trash. Bind to "D".
4222
4223         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4224         as `keep' unless switch-function.
4225
4226 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4227
4228         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4229         message buffer by using `wl-summary-toggle-disp-msg'.
4230         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4231         buffer window.
4232         (wl-summary-supresedes-message): Ditto.
4233
4234         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4235         Do not delete other windows.
4236         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4237         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4238         (wl-draft-create-buffer): Set reply-or-forward also for target
4239         mark commands.
4240
4241 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * wl-draft.el (wl-user-agent-compose): Delete special case for
4244         switch-to-buffer-other-window.
4245
4246         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4247         (wl-summary-forward): Ditto.
4248
4249         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4250         function.
4251         (wl-draft-buffer-style): New use option.
4252
4253         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4254         (wl-draft): Follow the change above.
4255         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4256         wl-draft-buffer-style.
4257         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4258         switch-function.
4259
4260 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4261
4262         * wl-address.el (wl-address-make-completion-entry): Extracted from
4263         `wl-address-make-completion-list'.
4264         (wl-address-enable-strict-loading): New variable.
4265         (wl-address-make-completion-list): Revive petname duplication
4266         inquiry, and enable it if `wl-address-enable-strict-loading'.
4267         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4268
4269 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4270
4271         * wl-message.el (wl-message-get-original-buffer): Avoid
4272         'Selecting deleted buffer' error when original buffer is killed.
4273
4274 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4275
4276         * wl-summary.el (wl-summary-next-message): Use
4277         elmo-message-accessible-p instead of elmo-message-cached-p.
4278
4279 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4280
4281         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4282
4283         * wl-thread.el (wl-thread-open-all-unread): Use
4284         elmo-folder-list-flagged instead of
4285         elmo-folder-list-messages-mark-match.
4286
4287         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4288         instead of elmo-folder-list-messages-mark-match.
4289         (wl-summary-move-spec-alist): New variable.
4290         (wl-summary-move-spec-plugged-alist,
4291         wl-summary-move-spec-unplugged-alist): Abolish.
4292         (wl-summary-next-message): Follow the change above.
4293         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4294         with 'no-msg' argument.
4295
4296         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4297         variable.
4298         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4299         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4300         (wl-message-buffer-prefetch-get-next): Follow the change above.
4301
4302 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * wl-version.el (wl-version): Changed codename.
4305
4306         * Version number is increased to 2.11.0.
4307
4308 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4309
4310         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4311         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4312         `wl-draft-config-variables'.
4313         (wl-draft-kill): Fixed problem when the draft is reedit.
4314
4315 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4316
4317         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4318         buffer-modified status (Thanks to
4319         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4320
4321 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl-util.el (wl-region-exists-p): New function.
4324
4325         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4326         Remove defvars for byte-compile warnings.
4327
4328 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4329
4330         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4331         defvar-maybe. Removed unused bind.
4332
4333 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4336         summary buffer window before creating new frame.
4337         (wl-draft-reply): Ditto.
4338
4339 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4340
4341         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4342
4343 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4344
4345         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4346
4347 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4348
4349         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4350         instead of `kill-region'.
4351
4352 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4353
4354         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4355         (wl-highlight-summary-line-string): Use it.
4356         (wl-highlight-summary-current-line): Ditto.
4357
4358         * wl-mime.el (wl-message-delete-current-part): Check the class of
4359         mime-entity.
4360
4361         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4362
4363         * wl-summary.el (wl-summary-make-number-list): Initialize.
4364         (wl-summary-update-mark): New function.
4365         (wl-summary-reply): Put `answered' mark on the message.
4366         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4367
4368         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4369         (wl-draft-reply): Added optional argument `number';
4370         Set wl-draft-parent-number.
4371         (wl-draft-kill): Delete answered mark if it is a reply.
4372
4373 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4376         that originates in mime-preview-follow-current-entity.
4377         (wl-draft-yank-current-message-entity): Use it if region is active.
4378
4379         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4380         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4381         `wl-message-delete-current-part'.
4382         * wl-mule.el (wl-message-define-keymap): Ditto.
4383         * wl-xmas.el (wl-message-define-keymap): Ditto.
4384
4385 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-mime.el (wl-message-delete-current-part): New function.
4388         (wl-mime-node-id-to-string): Ditto.
4389
4390         * wl-mime.el (wl-message-delete-current-part): Use existing
4391         original buffer which corresponds current mime-view buffer.
4392         (fetched buffer might have different structure, possibly)
4393
4394         * wl-mime.el (wl-message-delete-current-part): Quit if the
4395         message content differs from the actual message.
4396
4397 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4398
4399         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4400         order.
4401         (wl-summary-search-by-subject): Search parent message from tail;
4402         Check the existence of the parent message on the current thread tree.
4403         (wl-summary-update-thread): Check whether the line is inserted.
4404
4405 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-vars.el (wl-summary-line-format): Undo last change.
4408         * wl-summary.el (wl-summary-print-destination): Do not put
4409         invisible property when `wl-summary-width' is nil.
4410         (wl-summary-line-subject-minimum-length): Abolished.
4411         (wl-summary-line-subject): Ditto.
4412
4413 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-vars.el (wl-summary-line-format): Change default value.
4416         (wl-summary-subject-length-limit): Abolished.
4417         * wl-summary.el (wl-summary-line-subject): Ditto.
4418
4419 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4420
4421         * wl-template.el (wl-template-select): Added optional argument.
4422         If optional argument is specified, reverse
4423         `wl-template-visible-select'.
4424
4425 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4428         Take prefix argument to force asking the destination folder.
4429
4430 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4431
4432         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4433         count and update status.
4434
4435 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4436
4437         * wl-summary.el (wl-summary-redisplay-internal): If
4438         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4439         after fetching.
4440
4441 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4442
4443         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4444         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4445
4446         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4447
4448 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4451         (All other related portions are changed).
4452         (wl-summary-mark-as-read-all): Rewrite.
4453
4454 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4455
4456         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4457         `wl-summary-mark-as-read'.
4458         (wl-summary-mark-as-unread): Rewrite.
4459         (wl-summary-mark-as-read): Added no-modeline argument.
4460         (wl-summary-resume-cache-status): Rewrite.
4461         (wl-summary-exec-subr): Remove unused local variable.
4462
4463 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4464
4465         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4466         logic to call `wl-summary-buffer-prev-folder-function'.
4467         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4468
4469 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4470
4471         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4472         is nil.
4473
4474 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4477         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4478         (wl-mime-setup): Add its entry.
4479
4480 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4481
4482         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4483         (wl-summary-delete-cache): Likewise.
4484         (wl-summary-mark-as-read): Rewrite.
4485
4486 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4487
4488         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4489         `wl-summary-count-unread'.
4490
4491         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4492
4493         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4494
4495 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4496
4497         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4498         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4499         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4500         Renamed to the elmo-msgdb-*-mark.
4501         (wl-summary-score-marks): Follow the change above.
4502         (wl-summary-auto-refile-skip-marks): Ditto.
4503         (wl-summary-incorporate-marks): Ditto.
4504         (wl-summary-expire-reserve-marks): Ditto.
4505
4506         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4507         changes.
4508         (wl-thread-insert-top): Changed updating message.
4509
4510         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4511         variable.
4512         (wl-summary-count-unread): Count answered marks.
4513         (wl-summary-rescan): Call wl-summary-insert-message instead of
4514         wl-summary-append-message-func-internal.
4515         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4516         (wl-summary-prefetch-msg): Follow the variable name changes.
4517         (wl-summary-prefetch-region): Ditto.
4518         (wl-summary-mark-as-read-all): Follow the API changes;
4519         Don't call elmo-folder-replace-marks.
4520         (wl-summary-delete-cache): Follow the variable name changes.
4521         (wl-summary-resume-cache-status): Ditto.
4522         (wl-summary-update-status-marks): New function.
4523         (wl-summary-insert-message): New function.
4524         (wl-summary-sync-marks): Follow the variable name changes.
4525         (wl-summary-sync-update): Synchronize to the msgdb, too;
4526         Changed update messages.
4527         (wl-summary-make-number-list): Rewrite.
4528         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4529         (wl-summary-mark-as-unread): Follow the API changes.
4530         (wl-summary-exec-subr): Follow the variable name changes.
4531         (wl-summary-mark-as-read): Ditto.
4532         (wl-summary-move-spec-plugged-alist): Ditto.
4533         (wl-summary-move-spec-unplugged-alist): Ditto.
4534         (wl-summary-cursor-move-surface): Ditto.
4535
4536         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
4537         variable name changes.
4538         (wl-highlight-summary-current-line): Ditto.
4539
4540         * wl-expire.el (wl-expire-refile): Follow the API change in
4541         elmo-folder-move-messages.
4542         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4543         (wl-summary-archive): Use elmo-folder-msgdb instead of
4544         elmo-msgdb-load.
4545
4546 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl-mime.el (wl-draft-preview-message): Restore the position
4549         before evaluating wl-draft-send-hook in preview buffer.
4550
4551 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
4554         when it creates new draft buffer.
4555
4556         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
4557         without argument.
4558
4559         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
4560         Evaluate content and if the value is string, insert it.
4561         (wl-draft-config-sub-body,wl-draft-config-sub-top,
4562         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
4563         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
4564         wl-draft-config-sub-part-bottom): Use it.
4565
4566         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
4567         with the folder name. The question was unintelligible when it is
4568         called from wl-save-status.
4569
4570 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4571
4572         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
4573         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
4574         cannot take second argument).
4575
4576 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
4579         as t. Since type and subtype are not case sensitive (RFC 2045).
4580
4581 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-vars.el (wl-message-mode-line-format): New variable.
4584         (wl-message-mode-line-format-spec-alist): Ditto.
4585         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
4586         (wl-message-redisplay): Use wl-message-mode-line-format.
4587
4588 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
4591
4592 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-summary.el (wl-summary-default-from): Write description.
4595
4596 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
4597
4598         * wl-vars.el (wl-ldap-objectclass): Abolish.
4599
4600         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
4601         (wl-ldap-make-filter): Removed condition for objectclass.
4602         (wl-ldap-make-matched-value-list): Remove meaningless process.
4603         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
4604         (wl-address-ldap-search): Don't add `*' to `pat' string;
4605         use ignore-errors; added `email';
4606         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
4607         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
4608         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
4609
4610
4611 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-draft.el (wl-draft-parent-folder): Write description.
4614         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
4615
4616 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
4619         as "" (zero-length string) if no parent.
4620         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
4621
4622 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
4623
4624         * wl-address.el (wl-address-make-completion-list): Skip duplication
4625         checking.
4626         (wl-address-make-address-list): use `cons' and `nreverse' instead of
4627         `append'.
4628
4629 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4630
4631         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
4632         instead of `beginning-of-buffer'.
4633
4634 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
4637
4638 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
4641         Refer wl-message-buffer-name.
4642         (wl-message-wheel-down): Ditto.
4643
4644 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4645
4646         * wl-vars.el (wl-message-buffer-name): New user option.
4647
4648         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
4649         directly instead of making alist dinamically.
4650
4651         * wl-message.el (wl-message-buffer-cache-name): Abolish.
4652         (wl-message-buffer-create): Use wl-message-buffer-name instead of
4653         wl-message-buffer-cache-name.
4654         (wl-message-buffer-cache-clean-up): Ditto.
4655
4656         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
4657
4658         * Version number is increased to 2.9.15.
4659
4660 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
4661
4662         * wl-vars.el (wl-summary-default-view-alist): New user option.
4663
4664         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
4665
4666         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
4667         while deleting address.
4668         (wl-draft-delete-myself-from-cc): Ditto.
4669
4670         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
4671         If optional argument is specified, reverse sort order.
4672
4673         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
4674
4675 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
4676
4677         * wl-thread.el (wl-thread-insert-message): Return parent number if
4678         exists.
4679         (wl-thread-update-indent-string-region): Use
4680         wl-thread-update-line-on-buffer-sub instead of
4681         wl-thread-update-line-on-buffer.
4682
4683 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4684
4685         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
4686         (wl-folder-close-all): Ditto.
4687
4688 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4689
4690         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
4691         and mailing-list:.
4692         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
4693         value.
4694         (wl-summary-line-list-info): Print mailing-list name even when 
4695         list-number is empty.
4696
4697 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4698
4699         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
4700
4701         * wl-draft.el (wl-draft-confirm): Abolished since not used.
4702         (wl-draft-open-file): Ditto.
4703         (wl-draft-random-alphabet): Ditto.
4704
4705         * wl-summary.el (wl-summary-mode-map): Remove already abolished
4706         bindings.
4707
4708 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
4711         * wl-vars.el (wl-draft-config-alist): Ditto.
4712
4713 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * Version number is increased to 2.9.14.
4716
4717         * wl.el (wl): Don't set wl-init as nil when error occured while
4718         auto-checking folders.
4719
4720         * wl-util.el (wl-expand-newtext): Re-define as an alias for
4721         `elmo-expand-newtext'.
4722
4723 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
4726         `this-command' so that `wl-folder-goto-folder' contained in
4727         `wl-summary-keep-cursor-command' work.
4728
4729 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4730
4731         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
4732         message buffer displaying state.
4733
4734 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4735
4736         * wl-vars.el (wl-summary-default-view): New variable to specify
4737         default value for `wl-summary-buffer-view' instead of using
4738         set-default.
4739         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
4740
4741 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
4744
4745         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
4746
4747 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
4748
4749         * wl-vars.el (wl-forward-subject-prefix): New variable.
4750         * wl-draft.el (wl-draft-forward): Use it.
4751
4752 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-message.el (wl-message-prev-page): When it is called without
4755         lines argument, scroll down by wl-message-scroll-amount lines.
4756         (wl-message-next-page): Ditto.
4757         * wl-vars.el (wl-message-scroll-amount): Change default value
4758         to preserve current behavior.
4759
4760 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4761
4762         * wl-summary.el (wl-summary-prefetch-msg): Bind
4763         `wl-message-entity' to call `wl-summary-from-function'.
4764
4765 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4766
4767         * wl-message.el (wl-message-buffer-create): Run
4768         wl-message-buffer-created-hook.
4769
4770 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4771
4772         * wl-summary.el (wl-summary-sort-specs): New variable.
4773         (wl-summary-default-sort-spec): Ditto.
4774         (wl-summary-sort): Rewrite.
4775         (wl-summary-sort-by-list-info): New function.
4776
4777 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4778
4779         * wl-summary.el (wl-summary-get-list-info): New function.
4780         (wl-summary-sort): Rewrite.
4781         (wl-summary-line-list-info): Ditto.
4782         (wl-summary-line-list-count): Ditto.
4783         (wl-summary-refile-region): Fixed docstring.
4784
4785 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
4788         `wl-folder-entity-hashtb' as completion table.
4789
4790 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
4793         only when this command is called interactively; silence the byte-
4794         compiler.
4795
4796 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4797
4798         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
4799         active in XEmacs.
4800
4801 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4802
4803         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
4804         plural lines.
4805
4806 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4807
4808         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
4809         of current line when the cursor is on the header name.
4810         (preserve behavior to move to b.o.h. and b.o.l. mutually)
4811
4812 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4813
4814         * wl-util.el (wl-read-directory-name): Return displayed directory
4815         as the default value also on XEmacs.
4816
4817 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
4818
4819         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
4820         formatting.
4821
4822 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
4823
4824         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
4825         argument and when it is non-nil, check face property before
4826         highlighting for each line.
4827         (wl-highlight-summary-window): Set it.
4828
4829 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
4832         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
4833
4834         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
4835         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
4836         (wl-draft-get-fcc-list): Likewise.
4837
4838 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl-thread.el (wl-thread-indent-regexp): Abolished.
4841         (wl-thread-entity-cur): Ditto.
4842         * wl-summary.el (wl-summary-buffer-set-folder): Removed
4843         wl-thread-indent-regexp setting.
4844         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
4845
4846         * wl-summary.el (wl-summary-display-top): Highlight summary window when
4847         wl-summary-lazy-highlight.
4848         (wl-summary-display-bottom): Ditto.
4849
4850         * wl-thread.el (wl-thread-open-close): Likewise.
4851
4852         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
4853         from and subject;
4854         Bind wl-draft-use-frame;
4855         Enclose with save-window-excursion;
4856         Use wl-draft-create-buffer instead of with-temp-buffer;
4857         Use wl-draft-prepare-edit;
4858         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
4859         Use wl-draft-send instead of wl-draft-raw-send.
4860
4861 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4862
4863         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
4864         of using wl-from.
4865
4866 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
4867
4868         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
4869         insert-buffer instead of clone-buffer.
4870         (wl-draft-doing-mime-bcc): New variable.
4871         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
4872         infinite loop.
4873         (wl-draft-do-mime-bcc): Use wl-from for From field value.
4874
4875         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
4876         (wl-draft-mime-bcc-body): Ditto.
4877
4878         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
4879         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
4880         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
4881         wl-draft-do-mime-bcc.
4882         (wl-draft-mime-bcc-field): New function.
4883         (wl-draft-do-mime-bcc): Ditto.
4884
4885         * wl-address.el (wl-address-complete-header-list): New variable.
4886         (wl-address-complete-header-regexp): Changed default value.
4887
4888         * Version number is increased to 2.9.13.
4889
4890 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
4891
4892         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
4893         it is differed.
4894
4895 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4896
4897         * wl-summary.el (wl-summary-line-list-info): Rewrite.
4898         (wl-summary-line-list-count): Ditto.
4899
4900 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
4903         (wl-nntp-posting-function): New variable.
4904         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
4905         `wl-nntp-posting-config-alist'.
4906
4907 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
4910         FLIM.
4911
4912 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
4913
4914         * wl-summary.el (wl-summary-target-mark-refile-sub):
4915         Remove a nuisance funcall.
4916
4917 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
4918
4919         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
4920         as t for `try-completion'.
4921
4922 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-summary.el (wl-summary-default-from): Use
4925         wl-address-header-extract-address instead of
4926         std11-extract-address-components.
4927         (wl-summary-simple-from): Ditto.
4928         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
4929         (wl-summary-insert-headers): Show message.
4930         (wl-summary-create-line): Set 4th argument of wl-set-string-width
4931         for whole line.
4932         (wl-summary-default-from): Revert last change.
4933         (wl-summary-simple-from): Ditto.
4934         (wl-summary-mark-as-read): Argument rearrangement and re-written.
4935         (wl-summary-mark-as-read-region): Follow the change above.
4936         (wl-summary-sync-marks): Ditto.
4937         (wl-summary-target-mark-mark-as-read): Ditto.
4938         (wl-summary-redisplay-internal): Ditto.
4939         (wl-summary-redisplay-no-mime-internal): Ditto.
4940         (wl-summary-redisplay-all-header): Ditto.
4941         (wl-summary-mark-as-read): Removed argument `cached';
4942         Use current cache status to set cache mark.
4943         (wl-summary-redisplay-internal): Follow the change above.
4944         (wl-summary-redisplay-no-mime-internal): Ditto.
4945         (wl-summary-redisplay-all-header): Ditto.
4946
4947         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4948
4949         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
4950         Don't call itself recursively (Adviced by Yamaoka-san).
4951
4952 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4953
4954         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4955         bind wl-summary-highlight as nil to avoid error caused by missing
4956         local variables.
4957
4958 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4959
4960         * wl-vars.el (wl-invalid-character-message): New user option.
4961
4962         * wl-util.el (wl-set-string-width): If truncated string-width is
4963         larger than specified width, use `wl-invalid-character-message'.
4964
4965 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4966
4967         * wl-summary.el (wl-summary-prefetch-msg): 
4968         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4969
4970 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4971
4972         * wl-vars.el (wl-summary-check-line-format): New user option.
4973         (wl-summary-line-format-file): Ditto.
4974
4975         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4976         variable.
4977         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4978         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4979         and `wl-summary-view-old-p' to check whether do a rescan or not.
4980         (wl-summary-view-old-p): New function.
4981         (wl-summary-line-format-changed-p): Ditto.
4982         (wl-summary-line-format-save): Ditto.
4983         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4984
4985         * wl-util.el (wl-set-string-width): Avoid using negative number
4986         for make-string.
4987
4988 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4989
4990         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4991         return value.
4992
4993         * wl-util.el (wl-set-string-width): Added optional argument
4994         `padding' (All other related portions are changed).
4995         (wl-line-parse-format): If the first letter of column number is
4996         `0', zero-padding the result (ex: "%05l").
4997
4998         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4999
5000 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5003         sequential summary view.
5004
5005 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5008         if it doesn't have a -unix version.
5009
5010 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5013
5014 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5017         content.
5018         (wl-draft): Follow the change above.
5019
5020         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5021
5022         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5023         and wl-folder-summary-line-format-alist contain %T and %P.
5024
5025         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5026         (wl-summary-mode-line-format): New user option.
5027         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5028         (wl-summary-line-format): Changed default value.
5029         (wl-summary-lazy-highlight): Changed default value.
5030
5031         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5032         change in wl-summary-create-line.
5033         (wl-thread-insert-entity-sub): Ditto.
5034
5035         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5036         (wl-summary-buffer-unread-status): Ditto.
5037         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5038         (wl-summary-buffer-persistent-mark-column): Ditto.
5039         (wl-summary-buffer-mode-line-formatter): Ditto.
5040         (wl-summary-buffer-mode-line): Ditto.
5041         (wl-summary-message-regexp): Abolished.
5042         (All other related portions are changed.)
5043         (wl-summary-detect-mark-position): New function.
5044         (wl-summary-buffer-set-folder): Setup
5045         wl-summary-buffer-mode-line-formatter.
5046         (wl-summary-mode): Setup selective-display;
5047         Setup pre-idle-hook when xemacs.
5048         (wl-summary-update-modeline): Rewrite.
5049         (wl-summary-jump-to-msg): Define as function;
5050         Changed regexp for searching messages.
5051         (wl-summary-message-number): Rewrite.
5052         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5053         Do rescan when old type summary cache.
5054         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5055         (wl-summary-remove-destination): Use '\r' to detect EOL.
5056         (wl-summary-print-destination): Ditto.
5057         (wl-summary-temp-mark): New inline function.
5058         (wl-summary-persistent-mark): Ditto.
5059         (wl-summary-line-number): New function.
5060         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5061         (wl-summary-line-list-count): New function.
5062         (wl-summary-create-line): Added argument persistent-mark.
5063         (All other related portions are changed)
5064         (wl-summary-create-line): Insert '\r'.
5065         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5066         (wl-summary-cursor-move-surface): New inline function.
5067         (wl-summary-prev): Use it.
5068         (wl-summary-next): Ditto.
5069
5070         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5071         wl-summary-message-regexp.
5072         (wl-highlight-summary): Delete progress message.
5073         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5074
5075         * Version number is increased to 2.9.12.
5076
5077 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5080         variable (nil: no minimum).
5081         (wl-summary-line-subject): Add some spaces after subject by
5082         wl-summary-line-subject-minimum-length.
5083
5084 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5085
5086         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5087         and removed `F'.
5088         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5089         change above).
5090
5091 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5092
5093         * wl-summary.el (wl-summary-line-list-count): Reverted.
5094         (example setting in samples/*/dot.wl is also updated)
5095
5096 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5099
5100         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5101
5102         * wl-vars.el (wl-summary-line-format): Addes some description to the
5103         docstring.
5104
5105         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5106         (wl-summary-line-close-bracket): Ditto.
5107         (wl-summary-line-children-number): Ditto.
5108         (wl-summary-line-thread-indent): Ditto.
5109         (wl-summary-line-children-and-from): Ditto.
5110
5111         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5112         't', 'c', 'F' and added 'C'.
5113
5114         * wl-util.el (wl-set-string-width): Accept negative value.
5115         (wl-line-parse-format): Added "%number(" and "%)".
5116
5117 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-summary.el (wl-summary-line-list-count): Change format of the
5120         return value.
5121
5122 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5123
5124         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5125         from the recent message.el.
5126         (wl-draft-point-in-header-p): Ditto.
5127         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5128         wl-draft-beginning-of-line.
5129         * wl-e21.el (wl-draft-mode-map): Ditto.
5130         * wl-xmas.el (wl-draft-mode-map): Ditto.
5131
5132         * wl-folder.el: Sort macrodefs by dependencies.
5133
5134 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5135
5136         * wl-summary.el (wl-summary-prev): Fixed regexp.
5137         (wl-summary-next): Ditto.
5138
5139 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5140
5141         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5142
5143 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5144
5145         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5146         for backward compatibility.
5147
5148 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-summary.el (wl-summary-line-list-count): New function, merged
5151         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5152         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5153         list counts.
5154
5155 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5156
5157         * wl-summary.el (wl-summary-create-line): Ignore errors while
5158         timezone-fix-time.
5159
5160         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5161
5162         * wl-summary.el (wl-summary-sync-update): Ditto.
5163         (wl-summary-default-from): Use wl-message-entity
5164         instead of entity.
5165
5166         * wl-summary.el (wl-summary-create-line): Fix.
5167
5168         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5169         (wl-summary-line-format): New user option.
5170         (wl-folder-summary-line-format-alist): Ditto.
5171         (wl-summary-from-width): Abolished.
5172
5173         * wl-util.el (toplevel): Require 'bytecomp.
5174         (wl-line-parse-format): New function.
5175         (wl-line-formatter-setup): New macro.
5176
5177         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5178         (wl-summary-buffer-line-formatter): New buffer local variable.
5179         (wl-summary-switch-to-clone-buffer): Follow the change above.
5180         (wl-summary-message-regexp): Fix.
5181         (wl-summary-from-func-internal): Abolished.
5182         (wl-summary-subject-func-internal): Ditto.
5183         (wl-summary-subject-filter-func-internal): Ditto.
5184         (All other related portions are changed.)
5185         (wl-summary-buffer-set-folder):
5186         Set up wl-summary-buffer-number-column and 
5187         wl-summary-buffer-line-formatter
5188         (All other related portions are changed.)
5189         (wl-summary-buffer-number-column-detect): Abolished.
5190         (All other related portions are changed.)
5191         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5192         (wl-summary-delete-all-temp-marks-on-buffer): Use
5193         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5194         (wl-summary-target-mark-delete): Ditto.
5195         (wl-summary-target-mark-refile-subr): Ditto.
5196         (wl-summary-target-mark-mark-as-read): Ditto.
5197         (wl-summary-target-mark-mark-as-unread): Ditto.
5198         (wl-summary-target-mark-mark-as-important): Ditto.
5199         (wl-summary-target-mark-save): Ditto.
5200         (wl-summary-replace-status-marks): Renamed from
5201         wl-summary-set-status-marks-on-buffer;
5202         Use wl-summary-message-regexp instead of
5203         wl-summary-buffer-number-regexp.
5204         (wl-summary-sync-update): Follow the change above.
5205         (wl-summary-goto-previous-message-beginning): New function.
5206         (wl-summary-mark-as-unread): Use it.
5207         (wl-summary-mark-as-important): Ditto.
5208         (wl-summary-line-formatter): New variable.
5209         (wl-summary-line-year): New function.
5210         (wl-summary-line-day): Ditto.
5211         (wl-summary-line-day-of-week): Ditto.
5212         (wl-summary-line-hour): Ditto.
5213         (wl-summary-line-minute): Ditto.
5214         (wl-summary-line-open-bracket): Ditto.
5215         (wl-summary-line-close-bracket): Ditto.
5216         (wl-summary-line-children-number): Ditto.
5217         (wl-summary-line-thread-indent): Ditto.
5218         (wl-summary-line-size): Ditto.
5219         (wl-summary-line-subject): Ditto.
5220         (wl-summary-line-from): Ditto.
5221         (wl-summary-line-children-and-from): Ditto.
5222         (wl-summary-create-line): Rewritten.
5223         (wl-summary-format-date): Abolished.
5224
5225         * wl-highlight.el (wl-highlight-summary-current-line): Use
5226         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5227         Use thread structure to detect thread top message.
5228
5229         * wl-draft.el (wl-default-draft-cite): Don't use
5230         wl-summary-from-func-internal.
5231
5232         * wl-refile.el (wl-refile-subject-learn): Don't use
5233         wl-summary-subject-filter-func-internal.
5234         (wl-refile-guess-by-subject): Ditto.
5235
5236         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5237         parameters.
5238
5239         * wl-thread.el (wl-thread-update-indent-string-region):
5240         Use wl-thread-update-line-on-buffer instead of
5241         wl-thread-update-indent-string.
5242         (wl-thread-update-children-number): Redefine using
5243         wl-thread-update-line-on-buffer.
5244         (wl-thread-update-indent-string): Abolished.
5245
5246         * Version number is increased to 2.9.11.
5247
5248 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5251         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5252         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5253
5254         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5255         as nil.
5256
5257         * wl-thread.el (wl-thread-open-all-unread): Use 
5258         elmo-folder-list-messages-mark-match.
5259         (wl-thread-insert-message): Removed argument `mark-alist'.
5260         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5261         elmo-msgdb-set-mark.
5262         (wl-thread-get-children-msgs-uncached): Likewise.
5263         (wl-thread-get-exist-children): Added argument include-self.
5264         (wl-thread-delete-message): Follow the change above.
5265
5266         * wl-summary.el (wl-summary-count-unread): Removed argument.
5267         (wl-summary-rescan): Follow the change above.
5268         (wl-summary-mark-as-read-region): Ditto
5269         (wl-summary-mark-as-unread-region): Ditto.
5270         (wl-summary-delete-messages-on-buffer): Ditto.
5271         (wl-summary-sync-update): Ditto.
5272         (wl-summary-switch-to-clone-buffer): Ditto.
5273         (wl-summary-goto-folder-subr): Ditto.
5274         (wl-summary-target-mark-mark-as-read): Ditto.
5275         (wl-summary-target-mark-mark-as-unread): Ditto.
5276         (wl-summary-target-mark-mark-as-important): Ditto.
5277         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5278         (wl-summary-update-thread): Removed argument `mark-alist'.
5279         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5280         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5281         (wl-summary-resume-cache-status): Likewise.
5282         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5283         elmo-msgdb-set-mark.
5284         (wl-summary-mark-as-read-all): Likewise.
5285         (wl-summary-delete-cache): Ditto.
5286         (wl-summary-auto-select-msg-p): Ditto.
5287         (wl-summary-mark-as-unread): Ditto.
5288         (wl-summary-no-auto-refile-message-p): Ditto.
5289         (wl-summary-mark-as-read): Ditto.
5290         (wl-summary-mark-as-important): Ditto.
5291         (wl-summary-auto-refile): Follow the change above.
5292         (wl-summary-delete-all-marks): Removed.
5293         (wl-summary-resume-marks-and-highlight): Ditto.
5294         (wl-summary-resume-marks): Ditto.
5295         (wl-summary-delete-important-msgs-from-list): Ditto.
5296         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5297
5298         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5299         wl-summary-count-unread.
5300
5301         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5302         (wl-summary-score-update-all-lines): Use
5303         elmo-msgdb-set-mark.
5304
5305 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5306
5307         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5308         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5309         (wl-summary-create-line): Renamed from
5310         wl-summary-overview-create-summary-line;
5311         Argument rearrangement.
5312         (wl-summary-update-thread): Follow the change above.
5313
5314         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5315         (wl-thread-insert-entity-sub): Likewise.
5316
5317         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5318         argument `overview', `mark-alist' and added `msgdb'.
5319
5320         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5321
5322         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5323         (wl-summary-rescan): Follow the change above.
5324         (wl-summary-sync-update): Ditto.
5325         (wl-summary-insert-thread-entity): Ditto;
5326         Don't use `let*' in every while loop;
5327         Detect infinite loop of threads.
5328         (wl-summary-update-thread): Removed argument `overview'.
5329
5330         * wl-thread.el (wl-thread-insert-message): Ditto.
5331
5332         * Version number is increased to 2.9.10.
5333
5334         * wl-message.el (wl-message-redisplay): Ignore errors while
5335         wl-message-redisplay-hook.
5336
5337 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5338
5339         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5340
5341 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5342
5343         * wl.el (wl): inhibit-quit while wl-folder.
5344
5345 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5346
5347         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5348         while msgdb access.
5349
5350 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5351
5352         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5353         even if no folder is not created.
5354
5355 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5358
5359         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5360         implementation.
5361         (wl-summary-target-mark-thread): Ditto.
5362
5363         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5364
5365 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5366
5367         * wl-util.el (wl-display-bytes): Remove unused function.
5368
5369 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5372         seems critical one (partially reverse the change in 2002/03/17).
5373
5374 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5375
5376         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5377         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5378
5379 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5380
5381         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5382         is not writable.
5383         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5384         plugged status instead of `'force' as 2nd argument.
5385
5386         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5387         is not creatable.
5388
5389         * Version number is increased to 2.9.9.
5390
5391 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5392
5393         * wl-summary.el (wl-summary-suspend): New function.
5394
5395 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5396
5397         * wl.el (wl): Do not check variables if check is nil.
5398         * wl-utils.el (wl-collect-draft): New function.
5399         * wl-folder.el (wl-folder-suspend): Put summary buffers
5400         and draft buffers at the end of buffer list.
5401         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5402
5403 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5404
5405         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5406         loop instead of recursive call.
5407
5408         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5409         2nd argument.
5410
5411 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5412
5413         * wl-draft.el (wl-draft-create-contents): Don't take neither
5414         (function . args) nor (string . something) any more.
5415
5416         * wl-version.el (wl-generate-user-agent-string): Return string
5417         without header symbol.
5418         * wl-draft.el (wl-draft-default-headers): Use it.
5419
5420         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5421         `wl-draft-insert-ccs' and return field value instead of inserting
5422         the header. Abolish cc argument.
5423         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5424
5425         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5426         rather than one with string car.
5427
5428         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5429         * wl-draft.el (wl-draft-create-contents): Add it after the default
5430         headers.
5431
5432         * wl-draft.el (wl-draft-create-contents): For the case of
5433         (symbol-or-string . function) insert header only when the function
5434         returns string value.
5435
5436 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5437
5438         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5439         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5440
5441 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5442
5443         * wl.el (wl-check-environment): Don't check Message-ID when
5444         `wl-insert-message-id' is nil.
5445         Revive checking if `wl-message-id-domain' contains "@".
5446
5447 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5448
5449         * wl.el (wl-check-environment): Merge examination for "@" at
5450         inappropriate position into the first string-match.
5451
5452         * wl-summary.el (wl-summary-target-mark-print): New function.
5453         (wl-summary-pipe-message-subr): Extracted from
5454         `wl-summary-pipe-message'.
5455         (wl-summary-target-mark-pipe): New function.
5456         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5457         `wl-summary-target-mark-pipe'.
5458
5459 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5460
5461         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5462
5463 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5464
5465         * wl.el (wl-check-environment): Use elmo-warning instead of
5466         error for non-critical ones.
5467         Remove trash folder check.
5468         (wl): Don't ignore error in wl-check-environment.
5469
5470         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5471         check, which is moved from `wl-check-environment'.
5472         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5473
5474 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5475
5476         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5477         guess anything, call wl-summary-write.
5478         (wl-summary-write): Create draft with blank To field.
5479         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5480
5481 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5484         argument full as well for wl-folder-write-current-folder.
5485         If wl-*-write-current-folder cannot guess addressee, add blank
5486         To header.
5487         Rewrite condition for positioning cursor.
5488
5489 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5490
5491         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5492         summary buffer is present, use it.
5493         (wl-folder-jump-to-previous-summary): Ditto.
5494
5495 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5496
5497         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5498
5499         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5500         wl-summary-previous-buffer and wl-summary-next-buffer.
5501
5502         * wl-folder.el (wl-folder-mode-map): Bind
5503         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5504         (wl-folder-jump-to-next-summary): New function.
5505         (wl-folder-jump-to-previous-summary): Ditto.
5506
5507         * wl-draft.el (wl-draft): Rearranged.
5508
5509 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5510
5511         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5512         of header.
5513         (wl-draft): Collect arguments for the header as header-alist.
5514         (wl-draft-forward): Arrange arguments for wl-draft.
5515         (wl-draft-reply): Ditto.
5516         (wl-draft-edit-string): Ditto.
5517         * wl-summary.el (wl-summary-write): Ditto.
5518         (wl-summary-write-current-folder): Ditto.
5519
5520         * Version number is increased to 2.9.8.
5521
5522 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5523
5524         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5525
5526         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5527
5528         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5529         even if the guess failed.
5530
5531         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5532         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5533         wl-summary-write-current-folder.
5534         * wl-xmas.el: Ditto.
5535
5536 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
5537
5538         * wl-summary.el (wl-summary-next-page): Force display message if
5539         message is not displayed yet.
5540         (wl-summary-prev-page): Ditto.
5541
5542 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
5543
5544         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
5545
5546 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5547
5548         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
5549         add "Preview Message" and "Save Draft and Exit".
5550
5551 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5552
5553         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
5554         if addrmgr is called from draft in splitted window.
5555
5556         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
5557         * wl-mule.el: Ditto.
5558         * wl-xmas.el: Ditto.
5559
5560 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5561
5562         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
5563
5564         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
5565         * wl-xmas.el (wl-folder-toolbar): Ditto.
5566
5567 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5568
5569         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
5570         and wl-draft-save-and-exit.
5571         (wl-draft-toolbar): Add wl-draft-save-and-exit.
5572         * wl-xmas.el: Ditto.
5573         * wl-mule.el: Ditto.
5574
5575         * wl-folder.el (wl-folder-goto-draft-folder): New function.
5576         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
5577
5578 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
5581         lists for saving buffer.
5582
5583 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
5586         parent-folder argument instead of it.
5587         (wl-draft-create-buffer): Ditto.
5588         (wl-draft-forward): Ditto.
5589         (wl-draft-reply): Ditto.
5590         * wl-summary.el (wl-summary-write): Ditto.
5591         (wl-summary-write-current-folder): Ditto.
5592
5593         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
5594         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
5595         Folder buffer after composing.
5596
5597 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
5600         header if the file `wl-x-face-file' already contains it.
5601
5602 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5603
5604         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
5605         folder" entry.
5606         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
5607         * wl-e21.el (wl-folder-toolbar): Ditto.
5608         * wl-xmas.el (wl-folder-toolbar): Ditto.
5609
5610 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5611
5612         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
5613         wl-folder-goto-folder with sticky argument.
5614         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
5615
5616 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
5619         and wl-summary-previous-buffer.
5620         (wl-summary-next-buffer): New function.
5621         (wl-summary-previous-buffer): Ditto.
5622
5623 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5624
5625         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
5626         wl-folder-jump-to-current-entity-with-arg.
5627         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
5628         `wl-folder-jump-to-current-entity'.
5629         * wl-summary.el (wl-summary-mode-map): Bind "G" for
5630         `wl-summary-goto-folder-sticky'.
5631         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
5632         `wl-summary-goto-folder'.
5633         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
5634         Unless force-exit, do not clean temp. marks for sticky summary.
5635         (wl-summary-goto-folder): Now the prefix argument means force-exit.
5636
5637 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
5640         not entire.
5641
5642 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
5643
5644         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
5645         to `C-x C-s'.
5646         (wl-summary-save-status): New command.
5647         (wl-summary-exit): Don't clean-up temp marks when sticky.
5648         (Applied patch from Nakayama-san [wl: 09548])
5649         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
5650         Do nothing when no mark data.
5651         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
5652         Call `wl-summary-delete-all-temp-marks' before saving.
5653
5654 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
5655
5656         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
5657
5658 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5659
5660         * wl.el (wl-check-environment): Also cause error when (system-name)
5661         returns "localhost.localdomain". (Although it doesn't affect because
5662         of condition-case, see change in 2002-01-23 by Teranisi-san.)
5663
5664 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5665
5666         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
5667         instead of wl-match-member with wl-folder-hierarchy-access-folders.
5668
5669         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
5670         value.
5671
5672 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5673
5674         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
5675         Likewise r-cc-list and r-ng-list.
5676
5677 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
5680         only if it is bound as variable.
5681
5682         * wl-mime.el (wl-draft-preview-message): Ditto.
5683
5684 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
5687         needless `goto-char'.
5688
5689         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
5690         `wl-summary-redisplay-no-mime-internal' instead of
5691         `wl-summary-redisplay-no-mime'.
5692         (wl-summary-redisplay-no-mime): Changed argument;
5693         Call `wl-summary-redisplay-no-mime-internal'.
5694
5695         * wl-mime.el (wl-draft-preview-message): Bind
5696         `mime-header-encode-method-alist' locally.
5697
5698         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
5699         (wl-draft-std11-parse-addresses): Added the first address check.
5700         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
5701
5702         * Version number is increased to 2.9.7.
5703
5704 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
5705
5706         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
5707
5708 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
5709
5710         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
5711         related to scrollbar support, if there is no such a feature
5712         compiled in.
5713
5714 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5715
5716         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
5717         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
5718         for prefetch.
5719
5720 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
5721
5722         * wl-summary.el (wl-summary-pick): Fix for no match.
5723
5724 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5725
5726         * wl-draft.el (wl-draft-save):
5727         Override `mime-header-encode-method-alist'.
5728
5729 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5730
5731         * wl-folder.el (wl-folder-pick): New function.
5732         Define key as "?".
5733
5734 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5735
5736         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
5737         Fix for unplugged.
5738
5739 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5740
5741         * wl-folder.el (wl-folder-virtual): New function.
5742         Define key as "V".
5743
5744 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5745
5746         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
5747         multi folder if entity is group.
5748
5749 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5750
5751         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
5752         is nil.
5753
5754 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
5755
5756         * wl-summary.el (wl-summary-pick): Fix for killed messages.
5757         (wl-summary-target-mark-msgs): Return the number of marked messages.
5758
5759 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
5760
5761         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
5762         "first:" is specified.
5763
5764 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5765
5766         * wl-vars.el (wl-from): Use return value of function
5767         user-full-name instead of the variable user-full-name since
5768         XEmacs-20.4 doesn't set this variable.
5769
5770 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5771
5772         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
5773         call `wl' directly.
5774
5775 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
5776
5777         * wl-draft.el (wl-draft-reedit): Removed duplicated
5778         switch-to-buffers.
5779
5780 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * wl.el (wl-other-frame): Removed garbages.
5783
5784 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
5785
5786         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
5787
5788         * wl-xmas.el (wl-draft-key-setup): Ditto.
5789
5790         * wl-mule.el (wl-draft-key-setup): Ditto.
5791
5792         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
5793         (wl-draft-reedit): Ditto.
5794         (wl-draft-prepare-edit): Add `wl-draft-save' to
5795         `local-write-file-hooks'.
5796         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
5797         (wl-draft-reedit): Set buffer-file-name.
5798         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
5799
5800
5801         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
5802         call it.
5803         (wl-delete-startup-frame-function): New variable.
5804         (wl-other-frame): New function
5805         (Original was written by Yamaoka san [wl: 09239]).
5806
5807         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
5808         if `wl-folder-use-frame'.
5809
5810 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5811
5812         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
5813
5814 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5815
5816         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
5817         New variable.
5818         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
5819         (wl-message-buffer-prefetch-get-next): Use them.
5820         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
5821
5822 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
5823
5824         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
5825         with unwind-protect.
5826
5827         * wl-draft.el (wl-draft-reedit): Rewrite.
5828         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
5829         (wl-draft-save): Insert header separator if it does not exist;
5830         Removed condition-case.
5831
5832         * wl-summary.el (wl-summary-reedit): Revert last change.
5833
5834         * wl-draft.el (wl-draft-save): Rewrite.
5835         (wl-draft-create-buffer): Set buffer-file-name as nil.
5836
5837         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
5838
5839         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
5840
5841         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
5842         nil.
5843
5844 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5845
5846         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
5847         If count is nil, do not prefetch.
5848         (wl-message-buffer-prefetch-next): Next.
5849
5850 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5851
5852         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
5853
5854 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5855
5856         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
5857         `delete-backward-char'
5858         (wl-draft-prepare-edit): Check major-mode.
5859         (wl-draft-decode-header): Rewrite.
5860         (wl-draft): Fix.
5861
5862 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
5863
5864         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
5865
5866 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5867
5868         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
5869         (wl-message-buffer-prefetch-get-next): Remove size checking.
5870         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
5871
5872 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5873
5874         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
5875         (wl-draft-default-headers): Fix.
5876
5877 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5878
5879         * wl-draft.el (wl-draft-default-headers): Insert return value of
5880         `wl-generate-mailer-string-function'.
5881
5882 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
5885         (wl-draft-insert-mail-header-separator): Ditto.
5886
5887         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
5888         again (Reverted the change on 2002-01-17 by OKADA san).
5889
5890 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-draft.el (wl-draft): Rewrite.
5893         (wl-draft-create-buffer): New function.
5894         (wl-draft-create-contents): Ditto.
5895         (wl-draft-prepare-edit): Ditto.
5896         (wl-draft-decode-header): Ditto.
5897         (wl-draft-decode-body): Ditto.
5898         (wl-draft-check-new-line): Ditto.
5899         (wl-draft-default-headers): Ditto.
5900         (wl-draft-insert-mail-header-separator): Ditto.
5901
5902 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5903
5904         * Version number is increased to 2.9.6.
5905
5906 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5907
5908         * wl-draft.el (wl-draft-delete-field): Optional argument.
5909         (wl-draft-delete-fields): Ditto.
5910
5911 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5912
5913         * wl-message.el (toplevel): Eliminated byte-compile warning.
5914         for `itimer-function', `delete-timer' and `itimer-list'.
5915
5916 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5917
5918         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
5919         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
5920         `wl-message-buffer-prefetch-threshold'.
5921         * wl-summary.el (wl-summary-redisplay-internal): Remove
5922         the check of `wl-message-buffer-prefetch-depth'.
5923
5924 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
5925
5926         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
5927         size of article.
5928         (wl-message-buffer-prefetch-subr): Remove size check.
5929
5930 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5931
5932         * wl-vars.el (wl-plugged): Make customizable.
5933
5934 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5935
5936         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
5937         (wl-message-buffer-prefetch-set-timer): New function.
5938         (wl-message-buffer-prefetch-get-next): New function.
5939         (wl-message-buffer-prefetch): New function.
5940         (wl-message-buffer-prefetch-next): Rewrite.
5941         (wl-message-buffer-prefetch-subr): Rewrite.
5942         * wl-vars.el (wl-auto-prefetch-first): New variable.
5943         * wl-summary.el (wl-summary-goto-folder-subr): Call
5944         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
5945
5946 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5947
5948         * wl-score.el (wl-summary-score-update-all-lines): Do not call
5949         `wl-summary-unread-message-hook'.
5950
5951 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5952
5953         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5954         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5955         if range is `cache-status'.
5956
5957 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5958
5959         * wl-message.el (wl-message-buffer-prefetch-subr):
5960         Improve debug message.
5961
5962 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5963
5964         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5965         `wl-mail-send-pre-hook'.
5966         (wl-draft-send-mail-with-qmail): Ditto.
5967         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5968
5969 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5970
5971         * wl-message.el (wl-message-buffer-prefetch-subr):
5972         Fix for cancel-function-timers bug.
5973         (wl-message-buffer-prefetch-debug): Default value is t.
5974
5975 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5976
5977         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5978         (wl-message-buffer-prefetch-subr): Rewrite.
5979         Rename from `wl-message-buffer-prefetch'.
5980
5981 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5982
5983         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5984         (wl-default-draft-cite-decorate-author): Ditto.
5985
5986         * wl-draft.el (wl-draft-cite-function): Removed.
5987         (wl-default-draft-cite-decorate-author): Ditto.
5988
5989 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5992         (wl-default-draft-cite): Do not arrange author name if the value of
5993         `wl-default-draft-cite-decorate-author' is nil.
5994
5995 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5996
5997         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5998
5999         * wl-folder.el (wl-folder-check-one-entity): Don't care
6000         `elmo-folder-use-flag-p'.
6001
6002 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6003
6004         * wl-folder (wl-folder-check-one-entity): Fix
6005         problem if unread is nil.
6006
6007 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6008
6009         * wl-address.el (wl-address-make-completion-list): Check whether
6010         the address is a group list.
6011         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6012
6013 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6014
6015         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6016         The number of the messages of new and unread does not count
6017         correctly.
6018
6019         * wl-summary.el (wl-summary-count-unread): Changed to return
6020         `(new . unread)' instead of total.
6021         (wl-summary-sync-update): Follow the change above.
6022
6023         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6024
6025 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl-address.el (wl-address-make-completion-list): Do not enclose
6028         address by " <" and ">" if associated realname is "".
6029         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6030         This is against the promblem with group list in .addresses pointed
6031         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6032
6033 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6034
6035         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6036         message is a format control string.
6037         * wl-expire.el (wl-expire-append-log): Ditto.
6038         * wl-mime.el (wl-summary-burst-subr): Ditto.
6039         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6040         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6041
6042 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6043
6044         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6045         wl.el (wl-check-variables): Rename from `wl-check-type'.
6046         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6047         (wl-check-variables-2): New function.
6048         (wl): Call `wl-check-variables-2'.
6049
6050 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6051
6052         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6053         after renaming folder in access group.
6054
6055 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6056
6057         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6058         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6059         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6060         (wl-message-buffer-prefetch): Rewrite.
6061         (wl-message-buffer-prefetch-idle-time): Removed.
6062         * wl-summary.el (wl-summary-redisplay-internal):
6063         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6064         Error check for `wl-message-buffer-prefetch-depht'.
6065
6066 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6067
6068         * Version number is increased to 2.9.5.
6069         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6070
6071 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6072
6073         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6074         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6075         Based on the patch written by
6076         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6079
6080         * wl-draft.el (wl-draft-raw-send): Fix for
6081         `wl-news-send-pre-hook'
6082
6083 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6084
6085         * wl-utils.el (wl-message-id-function): New variable.
6086         * wl-draft.el (wl-draft-insert-required-fields):
6087         Use `wl-message-id-function'.
6088
6089 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6090
6091         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6092         * wl-utils.el (wl-draft-make-message-id-string):
6093         Use `wl-from' for domain part of Message-ID
6094         if `wl-message-id-use-wl-from' if non-nil.
6095         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6096
6097 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6098
6099         * wl.el (wl): Call `wl-check-type'
6100         Do not 'condition-case'.
6101
6102 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6103
6104         * wl.el (wl-check-type): New function.
6105         (wl-check-type-variables): New variable.
6106
6107 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6108
6109         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6110
6111 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6112
6113         * wl-draft.el (wl-smtp-password-key): New function.
6114         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6115         (wl-draft-send-mail-with-smtp): Ditto.
6116         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6117
6118 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6119
6120         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6121         * wl-utils.el (wl-unique-id-suffix): Remove.
6122
6123 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * Version number is increased to 2.9.4.
6126
6127 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6128
6129         * wl-utils.el (wl-unique-id-suffix): New variable.
6130         (wl-unique-id): Use `wl-unique-id-suffix'
6131
6132 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6133
6134         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6135         instead of `elmo-msgdb-search'.
6136
6137         * Version number is increased to 2.9.3.
6138
6139 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6140
6141         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6142
6143 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6144
6145         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6146         (wl-draft-dispatch-message): Changed for send-later.
6147         (wl-draft-queue-flush): Ditto.
6148         (wl-draft): Clear `wl-sent-message-queued'.
6149         (wl-draft-reedit): Ditto.
6150         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6151         * wl-vars.el (wl-draft-force-queuing): New variable.
6152         (wl-draft-force-queuing-mail): New variable.
6153         (wl-draft-force-queuing-news): New variable.
6154
6155 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6156
6157         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6158         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6159
6160 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6161
6162         * Version number is increased to 2.9.2.
6163
6164 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * wl-draft.el (wl-draft-elide-region): New user command.
6167         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6168
6169         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6170         command `wl-draft-elide-region'.
6171         * wl-mule.el: Ditto.
6172         * wl-xmas.el: Ditto.
6173
6174 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6175
6176         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6177         (wl-biff-check-folder-async): Removed needless let.
6178
6179 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6180
6181         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6182         wl-folder-get-elmo-folder.
6183         (wl-biff-check-folder): Set `biff' argument of
6184         `wl-folder-check-one-entity'.
6185         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6186
6187         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6188         (wl-folder-check-one-entity): Added `biff' argument;
6189         Setup `biff' slot of folder.
6190
6191         * Version number is increased to 2.9.1.
6192
6193 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6196         comment out and fixed.
6197         (wl-fldmgr-add-completion-subr): Ditto.
6198
6199         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6200         and msgdb.
6201
6202         * wl.el (wl-toggle-plugged): Save summary view.
6203
6204 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6207
6208 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6209
6210         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6211
6212 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6215         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6216         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6217
6218         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6219         if it was failed.
6220         (wl-demo): Disable undo in the demo buffer.
6221
6222 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-version.el (wl-version): Changed codename.
6225
6226         * Version number is increased to 2.9.0.
6227
6228 2001-12-14  Takuo KITAME <kitame@northeye.org>
6229
6230         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6231         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6232         (wl-folder-mark-as-read-all-current-entity): Ditto.
6233
6234 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl-vars.el (wl-from-width): Define as obsolete variable.
6237         (wl-subject-length-limit): Ditto.
6238
6239         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6240
6241         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6242         wl-summary-save-view.
6243
6244         * wl.el (wl-save-status): Ditto.
6245         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6246
6247         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6248         (wl-summary-exit): Follow the change above.
6249         (wl-summary-goto-folder-subr): Ditto.
6250
6251         * wl-folder.el (wl-folder-create-subr): Don't use
6252         `elmo-folder-creatable-p'.
6253
6254 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6257
6258 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6261         rather than bitmap on Emacs 21.
6262         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6263         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6264         for xbm if the new redisplay engine is not available.
6265
6266 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6267
6268         * wl-folder.el (wl-folder-init-hook): New hook.
6269         (wl-folder-init): Run `wl-folder-init-hook'.
6270
6271 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6272
6273         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6274
6275 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-acap.el (wl-acap-cache-filename): New variable.
6278         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6279         (wl-acap-init): Use cache if no ACAP server found.
6280
6281 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6282
6283         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6284         `wl-acap-original-msgdb-dir'.
6285
6286         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6287         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6288
6289         * wl-mime.el (wl-mime-save-directory): Renamed from
6290         `wl-mime-save-dir'.
6291
6292 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6293
6294         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6295
6296         * wl-demo.el: Require `path-util'.
6297         (wl-demo-bitmap-mule-available-p): New internal variable.
6298         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6299         `module-installed-p' instead.
6300         (wl-demo-insert-image): Use *.img file for a bitmap image.
6301         (wl-demo): Don't call the ascii demo recursively.
6302
6303 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6304
6305         * Version number is increased to 2.7.7.
6306
6307 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl.el (wl-exit): Eliminated byte-compile warning.
6310
6311 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6312
6313         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6314         obsolete variable using `elmo-define-obsolete-variable'.
6315         (wl-fetch-confirm-threshold): Ditto.
6316         (wl-cache-prefetch-folder-type-list): Ditto.
6317         (wl-cache-prefetch-folder-list): Ditto.
6318
6319 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6322         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6323         (wl-demo-insert-image): New function.
6324         (wl-demo-insert-text): New function.
6325         (wl-demo-image-type-alist): Redefine as a function.
6326         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6327         (wl-demo-with-temp-file-buffer): Removed.
6328         (wl-logo-xpm): Removed.
6329         (wl-logo-xbm): Removed.
6330         (wl-logo-bitmap): Removed.
6331
6332 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6333
6334         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6335         (wl-expire-localdir-get-folder-function): New user option.
6336         (wl-expire-localdir-get-folder): New function.
6337         (wl-expire-localdir-date): Ditto.
6338
6339 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6340
6341         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6342         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6343         Fixed unread number mismatch when all-unread < unread.
6344
6345 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6348         (wl-fetch-confirm-threshold): Ditto.
6349
6350         * wl-summary.el (wl-summary-confirm-appends): Removed.
6351         (wl-summary-sync-update): Don't refer
6352         `wl-summary-update-confirm-threshold' (It is now abolished).
6353
6354         * wl-message.el (wl-message-display-internal): Don't refer
6355         `wl-fetch-confirm-threshold' (It is now abolished).
6356
6357 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6360
6361 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6362
6363         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6364         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6365         Change default value to nil.
6366         (wl-summary-indent-length-limit): The value can be nil, nil means
6367         unlimited.
6368
6369         * wl-summary.el: Don't set limit for indent length if the value of
6370         wl-summary-indent-length-limit is nil.
6371         If the value of wl-summary-width is nil, it means only that the width
6372         of summary is unlimited (nil doesn't mean that the indent length is
6373         unlimited).
6374
6375         * wl-thread.el: Ditto.
6376
6377 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6378
6379         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6380         be nil, nil means never confirm.
6381         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6382
6383 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6384
6385         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6386         means unlimited).
6387
6388 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6389
6390         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6391         Use `with-temp-buffer'.
6392
6393 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6396         with new backquote style).
6397         (wl-folder-get-entity-from-buffer): Ditto.
6398
6399 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6400
6401         * wl-version.el (nemacs-version): Eliminated.
6402         (wl-extended-emacs-version2): Ignore nemacs.
6403         (wl-extended-emacs-version3): Ditto.
6404
6405 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6406
6407         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6408         (wl-draft-add-in-reply-to): New variable.
6409         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6410         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6411         (wl-draft-yank-from-mail-reply-buffer): Use
6412         `wl-draft-add-in-reply-to'.
6413         (wl-draft-insert-current-message): Ditto.
6414
6415 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6416
6417         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6418         typo (kill->hide).
6419         (wl-message-buffer-prefetch-folder-type-list): Added elements
6420         `mark' and `cache' instead of `internal'.
6421
6422 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6425         resume msgdb directory.
6426
6427 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6428
6429         * wl.el (wl-exit): Call `wl-acap-exit'.
6430
6431         * wl-summary.el (wl-summary-message-string): New function.
6432         (wl-summary-reedit): Use it.
6433         (wl-summary-resend-bounced-mail): Remove needless let.
6434         (wl-summary-supersedes-message): Ditto.
6435         (wl-summary-save): Ditto.
6436
6437         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6438         (wl-acap-init): Set it.
6439         (wl-acap-exit): New function.
6440
6441 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6442
6443         * wl.el (wl-init): Revert (require 'mime-setup). move from
6444         toplevel.
6445
6446 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6447
6448         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6449         local variables.  Add error when guess function return invalid
6450         value.
6451
6452 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6453
6454         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6455         Change local variable name.
6456         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6457         (wl-folder-get-newsgroups): Return nil when non-news folder.
6458         * wl-summary.el (wl-summary-write-current-folder): State through
6459         when guess-list return nil.
6460         (wl-summary-write-current-folder-functions): Fixed docstring.
6461
6462         * wl.el (wl-exit): Changed confirm message.
6463
6464         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6465         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6466
6467         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6468
6469 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6470
6471         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6472         user option (Renamed from wl-cache-prefetch-folder-type-list).
6473         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6474         from wl-cache-prefetch-folder-list).
6475
6476         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6477         Move to wl-vars.el.
6478         (wl-message-buffer-prefetch-p): Changed to enable
6479         `wl-message-buffer-prefetch-folder-list'.
6480
6481         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6482         `ignore-cache'.
6483
6484 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6485
6486         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6487         `part-top' and `part-bottom'.
6488         (wl-draft-config-sub-part-top): New function.
6489         (wl-draft-config-sub-part-bottom): New function.
6490
6491 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6492
6493         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6494
6495 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6498
6499 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6500
6501         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6502
6503         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6504         (wl-summary-write-current-folder): Ditto.
6505
6506 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl-folder.el (wl-folder-get-newsgroups): Use
6509         `elmo-folder-newsgroups'.
6510
6511 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6514         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6515         `wl-draft-config-sub-header-bottom'.
6516
6517 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6518
6519         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6520         localnews folder.
6521
6522 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6523
6524         * wl-summary.el (wl-summary-mode): Undo last change.
6525
6526         * wl-folder.el (wl-folder-mode): Ditto.
6527
6528 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6529
6530         * wl-summary.el (wl-summary-mode): Locally set
6531         truncate-partial-window-width to nil.
6532         (for XEmacs)
6533
6534         * wl-folder.el (wl-folder-mode): Ditto.
6535
6536 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
6539
6540 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
6543         number.
6544
6545         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
6546
6547         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
6548
6549         * Version number is increased to 2.7.6.
6550
6551 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
6552
6553         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
6554
6555 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * wl-summary.el (wl-summary-sync-update): Enclose network
6558         related portion with `unwind-protect'.
6559
6560 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6561
6562         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
6563
6564 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
6565
6566         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
6567         element.
6568         * wl-vars.el (wl-message-body-button-alist): Ditto.
6569
6570         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
6571         max match length.
6572         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
6573
6574         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
6575         for the max match length;
6576         Use 4th element value for the button string regexp group.
6577
6578         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
6579         candidate exists, prompt to select.
6580
6581 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
6582
6583         * wl-summary.el (wl-summary-jump-to-msg): Search before
6584         calibration point by `beginning-of-line'.
6585
6586 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6587
6588         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
6589         for access group.
6590
6591 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6592
6593         * wl-message.el (wl-message-display-internal): Bind
6594         `default-mime-charset'.
6595
6596         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
6597
6598         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
6599
6600         * Version number is increased to 2.7.5.
6601
6602 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6603
6604         * wl-expire.el (wl-summary-archive): Fixed;
6605         Use `elmo-folder-name-internal'.
6606
6607 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6608
6609         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
6610         from `elmo-folder-move-messages' caller.
6611         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6612
6613         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
6614         related portions are changed).
6615
6616 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6617
6618         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
6619         counter.
6620
6621 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6622
6623         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
6624         buffer local and set it to nil.
6625
6626         * wl-message.el (wl-message-redisplay): Ditto.
6627
6628 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6629
6630         * wl-summary.el (wl-summary-mark-as-important): If message is
6631         already cached, set messag as read, otherwise encache and mark as read.
6632
6633 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6634
6635         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
6636         point-min.
6637
6638 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
6641         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
6642         a keymap.
6643
6644 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
6647         parent.
6648
6649         * wl-mule.el (wl-message-define-keymap): Ditto.
6650
6651         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
6652
6653         * wl-xmas.el (wl-message-display-internal-hook): Define.
6654         (wl-xmas-setup-message-toolbar): Define as function.
6655         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
6656         (wl-message-overload-functions): Abolished.
6657         (wl-message-define-keymap): New function.
6658
6659         * wl-vars.el (wl-message-display-internal-hook): New variable.
6660         (wl-message-header-button-alist): New variable (Renamed from
6661         wl-highlight-message-header-button-alist).
6662         (wl-message-body-button-alist): Ditto.
6663
6664         * wl-mule.el (wl-message-define-keymap): New function.
6665         (wl-message-overload-functions): Abolished.
6666
6667         * wl-message.el (wl-message-add-buttons-to-body): New function.
6668         (wl-message-redisplay): Don't call wl-message-overload-functions;
6669         Call wl-message-add-buttons-to-header and
6670         wl-message-add-buttons-to-body.
6671         (wl-message-display-internal): Set keymap argument for
6672         elmo-mime-display-as-is, elmo-mime-message-display;
6673         Run wl-message-display-internal-hook.
6674         (wl-message-refer-article-or-url): Abolished.
6675
6676         * wl-highlight.el (wl-highlight-headers): Don't call
6677         wl-highlight-message-add-buttons-to-header.
6678         (wl-highlight-message-add-buttons-to-header): Abolished.
6679
6680
6681         * wl-e21.el (wl-message-display-internal-hook): Define.
6682         (wl-e21-setup-toolbar): Deleted duplicated binding.
6683         (wl-e21-setup-message-toolbar): Define as function.
6684         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
6685         (wl-message-define-keymap): New function.
6686         (wl-message-overload-functions): Abolished.
6687
6688 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
6691         and elmo-folder-close.
6692
6693         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
6694
6695 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6696
6697         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
6698         boolean value.
6699         * wl-draft.el (wl-draft-do-fcc): Ditto.
6700
6701 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6702
6703         * wl-vars.el (wl-fcc-force-as-read): New variable.
6704         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
6705         mark copied message as read.
6706
6707 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
6708
6709         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
6710
6711 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6712
6713         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
6714         `wl-summary-target-above' instead of obsolete variable
6715         `wl-summary-temp-above'.
6716
6717         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
6718         instead of `make-obsolete-variable'.
6719         * wl-refile.el (toplevel): Ditto.
6720
6721 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
6724         with third argument t.
6725         (wl-draft): Set first argument for wl-plugged-init as t.
6726
6727         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
6728         definition.
6729
6730 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6731
6732         * wl-vars.el: Tabify.
6733         (wl-biff-notify-hook): Use `ding' instead of `beep'.
6734
6735         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
6736         message.
6737
6738 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6739
6740         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
6741         and set default to beep.
6742
6743 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6744
6745         * wl-vars.el (wl-draft-truncate-lines): New variable.
6746
6747         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
6748         instead of wl-message-truncate-lines for truncate-lines.
6749
6750 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6751
6752         * wl-message.el (wl-message-display-internal): Call
6753         `wl-highlight-message' after `elmo-mime-display-as-is'.
6754
6755         * wl-mime.el (wl-mime-display-text/plain): New function.
6756         (wl-mime-display-header): Ditto.
6757         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
6758         body-presentation-method for text/plain;
6759         Register `wl-mime-display-header' as a header-presentation-method;
6760         Don't set up `elmo-message-text-content-inserted-hook' and
6761         `elmo-message-header-inserted-hook'.
6762
6763         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
6764         variable.
6765         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
6766         as t if flag is 'all-header;
6767         Don't bind `elmo-message-ignored-field-list',
6768         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
6769
6770 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
6773         for xemacs with non-mule environment.
6774
6775 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6776
6777         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
6778         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
6779         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
6780
6781 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6782
6783         * wl-vars.el (wl-interactive-send): Set default value as t.
6784
6785 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
6788         (wl-addrmgr-method-list): Abolished.
6789         (wl-addrmgr-change-method): Follow above change.
6790
6791         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
6792
6793 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6794
6795         * wl-vars.el (wl-message-truncate-lines): Change default value
6796         to default-truncate-lines.
6797
6798         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
6799
6800 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6801
6802         * wl-vars.el (wl-message-truncate-lines): New variable.
6803
6804         * wl-message.el (wl-message-redisplay): Set truncate-lines using
6805         wl-message-truncate-lines.
6806
6807 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6808
6809         * wl-acap.el (wl-acap-init): Remove period from error message.
6810         (wl-acap-find-acap-service): Remove period from message.
6811
6812 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
6813
6814         * wl.el (wl-check-environment): Undo last change.
6815
6816         * wl-vars.el (wl-from): Changed default value.
6817
6818         * wl-util.el (toplevel): Don't require tm-edit.
6819
6820         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
6821         `wl-folder-init';
6822         Don't set mark on mail body.
6823         (wl-draft-reedit): Ditto.
6824
6825         * wl-address.el (wl-address-quote-specials): Define as an alias for
6826         elmo-address-quote-specials.
6827
6828 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
6831
6832         * wl-vars.el (wl-from): Set default value as nil.
6833         (wl-organization): Set default value as ORGANIZATION environment
6834         variable.
6835
6836         * wl-draft.el (wl-smtp-extension-bind): Check value of
6837         wl-smtp-connection-type.
6838
6839         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
6840         error.
6841
6842 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6843
6844         * Version number is increased to 2.7.4.
6845
6846         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
6847         arguments from `wl-highlight-x-face-function' caller.
6848         Use x-face-1.3.6.12 or later.
6849
6850 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
6851
6852         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
6853
6854 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6855
6856         * wl-vars.el (wl-summary-width): Fix type to accept nil.
6857         (wl-fcc): Fix to accept function.
6858         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
6859
6860 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6861
6862         * wl-acap.el (toplevel): Added `product-provide' declare.
6863         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
6864
6865 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl.el (wl): Changed order of calling `elmo-init'
6868         and `elmo-folder-init'.
6869
6870 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6871
6872         * wl-mime.el (wl-summary-burst): Extract message when content-type
6873         of root entity is not only `multipart' but also `message/rfc822'.
6874         (wl-summary-burst-subr): Ditto.
6875
6876 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-vars.el (toplevel): Require 'custom.
6879         (wl-trash-folder): Added to `wl-setting' group.
6880
6881         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
6882         exists.
6883         (wl-addrmgr-draw): Insert empty line when no entry exists.
6884
6885         * wl-mule.el (wl-message-wheel-up): Fixed.
6886         (wl-message-wheel-down): Ditto.
6887
6888 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6889
6890         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
6891         config is an anonymous lambda expression.
6892
6893 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
6896         when Mule 2 is running.
6897
6898 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
6901
6902 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
6905         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
6906
6907         * wl-address.el (wl-address-specials-regexp): Eliminated.
6908         (wl-address-quote-specials): Rewrite.
6909
6910 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
6913         shy-groups for regexp.
6914
6915         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
6916         character classes and Perl style shy-groups for regexp.
6917         (wl-highlight-plugged-current-line): Use Posix style character
6918         classes for regexp.
6919         (wl-e21-highlight-folder-by-numbers): Ditto.
6920         (wl-e21-display-image-p): Use `display-images-p' instead of
6921         `display-graphic-p'.
6922         (display-images-p): Make an alias to `display-graphic-p' if it is
6923         not available.  It is for Emacs version prior to 21.0.105.
6924
6925         * wl-demo.el (wl-demo): Use `display-images-p' instead of
6926         `display-graphic-p'.
6927         (wl-demo-image-type-alist): Ditto.
6928         (display-images-p): Make an alias to `display-graphic-p' if it is
6929         not available.  It is for Emacs version prior to 21.0.105.
6930
6931 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6932
6933         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
6934         support.
6935         (wl-generate-user-agent-string): Ditto.
6936
6937         * wl-version.el (wl-version): Update docsting.
6938         (wl-version-status): Ditto.
6939
6940 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6941
6942         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
6943         21.0.105.  For Emacs 21.0.104 or earlier.
6944
6945 2001-09-03  Takuo KITAME <kitame@northeye.org>
6946
6947         * wl-e21.el (wl-plugged-init-icons): Use
6948         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
6949         (wl-biff-init-icons): Ditto.
6950
6951 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-highlight.el (wl-highlight-summary-current-line):
6954         Fixed highlighting refile/copy destination.
6955
6956         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6957         (wl-acap-store): Encode string by wl-acap-coding-system.
6958
6959 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * wl-acap.el (toplevel): Check and require 'un-define before
6962         'xemacs-ucs;
6963          Added checking for UTF-2000.
6964
6965 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6968         Don't enclose with `eval-and-compile'.
6969
6970         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6971         wl-init is non-nil.
6972
6973         * wl-draft.el (wl-draft): Ditto.
6974
6975         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6976
6977         * wl-acap.el (toplevel): Require 'wl.
6978         (wl-acap-store): Call `elmo-init'.
6979
6980         * wl.el (wl): Changed position of `wl-check-environment'.
6981         (toplevel): Added autoload setting for wl-acap.
6982
6983         * wl-vars.el (wl-setting): New custom group.
6984         (wl-from): Added wl-setting group.
6985         (wl-user-mail-address-list): Ditto.
6986         (wl-organization): Ditto.
6987         (wl-subscribed-mailing-list): Ditto.
6988         (wl-envelope-from): Ditto.
6989         (wl-smtp-posting-user): Ditto.
6990         (wl-smtp-posting-server): Ditto.
6991         (wl-smtp-posting-port): Ditto.
6992         (wl-smtp-authenticate-type): Ditto.
6993         (wl-pop-before-smtp-user): Ditto.
6994         (wl-pop-before-smtp-server): Ditto.
6995         (wl-pop-before-smtp-port): Ditto.
6996         (wl-pop-before-smtp-authenticate-type): Ditto.
6997         (wl-nntp-posting-server): Ditto.
6998         (wl-nntp-posting-user): Ditto.
6999         (wl-nntp-posting-port): Ditto.
7000         (wl-fetch-confirm-threshold): Ditto.
7001         (wl-prefetch-threshold): Ditto.
7002         (wl-thread-insert-opened): Ditto.
7003         (wl-ldap-server): Ditto.
7004         (wl-ldap-port): Ditto.
7005         (wl-ldap-base): Ditto.
7006         (wl-ldap-objectclass): Ditto.
7007         (wl-use-ldap): Ditto.
7008         (wl-draft-config-alist): Ditto.
7009         (wl-draft-config-matchone): Ditto.
7010         (wl-template-alist): Ditto.
7011         (wl-message-sort-field-list): Ditto.
7012         (wl-message-ignored-field-list): Ditto.
7013         (wl-message-visible-field-list): Ditto.
7014         (wl-interactive-send): Ditto.
7015         (wl-summary-move-order): Ditto.
7016         (wl-auto-select-first): Ditto.
7017         (wl-auto-select-next): Ditto.
7018         (wl-interactive-save-folders): Ditto.
7019
7020         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7021         Initialization codes are moved from wl-local-folder-init.
7022         (wl-local-folder-init): Follow the change above.
7023         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7024
7025         * wl-acap.el: New file.
7026
7027         * Version number is increased to 2.7.3.
7028
7029 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7030
7031         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7032
7033 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7034
7035         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7036         (wl-addrmgr-address-entry-list): Ditto.
7037
7038 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-e21.el (wl-draft-mode-map): Removed binding for
7041         `wl-draft-insert-x-face-field'.
7042
7043         * wl-mule.el (wl-draft-mode-map): Ditto.
7044
7045         * wl-xmas.el (wl-draft-mode-map): Ditto.
7046
7047         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7048         (wl-cs-autoconv): Ditto.
7049         (wl-cs-local): Ditto.
7050         (wl-use-scoring): Ditto.
7051         (wl-mime-charset): Ditto.
7052         (wl-folder-check-async): Ditto.
7053
7054         * wl.el (toplevel): Ignore nemacs and tm.
7055         (wl-exit): Ditto.
7056
7057         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7058         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7059         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7060         instead of wl-address-petname-add-or-change.
7061         (wl-summary-edit-addresses-subr): Use wl-address-delete
7062         instead of wl-address-petname-delete.
7063
7064         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7065
7066         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7067         if error occured.
7068
7069         * wl-message.el (require): Remove tm support.
7070
7071         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7072
7073         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7074         (wl-folder-jump-to-current-entity): Ditto.
7075         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7076
7077         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7078         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7079         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7080
7081         * wl-mule.el (wl-draft-key-setup): Ditto.
7082
7083         * wl-xmas.el (wl-draft-key-setup): Ditto.
7084
7085         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7086         (wl-draft-std11-parse-addresses): New function.
7087         (wl-draft-parse-mailbox-list): Use it.
7088         (wl-draft): Ignore nemacs.
7089         (wl-draft-reedit): Ditto.
7090
7091         * wl-addrmgr.el: New file.
7092         (Original is wl-rcpt.el written by
7093         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7094         Thanks Kitamoto-san.)
7095
7096         * wl-address.el (wl-address-make-address-list): Modified parsing
7097         process.
7098         (wl-address-delete): Renamed from `wl-address-petname-delete';
7099         Modify wl-address-list too.
7100         (wl-address-add-or-change): Renamed from
7101         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7102
7103 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7104
7105         * wl-highlight.el (wl-highlight-summary-current-line):
7106           Work with transient-mark-mode
7107
7108 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * Version number is increased to 2.7.2.
7111
7112         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7113         instead of elmo-dop-queue-method.
7114
7115 2001-08-06  SAITO Atsunori <sai@yedo.com>
7116
7117         * wl-vars.el (wl-ldap-objectclass): New user option.
7118
7119         * wl-address.el (wl-ldap-make-filter): Use it.
7120
7121 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7124
7125 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-folder.el (wl-folder): redisplay after folder insertion.
7128
7129         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7130
7131         * wl-summary.el (wl-summary-sync-update):
7132         Change status mark only when new-msgdb exists.
7133         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7134
7135 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-summary.el (wl-summary-open-folder): New function.
7138         (wl-summary-goto-folder-subr): Use it.
7139         (wl-summary-mark-as-important): Fix;
7140         Encache only when no cache exists.
7141
7142 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7145         Use with-current-buffer.
7146
7147 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7148
7149         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7150         before call `get-buffer'. Fixed parenthesis.
7151         (wl-score-get-header-entry): Clear message and help window when
7152         keyboard quit.
7153         (wl-score-edit-insert-header): Ditto.
7154
7155 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7156
7157         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7158         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7159         (wl-default-draft-cite): Fix.
7160
7161         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7162         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7163
7164 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-message.el (wl-message-prev-page): Do same bahavior
7167         as summary when it is called in the message buffer.
7168         (wl-message-next-page): Ditto.
7169
7170 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7171
7172         * wl-summary.el (wl-summary-forward): Use cache if it is not
7173         section cache.
7174
7175 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7178         Removed redundant require of elmo-vars.
7179         (wl-biff-state-indicator-on): Changed default value for
7180         xemacs with non-mule environment.
7181
7182         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7183         wl-message-buffer is nil;
7184         Hide progress bar after moving messages.
7185
7186 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7189         message at cursor point is deleted.
7190
7191 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * wl-vars.el: Changed file coding system to euc-japan.
7194         Added -*-coding:-*- magic to the first line.
7195
7196         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7197         Search parent from the first message.
7198
7199         * Version number is increased to 2.7.1.
7200
7201 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7202
7203         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7204
7205 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7208         refile/delete execution.
7209
7210         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7211         Fixed docstring.
7212
7213 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7214
7215         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7216         do update process;
7217         Don't update marks when update process is interrupted.
7218
7219 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7220
7221         * wl-summary.el (wl-summary-reply): Fixed problem when
7222         wl-draft-use-frame is non-nil.
7223         (wl-summary-forward): Ditto.
7224
7225         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7226         as nil.
7227         (wl-folder-mark-as-read-all-entity): Ditto.
7228         (wl-folder-prefetch-entity): Ditto.
7229
7230         * wl.el (wl): Check environment before wl-init.
7231
7232         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7233         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7234         instead of wl-summary-collect-unread.
7235         (wl-summary-reply): Split message window.
7236
7237 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7238
7239         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7240         only if current language environment is japanese,
7241
7242         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7243         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7244         (wl-folder-goto-folder-subr): Ditto.
7245
7246         * wl-draft.el (wl-draft-dispatch-message): Call
7247         `elmo-file-cache-get-path'.
7248
7249 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-summary.el (wl-summary-cursor-move): If return value of
7252         wl-summary-next-message is not number, don't jump.
7253
7254 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7255
7256         * wl-summary.el (wl-summary-buffer-next-message-function): New
7257         variable.
7258         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7259         if it is bound.
7260
7261         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7262         string.
7263
7264         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7265         (wl-plugged-drawing): Ditto.
7266
7267 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7270         process.
7271         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7272         with unwind-protect.
7273
7274         * wl.el (wl-init): Require mime-setup.
7275         (wl-check-environment): Don't require mime-setup.
7276
7277         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7278         instead of elmo-folder-type.
7279
7280         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7281         value as nil.
7282
7283 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * Version number is increased to 2.7.0.
7286
7287         * wl-version.el (wl-version): Changed codename.
7288
7289         * wl-summary.el (wl-summary-delete-cache): Fixed.
7290
7291         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7292         Workaround for net folders.
7293         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7294
7295         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7296         value to nil (According to the patch from
7297         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7298
7299         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7300         of elmo-folder-close.
7301
7302 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7303
7304         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7305         for postfix.
7306
7307 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-summary.el (wl-summary-resend-message): Fixed.
7310
7311         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7312         Call wl-draft with `from' argument if its address is included in
7313         `wl-user-mail-address-list'.
7314         (wl-draft): Added `from' argument.
7315
7316         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7317         non-nil.
7318         (wl): Don't show demo if wl-demo is nil.
7319
7320         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7321         wl-summary-use-frame.
7322
7323         * wl-vars.el (wl-summary-use-frame): New user option.
7324         (wl-folder-use-frame): Changed docstring.
7325
7326         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7327         non-nil.
7328         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7329         wl-summary-use-frame.
7330
7331         * wl-vars.el (wl-folder-use-frame): New user option.
7332
7333         * wl-summary.el (wl-summary-exit): Back to folder frame if
7334         wl-folder-use-frame is non-nil.
7335         (wl-summary-redisplay-internal): Ignore cache if current folder
7336         is draft folder,
7337         (wl-summary-redisplay-no-mime): Ditto.
7338         (wl-summary-redisplay-all-header): Ditto.
7339
7340         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7341         if wl-folder-use-frame is non-nil.
7342
7343 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * wl-summary.el (wl-summary-sync-update): Bind
7346         elmo-folder-update-threshold.
7347         (wl-summary-mark-as-important): Enclosed server mark processing
7348         with `save-match-data'.
7349
7350         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7351         only when it is already defined.
7352
7353 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7354
7355         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7356         name of folder exclude localdir is wrong.
7357         * wl-folder.el (wl-folder-sync-entity):
7358         Set `wl-summary-always-sticky-folder-list' as nil.
7359         (wl-folder-mark-as-read-all-entity): Ditto.
7360         (wl-folder-prefetch-entity): Ditto.
7361
7362 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7363
7364         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7365         instead of `wl-summary-write-current-newsgroup'.
7366
7367 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7368
7369         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7370         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7371         non-nil and selected message is important, do not display.
7372
7373 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7374
7375         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7376
7377 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7380
7381         * wl-summary.el (wl-summary-mark-as-important): Set message number
7382         using wl-summary-message-number.
7383
7384 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7385
7386         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7387         destination folder is 'null.
7388
7389 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7390
7391         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7392         New function.
7393         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7394         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7395         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7396
7397 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7398
7399         * wl-mime.el (wl-mime-setup): Added setting for
7400         `mime-setup-signature-key-alist' to avoid overriding key bind for
7401         `wl-draft-send'.
7402
7403         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7404         for `wl-draft-send'.
7405         * wl-mule.el (wl-draft-overload-functions): Ditto.
7406         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7407         * wl-draft.el (wl-draft-send): Ditto.
7408
7409         * wl-message.el (wl-message-display-internal):
7410         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7411         (Patch is provided by <kita@coe.nttdata.co.jp>).
7412
7413 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7414
7415         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7416
7417 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7418
7419         * wl.el (wl): Fix for wl-demo.
7420
7421 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7422
7423         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7424
7425 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7426
7427         * wl-folder.el (wl-folder-prefetch-entity): Use
7428         `wl-folder-get-elmo-folder'.
7429         (wl-folder-count-incorporates): Do not use
7430         `wl-folder-get-elmo-folder'.
7431
7432 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7433
7434         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7435         instead of `elmo-folder-get-type'.
7436
7437 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7438
7439         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7440         position on Subject: field.
7441         (Advised by Mito <mit@nines.nec.co.jp>)
7442
7443 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7444
7445         * wl-folder.el (wl-folder-prefetch-entity): Use
7446         `wl-folder-get-elmo-folder'.
7447
7448 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7451
7452         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7453         `process-duplicates' slot.
7454
7455         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7456         if detection failed.
7457
7458 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7459
7460         * wl-version.el (wl-version-status): Set to "alpha".
7461
7462 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7463
7464         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7465         Check wl-message-buffer lives before set-buffer.
7466
7467 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7468
7469         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7470         called in folder mode.
7471         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7472         * wl-summary.el (wl-summary-exit-pre-hook): Run
7473         `wl-summary-exit-pre-hook' before exit summary mode.
7474
7475 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7476
7477         * wl-version.el (wl-version-status): New variable.
7478         (wl-version-status-alist): Removed.
7479         (wl-version-status): Rule included.
7480
7481 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7484         @sponichi.
7485
7486         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7487         when `mail-reply-buffer' is buffer-local variable.
7488         (Reported by <kita@coe.nttdata.co.jp>).
7489
7490 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7491
7492         * wl-vars.el (toplevel): Require 'elmo-util.
7493
7494 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7497         (All other related portions are changed)
7498
7499         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7500
7501         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7502
7503 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7504
7505         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7506
7507 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7510         Delete other windows to avoid an error.
7511         Use `point-marker' instead of `point' to remember the start point
7512         of body.
7513
7514         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7515
7516         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7517         number not to exceed all message number.
7518
7519 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7520
7521         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7522         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7523
7524 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * wl-summary.el (wl-summary-sync-force-update): Added argument
7527         no-check.
7528         (wl-summary-sync-update): Ditto.
7529         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7530         with `no-check'.
7531
7532         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7533         (wl-message-buffer-prefetch-next): Don't run timer if timer is
7534         already running.
7535
7536 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7537
7538         * wl-expire.el (wl-expire-archive-get-folder): Added argument
7539         `dst-folder-arg'.
7540         (wl-expire-archive-number1): Diito.
7541         (wl-expire-archive-number2): Diito.
7542         (wl-expire-archive-Date): Diito.
7543         (wl-archive-number1): Diito.
7544         (wl-archive-number2): Diito.
7545         (wl-archive-date): Diito.
7546         (wl-archive-folder-p): New function.
7547         (wl-summary-expire): Support of expand folder name at
7548         wl-expire-alist.
7549         * wl-util.el (wl-expand-newtext): Renamed from
7550         `wl-refile-expand-newtext'.
7551
7552 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7553
7554         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
7555         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
7556         `(elmo-msgdb-get-overview msgdb)'.
7557         (wl-summary-prefetch): Bind match data before call
7558         `wl-summay-prefetch-msg'.
7559         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
7560         'off if `wl-summary-buffer-disp-msg' is non-nil.
7561         Fixed problem that couldn't show only one new or unread message when
7562         enter folder.
7563         (wl-summary-reply): Don't call `split-window-vertically' and other
7564         window.
7565
7566 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
7567
7568         * wl-expire.el (wl-expire-refile): Fixed.
7569
7570 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl-vars.el (wl-biff-unnotify-hook): New variable.
7573
7574         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
7575         biff notification is removed.
7576
7577         * wl.el (wl): Changed position of `elmo-init'.
7578
7579         * wl-draft.el (wl-default-draft-cite): Use date field
7580         on the citation buffer.
7581
7582         * wl-vars.el (wl-shimbun-folder-icon): New variable.
7583
7584         * wl-xmas.el (wl-folder-internal-icon-list): Added
7585         `wl-folder-shimbun-image'.
7586
7587         * wl-e21.el (wl-folder-internal-icon-list): Added
7588         `wl-folder-shimbun-image'.
7589
7590 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl.el (wl-init): Eliminated argument.
7593         (wl): Rewrite.
7594
7595         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
7596         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
7597         instead of `elmo-folder-msgdb-internal'.
7598         (wl-summary-sync-update): Ditto.
7599         (wl-summary-flush-pending-append-operations): Eliminated.
7600         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
7601         (wl-summary-goto-folder-subr): Set load-msgdb argument of
7602         `elmo-folder-open'.
7603
7604         * wl-mime.el (wl-summary-burst): Fixed.
7605
7606         * wl-folder.el (wl-folder-info-save): Check data type.
7607
7608         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
7609         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
7610         instead of `elmo-folder-msgdb-internal'.
7611         (wl-expire-hide): Ditto.
7612
7613
7614         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
7615
7616 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7617
7618         * wl-folder.el (wl-folder-write-current-folder): Support petname.
7619
7620 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
7621
7622         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
7623
7624 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7625
7626         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7627         Fixed `match-beginning' argument mismatch.
7628
7629 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7630
7631         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
7632         the default value.
7633
7634 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7635
7636         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
7637         instead of `elmo-nntp-default-port'.
7638
7639         * wl-vars.el: Fixed some doc strings.
7640
7641 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-summary.el (wl-summary-prefetch-msg): Use
7644         `elmo-msgdb-overview-get-entity' instead of `assoc'.
7645
7646         * wl-vars.el: Define *-func as obsolete variable using
7647         `elmo-define-obsolete-variable'.
7648
7649         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
7650         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
7651         instead of `wl-message-buffer-prefetch-threshold'.
7652
7653         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
7654
7655         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
7656
7657         * wl-draft.el (wl-caesar-region-func): Ditto.
7658
7659         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
7660         Keep unread status in elmo-folder-move-messages.
7661         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
7662
7663 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7664
7665         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
7666         `wl-summary-buffer-exit-func'
7667         (wl-summary-buffer-message-redisplay-function): Renamed from
7668         `wl-summary-buffer-message-redisplay-func'
7669         (wl-summary-buffer-next-folder-function): Renamed from
7670         `wl-summary-buffer-next-folder-func'.
7671         (wl-summary-buffer-prev-folder-function): Renamed from
7672         `wl-summary-buffer-prev-folder-func'.
7673         (wl-summary-get-petname-function): Renamed from
7674         `wl-summary-get-petname-func'.
7675
7676         * wl-score.el (wl-score-edit-exit-function): Renamed from
7677         `wl-score-edit-exit-func'.
7678
7679         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
7680         Renamed from `wl-message-buffer-prefetch-get-next-function'.
7681
7682         * wl-util.el (wl-load-profile-function): Renamed from
7683         `wl-load-profile-func'.
7684
7685         * wl-folder.el (wl-folder-completion-function): Renamed from
7686         `wl-folder-completion-func'.
7687         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
7688
7689         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
7690         `wl-expire-archive-get-folder-func'.
7691         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
7692         (wl-draft-send-mail-function): Renamed from
7693         `wl-draft-send-mail-func'.
7694         (wl-draft-send-news-function): Renamed from
7695         `wl-draft-send-news-func'.
7696         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
7697         (wl-generate-mailer-string-function): Renamed from
7698         `wl-generate-mailer-string-func'.
7699         (wl-highlight-signature-search-function): Renamed from
7700         `wl-highlight-signature-search-func'.
7701         (wl-highlight-x-face-function): Renamed from
7702         `wl-highlight-x-face-func'
7703         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
7704         (wl-ps-print-buffer-function): Renamed from
7705         `wl-ps-print-buffer-func'
7706         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
7707         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
7708         (wl-summary-subject-filter-function): Renamed from
7709         `wl-summary-subject-filter-func'.
7710
7711         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
7712         `wl-draft-queue-flush-send-func'
7713         (wl-draft-cite-function): Renamed from
7714         `wl-draft-cite-func'
7715
7716         * wl-address.el (wl-address-init-function): Renamed from
7717         `wl-address-init-func'.
7718
7719 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-draft.el (wl-draft-queue-flush): Don't call
7722         `elmo-dop-unlock-message'.
7723         * wl-draft.el (wl-draft-queue-append): Don't call
7724         `elmo-dop-lock-message'.
7725
7726         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
7727         (wl-summary-buffer-folder-name): Ditto.
7728         (wl-summary-message-regexp): Added '-' (all other related portions
7729         are changed).
7730         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
7731         wl-summary-buffer-folder-name.
7732
7733 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
7734
7735         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
7736         the number of mails in the folder buffer is not updated by wl-biff.
7737
7738 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
7739
7740         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
7741         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
7742
7743 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-summary.el (wl-summary-next-message):
7746         Return next message number when wl-summary-move-order is nil.
7747
7748 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
7749
7750         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
7751         `wl-summary-move-spec-alist'.
7752         (wl-summary-move-spec-unplugged-alist): New variable
7753         (Move spec for unplugged status).
7754         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
7755         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
7756
7757 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
7758
7759         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
7760         * wl-mule.el (wl-draft-overload-menubar): Ditto.
7761
7762 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
7763
7764         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
7765         simple quotation to quote the anonymous function.
7766         * tm-wl.el (wl-draft-preview-message): Ditto.
7767
7768 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
7769
7770         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
7771         Eliminate redundant `save-excursion'.
7772         (wl-highlight-summary-current-line): Ditto.
7773
7774         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
7775         accessing match data when `looking-at' failed.
7776
7777         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
7778         `elmo-match-string' where users don't care about the speed.
7779         (wl-draft-save): Ditto.
7780
7781 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
7782
7783         * wl-util.el (wl-regexp-opt): New function.
7784
7785         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
7786         number from `wl-summary-buffer-number-list'.
7787         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
7788         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
7789         (wl-summary-move-spec-alist): Changed default setting.
7790
7791 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7792
7793         * wl-vars.el (wl-biff-notify-hook): New hook.
7794         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
7795         the arrival of new mail.
7796         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
7797         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
7798
7799 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
7802
7803 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
7806
7807         * Version number is increased to 2.5.8.
7808
7809         * wl-thread.el (toplevel): require 'cl.
7810         (wl-thread-resume-entity): Call wl-thread-make-number-list.
7811         (wl-thread-make-number-list): New function.
7812         (wl-thread-entity-make-number-list-from-children): Ditto.
7813         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
7814         (wl-thread-entity-insert-as-children): Likewise.
7815         (wl-thread-delete-message): Likewise.
7816         (wl-meaning-of-mark): Eliminated.
7817         (wl-thread-next-failure-mark-p): Ditto.
7818         (wl-thread-entity-get-mark): Ditto.
7819         (wl-thread-meaning-alist-get-result): Ditto.
7820         (wl-thread-entity-check-prev-mark): Ditto.
7821         (wl-thread-entity-check-next-mark): Ditto.
7822         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
7823         (wl-thread-entity-get-prev-marked-entity): Ditto.
7824         (wl-thread-get-prev-unread): Ditto.
7825         (wl-thread-jump-to-prev-unread): Ditto.
7826         (wl-thread-get-next-unread): Ditto.
7827         (wl-thread-jump-to-next-unread): Ditto.
7828         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
7829         (wl-thread-entity-get-next-marked-entity): Ditto.
7830
7831         * wl-summary.el (wl-summary-buffer-number-list):
7832         New bufer-local variable.
7833         (wl-summary-switch-to-clone-buffer): Clone
7834         `wl-summary-buffer-number-list'.
7835         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
7836         (wl-summary-cursor-move-regex): Eliminated.
7837         (wl-summary-cursor-up): Rewrite.
7838         (wl-summary-cursor-down): Ditto.
7839         (wl-summary-mode-spec-alist): New variable.
7840         (wl-summary-next-message): New inline function.
7841         (wl-summary-cursor-move): New function.
7842         (wl-summary-default-get-next-msg): Rewrite.
7843         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
7844         (wl-summary-rescan): Ditto.
7845         (wl-summary-sync-all-init): Ditto.
7846         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
7847         summary is not thread view.
7848         (wl-summary-sync-update): Ditto.
7849         (wl-summary-rescan): Ditto.
7850         (wl-summary-make-number-list): New function.
7851
7852         * wl-draft.el: "FCC" -> "Fcc".
7853
7854 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-highlight.el (wl-highlight-summary-window):
7857         Call `set-buffer-modified-p'.
7858
7859         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
7860         (wl): Call `elmo-init' and fix.
7861
7862         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
7863         Use new variables.
7864
7865         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
7866
7867 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
7870
7871 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7872
7873         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
7874
7875 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7876
7877         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
7878         `wl-use-toolbar' nor `display-graphic-p'.
7879         (wl-e21-setup-message-toolbar): Ditto.
7880         (wl-e21-setup-summary-toolbar): Ditto.
7881         (wl-e21-setup-folder-toolbar): Ditto.
7882
7883         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
7884         (wl-plugged-init-icons): Ditto.
7885
7886         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
7887         `display-graphic-p'.
7888         (wl-plugged-set-folder-icon): Ditto.
7889         (wl-highlight-plugged-current-line): Ditto.
7890         (wl-highlight-folder-current-line): Ditto.
7891         (wl-e21-highlight-folder-group-line): Ditto.
7892         (wl-e21-setup-toolbar): Ditto.
7893         (wl-e21-display-image-p): New macro.
7894
7895         * wl-demo.el (wl-demo): Simplified.
7896         (wl-demo-image-type-alist): Use `image-type-available-p' for
7897         checking whether the image type `xbm' is available.
7898
7899 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7900
7901         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
7902         (wl-summary-input-range): Ditto.
7903
7904 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
7905
7906         * wl-summary.el (wl-summary-edit-addresses): Use
7907         `wl-summary-get-original-buffer'
7908         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
7909         (wl-summary-jump-to-msg-by-message-id-via-nntp):
7910         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
7911         (wl-summary-get-newsgroups): Eliminated.
7912         (wl-summary-set-crosspost): Ditto.
7913         (wl-summary-is-crosspost-folder): Ditto.
7914         (wl-crosspost-alist-load): Ditto.
7915         (wl-crosspost-alist-save): Ditto.
7916
7917         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
7918         `elmo-setup-subscribed-newsgroups' instead of
7919         `elmo-nntp-make-groups-hashtb'.
7920         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
7921         instead of `wl-crosspost-alist-save'.
7922
7923         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
7924         of `elmo-folder-message-appendable-p'.
7925         (wl-mime-header-presentation-method): Eliminated.
7926
7927         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
7928         (Error occurs in emacs21).
7929
7930         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
7931         the current buffer).
7932
7933         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
7934         instead of `wl-crosspost-alist-save'.
7935         (wl-init): `elmo-crosspost-message-alist-load'
7936         instead of `wl-crosspost-alist-load'
7937
7938         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
7939         (wl-parse-newsgroups): Likewise.
7940         (wl-biff-notify): Run `wl-biff-notify-hook'.
7941
7942 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-vars.el (wl-summary-lazy-highlight): New variable.
7945
7946         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
7947         when `wl-summary-lazy-highlight' is non-nil.
7948         (wl-summary-goto-folder-subr): Highlight only when
7949         `wl-summary-lazy-highlight' is non-nil.
7950
7951         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
7952         Don't display progress and highlight temp-mark when
7953         `wl-summary-lazy-highlight' is non-nil.
7954         (wl-highlight-summary-window): New function.
7955         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7956
7957 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7958
7959         * wl-summary.el (wl-summary-sync): Change `all-visible'
7960         from `all-shown'
7961         (wl-summary-input-range): Ditto.
7962
7963 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7964
7965         * wl-e21.el (wl-highlight-folder-current-line): Call
7966         `wl-folder-init-icons' when folder icons have not been initialized.
7967
7968         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7969
7970         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7971         (wl-demo-image-type-alist): New macro.
7972
7973 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7974
7975         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7976         display does not support graphics.
7977         (wl-plugged-init-icons): Ditto.
7978         (wl-folder-init-icons): Ditto.
7979
7980         * wl-demo.el (wl-demo): Chech closely whether the display
7981         supports graphics.
7982
7983 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7984
7985         * wl-summary.el (wl-summary-get-original-buffer): New function.
7986         (wl-summary-set-crosspost): Use it.
7987         (wl-summary-target-mark-uudecode): Ditto.
7988         (wl-summary-reedit): Ditto.
7989         (wl-summary-resend-bounced-mail): Ditto.
7990         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7991         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7992
7993         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7994         (wl-message-display-internal): Ditto.
7995
7996 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7999
8000 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8001
8002         * wl-summary.el (wl-summary-save-view): Renamed from
8003         `wl-summary-save-status'.
8004
8005 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8006
8007         * wl-summary.el (wl-summary-sync): Added `all-shown'
8008
8009 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8010
8011         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8012
8013 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8014
8015         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8016
8017 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8018
8019         * wl-highlight.el (wl-highlight-summary-line-string): Use
8020         `zerop' instead of `= 0'.
8021         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8022
8023         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8024         for comparing numbers.
8025         (wl-template-prev): Use `zerop' instead of `eq 0'.
8026
8027         * wl-draft.el (wl-draft-insert-current-message): Use
8028         `with-current-buffer' instead of `save-excursion'.
8029         Use `zerop' instead of `eq 0'.
8030
8031 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8032
8033         * wl-draft.el (wl-draft-insert-ccs): New function.
8034         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8035         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8036
8037 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8040
8041 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8042
8043         * wl-expire.el (wl-expire-refile): Don't call
8044         elmo-msgdb-add-msgs-to-seen-list;
8045         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8046         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8047
8048 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-message.el (wl-message-prev-page): Ignore errors while
8051         scroll-down.
8052
8053 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * wl-mime.el: Use elmo-original-message-mode instead of
8056         mmelmo-original-mode.
8057
8058         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8059         `elmo-folder-get-spec';
8060         (wl-fldmgr-add-completion-all-completions):
8061         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8062
8063         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8064         of `elmo-folder-get-type'.
8065
8066         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8067         `elmo-folder-get-spec';
8068         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8069         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8070         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8071         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8072         `elmo-read-msg-no-cache';
8073         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8074         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8075         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8076         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8077         `elmo-cache-save';
8078         (wl-draft-reedit): Use `elmo-message-file-name'.
8079
8080         * wl-expire.el: Use `elmo-folder-name-internal';
8081         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8082         Use macro `wl-summary-buffer-msgdb' instead of variable
8083         `wl-summary-buffer-msgdb';
8084         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8085         Use macro `wl-summary-buffer-folder-name' instead of variable
8086         `wl-summary-buffer-folder-name'.
8087         * wl-score.el: Likewise.
8088
8089         * wl-message.el: Rewrite for new message buffer cache mechanism.
8090         (wl-message-buffer-cache-buffer-get): New macro.
8091         (wl-message-buffer-cache-folder-get): Ditto.
8092         (wl-message-buffer-cache-message-get): Ditto.
8093         (wl-message-buffer-cache-entry-make): Ditto.
8094         (wl-message-buffer-cache-hit): Ditto.
8095         (wl-message-buffer-cache-sort): New function.
8096         (wl-message-buffer-cache-add): Ditto.
8097         (wl-message-buffer-cache-delete): Ditto.
8098         (wl-message-buffer-cache-clean-up): Ditto.
8099         (wl-message-buffer-window): Rewrite.
8100         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8101         (wl-message-buffer-display): New function.
8102         (wl-message-display-internal): New function.
8103
8104 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-folder.el: Use `elmo-folder-name-internal';
8107         Use `wl-folder-get-elmo-folder';
8108         Use `elmo-folder-list-messages' instead of
8109         `elmo-list-folder';
8110         Use `elmo-folder-get-primitive-list' instead of
8111         `elmo-folder-get-primitive-spec-list';
8112         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8113         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8114         Use `elmo-folder-create' instead of `elmo-create-folder'.
8115         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8116         (wl-folder-get-elmo-folder): New macro.
8117         (wl-folder-elmo-folder-cache-get): Ditto.
8118         (wl-folder-elmo-folder-cache-put): Ditto.
8119         (wl-folder-suspend): Call `elmo-quit'.
8120
8121         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8122         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8123         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8124         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8125         (toplevel): require 'cl.
8126         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8127
8128         * wl-summary.el: Rewrite to use new elmo interface.
8129
8130 \f
8131 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-mime.el (wl-draft-preview-message):
8134         Run `wl-draft-send-hook' before collecting recipients information;
8135         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8136
8137         * tm-wl.el (wl-draft-preview-message): Ditto.
8138
8139 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8140
8141         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8142         wrong recipients are displayed when forwarded message.
8143
8144 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * Version number is increased to 2.5.7.
8147
8148 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8149
8150         * wl-message.el (wl-message-next-page): Bind
8151         `window-pixel-scroll-increment' to nil while scrolling up.
8152
8153 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8154
8155         * wl-vars.el (wl-save-hook): New hook.
8156         * wl.el (wl-save): Call `wl-save-hook'.
8157
8158 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8159
8160         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8161         Argument WITH-ARG instead of NO-ARG (negative mean).
8162         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8163         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8164         * wl-message.el (wl-message-follow-current-entity): Likewise.
8165
8166 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8167
8168         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8169         FROM was optional argument.
8170         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8171
8172 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8173
8174         * Version number is increased to 2.5.6.
8175
8176 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8177
8178         * wl-version.el (wl-version-show): Removed.
8179         (wl-version): Add `interactive'.
8180
8181 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8182
8183         * wl-summary.el (wl-summary-get-petname-func): New variable.
8184         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8185         instead of `wl-address-get-petname-1'.
8186         (wl-summary-simple-from): Ditto.
8187
8188         * wl-address.el (wl-address-get-petname-1): Define as function.
8189
8190 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8193         field in the original message.
8194         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8195
8196 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8197
8198         * wl-expire.el (wl-expire-hide):
8199         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8200
8201 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8202
8203         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8204         find decoder for To, Cc, and Subject.
8205
8206 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8209         for checking `elmo-use-buffer-cache'.
8210         (wl-summary-mark-as-important): Fixed typo in comment.
8211
8212 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8215         field in the original message.
8216         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8217
8218 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8219
8220         * wl-expire.el (wl-expire-hide):
8221         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8222
8223 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8224
8225         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8226         find decoder for To, Cc, and Subject.
8227
8228 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8229
8230         * Version number is increased to 2.5.5.
8231
8232         * wl-address.el (wl-address-specials-regexp): New constant.
8233         (wl-address-quote-specials): Use it.
8234
8235 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8236
8237         * wl-summary.el (wl-summary-rescan):
8238         Call `wl-summary-buffer-number-column-detect'.
8239         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8240
8241         * wl-message.el (wl-message-mode-map): Define.
8242         (wl-message-decode): Use it as local-map.
8243
8244 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8247         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8248
8249 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8252
8253         * wl-mule.el (wl-read-event-char): Ditto.
8254
8255         * wl-e21.el (wl-read-event-char): Ditto.
8256
8257         * wl-nemacs.el (wl-read-event-char): Ditto.
8258         (read-event): Removed.
8259
8260         * wl-util.el (toplevel): Removed dummy definition of
8261         `read-event'.
8262         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8263
8264 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8265
8266         * wl-nemacs.el (elmo-archive-call-process): Moved to
8267         elmo-archive.el.
8268
8269 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8270
8271         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8272         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8273
8274         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8275         instead of magic-number 6.  Use `not' instead of `null' for symbol
8276         `nil' check (not empty list).
8277         (wl-draft-insert-x-face-field): Fixed paren style.
8278
8279         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8280         one-branch conditional statement, instead of `and' and `if'.
8281         (wl-draft-forward): Likewise.
8282         (wl-draft-add-references): Likewise.
8283         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8284
8285         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8286         conditional steatment.  Use `cond' instead of `if'.
8287         (wl-draft-confirm): Likewise.
8288
8289 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8290
8291         * wl-version.el (wl-version-show): Use `product-string-1'
8292         instead of `wl-version'.
8293         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8294
8295         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8296
8297 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8298
8299         * wl-highlight.el (wl-highlight-headers): Revert
8300         `wl-highlight-x-face-func' argument (`beg' and `end').
8301
8302 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8303
8304         * wl.el (toplevel): Move `product-provide' declare.
8305         * wl-demo.el (toplevel): Ditto.
8306         * wl-dnd.el (toplevel): Ditto.
8307         * wl-highlight.el (toplevel): Ditto.
8308         * wl-message.el (toplevel): Ditto.
8309         * wl-refile.el (toplevel): Ditto.
8310         * wl-util.el (toplevel): Ditto.
8311
8312 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8313
8314         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8315         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8316         (wl-thread-close-all): keep cursor position.
8317
8318 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8319
8320         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8321         (eq x 0).
8322         (wl-generate-user-agent-string-1): Fix conditional statement.
8323
8324 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8325
8326         * wl.el (wl-check-environment): Additional check for
8327         'wl-local-domain' and `wl-message-id-domain'.
8328
8329 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8330
8331         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8332
8333 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8334
8335         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8336         instead of `smtp-sasl-user-realm'.
8337
8338 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8339
8340         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8341
8342 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8343
8344         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8345         to the default value as well as `eword-lexical-analyzer'.
8346
8347 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8348
8349         * wl-version.el (wl-extended-emacs-version,
8350         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8351         `elmo-match-string' instead of `wl-match-string'.
8352
8353 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8354
8355         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8356         docstring.
8357
8358 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8359
8360         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8361
8362 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8363
8364         * wl-highlight.el (wl-highlight-headers): Remove
8365         `wl-highlight-x-face-func' argument (`beg' and `end').
8366
8367 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8368
8369         * wl-summary.el (wl-summary-mark-as-important):
8370         Remove cache if folder is local.
8371
8372 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8373
8374         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8375         to get existing e-mail address string.
8376
8377 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8378
8379         * wl-version.el (wl-generate-user-agent-string): Commentary.
8380         (wl-generate-user-agent-string-1): Use `when' for
8381         one-branch conditional statement, instead of `and' and `if'.
8382         (wl-extended-emacs-version, wl-extended-emacs-version2,
8383         wl-extended-emacs-version3): Ditto.
8384
8385 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8386
8387         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8388         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8389         condition-case; Remove initialization.
8390         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8391         (wl-summary-sync-update3): Added argument `sync-all';
8392         Eliminated local variable `msgdb';
8393         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8394         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8395         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8396
8397 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8398
8399         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8400         connection before call `wl-draft-send-mail-with-smtp'.
8401
8402 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * Version number is increased to 2.5.4.
8405
8406 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8407
8408         * wl.el (wl-check-environment): Additional check for
8409         'wl-local-domain' and `wl-message-id-domain'.
8410
8411 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8412
8413         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8414         buffer as command specific.
8415         (wl-folder-mark-as-read-all-entity): Ditto.
8416         (wl-folder-prefetch-entity): Ditto.
8417         (wl-folder-drop-unsync-entity): Ditto.
8418
8419         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8420         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8421         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8422
8423         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8424         save-excursion.
8425
8426 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * Version number is increased to 2.5.3.
8429
8430         * wl-summary.el (wl-summary-save-view-cache):
8431         Delete duplicated `write-region';
8432         Use `write-region-as-binary' instead of `as-binary-output-file' and
8433         `write-region'.
8434
8435 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8436
8437         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8438
8439 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8442         instead of `smtp-via-smtp'.
8443
8444 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8445
8446         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8447
8448 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8449
8450         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8451         instead of `smtp-sasl-user-realm'.
8452
8453 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8454
8455         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8456
8457 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8458
8459         * Version number is increased to 2.5.2.
8460
8461 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8462
8463         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8464         does not exist.
8465         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8466         (wl-biff-start): Call `timer-activate' if timer already exists.
8467
8468         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8469         only when it is bound as function.
8470
8471 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8472
8473         * Version number is increased to 2.5.1.
8474
8475 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8476
8477         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8478         Print refile/copy destination.
8479
8480 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8483         queue-flush-only is non-nil.
8484
8485         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8486
8487         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8488         checking cache folder.
8489
8490 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8491
8492         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8493         `regexp-quote'.
8494
8495 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8496
8497         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8498         function.
8499         * wl-summary.el (wl-summary-write-current-folder-functions):
8500         Change default value.  Use it.
8501
8502 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * Version number is increased to 2.5.0.
8505
8506         * wl-version.el (wl-version): Changed codename.
8507
8508 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8509
8510         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8511         (wl-summary-supersedes-message): Ditto.
8512
8513 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8514
8515         * wl-refile.el (wl-refile-guess-functions): Renamed from
8516         `wl-refile-guess-func-list'.
8517
8518 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8521         Fixed problem when no rule was matched.
8522
8523 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8524
8525         * wl-summary.el (wl-summary-get-mark): Fixed
8526         `wl-summary-buffer-target-mark' check logic.
8527
8528 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8529
8530         * wl-folder.el (wl-folder-write-current-folder): Added group
8531         folder check.
8532
8533         * wl-summary.el (wl-summary-write-current-folder): Renamed from
8534         `wl-summary-write-current-newsgroup'.
8535         (wl-summary-write-current-folder-functions): New variable.
8536         * wl-folder.el (wl-folder-get-newsgroups): New function.
8537         (wl-folder-guess-mailing-list-by-refile-rule): New function.
8538         (wl-folder-write-current-folder): Renamed from
8539         `wl-folder-write-current-newsgroup'.
8540
8541 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8542
8543         * Version number is increased to 2.3.93.
8544
8545 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
8546
8547         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
8548         (wl-ldap-make-matched-value-list): Ditto.
8549         (wl-ldap-alias-safe-string): Split e-mail address.
8550
8551         * wl-summary.el (wl-summary-read-folder): Fixed problem when
8552         petname folder default was selected.
8553         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
8554         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
8555
8556 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8557
8558         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
8559         to `wl-draft-config-exec'.
8560
8561         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
8562         instead of calling `wl-draft-config-exec';
8563         Process group-list and show recipients in minibuffer.
8564
8565         * tm-wl.el (wl-draft-preview-message): Ditto.
8566
8567 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8568
8569         * wl.el (toplevel): Added (C) to copyright notice, and
8570         sync Author header.
8571         * tm-wl.el (toplevel): Ditto.
8572         * wl-address.el (toplevel): Ditto.
8573         * wl-demo.el (toplevel): Ditto.
8574         * wl-dnd.el (toplevel): Ditto.
8575         * wl-draft.el (toplevel): Ditto.
8576         * wl-e21.el (toplevel): Ditto.
8577         * wl-expire.el (toplevel): Ditto.
8578         * wl-folder.el (toplevel): Ditto.
8579         * wl-highlight.el (toplevel): Ditto.
8580         * wl-message.el (toplevel): Ditto.
8581         * wl-mime.el (toplevel): Ditto.
8582         * wl-mule.el (toplevel): Ditto.
8583         * wl-nemacs.el (toplevel): Ditto.
8584         * wl-refile.el (toplevel): Ditto.
8585         * wl-score.el (toplevel): Ditto.
8586         * wl-summary.el (toplevel): Ditto.
8587         * wl-template.el (toplevel): Ditto.
8588         * wl-thread.el (toplevel): Ditto.
8589         * wl-util.el (toplevel): Ditto.
8590         * wl-vars.el (toplevel): Ditto.
8591         * wl-xmas.el (toplevel): Ditto.
8592
8593 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
8594
8595         * wl.el (wl-init): Added comment about `wl-init-hook'.
8596         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
8597         * wl-vars.el (wl-init-hook): Added docs.
8598         (wl-make-plugged-hook): Removed useless docs.
8599         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
8600         * wl-xmas.el (toplevel): Ditto.
8601
8602 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8603
8604         * wl-address.el (toplevel): Fixed multiple Author header format.
8605         * wl-demo.el (toplevel): Ditto.
8606         * wl-draft.el (toplevel): Ditto.
8607         * wl-folder.el (toplevel): Ditto.
8608         * wl-summary.el (toplevel): Ditto.
8609         * wl-thread.el (toplevel): Ditto.
8610         * wl-util.el (toplevel): Ditto.
8611         * wl-vars.el (toplevel): Ditto.
8612         * wl-version.el (toplevel): Ditto.
8613         * wl-xmas.el (toplevel): Ditto.
8614         * wl.el (toplevel): Ditto.
8615
8616         * wl-version.el (toplevel): Added require `elmo-version' for
8617         `product-version-as-string'.
8618
8619 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
8620
8621         * wl-vars.el (wl-draft-send-hook): Changed default value to
8622         '(wl-draft-config-exec).
8623
8624         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
8625         explicitly.
8626         (wl-draft): Set `wl-draft-config-exec-flag' before running
8627         `wl-mail-setup-hook'.
8628
8629         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
8630         `wl-biff-init-icons' to `wl-init-hook' instead of
8631         `wl-make-plugged-hook'.
8632         (Because if `wl-draft' command is invoked at first,
8633         they are not initialized)
8634         Updated copyright notice.
8635
8636         * wl-e21.el (toplevel): Ditto;
8637
8638         * wl-demo.el (toplevel): Updated copyright notice.
8639         * wl-address.el (toplevel): Ditto.
8640         * wl-draft.el (toplevel): Ditto.
8641         * wl-version.el (toplevel): Ditto.
8642         * wl-folder.el (toplevel): Ditto.
8643         * wl-summary.el (toplevel): Ditto.
8644         * wl-thread.el (toplevel): Ditto.
8645         * wl-util.el (toplevel): Ditto.
8646         * wl-vars.el (toplevel): Ditto.
8647         * wl.el (toplevel): Ditto.
8648
8649 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8650
8651         * wl-highlight.el (wl-highlight-message): Fixed problem of
8652         highlighting failure which occured when the last field contains
8653         multiple lines in the draft buffer.
8654
8655         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
8656         `wl-biff-start' if plugged.
8657
8658         * wl-util.el (wl-biff-check-folder): New function.
8659         (wl-biff-check-folders): Don't set session name prefix.
8660         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
8661         (wl-biff-check-folder-async): Ditto.
8662
8663         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
8664         in email address.
8665
8666 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
8667
8668         * wl-vars.el (wl-subject-prefix-regexp): New variable.
8669
8670         * wl-draft.el (wl-draft-strip-subject-re): New function.
8671
8672         * wl-draft.el (wl-draft-reply): Use it.
8673
8674 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * wl-message.el (wl-mmelmo-message-redisplay): Use
8677         `mime-display-message' instead of `wl-mime-display-message'.
8678
8679         * wl-mime.el (toplevel): Removed compatibility workaround
8680         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
8681         (wl-mime-display-message): Abolished.
8682         (wl-mime-entity-read-field): Ditto.
8683         (wl-mime-combine-message/partial-pieces): Use
8684         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
8685
8686 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
8687
8688         * wl-template.el: Doc fixes.
8689
8690 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8691
8692         * wl-e21.el (wl-message-overload-functions): Do nothing if
8693         `current-local-map' is not available.
8694         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
8695
8696 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8697
8698         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
8699         representation.
8700
8701         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
8702         number.
8703         (wl-fldmgr-save-folders): Don't use `format' when insert
8704         `wl-fldmgr-folders-header'.
8705
8706 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8707
8708         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
8709
8710 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-highlight.el (wl-highlight-message):
8713         Use `std11-field-end' to detect end point of the header field.
8714         Refer `wl-highlight-max-header-size'.
8715
8716         * wl-vars.el (wl-highlight-max-header-size): New variable.
8717
8718         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
8719
8720         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8721         Set `for-draft' argument of wl-highlight-headers.
8722         (wl-draft): Ditto.
8723         (wl-draft-reedit): Ditto.
8724         (wl-user-agent-compose-internal): Ditto.
8725
8726 2000-10-24   Daiki Ueno <ueno@unixuser.org>
8727
8728         * wl-message.el (wl-message-add-button): Use overlay.
8729
8730 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
8733
8734         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
8735         problem when group-list content is nothing.
8736         (Reported by Mito <mit@nines.nec.co.jp>)
8737
8738 2000-10-18  SAITO Atsunori <sai@yedo.com>
8739
8740         * wl-summary.el (wl-summary-print-destination): Adjust line length.
8741
8742 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8743
8744         * tm-wl.el (toplevel): Use product-provide.
8745
8746 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * Version number is increased to 2.3.92.
8749
8750 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8751
8752         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
8753         title text, use `display' property for left margin under Emacs 21.
8754
8755         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
8756         properties.
8757         (wl-plugged-init-icons): Ditto.
8758
8759 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8760
8761         * wl.el (wl-save-status, wl-init): Remove last period in
8762         "...done." message.
8763         * tm-wl.el (wl-summary-burst): Ditto.
8764         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
8765         wl-summary-resume-cache-status,
8766         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
8767         wl-summary-sync-update3, wl-summary-highlight-msgs,
8768         wl-summary-flush-pending-append-operations,
8769         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
8770         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
8771         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
8772         wl-thread-open-all): Ditto.
8773         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8774         * wl-mime.el (wl-summary-burst): Ditto.
8775         * wl-highlight.el (wl-highlight-summary): Ditto.
8776         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
8777         wl-folder-open-all, wl-folder-update-access-group): Ditto.
8778         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
8779         * wl-address.el (wl-local-address-init): Ditto.
8780
8781 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8782
8783         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
8784         `add-text-properties'.
8785         (wl-plugged-init-icons): Ditto.
8786         (wl-folder-init-icons): Use `propertize' instead of
8787         `put-text-property'.
8788         (wl-plugged-set-folder-icon): Ditto.
8789         (wl-e21-highlight-folder-group-line): Ditto.
8790
8791 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
8792
8793         * wl-version.el (wl-version-status-alist): New variable.
8794         (wl-version-status): New function.
8795
8796         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
8797         "Cc" part of the case "Reply-To".
8798
8799         * wl-draft.el (wl-draft-reply): Use result of
8800         `eword-extract-address-components'.
8801
8802         * wl-demo.el (wl-demo-icon-name): New constant.
8803         (wl-logo-xpm): Use it.
8804         (wl-logo-xbm): Ditto.
8805         (wl-logo-bitmap): Ditto.
8806
8807         * Version number is increased to 2.3.91.
8808
8809 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8810
8811         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
8812         (wl-extended-emacs-version, wl-extended-emacs-version2,
8813         wl-extended-emacs-version3): Remove `interactive'.  Fixed
8814         docstring.
8815
8816         * wl-version.el (wl-generate-user-agent-string-1): New function.
8817         (wl-generate-user-agent-string): Use it.
8818
8819         * wl-version.el (wl-generate-user-agent-string-1): Ignore
8820         `mime-edit-insert-user-agent-field'.
8821         (wl-generate-user-agent-string): Check
8822         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
8823
8824         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
8825         instead of `if', when verbose case.
8826
8827 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8828
8829         * wl-expire.el (wl-summary-expire): Fix.
8830
8831 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
8832
8833         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
8834         and `elmo-lost+found-folder' if 'wl-draft.
8835         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
8836
8837 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8838
8839         * wl-expire.el (wl-summary-expire): Change messages.
8840         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
8841         `deleing-info' instead of "Deleting..."
8842
8843 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
8844
8845         * wl-summary.el (wl-summary-refile-subr): Fix.
8846
8847 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8848
8849         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
8850         if pipe folder.
8851
8852 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8853
8854         * wl-vars.el (wl-draft-use-cache): Default `nil'.
8855
8856 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
8857
8858         * wl-expire.el (wl-expire-hide): New function.
8859         (wl-summary-expire): Add `hide'.
8860
8861 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
8862
8863         * wl-vars.el (wl-draft-reply-without-argument-list):
8864         Changed default value to consider `Reply-To:'.
8865         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
8866
8867         * Version number is increased to 2.3.90.
8868
8869         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
8870         elmo-imap4-get-session with unwind-protect.
8871         Don't cause error.
8872         (wl-summary-sync-marks): Don't check plugged nor folder type.
8873         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
8874         (Always keep current buffer).
8875
8876 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8877
8878         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8879         Enclose with `save-excursion'.
8880
8881 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8882
8883         * wl-version.el (wl-version): Remove interactive.
8884
8885 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8886
8887         * wl-version.el (wl-generate-user-agent-string): Use
8888         `product-string-verbose' instead of `product-string-1'.
8889
8890 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8891
8892         * wl-vars.el (wl-draft-use-cache): New variable.
8893         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
8894         if wl-draft-use-cache is non-nil.
8895
8896 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
8897
8898         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
8899         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
8900
8901 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
8902
8903         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
8904         (wl-thread-msg-mark-as-unread): Ditto.
8905
8906         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
8907         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
8908         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
8909         Don't set mark in summary if return value of `elmo-mark-as-read'
8910         is nil.
8911         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
8912         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
8913         instead of `wl-thread-msg-mark-as-read'.
8914         (wl-summary-mark-as-unread-region): Ditto.
8915         (wl-summary-target-mark-mark-as-read): Ditto.
8916
8917         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
8918
8919 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
8922
8923         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
8924
8925 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
8926
8927         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
8928         face.
8929
8930 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
8931
8932         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
8933         `running-xemacs'.
8934
8935 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8936
8937         * wl-version.el (toplevel): Use `product-version-as-string' for
8938         set verstion-string, if defined.
8939
8940         * wl-version.el (wl-version-show): Insert string at point, when
8941         call with argument.
8942
8943         * wl-version.el (wl-generate-user-agent-string): Use
8944         `product-string-1' instead of `wl-appname', `wl-version' and
8945         `wl-codename'.
8946
8947 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8948
8949         * wl-address.el (toplevel): Use product-provide.
8950         * wl-demo.el (toplevel): Ditto.
8951         * wl-dnd.el (toplevel): Ditto.
8952         * wl-draft.el (toplevel): Ditto.
8953         * wl-e21.el (toplevel): Ditto.
8954         * wl-expire.el (toplevel): Ditto.
8955         * wl-fldmgr.el (toplevel): Ditto.
8956         * wl-folder.el (toplevel): Ditto.
8957         * wl-highlight.el (toplevel): Ditto.
8958         * wl-message.el (toplevel): Ditto.
8959         * wl-mime.el (toplevel): Ditto.
8960         * wl-mule.el (toplevel): Ditto.
8961         * wl-nemacs.el (toplevel): Ditto.
8962         * wl-refile.el (toplevel): Ditto.
8963         * wl-score.el (toplevel): Ditto.
8964         * wl-summary.el (toplevel): Ditto.
8965         * wl-template.el (toplevel): Ditto.
8966         * wl-thread.el (toplevel): Ditto.
8967         * wl-util.el (toplevel): Ditto.
8968         * wl-vars.el (toplevel): Ditto.
8969         * wl-xmas.el (toplevel): Ditto.
8970         * wl.el (toplevel): Ditto.
8971
8972 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8973
8974         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8975         instead of product.
8976
8977         * wl-version.el (wl-version): Compile time evalution elmo-version.
8978
8979 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8980
8981         * wl-summary.el (wl-summary-sync-force-update): Append queue
8982         `mark-as-read'if unplugged.
8983
8984 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8985
8986         * wl-version.el: New file.  Use product.el.
8987         * wl.el: add (require 'wl-version).
8988         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8989         for ~/.folders header.
8990         (wl-fldmgr-folders-header): Changed.
8991         * wl-demo.el (wl-demo): Use product.el.
8992
8993         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8994         wl-version.el.
8995         * wl-util.el (wl-version, wl-version-show): Ditto.
8996
8997         * wl-util.el (wl-generate-user-agent-string,
8998         wl-extended-emacs-version, wl-extended-emacs-version2,
8999         wl-extended-emacs-version3): Move to wl-version.el.
9000         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9001         xemacs-codename, mime-edit-insert-user-agent-field,
9002         mime-edit-user-agent-value, mime-editor/version,
9003         mime-editor/codename): Compile warning killer move to
9004         wl-version.el
9005
9006 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9007
9008         * wl-summary.el (wl-summary-refile-subr): Fix.
9009
9010 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9011
9012         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9013         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9014
9015 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9016
9017         * wl.el (wl-check-environment): Check too many `@'.
9018
9019 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9020
9021         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9022
9023 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9024
9025         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9026         wl-draft-reply-myself-without-argument-list): Add variables.
9027         * wl-draft.el (wl-draft-reply): Use it.
9028
9029 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9030
9031         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9032         the 5th argument of `elmo-network-get-spec'.
9033
9034         * wl-thread.el (wl-thread-reparent-children): New inline function.
9035         (wl-thread-delete-message): Use it.
9036
9037         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9038         (wl-summary-score-update-all-lines): Don't use `dolist'.
9039
9040 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9041
9042         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9043         (require 'elmo-msgdb) for inline function.
9044
9045 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9046
9047         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9048
9049 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9050
9051         * wl-score.el (wl-score-headers): Fix for the confusing macro
9052         `elmo-kill-buffer'.
9053
9054 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9055
9056         * wl-summary.el: Don't use the 3rd argument of `require' because
9057         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9058         * wl-util.el: Ditto.
9059         * wl-draft.el: Ditto.
9060
9061 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9062
9063         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9064         window system is not used.
9065
9066 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9067
9068         * wl-thread.el: Don't use `mapcar' only for iteration.
9069         (wl-thread-resume-entity): Ditto.
9070         (wl-thread-delete-message): Ditto.
9071
9072         * wl-summary.el: Bind `dragdrop-drop-functions',
9073         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9074         of `require' for `timezone', `easymenu' and `ps-print';
9075         don't use `mapcar' only for iteration.
9076
9077         * wl-util.el: Bind `mule-version', `nemacs-version',
9078         `emacs-beta-version', `xemacs-codename',
9079         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9080         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9081         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9082         only for iteration.
9083
9084         * wl-score.el: Don't use `mapcar' only for iteration.
9085         (wl-score-simplify-buffer-fuzzy): Ditto.
9086         (wl-score-simplify-subject): Ditto.
9087         (wl-score-headers): Ditto.
9088         (wl-summary-score-update-all-lines): Ditto.
9089
9090         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9091         `enable-multibyte-characters' and `mule-version'.
9092
9093         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9094         `mapcar' only for iteration.
9095
9096         * wl-demo.el: Don't use `mapcar' only for iteration.
9097
9098         * wl-folder.el: Don't use `mapcar' only for iteration.
9099         (wl-folder-open-all): Ditto.
9100         (wl-folder-count-incorporates): Ditto.
9101
9102         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9103         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9104
9105         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9106         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9107         `smtp-connection-type'; specify 3rd argument of `require' for
9108         `timezone'; don't use `mapcar' only for iteration.
9109         (wl-draft-clone-local-variables): Don't use `mapcar'.
9110         (wl-draft-generate-clone-buffer): Ditto.
9111         (wl-user-agent-compose-internal): Ditto.
9112
9113         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9114
9115         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9116         (wl-save-status): Ditto.
9117
9118         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9119         for iteration.
9120
9121 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9124         removed `Date'.
9125         (wl-fldmgr-make-filter-default): New user option.
9126
9127         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9128         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9129         (wl-fldmgr-filter-completion-alist): Abolish.
9130
9131         * wl.el (wl): Don't check servers if arg is non-nil.
9132
9133         * wl-draft.el (wl-draft-reply): Set only message-id string to
9134         In-Reply-To field.
9135
9136 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * wl-summary.el (wl-summary-pick): Rewrite.
9139
9140         * wl-draft.el (wl-draft-forward): Get references field from
9141         original buffer.
9142         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9143
9144 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9145
9146         * wl-draft.el (wl-draft-forward): Add references field.
9147
9148 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9149
9150         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9151         (wl-draft-reply): Use it.
9152
9153 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9154
9155         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9156         when Emacs 21 is running.
9157
9158         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9159         bindings.
9160
9161 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9162
9163         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9164         XPM icons transparent.
9165
9166         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9167         Emacs 21.
9168
9169 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9170
9171         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9172         nil.
9173
9174         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9175         when it is persistent.
9176         (wl-summary-sync-marks): Changed argument for
9177         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9178         (wl-summary-virtual): Use `elmo-read-search-condition'.
9179         (wl-summary-redisplay-internal): If folder is local, mark as read
9180         even when folder is plugged.
9181
9182 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9183
9184         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9185         of `tool-bar-lines' in the frame parameters.
9186         (after-make-frame-functions, post-command-hook): Don't modify the
9187         value.
9188         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9189         wl-e21-tool-bar-lines): Removed.
9190
9191 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9192
9193         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9194         properties `evaporate' and `wl-momentary-overlay' as well.
9195         (wl-highlight-summary-displaying): Ditto.
9196         (wl-delete-all-overlays): Don't delete overlay which does not have
9197         a property `wl-momentary-overlay'.
9198
9199         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9200         `display-mouse-p' and `display-graphic-p'.
9201         (wl-folder-init-icons): Don't search for XBM or the other files.
9202         (wl-plugged-set-folder-icon): Make icons if and only if
9203         `display-graphic-p' returns non-nil.
9204         (wl-highlight-plugged-current-line): Use `before-string' overlay
9205         property to show icon images.
9206         (wl-highlight-folder-current-line): Ditto.
9207         (wl-e21-highlight-folder-group-line): Ditto.
9208         (wl-e21-highlight-folder-by-numbers): Ditto.
9209         (wl-e21-insert-image): Removed.
9210         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9211         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9212         said.
9213         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9214         `wl-e21-force-switch-toolbar'.
9215         (wl-e21-make-icon-image): Removed.
9216         (wl-e21-setup-toolbar): Don't search for XBM files.
9217         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9218         the default value.
9219
9220 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * wl-util.el (wl-biff-check-folder-async): Set
9223         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9224
9225 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9226
9227         * wl-e21.el (after-make-frame-functions): Add
9228         `wl-e21-force-switch-toolbar'.
9229         (wl-e21-force-switch-toolbar): New function force to switch the
9230         toolbar appearance automatically.
9231         (post-command-hook): Add `wl-e21-switch-toolbar'.
9232         (wl-e21-switch-toolbar): New function to switch the toolbar
9233         appearance automatically.
9234         (wl-e21-tool-bar-lines): New buffer local variable.
9235
9236 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-util.el (wl-biff-check-folders-running): New variable.
9239         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9240         (wl-biff-check-folder-async-callback):
9241         Set `wl-biff-check-folders-running'.
9242         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9243         with unwind-protect.
9244
9245         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9246         Enclose `wl-folder-auto-check' with unwind-protect.
9247
9248         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9249         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9250
9251         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9252
9253         * wl-util.el (wl-biff-notify): New inline function.
9254         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9255         locally.
9256         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9257         folder-list' is 1.
9258         Use `wl-biff-notify'.
9259         (wl-biff-check-folder-async-callback): New function.
9260         (wl-biff-check-folder-async): Ditto.
9261
9262         * wl-folder.el (wl-folder): Don't check folders.
9263         (wl-folder-auto-check): New function.
9264
9265 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9266
9267         * wl-util.el (wl-biff-start) [Emacs19+]:
9268         Use `timer-next-integral-multiple-of-time'.
9269         (wl-biff-check-folders): Use `wl-default-folder'
9270         if `wl-biff-check-folder-list' is nil.
9271
9272 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9273
9274         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9275         instead of `elmo-delete-lists'.
9276
9277 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9278
9279         * wl.el (wl-plugged-toggle-all): Set the value of
9280         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9281         (wl-plugged-toggle): Ditto.
9282         (wl-toggle-plugged): Ditto.
9283         (wl-plugged-init): Ditto.
9284
9285         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9286         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9287         instead of `wl-biff-state-indicator-off' and
9288         `wl-biff-state-indicator-on'; don't modify the value and the type
9289         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9290         (wl-plugged-init-icons): Set icons data to
9291         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9292         instead of `wl-plug-state-indicator-off' and
9293         `wl-plug-state-indicator-on'; don't modify the value and the type
9294         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9295
9296         * wl-vars.el (wl-modeline-biff-state-off,
9297         wl-modeline-biff-state-on, wl-modeline-biff-status,
9298         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9299         wl-modeline-plug-status): New internal variables.
9300         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9301         wl-biff-check-interval, wl-biff-check-folder-list): Change
9302         customization group from `wl-folder' to `wl-highlight'.
9303         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9304         wl-show-plug-status-on-modeline): Defcustomized.
9305
9306         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9307         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9308         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9309         a flag to `mode-line-buffer-identification'.
9310
9311         * wl-e21.el (wl-biff-init-icons): Set icons data to
9312         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9313         instead of `wl-biff-state-indicator-off' and
9314         `wl-biff-state-indicator-on'.
9315         (wl-plugged-init-icons): Set icons data to
9316         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9317         instead of `wl-plug-state-indicator-off' and
9318         `wl-plug-state-indicator-on'.
9319
9320 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9321
9322         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9323         excessive titles.
9324
9325 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9326
9327         * wl.el (wl-plugged-mode): Use revised
9328         `wl-mode-line-buffer-identification'.
9329         (wl-plugged-init): Don't use `force-mode-line-update'.
9330
9331         * wl-xmas.el (wl-draft-overload-functions): Use revised
9332         `wl-mode-line-buffer-identification'.
9333         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9334         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9335         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9336         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9337         `wl-make-plugged-hook';
9338         add `wl-folder-init-icons' and `wl-setup-folder' to
9339         `wl-folder-mode-hook'.
9340
9341         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9342         19 as well.
9343         (wl-mode-line-display-priority-list): New user option.
9344         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9345         Defcustomized.
9346         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9347         Add docs.
9348
9349         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9350         start.
9351         (wl-mode-line-buffer-identification): Revised as a function.
9352
9353         * wl-summary.el (wl-summary-mode): Use revised
9354         `wl-mode-line-buffer-identification'; don't call
9355         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9356         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9357         `wl-xmas-setup-summary'.
9358
9359         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9360         `wl-mode-line-buffer-identification'.
9361
9362         * wl-mule.el (wl-draft-overload-functions): Use revised
9363         `wl-mode-line-buffer-identification'.
9364
9365         * wl-folder.el (wl-make-plugged-alist): Don't call
9366         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9367         (wl-folder): Don't call `wl-folder-init-icons' directly.
9368         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9369         `wl-xmas-setup-folder' directly;
9370         use revised `wl-mode-line-buffer-identification'.
9371         (TopLevel): Don't bind `wl-biff-init-icons',
9372         `wl-plugged-init-icons', `wl-folder-init-icons',
9373         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9374
9375         * wl-e21.el (wl-draft-overload-functions): Use revised
9376         `wl-mode-line-buffer-identification'.
9377         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9378         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9379         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9380         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9381         `wl-make-plugged-hook';
9382         add `wl-folder-init-icons' and `wl-setup-folder' to
9383         `wl-folder-mode-hook'.
9384
9385 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9386             Katsumi Yamaoka    <yamaoka@jpl.org>
9387
9388         * wl.el (wl): Call `wl-biff-start'.
9389         (wl-exit): Call `wl-biff-stop'.
9390         (wl-plugged-mode): Show biff in modeline.
9391         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9392
9393         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9394         (wl-biff-init-icons): New function.
9395         (wl-plugged-init-icons): Don't make too much keymaps.
9396         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9397
9398         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9399         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9400         variables.
9401         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9402         options.
9403
9404         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9405         wl-biff-start, wl-biff-stop): New functions.
9406         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9407         (wl-biff-timer-name): New variable.
9408
9409         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9410
9411         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9412         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9413
9414         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9415         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9416
9417         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9418         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9419         `wl-folder-init-icons' to `ignore' if they are not available.
9420         (wl-folder-mode): Show biff in modeline.
9421
9422         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9423         (wl-biff-init-icons): New function.
9424         (wl-plugged-init-icons): Don't make too much keymaps.
9425         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9426
9427 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9428
9429         * wl-vars.el (wl-strict-diff-folders): Customization Type
9430         and doc fix.  Define as a list of regular expressions for
9431         folders or nil.
9432         * wl-folder.el (wl-folder-check-one-entity): Use
9433         `wl-string-match-member' instead of `wl-string-member' for
9434         `wl-strict-diff-folders'.
9435
9436 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9437
9438         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9439         (wl-highlight-folder-current-line): Use it; new implementation.
9440         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9441         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9442         `defsubst' instead of `defun'.
9443
9444         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9445         `wl-highlight-group-folder-by-numbers'; made it can also be a
9446         number.  See info for more details.
9447
9448         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9449         running.
9450
9451         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9452         to bind them.
9453
9454         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9455         (wl-highlight-folder-current-line): New implementation.
9456
9457         * wl-highlight.el (wl-highlight-folder-group-line): New
9458         implementation.
9459         (wl-delete-all-overlays): Rewrite as a marco.
9460         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9461
9462         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9463         running.
9464         (wl-folder-*-glyph): No need to bind them.
9465
9466         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9467         `wl-e21-highlight-folder-group-icon'; rewrite.
9468         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9469         `defsubst' instead of `defun'.
9470         (wl-folder-mode-map): Bind it when compiling.
9471
9472 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9473
9474         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9475
9476         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9477
9478 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9479
9480         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9481
9482 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9483
9484         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9485         (wl-highlight-folder-current-line): Use it.
9486
9487         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9488         in `id-name'.
9489
9490 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9491
9492         * wl.el: Require `wl-e21' when Emacs 21 is running.
9493
9494         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9495         default when Emacs 21 is running.
9496         (wl-use-highlight-mouse-line): Ditto.
9497         (wl-on-emacs21): New constant.
9498         (wl-on-emacs20): Removed.
9499
9500         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9501         Emacs 21 is running.
9502
9503         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9504         Emacs 21 is running.
9505
9506         * wl-e21.el: New file.
9507
9508 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9509
9510         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9511         (wl-toggle-plugged): Ditto.
9512         (wl-plugged-toggle): Ditto.
9513         (wl-plugged-toggle-all): Ditto.
9514
9515         * wl-vars.el (wl-plug-state-indicator): Refer
9516         `wl-plug-state-indicator-on' indirectly.
9517
9518 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9519
9520         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9521         Call `wl-folder-confirm-existence'.
9522
9523         * wl-folder.el (wl-folder-confirm-existence): Added optional
9524         argument `force'.
9525
9526 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9527
9528         * wl-summary.el (wl-summary-refile-subr): Assume
9529         `copy-or-refile' as symbol.
9530         (wl-summary-refile): Follow up above change.
9531         (wl-summary-copy): Ditto.  Doc fix.
9532
9533 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
9534
9535         * wl-summary.el (wl-summary-pick): Don't bind
9536         `elmo-search-mime-charset'.
9537
9538         * wl-vars.el (wl-highlight-message-header-button-alist): Define
9539         default using old backquote style.
9540         (wl-search-mime-charset): Abolished.
9541
9542         * wl-highlight.el (wl-highlight-headers):
9543         Call `point' after `re-search-forward'(for Nemacs).
9544
9545         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
9546         for elmo-imap4.el.
9547
9548 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
9549
9550         * wl-message.el (wl-mmelmo-message-redisplay): Bind
9551         `wl-message-ignored-field-list' instead of
9552         `mime-view-ignored-field-list'.
9553
9554         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
9555         Add interactive spec.
9556         (wl-folder-goto-bottom-of-current-folder): Ditto.
9557         (wl-folder-mode-map): Bind them.
9558
9559         * wl-vars.el (wl-message-ignored-field-list): New variable.
9560         (wl-message-visible-field-list): New variable.
9561
9562         * wl-mime.el (wl-mime-header-presentation-method): New function.
9563         (wl-mime-setup): Set header-presentation-method.
9564
9565 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9566
9567         * wl-nemacs.el (wl-draft-overload-functions): Set
9568         `mode-line-buffer-identification' instead of using
9569         `wl-make-modeline'.
9570
9571         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
9572         instead of using `wl-make-modeline'.
9573
9574         * wl-xmas.el (wl-plugged-init-icons): Set up
9575         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
9576         (wl-make-modeline): Abolish.
9577         (wl-draft-overload-functions): Set
9578         `mode-line-buffer-identification' instead of using
9579         `wl-make-modeline'.
9580
9581         * wl-util.el (wl-make-modeline-subr): Abolish.
9582         (wl-mode-line-buffer-identification): New alias.
9583
9584         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
9585         (wl-summary-make-modeline): Abolish.
9586         (wl-summary-buffer-set-folder): Set
9587         `wl-summary-buffer-folder-indicator'.
9588         (wl-summary-mode): Set `mode-line-buffer-identification' instead
9589         of using `wl-make-modeline'.
9590         (wl-summary-switch-to-clone-buffer): Don't set
9591         `mode-line-buffer-identification'.
9592         (wl-summary-goto-folder-subr): Ditto.
9593
9594         * wl-mule.el (wl-draft-overload-functions): Set
9595         `mode-line-buffer-identification' instead of using
9596         `wl-make-modeline'.
9597
9598         * wl-folder.el (wl-folder-mode): Set
9599         `mode-line-buffer-identification' instead of using
9600         `wl-make-modeline'.
9601         (wl-folder): Don't set `mode-line-buffer-identification'.
9602
9603 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
9604
9605         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
9606         instead of `member' for `wl-refile-guess-func-list' look-ups.
9607         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
9608
9609 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9610
9611         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
9612         `wl-message-button-dispatcher'.
9613
9614         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
9615
9616         * wl-message.el (wl-message-button-dispatcher): Use it.
9617
9618         * wl-vars.el (wl-highlight-message-header-button-alist): Add
9619         "In-Reply-To".
9620
9621         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9622         Bind `case-fold-search' to t.
9623
9624 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9625
9626         * wl-xmas.el (wl-message-overload-functions): Initialize
9627         `wl-message-button-map'.
9628
9629         * wl-mule.el (wl-message-overload-functions): Initialize
9630         `wl-message-button-map'.
9631
9632         * wl-vars.el (wl-highlight-message-header-button-alist): New.
9633
9634         * wl-message.el (wl-message-button-map): New keymap.
9635         (wl-message-add-button): New function.
9636         (wl-message-button-dispatcher): New function.
9637         (wl-message-button-refer-article): New function.
9638
9639         * wl-highlight.el
9640         (wl-highlight-message-add-buttons-to-header): New function.
9641         (wl-highlight-headers): Use it.
9642
9643 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
9644
9645         * wl-summary.el (wl-summary-default-from): Use
9646         `wl-address-get-petname-1'.
9647         (wl-summary-simple-from): Ditto.
9648
9649         * wl-address.el (wl-address-get-petname-1): New inline function.
9650         (wl-address-get-petname): Use it.
9651
9652 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
9653
9654         * wl-summary.el (wl-summary-default-from): Return full-name part
9655         from the address if no petname was found.
9656         (wl-summary-simple-from): Ditto.
9657
9658         * wl-address.el (wl-address-get-petname): Return nil if no petname
9659         associated with the address was found.
9660
9661 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9662
9663         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
9664         display is finished.
9665
9666 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9667
9668         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
9669         `elmo-folder-exists-p' argument.
9670
9671 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
9672
9673         * wl-folder.el (wl-folder-confirm-existence): Check existence of
9674         the folder.
9675
9676 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
9677
9678         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
9679
9680         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
9681         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
9682
9683 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
9684
9685         * wl-folder.el (wl-folder-create-subr): New function.
9686         (wl-folder-confirm-existence): Use it.
9687         (wl-folder-check-one-entity): Use it.
9688         Check the error symbol is derived from 'elmo-open-error.
9689
9690         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
9691         `ignore-error'.
9692
9693 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9694
9695         * wl-util.el (toplevel): Add (eval-when-compile (require
9696         'elmo-util)).  (Maybe `provide' is typo.)
9697
9698 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
9699
9700         * wl-util.el (toplevel): Removed (provide 'elmo-util).
9701         (I don't know why this was needed.)
9702
9703         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
9704         Follow up changes for stream-type.
9705
9706         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
9707         (wl-draft-elmo-nntp-send): Ditto.
9708
9709         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
9710         (wl-nntp-posting-stream-type): Ditto.
9711         (wl-pop-before-smtp-ssl): Abolished.
9712         (wl-nntp-posting-ssl): Ditto.
9713
9714         * wl-address.el (wl-address-quote-specials): New function.
9715         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
9716
9717         * wl-draft.el (wl-draft-reply): Ditto.
9718
9719 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9720
9721         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
9722         use function `wl-string-match-assoc'.
9723
9724 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
9725
9726         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
9727
9728         * wl-draft.el (wl-draft-deduce-address-list): New function.
9729         (wl-draft-parse-mailbox-list): Ditto.
9730         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
9731         instead of `smtp-deduce-address-list'.
9732         (wl-draft-on-field-p): Follow group list.
9733
9734         * wl-address.el (wl-address-concat-token): New function.
9735         (wl-address-string-without-group-list-contents): Ditto.
9736         (wl-complete-field-body): Fixed problem of completion
9737         by japanese petname.
9738         (wl-address-make-completion-list): Rewrite.
9739
9740 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
9741
9742         * wl-address.el (wl-address-make-completion-list): Completion by
9743         petname.
9744         (wl-complete-field-body): Likewise.
9745
9746 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
9747
9748         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
9749         contains invalid address syntax.
9750
9751 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9752
9753         * wl-folder.el (wl-folder-check-entity-async): Use
9754         `elmo-nntp-spec-hostname'.
9755
9756 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
9757
9758         * wl-summary.el (wl-summary-msgdb-load-async): Use
9759         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
9760
9761 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
9762
9763         * wl-draft.el (wl-draft-reply): Set argument
9764         `content-transfer-encoding' as nil.
9765
9766 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
9767
9768         * wl-refile.el (wl-refile-learn): Move hit element to the top of
9769         `wl-refile-alist'.
9770
9771 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
9772
9773         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
9774         (wl-draft-edit-string): Ditto.
9775         (wl-draft-forward): Ditto.
9776         * wl-summary.el (wl-summary-write): Ditto.
9777
9778 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
9779
9780         * wl-summary.el (wl-summary-sync-update3): Call
9781         `wl-summary-buffer-number-column-detect'.
9782         (wl-summary-buffer-number-column-detect): Search from point-min.
9783
9784 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
9785
9786         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
9787         contains an address which is not included in original to or cc.
9788
9789 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
9790
9791         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
9792         begin-line does not exist.
9793         * wl-message.el (wl-message-uu-substring): Ditto.
9794
9795 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
9796
9797         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
9798         clear local variables.
9799         (wl-summary-exit): Call `elmo-commit'.
9800         (wl-summary-switch-to-clone-buffer): Call
9801         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
9802         (wl-summary-goto-folder-subr): Ditto.
9803
9804         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
9805         POP folder.
9806
9807 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
9808
9809         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
9810         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
9811         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
9812         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
9813         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
9814         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
9815
9816         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
9817
9818 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
9819
9820         * wl-summary.el (wl-summary-search-by-subject):
9821         Search parent message from the latest one.
9822
9823 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
9824
9825         * wl-draft.el (wl-draft-reply): Insert address with full-name.
9826         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
9827
9828         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
9829         New user option.
9830
9831         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
9832         if elmo-nntp-use-killed-list is nil.
9833         Use `elmo-msgdb-append-to-killed-list'.
9834         (Append numbers confirmed as disappeared to the killed list.)
9835         (wl-summary-confirm-appends): Don't display negative number.
9836
9837 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9838
9839         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
9840
9841 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
9842
9843         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
9844         range is `all'.
9845         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
9846         `elmo-list-bigger-diff'.
9847
9848 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
9849
9850         * wl-summary.el (wl-summary-buffer-exit-func):
9851         New buffer local variable.
9852         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
9853
9854 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9855
9856         * wl-demo.el (wl-demo): Fix the last change.
9857
9858 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
9859
9860         * wl-demo.el (wl-demo): Don't use `eval'.
9861
9862 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
9863
9864         * wl-summary.el (wl-summary-buffer-thread-modified):
9865         New buffer-local variable.
9866         (wl-summary-set-thread-modified): New function.
9867         (wl-summary-thread-modified-p): New function.
9868         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
9869         (wl-summary-yank-saved-message): Use function
9870         `wl-summary-set-thread-modified'
9871         (wl-summary-switch-to-clone-buffer): Add
9872         `wl-summary-buffer-thread-modified'.
9873
9874         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
9875         (wl-summary-buffer-mark-saved-hook): Ditto.
9876         * wl-summary.el (wl-summary-msgdb-save): New hook
9877         `wl-summary-buffer-message-saved-hook' and
9878         `wl-summary-buffer-mark-saved-hook'.
9879
9880 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9881
9882         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
9883
9884 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
9885
9886         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
9887         don't hide scroll bars under FSF Emacsen because it may incur an
9888         undesirable redrawing.
9889
9890 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
9891
9892         * wl-draft.el (wl-draft-edit-string): Call
9893         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
9894
9895 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
9896
9897         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
9898
9899 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
9900
9901         * wl-summary.el (wl-summary-msgdb-load-async): Call
9902         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
9903
9904 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
9905
9906         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
9907         fringes in demo buffer; center bitmap logo correctly even if old
9908         Mule is used.
9909
9910 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
9911
9912         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
9913
9914         * wl-refile.el (wl-refile-subject-alist): New variable.
9915         (wl-refile-subject-alist-file-name): Ditto.
9916         (wl-refile-alist-setup): Rewrite.
9917         (wl-refile-alist-save): Use `elmo-object-save'.
9918         Eliminated arguments.
9919         (wl-refile-learn): Check `wl-refile-guess-func-list'.
9920         (wl-refile-guess-by-subject): New function.
9921         (wl-refile-guess-func-list): Added it.
9922
9923 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9924
9925         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
9926         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
9927
9928 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
9929
9930         * wl-summary.el (wl-summary-buffer-prev-folder-func):
9931         New buffer-local variable.
9932         (wl-summary-buffer-next-folder-func): Ditto.
9933         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
9934         if non-nil.
9935         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
9936         if non-nil.
9937         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
9938         if non-nil.
9939         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
9940         if non-nil.
9941
9942 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
9943
9944         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
9945         permanently in the demo buffer.
9946
9947 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
9948
9949         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
9950         `mime-entity-fetch-field'.
9951
9952         * wl.el (wl-exit): Delete plugged buffer.
9953
9954         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9955         XEmacs has menubar feature.
9956
9957 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9958
9959         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9960         cannot arrive at the beginning of the buffer under old Emacsen.
9961
9962 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9963
9964         * wl-address.el (wl-address-ldap-search):
9965         Call `ldap-search-entries' with `withdn' argument t.
9966         (wl-complete-field-body): Bind completion-ignore-case as t.
9967         Clear ldap search hash when it was sole completion.
9968         Use elmo-string for pattern string.
9969         (wl-ldap-alias-safe-string): Eliminated needless let.
9970
9971 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9972
9973         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9974         (wl-ldap-alias-sep): New constant.
9975         (wl-ldap-search-attribute-type-list): Ditto.
9976         (wl-ldap-get-value): New function.
9977         (wl-ldap-make-filter): Ditto.
9978         (wl-ldap-make-matched-value-list): Ditto.
9979         (wl-ldap-alias-safe-string): Ditto.
9980         (wl-ldap-register-dn-string): Ditto.
9981         (wl-address-ldap-search): Rewrite.
9982
9983 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9984
9985         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9986         thread is deleted.
9987         (wl-thread-delete-line-from-buffer): Ditto.
9988         (wl-thread-get-exist-children): New function.
9989
9990 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9991
9992         * wl-demo.el (wl-demo): Made it to select various image types.
9993         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9994         from `wl-title-logo'.
9995         (wl-logo-ascii): New variable.
9996         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9997         (wl-demo-copyright-notice): New constant.
9998
9999         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10000
10001 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10002
10003         * wl-vars.el (wl-summary-target-above): Renamed from
10004         wl-summary-temp-above.
10005         * wl-score.el (wl-score-get-score-alist): Use it.
10006         (wl-summary-score-update-all-lines): Use it.
10007         * wl-summary.el: Ditto. (make-variable-buffer-local).
10008
10009 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10010
10011         * wl-vars.el (wl-ldap-port): New user option.
10012
10013         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10014         Rewite whole implementation.
10015         (wl-complete-field-body): Fixed.
10016
10017 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10018
10019         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10020         Choose implementation at compile time.
10021
10022 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10023
10024         * wl-address.el (wl-ldap-search-internal): New function.
10025         (wl-complete-field-to): Use it.
10026
10027 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10028
10029         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10030         Use `let' instead of `let*'.
10031         Require 'wl-vars.
10032
10033         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10034         Define as defcustom.
10035         (wl-ldap-base): Ditto.
10036         (wl-use-ldap): Ditto.
10037
10038 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10039
10040         * wl-address.el (wl-ldap-search): New function.
10041         (wl-complete-field-body): Use `wl-ldap-search'.
10042         (wl-ldap-server): New variable.
10043         (wl-ldap-base): Ditto.
10044         (wl-use-ldap): Ditto.
10045
10046 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10047
10048         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10049         (Pointed out by Mito <mit@nines.nec.co.jp>).
10050         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10051         buffer-local variables like `wl-summary-redisplay-internal'.
10052         (wl-summary-redisplay-all-header): Likewise.  Update
10053         Summary view too.
10054
10055 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10056
10057         * wl-summary.el (wl-summary-jump-to-parent-message):
10058         Consider prefix argument.
10059
10060         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10061         when closed thread is deleted.
10062
10063 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10064
10065         * wl-summary.el (wl-summary-jump-to-parent-message):
10066         Consider thread modification.
10067
10068 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10069
10070         * wl-message.el (wl-message-normal-get-original-buffer): Use
10071         `save-excursion'.
10072
10073         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10074         (wl-summary-showto-folder-regexp): Ditto.
10075
10076 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10077
10078         * wl-util.el (wl-delete-alist): Doc fix.
10079         (wl-delete-associations): New function.
10080         (wl-inverse-alist): New function.
10081         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10082         Split temporary variables. Use `wl-delete-associations'
10083         and `wl-inverse-alist'.
10084         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10085
10086 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10087
10088         * wl-folder.el (wl-folder-prefetch-entity):
10089         Execute prefetching if new count is unknown.
10090
10091 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10092
10093         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10094
10095         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10096         delete entity.
10097         (wl-thread-set-parent): If insert as top, set linked as nil.
10098
10099         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10100         `wl-thread-cleanup-symbols' when view mode is thread.
10101
10102 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10103
10104         * wl-folder.el (wl-folder-create-folder-entity): Use
10105         with-current-buffer.
10106         (wl-local-folder-init): Call set-buffer to make sure we are in
10107         the Folder buffer. Don't touch buffer-local variables here.
10108         (wl-folder-mode): Initialize buffer-local variables here.
10109
10110         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10111         (wl-folder-entity-assign-id): Ditto.
10112         (wl-folder-create-entity-hashtb): Ditto.
10113         (wl-local-folder-init): Ditto.
10114         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10115
10116 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10117
10118         * wl-summary.el (wl-summary-default-from): Fix probrem when
10119         std11-extract-address-components return (nil "foo@bar").
10120
10121 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10122
10123         * wl-draft.el (wl-draft-clone-local-variables):
10124         Remove redundant `setq'.
10125
10126 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10127
10128         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10129         Bind wl-highlight-x-face-func as nil while highlighting header.
10130
10131 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10132
10133         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10134
10135 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10136
10137         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10138         elmo-msgdb-overview-hashtb from copy-variables.
10139         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10140         instead of `elmo-msgdb-overview-get-entity-by-number'.
10141         (wl-summary-auto-refile): Ditto.
10142
10143         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10144         `elmo-msgdb-overview-get-entity' instead of
10145         `elmo-msgdb-search-overview-entity'.  Use
10146         `elmo-msgdb-overview-get-entity' instead of
10147         `elmo-msgdb-overview-get-entity-by-number'.
10148         (wl-thread-insert-entity-sub): Ditto.
10149         (wl-thread-insert-message): Ditto.
10150
10151         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10152         `elmo-msgdb-overview-get-entity'.
10153         (wl-normal-message-redisplay): Ditto.
10154
10155 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10156
10157         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10158         `wl-thread-entities'.
10159         (wl-thread-delete-message): Fix remove top message from
10160         `wl-thread-entity-list'.
10161
10162         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10163         wl-append(nconc), because update-list is broken on Meadow.
10164
10165         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10166         updating process.
10167         (wl-summary-rescan): Ditto.
10168         (wl-summary-sync-update3): Ditto.
10169         * wl-thread.el (wl-thread-set-parent): Renamed from
10170         `wl-summary-set-parent'.
10171         (wl-thread-insert-message): Updating buffer faster.
10172         (wl-thread-delete-message): Updating buffer faster.
10173
10174         * wl-score.el (wl-summary-score-update-all-lines): Changed
10175         interval for display progress gauge.
10176
10177 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10178
10179         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10180         folder always-sticky.
10181         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10182         defmacro.
10183
10184 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10185
10186         * wl-vars.el (wl-draft-add-references): New user option.
10187
10188         * wl-draft.el (wl-draft-add-references): New function.
10189         (wl-draft-yank-from-mail-reply-buffer): Use it.
10190         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10191         as nil.
10192
10193 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10194
10195         * wl-thread.el (wl-thread-update-line-msgs): Called
10196         `wl-thread-update-line-on-buffer-sub'.
10197         (wl-thread-update-line-on-buffer): Delete routine of inserting
10198         thread.
10199         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10200         moved from `wl-thread-update-line-on-buffer'.
10201         Add threshold for displaying progress gauge.
10202         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10203         argument of `wl-thread-update-line-msgs'.
10204         Add threshold for displaying progress gauge.
10205         * wl-folder.el:
10206         Add threshold for displaying progress gauge.
10207         * wl-score.el: Ditto.
10208
10209         * wl-expire.el (wl-summary-expire): Display deleting info.
10210
10211 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10212
10213         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10214         `no-msg'.
10215         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10216         argument of `wl-thread-update-line-msgs'.
10217         (wl-summary-set-parent): Added optional argument `parent-number'.
10218         (wl-summary-buffer-saved-message): New buffer local variable.
10219         (wl-summary-save-current-message): New command.
10220         (wl-summary-yank-saved-message): Ditto.
10221         (wl-summary-mode-map): Added key binding for
10222         `wl-summary-save-current-message' (\ew) and
10223         `wl-summary-yank-saved-message' (\C-y).
10224         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10225
10226 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10227
10228         * wl-summary.el (wl-summary-mode-map): Added key binding for
10229         `wl-summary-set-parent' (ts).
10230
10231 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10232
10233         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10234         subject faster. If thread number is reverse, delayed updating
10235         thread.
10236         (wl-summary-search-by-subject): Ditto.
10237         (wl-summary-put-alike): Ditto.
10238         (wl-summary-get-alike): Ditto.
10239         (wl-summary-insert-headers): Insert header of all overview in
10240         buffer.
10241         (wl-summary-rescan): Delayed updating thread. Kill search subject
10242         buffer for wl-summary-search-by-subject.
10243         (wl-summary-sync-update3): Ditto.
10244         (wl-summary-exit): Ditto.
10245         (wl-summary-goto-bottom-of-current-thread): Change for linked
10246         thread.
10247         (wl-summary-overview-create-summary-line): Change line for linked
10248         thread.
10249
10250         * wl-summary.el (wl-summary-update-thread): Use
10251         wl-thread-maybe-get-children-num.
10252         (wl-summary-set-parent): If change parent, move sub thread.
10253         (wl-summary-redisplay-internal): Add horizontal recenter.
10254         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10255
10256         * wl-thread.el (wl-thread-entity-get-linked): New function.
10257         (wl-thread-entity-set-linked): New function.
10258         (wl-thread-create-entity): Add linked element.
10259         (wl-thread-entity-insert-as-top): Use wl-append.
10260         (wl-thread-maybe-get-children-num): If closing thread, return
10261         children msgs.
10262         (wl-thread-update-line-msgs): Displaying progress message.
10263         (wl-thread-update-line-on-buffer-sub): Use
10264         wl-thread-maybe-get-children-num.
10265         (wl-thread-update-line-on-buffer): If update line is not exists,
10266         insert thread.
10267         (wl-thread-delete-message): If delete top msg of thread, search
10268         parent by subject.
10269         (wl-thread-insert-entity): Use
10270         wl-thread-maybe-get-children-num.
10271
10272         * wl-highlight.el (wl-highlight-summary-current-line): change
10273         sregexp for linked thread.
10274         * wl-util.el (wl-count-lines): Count lines.
10275         (wl-horizontal-recenter): horizontal recenter.
10276         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10277         (wl-score-get-alike): Ditto.
10278         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10279         (wl-subject-length-limit): New variable.
10280         (wl-highlight-thread-indent-string-regexp): Changed for linked
10281         thread.
10282
10283 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10284
10285         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10286         New variable (revival).
10287         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10288         by subject matching if there's no in-reply-to nor references field
10289         (revival).
10290
10291 \f
10292 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10293
10294         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10295         message.
10296
10297 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10298
10299         * wl-summary.el (wl-summary-reply): Return t if there was a
10300         message at cursor point.
10301         Added unwind-protect.
10302         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10303         returns t.
10304         (wl-summary-cancel-message): Do nothing when there's no message at
10305         cursor point.
10306         (wl-summary-forward): Ditto.
10307         (wl-summary-jump-to-parent-message): Ditto.
10308         (wl-summary-reedit): Ditto.
10309         (wl-summary-edit-addresses): Ditto.
10310         (wl-summary-pipe-message): Ditto.
10311         (wl-summary-print-message-with-ps-print): Ditto.
10312         (wl-summary-print-message): Ditto.
10313         (wl-summary-mark-as-important): Ditto.
10314         (wl-summary-mark-as-unread): Ditto.
10315
10316         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10317         message at cursor point.
10318         (wl-summary-reply-with-citation): Remove unwind-protect.
10319
10320         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10321         subject searching feature.
10322         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10323         Eliminated.
10324
10325 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10326
10327         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10328         New variable.
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
10332         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10333
10334         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10335         when display is finished.
10336         (wl-folder-open-all): Ditto.
10337         (wl-folder-update-access-group): Ditto.
10338         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10339         * wl-thread.el (wl-thread-close-all): Ditto.
10340
10341         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10342         progress gauge only when it was displayed.
10343         * wl-folder.el (wl-folder-insert-entity): Ditto.
10344
10345 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10346
10347         * wl-summary.el (wl-summary-incorporate): Enclose
10348         `wl-summary-sync-force-update' with save-excursion.
10349
10350 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10351
10352         * wl-summary.el (wl-summary-prefetch-region):
10353         Pass current cursor point to `pos-visible-in-window-p' after
10354         moving cursor to the started point.
10355
10356 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10357
10358         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10359
10360         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10361         fields from the forwarding message.
10362         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10363         `ignored-fields'.
10364
10365 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10366
10367         * wl-mime.el (wl-message-request-partial):
10368         Eliminated argument `msgdb'.
10369         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10370         (wl-mime-combine-message/partial-pieces): Likewise.
10371         * tm-wl.el (wl-message-request-partial): Likewise.
10372         (wl-mime-combine-message/partial-pieces): Likewise.
10373
10374 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10375
10376         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10377         when display is finished.
10378
10379 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10380
10381         * wl-summary.el (wl-summary-goto-folder-subr):
10382         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10383
10384 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10385
10386         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10387         when cursor point is visible.
10388
10389 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10390
10391         * wl-expire.el (wl-expire-archive-get-max-number):
10392         Don't use `file-name-directory'.
10393
10394 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10395
10396         * wl-expire.el (wl-expire-archive-get-max-number):
10397         Use `file-name-directory'.
10398
10399 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10400
10401         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10402         only when there is progress.
10403
10404 2000-04-13  Mito <mit@nines.nec.co.jp>
10405
10406         * wl-summary.el (wl-summary-sync-marks): Display progress.
10407
10408 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10409
10410         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10411         (wl-summary-prev): Move cursor regardless of unread status.
10412         (wl-summary-next): Ditto.
10413
10414 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10415
10416         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10417         Added argument `target' and `number'.
10418         * tm-wl.el (wl-summary-burst-subr): New function.
10419         (wl-summary-burst): Use it.
10420
10421 2000-04-10  Mito <mit@nines.nec.co.jp>
10422
10423         * wl-mime.el (wl-burst): New function.
10424         (wl-summary-burst): Use it.
10425
10426 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10427
10428         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10429         as petname when there's no candidate.
10430
10431 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10432
10433         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10434         New variable.
10435         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10436
10437         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10438
10439         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10440
10441 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10442
10443         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10444         Use substring of `original' instead of buffer-substring.
10445         (wl-refile-evaluate-rule):
10446         Set `original' argument of wl-refile-expand-newtext.
10447
10448         * wl-summary.el
10449         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10450         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10451         (wl-summary-auto-refile): Check existence of destination folder just
10452         before marking.
10453
10454 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10455
10456         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10457         when wl-refile-get-field-value return nil.
10458
10459 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10460
10461         * wl-refile.el
10462         (wl-refile-expand-newtext): New function imported from Gnus.
10463         (wl-refile-evaluate-rule): Use it.
10464
10465 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10466
10467         * wl-summary.el (wl-summary-print-destination):
10468         Duplicate folder string to avoid putting text-property on
10469         original string.
10470
10471         * wl-refile.el (wl-refile-get-field-value): New function.
10472         (wl-refile-evaluate-rule): New function;
10473         Evaluate refile rule recursively.
10474         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10475         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10476         New function; Check existence of a target folder recursively.
10477         (wl-summary-auto-refile-check-refile-rule-alist):
10478         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10479
10480 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10481
10482         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10483
10484         * wl-folder.el (wl-create-folder-entity-from-buffer):
10485         Fixed problem when '}' character is contained in folder name.
10486
10487         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10488
10489 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10490
10491         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10492         (wl-fldmgr-add-completion-all-completions):
10493         Use wl-fldmgr-add-completion-hashtb.
10494
10495 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10496
10497         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10498         wl-fldmgr-add-completion-subr): New functions.
10499         * wl-folder.el (wl-folder-completion-func): New variable.
10500         * wl-summary.el (wl-summary-read-folder):
10501         Use wl-folder-completion-func.
10502
10503         * wl-refile.el: Eliminate throw & catch.
10504
10505         * wl.el (wl-plugged-sending-queue-status): Fixed.
10506
10507 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10508
10509         * wl-draft.el (wl-draft): Put category property on
10510         mail-header-separator.